: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, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[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;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
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;
}
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;
}
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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
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;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
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-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-weight: 500;
  line-height: 1.2;
}
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 {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.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;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.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:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  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;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 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;
  transition: transform 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,
    -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  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;
  pointer-events: none;
  cursor: default;
}
.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 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.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 {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.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, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
} /*!
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */
@font-face {
  font-family: "LineAwesome";
  font-display: swap;
  src: url("../fonts/line-awesomeeb4f.eot?v=1.1.");
  src: url("../fonts/line-awesome0176.eot??v=1.1.#iefix")
      format("embedded-opentype"),
    url("../fonts/line-awesomeeb4f.html?v=1.1.") format("woff2"),
    url("../fonts/line-awesomeeb4f.woff?v=1.1.") format("woff"),
    url("../fonts/line-awesomeeb4f.ttf?v=1.1.") format("truetype"),
    url("../fonts/line-awesomeeb4f.svg?v=1.1.#fa") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "LineAwesome";
    font-display: swap;
    src: url("../fonts/line-awesomeeb4f.svg?v=1.1.#fa") format("svg");
  }
}
.la {
  display: inline-block;
  font: normal normal normal 16px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.la-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.la-2x {
  font-size: 2em;
}
.la-3x {
  font-size: 3em;
}
.la-4x {
  font-size: 4em;
}
.la-5x {
  font-size: 5em;
}
.la-fw {
  width: 1.28571429em;
  text-align: center;
}
.la-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.la-ul > li {
  position: relative;
}
.la-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.la-li.la-lg {
  left: -1.85714286em;
}
.la-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.li.pull-left {
  margin-right: 0.3em;
}
.li.pull-right {
  margin-left: 0.3em;
}
.la-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.la-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.la-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.la-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.la-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.la-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical {
  filter: none;
}
.la-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.la-stack-1x,
.la-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.la-stack-1x {
  line-height: inherit;
}
.la-stack-2x {
  font-size: 2em;
}
.la-inverse {
  color: #ffffff;
}
.la-500px:before {
  content: "\f100";
}
.la-adjust:before {
  content: "\f101";
}
.la-adn:before {
  content: "\f102";
}
.la-align-center:before {
  content: "\f103";
}
.la-align-justify:before {
  content: "\f104";
}
.la-align-left:before {
  content: "\f105";
}
.la-align-right:before {
  content: "\f106";
}
.la-amazon:before {
  content: "\f107";
}
.la-ambulance:before {
  content: "\f108";
}
.la-anchor:before {
  content: "\f109";
}
.la-android:before {
  content: "\f10a";
}
.la-angellist:before {
  content: "\f10b";
}
.la-angle-double-down:before {
  content: "\f10c";
}
.la-angle-double-left:before {
  content: "\f10d";
}
.la-angle-double-right:before {
  content: "\f10e";
}
.la-angle-double-up:before {
  content: "\f10f";
}
.la-angle-down:before {
  content: "\f110";
}
.la-angle-left:before {
  content: "\f111";
}
.la-angle-right:before {
  content: "\f112";
}
.la-angle-up:before {
  content: "\f113";
}
.la-apple:before {
  content: "\f114";
}
.la-archive:before {
  content: "\f115";
}
.la-area-chart:before {
  content: "\f116";
}
.la-arrow-circle-down:before {
  content: "\f117";
}
.la-arrow-circle-left:before {
  content: "\f118";
}
.la-arrow-circle-o-down:before {
  content: "\f119";
}
.la-arrow-circle-o-left:before {
  content: "\f11a";
}
.la-arrow-circle-o-right:before {
  content: "\f11b";
}
.la-arrow-circle-o-up:before {
  content: "\f11c";
}
.la-arrow-circle-right:before {
  content: "\f11d";
}
.la-arrow-circle-up:before {
  content: "\f11e";
}
.la-arrow-down:before {
  content: "\f11f";
}
.la-arrow-left:before {
  content: "\f120";
}
.la-arrow-right:before {
  content: "\f121";
}
.la-arrow-up:before {
  content: "\f122";
}
.la-arrows:before {
  content: "\f123";
}
.la-arrows-alt:before {
  content: "\f124";
}
.la-arrows-h:before {
  content: "\f125";
}
.la-arrows-v:before {
  content: "\f126";
}
.la-asterisk:before {
  content: "\f127";
}
.la-at:before {
  content: "\f128";
}
.la-automobile:before {
  content: "\f129";
}
.la-backward:before {
  content: "\f12a";
}
.la-balance-scale:before {
  content: "\f12b";
}
.la-ban:before {
  content: "\f12c";
}
.la-bank:before {
  content: "\f12d";
}
.la-bar-chart:before {
  content: "\f12e";
}
.la-bar-chart-o:before {
  content: "\f12f";
}
.la-barcode:before {
  content: "\f130";
}
.la-bars:before {
  content: "\f131";
}
.la-battery-0:before {
  content: "\f132";
}
.la-battery-1:before {
  content: "\f133";
}
.la-battery-2:before {
  content: "\f134";
}
.la-battery-3:before {
  content: "\f135";
}
.la-battery-4:before {
  content: "\f136";
}
.la-battery-empty:before {
  content: "\f137";
}
.la-battery-full:before {
  content: "\f138";
}
.la-battery-half:before {
  content: "\f139";
}
.la-battery-quarter:before {
  content: "\f13a";
}
.la-battery-three-quarters:before {
  content: "\f13b";
}
.la-bed:before {
  content: "\f13c";
}
.la-beer:before {
  content: "\f13d";
}
.la-behance:before {
  content: "\f13e";
}
.la-behance-square:before {
  content: "\f13f";
}
.la-bell:before {
  content: "\f140";
}
.la-bell-o:before {
  content: "\f141";
}
.la-bell-slash:before {
  content: "\f142";
}
.la-bell-slash-o:before {
  content: "\f143";
}
.la-bicycle:before {
  content: "\f144";
}
.la-binoculars:before {
  content: "\f145";
}
.la-birthday-cake:before {
  content: "\f146";
}
.la-bitbucket:before {
  content: "\f147";
}
.la-bitbucket-square:before {
  content: "\f148";
}
.la-bitcoin:before {
  content: "\f149";
}
.la-black-tie:before {
  content: "\f14a";
}
.la-bold:before {
  content: "\f14b";
}
.la-bolt:before {
  content: "\f14c";
}
.la-bomb:before {
  content: "\f14d";
}
.la-book:before {
  content: "\f14e";
}
.la-bookmark:before {
  content: "\f14f";
}
.la-bookmark-o:before {
  content: "\f150";
}
.la-briefcase:before {
  content: "\f151";
}
.la-btc:before {
  content: "\f152";
}
.la-bug:before {
  content: "\f153";
}
.la-building:before {
  content: "\f154";
}
.la-building-o:before {
  content: "\f155";
}
.la-bullhorn:before {
  content: "\f156";
}
.la-bullseye:before {
  content: "\f157";
}
.la-bus:before {
  content: "\f158";
}
.la-buysellads:before {
  content: "\f159";
}
.la-cab:before {
  content: "\f15a";
}
.la-calculator:before {
  content: "\f15b";
}
.la-calendar:before {
  content: "\f15c";
}
.la-calendar-check-o:before {
  content: "\f15d";
}
.la-calendar-minus-o:before {
  content: "\f15e";
}
.la-calendar-o:before {
  content: "\f15f";
}
.la-calendar-plus-o:before {
  content: "\f160";
}
.la-calendar-times-o:before {
  content: "\f161";
}
.la-camera:before {
  content: "\f162";
}
.la-camera-retro:before {
  content: "\f163";
}
.la-car:before {
  content: "\f164";
}
.la-caret-down:before {
  content: "\f165";
}
.la-caret-left:before {
  content: "\f166";
}
.la-caret-right:before {
  content: "\f167";
}
.la-caret-square-o-down:before,
.la-toggle-down:before {
  content: "\f168";
}
.la-caret-square-o-left:before,
.la-toggle-left:before {
  content: "\f169";
}
.la-caret-square-o-right:before,
.la-toggle-right:before {
  content: "\f16a";
}
.la-caret-square-o-up:before,
.la-toggle-up:before {
  content: "\f16b";
}
.la-caret-up:before {
  content: "\f16c";
}
.la-cart-arrow-down:before {
  content: "\f16d";
}
.la-cart-plus:before {
  content: "\f16e";
}
.la-cc:before {
  content: "\f16f";
}
.la-cc-amex:before {
  content: "\f170";
}
.la-cc-diners-club:before {
  content: "\f171";
}
.la-cc-discover:before {
  content: "\f172";
}
.la-cc-jcb:before {
  content: "\f173";
}
.la-cc-mastercard:before {
  content: "\f174";
}
.la-cc-paypal:before {
  content: "\f175";
}
.la-cc-stripe:before {
  content: "\f176";
}
.la-cc-visa:before {
  content: "\f177";
}
.la-certificate:before {
  content: "\f178";
}
.la-chain:before {
  content: "\f179";
}
.la-chain-broken:before {
  content: "\f17a";
}
.la-check:before {
  content: "\f17b";
}
.la-check-circle:before {
  content: "\f17c";
}
.la-check-circle-o:before {
  content: "\f17d";
}
.la-check-square:before {
  content: "\f17e";
}
.la-check-square-o:before {
  content: "\f17f";
}
.la-chevron-circle-down:before {
  content: "\f180";
}
.la-chevron-circle-left:before {
  content: "\f181";
}
.la-chevron-circle-right:before {
  content: "\f182";
}
.la-chevron-circle-up:before {
  content: "\f183";
}
.la-chevron-down:before {
  content: "\f184";
}
.la-chevron-left:before {
  content: "\f185";
}
.la-chevron-right:before {
  content: "\f186";
}
.la-chevron-up:before {
  content: "\f187";
}
.la-child:before {
  content: "\f188";
}
.la-chrome:before {
  content: "\f189";
}
.la-circle:before {
  content: "\f18a";
}
.la-circle-o:before {
  content: "\f18b";
}
.la-circle-o-notch:before {
  content: "\f18c";
}
.la-circle-thin:before {
  content: "\f18d";
}
.la-clipboard:before {
  content: "\f18e";
}
.la-clock-o:before {
  content: "\f18f";
}
.la-clone:before {
  content: "\f190";
}
.la-close:before {
  content: "\f191";
}
.la-cloud:before {
  content: "\f192";
}
.la-cloud-download:before {
  content: "\f193";
}
.la-cloud-upload:before {
  content: "\f194";
}
.la-cny:before {
  content: "\f195";
}
.la-code:before {
  content: "\f196";
}
.la-code-fork:before {
  content: "\f197";
}
.la-codepen:before {
  content: "\f198";
}
.la-coffee:before {
  content: "\f199";
}
.la-cog:before {
  content: "\f19a";
}
.la-cogs:before {
  content: "\f19b";
}
.la-columns:before {
  content: "\f19c";
}
.la-comment:before {
  content: "\f19d";
}
.la-comment-o:before {
  content: "\f19e";
}
.la-commenting:before {
  content: "\f19f";
}
.la-commenting-o:before {
  content: "\f1a0";
}
.la-comments:before {
  content: "\f1a1";
}
.la-comments-o:before {
  content: "\f1a2";
}
.la-compass:before {
  content: "\f1a3";
}
.la-compress:before {
  content: "\f1a4";
}
.la-connectdevelop:before {
  content: "\f1a5";
}
.la-contao:before {
  content: "\f1a6";
}
.la-copy:before {
  content: "\f1a7";
}
.la-copyright:before {
  content: "\f1a8";
}
.la-creative-commons:before {
  content: "\f1a9";
}
.la-credit-card:before {
  content: "\f1aa";
}
.la-crop:before {
  content: "\f1ab";
}
.la-crosshairs:before {
  content: "\f1ac";
}
.la-css3:before {
  content: "\f1ad";
}
.la-cube:before {
  content: "\f1ae";
}
.la-cubes:before {
  content: "\f1af";
}
.la-cut:before {
  content: "\f1b0";
}
.la-cutlery:before {
  content: "\f1b1";
}
.la-dashboard:before {
  content: "\f1b2";
}
.la-dashcube:before {
  content: "\f1b3";
}
.la-database:before {
  content: "\f1b4";
}
.la-dedent:before {
  content: "\f1b5";
}
.la-delicious:before {
  content: "\f1b6";
}
.la-desktop:before {
  content: "\f1b7";
}
.la-deviantart:before {
  content: "\f1b8";
}
.la-diamond:before {
  content: "\f1b9";
}
.la-digg:before {
  content: "\f1ba";
}
.la-dollar:before {
  content: "\f1bb";
}
.la-dot-circle-o:before {
  content: "\f1bc";
}
.la-download:before {
  content: "\f1bd";
}
.la-dribbble:before {
  content: "\f1be";
}
.la-dropbox:before {
  content: "\f1bf";
}
.la-drupal:before {
  content: "\f1c0";
}
.la-edit:before {
  content: "\f1c1";
}
.la-eject:before {
  content: "\f1c2";
}
.la-ellipsis-h:before {
  content: "\f1c3";
}
.la-ellipsis-v:before {
  content: "\f1c4";
}
.la-empire:before,
.la-ge:before {
  content: "\f1c5";
}
.la-envelope:before {
  content: "\f1c6";
}
.la-envelope-o:before {
  content: "\f1c7";
}
.la-envelope-square:before {
  content: "\f1c8";
}
.la-eraser:before {
  content: "\f1c9";
}
.la-eur:before {
  content: "\f1ca";
}
.la-euro:before {
  content: "\f1cb";
}
.la-exchange:before {
  content: "\f1cc";
}
.la-exclamation:before {
  content: "\f1cd";
}
.la-exclamation-circle:before {
  content: "\f1ce";
}
.la-exclamation-triangle:before {
  content: "\f1cf";
}
.la-expand:before {
  content: "\f1d0";
}
.la-expeditedssl:before {
  content: "\f1d1";
}
.la-external-link:before {
  content: "\f1d2";
}
.la-external-link-square:before {
  content: "\f1d3";
}
.la-eye:before {
  content: "\f1d4";
}
.la-eye-slash:before {
  content: "\f1d5";
}
.la-eyedropper:before {
  content: "\f1d6";
}
.la-facebook:before,
.la-facebook-f:before {
  content: "\f1d7";
}
.la-facebook-official:before {
  content: "\f1d8";
}
.la-facebook-square:before {
  content: "\f1d9";
}
.la-fast-backward:before {
  content: "\f1da";
}
.la-fast-forward:before {
  content: "\f1db";
}
.la-fax:before {
  content: "\f1dc";
}
.la-female:before {
  content: "\f1dd";
}
.la-fighter-jet:before {
  content: "\f1de";
}
.la-file:before {
  content: "\f1df";
}
.la-file-archive-o:before {
  content: "\f1e0";
}
.la-file-audio-o:before {
  content: "\f1e1";
}
.la-file-code-o:before {
  content: "\f1e2";
}
.la-file-excel-o:before {
  content: "\f1e3";
}
.la-file-image-o:before {
  content: "\f1e4";
}
.la-file-movie-o:before {
  content: "\f1e5";
}
.la-file-o:before {
  content: "\f1e6";
}
.la-file-pdf-o:before {
  content: "\f1e7";
}
.la-file-photo-o:before {
  content: "\f1e8";
}
.la-file-picture-o:before {
  content: "\f1e9";
}
.la-file-powerpoint-o:before {
  content: "\f1ea";
}
.la-file-sound-o:before {
  content: "\f1eb";
}
.la-file-text:before {
  content: "\f1ec";
}
.la-file-text-o:before {
  content: "\f1ed";
}
.la-file-video-o:before {
  content: "\f1ee";
}
.la-file-word-o:before {
  content: "\f1ef";
}
.la-file-zip-o:before {
  content: "\f1f0";
}
.la-files-o:before {
  content: "\f1f1";
}
.la-film:before {
  content: "\f1f2";
}
.la-filter:before {
  content: "\f1f3";
}
.la-fire:before {
  content: "\f1f4";
}
.la-fire-extinguisher:before {
  content: "\f1f5";
}
.la-firefox:before {
  content: "\f1f6";
}
.la-flag:before {
  content: "\f1f7";
}
.la-flag-checkered:before {
  content: "\f1f8";
}
.la-flag-o:before {
  content: "\f1f9";
}
.la-flash:before {
  content: "\f1fa";
}
.la-flask:before {
  content: "\f1fb";
}
.la-flickr:before {
  content: "\f1fc";
}
.la-floppy-o:before {
  content: "\f1fd";
}
.la-folder:before {
  content: "\f1fe";
}
.la-folder-o:before {
  content: "\f1ff";
}
.la-folder-open:before {
  content: "\f200";
}
.la-folder-open-o:before {
  content: "\f201";
}
.la-font:before {
  content: "\f202";
}
.la-fonticons:before {
  content: "\f203";
}
.la-forumbee:before {
  content: "\f204";
}
.la-forward:before {
  content: "\f205";
}
.la-foursquare:before {
  content: "\f206";
}
.la-frown-o:before {
  content: "\f207";
}
.la-futbol-o:before,
.la-soccer-ball-o:before {
  content: "\f208";
}
.la-gamepad:before {
  content: "\f209";
}
.la-gavel:before {
  content: "\f20a";
}
.la-gbp:before {
  content: "\f20b";
}
.la-gear:before {
  content: "\f20c";
}
.la-gears:before {
  content: "\f20d";
}
.la-genderless:before {
  content: "\f20e";
}
.la-get-pocket:before {
  content: "\f20f";
}
.la-gg:before {
  content: "\f210";
}
.la-gg-circle:before {
  content: "\f211";
}
.la-gift:before {
  content: "\f212";
}
.la-git:before {
  content: "\f213";
}
.la-git-square:before {
  content: "\f214";
}
.la-github:before {
  content: "\f215";
}
.la-github-alt:before {
  content: "\f216";
}
.la-github-square:before {
  content: "\f217";
}
.la-glass:before {
  content: "\f218";
}
.la-globe:before {
  content: "\f219";
}
.la-google:before {
  content: "\f21a";
}
.la-google-plus:before {
  content: "\f21b";
}
.la-google-plus-square:before {
  content: "\f21c";
}
.la-google-wallet:before {
  content: "\f21d";
}
.la-graduation-cap:before {
  content: "\f21e";
}
.la-gratipay:before,
.la-gittip:before {
  content: "\f21f";
}
.la-group:before {
  content: "\f220";
}
.la-h-square:before {
  content: "\f221";
}
.la-hacker-news:before {
  content: "\f222";
}
.la-hand-grab-o:before {
  content: "\f223";
}
.la-hand-lizard-o:before {
  content: "\f224";
}
.la-hand-o-down:before {
  content: "\f225";
}
.la-hand-o-left:before {
  content: "\f226";
}
.la-hand-o-right:before {
  content: "\f227";
}
.la-hand-o-up:before {
  content: "\f228";
}
.la-hand-paper-o:before {
  content: "\f229";
}
.la-hand-peace-o:before {
  content: "\f22a";
}
.la-hand-pointer-o:before {
  content: "\f22b";
}
.la-hand-rock-o:before {
  content: "\f22c";
}
.la-hand-scissors-o:before {
  content: "\f22d";
}
.la-hand-spock-o:before {
  content: "\f22e";
}
.la-hand-stop-o:before {
  content: "\f22f";
}
.la-hdd-o:before {
  content: "\f230";
}
.la-header:before {
  content: "\f231";
}
.la-headphones:before {
  content: "\f232";
}
.la-heart:before {
  content: "\f233";
}
.la-heart-o:before {
  content: "\f234";
}
.la-heartbeat:before {
  content: "\f235";
}
.la-history:before {
  content: "\f236";
}
.la-home:before {
  content: "\f237";
}
.la-hospital-o:before {
  content: "\f238";
}
.la-hotel:before {
  content: "\f239";
}
.la-hourglass:before {
  content: "\f23a";
}
.la-hourglass-1:before {
  content: "\f23b";
}
.la-hourglass-2:before {
  content: "\f23c";
}
.la-hourglass-3:before {
  content: "\f23d";
}
.la-hourglass-end:before {
  content: "\f23e";
}
.la-hourglass-half:before {
  content: "\f23f";
}
.la-hourglass-o:before {
  content: "\f240";
}
.la-hourglass-start:before {
  content: "\f241";
}
.la-houzz:before {
  content: "\f242";
}
.la-html5:before {
  content: "\f243";
}
.la-i-cursor:before {
  content: "\f244";
}
.la-ils:before {
  content: "\f245";
}
.la-image:before {
  content: "\f246";
}
.la-inbox:before {
  content: "\f247";
}
.la-indent:before {
  content: "\f248";
}
.la-industry:before {
  content: "\f249";
}
.la-info:before {
  content: "\f24a";
}
.la-info-circle:before {
  content: "\f24b";
}
.la-inr:before {
  content: "\f24c";
}
.la-instagram:before {
  content: "\f24d";
}
.la-institution:before {
  content: "\f24e";
}
.la-internet-explorer:before {
  content: "\f24f";
}
.la-ioxhost:before {
  content: "\f250";
}
.la-italic:before {
  content: "\f251";
}
.la-joomla:before {
  content: "\f252";
}
.la-jpy:before {
  content: "\f253";
}
.la-jsfiddle:before {
  content: "\f254";
}
.la-key:before {
  content: "\f255";
}
.la-keyboard-o:before {
  content: "\f256";
}
.la-krw:before {
  content: "\f257";
}
.la-language:before {
  content: "\f258";
}
.la-laptop:before {
  content: "\f259";
}
.la-lastfm:before {
  content: "\f25a";
}
.la-lastfm-square:before {
  content: "\f25b";
}
.la-leaf:before {
  content: "\f25c";
}
.la-leanpub:before {
  content: "\f25d";
}
.la-legal:before {
  content: "\f25e";
}
.la-lemon-o:before {
  content: "\f25f";
}
.la-level-down:before {
  content: "\f260";
}
.la-level-up:before {
  content: "\f261";
}
.la-life-bouy:before {
  content: "\f262";
}
.la-life-buoy:before {
  content: "\f263";
}
.la-life-ring:before,
.la-support:before {
  content: "\f264";
}
.la-life-saver:before {
  content: "\f265";
}
.la-lightbulb-o:before {
  content: "\f266";
}
.la-line-chart:before {
  content: "\f267";
}
.la-link:before {
  content: "\f268";
}
.la-linkedin:before {
  content: "\f269";
}
.la-linkedin-square:before {
  content: "\f26a";
}
.la-linux:before {
  content: "\f26b";
}
.la-list:before {
  content: "\f26c";
}
.la-list-alt:before {
  content: "\f26d";
}
.la-list-ol:before {
  content: "\f26e";
}
.la-list-ul:before {
  content: "\f26f";
}
.la-location-arrow:before {
  content: "\f270";
}
.la-lock:before {
  content: "\f271";
}
.la-long-arrow-down:before {
  content: "\f272";
}
.la-long-arrow-left:before {
  content: "\f273";
}
.la-long-arrow-right:before {
  content: "\f274";
}
.la-long-arrow-up:before {
  content: "\f275";
}
.la-magic:before {
  content: "\f276";
}
.la-magnet:before {
  content: "\f277";
}
.la-mail-forward:before {
  content: "\f278";
}
.la-mail-reply:before {
  content: "\f279";
}
.la-mail-reply-all:before {
  content: "\f27a";
}
.la-male:before {
  content: "\f27b";
}
.la-map:before {
  content: "\f27c";
}
.la-map-marker:before {
  content: "\f27d";
}
.la-map-o:before {
  content: "\f27e";
}
.la-map-pin:before {
  content: "\f27f";
}
.la-map-signs:before {
  content: "\f280";
}
.la-mars:before {
  content: "\f281";
}
.la-mars-double:before {
  content: "\f282";
}
.la-mars-stroke:before {
  content: "\f283";
}
.la-mars-stroke-h:before {
  content: "\f284";
}
.la-mars-stroke-v:before {
  content: "\f285";
}
.la-maxcdn:before {
  content: "\f286";
}
.la-meanpath:before {
  content: "\f287";
}
.la-medium:before {
  content: "\f288";
}
.la-medkit:before {
  content: "\f289";
}
.la-meh-o:before {
  content: "\f28a";
}
.la-mercury:before {
  content: "\f28b";
}
.la-microphone:before {
  content: "\f28c";
}
.la-microphone-slash:before {
  content: "\f28d";
}
.la-minus:before {
  content: "\f28e";
}
.la-minus-circle:before {
  content: "\f28f";
}
.la-minus-square:before {
  content: "\f290";
}
.la-minus-square-o:before {
  content: "\f291";
}
.la-mobile:before {
  content: "\f292";
}
.la-mobile-phone:before {
  content: "\f293";
}
.la-money:before {
  content: "\f294";
}
.la-moon-o:before {
  content: "\f295";
}
.la-mortar-board:before {
  content: "\f296";
}
.la-motorcycle:before {
  content: "\f297";
}
.la-mouse-pointer:before {
  content: "\f298";
}
.la-music:before {
  content: "\f299";
}
.la-navicon:before {
  content: "\f29a";
}
.la-neuter:before {
  content: "\f29b";
}
.la-newspaper-o:before {
  content: "\f29c";
}
.la-object-group:before {
  content: "\f29d";
}
.la-object-ungroup:before {
  content: "\f29e";
}
.la-odnoklassniki:before {
  content: "\f29f";
}
.la-odnoklassniki-square:before {
  content: "\f2a0";
}
.la-opencart:before {
  content: "\f2a1";
}
.la-openid:before {
  content: "\f2a2";
}
.la-opera:before {
  content: "\f2a3";
}
.la-optin-monster:before {
  content: "\f2a4";
}
.la-outdent:before {
  content: "\f2a5";
}
.la-pagelines:before {
  content: "\f2a6";
}
.la-paint-brush:before {
  content: "\f2a7";
}
.la-paper-plane:before,
.la-send:before {
  content: "\f2a8";
}
.la-paper-plane-o:before,
.la-send-o:before {
  content: "\f2a9";
}
.la-paperclip:before {
  content: "\f2aa";
}
.la-paragraph:before {
  content: "\f2ab";
}
.la-paste:before {
  content: "\f2ac";
}
.la-pause:before {
  content: "\f2ad";
}
.la-paw:before {
  content: "\f2ae";
}
.la-paypal:before {
  content: "\f2af";
}
.la-pencil:before {
  content: "\f2b0";
}
.la-pencil-square:before {
  content: "\f2b1";
}
.la-pencil-square-o:before {
  content: "\f2b2";
}
.la-phone:before {
  content: "\f2b3";
}
.la-phone-square:before {
  content: "\f2b4";
}
.la-photo:before {
  content: "\f2b5";
}
.la-picture-o:before {
  content: "\f2b6";
}
.la-pie-chart:before {
  content: "\f2b7";
}
.la-pied-piper:before {
  content: "\f2b8";
}
.la-pied-piper-alt:before {
  content: "\f2b9";
}
.la-pinterest:before {
  content: "\f2ba";
}
.la-pinterest-p:before {
  content: "\f2bb";
}
.la-pinterest-square:before {
  content: "\f2bc";
}
.la-plane:before {
  content: "\f2bd";
}
.la-play:before {
  content: "\f2be";
}
.la-play-circle:before {
  content: "\f2bf";
}
.la-play-circle-o:before {
  content: "\f2c0";
}
.la-plug:before {
  content: "\f2c1";
}
.la-plus:before {
  content: "\f2c2";
}
.la-plus-circle:before {
  content: "\f2c3";
}
.la-plus-square:before {
  content: "\f2c4";
}
.la-plus-square-o:before {
  content: "\f2c5";
}
.la-power-off:before {
  content: "\f2c6";
}
.la-print:before {
  content: "\f2c7";
}
.la-puzzle-piece:before {
  content: "\f2c8";
}
.la-qq:before {
  content: "\f2c9";
}
.la-qrcode:before {
  content: "\f2ca";
}
.la-question:before {
  content: "\f2cb";
}
.la-question-circle:before {
  content: "\f2cc";
}
.la-quote-left:before {
  content: "\f2cd";
}
.la-quote-right:before {
  content: "\f2ce";
}
.la-ra:before {
  content: "\f2cf";
}
.la-random:before {
  content: "\f2d0";
}
.la-rebel:before {
  content: "\f2d1";
}
.la-recycle:before {
  content: "\f2d2";
}
.la-reddit:before {
  content: "\f2d3";
}
.la-reddit-square:before {
  content: "\f2d4";
}
.la-refresh:before {
  content: "\f2d5";
}
.la-registered:before {
  content: "\f2d6";
}
.la-renren:before {
  content: "\f2d7";
}
.la-reorder:before {
  content: "\f2d8";
}
.la-repeat:before {
  content: "\f2d9";
}
.la-reply:before {
  content: "\f2da";
}
.la-reply-all:before {
  content: "\f2db";
}
.la-retweet:before {
  content: "\f2dc";
}
.la-rmb:before {
  content: "\f2dd";
}
.la-road:before {
  content: "\f2de";
}
.la-rocket:before {
  content: "\f2df";
}
.la-rotate-left:before {
  content: "\f2e0";
}
.la-rotate-right:before {
  content: "\f2e1";
}
.la-rouble:before {
  content: "\f2e2";
}
.la-rss:before,
.la-feed:before {
  content: "\f2e3";
}
.la-rss-square:before {
  content: "\f2e4";
}
.la-rub:before {
  content: "\f2e5";
}
.la-ruble:before {
  content: "\f2e6";
}
.la-rupee:before {
  content: "\f2e7";
}
.la-safari:before {
  content: "\f2e8";
}
.la-save:before {
  content: "\f2e9";
}
.la-scissors:before {
  content: "\f2ea";
}
.la-search:before {
  content: "\f2eb";
}
.la-search-minus:before {
  content: "\f2ec";
}
.la-search-plus:before {
  content: "\f2ed";
}
.la-sellsy:before {
  content: "\f2ee";
}
.la-server:before {
  content: "\f2ef";
}
.la-share:before {
  content: "\f2f0";
}
.la-share-alt:before {
  content: "\f2f1";
}
.la-share-alt-square:before {
  content: "\f2f2";
}
.la-share-square:before {
  content: "\f2f3";
}
.la-share-square-o:before {
  content: "\f2f4";
}
.la-shekel:before {
  content: "\f2f5";
}
.la-sheqel:before {
  content: "\f2f6";
}
.la-shield:before {
  content: "\f2f7";
}
.la-ship:before {
  content: "\f2f8";
}
.la-shirtsinbulk:before {
  content: "\f2f9";
}
.la-shopping-cart:before {
  content: "\f2fa";
}
.la-sign-in:before {
  content: "\f2fb";
}
.la-sign-out:before {
  content: "\f2fc";
}
.la-signal:before {
  content: "\f2fd";
}
.la-simplybuilt:before {
  content: "\f2fe";
}
.la-sitemap:before {
  content: "\f2ff";
}
.la-skyatlas:before {
  content: "\f300";
}
.la-skype:before {
  content: "\f301";
}
.la-slack:before {
  content: "\f302";
}
.la-sliders:before {
  content: "\f303";
}
.la-slideshare:before {
  content: "\f304";
}
.la-smile-o:before {
  content: "\f305";
}
.la-sort:before,
.la-unsorted:before {
  content: "\f306";
}
.la-sort-alpha-asc:before {
  content: "\f307";
}
.la-sort-alpha-desc:before {
  content: "\f308";
}
.la-sort-amount-asc:before {
  content: "\f309";
}
.la-sort-amount-desc:before {
  content: "\f30a";
}
.la-sort-asc:before,
.la-sort-up:before {
  content: "\f30b";
}
.la-sort-desc:before,
.la-sort-down:before {
  content: "\f30c";
}
.la-sort-numeric-asc:before {
  content: "\f30d";
}
.la-sort-numeric-desc:before {
  content: "\f30e";
}
.la-soundcloud:before {
  content: "\f30f";
}
.la-space-shuttle:before {
  content: "\f310";
}
.la-spinner:before {
  content: "\f311";
}
.la-spoon:before {
  content: "\f312";
}
.la-spotify:before {
  content: "\f313";
}
.la-square:before {
  content: "\f314";
}
.la-square-o:before {
  content: "\f315";
}
.la-stack-exchange:before {
  content: "\f316";
}
.la-stack-overflow:before {
  content: "\f317";
}
.la-star:before {
  content: "\f318";
}
.la-star-half:before {
  content: "\f319";
}
.la-star-half-o:before,
.la-star-half-full:before,
.la-star-half-empty:before {
  content: "\f31a";
}
.la-star-o:before {
  content: "\f31b";
}
.la-steam:before {
  content: "\f31c";
}
.la-steam-square:before {
  content: "\f31d";
}
.la-step-backward:before {
  content: "\f31e";
}
.la-step-forward:before {
  content: "\f31f";
}
.la-stethoscope:before {
  content: "\f320";
}
.la-sticky-note:before {
  content: "\f321";
}
.la-sticky-note-o:before {
  content: "\f322";
}
.la-stop:before {
  content: "\f323";
}
.la-street-view:before {
  content: "\f324";
}
.la-strikethrough:before {
  content: "\f325";
}
.la-stumbleupon:before {
  content: "\f326";
}
.la-stumbleupon-circle:before {
  content: "\f327";
}
.la-subscript:before {
  content: "\f328";
}
.la-subway:before {
  content: "\f329";
}
.la-suitcase:before {
  content: "\f32a";
}
.la-sun-o:before {
  content: "\f32b";
}
.la-superscript:before {
  content: "\f32c";
}
.la-table:before {
  content: "\f32d";
}
.la-tablet:before {
  content: "\f32e";
}
.la-tachometer:before {
  content: "\f32f";
}
.la-tag:before {
  content: "\f330";
}
.la-tags:before {
  content: "\f331";
}
.la-tasks:before {
  content: "\f332";
}
.la-taxi:before {
  content: "\f333";
}
.la-television:before,
.la-tv:before {
  content: "\f334";
}
.la-tencent-weibo:before {
  content: "\f335";
}
.la-terminal:before {
  content: "\f336";
}
.la-text-height:before {
  content: "\f337";
}
.la-text-width:before {
  content: "\f338";
}
.la-th:before {
  content: "\f339";
}
.la-th-large:before {
  content: "\f33a";
}
.la-th-list:before {
  content: "\f33b";
}
.la-thumb-tack:before {
  content: "\f33c";
}
.la-thumbs-down:before {
  content: "\f33d";
}
.la-thumbs-o-down:before {
  content: "\f33e";
}
.la-thumbs-o-up:before {
  content: "\f33f";
}
.la-thumbs-up:before {
  content: "\f340";
}
.la-ticket:before {
  content: "\f341";
}
.la-times:before,
.la-remove:before {
  content: "\f342";
}
.la-times-circle:before {
  content: "\f343";
}
.la-times-circle-o:before {
  content: "\f344";
}
.la-tint:before {
  content: "\f345";
}
.la-toggle-off:before {
  content: "\f346";
}
.la-toggle-on:before {
  content: "\f347";
}
.la-trademark:before {
  content: "\f348";
}
.la-train:before {
  content: "\f349";
}
.la-transgender:before,
.la-intersex:before {
  content: "\f34a";
}
.la-transgender-alt:before {
  content: "\f34b";
}
.la-trash:before {
  content: "\f34c";
}
.la-trash-o:before {
  content: "\f34d";
}
.la-tree:before {
  content: "\f34e";
}
.la-trello:before {
  content: "\f34f";
}
.la-tripadvisor:before {
  content: "\f350";
}
.la-trophy:before {
  content: "\f351";
}
.la-truck:before {
  content: "\f352";
}
.la-try:before {
  content: "\f353";
}
.la-tty:before {
  content: "\f354";
}
.la-tumblr:before {
  content: "\f355";
}
.la-tumblr-square:before {
  content: "\f356";
}
.la-turkish-lira:before {
  content: "\f357";
}
.la-twitch:before {
  content: "\f358";
}
.la-twitter:before {
  content: "\f359";
}
.la-twitter-square:before {
  content: "\f35a";
}
.la-umbrella:before {
  content: "\f35b";
}
.la-underline:before {
  content: "\f35c";
}
.la-undo:before {
  content: "\f35d";
}
.la-university:before {
  content: "\f35e";
}
.la-unlink:before {
  content: "\f35f";
}
.la-unlock:before {
  content: "\f360";
}
.la-unlock-alt:before {
  content: "\f361";
}
.la-upload:before {
  content: "\f362";
}
.la-usd:before {
  content: "\f363";
}
.la-user:before {
  content: "\f364";
}
.la-user-md:before {
  content: "\f365";
}
.la-user-plus:before {
  content: "\f366";
}
.la-user-secret:before {
  content: "\f367";
}
.la-user-times:before {
  content: "\f368";
}
.la-users:before {
  content: "\f369";
}
.la-venus:before {
  content: "\f36a";
}
.la-venus-double:before {
  content: "\f36b";
}
.la-venus-mars:before {
  content: "\f36c";
}
.la-viacoin:before {
  content: "\f36d";
}
.la-video-camera:before {
  content: "\f36e";
}
.la-vimeo:before {
  content: "\f36f";
}
.la-vimeo-square:before {
  content: "\f370";
}
.la-vine:before {
  content: "\f371";
}
.la-vk:before {
  content: "\f372";
}
.la-volume-down:before {
  content: "\f373";
}
.la-volume-off:before {
  content: "\f374";
}
.la-volume-up:before {
  content: "\f375";
}
.la-warning:before {
  content: "\f376";
}
.la-wechat:before {
  content: "\f377";
}
.la-weibo:before {
  content: "\f378";
}
.la-weixin:before {
  content: "\f379";
}
.la-whatsapp:before {
  content: "\f37a";
}
.la-wheelchair:before {
  content: "\f37b";
}
.la-wifi:before {
  content: "\f37c";
}
.la-wikipedia-w:before {
  content: "\f37d";
}
.la-windows:before {
  content: "\f37e";
}
.la-won:before {
  content: "\f37f";
}
.la-wordpress:before {
  content: "\f380";
}
.la-wrench:before {
  content: "\f381";
}
.la-xing:before {
  content: "\f382";
}
.la-xing-square:before {
  content: "\f383";
}
.la-y-combinator:before {
  content: "\f384";
}
.la-y-combinator-square:before {
  content: "\f385";
}
.la-yahoo:before {
  content: "\f386";
}
.la-yc:before {
  content: "\f387";
}
.la-yc-square:before {
  content: "\f388";
}
.la-yelp:before {
  content: "\f389";
}
.la-yen:before {
  content: "\f38a";
}
.la-youtube:before {
  content: "\f38b";
}
.la-youtube-play:before {
  content: "\f38c";
}
.la-youtube-square:before {
  content: "\f38d";
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src: url("../fonts/fontawesome-webfont3e6e.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont3e6e.html?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont3e6e.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
  transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
  transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}
[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
} /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-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;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  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 fadeInUpBig {
  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);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
} /*! odometer 0.4.8 */
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
.rateit {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 2px;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.rateit .rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  background: url(../images/rateit/star.png);
  height: 16px;
  outline: none;
}
.rateit .rateit-range * {
  display: block;
}
* html .rateit,
* html .rateit .rateit-range {
  display: inline;
}
* + html .rateit,
* + html .rateit .rateit-range {
  display: inline;
}
.rateit .rateit-hover,
.rateit .rateit-selected {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
}
.rateit .rateit-hover-rtl,
.rateit .rateit-selected-rtl {
  left: auto;
  right: 0;
}
.rateit .rateit-hover {
  background: url(../images/rateit/star.png) left -32px;
  color: #efc529;
}
.rateit .rateit-hover-rtl {
  background-position: right -32px;
}
.rateit .rateit-selected {
  background: url(../images/rateit/star.png) left -16px;
  color: #bf4242;
}
.rateit .rateit-selected-rtl {
  background-position: right -16px;
}
.rateit .rateit-preset {
  background: url(../images/rateit/star.png) left -48px;
  color: #ef6b22;
}
.rateit .rateit-preset-rtl {
  background: url(../images/rateit/star.png) left -48px;
}
.rateit button.rateit-reset {
  background: url(../images/rateit/delete.gif) 0 0;
  width: 16px;
  height: 16px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  float: left;
  outline: none;
  border: none;
  padding: 0;
}
.rateit .rateit-reset span {
  display: none;
}
.rateit button.rateit-reset:hover,
.rateit button.rateit-reset:focus {
  background-position: 0 -16px;
}
.rateit-font {
  font-size: 24px;
  line-height: 1em;
}
.rateit-font .rateit-range {
  background: none;
  height: auto;
}
.rateit-font .rateit-empty {
  color: #ccc;
}
.rateit-font .rateit-range > div {
  background: none;
  overflow: hidden;
  cursor: default;
}
.rateit.rateit-font .rateit-reset {
  font-size: inherit;
  background: none;
  width: 0.6em;
  height: 0.6em;
  margin-top: 0.2em;
  background: gray;
  border-radius: 50%;
  position: relative;
}
.rateit.rateit-font .rateit-reset span {
  display: block;
  font-weight: bold;
  color: white;
  height: calc(50% - 0.045em);
  top: 0;
  position: absolute;
  border-bottom: 0.09em solid white;
  width: 72%;
  margin-left: 14%;
}
.rateit.rateit-font .rateit-reset:hover,
.rateit.rateit-font button.rateit-reset:focus {
  background: #e6574b;
  background: radial-gradient(
    ellipse at center,
    #e6574b 55%,
    #f6836b 77%,
    #f9d3cc 100%
  );
  background-position: 0 0;
}
@font-face {
  font-family: "CircularStd";
  src: url("../fonts/CircularStd-Book.eot");
  src: url("../fonts/CircularStd-Bookd41d.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/CircularStd-Book.woff") format("woff"),
    url("../fonts/CircularStd-Book.ttf") format("truetype"),
    url("../fonts/CircularStd-Book.svg#bcc26993292869431e54c666aafa8fcd")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularStd-Bold";
  src: url("../fonts/CircularStd-Boldd41d.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-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaPro-Light.eot");
  src: url("../fonts/SofiaPro-Lightd41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SofiaPro-Light.woff") format("woff"),
    url("../fonts/SofiaPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaProRegular.eot");
  src: url("../fonts/SofiaProRegulard41d.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SofiaProRegular.woff") format("woff"),
    url("../fonts/SofiaProRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaPro-Medium.eot");
  src: url("../fonts/SofiaPro-Mediumd41d.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SofiaPro-Medium.woff") format("woff"),
    url("../fonts/SofiaPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro Semi";
  src: url("../fonts/SofiaPro-SemiBold.eot");
  src: url("../fonts/SofiaPro-SemiBoldd41d.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SofiaPro-SemiBold.woff") format("woff"),
    url("../fonts/SofiaPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaPro-Bold.eot");
  src: url("../fonts/SofiaPro-Boldd41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SofiaPro-Bold.woff") format("woff"),
    url("../fonts/SofiaPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaPro-Black.eot");
  src: url("../fonts/SofiaPro-Blackd41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SofiaPro-Black.woff") format("woff"),
    url("../fonts/SofiaPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --main-uipl-color: #1997aa;
  --main-white-color: #ffffff;
  --main-black-color: #000000;
  --main-black-home-video: #010001;
  --main-black-rgb1-color: rgba(0, 0, 0, 0.1);
  --main-black-rgb8-color: rgba(0, 0, 0, 0.8);
  --main-black-rgb15-color: rgba(0, 0, 0, 0.15);
  --main-black-2-color: #010001;
  --main-black-3-color: #0e0e0e;
  --main-black-4-color: #1a1a1a;
  --main-gray-dip-color: #232636;
  --main-gray-thin-color: #464646;
  --main-gray-dark-color: #434a5b;
  --main-gray-black-color: #444444;
  --main-light-gray-color: #efefef;
  --main-gray-light-color: #dedede;
  --main-gray-border-color: #787878;
  --main-light-border-color: #bfbfbf;
  --main-blue-sky-color: #89a7bf;
  --main-blue-dip-color: #00acff;
  --main-red-dip-color: #be202f;
  --main-orange-color: #fd7800;
  --main-blue-dark-color: #00578b;
  --main-green-color: #00d99e;
  --main-green-color: #00d99e;
}
::-moz-selection {
  background: var(--main-uipl-color);
  color: var(--main-white-color);
}
::selection {
  background: var(--main-uipl-color);
  color: var(--main-white-color);
}
html {
  font-family: "CircularStd";
  text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  font-family: "CircularStd";
  margin: 0;
  overflow-x: hidden;
}
* {
  outline: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
a:not([href]):not([tabindex]) {
  color: #000000;
}
a,
button,
input,
select,
textarea,
label,
summary {
  touch-action: manipulation;
}
article,
aside,
cite,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
summary {
  display: list-item;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img,
video {
  max-width: 100%;
  height: auto;
}
iframe,
object,
embed {
  max-width: 100%;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
.tabindex:focus {
  outline: none;
}
p {
  margin: 0;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: var(--main-black-rgb8-color);
  word-wrap: break-word;
  -webkit-text-decoration-skip: objects;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
}
a:active,
a:hover {
  outline: 0;
}
a:active,
a:focus,
a:hover {
  color: var(--main-black-color);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
  margin: 0.3125em 0 1.09375em 0;
  padding: 0;
  word-wrap: break-word;
}
h1 {
  font-size: 1.625em;
  margin-top: 0;
}
h2 {
  font-size: 1.3125em;
}
h3 {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 0;
}
h4,
h5,
h6 {
  font-size: 1em;
}
.text-regularbold {
  font-family: "CircularStd";
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.text-regularnormal {
  font-family: "CircularStd";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.blurry-load {
  filter: blur(5px);
}
@keyframes blurOut {
  0% {
    filter: blur(10px);
  }
  50% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0px);
  }
}
.blur-out {
  animation: blurOut 0.9s ease-out;
}
@keyframes shimmer {
  0% {
    background-position: -100vw 0;
  }
  100% {
    background-position: 100vw 0;
  }
}
.nav-menu {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0px;
  bottom: 0px;
  height: 100vh;
  padding-bottom: 0px;
  background: var(--main-white-color);
  z-index: 1000;
  transition: all cubic-bezier(0.79, 0.14, 0.15, 0.86) 300ms;
  opacity: 0;
  left: -100%;
  z-index: 999;
  visibility: hidden;
}
.visible-nav .nav-menu {
  opacity: 1;
  top: 0;
  left: 0;
  visibility: visible;
}
.visible-nav .site-header .navbar-brand,
.visible-nav .frame-link,
.visible-nav .footer-social-icons {
  opacity: 0;
  visibility: hidden;
}
.nav-menu .nav-inner-wrap {
  height: calc(100vh - 60px);
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-menu .nav-inner {
  padding: 1rem 2rem;
  overflow-y: auto;
  height: calc(100vh - 38vh);
}
.nav-menu ul.main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-menu ul.main-menu > li {
  margin: 8px 0;
  padding-right: 0;
}
.nav-menu ul.main-menu > li > a {
  display: block;
  padding: 10px 20px 10px 0px;
  text-decoration: none !important;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: var(--main-black-2-color);
}
.nav-menu ul.main-menu li {
  position: relative;
}
.nav-menu ul.main-menu li > .mobile-dropdown-arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 47px;
}
.nav-menu ul.main-menu > li > a:hover:after {
  width: 100%;
}
.visible-nav .nav-overlay {
  display: block;
}
.toggle-nav {
  position: fixed;
  right: 19px;
  height: 14px;
  line-height: 30px;
  text-decoration: none !important;
  top: 21px;
  width: 23px;
  cursor: pointer;
  z-index: 999999;
}
.logo-icon img {
  height: 32px;
}
.toggle-nav .line-bar {
  position: absolute;
  height: 2px;
  width: 20px;
  left: 0;
  top: 0;
  margin-top: -1px;
  border-radius: 5px;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 300ms;
}
.toggle-nav .line-bar svg {
  vertical-align: top;
}
.mHeader-wrap.bg .toggle-nav .line-bar svg g {
  stroke: var(--main-green-color);
}
.toggle-nav:hover .line-bar {
  width: 10px;
}
.dropdown-parent-li {
  position: relative;
}
.nav-menu-header {
  height: 60px;
  background-color: var(--main-white-color);
  padding: 15px 15px;
  position: relative;
  z-index: 999;
}
.nav-menu-header-inr {
  height: 100%;
}
body.visible-nav {
  overflow: hidden;
  height: 100vh;
}
.nav-menu-bottom {
  margin-top: 0px;
  padding-top: 20px;
  position: relative;
  bottom: auto;
  width: 100%;
  max-height: 320px;
  text-align: center;
}
.nav-menu-bottom .social-icon-list {
  border-radius: 0;
  background-color: transparent;
  padding: 30px 20px 0;
  display: inline-block;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  border: 0;
  border-bottom: none;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  border-left: none;
  border-right: none;
}
.nav-menu-bottom .copyright-sec {
  padding-bottom: 0;
}
.mobile-nav {
  display: none;
}
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 23px;
  height: 13px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--main-white-color);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-nav.header_main_add #nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  background: var(--main-gray-thin-color);
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(3) {
  top: 11px;
}
#nav-icon1.open span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background: var(--main-black-3-color);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: var(--main-black-3-color);
}
.mobile-menu-endsec {
  position: absolute;
  bottom: calc(100vh - 100vh);
  width: 100%;
  padding: 5% 0;
}
.social-icon-list {
  border-radius: 35px;
  background-color: var(--main-gray-dip-color);
  border: solid 1px var(--main-gray-dark-color);
  padding: 10px 20px;
  display: inline-block;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.social-icon-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icon-list ul li {
  display: inline-block;
  width: auto;
  text-align: center;
  padding: 0 15px;
  vertical-align: middle;
}
.social-icon-list ul li a {
  color: var(--main-blue-sky-color);
  display: block;
  padding: 0;
}
.social-icon-list ul li a svg {
  max-width: 30px;
  height: 30px;
}
.social-icon-list ul li a svg path {
  fill: var(--main-gray-black-color);
}
.main-navbar {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 0;
  transition: all ease-in-out 200ms;
  background-color:#080808;
}
.main-navbar.bg {
  background: var(--main-white-color);
  box-shadow: 0 0 15px var(--main-black-rgb15-color);
}
.main-navbar .main-bottom-navbar {
  padding-bottom: 0px;
}
.navbar-brand {
  padding: 0 !important;
}
.navbar-brand img {
  transition: all 0.3s ease-in-out;
  width: 290px;
}
.logo-dark {
  display: none;
}
.main-navbar.bg .logo-light {
  display: none;
}
.main-navbar.bg .logo-dark {
  display: block;
}
.main-bottom-navbar .nav-item {
  position: relative;
}
.main-bottom-navbar .nav-item > .nav-link {
  display: block;
  padding: 11px 18px !important;
}
.main-navbar.bg .main-bottom-navbar li a {
  color: var(--main-gray-thin-color);
  text-shadow: none;
}
.main-bottom-navbar .nav-item i.fa-angle-left {
  margin-right: 5px;
}
.main-bottom-navbar .nav-item > .dropdown-menu {
  left: 22px;
  top: 36px;
  right: auto;
}
.main-bottom-navbar .nav-item .dropdown-menu {
  position: absolute;
  border: none;
  box-shadow: 0 2px 15px var(--main-black-rgb1-color);
  min-width: 250px;
  background: #000000;
}
.main-bottom-navbar li a {
  font-size: 18px;
  position: relative;
  font-weight: 500;
  color: var(--main-white-color);
  padding: 0px !important;
  letter-spacing: 0.3px;
  font-family: "CircularStd";
}
.quote-wrap {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.button-5 {
  display: block;
  justify-content: center;
  width: 200px;
  height: 58px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 0px;
  background: #000000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.button-5 a,
.button-5 span {
  width: 200px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  line-height: 62px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "CircularStd";
}
.eff-5 {
  width: 200px;
  height: 58px;
  bottom: -58px;
  background: var(--main-white-color);
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.button-5:hover .eff-5 {
  bottom: 0;
}
.button-5:hover a,
.button-5:hover span {
  color: var(--main-black-color);
}
.quote-wrap .get-quote-wrap {
  background: var(--main-black-color);
  position: relative;
  right: 0px;
  top: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.quote-wrap .get-quote-wrap .getin_touch_color {
  color: var(--main-white-color);
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  font-family: "CircularStd";
}
.fixed-navbar .underline {
  display: inline;
  position: relative;
  overflow: hidden;
}
.fixed-navbar .underline:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: -5px;
  background: var(--main-white-color);
  height: 2px;
  transition-property: left right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.header-others .fixed-navbar .underline:after {
  background: var(--main-gray-thin-color);
}
.other-portfolio-contact .button-5 {
  background: #ffffff;
}
.other-portfolio-contact .button-5 span {
  color: #000000;
}
.header-white.header-black .main-navbar .other-portfolio-contact .button-5 {
  border: 2px solid #ffffff;
}
.header-white.header-black .main-navbar.bg .other-portfolio-contact .button-5 {
  border: 2px solid #000000;
}
.fixed-navbar.bg .underline:after {
  background: var(--main-gray-thin-color);
}
.fixed-navbar .underline:hover:after,
.fixed-navbar .underline:focus:after,
.fixed-navbar .underline:active:after {
  right: 0;
}
.mobile_float_sec {
  background-color: var(--main-black-color);
  font-family: inherit;
  bottom: -2px;
  position: fixed;
  display: none;
  z-index: 99;
  height: 70px;
  left: 0;
  right: 0;
  text-align: center;
  box-shadow: 2px -1px 10px 0 var(--main-black-rgb1-color);
}
.mobile_float_sec h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.83;
  letter-spacing: 1.7px;
  text-align: center;
  color: var(--main-white-color);
  font-family: "CircularStd";
  margin-top: 2px;
}
.mobile_float_sec a {
  padding: 7px 0;
  cursor: pointer;
}
.stiky-border {
  border-right: 2px solid var(--main-black-4-color);
}
.mobile_float_sec a:hover {
  color: var(--main-white-color);
}
.mobile_float_sec a.active {
  color: var(--main-white-color);
}
.mobile_float_sec a:hover h3 {
  color: var(--main-white-color);
}
.mobile_float_sec a svg {
  width: 25px;
  height: 17px;
}
.uipl-video-wrap {
  height: 100vh;
}
.video-background {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.uipl-video-wrap .video-background video {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@supports (-ms-ime-align: auto) {
  .uipl-video-wrap .video-background video {
    height: auto;
  }
}
.uipl-video-wrap .video-background::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--main-black-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}
.banner-content > div {
  width: 100%;
}
.banner_sec_new .uipl-banner-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15% 0 0 12%;
  color: var(--main-white-color);
  max-width: 75%;
  height: 100vh;
}
.banner_sec_new .uipl-banner-text p:not(.new-page-subtitle),
.banner_sec_new .uipl-banner-text .new-page-title {
  font-size: 36px;
  margin: 0 0 20px 0;
  font-family: "CircularStd-Bold";
  letter-spacing: 0;
  line-height: 30px;
}
.banner_sec_new .uipl-banner-text h1:not(.new-page-title),
.banner_sec_new .uipl-banner-text .new-page-subtitle {
  font-size: 75px;
  font-family: "CircularStd-Bold";
  line-height: 80px;
  margin: 0 0 10px;
}
.button-1 {
  width: 270px;
  height: 58px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 35px;
  background: var(--main-black-color);
}
.button-1 a,
.button-1 span {
  font-size: 18px;
  color: var(--main-white-color);
  text-decoration: none;
  line-height: 58px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "CircularStd";
}
.eff-1 {
  width: 270px;
  height: 58px;
  bottom: -58px;
  background: var(--main-white-color);
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.button-1:hover .eff-1 {
  bottom: 0;
}
.button-1:hover a,
.button-1:hover span {
  color: var(--main-black-color);
}
.video-background video[poster="assets/images/banner.jpg"] {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}
.text-image video[poster="assets/images/text-animate.jpg"] {
  width: auto;
  object-fit: cover;
  height: auto;
}
.banner_sec_new .uipl-banner-text.uipl-banner-othertext {
  height: 75vh;
  max-width: 100%;
  right: 0;
  padding: 0;
  justify-content: center;
}
.banner_sec_new .uipl-banner-othertext h1:not(.new-page-title),
.banner_sec_new .uipl-banner-othertext .new-page-subtitle {
  font-family: "CircularStd";
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: var(--main-white-color);
}
.banner_sec_new .uipl-banner-othertext p:not(.new-page-subtitle),
.banner_sec_new .uipl-banner-othertext .new-page-title {
  font-family: "CircularStd";
  font-size: 54px;
  font-weight: bold;
  color: var(--main-white-color);
  padding-right: 10%;
  line-height: 76px;
}
.banner_sec_new .uipl-banner img {
  width: 100%;
  object-fit: cover;
  height: 75vh;
}
.commontext h4 {
  font-family: "CircularStd";
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
}
.commontext h5,
.commontext .h5 {
  font-family: "CircularStd";
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
.commontext h3,
.commontext .h3 {
  font-family: "CircularStd";
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 10%;
  line-height: 54px;
}
.commontext h2,
.commontext .h2 {
  font-family: "CircularStd";
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
.commontext p {
  font-family: "CircularStd";
  font-size: 18px;
  line-height: 1.63;
}
.about-hero-sec .about-hero-text p {
  width: 100%;
  text-align: center;
}
.text-white {
  color: var(--main-white-color);
}
.text-black {
  color: var(--main-black-color);
}
.home_pg .content_info_left {
  position: relative;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 98vh;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
}
.home_pg.up .content_info_left {
  margin-top: -35px;
}
.content_info_left .left-info-img {
  padding: 5% 41.6rem 5% 2%;
  text-align: center;
}
.content_info_right {
  margin-top: 0px;
  position: absolute;
  right: 0;
  flex: 0 0 75%;
  max-width: 75%;
}
.right-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 98vh;
}
.box-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-box {
  height: 218px;
  width: 157px;
  display: flex;
  max-width: 218px;
  flex: inherit;
  padding: 10px;
  margin: 10px 0;
  position: relative;
}
.content-box-black {
  background: var(--main-black-2-color);
}
.content-box-white {
  background: var(--main-white-color);
}
.hidden {
  opacity: 0;
}
.console-container {
  font-family: "CircularStd-Bold";
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
}
.text-image {
  padding: 3rem 4rem 6rem;
}
.text-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  padding: 0;
}
.client-stories-wrap {
  padding: 6% 18% 6%;
}
.black-bg-info {
  background: var(--main-black-2-color);
}
.black-video-bg {
  background: var(--main-black-home-video);
}
.white-bg-info {
  background: var(--main-white-color);
}
.light-gray-bg-info {
  background: var(--main-light-gray-color);
}
.client-info-text {
  padding: 2% 15px 2% 10px;
}
.stories-info-text {
  padding: 2% 10px 2% 10px;
}
.client-info-text .client-h1,
.stories-info-text .stories-h1 {
  font-family: "CircularStd-Bold";
  font-size: 60px;
  font-weight: bold;
  line-height: 1.31;
  text-align: right;
  margin: 0;
}
.stories-info-text .stories-h1 {
  text-align: left;
}
.text-white-h1 {
  color: var(--main-white-color);
}
.text-black-h1 {
  color: var(--main-black-color);
}
.client-stories-wrap .left-info-img img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
.left-info-img,
.right-info-img {
  position: relative;
}
.img-col-main .left-info-img {
  overflow: hidden;
}
.img-col-main .left-info-img img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.img-col-main .left-info-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.content_info_left .left-info-img img {
  width: 200px;
  object-fit: contain;
}
.content_info_left .left-info-img img.deloitte-img {
  width: 250px;
}
.left-info-img .play-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-info-img .play-wrap .play-btn {
  background: var(--main-black-color);
  width: 60px;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--main-white-color);
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 0;
}
.left-info-img .play-wrap .play-btn a {
  font-size: 17px;
  color: var(--main-white-color);
  text-decoration: none;
  line-height: 58px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 600;
}
.left-info-img .play-wrap .play-btn .eff-1 {
  width: 60px;
  height: 60px;
  bottom: -60px;
  background: var(--main-white-color);
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.left-info-img .play-wrap .play-btn:hover .eff-1 {
  bottom: 0;
}
.left-info-img .play-wrap .play-btn:hover a {
  color: var(--main-black-color);
}
.left-info-text h5 {
  font-family: "CircularStd-Bold";
  font-size: 32px;
  font-weight: bold;
  line-height: 1.31;
  color: var(--main-black-color);
  text-align: left;
  margin: 5% 0 0;
}
.left-info-text h5 span {
  font-family: "CircularStd";
  font-size: 20px;
  font-weight: normal;
  display: block;
  padding-top: 10px;
}
.work-project-wrap {
  padding: 5% 18% 8%;
}
.project-load {
  display: none;
}
.load-btn {
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 58px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background: var(--main-black-color);
  padding: 0 25px 0 25px;
  border: 2px solid var(--main-black-color);
}
.load-btn .eff-3 {
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
.load-btn span,
.load-btn a {
  line-height: 50px;
  display: inline-block;
  color: var(--main-white-color);
  text-decoration: none;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  font-size: 18px;
  letter-spacing: 2px;
  cursor: pointer;
  font-family: "CircularStd";
  text-transform: uppercase;
}
.eff-3 {
  width: 180px;
  height: 58px;
  bottom: -58px;
  background: var(--main-white-color);
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.load-btn:hover .eff-3 {
  transform: translateY(0);
}
.load-btn:hover span,
.load-btn:hover a {
  color: var(--main-black-color);
}
.discover-more {
  width: 220px;
}
.discover-eff {
  width: 220px;
}
.p-lr-4 {
  padding-left: 4%;
  padding-right: 4%;
}
.work-project-info .work-project-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
  min-height: 600px;
}
.work-project-img {
  margin-bottom: 11px;
}
.work-project-text {
  padding: 2% 0 14%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: flex-end;
}
.work-project-info .work-project-text h4 {
  font-family: "CircularStd";
  font-size: 20px;
  color: var(--main-black-color);
  margin: 0;
  position: relative;
  padding: 10px 0 13px;
  letter-spacing: 4px;
}
.work-project-info .work-project-text .project-title {
  margin: 10px 0 13px;
}
.work-project-info .work-project-text h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
}
.work-project-info .work-project-text .h4-1::after {
  content: "";
  background: var(--main-blue-dip-color);
}
.work-project-info .work-project-text .h4-2::after {
  content: "";
  background: var(--main-red-dip-color);
}
.work-project-info .work-project-text .h4-3::after {
  content: "";
  background: var(--main-orange-color);
}
.work-project-info .work-project-text .h4-4::after {
  content: "";
  background: var(--main-blue-dark-color);
}
.work-project-info .work-project-text .project-text-desc {
  padding: 3% 3% 3% 0;
}
.work-project-info .work-project-text .project-text-desc h3 {
  font-family: "CircularStd-Bold";
  font-size: 30px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: var(--main-black-color);
  margin: 0;
}
.button-2 {
  border: 1px solid var(--main-black-color);
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 8px 4px 0px;
  height: 32px;
}
.button-2 a {
  cursor: default;
  font-family: "CircularStd";
  font-size: 16px;
  color: var(--main-black-color);
  text-decoration: none;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  padding: 5px 10px;
  line-height: 30px;
}
.button-2:hover a {
  color: var(--main-white-color);
}
.button-2 span {
  font-family: "CircularStd";
  font-size: 16px;
  color: var(--main-black-color);
  text-decoration: none;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  padding: 8px 10px;
  line-height: 14px;
  display: block;
}
.eff-2 {
  width: 100%;
  height: 32px;
  bottom: -32px;
  background: var(--main-black-color);
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.button-2:hover .eff-2 {
  bottom: 0;
}
.button-2:hover span {
  color: var(--main-white-color);
}
.section-features .feature-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.address_info_left {
  padding: 7% 5%;
}
.address_info_left .address-info-text .address-h1 {
  font-family: "CircularStd-Bold";
  font-size: 52px;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
.button-4 {
  margin: 40px 0 60px;
  display: block;
  width: 205px;
  height: 58px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background: var(--main-black-color) !important;
  padding: 0;
  border: 2px solid var(--main-white-color);
}
.button-4.border-black {
  border-color: var(--main-black-color);
}
.button-4 a,
.button-4 span {
  display: inline-block;
  color: var(--main-white-color);
  text-decoration: none;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  font-size: 18px;
  line-height: 56px;
  letter-spacing: 2px;
  cursor: pointer;
  font-family: "CircularStd";
  text-transform: uppercase;
}
.eff-4 {
  width: 205px;
  height: 58px;
  bottom: -58px;
  background: var(--main-white-color);
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.button-4:hover .eff-4 {
  bottom: 0;
}
.button-4:hover a,
.button-4:hover span {
  color: var(--main-black-color);
}
.address_info_left .address-info-text .address-h4 {
  margin: 0 0 22px;
  text-align: left;
  font-family: "CircularStd";
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1.2px;
}
.address_info_left .address-info-text .address-h3 {
  position: relative;
  margin-top: 0;
  margin-bottom: 17px;
  padding-left: 33px;
  text-align: left;
  font-family: "CircularStd";
  font-size: 30px;
  font-weight: normal;
  line-height: 1.6;
}
.address_info_left .address-info-text .address-h3 .flag {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
}
.footer-wrap .footer-social.social-icon-list {
  border-radius: 0;
  background-color: transparent;
  border: solid 0px transparent;
  padding: 0;
  margin: 5px 0 0;
  align-self: flex-start;
}
.footer-wrap .footer-social.social-icon-list ul li {
  padding-left: 0;
  padding-right: 35px;
}
.footer-wrap .footer-social.social-icon-list ul li:last-child,
.footer-wrap .footer-social.social-icon-list ul li:only-child {
  padding-right: 0;
}
.footer-wrap .footer-social.social-icon-list ul li a svg path {
  fill: var(--main-white-color);
  opacity: 0.75;
  transition: all 0.5s ease;
}
.footer-wrap .footer-social.social-icon-list ul li a:hover svg path {
  fill: var(--main-white-color);
  opacity: 1;
}
.address-info-wrap {
  align-items: center;
  align-self: center;
  display: grid;
  height: 100%;
}
.address_info_right .address-info-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  max-height: 94vh;
}
.footer-wrap .footer-bottom {
  padding: 1% 1%;
}
.footer-wrap .footer-bottom .terms-privacy a,
.footer-wrap .footer-bottom .copy-right p,
.mobile-menu-bottom .site-menu-block a,
.mobile-menu-bottom .site-menu-block .copyright-sec p {
  font-family: "CircularStd";
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: var(--main-gray-dip-color);
  opacity: 0.7;
}
.footer-wrap .footer-bottom .terms-privacy .gapNew,
.mobile-menu-bottom .site-menu-block .gapNew {
  font-size: 11px;
  color: var(--main-gray-dip-color);
  opacity: 0.7;
  padding: 4px 5px;
  display: inline-block;
  font-weight: 200;
}
.footer-wrap .footer-bottom .terms-privacy a:hover {
  opacity: 1;
}
.copy-right {
  text-align: center;
}
.made-with {
  text-align: right;
}
.footer-wrap .footer-bottom .made-with p,
.address_info_left .address-info-text .made-with p,
.mobile-menu-bottom .site-menu-block .made-with p {
  font-family: "CircularStd";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: var(--main-black-color);
  opacity: 0.7;
}
.footer-wrap .footer-bottom .made-with p img,
.address_info_left .address-info-text .made-with p img,
.mobile-menu-bottom .site-menu-block .made-with p img {
  max-height: 18px;
  margin-top: -2px;
}
.footer-wrap .footer-bottom .made-with p i {
  margin-left: 4px;
  margin-right: 4px;
}
.desktop-hide {
  display: none;
}
.end-begin-user-wrap {
  position: relative;
  margin-top: -13%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10% 9% 10%;
}
.end-begin-user-wrap .end-begin-user-info h3,
.end-begin-user-wrap .end-begin-user-info .h3 {
  font-family: "CircularStd";
  font-size: 32px;
  font-weight: normal;
  color: var(--main-white-color);
  margin: 0 0 20px;
}
.end-begin-user-wrap .end-begin-user-info p {
  font-family: "CircularStd";
  font-size: 18px;
  line-height: 1.63;
  color: var(--main-white-color);
}
.end-begin-user-wrap .end-begin-user-info p a {
  color: var(--main-white-color);
}
.web-design-section-2 {
  padding: 8% 0 9%;
}
.creative-info-heading h2 {
  font-family: "CircularStd";
  font-size: 42px;
  font-weight: bold;
  color: var(--main-black-color);
  margin: 0 0 4%;
  line-height: normal;
}
.creative-info-main .creative-info-img {
  border: 2px solid var(--main-black-color);
}
.creative-info-main:first-child {
  padding-right: 0;
}
.creative-info-main:nth-child(even) {
  padding-left: 0;
  padding-right: 0;
}
.creative-info-main:last-child {
  padding-left: 0;
}
.creative-info-main:nth-child(even) .creative-info-img {
  border-right: 0px solid var(--main-black-color);
  border-left: 0px solid var(--main-black-color);
}
.creative-info-main .creative-info-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.creative-info-main .creative-info-img {
  overflow: hidden;
}
.creative-info-main .creative-info-img img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.creative-info-main .creative-info-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.web-design-section-3 {
  padding: 7% 0 7%;
}
.grid-wrap ul {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.grid-wrap ul li {
  flex: 0 0 27.333333%;
  max-width: 27.333333%;
}
.grid-wrap ul li:last-child {
  flex: 0 0 41.333333%;
  max-width: 41.333333%;
}
.grid-wrap ul li:nth-child(1) {
  margin: 5% 2% 2% 0%;
}
.grid-wrap ul li:nth-child(2) {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 5% 2% 2% 0%;
}
.grid-wrap ul li:nth-child(4) {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0% 2% 2% 0%;
}
.grid-wrap ul li:nth-child(5) {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0% 2% 2% 0%;
}
.grid-wrap ul li:nth-child(6) {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  margin-top: calc(100% - 70.8%);
}
.grid-wrap ul li:nth-child(2) .gridview_img {
  width: 100%;
}
.grid-wrap ul li:nth-child(5) .gridview_img {
  width: 100%;
}
.grid-wrap ul li:nth-child(6) .gridview_img {
  width: 100%;
}
.gridview_img img {
  width: 100%;
}
.grid-wrap ul li:nth-child(3) .gridview_img img {
  width: auto;
}
.grid-wrap ul li:nth-child(4) .gridview_img img {
  width: auto;
  padding-left: 50%;
}
.web-design-section-3 .web-design-proce {
  padding: 0 31rem 0 10rem;
  display: flex;
  height: 100%;
  align-items: center;
}
.web-design-section-3 .web-design-proce .design-proce-info h3 {
  line-height: 62px;
  font-size: 42px;
}
.web-design-section-4 {
  padding: 0% 0 4%;
  position: relative;
}
.text-marquee-main {
  max-width: 100%;
  display: flex;
}
.web-design-section-4 .text-marquee-main .text-marquee-1 {
  position: absolute;
  top: 0;
  display: flex;
  align-items: flex-start;
}
.web-design-section-4 .text-marquee-main .text-marquee-2 {
  position: absolute;
  top: -5%;
  bottom: 0;
  display: flex;
  align-items: center;
}
.web-design-section-4 .text-marquee-main .text-marquee-3 {
  position: absolute;
  bottom: 7%;
  display: flex;
  align-items: flex-end;
}
.web-design-section-4 .text-marquee-main p {
  font-size: 162px;
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.1;
  line-height: 160px;
  font-family: "CircularStd";
  font-weight: bold;
}
.text-message-wrap .text-message-info h3 {
  margin-bottom: 6%;
  font-size: 42px;
}
.web-design-section-5 {
  padding: 8% 25rem;
  position: relative;
}
.web-design-section-5 .text-message-wrap {
  padding-right: 23%;
  display: grid;
  height: 100%;
  align-items: center;
}
.web-design-section-5 .text-message-wrap .text-message-info h3,
.web-design-section-5 .text-message-wrap .text-message-info .h3 {
  margin-bottom: 5%;
}
.web-design-section-5 .text-message-wrap .text-message-info p {
  margin-bottom: 4%;
}
.web-design-section-5 .web-design-proce {
  padding: 0 0 0 0%;
  height: calc(100vh - 60vh);
}
.design-proce-main {
  position: relative !important;
}
.design-box {
  height: 100%;
  display: grid;
  width: 100%;
  align-items: center;
}
.web-design-proces {
  padding: 0% 0%;
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}
.web-design-section-5 .web-design-proces .proce-common {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  display: none;
}
.web-design-section-5 .web-design-proces.text-bounce .proce-common {
  display: block;
}
.web-design-section-5 .web-design-proces .design-proce-3 {
  border: 6px solid var(--main-light-border-color);
  width: 100%;
  height: calc(100% - 12%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  animation-delay: 1.1s;
}
.web-design-section-5 .web-design-proces .design-proce-2 {
  border: 6px solid var(--main-gray-border-color);
  position: absolute;
  width: calc(100% - 55%);
  height: calc(100% - 25%);
  bottom: 0px;
  left: 0px;
  z-index: 2;
  animation-delay: 0.6s;
}
.web-design-section-5 .web-design-proces .design-proce-1 {
  border: 6px solid var(--main-black-color);
  position: absolute;
  width: calc(100% - 80%);
  height: calc(100% - 40%);
  bottom: 0px;
  left: 0px;
  z-index: 3;
  background: #fff;
  animation-delay: 0.1s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.web-design-section-6 {
  padding: 8% 25rem 4% 25rem;
}
.principle-wrap .principle-img {
  padding: 0% 36% 0% 0%;
  margin-bottom: 2%;
}
.principle-wrap .principle-img img {
  width: 80%;
}
.web-design-section-6 .text-message-info {
  padding-right: 15%;
}
.principle-wrap .text-message-info h3,
.principle-wrap .text-message-info .h3 {
  margin-bottom: 2%;
  font-size: 42px;
}
.box-container {
  padding: 10% 8%;
  width: 100%;
  height: calc(100vh - 56vh);
  color: var(--main-white-color);
  transition: 0.25s ease;
  position: relative;
}
.box-dark {
  background: var(--main-black-color);
}
.align-end {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.box-top {
  margin-top: 10%;
  margin-bottom: 0%;
}
.box-container .box-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20% 8% 15%;
  width: 100%;
}
.box-container .box-bottom .icon {
  width: 30px;
}
.box-bottom a {
  font-family: "CircularStd";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.4px;
  color: var(--main-white-color);
  text-transform: uppercase;
}
.pad_box {
  padding: 0 15px;
}
.web-design-section-7 {
  padding: 0 25rem 10rem 25rem;
}
.web-design-section-8 {
  padding: 7rem 15rem;
}
.web-design-section-8 .text-message-wrap .text-message-info.commontext h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 5px;
}
.button-6 {
  margin: 45px auto 0;
  display: block;
  width: 277px;
  height: 58px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background: var(--main-black-color);
  padding: 0;
  border: 2px solid var(--main-black-color);
}
.button-6 a,
.button-6 span {
  color: var(--main-white-color);
  text-decoration: none;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  font-size: 18px;
  letter-spacing: 2px;
  cursor: pointer;
  font-family: "CircularStd";
  text-transform: uppercase;
  line-height: 58px;
}
.eff-6 {
  width: 277px;
  height: 58px;
  bottom: -58px;
  background: var(--main-white-color);
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.button-6:hover .eff-6 {
  bottom: 0;
}
.button-6:hover a,
.button-6:hover span {
  color: var(--main-black-color);
}
.web-design-section-9 {
  padding: 7% 0% 7% 0%;
}
.web-design-section-9 .text-message-wrap .text-message-info.commontext h3 {
  font-weight: bold;
  line-height: normal;
  margin-bottom: 1%;
}
.web-design-section-9 .text-message-wrap .text-message-info.commontext h5,
.web-design-section-9 .text-message-wrap .text-message-info.commontext .h5 {
  font-size: 28px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: 3%;
}
.web-design-slider .swiper-container {
  margin: 20px auto;
}
.web-design-slider .swiper-slide {
  display: block;
  overflow: hidden;
  width: 50vw !important;
}
.web-design-slider .swiper-slide img {
  width: 100%;
  opacity: 0;
}
.web-design-slider .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.web-design-slider .swiper-slide .slider-text a.text-regularbold {
  font-size: 18px;
  color: var(--main-black-color);
  text-align: left;
  margin-top: 2%;
}
.underlink {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.underlink:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 1.5px;
  right: 100%;
  bottom: 0;
  background: var(--main-white-color);
  height: 1.5px;
  transition-property: left right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.underlink:hover:after,
.underlink:focus:after,
.underlink:active:after {
  right: 0;
}
.ui-ux-section-2 {
  padding: 9% 0 10%;
}
.message-text-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.ui-ux-section-2 .message-text-wrap .text-message-info {
  padding-right: 5%;
}
.message-text-wrap .commontext h3,
.message-text-wrap .commontext .h3 {
  margin: 0 0 6%;
}
.message-text-wrap .commontext h5,
.message-text-wrap .commontext .h5 {
  letter-spacing: 4px;
  margin: 0 0 3rem;
}
.box-border {
  border: 4px solid var(--main-black-color);
}
.box-up {
  margin-top: -30px;
}
.box-down {
  margin-bottom: -30px;
}
.ui-ux-section-4 {
  padding: 12% 0% 7% 28%;
}
.image-box img {
  width: 95%;
  display: block;
  margin: 0 0 0 auto;
}
.padd-custom {
  padding: 3% 0;
}
.ui-ux-section-5 .padd-custom:nth-of-type(1) {
  padding-right: 2%;
  padding-bottom: 0;
}
.ui-ux-section-5 .padd-custom:nth-of-type(2) {
  padding-left: 2%;
  padding-bottom: 0;
}
.ui-ux-section-5 .box-border-wrap .design-box img {
  width: 100%;
  max-height: 680px;
  height: 680px;
  object-fit: cover;
}
.pb-6 {
  padding-bottom: 2%;
}
.box-border-wrap:nth-of-type(1) .box-border {
  border-left: 0;
}
.box-border-wrap:nth-of-type(2) .box-border {
  border-right: 0;
}
.ui-ux-section-6 .end-begin-user-wrap.bulding-wrap {
  margin-top: 0%;
}
.ui-ux-section-6 {
  padding: 10% 0;
}
.ui-ux-bg {
  background-image: url(../images/ui-ux-bg%404x.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}
.principle-wrap ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  padding-right: calc(100vw - 90vw);
  height: 260px;
  margin-bottom: 10%;
}
.principle-wrap ul li {
  -ms-flex-positive: 1;
  max-width: 100%;
  align-self: center;
  margin-right: 5%;
  width: 14px;
  display: none;
}
.principle-wrap ul li:nth-child(1) {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(-180deg);
  font-size: 13px;
  font-family: "CircularStd";
  font-weight: normal;
  letter-spacing: 4px;
}
.principle-wrap ul li:nth-child(2) {
  background: #000000;
  height: 135px;
}
.principle-wrap ul li:nth-child(3) {
  background: #000000;
  height: 105px;
}
.principle-wrap ul li:nth-child(4) {
  background: #000000;
  height: 75px;
}
.principle-wrap ul li:nth-child(5) {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(-180deg);
  font-size: 13px;
  font-family: "CircularStd";
  font-weight: normal;
  letter-spacing: 4px;
}
.principle-wrap ul li:nth-child(6) {
  background: #000000;
  height: 75px;
}
.principle-wrap ul li:nth-child(7) {
  background: #000000;
  height: 105px;
}
.principle-wrap ul li:nth-child(8) {
  background: #000000;
  height: 135px;
}
.principle-wrap ul li:nth-child(9) {
  background: #999999;
  height: 165px;
}
.principle-wrap ul li:nth-child(10) {
  background: #cccccc;
  height: 195px;
}
.principle-wrap ul li:nth-child(11) {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(-180deg);
  font-size: 18px;
  font-family: "CircularStd";
  font-weight: normal;
  letter-spacing: 4px;
}
.text-bounce {
  width: 100%;
  overflow: visible;
  text-align: center;
}
.principle-wrap ul.principle_com li {
  opacity: 0;
  animation-name: bounceIn;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  visibility: hidden;
}
.principle-wrap ul.principle_com.text-bounce li {
  display: block;
  visibility: visible;
}
.text-bounce li:nth-child(2) {
  animation-delay: 0.2s;
}
.text-bounce li:nth-child(3) {
  animation-delay: 0.5s;
}
.text-bounce li:nth-child(4) {
  animation-delay: 0.75s;
}
.text-bounce li:nth-child(5) {
  animation-delay: 1s;
}
.text-bounce li:nth-child(6) {
  animation-delay: 1.25s;
}
.text-bounce li:nth-child(7) {
  animation-delay: 1.5s;
}
.text-bounce li:nth-child(8) {
  animation-delay: 1.85s;
}
.text-bounce li:nth-child(9) {
  animation-delay: 2.05s;
}
.text-bounce li:nth-child(10) {
  animation-delay: 2.3s;
}
.text-bounce li:nth-child(11) {
  animation-delay: 2.5s;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.5;
    transform: scale(1);
  }
  80% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}
.card-box {
  width: 100%;
  height: calc(100vh - 56vh);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #000;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow: hidden;
  min-height: 550px;
}
.card-box:hover {
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.04);
}
.card-box .box-top h2,
.card-box .box-top .h2 {
  margin-bottom: 15%;
  font-size: 32px;
}
.card-blur {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.15s ease-in;
  left: 0;
  top: 0;
}
.card-box:hover .box-bottom a:not(.text-white) {
  opacity: 0;
}
.card-box-footer {
  z-index: 1;
  width: 100%;
  bottom: 0;
}
.hover-text {
  font-size: 16px;
  letter-spacing: normal;
  font-family: "CircularStd";
  line-height: 1.5;
  font-weight: normal;
}
.pointparallax {
  position: relative;
  z-index: 0;
  width: 100%;
}
.pointparallax .point__item {
  position: absolute;
}
.pointparallax .point__item.left {
  top: 0px;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: auto;
  height: calc(100vh - 45vh);
}
.pointparallax .point__item.left .left-bottom {
  position: absolute;
  bottom: -10%;
  left: 15%;
}
.pointparallax .point__item.right {
  top: 150px;
  right: 0;
  z-index: 9;
  width: auto;
  height: calc(100vh - 45vh);
  display: flex;
  align-items: center;
}
.pointparallax .text-message-wrap {
  padding-right: 12%;
}
.meaning-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.web-design-slider .swiper-button-next,
.web-design-slider .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 15%;
  height: 90.3%;
  margin-top: 20px;
  background-position: center;
  background: #ffffff;
  background-repeat: no-repeat;
  outline: none;
}
.web-design-slider .swiper-button-next,
.web-design-slider .swiper-button-prev {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px rgba(151, 151, 151, 0.12);
}
.web-design-slider .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  right: 0;
  background-image: url(../images/right-arrow-black.svg);
  background-size: 40px 40px;
  background-position: center;
}
.web-design-slider .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  left: 0;
  background-image: url(../images/right-arrow-black.svg);
  background-size: 40px 40px;
  transform: rotate(180deg);
  background-position: center;
}
.web-design-slider
  .swiper-slide.swiper-slide-duplicate
  .slider-text
  a.text-regularbold,
.web-design-slider .swiper-slide .slider-text a.text-regularbold {
  opacity: 0;
}
.web-design-slider
  .swiper-slide.swiper-slide-duplicate-active
  .slider-text
  a.text-regularbold,
.web-design-slider
  .swiper-slide.swiper-slide-active
  .slider-text
  a.text-regularbold {
  opacity: 1;
}
.ui-ux-section-2 .design-box img {
  min-height: 360px;
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.ui-ux-section-3 .ui-ux-3-1 .box-up {
  padding-right: 30px;
}
.ui-ux-section-3 .ui-ux-3-1 .message-text-wrap {
  padding-left: 30px;
}
.ui-ux-section-3 .ui-ux-3-2 .message-text-wrap {
  padding-right: 30px;
}
.ui-ux-section-3 .design-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.box-down .design-box {
  align-items: flex-end;
}
.pb-6 {
  padding-bottom: 3%;
}
.pt-6 {
  padding-top: 3%;
}
.pr-7 {
  padding-right: 4%;
}
.analsing-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  padding-left: 19%;
}
.analsing-wrap figure {
  position: absolute;
}
.analsing-wrap figure img {
  max-width: 100%;
}
.analsing-wrap figure:nth-child(1) {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  align-self: center;
}
.analsing-wrap figure:nth-child(2) {
  bottom: -30%;
  left: 45%;
}
.analsing-wrap figure:nth-child(3) {
  bottom: 15%;
  left: 33%;
}
.analsing-wrap figure:nth-child(4) {
  top: -45%;
  left: 42%;
}
.analsing-wrap figure:nth-child(5) {
  top: -40%;
  right: 15%;
}
.analsing-wrap figure:nth-child(6) {
  top: 4%;
  right: -35px;
}
.analsing-wrap figure:nth-child(7) {
  bottom: -45%;
  right: -35px;
}
.analsing-wrap figure:nth-child(8) {
  bottom: -58%;
  right: 20%;
}
.analsing-wrap figure:nth-child(9) {
  bottom: -62%;
  left: 32%;
}
.ui-ux-section-4.ui-ux-section-7 {
  padding-top: 1%;
  padding-bottom: 1%;
}
.ui-ux-section-8 {
  padding: 6rem 0;
}
.wirefram-img-wrap {
  padding-top: 5rem;
  padding-bottom: 0;
}
.fidelity-wirefram-img {
  padding-top: 5rem;
}
.ui-ux-section-4.ui-ux-section-9 {
  padding-top: 6%;
  padding-bottom: 6%;
}
.ui-ux-section-10 {
  padding: 7% 0%;
}
.ui-ux-section-10 .text-message-wrap {
  padding-right: 10%;
  display: flex;
  height: 100%;
  align-self: center;
  align-items: center;
}
.ui-ux-section-10 .text-message-wrap .button-6 {
  margin: 45px 0 0;
  width: 360px;
}
.ui-ux-section-10 .text-message-wrap .eff-6 {
  width: 360px;
}
.commontext h1,
.commontext .treat-as-h1 {
  font-size: 58px;
  font-weight: bold;
  opacity: 0.4;
  margin: 0;
  font-family: "CircularStd";
}
.ui-ux-section-11 {
  padding: 6% 24rem 7%;
}
.ui-ux-section-10 .text-message-wrap {
  padding-right: 0;
}
.ui-ux-section-10 .text-message-wrap .commontext h3 {
  font-size: 42px;
  line-height: 62px;
}
.pristine-wrap .design-box {
  padding-bottom: 10%;
}
.pristine-wrap .design-box .pristine-text a {
  font-family: "CircularStd";
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  margin-top: 15px;
  letter-spacing: 0.5px;
}
.pristine-load {
  display: none;
}
.ui-ux-section-11 .pristine-wrap .load-btn {
  margin: 40px auto;
}
.analysing-mobile {
  display: none;
}
.mindmapping-padd {
  padding: 4% 30% 4% 28%;
}
.ui-ux-section-3 .message-text-wrap .commontext p {
  margin-bottom: 5%;
}
.explore-btn span {
  line-height: 58px;
}
.pristine-wrap-slider {
  display: none;
}
.wirefram-mobileimg-wrap {
  display: none;
}
.ui-ux-section-3 .message-text-wrap {
  padding-top: 12%;
  padding-bottom: 12%;
}
.ui-ux-section-3 .message-text-wrap .commontext h3,
.ui-ux-section-3 .message-text-wrap .commontext .h3 {
  font-size: 40px;
}
.ui-ux-section-10 .text-message-wrap.message-wrap-left {
  padding-right: 30%;
}
.banner_sec_text {
  padding: 70px 0 0 21rem;
  min-height: 350px;
}
.banner_sec_text.how-we-work-1 {
  padding: 70px 0 0 21rem;
}
.banner_sec_text.common-hero-text-wrap {
  padding: 70px 0 0 21rem;
}
.header-others .logo-light {
  display: none;
}
.header-others .logo-dark {
  display: block;
}
.header-others .main-bottom-navbar li a {
  color: var(--main-gray-thin-color);
}
.banner_sec_text .others-banner-text {
  padding: 12% 0 0;
}
.banner_sec_text .others-banner-text h1:not(.new-page-title),
.banner_sec_text .others-banner-text .new-page-subtitle {
  margin-bottom: 1.09375em;
  font-family: "CircularStd";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #000000;
  text-transform: uppercase;
}
.banner_sec_text .others-banner-text p:not(.new-page-subtitle),
.banner_sec_text .others-banner-text .new-page-title {
  margin-bottom: 0;
  font-family: "CircularStd";
  font-size: 52px;
  font-weight: bold;
  line-height: 70px;
  color: #000000;
  margin-bottom: 2.5rem;
}
.scroll-main-wrap {
  padding: 0 0 12rem 18rem;
  position: relative;
  margin-top: 0;
}
.scroll-main-wrap .left-scrool {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 2%;
  margin-right: 0px;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  top: calc(100vh - 90vh);
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.scroll-main-wrap .right-side-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 0px;
  margin-right: 0px;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.scroll-main-wrap .common-work-sec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 0px;
  margin-right: 0px;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.scroll-main-wrap .right-side-content .we-work-section {
  width: 80%;
  margin-left: 20%;
}
.sidebar {
  position: relative;
}
.work-mobile-heading .commontext h3 {
  display: none;
}
.mobile-progressbar {
  display: none;
}
.sidebar.fixed {
  position: fixed;
  top: 50%;
  left: auto;
  transform: translateY(-37%);
}
.sidebar ul {
  padding: 25px 0 30px;
  margin: 0;
  list-style-type: none;
}
.scrool-wrap #cd-vertical-nav a,
.scrool-wrap #cd-vertical-nav-rt a {
  font-family: "CircularStd";
  display: block;
  padding: 0 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 5.07;
  color: #bababa;
}
.scrool-wrap #cd-vertical-nav a.is-selected {
  color: #000000;
  opacity: 1;
}
.scrool-wrap #cd-vertical-nav-rt a.is-selected .cd-label {
  font-size: 10px;
  letter-spacing: 1px;
}
.scrool-wrap #cd-vertical-nav a:after,
.scrool-wrap #cd-vertical-nav-rt a:after {
  content: "";
  display: table;
  clear: both;
}
.scrool-wrap #cd-vertical-nav a span,
.scrool-wrap #cd-vertical-nav-rt a span {
  display: inline-block;
}
.scrool-wrap .right-scrool #cd-vertical-nav-rt a {
  border-left: 0px solid #636d78;
}
.cd-img-replace {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.scrool-wrap #cd-vertical-nav .scrool-top a,
.scrool-wrap #cd-vertical-nav-rt .scrool-top a {
  display: block;
  border-left: 0px solid #76869b;
  padding: 4px 8px;
  opacity: 1;
  font-size: 24px;
}
.left-scrool .sidebar .arrow-wrap {
  margin: 15px 0;
}
.scrool-wrap .left-scrool #cd-vertical-nav.sidebar .arrow-wrap a {
  display: block;
}
.left-scrool .sidebar .arrow-wrap a.arrow-disabled {
  pointer-events: none;
}
.left-scrool .sidebar .arrow-wrap a i {
  display: block;
  margin: 5px 0 0px;
  color: #000000;
}
.left-scrool .sidebar .arrow-wrap a.arrow-disabled i {
  color: #000000;
  opacity: 0.3;
}
.left-scrool .sidebar .arrow-wrap a .la-angle-up {
  position: relative;
  left: -22px;
}
.left-scrool .sidebar .arrow-wrap a .la-angle-down {
  position: relative;
  left: -22px;
  margin: 10px 0 0px;
}
.header {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 0;
}
.fixed .header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 0;
}
.progress-container {
  width: 1px;
  height: 470px;
  background: #e6e6e6;
}
.progress-bar {
  height: 0%;
  background: #000000;
  width: 1px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.discovery-workshop-sec {
  padding-top: 8rem;
  padding-bottom: 5rem;
}
.design-sec {
  padding-top: 8rem;
}
.development-sec {
  padding-top: 8rem;
}
.testing-sec {
  padding-top: 8rem;
}
.common-padd-wrap .common-padd-left.team-member-padd {
  padding-bottom: 0;
}
.we-work-section .commontext h3.commonh3 {
  margin: 0 0 3%;
  font-family: "CircularStd";
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
}
.common-padd-wrap {
  padding: 5rem 0 0 0;
}
.common-padd-wrap .common-padd-left {
  padding: 0 10rem 3rem 5rem;
}
.discovery-workshop-sec .common-padd-wrap .common-padd-left.black-sec-padd {
  padding: 0 10rem 5rem 5rem;
}
.maintenance-sec .common-padd-wrap .common-padd-left.black-sec-padd {
  padding: 0 10rem 5rem 5rem;
}
.common-padd-wrap .common-padd-left .commontext h5,
.common-padd-wrap .common-padd-left .commontext .h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.88;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.scroll-main-wrap .common-padd-wrap .common-padd-left .commontext h5,
.scroll-main-wrap .common-padd-wrap .common-padd-left .commontext .h5 {
  font-weight: bold;
}
.we-work-section .commontext h4.commonh4 {
  display: none;
}
.we-work-section .common-padd-wrap .common-padd-left.padd-top-2 {
  padding-top: 0;
}
.common-padd-wrap .common-padd-left ul {
  padding-left: 18px;
  list-style: disc;
  font-size: 17px;
  margin: 0;
  line-height: 8px;
}
.common-padd-wrap .common-padd-left ul li span {
  font-family: "CircularStd";
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 1rem;
  display: block;
}
.development-sec
  .common-padd-wrap
  .common-padd-left.black-sec-padd.padd-bottom-2 {
  padding: 0 10rem 5rem 5rem;
}
.common-padd-wrap ul.white-color,
.common-padd-wrap ul.white-color li span {
  color: #ffffff;
}
.common-padd-wrap ul.black-color,
.common-padd-wrap ul.black-color li span {
  color: #000000;
}
.common-padd-wrap .box-down {
  margin-bottom: -60px;
}
.common-padd-wrap .discovery-workshop-right.design-box {
  align-items: flex-end;
  margin-top: 1rem;
}
.testing-sec .common-padd-wrap .discovery-workshop-right.design-box {
  margin-top: 0;
}
.common-padd-wrap .discovery-workshop-right.design-box img {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}
.testing-sec .common-padd-wrap .discovery-workshop-right.design-box img {
  max-height: 650px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
.design-sec .design-sec-wrap .design-box img {
  max-height: 800px;
  width: 100%;
  object-fit: cover;
}
.planning-bg {
  background-image: url(../images/planning%404x.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  padding: 3rem 0 0 0;
}
.planning-bg .common-padd-wrap .common-padd-left {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.padt-5 {
  padding-top: 3.5rem;
}
.development-sec .discovery-workshop-wrap .development-right.design-box img {
  max-height: 600px;
}
.design-sec .common-padd-left.design-tools-sec {
  padding: 0 2rem 3rem 5rem;
}
.testing-bg {
  background: #f9f9f9;
  width: 100%;
}
.testing-sec .testing-bg .common-padd-wrap {
  padding: 0% 0 0% 0%;
  position: relative;
}
.testing-sec .testing-bg .common-padd-wrap .common-padd-left {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: -80px;
  padding: 5rem 8rem 5rem 5rem;
}
.common-work-sec .tools-img {
  margin: 8% 10% 10% 0;
}
.testing-sec.common-work-sec .tools-col .tools-img img {
  object-fit: contain;
}
.testing-sec.common-work-sec .tools-col:nth-child(1) .tools-img img {
  height: 27px;
}
.testing-sec.common-work-sec .tools-col:nth-child(2) .tools-img img {
  height: 40px;
}
.testing-sec.common-work-sec .tools-col:nth-child(3) .tools-img img {
  height: 33px;
}
.testing-sec.common-work-sec .tools-col:nth-child(4) .tools-img img {
  height: 33px;
}
.testing-sec.common-work-sec .tools-col:nth-child(5) .tools-img img {
  height: 28px;
}
.testing-sec.common-work-sec .tools-col:nth-child(6) .tools-img img {
  height: 39px;
}
.project-structure-sec {
  padding: 0% 25rem 8% 25rem;
}
.project-card {
  border-radius: 0;
  height: 100%;
}
.project-card .card-body {
  padding: 10% 8%;
}
.project-card .card-body .card-title {
  font-family: "CircularStd";
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  margin: 0;
}
.project-card .card-body .card-title span {
  display: block;
}
.project-card .list-group {
  padding: 0% 8%;
}
.project-card .list-text {
  margin-bottom: 0;
  background-color: #000000;
  border: 0;
  opacity: 0.7;
  font-family: "CircularStd";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #ffffff;
}
.project-card .list-group-item {
  padding: 10% 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.project-card .list-group-item span {
  display: block;
  line-height: 2.22;
}
.project-card .card-body.card-footer {
  padding: 8%;
}
.work-common-sec {
  padding: 0 10% 10%;
}
.work-common-sec.collabotation-tools-sec {
  padding: 0 16% 2%;
}
.work-common-sec .commontext p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  padding-right: 30%;
}
.planning-sec .planning-mobile,
.design-sec .design-mobile,
.development-sec .development-mobile,
.testing-sec .testing-mobile,
.development-sec .maintenance-mobile {
  display: none;
}
.collabotation-tools-sec .tools-img {
  margin: 0% 0% 60px 0;
}
.collabotation-tools-sec .tools-img-list .tools-img img {
  object-fit: contain;
}
.collabotation-tools-sec .tools-img-list:nth-child(1) .tools-img img {
  height: 23px;
}
.collabotation-tools-sec .tools-img-list:nth-child(2) .tools-img img {
  height: 26px;
}
.collabotation-tools-sec .tools-img-list:nth-child(3) .tools-img img {
  height: 22px;
}
.collabotation-tools-sec .tools-img-list:nth-child(4) .tools-img img {
  height: 21px;
}
.collabotation-tools-sec .tools-img-list:nth-child(5) .tools-img img {
  height: 24px;
}
.collabotation-tools-sec .tools-img-list:nth-child(6) .tools-img img {
  height: 18px;
}
.collabotation-tools-sec .tools-img-list:nth-child(7) .tools-img img {
  height: 29px;
}
.collabotation-tools-sec .tools-img-list:nth-child(8) .tools-img img {
  height: 23px;
}
.collabotation-tools-sec .tools-img-list:nth-child(9) .tools-img img {
  height: 28px;
}
.collabotation-tools-sec .tools-img-list:nth-child(10) .tools-img img {
  height: 33px;
}
.engagement-models-sec .commontext h3 {
  margin-top: 10px;
}
.work-common-sec.engagement-models-sec {
  padding: 0 16% 10%;
}
.accordion-wrap .panel-default {
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}
.engagement-models-sec .accordion-wrap .panel-default:first-child {
  padding-top: 0;
}
.accordion-wrap .panel-default .panel-heading {
  margin-bottom: 15px;
  margin-top: 15px;
}
.accordion-wrap .panel-default .panel-heading h4 {
  margin: 0;
}
.accordion-wrap .panel-default .panel-heading a {
  font-family: "CircularStd";
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.accordion-wrap .panel-default .panel-body {
  font-family: "CircularStd";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  color: #000000;
}
.accordion-wrap .panel-title > a:before {
  float: right !important;
  font-family: "LineAwesome";
  content: "\f28e";
  font-size: 24px;
  line-height: 20px;
}
.accordion-wrap .panel-title > a.collapsed:before {
  float: right !important;
  content: "\f2c2";
}
.accordion-wrap .panel-title > a:hover,
.accordion-wrap .panel-title > a:active,
.accordion-wrap .panel-title > a:focus {
  text-decoration: none;
}
.banner_sec_text.about-hero-sec {
  padding: 70px 0 0;
  height: 100%;
  min-height: 290px;
}
.about-hero-sec .about-hero-text {
  height: 100%;
  min-height: 240px;
  padding: 0 15px;
  margin: 40px 0 25px;
  display: flex;
  align-items: center;
}
.about-hero-sec .about-hero-text h1 {
  margin: 0;
  text-align: center;
  width: 100%;
}
.about-sec-1 {
  padding-left: 6%;
}
.about-sec-1 .about-left-side {
  position: relative;
  right: calc(100vw - 106vw);
  z-index: 1;
}
.about-left-side .about-sec-info {
  background: rgba(0, 0, 0, 0.9);
}
.about-left-side .about-sec-info:nth-child(1) {
  padding: 5% 0 0 4%;
}
.about-left-side .about-sec-info:nth-child(2) {
  padding: 5% 4% 0 0%;
}
.about-left-side .about-sec-info:nth-child(3) {
  padding: 0% 0 5% 4%;
}
.about-left-side .about-sec-info:nth-child(4) {
  padding: 0% 4% 5% 0%;
}
.about-box-main {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.about-left-side .about-sec-info:nth-child(2) .about-box-main {
  border-right: 1px solid transparent;
}
.about-left-side .about-sec-info:nth-child(3) .about-box-main {
  border-bottom: 1px solid transparent;
}
.about-left-side .about-sec-info:nth-child(4) .about-box-main {
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.about-sec-info:nth-child(2) .about-box-main .about-text {
  padding-left: 24%;
}
.about-sec-info:nth-child(4) .about-box-main .about-text {
  padding-left: 24%;
}
.about-box-main .about-text {
  padding: 18% 18%;
}
.about-box-main .about-text h5,
.about-box-main .about-text p {
  font-family: "CircularStd";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.about-box-main .about-text h5 {
  font-size: 46px;
  margin: 0 0 10px;
  font-weight: bold;
}
.about-box-main .about-text p {
  font-size: 22px;
  line-height: 26px;
}
.about-sec-common.about-sec-1 .about-sec-img img {
  width: 100%;
  max-height: 870px;
  object-fit: cover;
}
.about-sec-2 {
  padding: 8% 0 4%;
}
.about-sec-common .commontext h3 {
  margin-bottom: 4%;
}
.about-sec-common .commontext p {
  font-size: 18px;
  line-height: 1.69;
  margin-bottom: 4%;
}
.about-sec-3 {
  padding: 0 0 5% 0;
}
.ethos-wrap {
  padding: 5% 0 3% 8%;
  margin-right: 8%;
}
.ethos-wrap .ethos-box {
  position: relative;
  padding: 10%;
  margin-bottom: 14%;
}
.ethos-wrap .ethos-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.19);
  width: 2px;
  height: 60px;
  transform: translateY(-50%);
}
.about-sec-common .ethos-wrap .ethos-box .commontext p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
}
.footer-white-wrap .footer-social.social-icon-list ul li a svg path {
  fill: var(--main-black-color);
  opacity: 0.75;
  transition: all 0.5s ease;
}
.footer-white-wrap .footer-social.social-icon-list ul li a:hover svg path {
  fill: var(--main-black-color);
  opacity: 1;
}
.footer-white-wrap .address_info_left {
  padding: 0% 5% 0% 9%;
  align-self: center;
}
.footer-white-wrap .right-black-top {
  height: 40px;
  margin-left: 90px;
}
.footer-white-wrap .address_info_right .address-info-img img {
  height: 100% !important;
}
.footer-white-wrap .address_info_left .left-info-img {
  padding: 12% 8% 12% 0%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer-white-wrap .address_info_right {
  margin-top: 0;
}
.footer-white-wrap .web-fend-hide {
  display: none;
}
.footer-white-wrap .button-4 {
  border: 2px solid var(--main-black-color);
}
.mobile-app-sec-1 {
  padding: 4rem 20.5rem 0 0;
}
.app-sec-img {
  border: 4px solid #000;
  border-left: 0;
  padding: 6px 6px 6px 0;
}
.app-sec-img img {
  width: 100%;
  max-height: 1100px;
  object-fit: cover;
}
.web-app-sec-3 .app-sec-img {
  margin-bottom: -20rem;
}
.mobile-app-sec-2 {
  padding: 8rem 0 8rem 35rem;
}
.app-message-info {
  padding-right: 15%;
}
.mobility-right .item-right-top {
  display: flex;
  justify-content: center;
}
.item-box-top {
  width: 45px;
  height: 45px;
  opacity: 0.4;
  background-color: #000000;
  margin: 0px 0px 20px 125px;
}
.mobility-right .item-right-down {
  display: flex;
  justify-content: center;
}
.item-box-down {
  width: 85px;
  height: 85px;
  background-color: #000000;
}
.mobile-app-sec-3 {
  padding: 7rem 10rem 8rem;
}
.mobile-app-sec-3 .button-4 {
  width: 240px;
}
.mobile-app-sec-2 .app-message-info .button-4,
.mobile-app-sec-4 .text-message-info .button-4 {
  width: 245px;
}
.mobile-app-sec-2 .app-message-info .eff-4,
.mobile-app-sec-4 .text-message-info .eff-4 {
  width: 245px;
}
.mobile-app-sec-4 {
  padding: 8rem 0;
}
.mobile-app-sec-4 .message-text-wrap {
  padding-right: 4rem;
}
.mobile-app-sec-4 .message-text-wrap .commontext p {
  margin-bottom: 10%;
}
.mobile-app-sec-4 .message-text-wrap .commontext h5,
.mobile-app-sec-4 .message-text-wrap .commontext .h5 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.mobile-app-sec-2 .app-message-info .button-4,
.mobile-app-sec-4 .message-text-wrap .button-4 {
  border: 2px solid var(--main-black-color);
  margin-top: 20px;
}
.mobile-app-sec-5 {
  padding: 6rem 0 9.5rem 8rem;
}
.mobile-app-sec-5 .message-text-wrap {
  padding: 0 23%;
}
.mobile-app-sec-6 .card-box:hover .box-top h2,
.mobile-app-sec-6 .card-box:hover .box-top .h2 {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.mobile-app-sec-6 .card-box:hover .box-bottom a {
  opacity: 1;
}
.mobile-app-sec-6 {
  padding: 8rem 25rem 0rem 25rem;
}
.mobile-app-sec-6 .pad_box:nth-child(even) .card-box {
  background-color: #cecece;
}
.mobile-app-sec-6 .pad_box:nth-child(even) .card-box .box-top h2,
.mobile-app-sec-6 .pad_box:nth-child(even) .card-box .box-top .h2 {
  color: #000000;
}
.mobile-app-sec-6 .pad_box .card-box .box-bottom p {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  line-height: 0.83;
  letter-spacing: 8.6px;
  text-transform: uppercase;
}
.mobile-app-sec-6 .pad_box:nth-child(even) .card-box .box-bottom p {
  color: #000000;
}
.mobile-app-sec-8 .work-project-wrap {
  padding: 8rem 28rem 3rem;
}
.mobile-app-sec-9 {
  padding: 5rem 0 12rem;
}
.app-testomonial-slider {
  padding-left: 0;
}
.app-testomonial-slider .app-testomonial-slider-item {
  vertical-align: top;
  max-width: 850px;
}
.app-testomonial-slider .swiper-slide .description {
  position: relative;
  font-family: "CircularStd";
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin: 50px 15px 30px 90px;
}
.app-testomonial-slider .swiper-slide.swiper-slide-active .description:after {
  content: "â";
  font-weight: 900;
  font-size: 145px;
  color: #000000;
  line-height: 110px;
  letter-spacing: 5px;
  opacity: 0.2;
  margin-left: -85px;
  position: absolute;
  top: 0;
  left: 0;
}
.app-testomonial-slider .swiper-slide .text-author {
  font-family: "CircularStd";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #000000;
  margin-left: 90px;
}
.mobile-app-sec-9 .commontext h1,
.mobile-app-sec-9 .commontext .treat-as-h1 {
  opacity: 1;
  margin-bottom: 0px !important;
}
.portfolio-hero {
  background: #be1e2d;
  max-height: 695px;
}
.portfolio-hero-img {
  padding-top: 20%;
}
.portfolio-hero-img img {
  max-height: 700px;
  height: 700px;
  object-fit: contain;
}
.portfolio-hero-text {
  display: grid;
  align-items: center;
  align-self: center;
  height: 100%;
}
.banner_sec_text.portfolio-hero {
  padding: 70px 0 0 0% !important;
}
.banner_sec_text.portfolio-hero .portfolio-hero-text .others-banner-text {
  padding: 0 0 0 5rem;
}
.banner_sec_text.portfolio-hero .portfolio-hero-text .others-banner-text h1 {
  text-transform: none;
  color: #ffffff;
  font-size: 44px;
  line-height: 60px;
  letter-spacing: 0;
}
.banner_sec_text.portfolio-hero .portfolio-hero-text .others-banner-text h4 {
  color: #ffffff;
  font-weight: normal;
}
.sofy-portfolio-sec-1 {
  padding: 15rem 0 5rem;
}
.sofy-portfolio-sec-1 .end-begin-user-wrap {
  margin-top: 0;
  display: grid;
  padding: 0 10% 0 0;
}
.sofy-portfolio-sec-1 .end-begin-user-wrap .end-begin-user-info h3,
.sofy-portfolio-sec-1 .end-begin-user-wrap .end-begin-user-info .h3 {
  color: #000000;
  font-weight: bold;
}
.sofy-portfolio-sec-1 .end-begin-user-wrap .end-begin-user-info p {
  color: var(--main-black-color);
}
.over-view-end {
  padding: 10% 0 4%;
}
.over-view-end .over-view-text p {
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.over-view-end .over-view-text span {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
.over-view-box-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.over-view-box {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 12px;
  min-height: 230px;
  display: flex;
}
.over-view-box:nth-child(1) {
  align-self: flex-start;
}
.over-view-box:nth-child(2) {
  align-self: flex-end;
}
.box-comm {
  width: 151px;
  height: 151px;
  background: #000000;
  display: grid;
  margin-bottom: 23px;
  justify-content: center;
  align-items: center;
  padding: 10%;
  text-align: left;
}
.over-view-box:nth-child(1) .box-comm {
  margin-left: auto;
  align-self: flex-start;
  background: #efefef;
}
.over-view-box:nth-child(2) .box-comm {
  margin-right: auto;
  align-self: flex-end;
}
.over-view-box:nth-child(3) .box-comm {
  margin-left: auto;
  position: relative;
  right: 0px;
  top: -56px;
}
.over-view-box:nth-child(4) .box-comm {
  margin-right: auto;
}
.over-view-box .box-comm p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}
.over-view-box:nth-child(1) .box-comm p {
  color: #000000;
  letter-spacing: 3.3px;
  font-weight: bold;
  font-size: 14px;
}
.sofy-portfolio-sec-2 {
  padding: 0 0 8rem;
}
.comm-works {
  background: #efefef;
  padding: 12% 12% 8% 8%;
}
.comm-works h3 {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: normal;
  color: #000000;
  font-family: "CircularStd";
  margin-bottom: 6%;
}
.comm-works ul {
  padding-left: 22px;
  list-style: square;
  font-size: 26px;
  margin: 0;
  line-height: 18px;
}
.comm-works ul li p {
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 8%;
  display: block;
}
.sofy-pbg {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  min-height: 100%;
  padding: 8rem 0 8rem;
  background-image: url("../images/perfection-bg%404x.jpg"),
    linear-gradient(#be1e2d, #be1e2d);
  background-attachment: fixed;
}
.sofy-pbg .app-message-info {
  padding-right: 5%;
  padding-left: 5%;
  text-align: center;
  margin-bottom: 0%;
}
.sofy-portfolio-sec-4 {
  padding: 8% 0% 8% 6%;
}
.technology-bg {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  min-height: 100%;
  background-image: url(../images/ai-bg.svg), linear-gradient(#000, #000);
}
.technology-bg:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: " ";
  background-color: rgba(0, 0, 0, 0.4);
}
.sofy-portfolio-sec-4 .message-text-wrap {
  padding: 0 12% 0 0;
}
.sofy-portfolio-sec-5 {
  padding: 6% 0% 10%;
}
.sofy-portfolio-sec-5 .app-message-info {
  padding-right: 0;
  text-align: center;
  margin-bottom: 5%;
}
.sofy-portfolio-sec-5 .app-message-info .commontext p {
  padding: 0 20%;
}
.sofy-portfolio-sec-5 .sofy-video-img img {
  max-width: 850px;
  margin: 0 auto;
  display: block;
}
.soft-mt-5 {
  margin-top: 8%;
}
#zoom-in-main .zoom-in-img {
  opacity: 1;
}
.box-zoom-wrap {
  margin: 70px 0 0px;
}
.box-zoom-wrap #zoom-wrap1 {
  margin: 50px 0 50px;
}
.result-text {
  padding: 0 0% 0 20%;
  display: flex;
  align-items: center;
  height: 100%;
}
.result-text.commontext h3 {
  margin-bottom: 0;
}
.result-box-comm {
  background-color: #efefef;
  width: 205px;
  padding: 12px 18px 18px;
}
.result-box-1 {
  margin-left: auto;
}
.result-box-2 {
  margin-right: auto;
}
.result-arrow-up {
  display: flex;
  justify-content: flex-end;
  font-size: 28px;
}
.result-content {
  padding-top: 40px;
}
.result-box-comm .result-content.commontext h3 {
  margin-bottom: 8px;
}
.result-box-comm .result-content.commontext p {
  font-size: 18px;
  line-height: 1.22;
}
.frem-slider-wrap .swiper-button-next,
.frem-slider-wrap .swiper-button-prev {
  top: inherit;
  bottom: -50px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  background-size: 12px 18px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}
.frem-slider-wrap .swiper-button-prev {
  background-image: url(../images/left-panel.svg);
  left: 140px;
  right: auto;
}
.frem-slider-wrap .swiper-button-next {
  background-image: url(../images/right-panel.svg);
  right: auto;
  left: 195px;
}
.tab-slide-sec {
  zoom: 1;
  position: relative;
  height: auto;
}
.tab-slide-sec:after,
.tab-slide-sec:before {
  content: "";
  display: table;
}
.tab-slide-sec:after {
  clear: both;
}
.tab-slide-sec .tab-slide-wrap {
  padding: 0px 0;
  position: relative;
  display: grid;
  align-content: center;
  min-height: 508px;
  background: #000;
}
.cta-wrap {
  bottom: 0;
  margin-bottom: 0;
  position: absolute;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  justify-content: center;
  display: grid;
  width: 100%;
  margin-left: calc(100vw - 90.5vw);
}
.tab-slide-sec .tab-slide-wrap h3:not(.h4),
.tab-slide-sec .tab-slide-wrap .h3 {
  margin: 0;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: right;
  width: 41.333333333333336%;
  display: block;
  padding: 45px 75px 15px 15px;
  background: #000000;
}
.tab-slide-sec h4,
.tab-slide-sec .h4 {
  background: #000000;
  cursor: pointer;
  border-top: none;
  padding: 12px 75px 12px 15px;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.28;
  font-size: 18px;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
.tab-slide-sec h4.padd-last,
.tab-slide-sec .h4.padd-last {
  padding-bottom: 50px;
}
.tab-slide-sec .tab-right-side:after,
.tab-slide-sec .tab-right-side:before {
  content: "";
  display: table;
}
.tab-slide-sec .tab-right-side:after {
  clear: both;
}
.tab-slide-sec .active {
  position: relative;
}
.tab-slide-sec h4.active,
.tab-slide-sec .h4.active {
  opacity: 1;
  color: #ffffff;
}
.tab-slide-sec .active:after {
  content: "";
  position: absolute;
  right: 50px;
  height: 13px;
  width: 4px;
  background: #ffffff;
  top: 50%;
  transform: translateY(-50%);
}
.tab-slide-sec .padd-last.active:after {
  top: 31%;
}
.tab-slide-sec .tab-right-side {
  position: absolute;
  height: auto;
  min-height: 100%;
  border-left: none;
  background: #ffffff;
  visibility: hidden;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
.tab-slide-sec .active + .tab-right-side {
  visibility: visible;
}
.tab-slide-sec .tab-right-side .media .media-body {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tab-slide-sec .active + .tab-right-side .media .media-body {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.tab-right-side .media .tab-m-img {
  display: flex;
}
.tab-right-side .media-body {
  height: 100%;
  display: grid;
  align-self: center;
  padding: 0px 30% 0px 60px;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
}
.tab-slide-sec .active + .tab-right-side .media-body {
  opacity: 1;
}
.tab-right-side .media-body h5,
.tab-right-side .media-body .h5 {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 20px;
}
.tab-right-side .media-body p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #000000;
}
.tab-right-side .media-body .button-4 {
  margin: 45px 0 0;
  border: 2px solid var(--main-black-color);
}
.tab-slide-wrap .cta-wrap .button-4 {
  border: 2px solid var(--main-black-color);
}
.tab-right-side .media img {
  min-width: 300px;
  width: 300px;
  object-fit: cover;
  height: 100%;
}
.ios-tab .tab-right-side .media img {
  height: 508px;
}
.android-tab .tab-right-side .media img {
  height: 602px;
}
.mobile-app-tab .tab-right-side .media img {
  height: 602px;
}
.web-app-tab .tab-right-side .media img {
  height: 649px;
}
.web-dev-tab .tab-right-side .media img {
  height: 508px;
}
.react-native-tab .tab-right-side .media img {
  height: 508px;
}
.tab-slide-sec h4,
.tab-slide-sec .h4 {
  position: relative;
  width: 41.333333333333336%;
  display: block;
  margin: 0;
}
.tab-slide-sec .tab-right-side {
  position: absolute;
  width: 58.66666666666667%;
  right: 0;
  top: 0;
  padding: 0;
}
.app-testomonial-slider .swiper-pagination-bullets {
  left: 0;
  right: 0;
  bottom: -50px;
  margin-left: 0;
}
.app-testomonial-slider .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  outline: none;
  margin-left: 4px;
  margin-right: 4px;
}
.app-testomonial-slider .swiper-pagination-bullet-active {
  background: #000000;
}
.consulting-start-add2 .col-xl-4 {
  -ms-flex: 0 0 35.333333%;
  flex: 0 0 35.333333%;
  max-width: 35.333333%;
}
.mobile-app-sec-3.web-app-sec-3 {
  padding: 24rem 20rem 5rem 20rem;
}
.web-app-sec-3 .message-text-wrap .text-message-info h5 {
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 4px;
}
.web-development-box-wrap {
  width: 100%;
  padding-left: 12%;
}
.development-mb {
  margin-bottom: 32px;
}
.web-development-box-wrap .development-col {
  flex-grow: 0;
  padding: 0;
}
.web-development-box-wrap .web-development-box {
  background: #191919;
  padding: 25px 10px 10px;
  text-align: center;
  max-width: 100px;
  width: 100px;
  max-height: 100px;
  height: 100px;
  margin-left: 15px;
}
.web-development-box-wrap .web-development-box p {
  font-family: "CircularStd";
  opacity: 0.4;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #ffffff;
  margin-top: 0;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.web-app-sec-4 {
  padding: 0 15rem 8rem 0;
}
.web-app-comm-sec .image-box img {
  width: 95%;
  display: block;
  margin: 0 auto 0 0;
  object-fit: contain;
}
.web-app-comm-sec .message-text-wrap {
  padding-left: 15%;
}
.web-app-sec-4.web-app-comm-sec .message-text-wrap {
  padding-right: 12rem;
}
.web-app-sec-7 {
  padding: 10rem 0 0;
}
.mobile-app-sec-8.web-app-sec-8 .work-project-wrap {
  padding: 4% 18% 2%;
}
.web-app-sec-5 {
  padding-bottom: 8rem;
}
.web-app-sec-5 .message-text-wrap {
  display: grid;
  padding: 2rem 10rem 2rem 18rem;
}
.web-app-sec-5 .web-securing-left.message-text-wrap .commontext h3,
.web-app-sec-5 .web-securing-left.message-text-wrap .commontext .h3 {
  margin: 0 0 8%;
}
.web-app-sec-5 .web-securing-left .securing-left-text {
  margin-top: 5%;
}
.web-app-sec-5 .web-securing-left .securing-col {
  margin: 4% 0;
}
.web-app-sec-5 .web-securing-left .securing-left-text .commontext h5,
.web-app-sec-5 .web-securing-left .securing-left-text .commontext .h5 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.web-securing-right {
  height: 100%;
  display: grid;
  align-items: flex-end;
  padding: 3rem 12rem 5rem 12rem;
}
.securing-right-list {
  height: 100%;
  display: grid;
  align-items: center;
}
.securing-right-list ul {
  padding-left: 22px;
  list-style: disc;
  font-size: 22px;
  margin: 0;
  line-height: 16px;
  color: #fff;
}
.securing-right-list ul li span {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 22px;
  display: block;
  line-height: normal;
}
.web-securing-right .solutions-text {
  display: grid;
  align-self: flex-end;
}
.web-securing-right .solutions-text h5 {
  margin: 0;
  opacity: 0.5;
  font-size: 14px;
  letter-spacing: 4px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.web-app-sec-5 .message-text-wrap .commontext h5,
.web-app-sec-5 .message-text-wrap .commontext .h5 {
  letter-spacing: 4px;
  margin: 0 0 2%;
}
.loader-wrap {
  position: relative;
  width: 255px;
}
.loader-wrap .code-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.loader-wrap .code-arrow i {
  font-size: 42px;
  font-weight: bold;
  margin: 0 5px;
}
#preloader {
  border-radius: 50%;
  border: 11px solid #ffffff;
  border-top-color: transparent;
  width: 255px;
  height: 255px;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 215px;
  height: 215px;
  margin: -108px 0 0 -108px;
  border-radius: 50%;
  border: 11px solid #999;
  border-left-color: transparent;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  border: 11px solid #666;
  border-right-color: transparent;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  border: 11px solid #333;
  border-bottom-color: transparent;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.main-navbar .button-5 a,
.main-navbar .button-5 span {
  width: 200px;
  line-height: 55px;
}
.header-white .main-navbar .button-5 a,
.header-white .main-navbar .button-5 span {
  width: 200px;
  line-height: 55px;
}
.main-navbar.bg .button-5 a,
.main-navbar.bg .button-5 span {
  color: #fff;
  padding: 0;
  background: #000;
  height: 58px;
  display: flex;
  justify-content: center;
}
.main-navbar.bg .button-5 a:hover,
.main-navbar.bg .button-5 span:hover {
  color: #000;
  background: #ffffff;
}
.banner_sec_text.portfolio-text-wrap {
  padding: 78px 0 0 33rem;
  background: #f6f6f6;
}
.portfolio-text-wrap .others-banner-text h1 {
  font-weight: bold;
  color: var(--main-black-color);
}
#portfolio-filter .work-project-info .work-project-text .project-text-desc h3 {
  font-size: 36px;
}
.portfolio-col {
  align-items: center;
  align-self: center;
  background: #fff;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.02);
  margin-left: -70px;
  width: 100%;
}
.portfolio-listing-sec-1 .portfolio-col .work-project-text {
  padding: 55px 45px;
}
.portfolio-listing-sec-1 .portfolio-col .project-text-desc {
  padding: 3% 3% 8% 0;
}
.openreel-color {
  color: #009ae4 !important;
}
.houselab-color {
  color: #f5a623 !important;
}
.sofy-color {
  color: #d0021b !important;
}
.frut-color {
  color: #37ab91 !important;
}
.freshclinics-color {
  color: #37ab91 !important;
}
.toonyport-color {
  color: #efaf02 !important;
}
.joyscape-color {
  color: #eb4e7e !important;
}
.bridger-color {
  color: #ffcc00 !important;
}
.citibank-color {
  color: #1572b8 !important;
}
.bitmarket-color {
  color: #42bb18 !important;
}
.drop-app-color {
  color: #ec3851 !important;
}
.portfolio-list-filter {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.scale-anm {
  transform: scale(1);
}
.about-hero-sec .about-hero-text h1 {
  font-size: 52px;
}
.about-sec-common .commontext h3 {
  font-size: 42px;
}
.web-design-proce .button-4 {
  width: 235px;
}
.web-design-proce .eff-4 {
  width: 235px;
}
.web-design-section-8 .button-6 {
  width: 200px;
}
.web-design-section-8 .eff-6 {
  width: 200px;
}
.web-design-section-8 .button-6 a,
.web-design-section-8 .button-6 span {
  font-size: 18px;
}
.web-app-sec-6 .button-6,
.web-development-sec-5 .button-6 {
  width: 310px;
}
.web-app-sec-6 .eff-6,
.web-development-sec-5 .eff-6 {
  width: 310px;
}
.about-sec-2 .about_info_left {
  padding-right: 10%;
}
.w-90 {
  width: 90%;
}
.about_info_right {
  align-self: center;
}
.about-sec-2 .about_info_right .left-info-img {
  margin: 0% 0% 15%;
  height: 100%;
  align-items: center;
  display: flex;
}
.about-sec-2 .about_info_right .logo-col:nth-child(1) .left-info-img {
  justify-content: flex-start;
}
.about-sec-2 .about_info_right .logo-col:nth-child(2) .left-info-img {
  justify-content: flex-end;
}
.about-sec-2 .about_info_right .logo-col:nth-child(3) .left-info-img {
  justify-content: flex-start;
}
.about-sec-2 .about_info_right .logo-col:nth-child(4) .left-info-img {
  justify-content: center;
}
.about-sec-2 .about_info_right .logo-col:nth-child(3) .left-info-img {
  justify-content: flex-start;
}
.about-sec-2 .about_info_right .logo-col:nth-child(6) .left-info-img {
  justify-content: flex-end;
}
.about-sec-2 .left-info-img .deloitte-img {
  height: 63px;
}
.about-sec-2 .left-info-img .clutch-img {
  height: 125px;
  margin-left: 2%;
}
.about-sec-2 .left-info-img .upwork-img {
  height: 116px;
  margin-left: 4%;
}
.about-sec-2 .left-info-img .goodfirms-img {
  height: 111px;
}
.about-sec-2 .left-info-img .bca-img {
  height: 110px;
}
.about-sec-2 .left-info-img .nasscom-img {
  height: 84px;
}
.header-white .main-navbar .button-5 {
  border: 2px solid var(--main-black-color);
}
.header-white .main-navbar.bg .button-5 {
  border: 2px solid #000;
  display: flex;
  background: #000;
  transition: 0.25s ease-in-out;
}
.header-white .main-navbar.bg .button-5 a,
.header-white .main-navbar.bg .button-5 span {
  border: 2px solid transparent;
}
.header-white .main-navbar.bg .button-5:hover a,
.header-white .main-navbar.bg .button-5:hover span {
  border: 0px solid #000;
}
.header-white .main-navbar.bg .button-5 a,
.header-white .main-navbar.bg .button-5 span {
  padding: 0px 0px;
  border: 0;
  position: relative;
  top: 0px;
  width: 100%;
}
.view-gallery-btn .button-6 {
  width: 205px;
}
.view-gallery-btn .eff-6 {
  width: 205px;
}
.header-white.header-black .main-navbar .button-5 {
  border: 2px solid var(--main-black-color);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header-white.header-black .main-navbar .button-5:hover {
  border: 2px solid var(--main-white-color);
}
.header-white.header-black .main-navbar.bg .button-5:hover {
  border: 2px solid var(--main-black-color);
}
.header-white.header-black .main-navbar .button-5 {
  border-color: var(--main-white-color);
  background-color: var(--main-white-color);
}
.header-white.header-black .main-navbar .button-5 .eff-5 {
  background-color: var(--main-black-color);
}
.header-white.header-black .main-navbar .button-5 span {
  color: var(--main-black-color);
}
.header-white.header-black .main-navbar .button-5:hover span {
  color: var(--main-white-color);
}
.header-white.header-black .main-navbar.bg .button-5 span {
  color: var(--main-white-color);
}
.header-white.header-black .main-navbar.bg .button-5:hover span {
  color: var(--main-black-color);
}
.ui-ux-section-8 .message-text-wrap {
  padding-bottom: 5%;
}
.mobile-app-sec-2 .mobility-right {
  justify-content: flex-end;
  display: grid;
}
.inmobileshowcase {
  position: relative;
  margin-top: 2rem;
  z-index: 9;
}
.inmobileshowcase .swiper-slide {
  padding: 20px 0;
}
.swipe_inn {
  padding: 0px 0px 35px;
  text-align: center;
}
.inmobileshowcase .swiper-slide.swiper-slide-active .swipe_inn {
  background-size: contain;
}
.swipe_inn img {
  min-height: 640px;
  max-height: 640px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  width: 275px;
}
.inmobileshowcase .swiper-slide .swipe_inn img {
  border-radius: 33px;
}
.mobile_showcase {
  width: 350px;
  height: 670px;
  background: url(../images/iphone.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  z-index: 9;
  left: 0%;
  top: 0%;
}
.mobile_showcase.ecommerce-page {
  background-image: url(../images/iphone-ecommerce.png);
}
.inmobileshowcase .swiper-slide.swiper-slide-active .swipe_inn,
.inmobileshowcase .swiper-slide.swiper-slide-next .swipe_inn {
  padding-right: 0px;
}
.inmobileshowcase .swiper-slide.swiper-slide-active {
  padding-left: 0px;
}
.cta-btn {
  background: var(--main-light-gray-color);
  border: solid 2px var(--main-black-color);
  margin-bottom: 0;
  margin-top: 25px;
}
.cta-btn.bg-white {
  background: var(--main-white-color) !important;
}
.cta-btn a {
  color: var(--main-black-color);
  font-weight: bold;
}
.eff-cta {
  background: var(--main-black-color);
}
.cta-btn:hover a {
  color: var(--main-white-color);
  font-weight: normal;
}
.pristine-wrap-slider .swiper-button-next,
.pristine-wrap-slider .swiper-button-prev {
  top: 40%;
  background-size: 15px 15px;
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.35);
  color: #4d4e5d;
  text-align: center;
  outline: none;
}
.pristine-wrap-slider .swiper-button-prev {
  background-image: url(../images/left-panel.svg);
  left: -15px;
}
.pristine-wrap-slider .swiper-button-next {
  background-image: url(../images/right-panel.svg);
  right: -15px;
}
.left-scrool.botttom-aligned {
  align-items: flex-end;
}
.left-scrool.botttom-aligned .sidebar.fixed {
  position: static;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
}
.others-header-nav {
  background: #ffffff;
}
.portfolio-listing-sec-1 {
  padding: 80px 32rem 7rem 33rem;
  background: #f6f6f6;
}
.portfolio-listing-sec-1 .button-2 a:not([href]):not([tabindex]):focus,
.portfolio-listing-sec-1 .button-2 a:not([href]):not([tabindex]):hover {
  color: #fff;
}
.portfolio-list-filter {
  margin-bottom: 6rem;
}
.filter-btn {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 10px;
  letter-spacing: normal;
  color: #000000;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  padding: 12px 25px;
  display: inline-block;
  margin-bottom: 6rem;
  margin-right: 15px;
  border: none;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
}
.filter-btn:hover,
.filter-btn.active {
  color: #ffffff;
  background-color: #000000;
}
.header-gray {
  background: #f6f6f6;
}
.web-development-sec-2 .commontext p {
  margin-bottom: 2rem;
}
.web-development-sec-2 .commontext p span {
  color: #727272;
}
.web-development-sec-2 .commontext p a {
  color: #000000;
  text-decoration: underline;
}
.web-development-bg {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  min-height: 100%;
  background-image: url(../images/usability-bg%404x.jpg);
  padding: 6rem 0rem 6rem 21rem;
}
.mobile-app-sec-3 .wirefram-img-wrap .design-box img {
  width: 100%;
}
.mobile-app-sec-3 .wirefram-img-wrap .message-text-wrap .commontext h3,
.mobile-app-sec-3
  .wirefram-img-wrap
  .message-text-wrap
  .commontext
  .h3
  .mobile-app-sec-3
  .wirefram-img-wrap
  .message-text-wrap
  .commontext
  p {
  margin: 0 0 1.5rem;
}
.web-development-sec-2 .message-text-wrap .commontext p {
  margin-bottom: 2rem;
}
.web-development-sec-2 .pr-7 {
  padding-right: 5rem;
}
.mobile-app-sec-4 .black-ul-comm {
  padding: 2.5rem 2.5rem 1.5rem;
}
.black-ul-comm ul {
  padding-left: 18px;
  list-style: disc;
  font-size: 17px;
  margin: 0;
  line-height: 8px;
}
.black-ul-comm ul li span small {
  font-family: "CircularStd";
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 1rem;
  display: inline-block;
}
.black-ul-comm ul li span strong {
  font-weight: normal;
  padding-right: 8px;
  min-width: 105px;
  display: inline-block;
}
.black-ul-comm ul li:last-child span strong {
  min-width: 110px;
}
.black-ul-comm ul.text-white li span {
  color: #ffffff;
}
.mobile-app-sec-7 {
  padding: 8rem 0;
}
.mobile-app-sec-4.web-development-sec-4 {
  padding: 8rem 0;
}
.mobile-app-sec-4.web-development-sec-4 .message-text-wrap .commontext p {
  margin-bottom: 0;
}
.banner_sec_text.consulting-banner-sec {
  padding: 70px 0 0 25rem !important;
}
.banner_sec_text.consulting-banner-sec.contact-page {
  padding: 70px 20px 0 20px !important;
}
.banner_sec_text.consulting-banner-sec .others-banner-text {
  padding-top: 4rem;
}
.consulting-sec-1 {
  padding: 3rem 0 7rem;
}
.consulting-radio-wrap {
  padding: 3rem 3rem 2rem 3rem;
}
.square-radio {
  display: grid;
  height: 100%;
  padding-bottom: 15rem;
}
.consulting-sec-1 .square-radio input[type="radio"] {
  border: 2px solid #000;
  padding: 2px;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.consulting-sec-1 .square-radio input[type="radio"]:checked {
  border: 2px solid #ffffff;
  background: #ffffff;
}
.consulting-sec-1 .square-radio input[type="radio"]:checked:after {
  content: "\f17b";
  font-family: "LineAwesome";
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 3px;
}
.consulting-sec-1 .square-radio input[type="radio"]:focus {
  outline-color: transparent;
}
.consulting-sec-1 .square-radio label,
.consulting-sec-1 .square-radio > .label {
  position: relative;
  width: 100%;
}
.consulting-sec-1 .square-radio label span,
.consulting-sec-1 .square-radio > .label span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #000000;
  padding-left: 25px;
  position: absolute;
  top: 0px;
  cursor: pointer;
}
.consulting-text h5 {
  font-size: 12px;
  letter-spacing: 3.4px;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
.consulting-sec-1.consulting-start-1 {
  padding-bottom: 8rem;
}
.consulting-start-2 {
  padding: 7rem 0 4rem 24rem;
}
.web-development-sec-3 .text-message-info.commontext p {
  margin-bottom: 1.5rem;
}
.web-development-sec-3.web-development-bg .pr-7 {
  padding-right: 15%;
}
.consulting-start-add2 {
  padding: 0 0 0 24rem;
}
.light-gray-bg-info.active-black {
  background: #000000;
}
.consulting-sec-1 .active-black .square-radio label span,
.consulting-sec-1 .active-black .square-radio > .label span {
  color: #ffffff;
}
.active-black .consulting-text h5 {
  color: #ffffff;
}
.consulting-start-2 .pr-10,
.consulting-start-5 .pr-10 {
  padding-right: 12rem;
}
.consulting-start-2 .message-text-wrap .commontext p {
  margin-bottom: 1.5rem;
}
.consulting-start-3 {
  padding: 4rem 10rem 8rem 0;
}
.consulting-start-3 .message-text-wrap {
  padding: 2rem 0rem 2rem 8rem;
}
.consulting-bg-info {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  min-height: 100%;
  background-image: url(../images/proposition%404x.jpg);
}
.consulting-start-4 {
  padding: 8rem 24.5rem 0rem 0rem;
}
.consulting-margin {
  margin-bottom: -90px;
}
.consulting-start-4 .common-padd-wrap .common-padd-left.consulting-margin {
  padding: 3.5rem 3.5rem 2.5rem 3.5rem;
  max-width: 510px;
}
.consulting-margin .commontext h2,
.consulting-margin .commontext .h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 2.5rem 0;
  padding-right: 50px;
}
.consulting-margin .commontext p {
  margin: 0 0 1rem 0;
}
.consulting-start-5 {
  margin-top: 90px;
  padding: 8rem 0 8rem 24rem;
}
.consulting-start-6 {
  padding: 4rem 0 2rem;
}
.consulting-start-6 .consulting-padd {
  padding: 0 0 4rem 24rem;
}
.consulting-start-6 .consulting-padd .message-text-wrap .commontext h3,
.consulting-start-6 .consulting-padd .message-text-wrap .commontext .h3 {
  margin: 0 0 1.5rem;
}
.consulting-box-img img {
  width: 100%;
  max-height: 590px;
  object-fit: cover;
}
.consulting-img img {
  width: 100%;
}
.mobile-app-sec-8.consulting-start-7 .work-project-wrap {
  padding: 6rem 12% 0rem;
}
.consulting-start-7 {
  padding: 8rem 0;
}
.consulting-start-8 {
  padding: 0rem 0 12rem;
}
.consulting-up-wrap {
  position: relative;
  margin-top: -6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}
.consulting-start-add3 {
  padding: 5rem 0;
}
.consulting-start-add3 .button-4.consulting-touch {
  margin: 0 0 0 auto;
}
.consulting-banner img {
  max-height: 800px;
  object-fit: cover;
  width: 100%;
}
.consulting-planning-img img {
  width: 100%;
}
.consulting-enterprise-1 {
  padding-bottom: 4rem;
}
.enterprise-text p,
.start-up-text p {
  font-size: 20px;
  line-height: 1.6;
}
.col-xxl-4 {
  -ms-flex: 0 0 34.666667%;
  flex: 0 0 34.666667%;
  max-width: 34.666667%;
}
.web-app-sec-3 .message-text-wrap .text-message-info {
  padding-right: 5rem;
}
.web-app-sec-add {
  padding: 8rem 0 8rem 18rem;
}
.web-app-sec-add .pr-7 {
  padding-right: 8rem;
}
.web-app-sec-add2 {
  padding: 0 18rem 6.5rem 18rem;
}
.web-app-sec-add2 .pl-8 {
  padding-left: 6rem;
}
.web-app-sec-add3 {
  padding: 0 18rem 7rem 18rem;
}
.box-gray {
  background: #f7f7f7;
}
.web-app-box {
  padding: 3rem 6rem 3rem 2.5rem;
  min-height: 320px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.web-app-box .box-top {
  margin-top: 0;
}
.web-app-box .box-top h2 {
  margin: 0 0 3rem 0;
}
.ios-development-sec-1 {
  padding: 8rem 0;
}
.ios-development-sec-1 .message-text-wrap,
.ios-development-sec-4 .message-text-wrap {
  padding-right: 6rem;
}
.ios-development-sec-1 .text-message-info p {
  margin-bottom: 0.5rem;
}
.overview-services {
  position: relative;
  margin-bottom: 0;
  padding: 50px 40px 36px 70px;
}
.overview-services .tag {
  position: absolute;
  top: 90px;
  left: -12px;
  z-index: 1;
  transform: rotate(-90deg);
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  line-height: 1.21;
  letter-spacing: 3.3px;
}
.overview-services ul {
  padding-left: 0;
  list-style-type: none;
}
.overview-services ul li {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  line-height: 1.94;
}
.ios-development-sec-2 {
  padding: 0 0 8rem;
}
.ios-text-info.commontext h3,
.ios-text-info.commontext .h3 {
  margin-bottom: 2rem;
}
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.Rtable .Rtable-row {
  width: 100%;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
.Rtable .Rtable-row:first-child {
  border-top-color: rgba(0, 0, 0, 0.2);
}
.Rtable .Rtable-row:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.Rtable .Rtable-row .Rtable-cell {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  padding: 1rem 2rem;
  align-items: center;
  display: grid;
  min-height: 80px;
}
.Rtable .Rtable-row .Rtable-cell.flex-1 {
  -ms-flex-positive: 1.2 !important;
  flex-grow: 1.2 !important;
}
.Rtable-cell-heading {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.Rtable-cell-content {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  line-height: 26px;
}
.border-right-2 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.flex-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-2 {
  -webkit-box-flex: 2 !important;
  -ms-flex-positive: 2 !important;
  flex-grow: 2 !important;
}
.flex-3 {
  -webkit-box-flex: 3 !important;
  -ms-flex-positive: 3 !important;
  flex-grow: 3 !important;
}
.ios-card.project-card .card-body .card-title {
  font-size: 28px;
}
.ios-card.project-card .card-body {
  padding: 4rem 2rem 3rem;
}
.react-native-add .ios-card.project-card .card-body {
  flex: inherit;
}
.ios-card.project-card .list-group {
  padding: 0 2rem 2rem;
  height: 100%;
}
.ios-card.project-card .card-footer {
  padding: 2rem 2rem 2rem;
}
.ios-card.project-card .card-footer p {
  opacity: 0.7;
  font-size: 14px;
  letter-spacing: 3.1px;
  color: #ffffff;
  text-transform: uppercase;
}
.ios-development-sec-3 {
  padding: 0 0 7.5rem;
}
.ios-development-sec-4 {
  padding: 0 0 8rem;
}
.ios-development-sec-5 {
  padding: 8rem 0 8rem;
}
.ios-development-sec-5 .accordion-wrap .panel-default:first-child {
  border-top: 1px solid #ccc;
}
.ios-development-sec-5 .text-message-wrap {
  padding-right: 3rem;
}
.ios-development-sec-5 .text-message-wrap .cta-btn {
  width: 220px;
  margin-top: 4rem;
}
.ios-development-sec-5 .text-message-wrap .eff-cta {
  width: 220px;
}
.ios-development-sec-2.android-development-sec-add
  .Rtable
  .Rtable-row:nth-child(3) {
  border: 1px solid #c2c2c2;
}
.ios-development-sec-3 .mb-4 {
  margin-bottom: 30px !important;
}
.ecommerce-web-sec-add {
  padding: 26rem 0rem 7rem 40rem;
}
.ecommerce-web-sec-add .mobility-right .item-box-top {
  background-color: #737373;
}
.ecommerce-web-sec-add .mobility-right .item-box-down {
  background-color: #454545;
}
.ecommerce-web-sec-add .app-message-info .commontext .h-m-b {
  margin-bottom: 2rem;
}
.ecommerce-web-sec-add .app-message-info .commontext .p-m-b {
  margin-bottom: 2rem;
}
.consulting-start-add {
  padding: 8rem 0 0;
}
.consulting-start-add .web-app-box {
  padding: 3rem 3rem 3rem 2.5rem;
}
.consulting-start-add .web-app-box .box-top h2,
.consulting-start-add .web-app-box .box-top .h2 {
  margin: 10px 0 2rem 0;
  padding-right: 2rem;
}
.contact-sec {
  padding: 2rem 0 0rem;
}
input::after,
input::before,
select::after,
select::before,
textarea::after,
textarea::before,
body *::after,
body *::before {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.contact-sec .form-group {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.contact-sec .form-group input {
  height: 35px;
}
.form-group textarea {
  resize: none;
}
.contact-sec .form-group .control-label {
  position: absolute;
  top: -2px;
  pointer-events: none;
  padding-left: 0;
  z-index: 1;
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  font-family: "CircularStd";
  margin: 0;
}
.contact-sec .form-group .bar {
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  display: block;
}
.contact-sec .form-group .bar::before {
  content: "";
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -2px;
  position: absolute;
  background: #ffffff;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.contact-sec .form-group input:focus ~ .bar {
  opacity: 1;
}
.contact-sec .form-group input,
.contact-sec .form-group textarea {
  display: block;
  background: none;
  padding: 0;
  font-size: 16px;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.contact-sec .form-group input:focus,
.contact-sec .form-group input.has-value,
.contact-sec .form-group textarea:focus,
.contact-sec .form-group textarea.has-value {
  color: #ffffff;
}
.contact-sec .form-group input:focus ~ .control-label,
.contact-sec .form-group input.has-value ~ .control-label {
  font-size: 16px;
  top: -20px;
  left: 0;
}
.contact-sec .form-group input:focus,
.contact-sec .form-group textarea:focus {
  outline: none;
}
.contact-sec .form-group input:focus ~ .control-label,
.contact-sec .form-group textarea:focus ~ .control-label {
  color: #ffffff;
}
.contact-sec .form-group input:focus ~ .bar::before,
.contact-sec .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.textarea-border {
  border: 2px solid rgba(255, 255, 255, 0.25);
  padding: 42px 15px 10px;
}
.textarea-border textarea {
  height: 100px;
}
.textarea-border textarea::-webkit-scrollbar {
  width: 5px;
}
.textarea-border textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.textarea-border textarea::-webkit-scrollbar-thumb {
  background-color: #191919;
  outline: 1px solid #191919;
}
.contact-sec .form-group .textarea-border .control-label {
  position: absolute;
  top: 15px;
  pointer-events: none;
  padding-left: 0;
  opacity: 0.8;
  font-family: "CircularStd";
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}
.contact-sec .form-group .textarea-border textarea {
  -webkit-transition: inherit;
  transition: inherit;
  opacity: 1;
  font-family: "CircularStd";
  font-weight: normal;
  color: #ffffff;
}
.contact-sec .form-group .textarea-border .bar {
  border-bottom: 0px solid transparent;
}
.contact-sec .form-group .textarea-border textarea:focus ~ .bar {
  opacity: 0;
}
.contact-sec .form-group .textarea-border .bar::before {
  content: "";
  background: transparent;
}
.contact-sec .ro-select {
  display: none;
}
.contact-sec .ro-select-wrapper {
  display: inline-block;
  position: relative;
  min-width: 100%;
}
.contact-sec .ro-select-text {
  border: none;
  display: block;
  max-height: 42px;
  padding: 16px 24px 8px 0;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
.contact-sec .ro-select-text.ro-select-text-empty {
  color: #ffffff;
  opacity: 0.8;
}
.contact-sec .ro-select-caret {
  position: absolute;
  right: 4px;
  top: 20px;
  color: #ffffff;
  font-size: 20px;
  opacity: 0.5;
}
.contact-sec .ro-select-list {
  user-select: none;
  position: absolute;
  transition: 0.25s ease;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  display: none;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background-color: white;
  z-index: 9;
  max-height: 265px;
  overflow-y: auto;
}
.contact-sec .ro-select-list::-webkit-scrollbar {
  width: 8px;
}
.contact-sec .ro-select-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.contact-sec .ro-select-list::-webkit-scrollbar-thumb {
  background-color: #c2c0c0;
  outline: 1px solid #c2c0c0;
}
.contact-sec .ro-select-list > .ro-select-item {
  padding: 0 16px;
  line-height: 42px;
  cursor: pointer;
}
.contact-sec .ro-select-list > .ro-select-item:hover {
  background-color: #eaeaea;
}
.contact-sec .ro-select-list > .ro-select-item.ro-select-item-active {
  background: #eaeaea;
}
.form-group.file-wrap,
.form-group.submit-wrap {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
.file-lable {
  background-color: #000000;
  border-radius: 2px;
  font-size: 1em;
  line-height: 2.5em;
  text-align: center;
  opacity: 0.8;
  font-family: "CircularStd";
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 4px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
}
.file-lable input {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-message {
  font-size: 13px;
}
.contact-sec .form-group .button-4 {
  width: 280px;
}
.contact-sec .form-group .eff-4 {
  width: 280px;
}
.contact-sec .form-group .button-4 .submit-btn {
  color: var(--main-white-color);
  text-decoration: none;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  font-size: 18px;
  line-height: 55px;
  letter-spacing: 2px;
  cursor: pointer;
  font-family: "CircularStd";
  text-transform: uppercase;
  height: 54px;
}
.contact-sec .form-group .button-4:hover .submit-btn {
  color: var(--main-black-color);
}
.contact-sec-bg {
  background-image: url(../images/contact-office-bg-compressor.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 10rem 0 10rem 0;
  background-attachment: fixed;
}
.contact-sec-bg .contact-card {
  border: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  padding: 2rem 2rem 1.5rem;
  height: 100%;
}
.contact-sec-bg .contact-card .card-body {
  padding: 0 0 2.5rem 0;
}
.contact-sec-bg .contact-card .contact-info {
  padding-bottom: 2.5rem;
}
.contact-sec-bg .contact-card .media {
  padding-bottom: 1rem;
}
.contact-sec-bg .contact-card .media .media-body h5 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 4px;
  line-height: 21px;
}
.contact-sec-bg .contact-card .card-body .card-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}
.contact-sec-bg .contact-card .contact-info .text-phone {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 3px;
}
.contact-sec-bg .contact-card .contact-info .text-email {
  font-size: 18px;
  font-weight: normal;
}
.contact-sec-bg .contact-card .card-end a {
  opacity: 0.7;
  font-size: 14px;
  font-weight: bold;
}
.contact-sec-bg .contact-card .card-end a b {
  padding-left: 5px;
}
.contact-sec-bg .contact-card .card-end a b i {
  padding-left: 5px;
  position: relative;
  top: 1px;
  font-size: 20px;
}
.footer-wrap.contact-footer .contact-social {
  padding: 2.5rem 0 1.5rem;
}
.footer-wrap .footer-social.social-icon-list ul li {
  line-height: normal;
}
.footer-wrap .footer-social.social-icon-list ul li:nth-child(4) {
  vertical-align: bottom;
  position: relative;
  top: -1px;
}
.footer-wrap .footer-social.social-icon-list ul li:nth-child(5) {
  position: relative;
  top: 1px;
}
.footer-wrap .footer-social.social-icon-list ul li:nth-child(6) {
  position: relative;
  top: 1px;
}
.footer-wrap .footer-social.social-icon-list ul li:nth-child(1) a svg {
  width: 20.1px;
  height: 16.3px;
}
.footer-wrap .footer-social.social-icon-list ul li:nth-child(2) a svg {
  width: 8.1px;
  height: 17.3px;
}
.footer-wrap .footer-social.social-icon-list ul li:nth-child(3) a svg {
  width: 17.8px;
  height: 17px;
}
.footer-wrap .footer-social.social-icon-list ul li:nth-child(4) a svg {
  width: 16.7px;
  height: 16.7px;
}
.footer-wrap .footer-social.social-icon-list ul li:nth-child(5) a svg {
  width: 22.8px;
  height: 14.3px;
}
.footer-wrap .footer-social.social-icon-list ul li:nth-child(6) a svg {
  width: 26.7px;
  height: 17px;
}
.footer-wrap .footer-social.social-icon-list ul li:nth-child(7) a svg {
  width: 17.1px;
  height: 17.1px;
}
.banner_sec_text.contact-banner-sec .others-banner-text h1 {
  margin-bottom: 10px !important;
  text-transform: none;
  font-size: 48px;
  letter-spacing: 0;
}
.banner_sec_text.contact-banner-sec .others-banner-text h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}
.contact-footer .contact-social .footer-social {
  width: 100%;
  text-align: center;
}
.footer-wrap.contact-footer
  .contact-social
  .footer-social.social-icon-list
  ul
  li
  a
  svg
  path {
  opacity: 0.75;
  fill: var(--main-black-color);
}
.contact-link a b i {
  font-size: 24px;
  margin-top: 2px;
  padding-right: 5px;
  vertical-align: top;
  line-height: 28px;
}
.consulting-enterprise-2 .text-message-wrap {
  padding-right: 5rem;
}
.consulting-enterprise-2 {
  padding: 6rem 0 6rem;
}
.enterprise-pt {
  padding-top: 5rem;
}
.consulting-enterprise-2 .enterprise-pt .message-text-wrap {
  padding-right: 6rem;
}
.consulting-enterprise-4 .button-4.enterprise-4 {
  border: 2px solid #000000;
  margin: 0 0 0 auto;
}
.consulting-enterprise-add2 .col-xxl-4 {
  -ms-flex: 0 0 47.666667%;
  flex: 0 0 47.666667%;
  max-width: 47.666667%;
}
.consulting-enterprise-2 .accordion-wrap .panel-default:first-child {
  border-top: 1px solid #ccc;
}
.consulting-enterprise-3 {
  padding: 0rem 0 6rem;
}
.consulting-enterprise-3 .Rtable {
  background: #000;
}
.consulting-enterprise-3 .Rtable .Rtable-row {
  border: solid 1px #4f4848;
}
.consulting-enterprise-3 .Rtable-cell-heading {
  color: #fff;
}
.consulting-enterprise-3 .Rtable .Rtable-cell-content {
  color: #fff;
}
.consulting-enterprise-3 .Rtable .Rtable-row .Rtable-cell {
  height: auto;
  padding: 1.5rem 6rem 1.5rem 2rem;
}
.consulting-enterprise-3 .Rtable .Rtable-row ul {
  margin: 0;
  list-style-type: disc;
  font-size: 24px;
  padding-left: 20px;
}
.consulting-enterprise-3 .Rtable .Rtable-row ul li {
  line-height: 20px;
  padding-left: 5px;
}
.consulting-enterprise-3 .Rtable .Rtable-row ul li span {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
}
.consulting-enterprise-3 .Rtable .Rtable-row .Rtable-cell-tags {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 3.4px;
  color: #ffffff;
}
.consulting-enterprise-3 .Rtable .Rtable-row .Rtable-cell-heading {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.33;
  color: #ffffff;
}
.main-navbar-content .navbar-nav .dropdown .dropdown-menu {
  padding: 0;
  margin-top: 5px;
  border-radius: 0;
}
.main-navbar-content .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
.main-navbar-content .navbar-nav .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: top;
  content: "\f110";
  font-family: "LineAwesome";
  border-top: 0em solid;
  border-right: 0em solid transparent;
  border-bottom: 0;
  border-left: 0em solid transparent;
  font-size: 12px;
  line-height: 28px;
}
.main-navbar-content .navbar-nav .dropdown .dropdown-menu .dropdown-item.active,
.main-navbar-content
  .navbar-nav
  .dropdown
  .dropdown-menu
  .dropdown-item:active {
  background-color: #2f2f2f;
  color: #ffffff;
}
.main-navbar-content .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  padding: 10px 15px !important;
  border-radius: 0;
  line-height: 24px;
  text-transform: capitalize;
  max-width: 265px;
}
.main-navbar-content .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus,
.main-navbar-content .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #2f2f2f;
  color: #ffffff;
}
.animate {
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.mobile-dropdown-list {
  display: none;
  padding-left: 15px;
}
.nav-menu ul.main-menu > li > a.mobile-dropdown:hover:after {
  width: inherit;
}
.nav-menu ul.main-menu > li > .mobile-dropdown:after,
.nav-menu ul.main-menu > li > .mobile-dropdown-list .mobile-dropdown-sub:after {
  float: right;
  font-family: "LineAwesome";
  content: "\f110";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  width: inherit;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.nav-menu ul.main-menu > li > .mobile-dropdown-list .mobile-dropdown-sub:after {
  line-height: 40px;
}
.nav-menu ul.main-menu > li > .mobile-dropdown.angle-active:after,
.nav-menu
  ul.main-menu
  > li
  > .mobile-dropdown-list
  .mobile-dropdown-sub.angle-active:after {
  width: inherit;
  transform: rotate(180deg);
  color: #7b7676;
}
.mobile-nav ul {
  list-style-type: none;
}
.dropdown-parent-li .mobile-dropdown-list .mobile-dropdown-item {
  font-size: 18px;
  font-weight: normal;
  line-height: 2.5;
  display: block;
  padding: 0px 20px 0px 0px;
}
.career-img-wrap {
  position: relative;
}
.career-img-wrap .career-text-wrap {
  position: absolute;
  background: #ffffff;
  top: 50%;
  left: 21rem;
  transform: translateY(-50%);
  max-width: 450px;
  padding: 8rem 3rem;
}
.career-img-wrap .career-text-wrap .career-text h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 5.4px;
  margin: 0 0 20px 0;
}
.career-img-wrap .career-text-wrap .career-text p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: normal;
}
.career-sec-add {
  padding: 8rem 38rem;
}
.career-sec-add .career-deck-col {
  padding: 22px;
}
.card-deck.career-deck {
  margin: 0;
  height: 100%;
}
.career-deck .card {
  padding: 2.2rem 2rem 1rem;
  border-radius: 0;
  margin: 0;
}
.career-deck .job-body .job-location {
  opacity: 0.5;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  margin: 0 0 15px;
  line-height: 20px;
}
.career-deck .job-body .job-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.career-deck .card .job-vacancies p {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 15px 0 8px;
}
.mobile-app-sec-6 .card-box .box-top h2,
.mobile-app-sec-6 .card-box .box-top .h2 {
  padding-right: 25px;
}
.career-detail-sec {
  padding: 78px 0 0 0;
}
.career-dtl-text {
  padding: 8rem 0 7rem;
}
.career-dtl-text .job-location {
  opacity: 0.5;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.career-dtl-text .job-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.career-dtl-text .job-skill {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  margin-top: 15px;
}
.desired-Skills {
  padding: 1.5rem 3rem 0 0;
}
.desired-Skills ul {
  padding-left: 18px;
  list-style: disc;
  font-size: 18px;
  margin: 0;
  line-height: 28px;
}
.desired-Skills ul li {
  margin-bottom: 12px;
}
.desired-Skills ul li span {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  display: block;
  letter-spacing: normal;
  padding-left: 5px;
}
.career-require-box {
  padding: 2rem 2rem 3rem;
}
.require-wrap {
  padding: 5px 0 0.5rem;
}
.load-btn.apply-now {
  margin: 20px 0 0;
  width: 100%;
}
.eff-3.apply-3 {
  width: 100%;
}
.career-detail-sec2 {
  padding: 3rem 0;
}
.career-dtl-text .career-require-box .require-wrap .job-location {
  letter-spacing: 5.1px;
}
.header-lightgray {
  background: #fefefe;
}
.thank-you-sec {
  background: #fefefe;
  padding-top: 78px;
}
.thankyou-wrap {
  padding: 7rem 8rem 2rem 0;
}
.thankyou-info-img img {
  height: calc(100vh - 25vh);
  width: 100%;
  object-fit: cover;
}
.thankyou-col {
  align-items: center;
  align-self: center;
  background: #fff;
  box-shadow: 8px 17px 153px 0 rgba(4, 59, 85, 0.07);
  margin-left: -100px;
  width: 100%;
  padding: 5rem 3rem;
  max-width: 480px;
}
.thankyou-info h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 8.6px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.thankyou-info h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: normal;
  color: #000000;
}
.wraper-houselabs-overview.freshclinic-page.background-white {
  background: #ffffff;
}
.bitmarket-sec-1 {
  padding: 8rem 0 0;
}
.wraper-houselabs-overview.bitmarket-sec-1 .houselabs-overview > .container {
  padding-top: 0px;
  padding-bottom: 0px;
}
.bitmarket-box-wrap .over-view-box {
  min-height: 190px;
}
.bitmarket-box-wrap .over-view-box:last-child {
  min-height: 160px;
}
.bitmarket-box-wrap .over-view-box:nth-child(2) .box-comm {
  top: 35px;
  position: relative;
}
.bitmarket-box-wrap .over-view-box:nth-child(3) .box-comm {
  top: -15px;
}
.bitmarket-box-wrap .over-view-box:nth-child(4) .box-comm {
  top: 35px;
  position: relative;
}
.bitmarket-box-wrap .over-view-box:nth-child(5) .box-comm {
  position: relative;
  top: -30px;
  left: 0;
  margin-left: auto;
}
.ios-development-sec-5.bitmarket-sec-2 {
  padding-top: 6rem;
}
.bitmarket-sec-3 {
  padding-bottom: 8rem;
}
.bitmarket-sec-3 .bitmarket-img-sec3 {
  position: relative;
}
.bitmarket-sec-3 .bitmarket-img-sec3 .uipl-image-with-replicabox-replicaimage {
  position: absolute;
  right: -40px;
  top: 180px;
  width: 60px;
  height: 45%;
  background-color: #00bf00;
  opacity: 0.5;
  z-index: -1;
}
.sofy-portfolio-sec-2.bitmarket-sec-4 .comm-works.black-bg-info h3 {
  color: #ffffff;
}
.sofy-portfolio-sec-2.bitmarket-sec-4 .comm-works.black-bg-info ul {
  color: #ffffff;
}
.sofy-portfolio-sec-2.bitmarket-sec-4 .comm-works.black-bg-info ul li p {
  color: #ffffff;
}
.web-app-sec-add.bitmarket-sec-5 {
  padding-top: 0rem;
  padding-bottom: 9rem;
}
.web-app-sec-add.bitmarket-sec-5 .pr-7 {
  padding-right: 5rem;
}
.bitmarket-sec-5 .bitmarket-sec5-img {
  position: relative;
}
.bitmarket-sec-5 .bitmarket-sec5-img .bitmarket-replicaimage {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: calc(100% - 16%);
  height: 40px;
  background-color: #00bf00;
  opacity: 0.5;
  z-index: -1;
}
.bitmarket-sec-6 {
  padding: 0rem 0 12rem;
}
.bitmarket-sec-6 .commontext h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.22;
  letter-spacing: 4px;
  text-align: center;
  color: #979797;
  text-transform: uppercase;
  margin: 0 0 60px 0;
}
.bitmarket-sec-6 .box-dark.card-box .box-top h2,
.bitmarket-sec-6 .box-dark.card-box .box-top .h2 {
  margin-bottom: 2rem;
}
.button-2:hover a:not([href]):not([tabindex]) {
  color: #ffffff;
}
.bridger-sec-3 {
  padding: 0rem 0 8rem;
}
.bridger-sec-3 .bridger-sec-text {
  padding-left: calc(100% - 85%);
  padding-right: calc(100% - 52%);
  padding-bottom: 3rem;
}
.bridger-sec-comm .bridger-sec-text h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.54;
  color: #000000;
  margin: 0 0 10px;
}
.bridger-sec-comm .bridger-sec-text p {
  font-size: 20px;
  color: #000000;
}
.bridger-sec-3 .content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.bridger-sec-3 .content .content-overlay {
  background: rgba(0, 0, 0, 0.54);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.bridger-sec-3 .content:hover .content-overlay {
  opacity: 1;
}
.bridger-sec-3 .content-image {
  width: 100%;
  max-height: 1000px;
  object-fit: cover;
}
.bridger-sec-3 .content-heading {
  position: absolute;
  text-align: left;
  padding-left: 4rem;
  padding-right: 4rem;
  width: 100%;
  top: 5%;
  left: 0;
}
.bridger-sec-3 .content-heading p {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #ffffff;
}
.bridger-sec-3 .content-heading h3 {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.bridger-sec-3 .content:hover .content-heading h3 {
  color: #ffd000;
}
.bridger-sec-3 .content-details {
  position: absolute;
  text-align: left;
  padding-left: 4rem;
  padding-right: 4rem;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.bridger-sec-3 .content:hover .content-details {
  top: 80%;
  left: 50%;
  opacity: 1;
}
.bridger-sec-3 .content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.bridger-sec-3 .content-details p {
  color: #fff;
  font-size: 20px;
}
.bridger-sec-3 .fadeIn-bottom {
  top: 100%;
}
.bridger-sec-3 .fadeIn-top {
  top: 20%;
}
.bridger-sec-4 .bridger-sec-text {
  padding: 0rem 6rem 0rem 6rem;
}
.frameshowcase {
  position: relative;
  margin-top: 0px;
  z-index: 1;
}
.frameshowcase .swiper-slide {
  padding: 20px 0;
}
.frameshowcase .swiper-slide .swipe_frame {
  padding: 78px 0px 20px;
  background-size: contain;
}
.frame-slider .swiper-slide.swiper-slide-prev {
  width: 400px !important;
  height: 540px;
}
.frame-slider .swiper-slide.swiper-slide-next {
  width: 400px !important;
  height: 540px;
}
.frame-slider .swiper-slide.swiper-slide-active {
  width: 1055px !important;
  margin: 0 353px !important;
}
.swiper-slide .swipe_frame img {
  width: 400px;
  height: 540px;
  object-fit: cover;
}
.frame-slider .swiper-slide.swiper-slide-prev .swipe_frame img {
  margin-right: auto !important;
  display: block;
}
.frame-slider .swiper-slide.swiper-slide-next .swipe_frame img {
  margin-left: auto !important;
  display: block;
}
.frame-slider .swiper-slide .swipe_frame img {
  opacity: 0.2;
  position: relative;
  z-index: 9;
}
.frame-slider .swiper-slide.swiper-slide-active .swipe_frame img {
  width: 1052px !important;
  height: 536px;
  opacity: 1;
  position: relative;
  z-index: 9;
  border-radius: 0 0 8px 8px;
}
.frame_showcase {
  width: 1055px;
  height: 593px;
  background: url(../images/frame.svg) no-repeat 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.frameshowcase .swiper-slide.swiper-slide-active .swipe_frame,
.frameshowcase .swiper-slide.swiper-slide-next .swipe_frame {
  padding-left: 0px;
  padding-right: 0;
}
.frameshowcase .swiper-button-next,
.frameshowcase .swiper-button-prev {
  background: none;
  font-size: 20px;
  color: #fff;
  top: inherit;
  bottom: -50px;
  z-index: 12;
}
.frameshowcase .swiper-button-next {
  right: 47%;
}
.frameshowcase .swiper-button-prev {
  left: 47%;
}
.frame-slider .frame-arrow-wrap .swiper-pagination-fraction {
  bottom: -30px;
}
.frame-slider .frame-arrow-wrap .swiper-pagination-fraction {
  color: #000000;
}
.frame-slider .frame-arrow-wrap .swiper-pagination-current {
  color: #ffffff;
  font-size: 12px;
  position: relative;
  padding: 0 6px;
}
.frame-slider .frame-arrow-wrap .swiper-pagination-current:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  top: 6px;
  left: 20px;
  background: #ffffff;
}
.frame-slider .frame-arrow-wrap .swiper-pagination-total {
  color: #ffcc00;
  font-size: 12px;
  padding: 0 6px;
  position: relative;
}
.bridger-sec-4 {
  padding-bottom: 0rem;
}
.bridger-sec-5 {
  padding: 8rem 7rem 0;
}
.bridger-sec-6 {
  padding: 8rem 0 8rem;
}
.bridger-sec-7 {
  padding: 0 7rem 8rem;
}
.bridger-sec-8 {
  padding: 8rem 0;
}
.bridger-sec-8 .section_title {
  padding-left: calc(100% - 70%);
  padding-right: calc(100% - 63%);
  padding-bottom: 10px;
}
.bridger-sec-add {
  padding: 0 7rem 8rem;
}
.bridger-sec-9 {
  padding: 8rem 0 5rem;
}
.wraper-londonrag-promo.bridger-sec-comm .londonrag-promo-image.with-shadow,
.bridger-sec-comm .londonrag-promo-image.with-shadow {
  box-shadow: 0px 0px 80px 6px rgba(200, 223, 235, 0.81);
  margin: 0 2rem;
}
.wraper-londonrag-promo.bridger-sec-comm .londonrag-promo-image.with-shadow img,
.bridger-sec-comm .londonrag-promo-image.with-shadow img {
  min-height: 650px;
  object-fit: contain;
}
.main-navbar-content
  .navbar-nav
  .dropdown:hover
  .dropdown-menu.dropdown-sub-menu {
  display: none;
}
.main-navbar-content
  .navbar-nav
  .dropdown
  .dropdown-menu
  li:hover
  .dropdown-menu.dropdown-sub-menu {
  display: block;
}
.main-navbar-content .navbar-nav .dropdown .dropdown-menu li {
  position: relative;
}
.main-navbar-content
  .navbar-nav
  .dropdown
  .dropdown-menu
  li
  .dropdown-menu.dropdown-sub-menu {
  left: 264px;
  top: 0;
  min-width: 244px;
  margin: 0;
}
.main-navbar-content .navbar-nav .dropdown .dropdown-menu li .dropdown-item i {
  position: absolute;
  right: 10px;
  top: 16px;
}
.Rtable .Rtable-row .responsive-table-hide {
  display: none;
}
small.eff-3 {
  display: block;
}
.Rtable.custom-software-table .Rtable-row .Rtable-cell {
  padding: 1rem 1.3rem;
}
.mobile-app-sec-6.custom-software-add {
  padding-bottom: 8rem;
}
.mobile-app-sec-8.custom-software-add {
  padding-top: 8rem;
}
.react-native-tab .button-4 {
  margin: 40px 0 45px;
}
.ecommerce-success-stories.section-features {
  padding-top: 8rem;
}
.ecommerce-building-sec {
  padding-top: 8rem;
}
.ecommerce-tech-stack .web-development-box-wrap .web-development-box {
  max-width: 125px;
  width: 125px;
  max-height: 125px;
  height: 125px;
}
.ecommerce-tech-stack .web-development-box-wrap .web-development-box p {
  font-size: 12px;
  line-height: 20px;
}
.design-cta .cta-btn {
  width: 200px;
}
.design-cta .eff-cta {
  width: 200px;
}
.consulting-pb {
  padding-bottom: 10rem;
}
.consulting-padd-top.up #Start-Up,
.consulting-padd-top.up #Enterprise {
  padding-top: 78px;
}
.header-ux-gallery .others-header-nav {
  background: transparent;
}
.header-black.header-ux-gallery .main-navbar .get-quote-wrap .button-5 {
  border: 2px solid #ffffff;
}
.header-black.header-ux-gallery .main-navbar.bg .get-quote-wrap .button-5 {
  border: 2px solid #000000;
}
.header-black.header-ux-gallery .main-navbar .get-quote-wrap .button-5 a,
.header-black.header-ux-gallery .main-navbar .get-quote-wrap .button-5 span {
  color: #ffffff;
}
.header-black.header-ux-gallery .main-navbar .get-quote-wrap .button-5:hover a,
.header-black.header-ux-gallery
  .main-navbar
  .get-quote-wrap
  .button-5:hover
  span {
  color: #000000;
}
.mb-core {
  padding-bottom: 6%;
}
.core-text p {
  font-size: 18px;
}
.core-services-wrap {
  padding: 6rem 28rem 8rem;
}
.core-services-wrap .card-box .box-top h2,
.core-services-wrap .card-box .box-top .h2 {
  margin-bottom: 15%;
  padding-right: 25%;
}
.core-services-wrap .pad_box:last-child .card-box .box-top h2,
.core-services-wrap .pad_box:last-child .card-box .box-top .h2 {
  padding-right: 50%;
}
.pad_box a {
  display: block;
  width: 100%;
}
.wraper-happydna-testimonial {
  padding-top: 2rem;
}
.pt-8 {
  padding-top: 80px;
}
.wraper-oota-hero-banner {
  position: relative;
  min-height: 682px;
  padding: 50px 0 70px;
}
.wraper-oota-hero-banner .container-fluid {
  max-width: 1875px;
}
.wraper-oota-hero-banner .oota-hero-banner .oota-hero-banner-image {
  padding-top: 0px;
  margin-left: 30px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
  right: -115px;
}
.wraper-oota-hero-banner .mobile-screen-1 {
  display: inline-block;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  margin: 25px;
  border-radius: 30px;
}
.wraper-oota-hero-banner .mobile-screen-2 {
  display: inline-block;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  margin: 25px;
  border-radius: 30px;
}
.wraper-oota-hero-banner .oota-top-right-bg {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 535px;
  background-position: right top;
  background-image: url(../images/oota_round.png);
  width: 100%;
  position: absolute;
  top: -80px;
}
.wraper-oota-hero-banner .oota-bottom-left-bg {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 190px;
  background-position: left bottom;
  background-image: url(../images/oota_oval.png);
  width: 100%;
  position: absolute;
  bottom: 0;
}
.wraper-oota-hero-banner .banner-food {
  position: absolute;
  bottom: -40px;
  left: 25px;
  z-index: 9;
}
.wraper-oota-hero-banner .banner-food img {
  width: 270px;
}
.oota-hero-banner .oota-hero-banner-data .oota-title {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 6px;
  color: #21c8c1;
}
.oota-hero-banner .oota-hero-banner-data h1 {
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #000000;
}
.wraper-houselabs-overview.oota-sec-1 {
  background: #f8f9fb;
  width: auto;
  position: relative;
  margin-right: 0;
}
.wraper-houselabs-overview.oota-sec-1:after {
  content: "";
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
}
.wraper-houselabs-overview.oota-sec-1 .houselabs-overview > .container {
  padding-top: 90px;
  padding-bottom: 130px;
}
.oota-sec-1 .container {
  max-width: 1400px;
}
.wraper-houselabs-overview.oota-sec-1 .houselabs-overview {
  margin-left: 0;
}
.wraper-houselabs-overview.oota-sec-1 .oota-promo-image {
  position: relative;
  left: 250px;
  z-index: 9;
}
.oota-sec-1 .features {
  position: relative;
}
.oota-sec-1 .features .oota-logo-bg {
  position: absolute;
  left: 0;
  top: 0;
}
.oota-sec-1 .oota-promo-image {
  position: relative;
  left: 5%;
}
.wraper-freshclinic-showcase.background-black-blue {
  background-image: linear-gradient(to top, #0d1119, #191e2a);
}
.oota-sec-2 .common-oota-right {
  position: relative;
}
.oota-sec-2 .oota-showcase-mobile {
  padding-left: 45px;
  padding-right: 45px;
}
.oota-sec-2 .common-oota-right .oota-logo-bg {
  position: absolute;
  left: 0;
  top: -170px;
}
.oota-sec-2 .common-oota-right .commontext h2 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.oota-sec-2 .common-oota-right ul {
  padding-left: 18px;
  list-style: disc;
  font-size: 17px;
  margin: 0;
  line-height: 8px;
}
.oota-sec-2 .common-oota-right ul li span {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 1rem;
  display: block;
  color: #8c8d92;
}
.background-light-gray {
  background-color: #f5f6f8;
}
.wraper-freshclinic-showcase.oota-sec-2
  .freshclinic-showcase-section
  > .container-fluid {
  padding-top: 115px;
  padding-bottom: 115px;
}
.oota-sec-3 {
  padding: 115px 0 115px;
  position: relative;
}
.oota-sec-3 .oota-sec-3-top {
  position: absolute;
  top: -75px;
  left: 0;
  animation: FloatingStampSwing ease-in-out 1s infinite alternate;
  -webkit-backface-visibility: hidden;
}
.oota-sec-3 .oota-sec-3-top img {
  width: 180px;
}
.oota-sec-3 .oota-sec-3-bottom {
  position: absolute;
  bottom: -75px;
  right: 0;
  z-index: 9;
}
.oota-sec-3 .oota-sec-3-bottom img {
  width: 180px;
}
.oota-commontext h3 {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.03;
  letter-spacing: -0.08px;
  text-align: center;
  color: #000000;
  margin: 0 0 20px;
}
.oota-commontext p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.oota-commontext ul {
  color: #1dc8c0;
  padding-left: 24px;
  list-style: disc;
  font-size: 24px;
  margin: 0;
  line-height: 35px;
}
.oota-commontext ul li {
  padding-left: 0px;
  padding-right: 40px;
}
.oota-commontext ul li h4 {
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
  margin: 0 0 15px;
}
.oota-commontext ul li p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #6a6a6a;
  text-align: left;
}
.oota-5-main-wrap {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  background-image: url(../images/background%404x.jpg);
  padding: 115px 0 115px;
  background-color: rgba(240, 244, 247, 0.18);
}
.oota-5-main-wrap .oota-sec-3-top {
  position: absolute;
  top: -55px;
  left: 0;
}
.oota-5-main-wrap .oota-sec-3-top img {
  width: 225px;
  object-fit: contain;
}
.oota-5-main-wrap .oota-sec-3-bottom {
  position: absolute;
  bottom: -60px;
  right: 0;
}
.oota-5-main-wrap .oota-sec-3-bottom img {
  width: 350px;
}
.oota-sec-3 .ecommerce-covering-cta .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 35px;
  padding: 13px 33px 14px 33px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.oota-sec-3 .ecommerce-covering-cta .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.oota-sec-3 .ecommerce-covering-cta .btn:hover {
  color: #000;
}
.oota-sec-3 .ecommerce-covering-cta .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.oota-sec-3 .ecommerce-covering-cta .btn > span {
  position: relative;
}
.oota-sec-4 {
  padding: 110px 0 95px;
}
.oota-slider-scroll {
  position: relative;
}
.oota-slider-scroll .swiper-wrapper {
  margin: 40px 0 145px;
}
.oota-slider-scroll
  .swiper-container-horizontal
  > .swiper-pagination-progressbar {
  width: 65%;
}
.oota-slider-scroll .swiper-pagination-progressbar {
  background: #eaeaea;
  border-radius: 10px;
}
.oota-slider-scroll .swiper-pagination-progressbar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background: #1fc8c0;
  border-radius: 50%;
  top: -4px;
}
.oota-slider-scroll .swiper-pagination-progressbar:before {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  background: #eaeaea;
  border-radius: 50%;
  top: -4px;
  z-index: 9;
}
.oota-slider-scroll .swiper-pagination-progressbar {
  top: inherit;
  bottom: 70px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
}
.oota-slider-scroll
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #1fc8c0;
}
.oota-slider-scroll .arrow-wrap {
  background: #1fc8c0;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid #1fc8c0;
  box-shadow: inset 0 0 0 8px #fff;
}
.oota-slider-scroll .swiper-button-next,
.oota-slider-scroll .swiper-button-prev {
  top: inherit;
  bottom: 6px;
  background-size: 15px 20px;
}
.oota-slider-scroll .swiper-button-next {
  right: 6px;
}
.oota-slider-scroll .swiper-button-prev {
  left: 6px;
}
.oota-5-main-img {
  margin-right: 5%;
}
.oota-chat-text {
  font-size: 22px;
  line-height: 34px;
  padding: 0px 0 60px;
  margin: 0;
}
.wraper-citybank-result.oota-sec-6 {
  padding: 145px 0 5px;
}
.wraper-houselabs-overview.oota-sec-1
  .houselabs-overview
  .houselabs-overview-text
  .features
  > .features-item
  p {
  font-size: 16px;
}
.wraper-houselabs-overview.oota-sec-1
  .houselabs-overview
  .houselabs-overview-text
  .features
  > .features-item
  p
  strong {
  font-size: 24px;
}
.wraper-toonyport-hero-banner.kidscitypass-banner-sec
  .toonyport-hero-banner.kidscitypass-banner
  .toonyport-hero-banner-image
  > .holder
  > .data
  .data-main
  p {
  font-size: 42px;
  line-height: 52px;
}
.kidscitypass-other-sec-1 {
  padding-top: 45px;
  padding-bottom: 20px;
}
.wraper-houselabs-overview.kidscitypass-other-sec-1
  .houselabs-overview
  .houselabs-overview-services {
  padding: 30px 20px 40px 80px;
}
.wraper-houselabs-overview.kidscitypass-other-sec-1
  .houselabs-overview
  .houselabs-overview-services
  ul {
  text-align: right;
}
.wraper-houselabs-overview.kidscitypass-other-sec-1
  .houselabs-overview
  .houselabs-overview-services
  .tag {
  top: 45px;
}
.kids-pic-bottom {
  position: absolute;
  bottom: -155px;
  right: -165px;
  margin-right: 0;
  z-index: 2;
}
.kids-pic-bottom .kids-pic img {
  width: 420px;
}
.wraper-houselabs-overview.kidscitypass-other-sec-1
  .houselabs-overview
  .houselabs-overview-text
  p {
  margin-bottom: 10px;
}
.wraper-houselabs-overview.kidscitypass-other-sec-1
  .houselabs-overview
  .houselabs-overview-text
  hr {
  margin-bottom: 75px;
  position: relative;
  margin-top: 25px;
}
.wraper-houselabs-overview.kidscitypass-other-sec-1
  .houselabs-overview
  .houselabs-overview-text
  hr:after {
  width: 75%;
  content: "";
  background-color: #007ba2;
  height: 1px;
  position: absolute;
  right: 0;
  opacity: 0.3;
  bottom: -10px;
  z-index: 1;
}
.wraper-houselabs-overview.kidscitypass-other-sec-1
  .houselabs-overview
  .houselabs-overview-text
  hr:before {
  width: 55%;
  content: "";
  background-color: #979797;
  height: 1px;
  position: absolute;
  right: 0;
  opacity: 0.3;
  bottom: -20px;
  z-index: 1;
}
.kidscitypass-bg {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  min-height: 100%;
  padding: 7rem 0 0;
  background-image: url(../images/kidscity-border-bg.svg),
    linear-gradient(#07889b, #07889b);
  background-attachment: fixed;
}
.kidscitypass-other-sec-2 .kidscity-logo img {
  height: 35px;
  margin-left: 100px;
  object-fit: contain;
}
.kidscitypass-other-sec-2 .kidscity-macbook img {
  margin-bottom: -90px;
}
.kidscitypass-other-sec-3 {
  padding-top: 9rem;
}
.kidscitypass-other-sec-3.m-right {
  margin-right: 485px;
}
.kidscitypass-other-sec-3 .container.m-left {
  margin-left: 705px;
}
.kidscitypass-other-sec-3 .kidscity-promo-image img {
  margin-left: -145px;
  margin-bottom: -275px;
}
.kidscitypass-promo-title h3 {
  font-size: 40px;
}
.kidscitypass-promo-title p {
  font-size: 18px;
}
.kidscitypass-other-sec-4 {
  padding-top: 14rem;
  padding-bottom: 5rem;
}
.kidscity-bg-info {
  background: #2495a6;
}
.comm-works.kidscity-bg-info.text-white h3 {
  color: #fff;
}
.kidscitypass-other-sec-6 .kidscitypass-screens-image img {
  width: 100%;
  margin-top: -40px;
  object-fit: cover;
}
.wraper-citybank-result.kidscitypass-other-sec-7 {
  padding: 0px 0 15px;
}
.xpary-banner-sec {
  background-color: #009dda;
  padding-top: 110px;
  padding-bottom: 230px;
  position: relative;
}
.xpary-banner-sec .xpary-banner-slider .frameshowcase {
  margin-top: 140px;
}
.xpary-banner-sec .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1300px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.xpary-banner-sec .data .data-main h2 {
  font-family: "CircularStd";
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1px;
  margin-top: 5rem;
}
.xpary-banner-sec:after {
  content: "";
  position: absolute;
  bottom: -240px;
  width: 120%;
  height: 315px;
  background-color: #ffffff;
  transform: rotate(4deg);
  left: -20px;
}
.xpary-other-sec-1 .xpary-blogpic {
  position: relative;
  top: -83px;
}
.xpary-banner-sec
  .xpary-banner-slider
  .frame-slider
  .swiper-slide
  .swipe_frame
  img {
  object-position: top;
}
.xpary-banner-sec
  .xpary-banner-slider
  .frame-slider
  .swiper-slide
  .swipe_frame
  img {
  opacity: 1;
}
.xpary-banner-sec
  .xpary-banner-slider
  .frame-slider
  .frame-arrow-wrap
  .swiper-pagination-fraction {
  color: #009dda;
}
.xpary-banner-sec
  .xpary-banner-slider
  .frame-slider
  .frame-arrow-wrap
  .swiper-pagination-current {
  font-size: 14px;
  left: 30px;
  font-weight: bold;
}
.xpary-banner-sec
  .xpary-banner-slider
  .frame-slider
  .frame-arrow-wrap
  .swiper-pagination-current:after {
  content: "";
  top: 10px;
  left: -10px;
}
.xpary-banner-sec
  .xpary-banner-slider
  .frame-slider
  .frame-arrow-wrap
  .swiper-pagination-total {
  color: #fff;
  font-size: 14px;
  left: -34px;
}
.wraper-houselabs-overview.xpary-other-sec-1 .houselabs-overview .container {
  padding-top: 0px;
  padding-bottom: 180px;
}
.wraper-houselabs-overview.xpary-other-sec-1
  .houselabs-overview
  .houselabs-overview-text
  p {
  margin-bottom: 10px;
}
.xpary-bg-blue {
  background: #065aad;
  position: relative;
  z-index: 2;
  top: 45px;
}
.xpary-bg-light-skay {
  background: #ebf2f9;
  margin-top: -15px;
}
.xpary-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.xpary-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.xpary-promo-1 {
  margin-top: -48px;
  height: 465px;
}
.xpary-promo-2 {
  margin-top: -145px;
}
.xpary-service-wrap {
  width: 650px;
  background: #ebf2f9;
  height: 100%;
  padding: 55px 60px 55px 90px;
  margin-left: -50px;
  z-index: 1;
  position: relative;
}
.xpary-service-wrap:after {
  content: "";
  background-image: url(../images/xpary_right_logo.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 135px;
  width: 90px;
  height: 100%;
}
.xpary-service-wrap .xpary-services .tag {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #a3a3a3;
  line-height: 1.71;
  letter-spacing: 4px;
  margin-top: 45px;
}
.xpary-service-wrap .xpary-services ul {
  padding-left: 0;
  list-style-type: none;
}
.xpary-service-wrap .xpary-services ul li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 22px;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 1.94;
}
.xpary-service-wrap .xpary-services ul li:before {
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
  content: " ";
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}
.xpary-other-sec-2 {
  position: relative;
}
.xpary-other-sec-3 {
  padding-top: 170px;
  padding-bottom: 150px;
  position: relative;
}
.xpary-other-sec-3:after {
  content: "";
  position: absolute;
  top: -75px;
  width: 101%;
  height: 235px;
  background-color: #009dda;
  transform: rotate(7deg);
  left: -25px;
}
.xpary-other-sec-3:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 26%;
  height: 85px;
  background-color: #ffffff;
}
.xpary-other-sec-3 .xpary-sec-after:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 415px;
  background-color: #ffffff;
  z-index: 1;
}
.bg-xpary {
  background: #009dda;
}
.xpary-border-wrap {
  border-top: 16px solid #fff;
  border-bottom: 16px solid #009dda;
  border-right: 16px solid #fff;
  border-left: 16px solid #fff;
  border-radius: 3px;
  position: relative;
  z-index: 2;
  margin: 45px 90px 0;
}
.xpary-border-wrap:after {
  content: "";
  position: absolute;
  left: -16px;
  bottom: -15px;
  width: 16px;
  height: 56%;
  background-color: #009dda;
  z-index: 1;
}
.xpary-border-wrap:before {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -15px;
  width: 16px;
  height: 51%;
  background-color: #009dda;
  z-index: 1;
}
.xpary-flip-image {
  width: 1250px;
  position: relative;
  margin-left: -190px;
  margin-top: -50px;
  z-index: 2;
  height: 580px;
}
.xpary-border-wrap .xpary-app-screen {
  position: absolute;
  right: 0;
  bottom: -190px;
}
.xpary-border-wrap .xpary-app-screen img {
  height: 515px;
  object-fit: contain;
}
.xpary-other-sec-4 {
  padding-top: 145px;
  padding-bottom: 330px;
  position: relative;
}
.xpary-other-sec-4:after {
  content: "";
  position: absolute;
  top: -110px;
  width: 101%;
  height: 195px;
  background-color: #fff;
  transform: rotate(5deg);
  left: 0;
}
.light-blue-bg {
  background: #e6f5fb;
}
.xpary-web-screen {
  margin: 0 90px 85px;
}
.xpary-other-sec-5 {
  position: relative;
  margin-top: -190px;
  padding: 0 0 15px;
}
.xpary-other-sec-5:after {
  content: "";
  position: absolute;
  right: 0;
  top: -15px;
  background-image: url(../images/xpary_pattren%404x.jpg);
  height: 380px;
  width: 62%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}
.xpary-device-screen {
  position: relative;
  z-index: 2;
}
.xpary-other-sec-6 {
  padding-top: 0px;
  padding-bottom: 50px;
  position: relative;
}
.xpary-other-sec-6:after {
  content: "";
  position: absolute;
  left: -50px;
  right: 0;
  top: 90px;
  width: 110%;
  height: 445px;
  transform: rotate(10deg);
  background: #ffffff;
  z-index: 1;
}
.xpary-other-sec-6:before {
  content: "";
  position: absolute;
  right: -12px;
  top: 0px;
  width: 80%;
  height: 340px;
  transform: rotate(0deg);
  background: #fff;
  z-index: 1;
}
.xpary-promo-image {
  position: relative;
  z-index: 2;
  margin-top: -20px;
}
.xpary-promo-image:after {
  content: "";
  background-image: url(../images/xpary_logo.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 29%;
  bottom: 70px;
  width: 25%;
  height: 130px;
}
.xpary-other-sec-7 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.oota-sec-2.xpary-other-sec-7 .commontext .common-oota-right {
  padding-left: 50px;
  padding-right: 90px;
}
.oota-sec-2.xpary-other-sec-7 .common-oota-right .commontext h2 {
  color: #000;
}
.oota-sec-2.xpary-other-sec-7 .common-oota-right ul {
  color: #009dda;
}
.font-family-sofiapro {
  font-family: "Sofia Pro", Arial, sans-serif;
}
.siq_bR {
  bottom: 80px !important;
}
.px-6 {
  padding-left: 6px;
  padding-right: 6px;
}
.px-7 {
  padding-left: 7px;
  padding-right: 7px;
}
.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-9 {
  padding-left: 9px;
  padding-right: 9px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-11 {
  padding-left: 11px;
  padding-right: 11px;
}
.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.px-13 {
  padding-left: 13px;
  padding-right: 13px;
}
.px-14 {
  padding-left: 14px;
  padding-right: 14px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-17 {
  padding-left: 17px;
  padding-right: 17px;
}
.px-18 {
  padding-left: 18px;
  padding-right: 18px;
}
.px-19 {
  padding-left: 19px;
  padding-right: 19px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-21 {
  padding-left: 21px;
  padding-right: 21px;
}
.px-22 {
  padding-left: 22px;
  padding-right: 22px;
}
.px-23 {
  padding-left: 23px;
  padding-right: 23px;
}
.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.px-26 {
  padding-left: 26px;
  padding-right: 26px;
}
.px-27 {
  padding-left: 27px;
  padding-right: 27px;
}
.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}
.px-29 {
  padding-left: 29px;
  padding-right: 29px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.text-underline {
  text-decoration: underline;
}
.btn:focus {
  box-shadow: initial;
}
.navbar-nav {
  position: relative;
  margin-right: 28px;
}
li.has-uipl-mega-menu {
  position: static !important;
}
.uipl-sub-menu-arrow {
  position: absolute;
  top: calc(100% + 16px);
  right: 1px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uipl-sub-menu-arrow > span {
  position: relative;
  display: block;
}
.uipl-sub-menu-arrow > span:after,
.uipl-sub-menu-arrow > span:before {
  position: absolute;
  bottom: 100%;
  left: calc(100% - 10px);
  border: solid transparent;
  content: " ";
  width: 0;
  height: 0;
  pointer-events: none;
}
.uipl-sub-menu-arrow > span:after {
  margin-left: -8px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
}
.uipl-sub-menu-arrow > span:before {
  margin-left: -11px;
  border-color: transparent;
  border-bottom-color: #000;
  border-width: 11px;
}
li.has-uipl-mega-menu.sub-menu-active .uipl-sub-menu-arrow,
li.has-uipl-sub-menu.sub-menu-active .uipl-sub-menu-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.uipl-mega-menu-wraper {
  position: absolute;
  top: calc(100% + 14px);
  right: 40px;
  width: 1200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uipl-mega-menu-wraper .uipl-mega-menu-container {
  position: relative;
  padding: 40px 25px;;
  background-color: #fff;
  border-top: 2px solid #000;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12);
}
.uipl-mega-menu-wraper .uipl-mega-menu-container > .row {
  margin-right: -20px;
  margin-left: -20px;
}
.uipl-mega-menu-wraper .uipl-mega-menu-container > .row > *[class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}
.uipl-mega-menu-wraper .uipl-mega-menu-container .uipl-mega-menu-close {
  display: none;
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 1;
  width: 14px;
  cursor: pointer;
}
.uipl-mega-menu-wraper .uipl-mega-menu-container .uipl-mega-menu-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-heading
  > *:last-child {
  margin-bottom: 0 !important;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-heading
  .title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 25px;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-heading
  .title
  a {
  position: relative;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-heading
  .title
  a:before {
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 0;
  content: " ";
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-heading
  .title:hover
  > a,
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-heading
  .title.current-menu-item
  > a {
  padding-left: 20px !important;
  color: #000;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-heading
  .title:hover
  > a:before,
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-heading
  .title.current-menu-item
  > a:before {
  width: 10px;
}
.uipl-mega-menu-wraper .uipl-mega-menu-container .uipl-mega-menu-section {
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px;
}
.uipl-mega-menu-wraper .uipl-mega-menu-container .uipl-mega-menu-section:after {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  z-index: 0;
  content: " ";
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section:first-child {
  padding-top: 0;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section:last-child {
  padding-bottom: 0;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section:last-child:after {
  display: none;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section:only-child {
  padding-top: 0;
  padding-bottom: 0;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section:only-child:after {
  display: none;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  > *:last-child {
  margin-bottom: 0 !important;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  .title {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 17px;
  color: #000;
  line-height: 22px;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  .title
  a {
  position: relative;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  .title
  a:before {
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 0;
  content: " ";
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  .title:hover
  > a,
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  .title.current-menu-item
  > a {
  padding-left: 20px !important;
  color: #000;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  .title:hover
  > a:before,
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  .title.current-menu-item
  > a:before {
  width: 10px;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  ul.menu {
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  ul.menu
  > li {
  margin-bottom: 11px;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  ul.menu
  > li:last-child,
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  ul.menu
  > li:only-child {
  margin-bottom: 0;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  ul.menu
  > li
  > a {
  position: relative;
  padding-left: 20px !important;
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  ul.menu
  > li
  > a:before {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 0;
  content: " ";
  width: 10px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  ul.menu
  > li:hover
  > a,
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  ul.menu
  > li.current-menu-item
  > a {
  padding-left: 28px !important;
  color: #000;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  ul.menu
  > li:hover
  > a:before,
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-section
  .uipl-mega-menu-section-item
  .holder
  ul.menu
  > li.current-menu-item
  > a:before {
  width: 18px;
  background-color: #000;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-gallery
  .gallery-photo {
  max-width: calc(100% - 10px);
  margin-top: 5px;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-gallery
  .gallery-photo
  .gallery-photo-pic {
  margin-bottom: 25px;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-gallery
  .gallery-photo
  .gallery-photo-pic
  img {
  width: 100%;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-gallery
  .gallery-photo
  .gallery-photo-data
  > *:last-child {
  margin-bottom: 0 !important;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-gallery
  .gallery-photo
  .gallery-photo-data
  .title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 22px;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-gallery
  .gallery-photo
  .gallery-photo-data
  .title
  a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-gallery
  .gallery-photo
  .gallery-photo-data
  .title
  i {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 5px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uipl-mega-menu-wraper
  .uipl-mega-menu-container
  .uipl-mega-menu-gallery
  .gallery-photo
  .gallery-photo-data
  .title:hover
  i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
li.has-uipl-mega-menu.sub-menu-active .uipl-mega-menu-wraper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.uipl-sub-menu-wraper {
  position: absolute;
  top: calc(100% + 14px);
  left: 22px;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uipl-sub-menu-wraper .uipl-sub-menu-container {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-top: 2px solid #000;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12);
}
.uipl-sub-menu-wraper .uipl-sub-menu-container .uipl-sub-menu-close {
  display: none;
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 1;
  width: 14px;
  cursor: pointer;
}
.uipl-sub-menu-wraper .uipl-sub-menu-container .uipl-sub-menu-section ul.menu {
  padding-left: 0;
  list-style: none;
}
.uipl-sub-menu-wraper
  .uipl-sub-menu-container
  .uipl-sub-menu-section
  ul.menu
  > li {
  margin-bottom: 11px;
}
.uipl-sub-menu-wraper
  .uipl-sub-menu-container
  .uipl-sub-menu-section
  ul.menu
  > li:last-child,
.uipl-sub-menu-wraper
  .uipl-sub-menu-container
  .uipl-sub-menu-section
  ul.menu
  > li:only-child {
  margin-bottom: 0;
}
.uipl-sub-menu-wraper
  .uipl-sub-menu-container
  .uipl-sub-menu-section
  ul.menu
  > li
  > a {
  position: relative;
  padding-left: 20px !important;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uipl-sub-menu-wraper
  .uipl-sub-menu-container
  .uipl-sub-menu-section
  ul.menu
  > li
  > a:before {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 0;
  content: " ";
  width: 10px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uipl-sub-menu-wraper
  .uipl-sub-menu-container
  .uipl-sub-menu-section
  ul.menu
  > li:hover
  > a,
.uipl-sub-menu-wraper
  .uipl-sub-menu-container
  .uipl-sub-menu-section
  ul.menu
  > li.current-menu-item
  > a {
  padding-left: 28px !important;
  color: #000;
}
.uipl-sub-menu-wraper
  .uipl-sub-menu-container
  .uipl-sub-menu-section
  ul.menu
  > li:hover
  > a:before,
.uipl-sub-menu-wraper
  .uipl-sub-menu-container
  .uipl-sub-menu-section
  ul.menu
  > li.current-menu-item
  > a:before {
  width: 18px;
  background-color: #000;
}
li.has-uipl-sub-menu.sub-menu-active .uipl-sub-menu-wraper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.wraper-uipl-gdprbar {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.wraper-uipl-gdprbar > .container {
  padding-top: 10px;
  padding-bottom: 0;
}
.wraper-uipl-gdprbar .uipl-gdprbar .uipl-gdprbar-item {
  margin-bottom: 10px;
}
.wraper-uipl-gdprbar .uipl-gdprbar .uipl-gdprbar-item > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-uipl-gdprbar .uipl-gdprbar .uipl-gdprbar-item p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 19px;
}
.wraper-uipl-gdprbar .uipl-gdprbar .uipl-gdprbar-item p a {
  text-decoration: underline;
}
.wraper-uipl-gdprbar .uipl-gdprbar .uipl-gdprbar-item .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  padding: 8px 15px 7px 15px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-uipl-gdprbar .uipl-gdprbar .uipl-gdprbar-item .btn:hover {
  color: #000;
}
.wraper-uipl-gdprbar .uipl-gdprbar .uipl-gdprbar-item .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-uipl-gdprbar .uipl-gdprbar .uipl-gdprbar-item .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-uipl-gdprbar .uipl-gdprbar .uipl-gdprbar-item .btn > span {
  position: relative;
}
.atss .at-share-btn .at-icon-wrapper,
.atss a .at-icon-wrapper {
  background-color: transparent !important;
}
.atss .at-share-btn svg path,
.atss a svg path {
  fill: #000;
}
.fancybox-container {
  z-index: 999999;
}
.fancybox-bg {
  background-color: #000;
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
}
.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 0 10px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.fancybox-thumbs .fancybox-thumbs__list {
  display: inline-block;
  vertical-align: top;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
  overflow: visible;
}
.fancybox-thumbs::-webkit-scrollbar {
  height: 7px;
}
.fancybox-thumbs::-webkit-scrollbar-track {
  background-color: #2a2a2a;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  margin: 5px;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: 20%;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 20%;
}
.uipl-section-reveal-check {
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  opacity: 0;
  transition: opacity 1.1s ease 167ms,
    -webkit-clip-path 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 1.1s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1.1s ease 167ms;
  transition: clip-path 1.1s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1.1s ease 167ms,
    -webkit-clip-path 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.uipl-section-reveal-check.reveal-me {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
:root {
  --uiplreplicaboxsmall: 50px;
  --uiplreplicaboxsmallminus: -50px;
  --uiplreplicaboxlarge: 70px;
  --uiplreplicaboxlargeminus: -70px;
}
.uipl-image-with-replicabox.size-small.direction-left-top {
  margin-top: var(--uiplreplicaboxsmall);
  margin-left: var(--uiplreplicaboxsmall);
}
.uipl-image-with-replicabox.size-small.direction-right-top {
  margin-left: var(--uiplreplicaboxsmall);
  margin-right: var(--uiplreplicaboxsmall);
}
.uipl-image-with-replicabox.size-small.direction-left-bottom {
  margin-left: var(--uiplreplicaboxsmall);
  margin-bottom: var(--uiplreplicaboxsmall);
}
.uipl-image-with-replicabox.size-small.direction-right-bottom {
  margin-right: var(--uiplreplicaboxsmall);
  margin-bottom: var(--uiplreplicaboxsmall);
}
.uipl-image-with-replicabox.size-large.direction-left-top {
  margin-top: var(--uiplreplicaboxlarge);
  margin-left: var(--uiplreplicaboxlarge);
}
.uipl-image-with-replicabox.size-large.direction-right-top {
  margin-left: var(--uiplreplicaboxlarge);
  margin-right: var(--uiplreplicaboxlarge);
}
.uipl-image-with-replicabox.size-large.direction-left-bottom {
  margin-left: var(--uiplreplicaboxlarge);
  margin-bottom: var(--uiplreplicaboxlarge);
}
.uipl-image-with-replicabox.size-large.direction-right-bottom {
  margin-right: var(--uiplreplicaboxlarge);
  margin-bottom: var(--uiplreplicaboxlarge);
}
.uipl-image-with-replicabox .uipl-image-with-replicabox-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.uipl-image-with-replicabox
  .uipl-image-with-replicabox-holder
  > .uipl-image-with-replicabox-mainimage {
  position: relative;
}
.uipl-image-with-replicabox
  .uipl-image-with-replicabox-holder
  > .uipl-image-with-replicabox-replicaimage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.uipl-image-with-replicabox.size-small.direction-left-top
  .uipl-image-with-replicabox-holder
  > .uipl-image-with-replicabox-replicaimage {
  transform: translate(
    var(--uiplreplicaboxsmallminus),
    var(--uiplreplicaboxsmallminus)
  );
}
.uipl-image-with-replicabox.size-small.direction-right-top
  .uipl-image-with-replicabox-holder
  > .uipl-image-with-replicabox-replicaimage {
  transform: translate(
    var(--uiplreplicaboxsmall),
    var(--uiplreplicaboxsmallminus)
  );
}
.uipl-image-with-replicabox.size-small.direction-left-bottom
  .uipl-image-with-replicabox-holder
  > .uipl-image-with-replicabox-replicaimage {
  transform: translate(
    var(--uiplreplicaboxsmallminus),
    var(--uiplreplicaboxsmall)
  );
}
.uipl-image-with-replicabox.size-small.direction-right-bottom
  .uipl-image-with-replicabox-holder
  > .uipl-image-with-replicabox-replicaimage {
  transform: translate(var(--uiplreplicaboxsmall), var(--uiplreplicaboxsmall));
}
.uipl-image-with-replicabox.size-large.direction-left-top
  .uipl-image-with-replicabox-holder
  > .uipl-image-with-replicabox-replicaimage {
  transform: translate(
    var(--uiplreplicaboxlargeminus),
    var(--uiplreplicaboxlargeminus)
  );
}
.uipl-image-with-replicabox.size-large.direction-right-top
  .uipl-image-with-replicabox-holder
  > .uipl-image-with-replicabox-replicaimage {
  transform: translate(
    var(--uiplreplicaboxlarge),
    var(--uiplreplicaboxlargeminus)
  );
}
.uipl-image-with-replicabox.size-large.direction-left-bottom
  .uipl-image-with-replicabox-holder
  > .uipl-image-with-replicabox-replicaimage {
  transform: translate(
    var(--uiplreplicaboxlargeminus),
    var(--uiplreplicaboxlarge)
  );
}
.uipl-image-with-replicabox.size-large.direction-right-bottom
  .uipl-image-with-replicabox-holder
  > .uipl-image-with-replicabox-replicaimage {
  transform: translate(var(--uiplreplicaboxlarge), var(--uiplreplicaboxlarge));
}
.uipl-hero-slider .photo-slider-wrap {
  position: relative;
}
.uipl-hero-slider .photo-slider {
  position: relative;
  padding-top: calc((1090 / 1938) * 100%);
}
.uipl-hero-slider .photo-slider > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.uipl-hero-slider .photo-slider > div.active {
  z-index: 3;
  opacity: 1;
}
.uipl-hero-slider .photo-slider > div.next {
  z-index: 2;
  opacity: 1;
}
.uipl-hero-slider .back-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uipl-hero-slider > .photo-slider-thumb {
  display: none;
}
.uipl-hero-slider > .uipl-hero-slider-actionarea {
  position: relative;
  min-height: 25px;
  margin-top: 30px;
  padding-top: 12px;
  padding-right: 110px;
}
.uipl-hero-slider
  > .uipl-hero-slider-actionarea
  > .uipl-hero-slider-progressbar {
  background-color: rgba(0, 0, 0, 0.1);
}
.uipl-hero-slider
  > .uipl-hero-slider-actionarea
  > .uipl-hero-slider-progressbar
  > .progressbar-item {
  width: 0;
  height: 1px;
  background-color: #000;
}
.uipl-hero-slider
  > .uipl-hero-slider-actionarea
  > .uipl-hero-slider-controllers {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.uipl-hero-slider
  > .uipl-hero-slider-actionarea
  > .uipl-hero-slider-controllers
  > .slider-arrow {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  cursor: pointer;
}
.uipl-hero-slider
  > .uipl-hero-slider-actionarea
  > .uipl-hero-slider-controllers
  > .slider-counter {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
}
.uipl-drawable-svg {
  position: relative;
}
.uipl-drawable-svg > .uipl-drawable-svg-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) and (orientation: landscape) {
  .mobile-menu-endsec {
    display: none;
  }
  .nav-menu .nav-inner {
    height: calc(100vh - 18vh);
  }
}
.wraper-footer-copyright {
  background-color: #fff;
}
.wraper-footer-copyright > .container-fluid {
  padding-top: 25px;
  padding-bottom: 0;
}
.wraper-footer-copyright .footer-copyright .footer-copyright-item {
  margin-bottom: 13px;
}
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-menu {
  margin-bottom: 13px;
  padding: 0;
  font-size: 0;
}
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-menu
  > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding-right: 10px;
}
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-menu
  > li:after {
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 2px;
  z-index: 0;
  content: " ";
  width: 1px;
  background-color: rgba(0, 0, 0, 0.25);
}
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-menu
  > li:last-child,
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-menu
  > li:only-child {
  margin-right: 0;
  padding-right: 0;
}
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-menu
  > li:last-child:after,
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-menu
  > li:only-child:after {
  display: none;
}
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-menu
  > li
  > a {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-menu
  > li
  > a:hover {
  opacity: 1;
}
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-note {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.2;
}
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-branding {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
}
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-branding
  i {
  color: var(--main-uipl-color);
  opacity: 0.6;
}
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-dmca {
  margin-bottom: 10px;
  opacity: 0.75;
}
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-rating {
  margin-bottom: 4px;
}
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-rating
  > .rate-text {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
}
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-rating
  .rateit-reset {
  display: none !important;
}
.wraper-footer-copyright
  .footer-copyright
  .footer-copyright-item
  .footer-copyright-rateinfo {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.2;
}
.wraper-portfolio-section-videozone {
  position: relative;
  width: 100%;
}
.wraper-portfolio-section-videozone:before,
.wraper-portfolio-section-videozone:after {
  position: absolute;
  left: 0;
  right: 0;
  content: " ";
  z-index: 0;
}
.wraper-portfolio-section-videozone:before {
  top: 0;
  height: 50%;
}
.wraper-portfolio-section-videozone:after {
  bottom: 0;
  height: 50%;
}
.wraper-portfolio-section-videozone.half-white-black:before,
.wraper-portfolio-section-videozone.half-white-grey:before,
.wraper-portfolio-section-videozone.half-white-white:before {
  background-color: var(--main-white-color);
}
.wraper-portfolio-section-videozone.half-white-black:after {
  background-color: var(--main-black-color);
}
.wraper-portfolio-section-videozone.half-white-grey:after {
  background-color: #f1f1f1;
}
.wraper-portfolio-section-videozone.half-white-white:after {
  background-color: var(--main-white-color);
}
.wraper-portfolio-section-videozone .portfolio-section-videozone {
  position: relative;
  z-index: 1;
  width: 100%;
}
.wraper-portfolio-section-videozone
  .portfolio-section-videozone
  > .container-fluid {
  padding-top: 4rem;
}
.wraper-portfolio-section-videozone
  .portfolio-section-videozone
  .portfolio-section-videozone-video {
  position: relative;
  margin-right: 330px;
}
.wraper-portfolio-section-videozone
  .portfolio-section-videozone
  .portfolio-section-videozone-video
  > .video {
  border: 3px #000 solid;
  border-left: none;
}
.wraper-portfolio-section-videozone
  .portfolio-section-videozone
  .portfolio-section-videozone-video
  > .video
  img {
  width: 100%;
  border: 11px #fff solid;
  border-left: none;
}
.wraper-portfolio-section-videozone
  .portfolio-section-videozone
  .portfolio-section-videozone-video
  > .play-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  margin: auto;
}
.wraper-portfolio-section-videozone
  .portfolio-section-videozone
  .portfolio-section-videozone-video
  > .play-btn
  > .holder {
  position: relative;
  display: block;
  width: inherit;
  height: inherit;
  overflow: hidden;
  background-color: var(--main-black-color);
  text-align: center;
  cursor: pointer;
}
.wraper-portfolio-section-videozone
  .portfolio-section-videozone
  .portfolio-section-videozone-video
  > .play-btn
  > .holder:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: 1;
  background-color: var(--main-white-color);
  transform: translateY(100%);
  transition: all 0.5s ease;
}
.wraper-portfolio-section-videozone
  .portfolio-section-videozone
  .portfolio-section-videozone-video
  > .play-btn
  > .holder
  i {
  font-size: 17px;
  color: var(--main-white-color);
  line-height: 68px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 600;
}
.wraper-portfolio-section-videozone
  .portfolio-section-videozone
  .portfolio-section-videozone-video
  > .play-btn:hover
  > .holder:before {
  transform: translateY(0);
}
.wraper-portfolio-section-videozone
  .portfolio-section-videozone
  .portfolio-section-videozone-video
  > .play-btn:hover
  > .holder
  i {
  color: var(--main-black-color);
}
.wraper-portfolio-section-overview {
  width: 100%;
  background-color: #000;
}
.wraper-portfolio-section-overview .portfolio-section-overview {
  width: 100%;
}
.wraper-portfolio-section-overview .portfolio-section-overview > .container {
  padding-top: 100px;
  padding-bottom: 0;
}
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-text {
  margin-bottom: 80px;
  padding: 0px 30px 0px 30px;
}
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-text
  h3 {
  margin-bottom: 20px;
  font-size: 32px;
}
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-text
  .features {
  margin-top: 40px;
}
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-text
  .features
  > .features-item {
  margin-bottom: 20px;
}
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-text
  .features
  > .features-item
  p {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  line-height: 1.6;
}
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-text
  .features
  > .features-item
  p
  strong {
  display: block;
  margin-top: 5px;
  font-weight: 700;
  font-size: 13px;
}
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-text
  .features
  > .features-item
  p
  a {
  color: inherit;
}
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-services {
  position: relative;
  margin-bottom: 100px;
  padding: 40px 50px 40px 80px;
}
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-services
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-services
  .tag {
  position: absolute;
  top: 79px;
  left: -9px;
  z-index: 1;
  transform: rotate(-90deg);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.71;
  letter-spacing: 3px;
}
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-services
  ul {
  padding-left: 0;
  list-style: none;
}
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-services
  ul
  li {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.94;
}
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-services.bg-white
  .tag,
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-services.bg-white
  ul
  li {
  color: #000;
}
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-services.black-bg-info
  .tag,
.wraper-portfolio-section-overview
  .portfolio-section-overview
  .portfolio-section-overview-services.black-bg-info
  ul
  li {
  color: #fff;
}
.wraper-portfolio-section-strategy {
  width: 100%;
  background: url(../images/Portfolio-Section-Strategy-Background.jpg) right
    bottom no-repeat #fff;
  background-size: cover;
}
.wraper-portfolio-section-strategy .portfolio-section-strategy {
  width: 100%;
}
.wraper-portfolio-section-strategy
  .portfolio-section-strategy
  > .container-fluid {
  padding-top: 100px;
  padding-bottom: 0;
}
.wraper-portfolio-section-strategy
  .portfolio-section-strategy
  .portfolio-section-strategy-text {
  margin-bottom: 80px;
  padding: 0 8% 0 8%;
}
.wraper-portfolio-section-strategy
  .portfolio-section-strategy
  .portfolio-section-strategy-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-portfolio-section-strategy
  .portfolio-section-strategy
  .portfolio-section-strategy-text
  h3 {
  margin-bottom: 25px;
}
.wraper-portfolio-section-strategy
  .portfolio-section-strategy
  .portfolio-section-strategy-pic
  img {
  width: 100%;
}
.wraper-portfolio-section-seamless {
  width: 100%;
  background-color: #000;
}
.wraper-portfolio-section-seamless .portfolio-section-seamless-title {
  width: 100%;
}
.wraper-portfolio-section-seamless
  .portfolio-section-seamless-title
  > .container {
  padding-top: 100px;
  padding-bottom: 0;
}
.wraper-portfolio-section-seamless
  .portfolio-section-seamless-title
  .portfolio-section-seamless-title-text {
  margin-bottom: 60px;
}
.wraper-portfolio-section-seamless
  .portfolio-section-seamless-title
  .portfolio-section-seamless-title-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-portfolio-section-seamless
  .portfolio-section-seamless-title
  .portfolio-section-seamless-title-text
  h3 {
  margin-bottom: 25px;
}
.wraper-portfolio-section-seamless .portfolio-section-seamless-slider {
  width: 100%;
}
.wraper-portfolio-section-seamless
  .portfolio-section-seamless-slider
  > .container-fluid {
  padding-top: 0;
  padding-bottom: 40px;
}
.wraper-portfolio-section-seamless
  .portfolio-section-seamless-slider
  .portfolio-section-seamless-slider-main {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  padding-top: calc((37.5 / 100) * 100%);
}
.wraper-portfolio-section-seamless
  .portfolio-section-seamless-slider
  .portfolio-section-seamless-slider-main
  > [class*="slide-"] {
  position: absolute;
  top: 0;
  width: 250%;
  height: inherit;
  animation: linear infinite;
  animation-duration: 110s;
  -webkit-animation: linear infinite;
  -webkit-animation-duration: 110s;
}
.wraper-portfolio-section-seamless
  .portfolio-section-seamless-slider
  .portfolio-section-seamless-slider-main
  > .slide-one {
  animation-name: PortfolioSeamlessSliderOne;
  -webkit-animation-name: PortfolioSeamlessSliderOne;
}
.wraper-portfolio-section-seamless
  .portfolio-section-seamless-slider
  .portfolio-section-seamless-slider-main
  > .slide-two {
  animation-name: PortfolioSeamlessSliderTwo;
  -webkit-animation-name: PortfolioSeamlessSliderTwo;
}
@keyframes PortfolioSeamlessSliderOne {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  50.001% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes PortfolioSeamlessSliderOne {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
  }
  50.001% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes PortfolioSeamlessSliderTwo {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes PortfolioSeamlessSliderTwo {
  0% {
    -webkit-transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
.wraper-portfolio-section-features {
  width: 100%;
}
.wraper-portfolio-section-features.background-blue {
  background-color: #10aaff;
}
.wraper-portfolio-section-features.background-lightblue {
  background-color: #bdfff1;
}
.wraper-portfolio-section-features.background-white {
  background-color: #fff;
}
.wraper-portfolio-section-features.background-black {
  background-color: #1f1f1f;
}
.wraper-portfolio-section-features .portfolio-section-features-title {
  width: 100%;
}
.wraper-portfolio-section-features
  .portfolio-section-features-title
  > .container {
  padding-top: 100px;
  padding-bottom: 0;
}
.wraper-portfolio-section-features
  .portfolio-section-features-title
  .portfolio-section-features-title-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-portfolio-section-features .portfolio-section-features-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wraper-portfolio-section-features
  .portfolio-section-features-parallax
  > .container-fluid {
  padding-top: 230px;
  padding-right: 10%;
  padding-bottom: 0;
  padding-left: 10%;
}
.wraper-portfolio-section-features
  .portfolio-section-features-parallax
  .portfolio-section-features-parallax-pic {
  position: absolute;
  top: 0;
  right: calc(50% - 50px);
  bottom: 0;
  width: 100%;
  max-width: 670px;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}
.wraper-portfolio-section-features
  .portfolio-section-features-parallax
  .portfolio-section-features-parallax-pic
  > .parallax-slider {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.wraper-portfolio-section-features
  .portfolio-section-features-parallax
  .portfolio-section-features-parallax-pic
  > .parallax-slider
  > .parallax-slider-holder
  h3 {
  margin-left: 14%;
  margin-bottom: 25px;
  font-size: 32px;
}
.wraper-portfolio-section-features.freshclinics-page
  .portfolio-section-features-parallax
  .portfolio-section-features-parallax-pic
  > .parallax-slider
  > .parallax-slider-holder
  h3 {
  margin-left: 0;
}
.wraper-portfolio-section-features
  .portfolio-section-features-parallax
  .portfolio-section-features-parallax-pic
  > .parallax-slider
  > .parallax-slider-holder
  img {
  width: 100%;
  max-width: 670px;
}
.wraper-portfolio-section-features
  .portfolio-section-features-parallax
  .portfolio-section-features-parallax-mobile
  > .holder
  > .mobile-device {
  display: inline-block;
  vertical-align: top;
  max-width: 250px;
  margin-left: -50px;
}
.wraper-portfolio-section-features
  .portfolio-section-features-parallax
  .portfolio-section-features-parallax-mobile
  > .holder
  > .mobile-device:first-child {
  margin-left: 0;
}
.wraper-portfolio-section-features
  .portfolio-section-features-parallax
  .portfolio-section-features-parallax-text {
  display: inline-block;
  vertical-align: top;
  max-width: 550px;
  margin-bottom: 250px;
}
.wraper-portfolio-section-features
  .portfolio-section-features-parallax
  .portfolio-section-features-parallax-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-portfolio-section-features
  .portfolio-section-features-parallax
  .portfolio-section-features-parallax-text
  h3 {
  margin-bottom: 20px;
  font-size: 32px;
}
.wraper-portfolio-section-browser {
  width: 100%;
  background-color: #fff;
}
.wraper-portfolio-section-browser .portfolio-section-browser-screens {
  width: 100%;
}
.wraper-portfolio-section-browser
  .portfolio-section-browser-screens
  > .container {
  padding-top: 70px;
  padding-bottom: 0;
}
.wraper-portfolio-section-browser
  .portfolio-section-browser-screens
  .portfolio-section-browser-screens-pic {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 350px;
  margin: 0 auto 70px auto;
}
.wraper-portfolio-section-browser
  .portfolio-section-browser-screens
  .portfolio-section-browser-screens-pic
  > .holder {
  position: relative;
  padding-top: calc((145 / 100) * 100%);
}
.wraper-portfolio-section-browser
  .portfolio-section-browser-screens
  .portfolio-section-browser-screens-pic
  > .holder
  > .browser-screens-box {
  position: absolute;
  max-width: 220px;
}
.wraper-portfolio-section-browser
  .portfolio-section-browser-screens
  .portfolio-section-browser-screens-pic
  > .holder
  > .browser-screens-box.box-one {
  top: 0;
  left: 0;
  z-index: 1;
}
.wraper-portfolio-section-browser
  .portfolio-section-browser-screens
  .portfolio-section-browser-screens-pic
  > .holder
  > .browser-screens-box.box-two {
  top: 100px;
  right: 0;
  z-index: 3;
}
.wraper-portfolio-section-browser
  .portfolio-section-browser-screens
  .portfolio-section-browser-screens-pic
  > .holder
  > .browser-screens-box.box-three {
  bottom: 0;
  left: 50px;
  z-index: 2;
}
.wraper-portfolio-section-browser
  .portfolio-section-browser-screens
  .portfolio-section-browser-screens-text {
  margin-bottom: 50px;
}
.wraper-portfolio-section-browser
  .portfolio-section-browser-screens
  .portfolio-section-browser-screens-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-portfolio-section-integrations {
  width: 100%;
  background-color: #f8f8f8;
}
.wraper-portfolio-section-integrations .portfolio-section-integrations {
  width: 100%;
}
.wraper-portfolio-section-integrations
  .portfolio-section-integrations
  > .container {
  padding-top: 70px;
  padding-bottom: 0;
}
.wraper-portfolio-section-integrations
  .portfolio-section-integrations
  .portfolio-section-integrations-pic {
  width: 600px;
  float: right;
  margin-bottom: 0;
}
.wraper-portfolio-section-integrations
  .portfolio-section-integrations
  .portfolio-section-integrations-pic
  > .holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-top: calc((75 / 100) * 100%);
  margin-bottom: 40px;
}
.wraper-portfolio-section-integrations
  .portfolio-section-integrations
  .portfolio-section-integrations-pic
  > .holder
  > .integrations-pic-box {
  position: absolute;
  z-index: 1;
}
.wraper-portfolio-section-integrations
  .portfolio-section-integrations
  .portfolio-section-integrations-pic
  > .holder
  > .integrations-pic-box.box-one {
  top: 0;
  left: 45%;
  transform: translateX(-50%);
  max-width: 100px;
}
.wraper-portfolio-section-integrations
  .portfolio-section-integrations
  .portfolio-section-integrations-pic
  > .holder
  > .integrations-pic-box.box-two {
  top: 8%;
  right: 0;
  max-width: 160px;
}
.wraper-portfolio-section-integrations
  .portfolio-section-integrations
  .portfolio-section-integrations-pic
  > .holder
  > .integrations-pic-box.box-three {
  top: 15%;
  left: 0;
  max-width: 90px;
}
.wraper-portfolio-section-integrations
  .portfolio-section-integrations
  .portfolio-section-integrations-pic
  > .holder
  > .integrations-pic-box.box-four {
  top: 27%;
  right: 30%;
  max-width: 130px;
}
.wraper-portfolio-section-integrations
  .portfolio-section-integrations
  .portfolio-section-integrations-pic
  > .holder
  > .integrations-pic-box.box-five {
  top: 39%;
  left: 15%;
  max-width: 100px;
}
.wraper-portfolio-section-integrations
  .portfolio-section-integrations
  .portfolio-section-integrations-pic
  > .holder
  > .integrations-pic-box.box-six {
  top: 44%;
  right: 15%;
  max-width: 120px;
}
.wraper-portfolio-section-integrations
  .portfolio-section-integrations
  .portfolio-section-integrations-pic
  > .holder
  > .integrations-pic-box.box-seven {
  top: 52%;
  left: 5%;
  max-width: 130px;
}
.wraper-portfolio-section-integrations
  .portfolio-section-integrations
  .portfolio-section-integrations-pic
  > .holder
  > .integrations-pic-box.box-eight {
  top: 57%;
  right: 4%;
  max-width: 130px;
}
.wraper-portfolio-section-integrations
  .portfolio-section-integrations
  .portfolio-section-integrations-pic
  > .holder
  > .integrations-pic-box.box-nine {
  top: 74%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80px;
}
.wraper-portfolio-section-integrations
  .portfolio-section-integrations
  .portfolio-section-integrations-text {
  margin-bottom: 70px;
}
.wraper-portfolio-section-integrations
  .portfolio-section-integrations
  .portfolio-section-integrations-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-portfolio-section-results {
  width: 100%;
  background-color: #fff;
}
.wraper-portfolio-section-results .portfolio-section-results {
  width: 100%;
}
.wraper-portfolio-section-results .portfolio-section-results > .container {
  padding-top: 80px;
  padding-bottom: 100px;
}
.wraper-portfolio-section-results
  .portfolio-section-results
  .portfolio-section-results-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-portfolio-section-results
  .portfolio-section-results
  .portfolio-section-results-text
  ul {
  padding-left: 0;
  text-align: left;
  list-style: none;
}
.wraper-portfolio-section-results
  .portfolio-section-results
  .portfolio-section-results-text
  ul
  li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  line-height: 1.3;
}
.wraper-portfolio-section-results
  .portfolio-section-results
  .portfolio-section-results-text
  ul
  li:before {
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  content: " ";
  width: 20px;
  height: 20px;
  background: url("../images/Portfolio-Checked-Image.jpg");
}
.wraper-houselabs-hero-video {
  width: 100%;
}
.wraper-houselabs-hero-video .houselabs-hero-video {
  position: relative;
  width: 100%;
}
.wraper-houselabs-hero-video .houselabs-hero-video .houselabs-hero-video-video {
  position: relative;
}
.wraper-houselabs-hero-video
  .houselabs-hero-video
  .houselabs-hero-video-video
  > .video
  img {
  width: 100%;
}
.wraper-houselabs-hero-video
  .houselabs-hero-video
  .houselabs-hero-video-video
  > .play-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  margin: auto;
}
.wraper-houselabs-hero-video
  .houselabs-hero-video
  .houselabs-hero-video-video
  > .play-btn
  > .holder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  overflow: hidden;
  background-color: var(--main-black-color);
  text-align: center;
  cursor: pointer;
}
.wraper-houselabs-hero-video
  .houselabs-hero-video
  .houselabs-hero-video-video
  > .play-btn
  > .holder:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: 1;
  background-color: var(--main-white-color);
  transform: translateY(100%);
  transition: all 0.5s ease;
}
.wraper-houselabs-hero-video
  .houselabs-hero-video
  .houselabs-hero-video-video
  > .play-btn
  > .holder
  i {
  font-size: 17px;
  color: var(--main-white-color);
  line-height: 1;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 600;
}
.wraper-houselabs-hero-video
  .houselabs-hero-video
  .houselabs-hero-video-video
  > .play-btn:hover
  > .holder:before {
  transform: translateY(0);
}
.wraper-houselabs-hero-video
  .houselabs-hero-video
  .houselabs-hero-video-video
  > .play-btn:hover
  > .holder
  i {
  color: var(--main-black-color);
}
.wraper-houselabs-welcome-card {
  width: 100%;
}
.wraper-houselabs-welcome-card .houselabs-welcome-card {
  width: 100%;
}
.wraper-houselabs-welcome-card .houselabs-welcome-card > .container {
  padding-top: 0;
  padding-bottom: 0;
}
.wraper-houselabs-welcome-card
  .houselabs-welcome-card
  .houselabs-welcome-card-box {
  margin-top: -13%;
  padding: 9% 9% 9% 9%;
}
.wraper-houselabs-welcome-card
  .houselabs-welcome-card
  .houselabs-welcome-card-box
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-houselabs-welcome-card
  .houselabs-welcome-card
  .houselabs-welcome-card-box
  h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
}
.wraper-houselabs-welcome-card
  .houselabs-welcome-card
  .houselabs-welcome-card-box
  h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 34px;
}
.wraper-houselabs-overview {
  width: 100%;
}
.wraper-houselabs-overview.freshclinic-page {
  background-color: #f1f1f1;
}
.wraper-houselabs-overview .houselabs-overview {
  position: relative;
  width: 100%;
}
.wraper-houselabs-overview .houselabs-overview > .houselabs-overview-sideimage {
  top: -20%;
  bottom: 0;
  right: 0;
}
.wraper-houselabs-overview
  .houselabs-overview
  > .houselabs-overview-sideimage
  img {
  width: 30vw;
}
.wraper-houselabs-overview
  .houselabs-overview
  > .houselabs-overview-sideimage-mobile {
  margin-bottom: -80px;
  text-align: right;
}
.wraper-houselabs-overview .houselabs-overview > .container {
  padding-top: 100px;
  padding-bottom: 60px;
}
.wraper-houselabs-overview .houselabs-overview .houselabs-overview-text {
  margin-bottom: 20px;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-houselabs-overview .houselabs-overview .houselabs-overview-text hr {
  margin-bottom: 50px;
}
.wraper-houselabs-overview .houselabs-overview .houselabs-overview-text h3,
.wraper-houselabs-overview .houselabs-overview .houselabs-overview-text .h3 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
}
.wraper-houselabs-overview .houselabs-overview .houselabs-overview-text h4 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}
.wraper-houselabs-overview .houselabs-overview .houselabs-overview-text p {
  margin-bottom: 25px;
}
.wraper-houselabs-overview .houselabs-overview .houselabs-overview-text ul {
  padding-left: 0;
  list-style: none;
}
.wraper-houselabs-overview .houselabs-overview .houselabs-overview-text ul li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 25px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.94;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-text
  ul
  li:before {
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
  content: " ";
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 50%;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-text
  .features {
  margin-top: 40px;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-text
  .features
  > .features-item {
  margin-bottom: 20px;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-text
  .features
  > .features-item
  p {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  line-height: 1.6;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-text
  .features
  > .features-item
  p
  strong {
  position: relative;
  display: block;
  margin-top: 5px;
  padding-bottom: 11px;
  font-weight: 700;
  font-size: 14px;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-text
  .features
  > .features-item
  p
  strong:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: " ";
  width: 30px;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-text
  .features
  > .features-item
  p
  strong:hover:before {
  width: 40px;
}
.underline-wrap .over-view-text p,
.underline-wrap .features-item p strong {
  position: relative;
}
.underline-wrap .features-item p strong {
  padding-bottom: 12px;
}
.underline-wrap .over-view-text p:before,
.underline-wrap .features-item p strong:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: " ";
  width: 30px;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.underline-wrap .features-item.text-white p strong:before {
  background-color: #ffffff;
}
.underline-wrap .over-view-text p:hover:before,
.underline-wrap .features-item p strong:hover:before {
  width: 40px;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-text
  .features
  > .features-item
  p
  a {
  color: inherit;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-text
  .results
  > .results-item
  h3 {
  margin-bottom: 8px;
  font-size: 36px;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-text
  .results
  > .results-item
  h3
  span {
  vertical-align: top;
  font-size: 50%;
}
.wraper-houselabs-overview .houselabs-overview .houselabs-overview-services {
  position: relative;
  margin-bottom: 100px;
  padding: 40px 50px 40px 80px;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-services
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-services
  .tag {
  position: absolute;
  top: 79px;
  left: -9px;
  z-index: 1;
  transform: rotate(-90deg);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.71;
  letter-spacing: 3px;
}
.wraper-houselabs-overview .houselabs-overview .houselabs-overview-services ul {
  padding-left: 0;
  list-style: none;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-services
  ul
  li {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.94;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-services.bg-white
  .tag,
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-services.bg-white
  ul
  li {
  color: #000;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-services.black-bg-info
  .tag,
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-services.black-bg-info
  ul
  li {
  color: #fff;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-serviceslist {
  margin-bottom: 100px;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-serviceslist
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-serviceslist
  .tag {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  color: #a3a3a3;
  line-height: 1.71;
  letter-spacing: 4px;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-serviceslist
  ul {
  padding-left: 0;
  list-style-type: none;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-serviceslist
  ul
  li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 22px;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 1.94;
}
.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-serviceslist
  ul
  li:before {
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
  content: " ";
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}
.comm-works.bg-orange {
  background-color: #e97e23;
}
.comm-works.black-bg-info {
  background-color: var(--main-black-2-color);
}
.comm-works.bg-orange.text-white h3,
.comm-works.black-bg-info.text-white h3 {
  color: #fff;
}
.wraper-houselabs-features {
  width: 100%;
}
.wraper-houselabs-features .houselabs-features-title {
  width: 100%;
}
.wraper-houselabs-features .houselabs-features-title > .container {
  padding-top: 0;
  padding-bottom: 100px;
}
.wraper-houselabs-features
  .houselabs-features-title
  .houselabs-features-title-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-houselabs-features .houselabs-features-screens {
  position: relative;
  width: 100%;
}
.wraper-houselabs-features
  .houselabs-features-screens
  .houselabs-features-screens-boxes {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: 155px;
  margin-right: -5px;
  margin-left: -5px;
  text-align: right;
  transform: translateY(-50%);
}
.wraper-houselabs-features
  .houselabs-features-screens
  .houselabs-features-screens-boxes
  > .houselabs-features-screens-boxes-item {
  display: inline-block;
  vertical-align: top;
  clear: both;
}
.wraper-houselabs-features
  .houselabs-features-screens
  .houselabs-features-screens-boxes
  > .houselabs-features-screens-boxes-item.item-one {
  width: 47px;
  height: 47px;
  background-color: rgba(0, 0, 0, 0.7);
}
.wraper-houselabs-features
  .houselabs-features-screens
  .houselabs-features-screens-boxes
  > .houselabs-features-screens-boxes-item.item-two {
  width: 100px;
  height: 100px;
  margin-top: 5px;
  margin-right: 50px;
  background-color: rgba(0, 0, 0, 0.2);
}
.wraper-houselabs-features .houselabs-features-screens > .container {
  padding-top: 0;
  padding-bottom: 0;
}
.wraper-houselabs-features .houselabs-features-screens > .container-fluid {
  max-width: 1600px;
  padding-top: 0;
  padding-right: 5%;
  padding-bottom: 0;
  padding-left: 5%;
}
.wraper-houselabs-features .houselabs-features-screens.last-item > .container,
.wraper-houselabs-features
  .houselabs-features-screens.last-item
  > .container-fluid {
  padding-bottom: 120px;
}
.wraper-houselabs-features
  .houselabs-features-screens
  > [class*="container"]
  > .row
  > [class*="col-"]:not(:empty) {
  padding-top: 100px;
}
.wraper-houselabs-features
  .houselabs-features-screens
  .houselabs-features-screens-text.d-inline-block {
  display: inline-block;
  vertical-align: top;
  max-width: 500px;
}
.wraper-houselabs-features
  .houselabs-features-screens
  .houselabs-features-screens-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-houselabs-features
  .houselabs-features-screens
  .houselabs-features-screens-text
  h3 {
  margin-bottom: 20px;
  font-size: 30px;
}
.wraper-freshclinic-components {
  width: 100%;
}
.wraper-freshclinic-components .freshclinic-components-title {
  width: 100%;
}
.wraper-freshclinic-components .freshclinic-components-title > .container {
  padding-top: 100px;
  padding-bottom: 60px;
}
.wraper-freshclinic-components
  .freshclinic-components-title
  .freshclinic-components-title-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-freshclinic-components .freshclinic-components-box {
  width: 100%;
}
.wraper-freshclinic-components .freshclinic-components-box > .container {
  padding-top: 0;
  padding-bottom: 80px;
}
.wraper-freshclinic-components
  .freshclinic-components-box
  .freshclinic-components-box-row {
  margin-left: -5px;
  margin-right: -5px;
}
.wraper-freshclinic-components
  .freshclinic-components-box
  .freshclinic-components-box-row.swiper-container {
  margin-left: -20px;
  margin-right: -20px;
}
.wraper-freshclinic-components
  .freshclinic-components-box
  .freshclinic-components-box-row
  > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.wraper-freshclinic-components
  .freshclinic-components-box
  .freshclinic-components-box-item {
  margin-bottom: 10px;
}
.wraper-freshclinic-components
  .freshclinic-components-box
  .freshclinic-components-box-item
  > .holder {
  position: relative;
  overflow: hidden;
}
.wraper-freshclinic-components
  .freshclinic-components-box
  .freshclinic-components-box-item.swiper-slide
  > .holder {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.wraper-freshclinic-components
  .freshclinic-components-box
  .freshclinic-components-box-item.swiper-slide.swiper-slide-active
  > .holder {
  opacity: 1;
}
.wraper-freshclinic-components
  .freshclinic-components-box
  .freshclinic-components-box-item
  > .holder
  > .pic {
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.wraper-freshclinic-components
  .freshclinic-components-box
  .freshclinic-components-box-item
  > .holder:hover
  > .pic {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.wraper-freshclinic-components
  .freshclinic-components-box
  .freshclinic-components-box-item
  > .holder
  > .pic
  img {
  width: 100%;
}
.wraper-freshclinic-components
  .freshclinic-components-box
  .freshclinic-components-box-item
  > .holder
  > .data {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px 10px 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
.wraper-freshclinic-components
  .freshclinic-components-box
  .freshclinic-components-box-item.swiper-slide
  > .holder
  > .data {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transition: all 0.3s ease-in-out;
}
.wraper-freshclinic-components
  .freshclinic-components-box
  .freshclinic-components-box-item.swiper-slide.swiper-slide-active
  > .holder
  > .data {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.wraper-freshclinic-components
  .freshclinic-components-box
  .freshclinic-components-box-item
  > .holder
  > .data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-freshclinic-components
  .freshclinic-components-box
  .freshclinic-components-box-item
  > .holder
  > .data
  p {
  font-size: 16px;
}
.wraper-freshclinic-showcase {
  width: 100%;
}
.wraper-freshclinic-showcase.background-black {
  background-color: #1f1f1f;
}
.wraper-freshclinic-showcase .freshclinic-showcase-section {
  width: 100%;
}
.wraper-freshclinic-showcase .freshclinic-showcase-section > .container-fluid {
  padding-top: 100px;
  padding-right: 10%;
  padding-bottom: 60px;
  padding-left: 10%;
}
.wraper-freshclinic-showcase
  .freshclinic-showcase-section
  .freshclinic-showcase-section-mobile {
  margin-bottom: 40px;
}
.wraper-freshclinic-showcase
  .freshclinic-showcase-section
  .freshclinic-showcase-section-mobile
  > .holder
  > .mobile-device {
  display: inline-block;
  vertical-align: top;
  max-width: 250px;
  margin-left: -70px;
}
.wraper-freshclinic-showcase
  .freshclinic-showcase-section
  .freshclinic-showcase-section-mobile
  > .holder
  > .mobile-device:first-child {
  margin-left: 0;
}
.wraper-freshclinic-showcase
  .freshclinic-showcase-section
  .freshclinic-showcase-section-text {
  display: inline-block;
  vertical-align: top;
  max-width: 550px;
  margin-bottom: 40px;
}
.wraper-freshclinic-showcase
  .freshclinic-showcase-section
  .freshclinic-showcase-section-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-freshclinic-showcase
  .freshclinic-showcase-section
  .freshclinic-showcase-section-text
  h3 {
  margin-bottom: 20px;
  font-size: 32px;
}
.wraper-freshclinic-screenshots {
  width: 100%;
}
.wraper-freshclinic-screenshots .freshclinic-screenshots-box {
  width: 100%;
}
.wraper-freshclinic-screenshots .freshclinic-screenshots-box > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.wraper-freshclinic-screenshots
  .freshclinic-screenshots-box
  .freshclinic-screenshots-box-row {
  max-width: 960px;
  margin: 0 auto;
}
.wraper-freshclinic-screenshots
  .freshclinic-screenshots-box
  .freshclinic-screenshots-box-item {
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.wraper-freshclinic-screenshots
  .freshclinic-screenshots-box
  .freshclinic-screenshots-box-item
  > .holder {
  position: relative;
}
.wraper-freshclinic-screenshots
  .freshclinic-screenshots-box
  .freshclinic-screenshots-box-item
  > .holder
  > .pic {
  margin-bottom: 27px;
}
.wraper-freshclinic-screenshots
  .freshclinic-screenshots-box
  .freshclinic-screenshots-box-item
  > .holder
  > .data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-freshclinic-screenshots
  .freshclinic-screenshots-box
  .freshclinic-screenshots-box-item
  > .holder
  > .data
  p {
  font-weight: 700;
  font-size: 23px;
  color: #000;
}
.sofy-portfolio-sec-5.freshclinic-page {
  padding-top: 80px;
  padding-bottom: 140px;
}
.sofy-portfolio-sec-5.freshclinic-page .soft-mt-5 {
  margin-top: 0;
}
.wraper-happydna-workshop {
  width: 100%;
}
.wraper-happydna-workshop .happydna-workshop-title {
  width: 100%;
}
.wraper-happydna-workshop .happydna-workshop-title > .container {
  padding-top: 10px;
  padding-bottom: 60px;
}
.wraper-happydna-workshop
  .happydna-workshop-title
  .happydna-workshop-title-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-happydna-workshop
  .happydna-workshop-title
  .happydna-workshop-title-text
  h3 {
  margin-bottom: 28px;
}
.wraper-happydna-workshop .happydna-workshop-gallery {
  width: 100%;
}
.wraper-happydna-workshop .happydna-workshop-gallery > .container {
  padding-top: 0;
  padding-bottom: 80px;
}
.wraper-happydna-workshop
  .happydna-workshop-gallery
  .happydna-workshop-gallery-row {
  margin-left: -5px;
  margin-right: -5px;
}
.wraper-happydna-workshop
  .happydna-workshop-gallery
  .happydna-workshop-gallery-row
  > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.wraper-happydna-workshop
  .happydna-workshop-gallery
  .happydna-workshop-gallery-item {
  margin-bottom: 10px;
}
.wraper-happydna-workshop
  .happydna-workshop-gallery
  .happydna-workshop-gallery-item
  > .holder {
  position: relative;
}
.wraper-happydna-workshop
  .happydna-workshop-gallery
  .happydna-workshop-gallery-item
  > .holder
  > .pic {
  clip-path: inset(0 0);
  -webkit-clip-path: inset(0 0);
  transition: all 0.5s ease-in-out;
}
.wraper-happydna-workshop
  .happydna-workshop-gallery
  .happydna-workshop-gallery-item
  > .holder:hover
  > .pic {
  clip-path: inset(25px 25px);
  -webkit-clip-path: inset(25px 25px);
}
.wraper-happydna-workshop
  .happydna-workshop-gallery
  .happydna-workshop-gallery-item
  > .holder
  > .pic
  > .pic-main {
  transition: all 0.75s ease-in-out;
}
.wraper-happydna-workshop
  .happydna-workshop-gallery
  .happydna-workshop-gallery-item
  > .holder:hover
  > .pic
  > .pic-main {
  transform: scale(1.05);
}
.wraper-happydna-workshop
  .happydna-workshop-gallery
  .happydna-workshop-gallery-item
  > .holder
  > .pic
  > .pic-main
  img {
  width: 100%;
}
.wraper-happydna-screenshots {
  width: 100%;
}
.wraper-happydna-screenshots .happydna-screenshots-title {
  width: 100%;
}
.wraper-happydna-screenshots .happydna-screenshots-title > .container {
  padding-top: 10px;
  padding-bottom: 60px;
}
.wraper-happydna-screenshots
  .happydna-screenshots-title
  .happydna-screenshots-title-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-happydna-screenshots
  .happydna-screenshots-title
  .happydna-screenshots-title-text
  h3 {
  margin-bottom: 28px;
}
.wraper-happydna-screenshots .happydna-screenshots-gallery {
  width: 100%;
}
.wraper-happydna-screenshots .happydna-screenshots-gallery > .container {
  padding-top: 0;
  padding-bottom: 80px;
}
.wraper-happydna-screenshots
  .happydna-screenshots-gallery
  .happydna-screenshots-gallery-row {
  margin-left: -10px;
  margin-right: -10px;
}
.wraper-happydna-screenshots
  .happydna-screenshots-gallery
  .happydna-screenshots-gallery-row
  > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.wraper-happydna-screenshots
  .happydna-screenshots-gallery
  .happydna-screenshots-gallery-item {
  margin-bottom: 35px;
}
.wraper-happydna-screenshots
  .happydna-screenshots-gallery
  .happydna-screenshots-gallery-item
  > .holder {
  position: relative;
}
.wraper-happydna-screenshots
  .happydna-screenshots-gallery
  .happydna-screenshots-gallery-item
  > .holder
  > .pic {
  margin-bottom: 15px;
}
.wraper-happydna-screenshots
  .happydna-screenshots-gallery
  .happydna-screenshots-gallery-item
  > .holder
  > .pic
  > .pic-main
  img {
  width: 100%;
}
.wraper-happydna-screenshots
  .happydna-screenshots-gallery
  .happydna-screenshots-gallery-item
  > .holder
  > .data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-happydna-screenshots
  .happydna-screenshots-gallery
  .happydna-screenshots-gallery-item
  > .holder
  > .data
  p {
  font-weight: 700;
  font-size: 20px;
}
.wraper-happydna-testimonial {
  width: 100%;
}
.wraper-happydna-testimonial .happydna-testimonial-main {
  width: 100%;
}
.wraper-happydna-testimonial .happydna-testimonial-main > .container-fluid {
  max-width: 1250px;
  padding-top: 100px;
  padding-bottom: 110px;
}
.wraper-happydna-testimonial
  .happydna-testimonial-main
  .happydna-testimonial-main-row {
  margin-left: -10px;
  margin-right: -10px;
}
.wraper-happydna-testimonial
  .happydna-testimonial-main
  .happydna-testimonial-main-row
  > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.wraper-happydna-testimonial
  .happydna-testimonial-main
  .happydna-testimonial-main-pic
  .happydna-testimonial-main-pic-main {
  margin-bottom: 50px;
}
.wraper-happydna-testimonial
  .happydna-testimonial-main
  .happydna-testimonial-main-text {
  margin-bottom: 50px;
}
.wraper-happydna-testimonial
  .happydna-testimonial-main
  .happydna-testimonial-main-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-happydna-testimonial
  .happydna-testimonial-main
  .happydna-testimonial-main-text
  p {
  font-size: 24px;
}
.wraper-toonyport-hero-banner {
  width: 100%;
}
.wraper-toonyport-hero-banner .toonyport-hero-banner {
  width: 100%;
}
.wraper-toonyport-hero-banner
  .toonyport-hero-banner
  .toonyport-hero-banner-image
  > .holder {
  position: relative;
}
.wraper-toonyport-hero-banner
  .toonyport-hero-banner
  .toonyport-hero-banner-image
  > .holder
  > .pic {
  position: relative;
}
.wraper-toonyport-hero-banner
  .toonyport-hero-banner
  .toonyport-hero-banner-image
  > .holder
  > .pic
  img {
  width: 100%;
  height: 85vh;
  object-fit: cover;
}
.wraper-toonyport-hero-banner
  .toonyport-hero-banner
  .toonyport-hero-banner-image
  > .holder
  > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1300px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.wraper-toonyport-hero-banner
  .toonyport-hero-banner
  .toonyport-hero-banner-image
  > .holder
  > .data
  .data-main
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-toonyport-hero-banner
  .toonyport-hero-banner
  .toonyport-hero-banner-image
  > .holder
  > .data
  .data-main
  h1 {
  margin-bottom: 27px;
  text-transform: uppercase;
  font-family: "CircularStd";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 4px;
}
.wraper-toonyport-hero-banner
  .toonyport-hero-banner
  .toonyport-hero-banner-image
  > .holder
  > .data
  .data-main
  p {
  font-family: "CircularStd";
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1px;
}
.wraper-toonyport-viewport {
  width: 100%;
}
.wraper-toonyport-viewport .toonyport-viewport-main {
  position: relative;
  width: 100%;
  background: url("../images/ToonyPort-Viewport-Background-Image.jpg") center
    center;
}
.wraper-toonyport-viewport
  .toonyport-viewport-main
  .toonyport-viewport-main-floatingstamp {
  position: absolute;
  top: -100px;
  left: 45px;
  width: 200px;
  animation: FloatingStampSwing ease-in-out 1s infinite alternate;
  -webkit-backface-visibility: hidden;
}
.wraper-toonyport-viewport .toonyport-viewport-main > .container-fluid {
  padding-top: 50px;
  padding-bottom: 0px;
}
@keyframes FloatingStampSwing {
  0% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
.wraper-uxgallery-gallery {
  width: 100%;
}
.wraper-uxgallery-gallery .uxgallery-gallery-main {
  width: 100%;
}
.wraper-uxgallery-gallery .uxgallery-gallery-main > .container-fluid {
  max-width: 1600px;
  padding-top: 200px;
  padding-bottom: 120px;
}
.wraper-uxgallery-gallery .uxgallery-gallery-main .uxgallery-gallery-main-text {
  margin-bottom: 50px;
}
.wraper-uxgallery-gallery
  .uxgallery-gallery-main
  .uxgallery-gallery-main-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-uxgallery-gallery
  .uxgallery-gallery-main
  .uxgallery-gallery-main-text
  h3 {
  font-size: 17px;
  letter-spacing: 8px;
}
.wraper-uxgallery-gallery
  .uxgallery-gallery-main
  .uxgallery-gallery-main-box
  .uxgallery-gallery-main-box-item {
  margin-bottom: 20px;
}
.wraper-uxgallery-gallery
  .uxgallery-gallery-main
  .uxgallery-gallery-main-box
  .uxgallery-gallery-main-box-item
  > .holder
  > .pic {
  position: relative;
  margin-bottom: 12px;
}
.wraper-uxgallery-gallery
  .uxgallery-gallery-main
  .uxgallery-gallery-main-box
  .uxgallery-gallery-main-box-item
  > .holder
  > .pic
  > .pic-main
  img {
  width: 100%;
}
.wraper-uxgallery-gallery
  .uxgallery-gallery-main
  .uxgallery-gallery-main-box
  .uxgallery-gallery-main-box-item
  > .holder
  > .pic
  > .pic-overlay
  > [class*="pic-overlay-"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wraper-uxgallery-gallery
  .uxgallery-gallery-main
  .uxgallery-gallery-main-box
  .uxgallery-gallery-main-box-item
  > .holder
  > .pic
  > .pic-overlay
  > .pic-overlay-sub {
  z-index: 1;
}
.wraper-uxgallery-gallery
  .uxgallery-gallery-main
  .uxgallery-gallery-main-box
  .uxgallery-gallery-main-box-item
  > .holder
  > .pic
  > .pic-overlay
  > .pic-overlay-main {
  z-index: 2;
}
.wraper-uxgallery-gallery
  .uxgallery-gallery-main
  .uxgallery-gallery-main-image
  > .holder
  > .pic
  img {
  width: 100%;
  height: 75vh;
  object-fit: cover;
}
.wraper-uxgallery-gallery
  .uxgallery-gallery-main
  .uxgallery-gallery-main-box
  .uxgallery-gallery-main-box-item
  > .holder
  > .data {
  margin-bottom: 20px;
}
.webdesign-slider {
  position: relative;
}
.webdesign-slider .webdesign-slider-progressbar {
  max-width: 800px;
  margin: 30px auto 0 auto;
  background-color: rgba(0, 0, 0, 0.15);
}
.webdesign-slider
  .webdesign-slider-progressbar
  > .webdesign-slider-progressbar-main {
  width: 0;
  height: 1px;
  background-color: #000;
}
.webdesign-slider .webdesign-slider-main .owl-nav {
  text-align: right;
}
.webdesign-slider .webdesign-slider-main .owl-nav > .owl-prev,
.webdesign-slider .webdesign-slider-main .owl-nav > .owl-next {
  text-align: center;
  font-size: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.webdesign-slider .webdesign-slider-main .owl-nav > .owl-prev:before,
.webdesign-slider .webdesign-slider-main .owl-nav > .owl-next:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 1;
}
.webdesign-slider .webdesign-slider-main .owl-nav > .owl-prev:before {
  content: "\f060";
}
.webdesign-slider .webdesign-slider-main .owl-nav > .owl-next:before {
  content: "\f061";
}
.wraper-blog-main {
  width: 100%;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}
.wraper-blog-main .blog-herozone-main {
  position: relative;
  z-index: 1;
  width: 100%;
}
.wraper-blog-main .blog-herozone-main > .container-fluid {
  padding-top: 4rem;
}
.wraper-blog-main .blog-herozone-main .blog-herozone-main-image {
  flex: 85%;
  max-width: 85%;
  padding: 0;
}
.wraper-blog-main
  .blog-herozone-main
  .blog-herozone-main-image
  .blog-herozone-main-image-featured
  > .image {
  border: 3px #000 solid;
  border-left: none;
}
.wraper-blog-main
  .blog-herozone-main
  .blog-herozone-main-image
  .blog-herozone-main-image-featured
  > .image
  img {
  width: 100%;
  border: 5px #fff solid;
  border-left: none;
}
.ios-development-sec-5.blockchain-page .text-message-wrap {
  padding-right: 1rem;
}
.wraper-blockchain-work {
  width: 100%;
}
.wraper-blockchain-work > .container {
  padding-top: 100px;
  padding-bottom: 70px;
}
.blockchain-work-title {
  margin-bottom: 45px;
}
.blockchain-work-title .blockchain-work-title-main > *:last-child {
  margin-bottom: 0 !important;
}
.blockchain-work-title .blockchain-work-title-main h3,
.blockchain-work-title .blockchain-work-title-main .h3 {
  margin-bottom: 25px;
}
.wraper-blockchain-work .blockchain-work-box .blockchain-work-box-item {
  margin-bottom: 30px;
}
.wraper-blockchain-work
  .blockchain-work-box
  .blockchain-work-box-item
  > .holder {
  position: relative;
  padding: 70px 30px 30px 30px;
}
.wraper-blockchain-work
  .blockchain-work-box
  .blockchain-work-box-item
  > .holder
  > .data {
  margin-bottom: 100px;
}
.wraper-blockchain-work
  .blockchain-work-box
  .blockchain-work-box-item
  > .holder
  > .data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-blockchain-work
  .blockchain-work-box
  .blockchain-work-box-item
  > .holder
  > .data
  h4,
.wraper-blockchain-work
  .blockchain-work-box
  .blockchain-work-box-item
  > .holder
  > .data
  .h4 {
  margin-top: 0;
  margin-bottom: 60px;
  font-family: "CircularStd";
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
}
.wraper-blockchain-work
  .blockchain-work-box
  .blockchain-work-box-item
  > .holder
  > .icon
  > .icon-placeholder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 40px;
  min-height: 40px;
}
.wraper-blockchain-work
  .blockchain-work-box
  .blockchain-work-box-item
  > .holder
  > .icon
  > .icon-placeholder
  > .icon-layer {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.wraper-blockchain-work
  .blockchain-work-box
  .blockchain-work-box-item
  > .holder
  > .icon
  > .icon-placeholder
  > .icon-layer
  svg {
  width: 100%;
  height: auto;
}
.wraper-blockchain-work
  .blockchain-work-box
  .blockchain-work-box-item
  > .holder:hover
  > .icon
  > .icon-placeholder
  > .icon-layer.layer-one {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
.wraper-blockchain-work
  .blockchain-work-box
  .blockchain-work-box-item
  > .holder
  > .icon
  > .icon-placeholder
  > .icon-layer.layer-two {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.wraper-blockchain-work
  .blockchain-work-box
  .blockchain-work-box-item
  > .holder:hover
  > .icon
  > .icon-placeholder
  > .icon-layer.layer-two {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.wraper-blockchain-work
  .blockchain-work-box
  .blockchain-work-box-item
  > .holder
  > .sub-text {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.wraper-blockchain-work
  .blockchain-work-box
  .blockchain-work-box-item
  > .holder
  > .sub-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-blockchain-work
  .blockchain-work-box
  .blockchain-work-box-item
  > .holder
  > .sub-text
  p {
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 4px;
}
.wraper-blockchain-attempts {
  width: 100%;
}
.wraper-blockchain-attempts > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.blockchain-attempts-zone {
  position: relative;
}
.blockchain-attempts-zone .tab-content {
  position: relative;
}
.blockchain-attempts-zone .tab-content > .tab-pane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.blockchain-attempts-zone .tab-content > .tab-pane:nth-child(1) {
  position: relative;
}
.blockchain-attempts-zone .tab-pane.active {
  opacity: 1;
  visibility: visible;
}
.blockchain-attempts-zone .blockchain-attempts-zone-box > .holder > .pic {
  margin-bottom: 30px;
  text-align: center;
}
.blockchain-attempts-zone .blockchain-attempts-zone-box > .holder > .data {
  max-width: 750px;
}
.blockchain-attempts-zone .blockchain-attempts-zone-box > .holder > .data p {
  margin-bottom: 40px;
}
.blockchain-attempts-zone .blockchain-attempts-zone-box > .holder > .data ul {
  padding-left: 0;
  list-style: none;
}
.blockchain-attempts-zone
  .blockchain-attempts-zone-box
  > .holder
  > .data
  ul
  > li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 22px;
}
.blockchain-attempts-zone
  .blockchain-attempts-zone-box
  > .holder
  > .data
  ul
  > li:before {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  content: " ";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}
.blockchain-attempts-zone
  .blockchain-attempts-zone-box
  > .holder
  > .data
  ul
  > li
  strong {
  display: inline-block;
  min-width: 106px;
  font-weight: inherit;
}
.blockchain-attempts-zone > .nav {
  position: absolute;
  bottom: 23px;
  left: 85px;
  border-top: 1px #fff3 solid;
}
.blockchain-attempts-zone > .nav > .nav-item > .nav-link {
  position: relative;
  min-width: 160px;
  padding: 20px 20px 0px 0px;
  color: #fff3;
  transition: all 0.3s ease-in-out;
}
.blockchain-attempts-zone > .nav > .nav-item > .nav-link.active {
  color: #fff;
}
.blockchain-attempts-zone > .nav > .nav-item > .nav-link:before {
  position: absolute;
  top: -8px;
  left: 30px;
  z-index: 1;
  content: " ";
  width: 14px;
  height: 14px;
  background-color: #000;
  border: 1px rgba(255, 255, 255, 0.4) solid;
  border-radius: 50%;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blockchain-attempts-zone > .nav > .nav-item > .nav-link.active:before {
  border-color: #fff;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.wraper-blockchain-transfer {
  width: 100%;
}
.wraper-blockchain-transfer > .container {
  padding-top: 0;
  padding-bottom: 50px;
}
.wraper-blockchain-transfer .blockchain-transfer-box {
  margin-top: 10px;
  margin-left: -25px;
  margin-right: -25px;
}
.wraper-blockchain-transfer
  .blockchain-transfer-box
  .blockchain-transfer-box-item {
  padding-left: 25px;
  padding-right: 25px;
}
.wraper-blockchain-transfer
  .blockchain-transfer-box
  .blockchain-transfer-box-item
  > .holder {
  margin-bottom: 50px;
}
.wraper-blockchain-transfer
  .blockchain-transfer-box
  .blockchain-transfer-box-item
  > .holder
  > .icon {
  margin-bottom: 45px;
}
.wraper-blockchain-transfer
  .blockchain-transfer-box
  .blockchain-transfer-box-item
  > .holder
  > .progressbar {
  position: relative;
  margin-bottom: 36px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.wraper-blockchain-transfer
  .blockchain-transfer-box
  .blockchain-transfer-box-item
  > .holder
  > .progressbar
  > .progressbar-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  background-color: #000;
}
.wraper-blockchain-transfer
  .blockchain-transfer-box
  .blockchain-transfer-box-item
  > .holder
  > .data
  h3,
.wraper-blockchain-transfer
  .blockchain-transfer-box
  .blockchain-transfer-box-item
  > .holder
  > .data
  h4 {
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
.wraper-blockchain-transfer .blockchain-transfer-more .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 13px 33px 14px 33px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-blockchain-transfer .blockchain-transfer-more .btn:hover {
  color: #000;
}
.wraper-blockchain-transfer .blockchain-transfer-more .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-blockchain-transfer .blockchain-transfer-more .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-blockchain-transfer .blockchain-transfer-more .btn > span {
  position: relative;
}
.wraper-blockchain-cta {
  width: 100%;
  background-color: #ebebeb;
}
.wraper-blockchain-cta > .container {
  padding-top: 60px;
  padding-bottom: 30px;
}
.wraper-blockchain-cta {
  position: relative;
}
.wraper-blockchain-cta .blockchain-cta .row {
  margin-left: -20px;
  margin-right: -20px;
}
.wraper-blockchain-cta .blockchain-cta .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.wraper-blockchain-cta .blockchain-cta h3 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.5;
}
.wraper-blockchain-cta .blockchain-cta .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  padding: 13px 33px 14px 33px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-blockchain-cta .blockchain-cta .btn:hover {
  color: #000;
}
.wraper-blockchain-cta .blockchain-cta .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-blockchain-cta .blockchain-cta .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-blockchain-cta .blockchain-cta .btn > span {
  position: relative;
}
.wraper-blockchain-tools {
  width: 100%;
}
.wraper-blockchain-tools > .container {
  padding-top: 0;
  padding-bottom: 100px;
}
.wraper-blockchain-tools .blockchain-tools-box {
  position: relative;
}
.wraper-blockchain-tools .blockchain-tools-box .blockchain-tools-box-item {
  flex: 20%;
}
.wraper-blockchain-tools
  .blockchain-tools-box
  .blockchain-tools-box-item
  > .holder {
  margin-bottom: 30px;
  padding: 30px 16px 32px 16px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.wraper-blockchain-tools
  .blockchain-tools-box
  .blockchain-tools-box-item
  > .holder:hover {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.wraper-blockchain-tools
  .blockchain-tools-box
  .blockchain-tools-box-item
  > .holder
  > .icon {
  margin-bottom: 32px;
  text-align: center;
}
.wraper-blockchain-tools
  .blockchain-tools-box
  .blockchain-tools-box-item
  > .holder
  > .icon
  > .icon-placeholder {
  max-width: 50px;
  margin-left: auto;
  margin-right: auto;
}
.wraper-blockchain-tools
  .blockchain-tools-box
  .blockchain-tools-box-item
  > .holder
  > .data
  h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.wraper-blockchain-stack {
  width: 100%;
}
.wraper-blockchain-stack > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.wraper-blockchain-stack
  .blockchain-stack-table
  .Rtable
  .Rtable-row
  .Rtable-cell {
  height: auto;
}
.wraper-blockchain-stack
  .blockchain-stack-table
  .Rtable
  .Rtable-row
  .Rtable-cell
  .Rtable-cell-heading {
  margin-bottom: 12px;
}
.wraper-blockchain-stack .blockchain-stack-list > .blockchain-stack-list-item {
  padding: 22px 22px 18px 22px;
  border: 1px solid #c2c2c2;
  border-bottom: none;
}
.wraper-blockchain-stack
  .blockchain-stack-list
  > .blockchain-stack-list-item:last-child,
.wraper-blockchain-stack
  .blockchain-stack-list
  > .blockchain-stack-list-item:only-child {
  border-bottom: 1px solid #c2c2c2;
}
.wraper-blockchain-stack
  .blockchain-stack-list
  > .blockchain-stack-list-item
  > *:last-child {
  margin-bottom: 0;
}
.wraper-blockchain-stack
  .blockchain-stack-list
  > .blockchain-stack-list-item
  h3 {
  margin-bottom: 18px;
  font-size: 22px;
}
.wraper-blockchain-stack
  .blockchain-stack-list
  > .blockchain-stack-list-item
  p {
  margin-bottom: 20px;
}
.wraper-blockchain-stack
  .blockchain-stack-list
  > .blockchain-stack-list-item
  ul
  li {
  margin-bottom: 7px;
}
.wraper-blockchain-faq {
  width: 100%;
}
.wraper-blockchain-faq > .container {
  padding-top: 0;
  padding-bottom: 0;
}
.wraper-blockchain-faq
  .blockchain-faq-accordion
  .accordion-wrap
  .panel-default {
  padding: 2.5% 4%;
  border-bottom: none;
}
.wraper-blockchain-faq
  .blockchain-faq-accordion
  .accordion-wrap
  .panel-default:nth-child(odd) {
  background-color: #f5f5f5;
}
.wraper-blockchain-faq
  .blockchain-faq-accordion
  .accordion-wrap
  .panel-default:nth-child(even) {
  background-color: #fff;
}
.wraper-blockchain-faq
  .blockchain-faq-accordion
  .Rtable
  .Rtable-row
  .Rtable-cell
  .Rtable-cell-heading {
  margin-bottom: 12px;
}
.wraper-blockchain-case {
  width: 100%;
}
.wraper-blockchain-case > .container {
  padding-top: 0;
  padding-bottom: 0;
}
.wraper-blockchain-case .blockchain-case-box {
  margin-left: -30px;
  margin-right: -30px;
}
.wraper-blockchain-case .blockchain-case-box > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.wraper-blockchain-case .blockchain-case-box .blockchain-case-box-pic {
  margin-bottom: 50px;
}
.wraper-blockchain-case .blockchain-case-box .blockchain-case-box-pic img {
  width: 100%;
}
.wraper-blockchain-case .blockchain-case-box .blockchain-case-box-data {
  margin-bottom: 50px;
}
.wraper-blockchain-case
  .blockchain-case-box
  .blockchain-case-box-data
  > *:last-child {
  margin-bottom: 50px;
}
.wraper-blockchain-case .blockchain-case-box .blockchain-case-box-data .title {
  font-size: 30px;
  line-height: 40px;
}
.wraper-blockchain-case
  .blockchain-case-box
  .blockchain-case-box-data
  .subtitle {
  margin-bottom: 15px;
}
.wraper-blockchain-case .blockchain-case-box .blockchain-case-box-data ul.tags {
  padding-left: 0;
  font-size: 0;
}
.wraper-blockchain-case
  .blockchain-case-box
  .blockchain-case-box-data
  ul.tags
  > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 15px;
}
.wraper-blockchain-case
  .blockchain-case-box
  .blockchain-case-box-data
  ul.tags
  > li
  > a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 2px 12px 1px 12px;
  border: 1px #000 solid;
  font-size: 14px;
  color: #000;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
}
.wraper-blockchain-case
  .blockchain-case-box
  .blockchain-case-box-data
  ul.tags
  > li
  > a:hover {
  color: #fff;
}
.wraper-blockchain-case
  .blockchain-case-box
  .blockchain-case-box-data
  ul.tags
  > li
  > a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.wraper-blockchain-case
  .blockchain-case-box
  .blockchain-case-box-data
  ul.tags
  > li
  > a:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-blockchain-case
  .blockchain-case-box
  .blockchain-case-box-data
  ul.tags
  > li
  > a
  > span {
  position: relative;
}
.mobile-app-sec-9.blockchain-page .commontext h3,
.mobile-app-sec-9.blockchain-page .commontext .h3 {
  margin-bottom: 20px;
}
.wraper-citybank-promo {
  width: 100%;
}
.wraper-citybank-promo > .container {
  padding-top: 0;
  padding-bottom: 100px;
}
.wraper-citybank-promo .citybank-promo-image img {
  width: 100%;
}
.wraper-citybank-screenshots {
  width: 100%;
}
.wraper-citybank-screenshots > .container-fluid {
  max-width: 1230px;
  padding-top: 0;
  padding-bottom: 50px;
}
.wraper-citybank-screenshots .citybank-screenshots-title {
  margin-bottom: 40px;
}
.wraper-citybank-screenshots .citybank-screenshots-title > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-citybank-screenshots .citybank-screenshots-title h3 {
  margin-bottom: 25px;
  font-size: 36px;
}
.wraper-citybank-screenshots
  .citybank-screenshots-box
  .citybank-screenshots-box-item {
  margin-bottom: 3.5%;
  padding-right: 27px;
  padding-left: 27px;
}
.wraper-citybank-screenshots
  .citybank-screenshots-box
  .citybank-screenshots-box-item.gap-on-top {
  margin-top: 8%;
}
.wraper-citybank-result {
  width: 100%;
}
.wraper-citybank-result > .container {
  padding-top: 0;
  padding-bottom: 100px;
}
.wraper-citybank-result .citybank-result-title {
  margin-bottom: 30px;
}
.wraper-citybank-result .citybank-result-title > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-citybank-result .citybank-result-title h3 {
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 32px;
}
.wraper-citybank-result .citybank-result-box .citybank-result-box-item {
  margin-bottom: 40px;
}
.wraper-citybank-result
  .citybank-result-box
  .citybank-result-box-item
  > .holder
  > .data {
  max-width: 270px;
}
.wraper-citybank-result
  .citybank-result-box
  .citybank-result-box-item
  > .holder
  > .data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-citybank-result
  .citybank-result-box
  .citybank-result-box-item
  > .holder
  > .data
  h3 {
  margin-bottom: 8px;
  font-size: 36px;
}
.wraper-citybank-result
  .citybank-result-box
  .citybank-result-box-item
  > .holder
  > .data
  h3
  span {
  vertical-align: top;
  font-size: 50%;
}
.wraper-londonrag-promo {
  width: 100%;
}
.wraper-londonrag-promo > .container-fluid:not(.px-0) {
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
}
.wraper-londonrag-promo.padding-top > .container,
.wraper-londonrag-promo.padding-top > .container-fluid {
  padding-top: 100px;
}
.wraper-londonrag-promo.padding-bottom > .container,
.wraper-londonrag-promo.padding-bottom > .container-fluid {
  padding-bottom: 100px;
}
.wraper-londonrag-promo.padding-bottom-sm > .container,
.wraper-londonrag-promo.padding-bottom-sm > .container-fluid {
  padding-bottom: 30px;
}
.wraper-londonrag-promo.padding-top-bottom > .container,
.wraper-londonrag-promo.padding-top-bottom > .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
}
.wraper-londonrag-promo .row {
  margin-left: -20px;
  margin-right: -20px;
}
.wraper-londonrag-promo .row > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
.wraper-londonrag-promo .londonrag-promo-title {
  margin-bottom: 70px;
}
.wraper-londonrag-promo .londonrag-promo-title > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-londonrag-promo .londonrag-promo-title h3 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.wraper-londonrag-promo .londonrag-promo-title blockquote {
  position: relative;
  padding-left: 50px;
  max-width: 700px;
  margin-top: 35px;
  font-family: "CircularStd";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55;
}
.wraper-londonrag-promo .londonrag-promo-title blockquote:before {
  position: absolute;
  top: 0;
  left: 30px;
  content: "â";
  font-size: 36px;
  line-height: 1;
}
.wraper-londonrag-promo .londonrag-promo-title blockquote:after {
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 30px;
  z-index: 0;
  content: " ";
  width: 2px;
  background-color: rgba(151, 151, 151, 0.3);
}
.wraper-londonrag-promo .londonrag-promo-image.with-shadow {
  box-shadow: 15px 17px 150px rgba(0, 0, 0, 0.13);
}
.wraper-londonrag-promo .londonrag-promo-image.margin-bottom {
  margin-bottom: 70px;
}
.wraper-londonrag-promo .londonrag-promo-image.skid-to-top {
  margin-top: -70px;
}
.wraper-londonrag-promo .londonrag-promo-image.skid-to-bottom {
  margin-bottom: -6%;
}
.wraper-londonrag-promo .londonrag-promo-image.full-width-image img {
  width: 100%;
}
.wraper-joyscape-hero-banner {
  width: 100%;
  background-color: #eb4e7e;
}
.wraper-joyscape-hero-banner
  .joyscape-hero-banner
  .joyscape-hero-banner-data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-joyscape-hero-banner
  .joyscape-hero-banner
  .joyscape-hero-banner-data
  h4 {
  margin-bottom: 27px;
  text-transform: uppercase;
  font-family: "CircularStd";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 4px;
}
.wraper-joyscape-hero-banner
  .joyscape-hero-banner
  .joyscape-hero-banner-data
  h1 {
  font-family: "CircularStd";
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 1px;
}
.wraper-joyscape-hero-banner .joyscape-hero-banner .joyscape-hero-banner-image {
  width: 650px;
  padding-top: 100px;
  margin-left: -75px;
  margin-bottom: -75px;
}
.wraper-houselabs-overview.joyscape-page .houselabs-overview > .container {
  padding-top: 100px;
}
.sofy-portfolio-sec-5.joyscape-page {
  padding-top: 120px;
  padding-bottom: 140px;
}
.sofy-portfolio-sec-5.joyscape-page .soft-mt-5 {
  margin-top: 0;
}
.wraper-houselabs-overview.pwa-page
  .houselabs-overview
  .houselabs-overview-serviceslist {
  margin-bottom: 0;
}
.wraper-pwa-background {
  width: 100%;
}
.wraper-pwa-background > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.wraper-pwa-background .pwa-background-box .pwa-background-box-item {
  margin-bottom: 30px;
}
.wraper-pwa-background .pwa-background-box .pwa-background-box-item > .holder {
  padding: 25px 25px 25px 25px;
  border: 1px solid #979797;
}
.wraper-pwa-background
  .pwa-background-box
  .pwa-background-box-item
  > .holder
  > .data {
  margin-bottom: 33px;
}
.wraper-pwa-background
  .pwa-background-box
  .pwa-background-box-item
  > .holder
  > .data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-pwa-background
  .pwa-background-box
  .pwa-background-box-item
  > .holder
  > .data
  h3 {
  margin-bottom: 8px;
  font-size: 24px;
}
.wraper-pwa-background
  .pwa-background-box
  .pwa-background-box-item
  > .holder
  > .data
  h3
  span {
  vertical-align: top;
  font-size: 50%;
}
.wraper-pwa-background
  .pwa-background-box
  .pwa-background-box-item
  > .holder
  > .web-graph {
  margin-bottom: 25px;
}
.wraper-pwa-background
  .pwa-background-box
  .pwa-background-box-item
  > .holder
  > .web-graph
  > .web-graph-image {
  margin-bottom: 18px;
  text-align: center;
  font-size: 0;
}
.wraper-pwa-background
  .pwa-background-box
  .pwa-background-box-item
  > .holder
  > .web-graph
  > .web-graph-image
  > .graph {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 95px;
  height: 200px;
  margin-left: 11px;
  margin-right: 11px;
}
.wraper-pwa-background
  .pwa-background-box
  .pwa-background-box-item
  > .holder
  > .web-graph
  > .web-graph-image
  > .graph
  > .graph-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
}
.wraper-pwa-background
  .pwa-background-box
  .pwa-background-box-item
  > .holder
  > .web-graph
  > .web-graph-image
  > .graph
  > .graph-bar
  > .graph-bar-legend {
  padding-bottom: 9px;
  background-color: #fff;
  font-size: 14px;
}
.wraper-pwa-background
  .pwa-background-box
  .pwa-background-box-item
  > .holder
  > .web-graph
  > .web-graph-legend {
  text-align: center;
}
.wraper-pwa-background
  .pwa-background-box
  .pwa-background-box-item
  > .holder
  > .sub-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-pwa-background
  .pwa-background-box
  .pwa-background-box-item
  > .holder
  > .sub-text
  p {
  font-size: 14px;
  color: #b6b6b6;
}
.wraper-pwa-background .pwa-background-info > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-pwa-components {
  width: 100%;
}
.wraper-pwa-components > .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
.wraper-pwa-components .pwa-components-box .pwa-components-box-item {
  margin-bottom: 50px;
}
.wraper-pwa-components .pwa-components-box .pwa-components-box-item > .holder {
  max-width: 310px;
}
.wraper-pwa-components
  .pwa-components-box
  .pwa-components-box-item
  > .holder
  > .data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-pwa-components
  .pwa-components-box
  .pwa-components-box-item
  > .holder
  > .data
  h3 {
  margin-bottom: 12px;
  font-size: 24px;
}
.wraper-pwa-components
  .pwa-components-box
  .pwa-components-box-item
  > .holder
  > .data
  h3
  span {
  vertical-align: top;
  font-size: 50%;
}
.ios-development-sec-4.pwa-page {
  padding-top: 6rem;
}
.wraper-pwa-action {
  width: 100%;
}
.wraper-pwa-action > .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
.wraper-pwa-action .pwa-action-box {
  margin-left: -20px;
  margin-right: -20px;
}
.wraper-pwa-action .pwa-action-box .pwa-action-box-item {
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.wraper-pwa-action .pwa-action-box .pwa-action-box-item > .holder > .pic {
  margin-bottom: 22px;
}
.wraper-pwa-action .pwa-action-box .pwa-action-box-item > .holder > .pic img {
  width: 100%;
}
.wraper-pwa-action
  .pwa-action-box
  .pwa-action-box-item
  > .holder
  .data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-pwa-action .pwa-action-box .pwa-action-box-item > .holder .data p {
  font-size: 18px;
}
.wraper-pwa-action .pwa-action-box .pwa-action-box-item.swiper-slide {
  padding-left: 5px;
  padding-right: 5px;
}
.wraper-pwa-action .pwa-action-box .pwa-action-box-item.swiper-slide > .holder {
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.wraper-pwa-action
  .pwa-action-box
  .pwa-action-box-item.swiper-slide.swiper-slide-active
  > .holder {
  transform: scale(1);
  opacity: 1;
}
.mobile-app-sec-9.pwa-page {
  padding-top: 100px;
}
.mobile-app-sec-9.pwa-page .commontext h3 {
  margin-bottom: 20px;
}
.mobile-app-sec-6
  .pad_box:nth-child(odd)
  .card-box.on-hover-show-content
  .box-bottom
  a {
  color: var(--main-white-color);
}
.mobile-app-sec-6
  .pad_box:nth-child(even)
  .card-box.on-hover-show-content
  .box-bottom
  a,
.mobile-app-sec-6
  .pad_box:nth-child(even)
  .card-box.on-hover-show-content
  .card-box-footer
  .info
  .hover-text {
  color: var(--main-black-color);
}
.mobile-app-development-we-develop {
  padding-bottom: 6rem !important;
}
.mobile-app-development-success-stories {
  padding-top: 6rem;
}
.mobile-app-welcome .technology-banner-icons {
  margin-top: 30px;
}
.mobile-app-welcome .technology-banner-icons ul.icons {
  list-style: none;
}
.mobile-app-welcome .technology-banner-icons ul.icons > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.mobile-app-welcome .technology-banner-icons ul.icons > li:last-child,
.mobile-app-welcome .technology-banner-icons ul.icons > li:only-child {
  margin-right: 0;
}
.mobile-app-welcome .technology-banner-icons ul.icons > li.clutch img,
.mobile-app-welcome .technology-banner-icons ul.icons > li.upwork img {
  width: 100px;
}
.mobile-app-welcome .technology-banner-icons ul.icons > li.deloitte img {
  width: 200px;
}
.wraper-mobile-casestudies {
  width: 100%;
}
.wraper-mobile-casestudies .wraper-mobile-casestudies-box {
  width: 100%;
}
.wraper-mobile-casestudies .wraper-mobile-casestudies-box.city-bank {
  background-color: #f5faff;
}
.wraper-mobile-casestudies .wraper-mobile-casestudies-box.sofy {
  background-color: #fff2f4;
}
.wraper-mobile-casestudies .wraper-mobile-casestudies-box.freshclinic {
  background-color: #effffe;
}
.wraper-mobile-casestudies .wraper-mobile-casestudies-box.frut {
  background-color: #fff6fa;
}
.wraper-mobile-casestudies .wraper-mobile-casestudies-box.londonrag {
  background-color: #fff2f4;
}
.wraper-mobile-casestudies .wraper-mobile-casestudies-box.toonyport {
  background-color: #effffe;
}
.wraper-mobile-casestudies .wraper-mobile-casestudies-box.klickone {
  background-color: #fffbdb;
}
.wraper-mobile-casestudies .wraper-mobile-casestudies-box.houselabs {
  background-color: #fff6f1;
}
.wraper-mobile-casestudies .wraper-mobile-casestudies-box.joyscape {
  background-color: #e7fffa;
}
.wraper-mobile-casestudies .wraper-mobile-casestudies-box > .container {
  max-width: 1450px;
  padding-top: 100px;
  padding-bottom: 0;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main {
  margin-right: -30px;
  margin-left: -30px;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  .mobile-casestudies-main-pic {
  z-index: 1;
  margin-bottom: 60px;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  .mobile-casestudies-main-data {
  margin-bottom: 60px;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  .mobile-casestudies-main-data
  > .mobile-casestudies-main-data-glow {
  top: -80px;
  left: 30px;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  .mobile-casestudies-main-data
  > .mobile-casestudies-main-data-title {
  margin-bottom: 80px;
  margin-left: 80px;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  .mobile-casestudies-main-data
  > .mobile-casestudies-main-data-title
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  .mobile-casestudies-main-data
  > .mobile-casestudies-main-data-title
  > .title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 60px;
  color: #000;
  line-height: 1.1;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  .mobile-casestudies-main-data
  > .mobile-casestudies-main-data-title
  > .subtitle {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  line-height: 28px;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  .mobile-casestudies-main-data
  > .mobile-casestudies-main-data-content {
  margin-bottom: 33px;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  .mobile-casestudies-main-data
  > .mobile-casestudies-main-data-content
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  .mobile-casestudies-main-data
  > .mobile-casestudies-main-data-content
  > .name {
  margin-bottom: 15px;
  padding-bottom: 3px;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  .mobile-casestudies-main-data
  > .mobile-casestudies-main-data-content
  > .description {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 28px;
  color: #000;
  line-height: 38px;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  .mobile-casestudies-main-data
  > .mobile-casestudies-main-data-more
  .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 13px 33px 14px 33px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  .mobile-casestudies-main-data
  > .mobile-casestudies-main-data-more
  .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  .mobile-casestudies-main-data
  > .mobile-casestudies-main-data-more
  .btn:hover {
  color: #000;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  .mobile-casestudies-main-data
  > .mobile-casestudies-main-data-more
  .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-mobile-casestudies
  .wraper-mobile-casestudies-box
  .mobile-casestudies-main
  .mobile-casestudies-main-data
  > .mobile-casestudies-main-data-more
  .btn
  > span {
  position: relative;
}
.wraper-mobile-testimonialcta .mobile-testimonialcta-halfbackground.left-side {
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(50% + 200px);
  background-color: #f9f9f9;
}
.wraper-mobile-testimonialcta .mobile-testimonialcta-halfbackground.right-side {
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-color: var(--main-black-color);
}
.wraper-mobile-testimonialcta > .container {
  max-width: 1450px;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-testimonial {
  padding: 60px 60px 60px 60px;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-testimonial
  .mobile-testimonialcta-testimonial-slider
  .mobile-testimonialcta-testimonial-slider-item
  > .holder
  > .pic {
  margin-bottom: 25px;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-testimonial
  .mobile-testimonialcta-testimonial-slider
  .mobile-testimonialcta-testimonial-slider-item
  > .holder
  > .pic
  img {
  max-width: 125px;
  border-radius: 50%;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-testimonial
  .mobile-testimonialcta-testimonial-slider
  .mobile-testimonialcta-testimonial-slider-item
  > .holder
  > .app-icons {
  margin-bottom: 20px;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-testimonial
  .mobile-testimonialcta-testimonial-slider
  .mobile-testimonialcta-testimonial-slider-item
  > .holder
  > .app-icons
  ul.list {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-testimonial
  .mobile-testimonialcta-testimonial-slider
  .mobile-testimonialcta-testimonial-slider-item
  > .holder
  > .app-icons
  ul.list
  > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
  margin-left: 9px;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-testimonial
  .mobile-testimonialcta-testimonial-slider
  .mobile-testimonialcta-testimonial-slider-item
  > .holder
  > .app-icons
  ul.list
  > li
  img {
  width: 28px;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-testimonial
  .mobile-testimonialcta-testimonial-slider
  .mobile-testimonialcta-testimonial-slider-item
  > .holder
  > .app-icons
  ul.list
  > li:nth-child(2) {
  margin-top: 4px;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-testimonial
  .mobile-testimonialcta-testimonial-slider
  .mobile-testimonialcta-testimonial-slider-item
  > .holder
  > .app-icons
  ul.list
  > li:nth-child(2)
  img {
  width: 16px;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-testimonial
  .mobile-testimonialcta-testimonial-slider
  .mobile-testimonialcta-testimonial-slider-item
  > .holder
  > .data
  blockquote {
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-testimonial
  .mobile-testimonialcta-testimonial-slider
  .mobile-testimonialcta-testimonial-slider-item
  > .holder
  > .data
  blockquote
  .start-quote {
  display: inline-block;
  vertical-align: top;
  margin-top: -7px;
  margin-right: 7px;
  width: 35px;
  height: 35px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgOTUuMzMzIDk1LjMzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTUuMzMzIDk1LjMzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zMC41MTIsNDMuOTM5Yy0yLjM0OC0wLjY3Ni00LjY5Ni0xLjAxOS02Ljk4LTEuMDE5Yy0zLjUyNywwLTYuNDcsMC44MDYtOC43NTIsMS43OTMgICAgYzIuMi04LjA1NCw3LjQ4NS0yMS45NTEsMTguMDEzLTIzLjUxNmMwLjk3NS0wLjE0NSwxLjc3NC0wLjg1LDIuMDQtMS43OTlsMi4zMDEtOC4yM2MwLjE5NC0wLjY5NiwwLjA3OS0xLjQ0MS0wLjMxOC0yLjA0NSAgICBzLTEuMDM1LTEuMDA3LTEuNzUtMS4xMDVjLTAuNzc3LTAuMTA2LTEuNTY5LTAuMTYtMi4zNTQtMC4xNmMtMTIuNjM3LDAtMjUuMTUyLDEzLjE5LTMwLjQzMywzMi4wNzYgICAgYy0zLjEsMTEuMDgtNC4wMDksMjcuNzM4LDMuNjI3LDM4LjIyM2M0LjI3Myw1Ljg2NywxMC41MDcsOSwxOC41MjksOS4zMTNjMC4wMzMsMC4wMDEsMC4wNjUsMC4wMDIsMC4wOTgsMC4wMDIgICAgYzkuODk4LDAsMTguNjc1LTYuNjY2LDIxLjM0NS0xNi4yMDljMS41OTUtNS43MDUsMC44NzQtMTEuNjg4LTIuMDMyLTE2Ljg1MUM0MC45NzEsNDkuMzA3LDM2LjIzNiw0NS41ODYsMzAuNTEyLDQzLjkzOXoiIGZpbGw9IiMwMDAwMDAiLz4KCQk8cGF0aCBkPSJNOTIuNDcxLDU0LjQxM2MtMi44NzUtNS4xMDYtNy42MS04LjgyNy0xMy4zMzQtMTAuNDc0Yy0yLjM0OC0wLjY3Ni00LjY5Ni0xLjAxOS02Ljk3OS0xLjAxOSAgICBjLTMuNTI3LDAtNi40NzEsMC44MDYtOC43NTMsMS43OTNjMi4yLTguMDU0LDcuNDg1LTIxLjk1MSwxOC4wMTQtMjMuNTE2YzAuOTc1LTAuMTQ1LDEuNzczLTAuODUsMi4wNC0xLjc5OWwyLjMwMS04LjIzICAgIGMwLjE5NC0wLjY5NiwwLjA3OS0xLjQ0MS0wLjMxOC0yLjA0NWMtMC4zOTYtMC42MDQtMS4wMzQtMS4wMDctMS43NS0xLjEwNWMtMC43NzYtMC4xMDYtMS41NjgtMC4xNi0yLjM1NC0wLjE2ICAgIGMtMTIuNjM3LDAtMjUuMTUyLDEzLjE5LTMwLjQzNCwzMi4wNzZjLTMuMDk5LDExLjA4LTQuMDA4LDI3LjczOCwzLjYyOSwzOC4yMjVjNC4yNzIsNS44NjYsMTAuNTA3LDksMTguNTI4LDkuMzEyICAgIGMwLjAzMywwLjAwMSwwLjA2NSwwLjAwMiwwLjA5OSwwLjAwMmM5Ljg5NywwLDE4LjY3NS02LjY2NiwyMS4zNDUtMTYuMjA5Qzk2LjA5OCw2NS41NTksOTUuMzc2LDU5LjU3NSw5Mi40NzEsNTQuNDEzeiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-testimonial
  .mobile-testimonialcta-testimonial-slider
  .mobile-testimonialcta-testimonial-slider-item
  > .holder
  > .data
  .data-name {
  margin-bottom: 1px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-testimonial
  .mobile-testimonialcta-testimonial-slider
  .mobile-testimonialcta-testimonial-slider-item
  > .holder
  > .data
  .data-designation {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-testimonial
  .mobile-testimonialcta-testimonial-pagination
  > .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  outline: none;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction {
  padding: 60px 60px 60px 60px;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-title {
  margin-bottom: 10px;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-title
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-title
  > .title {
  margin-top: 0;
  margin-bottom: 0;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-form.uipl-contact-form
  .form-group {
  margin-bottom: 35px;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-form.uipl-contact-form
  .form-group.submit-wrap {
  margin-top: 15px;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-form.uipl-contact-form
  .form-group
  .control-label {
  color: rgba(255, 255, 255, 0.8);
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-form.uipl-contact-form
  .form-group
  .bar {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-form.uipl-contact-form
  .form-group
  .bar:before {
  background-color: #fff;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-form.uipl-contact-form
  .form-group
  .textarea-border {
  border-color: rgba(255, 255, 255, 0.2);
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-form.uipl-contact-form
  .form-group
  .textarea-border
  textarea {
  color: #fff;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-form.uipl-contact-form
  .form-group
  input:focus,
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-form.uipl-contact-form
  .form-group
  input.has-value,
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-form.uipl-contact-form
  .form-group
  textarea:focus,
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-form.uipl-contact-form
  .form-group
  textarea.has-value {
  color: #fff;
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-form.uipl-contact-form
  .form-group
  .button-4 {
  background-color: var(--main-white-color) !important;
  border-color: var(--main-white-color);
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-form.uipl-contact-form
  .form-group
  .button-4
  .eff-4 {
  background-color: var(--main-black-color);
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-form.uipl-contact-form
  .form-group
  .button-4
  .submit-btn {
  color: var(--main-black-color);
}
.wraper-mobile-testimonialcta
  .mobile-testimonialcta
  .mobile-testimonialcta-calltoaction
  .mobile-testimonialcta-calltoaction-form.uipl-contact-form
  .form-group
  .button-4:hover
  .submit-btn {
  color: var(--main-white-color);
}
.wraper-blockchain-faq.mobile-app-page > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.home-service-subtitle.commontext p {
  font-size: 22px;
  line-height: 1.7;
}
.home-service-box {
  margin-left: -10px;
  margin-right: -10px;
}
.home-service-box .home-service-box-item {
  margin-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
}
.home-service-box .home-service-box-item > .holder .pic {
  margin-bottom: 20px;
  clip-path: inset(0 0);
  -webkit-clip-path: inset(0 0);
  transition: all 0.35s ease-in-out;
}
.home-service-box .home-service-box-item > .holder .pic img {
  width: 100%;
  transition: all 0.45s ease-in-out;
}
.home-service-box .home-service-box-item > .holder > .data .title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: var(--main-black-color);
  line-height: 1.6;
  letter-spacing: 4px;
}
.home-service-box .home-service-box-item > .holder > .data .title .title-line {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 1px;
  margin-top: -3px;
  margin-right: 15px;
}
.home-service-box
  .home-service-box-item
  > .holder
  > .data
  .title
  .title-line:before,
.home-service-box
  .home-service-box-item
  > .holder
  > .data
  .title
  .title-line:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: " ";
  background-color: var(--main-black-color);
}
.home-service-box
  .home-service-box-item
  > .holder
  > .data
  .title
  .title-line:before {
  right: 0;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.home-service-box
  .home-service-box-item
  > .holder
  > .data
  .title
  .title-line:after {
  left: 0;
  width: 0;
  transition: all 0.3s ease-in-out 0.3s;
}
.home-service-box .home-service-box-item > .holder:hover > .pic {
  clip-path: inset(15px 15px);
  -webkit-clip-path: inset(15px 15px);
}
.home-service-box .home-service-box-item > .holder:hover > .pic img {
  transform: scale(1.05);
}
.home-service-box
  .home-service-box-item
  > .holder:hover
  > .data
  .title
  .title-line:before {
  width: 0;
}
.home-service-box
  .home-service-box-item
  > .holder:hover
  > .data
  .title
  .title-line:after {
  width: 100%;
}
.wraper-contact-main {
  width: 100%;
}
.wraper-contact-main > .container {
  padding-top: 0;
  padding-bottom: 0;
}
.wraper-contact-main .contact-main .contact-main-item {
  margin-bottom: 50px;
}
.wraper-contact-main
  .contact-main
  .contact-main-item
  .contact-main-form.contact-sec {
  padding: 0;
}
.wraper-contact-main
  .contact-main
  .contact-main-item
  .contact-main-card
  .contact-main-card-item {
  margin-bottom: 40px;
  padding: 2rem 2rem 1.5rem;
  background-color: var(--main-white-color);
  border: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
}
.wraper-contact-main
  .contact-main
  .contact-main-item
  .contact-main-card
  .contact-main-card-item:last-child,
.wraper-contact-main
  .contact-main
  .contact-main-item
  .contact-main-card
  .contact-main-card-item:only-child {
  margin-bottom: 0;
}
.wraper-contact-main
  .contact-main
  .contact-main-item
  .contact-main-card
  .contact-main-card-item
  .media {
  padding-bottom: 10px;
}
.wraper-contact-main
  .contact-main
  .contact-main-item
  .contact-main-card
  .contact-main-card-item
  .media
  .media-body
  h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 4px;
}
.wraper-contact-main
  .contact-main
  .contact-main-item
  .contact-main-card
  .contact-main-card-item
  .card-body {
  padding: 0 0 18px 0;
}
.wraper-contact-main
  .contact-main
  .contact-main-item
  .contact-main-card
  .contact-main-card-item
  .card-body
  .card-title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
}
.wraper-contact-main
  .contact-main
  .contact-main-item
  .contact-main-card
  .contact-main-card-item
  .contact-info {
  padding-bottom: 22px;
}
.wraper-contact-main
  .contact-main
  .contact-main-item
  .contact-main-card
  .contact-main-card-item
  .contact-info
  .text-phone {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 3px;
}
.wraper-contact-main
  .contact-main
  .contact-main-item
  .contact-main-card
  .contact-main-card-item
  .contact-info
  .text-email {
  font-size: 18px;
  font-weight: normal;
}
.wraper-contact-main
  .contact-main
  .contact-main-item
  .contact-main-card
  .contact-main-card-item
  .card-end
  a {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.7;
}
.wraper-contact-main
  .contact-main
  .contact-main-item
  .contact-main-card
  .contact-main-card-item
  .card-end
  a
  i {
  margin-top: 1px;
  margin-left: 4px;
  font-size: 15px;
}
.uipl-contact-form {
  margin-bottom: 50px;
}
.uipl-contact-form input::after,
.uipl-contact-form input::before,
.uipl-contact-form select::after,
.uipl-contact-form select::before,
.uipl-contact-form textarea::after,
.uipl-contact-form textarea::before,
.uipl-contact-form body *::after,
.uipl-contact-form body *::before {
  box-sizing: border-box;
}
.uipl-contact-form input[type="number"]::-webkit-inner-spin-button,
.uipl-contact-form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.uipl-contact-form .form-group {
  position: relative;
  margin-top: 0;
  margin-bottom: 45px;
}
.uipl-contact-form .form-group input {
  height: 35px;
}
.uipl-contact-form .form-group textarea {
  resize: none;
}
.uipl-contact-form .form-group .control-label {
  position: absolute;
  top: -2px;
  pointer-events: none;
  padding-left: 0;
  z-index: 1;
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  font-family: "CircularStd";
  margin: 0;
}
.uipl-contact-form .form-group .bar {
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  display: block;
}
.uipl-contact-form .form-group .bar::before {
  content: "";
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -2px;
  position: absolute;
  background: #000;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.uipl-contact-form .form-group input:focus ~ .bar {
  opacity: 1;
}
.uipl-contact-form .form-group input,
.uipl-contact-form .form-group textarea {
  display: block;
  background: none;
  padding: 0;
  font-size: 16px;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.uipl-contact-form .form-group input:focus,
.uipl-contact-form .form-group input.has-value,
.uipl-contact-form .form-group textarea:focus,
.uipl-contact-form .form-group textarea.has-value {
  color: #000;
}
.uipl-contact-form .form-group input:focus ~ .control-label,
.uipl-contact-form .form-group input.has-value ~ .control-label {
  font-size: 16px;
  top: -20px;
  left: 0;
}
.uipl-contact-form .form-group input:focus,
.uipl-contact-form .form-group textarea:focus {
  outline: none;
}
.uipl-contact-form .form-group input:focus ~ .control-label,
.uipl-contact-form .form-group textarea:focus ~ .control-label {
  font-size: 13px;
  color: #000;
}
.uipl-contact-form .form-group input:focus ~ .bar::before,
.uipl-contact-form .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.uipl-contact-form .textarea-border {
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 19px 15px 10px;
}
.uipl-contact-form .textarea-border textarea {
  height: 80px;
}
.uipl-contact-form .textarea-border textarea::-webkit-scrollbar {
  width: 5px;
}
.uipl-contact-form .textarea-border textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.uipl-contact-form .textarea-border textarea::-webkit-scrollbar-thumb {
  background-color: #191919;
  outline: 1px solid #191919;
}
.uipl-contact-form .form-group .textarea-border .control-label {
  position: absolute;
  top: 15px;
  pointer-events: none;
  padding-left: 0;
  opacity: 0.8;
  font-family: "CircularStd";
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
}
.uipl-contact-form .form-group .textarea-border textarea {
  -webkit-transition: inherit;
  transition: inherit;
  opacity: 1;
  font-family: "CircularStd";
  font-weight: normal;
  color: #000;
  margin-top: 20px;
}
.uipl-contact-form .form-group .textarea-border .bar {
  border-bottom: 0px solid transparent;
}
.uipl-contact-form .form-group .textarea-border textarea:focus ~ .bar {
  opacity: 0;
}
.uipl-contact-form .form-group .textarea-border .bar::before {
  content: "";
  background: transparent;
}
.uipl-contact-form .form-group .custom-control .custom-control-label {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}
.uipl-contact-form .form-group .custom-control .custom-control-label:before {
  top: 2px;
  border-radius: 0;
  box-shadow: initial;
}
.uipl-contact-form .form-group .custom-control .custom-control-label:after {
  top: 2px;
  box-shadow: initial;
}
.uipl-contact-form .form-group .custom-control .custom-control-label a {
  text-decoration: underline;
}
.uipl-contact-form
  .form-group
  .custom-control
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: var(--main-black-color);
  border-color: var(--main-black-color);
}
.uipl-contact-form .ro-select {
  display: none;
}
.uipl-contact-form .ro-select-wrapper {
  display: inline-block;
  position: relative;
  min-width: 100%;
}
.uipl-contact-form .ro-select-text {
  border: none;
  display: block;
  max-height: 42px;
  padding: 16px 24px 8px 0;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
.uipl-contact-form .ro-select-text.ro-select-text-empty {
  color: #ffffff;
  opacity: 0.8;
}
.uipl-contact-form .ro-select-caret {
  position: absolute;
  right: 4px;
  top: 20px;
  color: #ffffff;
  font-size: 20px;
  opacity: 0.5;
}
.uipl-contact-form .ro-select-list {
  user-select: none;
  position: absolute;
  transition: 0.25s ease;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  display: none;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background-color: white;
  z-index: 9;
  max-height: 265px;
  overflow-y: auto;
}
.uipl-contact-form .ro-select-list::-webkit-scrollbar {
  width: 8px;
}
.uipl-contact-form .ro-select-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.uipl-contact-form .ro-select-list::-webkit-scrollbar-thumb {
  background-color: #c2c0c0;
  outline: 1px solid #c2c0c0;
}
.uipl-contact-form .ro-select-list > .ro-select-item {
  padding: 0 16px;
  line-height: 42px;
  cursor: pointer;
}
.uipl-contact-form .ro-select-list > .ro-select-item:hover {
  background-color: #eaeaea;
}
.uipl-contact-form .ro-select-list > .ro-select-item.ro-select-item-active {
  background: #eaeaea;
}
.uipl-contact-form .form-group.file-wrap,
.uipl-contact-form .form-group.submit-wrap {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
.uipl-contact-form .file-lable {
  background-color: transparent;
  border-radius: 2px;
  font-size: 1em;
  line-height: 2.5em;
  text-align: left;
  opacity: 0.8;
  font-family: "CircularStd";
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 4px;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
}
.uipl-contact-form .file-lable .subtext {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 12px;
}
.uipl-contact-form .file-lable input {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.uipl-contact-form .file-message {
  font-size: 13px;
}
.uipl-contact-form .form-group .button-4 {
  width: 280px;
  border: 2px solid var(--main-black-color);
}
.uipl-contact-form .form-group .eff-4 {
  width: 280px;
}
.uipl-contact-form .form-group .button-4 .submit-btn {
  color: var(--main-white-color);
  text-decoration: none;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  font-size: 18px;
  line-height: 55px;
  letter-spacing: 2px;
  cursor: pointer;
  font-family: "CircularStd";
  text-transform: uppercase;
  height: 54px;
}
.uipl-contact-form .form-group .button-4:hover .submit-btn {
  color: var(--main-black-color);
}
.form-upload-file ul {
  padding-left: 0;
  list-style: none;
}
.form-upload-file ul li {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 9px 15px 7px 52px;
  background-color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.65;
}
.form-upload-file ul li:last-child,
.form-upload-file ul li:only-child {
  margin-bottom: 0;
}
.form-upload-file ul li > .uploadFile-close {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 39px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 31px;
}
.image-placeholder {
  position: relative;
  margin-top: 7px;
  margin-bottom: 20px;
}
.image-placeholder > .image-placeholder-pic {
  position: relative;
  padding-top: calc((280 / 470) * 100%);
}
.image-placeholder > .image-placeholder-pic img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.image-placeholder > .image-placeholder-replica {
  position: absolute;
}
.image-placeholder > .image-placeholder-replica.background-gray {
  background-color: rgba(0, 0, 0, 0.05);
}
.image-placeholder.left-replica {
  padding-left: 40px;
  padding-bottom: 40px;
}
.image-placeholder.left-replica > .image-placeholder-replica {
  top: 40px;
  right: 40px;
  bottom: 0;
  left: 0;
}
.image-placeholder.right-replica {
  padding-right: 40px;
  padding-bottom: 40px;
}
.image-placeholder.right-replica > .image-placeholder-replica {
  top: 40px;
  left: 40px;
  bottom: 0;
  right: 0;
}
.wraper-services-sidebyside {
  width: 100%;
}
.wraper-services-sidebyside.background-white {
  background-color: var(--main-white-color);
}
.wraper-services-sidebyside.background-gray {
  background-color: #f9f9f9;
}
.wraper-services-sidebyside > .container {
  padding-top: 110px;
  padding-bottom: 60px;
}
.wraper-services-sidebyside .services-sidebyside .services-sidebyside-item {
  margin-bottom: 50px;
}
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  .title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 30px;
  color: var(--main-black-color);
  line-height: 1.33;
}
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  .title:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: " ";
  height: 2px;
  background-color: var(--main-black-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  .title
  a {
  color: inherit;
}
.wraper-services-sidebyside .services-sidebyside .services-sidebyside-item p {
  margin-bottom: 20px;
}
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  ul.menu {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  ul.menu
  > li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  ul.menu
  > li:last-child,
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  ul.menu
  > li:only-child {
  margin-bottom: 0;
}
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  ul.menu
  > li:before {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 0;
  content: " ";
  width: 27px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  ul.menu
  > li
  i {
  position: absolute;
  top: 7px;
  left: 17px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  ul.menu
  > li
  > a {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  ul.menu
  > li:hover,
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  ul.menu
  > li.current-menu-item {
  padding-left: 55px;
}
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  ul.menu
  > li:hover:before,
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  ul.menu
  > li.current-menu-item:before {
  width: 37px;
  background-color: #000;
}
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  ul.menu
  > li:hover
  i,
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  ul.menu
  > li.current-menu-item
  i {
  left: 27px;
}
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  ul.menu
  > li:hover
  > a,
.wraper-services-sidebyside
  .services-sidebyside
  .services-sidebyside-item
  ul.menu
  > li.current-menu-item
  > a {
  color: #000;
}
.wraper-services-box {
  width: 100%;
  background-color: var(--main-white-color);
}
.wraper-services-box > .container {
  padding-top: 0;
  padding-bottom: 10px;
}
.wraper-services-box .services-box {
  margin-right: -35px;
  margin-left: -35px;
}
.wraper-services-box .services-box .services-box-item {
  margin-bottom: 100px;
  padding-right: 35px;
  padding-left: 35px;
}
.wraper-services-box .services-box .services-box-item > .holder > .pic {
  margin-bottom: 40px;
}
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-services-box .services-box .services-box-item > .holder > .data .title {
  margin-top: 0;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 30px;
  color: var(--main-black-color);
  line-height: 1.33;
}
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  .title
  a {
  color: inherit;
}
.wraper-services-box .services-box .services-box-item > .holder > .data p {
  margin-bottom: 20px;
}
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  ul.menu {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  ul.menu
  > li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  ul.menu
  > li:last-child,
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  ul.menu
  > li:only-child {
  margin-bottom: 0;
}
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  ul.menu
  > li:before {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 0;
  content: " ";
  width: 27px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  ul.menu
  > li
  i {
  position: absolute;
  top: 7px;
  left: 17px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  ul.menu
  > li
  > a {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  ul.menu
  > li:hover,
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  ul.menu
  > li.current-menu-item {
  padding-left: 55px;
}
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  ul.menu
  > li:hover:before,
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  ul.menu
  > li.current-menu-item:before {
  width: 37px;
  background-color: #000;
}
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  ul.menu
  > li:hover
  i,
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  ul.menu
  > li.current-menu-item
  i {
  left: 27px;
}
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  ul.menu
  > li:hover
  > a,
.wraper-services-box
  .services-box
  .services-box-item
  > .holder
  > .data
  ul.menu
  > li.current-menu-item
  > a {
  color: #000;
}
.wraper-services-nyc {
  position: relative;
  width: 100%;
}
.wraper-services-nyc > .services-nyc-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.wraper-services-nyc > .services-nyc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wraper-services-nyc > .container {
  padding-top: 110px;
  padding-bottom: 110px;
}
.wraper-services-nyc .services-nyc .services-nyc-item > .holder {
  padding: 50px 40px 50px 40px;
  background-color: var(--main-white-color);
}
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-services-nyc .services-nyc .services-nyc-item > .holder > .data .title {
  margin-top: 0;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 30px;
  color: var(--main-black-color);
  line-height: 1.33;
}
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  .title
  a {
  color: inherit;
}
.wraper-services-nyc .services-nyc .services-nyc-item > .holder > .data p {
  margin-bottom: 20px;
}
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  ul.menu {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  ul.menu
  > li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  ul.menu
  > li:last-child,
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  ul.menu
  > li:only-child {
  margin-bottom: 0;
}
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  ul.menu
  > li:before {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 0;
  content: " ";
  width: 27px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  ul.menu
  > li
  i {
  position: absolute;
  top: 7px;
  left: 17px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  ul.menu
  > li
  > a {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  ul.menu
  > li:hover,
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  ul.menu
  > li.current-menu-item {
  padding-left: 55px;
}
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  ul.menu
  > li:hover:before,
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  ul.menu
  > li.current-menu-item:before {
  width: 37px;
  background-color: #000;
}
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  ul.menu
  > li:hover
  i,
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  ul.menu
  > li.current-menu-item
  i {
  left: 27px;
}
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  ul.menu
  > li:hover
  > a,
.wraper-services-nyc
  .services-nyc
  .services-nyc-item
  > .holder
  > .data
  ul.menu
  > li.current-menu-item
  > a {
  color: #000;
}
.wraper-technology-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 550px;
  max-height: 900px;
}
.wraper-technology-banner > .technology-banner-images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.wraper-technology-banner > .technology-banner-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wraper-technology-banner .technology-banner {
  top: 0;
  left: 0;
  z-index: 2;
}
.wraper-technology-banner .technology-banner .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.wraper-technology-banner
  .technology-banner
  .technology-banner-holder
  .new-page-title {
  margin-bottom: 2.7rem;
  font-family: "CircularStd";
  font-weight: bold;
  font-size: 45px;
  line-height: 60px;
}
.wraper-technology-banner
  .technology-banner
  .technology-banner-holder
  .new-page-subtitle {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-family: "CircularStd";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 4px;
}
.wraper-technology-banner
  .technology-banner
  .technology-banner-holder
  .technology-banner-icons {
  padding: 20px 25px;
  background-color: rgba(0, 0, 0, 0.25);
}
.wraper-technology-banner
  .technology-banner
  .technology-banner-holder
  .technology-banner-icons
  ul.icons {
  list-style: none;
}
.wraper-technology-banner
  .technology-banner
  .technology-banner-holder
  .technology-banner-icons
  ul.icons
  > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.wraper-technology-banner
  .technology-banner
  .technology-banner-holder
  .technology-banner-icons
  ul.icons
  > li:last-child,
.wraper-technology-banner
  .technology-banner
  .technology-banner-holder
  .technology-banner-icons
  ul.icons
  > li:only-child {
  margin-right: 0;
}
.wraper-technology-banner
  .technology-banner
  .technology-banner-holder
  .technology-banner-icons
  ul.icons
  > li.clutch
  img,
.wraper-technology-banner
  .technology-banner
  .technology-banner-holder
  .technology-banner-icons
  ul.icons
  > li.upwork
  img {
  width: 85px;
}
.wraper-technology-banner
  .technology-banner
  .technology-banner-holder
  .technology-banner-icons
  ul.icons
  > li.deloitte
  img {
  width: 195px;
}
.wraper-technology-banner .technology-banner .technology-banner-holder .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 14px 30px 14px 30px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-technology-banner
  .technology-banner
  .technology-banner-holder
  .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.wraper-technology-banner
  .technology-banner
  .technology-banner-holder
  .btn:hover {
  color: #fff;
}
.wraper-technology-banner
  .technology-banner
  .technology-banner-holder
  .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-technology-banner
  .technology-banner
  .technology-banner-holder
  .btn
  > span {
  position: relative;
}
.wraper-technology-banner.mobile-app-page .technology-banner .container {
  padding-bottom: 180px;
}
.wraper-clients-carousel {
  width: 100%;
}
.wraper-clients-carousel > .container {
  max-width: 1450px;
}
.wraper-clients-carousel .clients-carousel {
  margin-left: -30px;
  margin-right: -30px;
}
.wraper-clients-carousel .clients-carousel .clients-carousel-item {
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.wraper-clients-carousel
  .clients-carousel
  .clients-carousel-item
  > .holder
  > .pic {
  filter: grayscale(1);
}
.wraper-clients-carousel .clients-carousel .swiper-slide {
  height: auto;
}
.wraper-blockchain-transfer.technology-page {
  margin-bottom: 100px;
  background-color: #f3f5f6;
}
.wraper-blockchain-transfer.technology-page > .container {
  padding-top: 100px;
}
.wraper-home-industry.technology-page {
  margin-bottom: 100px;
}
.wraper-technology-covering {
  width: 100%;
  background-color: #f3f5f6;
}
.wraper-technology-covering > .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
.wraper-technology-covering .technology-covering-heading {
  margin-bottom: 15px;
}
.wraper-technology-covering
  .technology-covering-heading
  .technology-covering-heading-item {
  margin-bottom: 30px;
}
.wraper-technology-covering
  .technology-covering-heading
  .technology-covering-heading-item
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-technology-covering
  .technology-covering-heading
  .technology-covering-heading-item
  h3,
.wraper-technology-covering
  .technology-covering-heading
  .technology-covering-heading-item
  .h3 {
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.42;
}
.wraper-technology-covering
  .technology-covering-heading
  .technology-covering-heading-item
  p {
  margin-bottom: 20px;
}
.wraper-technology-covering
  .technology-covering-section
  .technology-covering-section-item
  .technology-covering-section-box {
  margin-bottom: 15px;
  margin-right: -25px;
  margin-left: -25px;
}
.wraper-technology-covering
  .technology-covering-section
  .technology-covering-section-item
  .technology-covering-section-box
  .technology-covering-section-box-item {
  padding-left: 25px;
  padding-right: 25px;
}
.wraper-technology-covering
  .technology-covering-section
  .technology-covering-section-item
  .technology-covering-section-box
  .technology-covering-section-box-item
  > .holder {
  margin-bottom: 40px;
}
.wraper-technology-covering
  .technology-covering-section
  .technology-covering-section-item
  .technology-covering-section-box
  .technology-covering-section-box-item
  > .holder
  > .data
  h3 {
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
.wraper-technology-covering
  .technology-covering-section
  .technology-covering-section-item
  .loader-wrap
  #preloader {
  width: 265px;
  height: 265px;
  border-color: #000;
  border-top-color: transparent;
}
.wraper-technology-covering
  .technology-covering-section
  .technology-covering-section-item
  .loader-wrap
  #preloader
  #loader {
  width: 225px;
  height: 225px;
  margin: -112px 0 0 -112px;
  border-color: #666;
  border-top-color: transparent;
}
.wraper-technology-covering
  .technology-covering-section
  .technology-covering-section-item
  .loader-wrap
  #preloader
  #loader:before {
  border-color: #999;
  border-top-color: transparent;
}
.wraper-technology-covering
  .technology-covering-section
  .technology-covering-section-item
  .loader-wrap
  #preloader
  #loader:after {
  border-color: #ccc;
  border-bottom-color: transparent;
}
.wraper-technology-covering
  .technology-covering-section
  .technology-covering-section-item
  .loader-wrap
  .code-arrow {
  color: #000;
}
.wraper-technology-covering
  .technology-covering-section
  .technology-covering-section-item
  > .technology-covering-section-item-note {
  margin-top: 43px;
  font-size: 15px;
  color: #000;
  line-height: 26px;
  letter-spacing: 4px;
  opacity: 0.5;
}
.wraper-technology-covering
  .technology-covering-section
  .technology-covering-section-item
  .new-cta-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 35px;
  padding: 13px 33px 14px 33px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-technology-covering
  .technology-covering-section
  .technology-covering-section-item
  .new-cta-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-technology-covering
  .technology-covering-section
  .technology-covering-section-item
  .new-cta-btn:hover {
  color: #000;
}
.wraper-technology-covering
  .technology-covering-section
  .technology-covering-section-item
  .new-cta-btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-technology-covering
  .technology-covering-section
  .technology-covering-section-item
  .new-cta-btn
  > span {
  position: relative;
}
.wraper-technology-benefits {
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
  background-color: var(--main-black-color);
}
.wraper-technology-benefits > .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
.wraper-technology-benefits .technology-benefits {
  margin-right: -25px;
  margin-left: -25px;
}
.wraper-technology-benefits .technology-benefits .technology-benefits-section {
  margin-bottom: 50px;
  padding-right: 25px;
  padding-left: 25px;
}
.wraper-technology-benefits
  .technology-benefits
  .technology-benefits-section
  .technology-benefits-welcomeimage {
  width: 123%;
  float: right;
}
.wraper-technology-benefits
  .technology-benefits
  .technology-benefits-section
  .technology-benefits-welcomeimage
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wraper-technology-benefits
  .technology-benefits
  .technology-benefits-section
  .technology-benefits-section-heading {
  margin-bottom: 45px;
}
.wraper-technology-benefits
  .technology-benefits
  .technology-benefits-section
  .technology-benefits-section-heading
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-technology-benefits
  .technology-benefits
  .technology-benefits-section
  .technology-benefits-section-heading
  h3,
.wraper-technology-benefits
  .technology-benefits
  .technology-benefits-section
  .technology-benefits-section-heading
  .h3 {
  margin-top: 0;
  margin-bottom: 25px;
}
.wraper-technology-benefits
  .technology-benefits
  .technology-benefits-section
  .technology-benefits-section-heading
  p {
  margin-bottom: 20px;
}
.wraper-technology-benefits
  .technology-benefits
  .technology-benefits-section
  .technology-benefits-section-accordion
  > .panel {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.wraper-technology-benefits
  .technology-benefits
  .technology-benefits-section
  .technology-benefits-section-accordion
  > .panel
  > .panel-heading
  .panel-title {
  margin-top: 0;
  margin-bottom: 0;
}
.wraper-technology-benefits
  .technology-benefits
  .technology-benefits-section
  .technology-benefits-section-accordion
  > .panel
  > .panel-heading
  .panel-title
  > a {
  position: relative;
  display: block;
  padding: 20px 20px 20px 50px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-technology-benefits
  .technology-benefits
  .technology-benefits-section
  .technology-benefits-section-accordion
  > .panel
  > .panel-heading
  .panel-title
  > a:before {
  position: absolute;
  top: 25px;
  left: 15px;
  font-family: "LineAwesome";
  content: "\f112";
  font-size: 18px;
  color: #fff;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-technology-benefits
  .technology-benefits
  .technology-benefits-section
  .technology-benefits-section-accordion
  > .panel
  > .panel-heading
  .panel-title
  > a[aria-expanded="true"] {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.wraper-technology-benefits
  .technology-benefits
  .technology-benefits-section
  .technology-benefits-section-accordion
  > .panel
  > .panel-heading
  .panel-title
  > a[aria-expanded="true"]:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wraper-technology-benefits
  .technology-benefits
  .technology-benefits-section
  .technology-benefits-section-accordion
  > .panel
  > .panel-collapse
  > .panel-body {
  padding: 0 20px 25px 50px;
  background-color: rgba(255, 255, 255, 0.2);
}
.wraper-technology-benefits
  .technology-benefits
  .technology-benefits-section
  .technology-benefits-section-accordion
  > .panel
  > .panel-collapse
  > .panel-body
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-technology-benefits
  .technology-benefits
  .technology-benefits-section
  .technology-benefits-section-accordion
  > .panel
  > .panel-collapse
  > .panel-body
  p {
  margin-bottom: 20px;
}
.wraper-technology-models {
  width: 100%;
  background-color: #f3f5f6;
}
.wraper-technology-models > .container {
  max-width: 1250px;
  padding-top: 100px;
  padding-bottom: 50px;
}
.wraper-technology-models .technology-models-box {
  margin-bottom: 10px;
  margin-right: -20px;
  margin-left: -20px;
}
.wraper-technology-models .technology-models-box .technology-models-box-item {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder {
  padding: 30px 20px 45px 20px;
  background-color: var(--main-white-color);
}
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder
  > .heading {
  margin-bottom: 30px;
}
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder
  > .heading
  h3,
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder
  > .heading
  h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
}
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder
  > .heading
  .card {
  padding: 15px 20px;
  background-color: #f3f5f6;
  border: none;
  border-radius: 0;
}
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder
  > .heading
  .card
  p {
  color: #27363e;
  opacity: 0.85;
}
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder
  > .body {
  margin-bottom: 35px;
}
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder
  > .body
  ul.list {
  padding-left: 0;
  list-style: none;
}
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder
  > .body
  ul.list
  li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 32px;
}
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder
  > .body
  ul.list
  li:last-child,
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder
  > .body
  ul.list
  li:only-child {
  margin-bottom: 0;
}
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder
  > .body
  ul.list
  li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "LineAwesome";
  content: "\f17b";
  font-size: 18px;
}
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder
  > .more
  .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 13px 33px 14px 33px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder
  > .more
  .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder
  > .more
  .btn:hover {
  color: #000;
}
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder
  > .more
  .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-technology-models
  .technology-models-box
  .technology-models-box-item
  > .holder
  > .more
  .btn
  > span {
  position: relative;
}
.wraper-technology-process {
  width: 100%;
}
.wraper-technology-process > .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
.wraper-technology-process .technology-process-heading {
  margin-bottom: 45px;
}
.wraper-technology-process .technology-process-heading > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-technology-process .technology-process-heading h3,
.wraper-technology-process .technology-process-heading .h3 {
  margin-top: 0;
  margin-bottom: 25px;
}
.wraper-technology-process .technology-process-heading p {
  margin-bottom: 20px;
}
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list {
  position: relative;
  padding-bottom: 40px;
}
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list:before {
  position: absolute;
  top: 0;
  bottom: 40px;
  left: 50%;
  z-index: 0;
  content: " ";
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
}
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list
  > .technology-process-timeline-list-number {
  margin-top: -15px;
}
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list
  > .technology-process-timeline-list-number
  > .holder
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list
  > .technology-process-timeline-list-number
  > .holder
  .number {
  padding-bottom: 20px;
  background-color: #fff;
  font-weight: 700;
  font-size: 64px;
  color: rgba(0, 0, 0, 0.2);
  line-height: 75px;
}
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list
  > .technology-process-timeline-list-box
  > .holder {
  position: relative;
  padding: 30px 30px 30px 30px;
  background-color: var(--main-black-color);
}
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list
  > .technology-process-timeline-list-box
  > .holder:before {
  position: absolute;
  top: 0;
  z-index: 0;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
}
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list
  > .technology-process-timeline-list-box
  > .holder.angle-right:before {
  left: 100%;
  border-width: 22px 22px 0 0;
  border-color: #000 transparent transparent transparent;
}
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list
  > .technology-process-timeline-list-box
  > .holder.angle-left:before {
  right: 100%;
  border-width: 0 22px 22px 0;
  border-color: transparent #000 transparent transparent;
}
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list
  > .technology-process-timeline-list-box
  > .holder
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list
  > .technology-process-timeline-list-box
  > .holder
  h3,
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list
  > .technology-process-timeline-list-box
  > .holder
  h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 1px;
}
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list
  > .technology-process-timeline-list-box
  > .holder
  ul.list {
  padding-left: 0;
  list-style: none;
}
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list
  > .technology-process-timeline-list-box
  > .holder
  ul.list
  li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 32px;
}
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list
  > .technology-process-timeline-list-box
  > .holder
  ul.list
  li:last-child,
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list
  > .technology-process-timeline-list-box
  > .holder
  ul.list
  li:only-child {
  margin-bottom: 0;
}
.wraper-technology-process
  .technology-process-timeline
  .technology-process-timeline-list
  > .technology-process-timeline-list-box
  > .holder
  ul.list
  li:before {
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 0;
  content: " ";
  width: 15px;
  height: 1px;
  background-color: #fff;
}
.wraper-blockchain-faq.technology-page > .container {
  padding-bottom: 100px;
}
.wraper-landing-header {
  z-index: 9;
  width: 100%;
}
.wraper-landing-header .wraper-landing-header-main {
  width: 100%;
}
.wraper-landing-header .wraper-landing-header-main > .container-fluid {
  max-width: 1500px;
  padding-right: 20px;
  padding-left: 20px;
}
.wraper-landing-header
  .wraper-landing-header-main
  .landing-header-main
  .brand-logo
  img {
  width: 270px;
}
.wraper-clutch-banner {
  width: 100%;
  background-color: var(--main-black-color);
  min-height: 100vh;
}
.wraper-clutch-banner.newhome-page {
  min-height: calc(100vh - 146px);
}
.wraper-clutch-banner .clutch-banner-images {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.wraper-clutch-banner .clutch-banner-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wraper-clutch-banner > .container {
  max-width: 1220px;
  padding-top: 100px;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  height: 100%;
}
.wraper-clutch-banner .clutch-banner {
  height: 100%;
}
.wraper-clutch-banner .clutch-banner .clutch-banner-section {
  margin-bottom: 50px;
}
.wraper-clutch-banner .clutch-banner .clutch-banner-section.nyc-page {
  position: relative;
}
.wraper-clutch-banner .clutch-banner .clutch-banner-section .page-title {
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .page-title.has-large-bottom-margin {
  margin-bottom: 90px;
}
.wraper-clutch-banner .clutch-banner .clutch-banner-section .page-title strong {
  display: block;
  margin-top: 5px;
  font-weight: 700;
  font-size: 45px;
}
.wraper-clutch-banner .clutch-banner .clutch-banner-section .nyc-page-title {
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
.wraper-clutch-banner .clutch-banner .clutch-banner-section .nyc-page-subtitle {
  margin-top: 0;
  margin-bottom: 23px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.wraper-clutch-banner .clutch-banner .clutch-banner-section .nyc-page-tagline {
  margin-top: 0;
  margin-bottom: 45px;
  font-weight: 400;
  font-size: 30px;
  color: #ffcc3f;
  line-height: 1.5;
  letter-spacing: 0;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-cta {
  margin-top: 28px;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-cta
  .clutch-banner-section-cta-items {
  position: relative;
  margin-bottom: 25px;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-cta
  .clutch-banner-section-cta-items
  .clutch-banner-section-cta-items-media
  .media-icon {
  width: 30px;
  margin-top: 6px;
  margin-right: 12px;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-cta
  .clutch-banner-section-cta-items
  .clutch-banner-section-cta-items-media
  .title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-cta
  .clutch-banner-section-cta-items
  .clutch-banner-section-cta-items-media
  .title
  strong {
  display: block;
  margin-top: 5px;
  font-weight: inherit;
  font-size: 26px;
  line-height: 35px;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-blocks {
  margin-top: 40px;
  padding: 17px 0 0 0;
  max-width: 580px;
  border: 1px solid rgba(255, 255, 255, 0.21);
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-blocks
  .clutch-banner-section-blocks-items {
  margin-bottom: 15px;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-blocks
  .clutch-banner-section-blocks-items:last-child,
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-blocks
  .clutch-banner-section-blocks-items:only-child {
  border-right: none;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-blocks
  .clutch-banner-section-blocks-items
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-blocks
  .clutch-banner-section-blocks-items
  .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.38;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-blocks
  .clutch-banner-section-blocks-items
  .title
  strong {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-blocks
  .clutch-banner-section-blocks-items
  .title
  strong
  small {
  font-weight: inherit;
  font-size: 90%;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-form {
  padding: 25px;
  background-color: var(--main-white-color);
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-form.with-director-image {
  margin-top: 39px;
  padding-top: 55px !important;
}
@media (min-width: 992px) {
  .wraper-clutch-banner
    .clutch-banner
    .clutch-banner-section
    .clutch-banner-section-form {
    padding-top: 13px !important;
    padding-bottom: 25px !important;
  }
  .wraper-clutch-banner
    .clutch-banner
    .clutch-banner-section
    .clutch-banner-section-form.with-director-image {
    padding-top: 55px !important;
  }
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-form
  .clutch-banner-section-form-director {
  top: -60px;
  right: 0;
  left: 0;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-form
  .clutch-banner-section-form-director
  img {
  width: 100px;
  border-radius: 50%;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-form
  .clutch-banner-section-form-title
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-form
  .clutch-banner-section-form-title
  .title {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-form
  .clutch-banner-section-form-main.uipl-contact-form
  .form-group {
  margin-bottom: 30px;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-form
  .clutch-banner-section-form-main.uipl-contact-form
  .form-group
  .bar {
  border-bottom-width: 1px;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-form
  .clutch-banner-section-form-main.uipl-contact-form
  .form-group
  .button-4 {
  width: 160px;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-form
  .clutch-banner-section-form-main.uipl-contact-form
  .form-group
  .button-4
  .eff-4 {
  width: inherit;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-form
  .clutch-banner-section-form-main.uipl-contact-form
  .form-group
  .button-4
  .submit-btn {
  font-size: 1rem;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-form
  .clutch-banner-section-form-main.uipl-contact-form
  .textarea-border {
  height: 70px;
  padding: 10px 15px 10px;
  border-width: 1px;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-form
  .clutch-banner-section-form-main.uipl-contact-form
  .textarea-border
  textarea {
  height: 47px;
  margin-top: 0;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-form
  .clutch-banner-section-form-main.uipl-contact-form
  .form-group.file-wrap,
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-form
  .clutch-banner-section-form-main.uipl-contact-form
  .form-group.submit-wrap {
  margin-top: 14px;
}
.wraper-clutch-banner
  .clutch-banner
  .clutch-banner-section
  .clutch-banner-section-form
  .clutch-banner-section-form-main.uipl-contact-form
  .form-group.file-wrap {
  margin-bottom: 8px;
}
.wraper-clutch-value {
  width: 100%;
  background: url(../images/Clutch-Value-Background-Image-Top-Light.svg) center
      top no-repeat,
    url(../images/Clutch-Value-Background-Image-Bottom-Light.svg) center bottom
      no-repeat #f6f6f6;
  overflow: hidden;
}
.wraper-clutch-value > .container {
  max-width: 1220px;
  padding-top: 100px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
}
.wraper-clutch-value .clutch-value {
  margin-right: -75px;
  margin-left: -75px;
}
.wraper-clutch-value .clutch-value .clutch-value-section {
  margin-bottom: 50px;
  padding-right: 75px;
  padding-left: 75px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.wraper-clutch-value .clutch-value .clutch-value-section:last-child,
.wraper-clutch-value .clutch-value .clutch-value-section:only-child {
  border-right: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wraper-clutch-value .clutch-value .clutch-value-section.left_padding_gap {
    padding-right: 75px;
    padding-left: 45px;
  }
}
.wraper-clutch-value .clutch-value .clutch-value-section .title {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.33;
  letter-spacing: 0;
}
.wraper-clutch-value .clutch-value .clutch-value-section .subtitle {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0;
}
.wraper-clutch-value .clutch-value .clutch-value-section .tagline {
  margin-top: 0;
  margin-bottom: 45px;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0;
}
.wraper-clutch-value .clutch-value .clutch-value-section .data {
  margin-top: 0;
  margin-bottom: 45px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0;
}
.wraper-clutch-value .clutch-value .clutch-value-section ul.list {
  margin-top: 0;
  margin-bottom: 45px;
  padding-left: 0;
  list-style: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}
.wraper-clutch-value .clutch-value .clutch-value-section ul.list li {
  margin-bottom: 12px;
}
.wraper-clutch-value .clutch-value .clutch-value-section ul.list li:last-child,
.wraper-clutch-value .clutch-value .clutch-value-section ul.list li:only-child {
  margin-bottom: none;
}
.wraper-clutch-value .clutch-value .clutch-value-section ul.list li:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 1px;
  margin-right: 12px;
  background-color: #000;
}
.wraper-clutch-value .clutch-value .clutch-value-section ul.horizontal-list {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wraper-clutch-value .clutch-value .clutch-value-section ul.horizontal-list {
    font-size: 21px;
  }
}
.wraper-clutch-value .clutch-value .clutch-value-section ul.horizontal-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
}
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  ul.horizontal-list
  li:first-child {
  padding-left: 0;
}
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  ul.horizontal-list
  li:last-child {
  padding-right: 0;
}
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  ul.horizontal-list
  li:only-child {
  padding-left: 0;
  padding-right: 0;
}
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  ul.horizontal-list
  li:before {
  position: absolute;
  top: 12px;
  right: -1px;
  z-index: 0;
  content: " ";
  width: 1px;
  height: 13px;
  background-color: #212529;
}
@media (max-width: 991.98px) {
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    ul.horizontal-list
    li:before {
    top: 4px;
  }
}
@media (max-width: 767px) {
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    ul.horizontal-list
    li:before {
    top: 5px;
  }
}
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  ul.horizontal-list
  li:last-child:before,
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  ul.horizontal-list
  li:only-child:before {
  display: none;
}
.wraper-clutch-value .clutch-value .clutch-value-section .circle-box {
  font-size: 0;
}
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  .circle-box
  .circle-box-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  margin-bottom: 20px;
}
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  .circle-box
  .circle-box-item:last-child,
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  .circle-box
  .circle-box-item:only-child {
  margin-right: 0 !important;
}
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  .circle-box
  .circle-box-item
  > .circle-holder {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  overflow: hidden;
}
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  .circle-box
  .circle-box-item
  > .circle-holder
  > .circle-half {
  right: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  .circle-box
  .circle-box-item
  > .circle-holder
  > .circle-half.top {
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  .circle-box
  .circle-box-item
  > .circle-holder
  > .circle-half.bottom {
  bottom: 0;
  background-color: #000;
}
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  .circle-box
  .circle-box-item
  > .circle-holder
  > .circle-data {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: 1;
  background-color: #fff;
  border-radius: inherit;
}
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  .circle-box
  .circle-box-item
  > .circle-holder
  > .circle-data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  .circle-box
  .circle-box-item
  > .circle-holder
  > .circle-data
  .circle-title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
}
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  .circle-box
  .circle-box-item
  > .circle-holder
  > .circle-data
  .circle-title
  strong {
  font-weight: 700;
  font-size: 25px;
}
@media (min-width: 992px) and (max-width: 1104px) {
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item {
    margin-right: 18px !important;
  }
}
.wraper-clutch-value .clutch-value .clutch-value-section .blank-space {
  height: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.wraper-clutch-value .clutch-value .clutch-value-section .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 13px 38px 14px 38px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-value .clutch-value .clutch-value-section .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-value .clutch-value .clutch-value-section .btn:hover {
  color: #000;
}
.wraper-clutch-value .clutch-value .clutch-value-section .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-clutch-value .clutch-value .clutch-value-section .btn > span {
  position: relative;
}
.wraper-clutch-value .clutch-value .clutch-value-section .logo_clutch_value {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.wraper-clutch-value .clutch-value .clutch-value-section .logo_clutch_value li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 50px;
  padding-right: 25px;
  padding-left: 25px;
}
.wraper-clutch-value
  .clutch-value
  .clutch-value-section
  .logo_clutch_value
  li
  img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .logo_clutch_value
    li {
    margin-bottom: 25px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .logo_clutch_value
    li
    img {
    height: 140px;
  }
}
@media (max-width: 468px) {
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .logo_clutch_value
    li
    img {
    height: 110px;
  }
}
.wraper-clutch-difference {
  width: 100%;
  background: url(../images/Clutch-Difference-Background-Image.svg) 30% bottom
      no-repeat,
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.05),
      rgba(19, 181, 234, 0.05)
    );
}
.wraper-clutch-difference .clutch-difference-images {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.wraper-clutch-difference .clutch-difference-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wraper-clutch-difference > .container {
  max-width: 1450px;
  padding-top: 100px;
  padding-right: 20px;
  padding-bottom: 55px;
  padding-left: 20px;
}
.wraper-clutch-difference .clutch-difference .clutch-difference-heading {
  margin-bottom: 50px;
}
.wraper-clutch-difference .clutch-difference .clutch-difference-heading .title {
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 57px;
  line-height: 1.23;
}
.wraper-clutch-difference .clutch-difference .clutch-difference-heading hr {
  width: 80px;
  border-top: 3px solid var(--main-black-color);
}
.wraper-clutch-difference .clutch-difference .clutch-difference-data {
  margin-bottom: 50px;
  padding-top: 87px;
}
.wraper-clutch-difference .clutch-difference .clutch-difference-data .title {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.7;
}
.wraper-clutch-difference
  .clutch-difference
  .clutch-difference-data
  .title
  strong {
  position: relative;
  font-weight: 700;
  font-size: 50px;
}
.wraper-clutch-difference
  .clutch-difference
  .clutch-difference-data
  .title
  strong:before {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  z-index: 0;
  content: " ";
  border: 1.5px dashed #979797;
  opacity: 0.5;
}
.wraper-clutch-difference
  .clutch-difference
  .clutch-difference-data
  .title
  strong.large {
  font-size: 60px;
}
.wraper-clutch-difference
  .clutch-difference
  .clutch-difference-data
  .title
  strong.red {
  color: #fc3a30;
}
.wraper-clutch-difference
  .clutch-difference
  .clutch-difference-data
  .title
  strong.orange {
  color: #f77800;
}
.wraper-clutch-difference
  .clutch-difference
  .clutch-difference-data
  .title
  strong.blue {
  color: #0099e1;
}
.wraper-clutch-difference
  .clutch-difference
  .clutch-difference-data
  .title
  strong.green {
  color: #00d165;
}
.wraper-clutch-difference
  .clutch-difference
  .clutch-difference-data
  .title
  strong.black {
  color: var(--main-black-color);
}
.wraper-clutch-difference
  .clutch-difference
  .clutch-difference-data
  .title
  .comma {
  opacity: 0.3;
}
.wraper-clutch-difference .clutch-difference .clutch-difference-data .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 13px 33px 14px 33px;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-difference
  .clutch-difference
  .clutch-difference-data
  .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-difference
  .clutch-difference
  .clutch-difference-data
  .btn:hover {
  color: #fff;
}
.wraper-clutch-difference
  .clutch-difference
  .clutch-difference-data
  .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-clutch-difference
  .clutch-difference
  .clutch-difference-data
  .btn
  > span {
  position: relative;
}
.wraper-clutch-casestudies {
  width: 100%;
}
.wraper-clutch-casestudies.home-page-v3 {
  margin-bottom: 90px;
}
.wraper-clutch-casestudies .wraper-clutch-casestudies-title > .container {
  padding-top: 90px;
  padding-bottom: 55px;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-title
  .clutch-casestudies-title
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-title
  .clutch-casestudies-title
  .title {
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 60px;
  color: #212121;
  line-height: 1.23;
}
.wraper-clutch-casestudies .wraper-clutch-casestudies-thumbs {
  width: 100%;
}
.wraper-clutch-casestudies .wraper-clutch-casestudies-thumbs > .container {
  max-width: 1450px;
  padding-top: 0;
  padding-bottom: 0;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-thumbs
  .clutch-casestudies-thumbs {
  margin-left: -30px;
  margin-right: -30px;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-thumbs
  .clutch-casestudies-thumbs
  .swiper-slide {
  height: auto;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-thumbs
  .clutch-casestudies-thumbs
  .clutch-casestudies-thumbs-item {
  padding-left: 22px;
  padding-right: 22px;
  cursor: pointer;
  opacity: 0.6;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-thumbs
  .clutch-casestudies-thumbs
  .clutch-casestudies-thumbs-item:after,
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-thumbs
  .clutch-casestudies-thumbs
  .clutch-casestudies-thumbs-item:before {
  bottom: -3px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-thumbs
  .clutch-casestudies-thumbs
  .clutch-casestudies-thumbs-item:after {
  border-color: transparent;
  border-bottom-color: #f2fbfe;
  border-width: 0;
  margin-left: 0;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-thumbs
  .clutch-casestudies-thumbs
  .clutch-casestudies-thumbs-item:before {
  border-color: rgba(191, 0, 0, 0);
  border-bottom-color: #e8e8e8;
  border-width: 0;
  margin-left: 0;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-thumbs
  .clutch-casestudies-thumbs
  .clutch-casestudies-thumbs-item.black-arrow:after {
  border-bottom-color: var(--main-black-color);
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-thumbs
  .clutch-casestudies-thumbs
  .clutch-casestudies-thumbs-item.black-arrow:before {
  border-bottom-color: var(--main-black-color);
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-thumbs
  .clutch-casestudies-thumbs
  .clutch-casestudies-thumbs-item
  > .holder
  > .pic {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-thumbs
  .clutch-casestudies-thumbs
  .clutch-casestudies-thumbs-item.bb_logo {
  padding-left: 6px;
  padding-right: 21px;
  margin-top: -3px;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-thumbs
  .clutch-casestudies-thumbs
  .clutch-casestudies-thumbs-item.nbcu_logo {
  padding-left: 18px;
  padding-right: 8px;
  margin-top: -5px;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-thumbs
  .clutch-casestudies-thumbs
  .swiper-slide-thumb-active
  .clutch-casestudies-thumbs-item {
  opacity: 1;
  filter: grayscale(0);
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-thumbs
  .clutch-casestudies-thumbs
  .swiper-slide-thumb-active
  .clutch-casestudies-thumbs-item:after {
  border-width: 12px;
  margin-left: -12px;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-thumbs
  .clutch-casestudies-thumbs
  .swiper-slide-thumb-active
  .clutch-casestudies-thumbs-item:before {
  border-width: 15px;
  margin-left: -15px;
}
.wraper-clutch-casestudies .wraper-clutch-casestudies-details {
  width: 100%;
  margin-top: -2px;
  background-color: #f2fbfe;
}
.wraper-clutch-casestudies .wraper-clutch-casestudies-details > .container {
  max-width: 1450px;
  padding-top: 100px;
  padding-right: 20px;
  padding-bottom: 80px;
  padding-left: 20px;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details.home-page
  > .container {
  padding-top: 40px;
  padding-bottom: 25px;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item {
  margin-left: -30px;
  margin-right: -30px;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-pic {
  margin-bottom: 50px;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-pic
  img {
  width: 100%;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data {
  margin-bottom: 50px;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .subtitle {
  margin-bottom: 20px;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .subtitle
  img {
  width: auto;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .desciption {
  margin-bottom: 38px;
  font-size: 18px;
  line-height: 1.56;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  ul.tags {
  padding-left: 0;
  font-size: 0;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  ul.tags
  > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 15px;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  ul.tags
  > li
  > .holder {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 2px 12px 1px 12px;
  border: 1px #000 solid;
  font-size: 14px;
  color: #000;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  ul.tags
  > li
  > .holder:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  ul.tags
  > li
  > .holder:hover {
  color: #fff;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  ul.tags
  > li
  > .holder:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  ul.tags
  > li
  > .holder
  > span {
  position: relative;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .btn1 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 13px 25px 14px 25px;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 0;
  font-family: "CircularStd";
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .btn1:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .btn1:hover {
  color: #fff;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .btn1:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .btn1
  > span {
  position: relative;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .btn2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 13px 25px 14px 25px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  font-family: "CircularStd";
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .btn2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .btn2:hover {
  color: #000;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .btn2:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .btn2
  > span {
  position: relative;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.27);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main-black-color);
  border-color: var(--main-black-color);
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details-navigation
  .clutch-casestudies-details-navigation-prev,
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details-navigation
  .clutch-casestudies-details-navigation-next {
  top: 50%;
  font-size: 60px;
  color: #000;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details-navigation
  .clutch-casestudies-details-navigation-prev:hover,
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details-navigation
  .clutch-casestudies-details-navigation-next:hover {
  color: rgba(0, 0, 0, 0.5);
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details-navigation
  .clutch-casestudies-details-navigation-prev {
  left: -50px;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details-navigation
  .clutch-casestudies-details-navigation-next {
  right: -50px;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details-pagination
  > .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  outline: none;
  margin-right: 4px;
  margin-left: 4px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details
  .clutch-casestudies-details-pagination
  > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.wraper-clutch-casestudies .wraper-clutch-casestudies-details.black-background {
  background-color: var(--main-black-color);
  border-top: 2px solid var(--main-black-color);
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details.black-background
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .title,
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details.black-background
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .subtitle,
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details.black-background
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .desciption {
  color: var(--main-white-color);
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details.black-background
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  ul.tags
  > li
  > .holder {
  border-color: var(--main-white-color);
  color: var(--main-white-color);
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details.black-background
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .btn1 {
  background-color: var(--main-white-color);
  border-color: var(--main-white-color);
  color: var(--main-black-color);
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details.black-background
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .btn1:before {
  background-color: var(--main-black-color);
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details.black-background
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .btn1:hover {
  color: var(--main-white-color);
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details.black-background
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .btn2 {
  border-color: var(--main-white-color);
  color: var(--main-white-color);
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details.black-background
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .btn2:before {
  background-color: var(--main-white-color);
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details.black-background
  .clutch-casestudies-details
  .clutch-casestudies-details-item
  .clutch-casestudies-details-item-data
  .btn2:hover {
  color: var(--main-black-color);
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details.black-background
  .clutch-casestudies-details-navigation
  .clutch-casestudies-details-navigation-prev,
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details.black-background
  .clutch-casestudies-details-navigation
  .clutch-casestudies-details-navigation-next {
  color: var(--main-white-color);
  opacity: 0.35;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details.black-background
  .clutch-casestudies-details-navigation
  .clutch-casestudies-details-navigation-prev:hover,
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details.black-background
  .clutch-casestudies-details-navigation
  .clutch-casestudies-details-navigation-next:hover {
  opacity: 1;
}
.wraper-clutch-casestudies
  .wraper-clutch-casestudies-details.black-background
  .clutch-casestudies-details-pagination
  > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main-white-color);
}
.wraper-clutch-awards {
  width: 100%;
}
.wraper-clutch-awards > .container {
  max-width: 1450px;
  padding-top: 70px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.wraper-clutch-awards .clutch-awards .clutch-awards-heading {
  margin-bottom: 50px;
}
.wraper-clutch-awards .clutch-awards .clutch-awards-heading:after,
.wraper-clutch-awards .clutch-awards .clutch-awards-heading:before {
  left: calc(100% - 1px);
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.wraper-clutch-awards .clutch-awards .clutch-awards-heading:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.wraper-clutch-awards .clutch-awards .clutch-awards-heading:before {
  border-color: rgba(177, 177, 177, 0);
  border-left-color: #b1b1b1;
  border-width: 11px;
  margin-top: -11px;
}
.wraper-clutch-awards .clutch-awards .clutch-awards-heading .heading-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-image: linear-gradient(to bottom, #fff, #b1b1b1 50%, #fff);
}
.wraper-clutch-awards .clutch-awards .clutch-awards-heading .title {
  margin-top: 0;
  margin-bottom: 0;
}
.wraper-clutch-awards .clutch-awards .clutch-awards-showcase {
  margin-bottom: 20px;
}
.wraper-clutch-awards
  .clutch-awards
  .clutch-awards-showcase
  .clutch-awards-showcase-row
  .clutch-awards-showcase-row-item {
  margin-bottom: 30px;
}
.wraper-clutch-awards
  .clutch-awards
  .clutch-awards-showcase
  .clutch-awards-showcase-row
  .clutch-awards-showcase-row-item
  img {
  position: relative;
}
.wraper-clutch-awards
  .clutch-awards
  .clutch-awards-showcase
  .clutch-awards-showcase-row
  .clutch-awards-showcase-row-item.deloitte
  img {
  top: 40px;
  right: -55px;
  width: 240px;
}
.wraper-clutch-awards
  .clutch-awards
  .clutch-awards-showcase
  .clutch-awards-showcase-row
  .clutch-awards-showcase-row-item.clutch
  img {
  width: 130px;
}
.wraper-clutch-awards
  .clutch-awards
  .clutch-awards-showcase
  .clutch-awards-showcase-row
  .clutch-awards-showcase-row-item.goodfirms
  img {
  right: 10px;
  width: 155px;
}
.wraper-clutch-awards
  .clutch-awards
  .clutch-awards-showcase
  .clutch-awards-showcase-row
  .clutch-awards-showcase-row-item.upwork
  img {
  right: 45px;
  width: 130px;
}
.wraper-clutch-services {
  width: 100%;
  background-color: var(--main-white-color);
}
.wraper-clutch-services > .container {
  max-width: 1450px;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 20px;
}
.wraper-clutch-services .clutch-services-title {
  margin-bottom: 45px;
}
.wraper-clutch-services
  .clutch-services-title
  .clutch-services-title-main
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-clutch-services .clutch-services-title .clutch-services-title-main p {
  font-size: 18px;
  line-height: 1.7;
}
.wraper-clutch-services .clutch-services-box {
  margin-bottom: 15px;
}
.wraper-clutch-services .clutch-services-box .clutch-services-box-item {
  margin-bottom: 30px;
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder {
  overflow: hidden;
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder
  > .background-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder
  > .background-overlay
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder
  > .main-placeholder {
  z-index: 2;
  padding: 45px 30px 25px 30px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder
  > .main-placeholder
  > .data {
  margin-bottom: 50px;
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder
  > .main-placeholder
  > .data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder
  > .main-placeholder
  > .data
  h4,
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder
  > .main-placeholder
  > .data
  .h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "CircularStd";
  font-weight: 400;
  font-size: 26px;
  line-height: 1.4;
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder
  > .main-placeholder
  > .data
  h4
  a,
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder
  > .main-placeholder
  > .data
  .h4
  a {
  color: inherit;
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder
  > .main-placeholder
  > .data
  p {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder
  > .main-placeholder
  > .icon
  > .icon-placeholder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 40px;
  min-height: 40px;
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder
  > .main-placeholder
  > .icon
  > .icon-placeholder
  > .icon-layer {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder
  > .main-placeholder
  > .icon
  > .icon-placeholder
  > .icon-layer.layer-two {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder
  > .main-placeholder
  > .icon
  > .icon-placeholder
  > .icon-layer
  svg {
  width: 100%;
  height: auto;
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder:hover
  > .main-placeholder {
  background-color: #000;
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder:hover
  > .main-placeholder
  > .data
  p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder:hover
  > .main-placeholder
  > .icon
  > .icon-placeholder
  > .icon-layer.layer-one {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.wraper-clutch-services
  .clutch-services-box
  .clutch-services-box-item
  > .holder:hover
  > .main-placeholder
  > .icon
  > .icon-placeholder
  > .icon-layer.layer-two {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wraper-clutch-services .clutch-services-more .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 13px 33px 14px 33px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-services .clutch-services-more .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-services .clutch-services-more .btn:hover {
  color: #000;
}
.wraper-clutch-services .clutch-services-more .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-clutch-services .clutch-services-more .btn > span {
  position: relative;
}
.wraper-clutch-practices {
  width: 100%;
  margin-bottom: 108px;
}
.wraper-clutch-practices .wraper-clutch-practices-title > .container {
  max-width: 1220px;
  padding-top: 0;
  padding-bottom: 55px;
}
.wraper-clutch-practices
  .wraper-clutch-practices-title.with-top-padding
  > .container {
  padding-top: 100px;
}
.wraper-clutch-practices
  .wraper-clutch-practices-title
  .clutch-practices-title
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-clutch-practices
  .wraper-clutch-practices-title
  .clutch-practices-title
  .title {
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.23;
}
.wraper-clutch-practices .wraper-clutch-practices-points:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  content: " ";
  width: calc(50% + 340px);
}
.wraper-clutch-practices
  .wraper-clutch-practices-points.black-background:before {
  background-color: var(--main-black-color);
}
.wraper-clutch-practices
  .wraper-clutch-practices-points.blue-background:before {
  background: url(../images/Clutch-Best-Practices-Background-Image.svg) center
    center no-repeat #2575fc;
  background-size: cover;
}
.wraper-clutch-practices .wraper-clutch-practices-points > .container {
  max-width: 1220px;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  ul.clutch-practices-points-item-tab {
  margin-bottom: 50px;
  border: none;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  ul.clutch-practices-points-item-tab
  li.nav-item
  a {
  position: relative;
  display: block;
  padding: 18px 25px 18px 25px;
  background-color: transparent;
  border: none;
  border-left: 1px solid #e6e6e6;
  border-radius: 0;
  font-weight: 500;
  font-size: 17px;
  color: #bababa;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  ul.clutch-practices-points-item-tab
  li.nav-item
  a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  z-index: 0;
  content: " ";
  width: 1px;
  background-color: var(--main-black-color);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  ul.clutch-practices-points-item-tab
  li.nav-item
  a
  span.mobile {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  ul.clutch-practices-points-item-tab
  li.nav-item
  a.active {
  color: #000;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  ul.clutch-practices-points-item-tab
  li.nav-item
  a.active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  ul.clutch-practices-points-item-tab
  li.nav-item
  a.active
  span.mobile {
  background-color: #fff;
  color: #000;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  .clutch-practices-points-item-details {
  margin-right: -25px;
  margin-left: -25px;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  .clutch-practices-points-item-details
  > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  .clutch-practices-points-item-details
  .clutch-practices-points-item-details-pic {
  margin-bottom: 50px;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  .clutch-practices-points-item-details
  .clutch-practices-points-item-details-pic.new-home-page {
  position: relative;
  overflow: hidden;
  padding-top: calc((80 / 100) * 100%);
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  .clutch-practices-points-item-details
  .clutch-practices-points-item-details-pic.new-home-page
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  .clutch-practices-points-item-details
  .clutch-practices-points-item-details-data {
  margin-bottom: 50px;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  .clutch-practices-points-item-details
  .clutch-practices-points-item-details-data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  .clutch-practices-points-item-details
  .clutch-practices-points-item-details-data
  .title {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "CircularStd";
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 4px;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  .clutch-practices-points-item-details
  .clutch-practices-points-item-details-data
  .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 35px;
  padding: 13px 33px 14px 33px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  font-family: "CircularStd";
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  .clutch-practices-points-item-details
  .clutch-practices-points-item-details-data
  .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  .clutch-practices-points-item-details
  .clutch-practices-points-item-details-data
  .btn:hover {
  color: #000;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  .clutch-practices-points-item-details
  .clutch-practices-points-item-details-data
  .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-clutch-practices
  .wraper-clutch-practices-points
  .clutch-practices-points
  .clutch-practices-points-item
  .clutch-practices-points-item-details
  .clutch-practices-points-item-details-data
  .btn
  > span {
  position: relative;
}
.wraper-home-casestudies {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #f5faff;
}
.wraper-home-casestudies .wraper-home-casestudies-box {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wraper-home-casestudies .wraper-home-casestudies-box > .container {
  max-width: 1450px;
  padding-top: 130px;
  padding-bottom: 10px;
}
.wraper-home-casestudies .wraper-home-casestudies-box .home-casestudies-main {
  margin-right: -30px;
  margin-left: -30px;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-pic {
  margin-bottom: 40px;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-pic
  > .home-casestudies-main-pic-placeholder {
  padding-top: calc((90 / 100) * 100%);
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-pic
  > .home-casestudies-main-pic-placeholder
  > .home-casestudies-main-pic-item {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-pic
  > .home-casestudies-main-pic-placeholder
  > .home-casestudies-main-pic-item
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data {
  margin-bottom: 40px;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-glow {
  top: -80px;
  left: 30px;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title {
  margin-bottom: 80px;
  margin-left: 80px;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title
  > .title {
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 60px;
  color: #000;
  line-height: 1.1;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title
  > .title
  > span {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title
  > .title:nth-of-type(2)
  > span {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title
  > .subtitle {
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  line-height: 28px;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title
  > .subtitle
  > span {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-content {
  margin-bottom: 33px;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-content
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-content
  > .name {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 3px;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-content
  > .name
  > span {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-content
  > .description {
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 28px;
  color: #000;
  line-height: 38px;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-content
  > .description
  > span {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-more {
  overflow: hidden;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-more
  > span {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: all 0.3s ease-in-out 0.9s;
  transition: all 0.3s ease-in-out 0.9s;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-more
  .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 13px 33px 14px 33px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-more
  .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-more
  .btn:hover {
  color: #000;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-more
  .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-home-casestudies
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-more
  .btn
  > span {
  position: relative;
}
.wraper-home-casestudies .wraper-home-casestudies-skip {
  right: 20px;
  bottom: 20px;
}
.wraper-home-casestudies.city-bank
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-pic
  > .home-casestudies-main-pic-placeholder
  > .home-casestudies-main-pic-item.city-bank,
.wraper-home-casestudies.openreel
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-pic
  > .home-casestudies-main-pic-placeholder
  > .home-casestudies-main-pic-item.openreel,
.wraper-home-casestudies.houselab
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-pic
  > .home-casestudies-main-pic-placeholder
  > .home-casestudies-main-pic-item.houselab,
.wraper-home-casestudies.largo
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-pic
  > .home-casestudies-main-pic-placeholder
  > .home-casestudies-main-pic-item.largo,
.wraper-home-casestudies.londonrag
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-pic
  > .home-casestudies-main-pic-placeholder
  > .home-casestudies-main-pic-item.londonrag {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.wraper-home-casestudies.city-bank
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title
  > .title
  > span.city-bank,
.wraper-home-casestudies.openreel
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title
  > .title
  > span.openreel,
.wraper-home-casestudies.houselab
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title
  > .title
  > span.houselab,
.wraper-home-casestudies.largo
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title
  > .title
  > span.largo,
.wraper-home-casestudies.londonrag
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title
  > .title
  > span.londonrag {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.wraper-home-casestudies.city-bank
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title
  > .subtitle
  > span.city-bank,
.wraper-home-casestudies.openreel
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title
  > .subtitle
  > span.openreel,
.wraper-home-casestudies.houselab
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title
  > .subtitle
  > span.houselab,
.wraper-home-casestudies.largo
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title
  > .subtitle
  > span.largo,
.wraper-home-casestudies.londonrag
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-title
  > .subtitle
  > span.londonrag {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.wraper-home-casestudies.city-bank
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-content
  > .name
  > span.city-bank,
.wraper-home-casestudies.openreel
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-content
  > .name
  > span.openreel,
.wraper-home-casestudies.houselab
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-content
  > .name
  > span.houselab,
.wraper-home-casestudies.largo
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-content
  > .name
  > span.largo,
.wraper-home-casestudies.londonrag
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-content
  > .name
  > span.londonrag {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.wraper-home-casestudies.city-bank
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-content
  > .description
  > span.city-bank,
.wraper-home-casestudies.openreel
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-content
  > .description
  > span.openreel,
.wraper-home-casestudies.houselab
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-content
  > .description
  > span.houselab,
.wraper-home-casestudies.largo
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-content
  > .description
  > span.largo,
.wraper-home-casestudies.londonrag
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-content
  > .description
  > span.londonrag {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.wraper-home-casestudies.city-bank
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-more
  > span.city-bank,
.wraper-home-casestudies.openreel
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-more
  > span.openreel,
.wraper-home-casestudies.houselab
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-more
  > span.houselab,
.wraper-home-casestudies.largo
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-more
  > span.largo,
.wraper-home-casestudies.londonrag
  .wraper-home-casestudies-box
  .home-casestudies-main
  .home-casestudies-main-data
  > .home-casestudies-main-data-more
  > span.londonrag {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.wraper-home-features-title {
  width: 100%;
  background-color: var(--main-white-color);
}
.wraper-home-features-title > .container {
  max-width: 1450px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.wraper-home-features-title .home-features-main-title > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-home-features-title .home-features-main-title > .title {
  margin-top: 0;
  margin-bottom: 0;
}
.wraper-home-features {
  width: 100%;
  background-color: var(--main-black-color);
}
.wraper-home-features > .container {
  max-width: 1450px;
  padding-top: 100px;
  padding-bottom: 0;
}
.wraper-home-features .home-features-main {
  font-size: 0;
}
.wraper-home-features .home-features-main .home-features-main-item {
  width: 10%;
  min-height: 600px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.wraper-home-features
  .home-features-main
  .home-features-main-item
  > .home-features-main-item-title {
  bottom: 0;
  left: 50%;
  right: 0;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.wraper-home-features
  .home-features-main
  .home-features-main-item
  > .home-features-main-item-title
  > .home-features-main-item-title-placeholder {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.wraper-home-features
  .home-features-main
  .home-features-main-item
  > .home-features-main-item-title
  > .home-features-main-item-title-placeholder
  > .title-line {
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--main-white-color);
}
.wraper-home-features
  .home-features-main
  .home-features-main-item
  > .home-features-main-item-title
  > .home-features-main-item-title-placeholder
  > .title {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  background-color: var(--main-black-color);
}
.wraper-home-features
  .home-features-main
  .home-features-main-item
  > .home-features-main-item-data {
  bottom: 50px;
  right: 10px;
  width: calc(100% - 120px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wraper-home-features
  .home-features-main
  .home-features-main-item
  > .home-features-main-item-data
  > .holder
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-home-features
  .home-features-main
  .home-features-main-item
  > .home-features-main-item-data
  > .holder
  > .pic {
  margin-bottom: 35px;
  padding-top: calc((61 / 100) * 100%);
  overflow: hidden;
}
.wraper-home-features
  .home-features-main
  .home-features-main-item
  > .home-features-main-item-data
  > .holder
  > .pic
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wraper-home-features
  .home-features-main
  .home-features-main-item
  > .home-features-main-item-data
  > .holder
  .decription {
  margin-bottom: 25px;
}
.wraper-home-features
  .home-features-main
  .home-features-main-item:nth-child(1)
  > .home-features-main-item-title {
  width: 550px;
}
.wraper-home-features
  .home-features-main
  .home-features-main-item:nth-child(2)
  > .home-features-main-item-title {
  width: 355px;
}
.wraper-home-features
  .home-features-main
  .home-features-main-item:nth-child(3)
  > .home-features-main-item-title {
  width: 285px;
}
.wraper-home-features
  .home-features-main
  .home-features-main-item:nth-child(4)
  > .home-features-main-item-title {
  width: 370px;
}
.wraper-home-features
  .home-features-main
  .home-features-main-item:nth-child(5)
  > .home-features-main-item-title {
  width: 240px;
}
.wraper-home-features
  .home-features-main
  .home-features-main-item:nth-child(6)
  > .home-features-main-item-title {
  width: 330px;
}
.wraper-home-features
  .home-features-main
  .home-features-main-item.section-active {
  width: 50%;
}
.wraper-home-features
  .home-features-main
  .home-features-main-item.section-active
  > .home-features-main-item-title {
  left: 50px;
  opacity: 1;
}
.wraper-home-features
  .home-features-main
  .home-features-main-item.section-active.section-active-textvisible
  > .home-features-main-item-data {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.wraper-home-featuresmobile {
  background-color: var(--main-black-color);
}
.wraper-home-featuresmobile > .container {
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
}
.wraper-home-featuresmobile
  .home-featuresmobile
  .home-featuresmobile-item
  > .holder
  > .pic {
  margin-bottom: 50px;
  overflow: hidden;
  padding-top: calc((80 / 100) * 100%);
}
.wraper-home-featuresmobile
  .home-featuresmobile
  .home-featuresmobile-item
  > .holder
  > .pic
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wraper-home-featuresmobile
  .home-featuresmobile
  .home-featuresmobile-item
  > .holder
  > .data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-home-featuresmobile
  .home-featuresmobile
  .home-featuresmobile-item
  > .holder
  > .data
  .title {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "CircularStd";
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 4px;
}
.wraper-home-featuresmobile
  .home-featuresmobile
  .swiper-pagination
  > .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  outline: none;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-home-industry {
  width: 100%;
  background-color: #f9f9f9;
}
.wraper-home-industry > .container {
  max-width: 1450px;
  padding-top: 90px;
  padding-right: 20px;
  padding-bottom: 85px;
  padding-left: 20px;
}
.wraper-home-industry .home-industry-title {
  margin-bottom: 50px;
}
.wraper-home-industry .home-industry-title > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-home-industry .home-industry-title > .title {
  margin-top: 0;
  margin-bottom: 0;
}
.wraper-home-industry .home-industry-box {
  margin-right: -17px;
  margin-bottom: 15px;
  margin-left: -17px;
}
.wraper-home-industry .home-industry-box .home-industry-box-item {
  padding-right: 17px;
  padding-left: 17px;
}
.wraper-home-industry .home-industry-box .home-industry-box-item > .holder {
  overflow: hidden;
}
.wraper-home-industry
  .home-industry-box
  .home-industry-box-item
  > .holder
  > .pic {
  margin-bottom: 25px;
  -webkit-clip-path: inset(0 0);
  clip-path: inset(0 0);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.wraper-home-industry
  .home-industry-box
  .home-industry-box-item
  > .holder
  > .pic
  img {
  width: 100%;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.wraper-home-industry
  .home-industry-box
  .home-industry-box-item
  > .holder
  > .data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-home-industry
  .home-industry-box
  .home-industry-box-item
  > .holder
  > .data
  h4,
.wraper-home-industry
  .home-industry-box
  .home-industry-box-item
  > .holder
  > .data
  .h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.wraper-home-industry
  .home-industry-box
  .home-industry-box-item
  > .holder
  > .data
  p {
  margin-bottom: 25px;
}
.wraper-home-industry
  .home-industry-box
  .home-industry-box-item
  > .holder:hover
  > .pic {
  -webkit-clip-path: inset(15px 15px);
  clip-path: inset(15px 15px);
}
.wraper-home-industry
  .home-industry-box
  .home-industry-box-item
  > .holder:hover
  > .pic
  img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.wraper-home-industry
  .home-industry-box-navigation
  .home-industry-box-navigation-prev,
.wraper-home-industry
  .home-industry-box-navigation
  .home-industry-box-navigation-next {
  top: calc(50% - 80px);
  font-size: 40px;
  color: rgba(0, 0, 0, 0.2);
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-home-industry
  .home-industry-box-navigation
  .home-industry-box-navigation-prev:hover,
.wraper-home-industry
  .home-industry-box-navigation
  .home-industry-box-navigation-next:hover {
  color: #000;
}
.wraper-home-industry
  .home-industry-box-navigation
  .home-industry-box-navigation-prev {
  left: -50px;
}
.wraper-home-industry
  .home-industry-box-navigation
  .home-industry-box-navigation-next {
  right: -50px;
}
.wraper-home-industry .home-industry-box-pagination {
  right: 0;
  bottom: -33px;
  left: 0;
}
.wraper-home-industry
  .home-industry-box-pagination
  > .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  outline: none;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-banner-main {
  height: 100vh;
  min-height: 500px;
}
.wraper-banner-main > .banner-main-video {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.wraper-banner-main > .banner-main-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wraper-banner-main > .banner-main-video > .video-js {
  width: 100%;
  height: 100%;
}
.wraper-banner-main > .banner-main-video > .video-js > video {
  object-fit: cover;
  object-position: center center;
}
.wraper-banner-main > .banner-main-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.wraper-banner-main > .container {
  top: 15%;
  max-width: 1450px;
  z-index: 3;
}
.wraper-banner-main > .container .banner-main .page-title {
  margin-bottom: 40px;
  font-size: 75px;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 2px;
  opacity: 1;
}
.wraper-banner-main > .container .banner-main .page-title strong {
  display: block;
  margin-bottom: -0.5%;
  font-weight: inherit;
  font-size: 160%;
}
.wraper-banner-main > .container .banner-main .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 20px;
  padding: 13px 33px 14px 33px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: initial;
}
.wraper-banner-main > .container .banner-main .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.wraper-banner-main > .container .banner-main .btn:hover {
  color: #fff;
}
.wraper-banner-main > .container .banner-main .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-banner-main > .container .banner-main .btn > span {
  position: relative;
}
.wraper-banner-main > .container .banner-main .btn.alt {
  background-color: #000;
  color: #fff;
}
.wraper-banner-main > .container .banner-main .btn.alt:before {
  background-color: #fff;
}
.wraper-banner-main > .container .banner-main .btn.alt:hover {
  color: #000;
}
.wraper-home-countdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.wraper-home-countdown > .container {
  max-width: 1450px;
  padding-top: 25px;
  padding-bottom: 0;
}
.wraper-home-countdown .home-countdown .home-countdown-item {
  margin-bottom: 25px;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.wraper-home-countdown .home-countdown .home-countdown-item:last-child,
.wraper-home-countdown .home-countdown .home-countdown-item:only-child {
  border-right: none;
}
.wraper-home-countdown .home-countdown .home-countdown-item > .holder {
  max-width: 155px;
}
.wraper-home-countdown
  .home-countdown
  .home-countdown-item
  > .holder
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-home-countdown .home-countdown .home-countdown-item > .holder .number {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 36px;
  color: #000;
  line-height: 0.9;
}
.wraper-home-countdown .home-countdown .home-countdown-item > .holder .title {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
.wraper-home-countdown .home-countdown .swiper-pagination {
  bottom: -21px;
}
.wraper-home-countdown
  .home-countdown
  .swiper-pagination
  > .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-home-countdown
  .home-countdown
  .swiper-pagination
  > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.wraper-home-welcome {
  width: 100%;
}
.wraper-home-welcome > .container {
  max-width: 1450px;
  padding-top: 100px;
  padding-bottom: 50px;
}
.wraper-home-welcome .home-welcome-main {
  margin-bottom: 20px;
}
.wraper-home-welcome .home-welcome-main .home-welcome-main-data {
  margin-bottom: 40px;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-data
  .home-welcome-main-text {
  margin-bottom: 30px;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-data
  .home-welcome-main-text
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-data
  .home-welcome-main-text
  .title {
  margin-bottom: 28px;
  color: #000;
  opacity: 1;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-data
  .home-welcome-main-icons
  > .table {
  max-width: 400px;
  margin-bottom: 0;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-data
  .home-welcome-main-icons
  > .table
  > tbody
  > tr
  > td {
  padding: 0 20px 0 0;
  vertical-align: middle;
  border-top: none;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-data
  .home-welcome-main-icons
  > .table
  > tbody
  > tr
  > td
  img {
  width: 100%;
}
.wraper-home-welcome .home-welcome-main .home-welcome-main-awardslogo {
  margin-bottom: 40px;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-awardslogo
  .awardslogo-boxes {
  vertical-align: top;
  width: 100%;
  max-width: 415px;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-awardslogo
  .awardslogo-boxes
  .awardslogo-boxes-item.clutch
  img {
  width: 170px;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-awardslogo
  .awardslogo-boxes
  .awardslogo-boxes-item.deloitte
  img {
  width: 250px;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-awardslogo
  .awardslogo-boxes
  .awardslogo-boxes-item.upwork
  img {
  width: 165px;
}
.wraper-home-welcome .home-welcome-main .home-welcome-main-slider {
  margin-bottom: 40px;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-slider
  .home-welcome-main-slider-box
  .home-welcome-main-slider-box-item
  > .holder
  > .placeholder {
  width: 100%;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-slider
  .home-welcome-main-slider-box
  .home-welcome-main-slider-box-item
  > .holder
  > .placeholder
  img {
  width: 100%;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-slider
  .home-welcome-main-slider-box
  .home-welcome-main-slider-box-item
  > .holder
  > .play-btn {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  margin: auto;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-slider
  .home-welcome-main-slider-box
  .home-welcome-main-slider-box-item
  > .holder
  > .play-btn
  > .holder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  overflow: hidden;
  background-color: var(--main-black-color);
  text-align: center;
  cursor: pointer;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-slider
  .home-welcome-main-slider-box
  .home-welcome-main-slider-box-item
  > .holder
  > .play-btn
  > .holder:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  z-index: 1;
  width: 100%;
  height: 0;
  background-color: var(--main-white-color);
  transition: all 0.5s ease;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-slider
  .home-welcome-main-slider-box
  .home-welcome-main-slider-box-item
  > .holder
  > .play-btn
  > .holder
  i {
  font-size: 17px;
  color: var(--main-white-color);
  line-height: 1;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 600;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-slider
  .home-welcome-main-slider-box
  .home-welcome-main-slider-box-item
  > .holder
  > .play-btn:hover
  > .holder:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-slider
  .home-welcome-main-slider-box
  .home-welcome-main-slider-box-item
  > .holder
  > .play-btn:hover
  > .holder
  i {
  color: var(--main-black-color);
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-slider
  .home-welcome-main-slider-box
  > .swiper-pagination
  > .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-slider
  .home-welcome-main-slider-box
  > .swiper-pagination
  > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.wraper-home-welcome .home-welcome-main .home-welcome-main-pic {
  margin-bottom: 40px;
}
.wraper-home-services {
  background-color: #fafafa;
}
.wraper-home-services > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.wraper-home-services .home-services-box {
  margin-right: -25px;
  margin-left: -25px;
}
.wraper-home-services .home-services-box .home-services-box-item {
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 50px;
}
.wraper-home-services .home-services-box .home-services-box-item > .holder {
  padding: 40px 40px 90px 40px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wraper-home-services
  .home-services-box
  .home-services-box-item
  > .holder
  > .icon {
  margin-bottom: 20px;
}
.wraper-home-services
  .home-services-box
  .home-services-box-item
  > .holder
  > .icon
  > .icon-placeholder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 40px;
  height: 40px;
}
.wraper-home-services
  .home-services-box
  .home-services-box-item
  > .holder
  > .icon
  > .icon-placeholder
  > .icon-layer {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wraper-home-services
  .home-services-box
  .home-services-box-item
  > .holder
  > .icon
  > .icon-placeholder
  > .icon-layer.layer-two {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.wraper-home-services
  .home-services-box
  .home-services-box-item
  > .holder
  > .icon
  > .icon-placeholder
  > .icon-layer
  img {
  width: 100%;
  height: auto;
}
.wraper-home-services
  .home-services-box
  .home-services-box-item
  > .holder
  > .data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-home-services
  .home-services-box
  .home-services-box-item
  > .holder
  > .data
  h4,
.wraper-home-services
  .home-services-box
  .home-services-box-item
  > .holder
  > .data
  .h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "CircularStd";
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
}
.wraper-home-services
  .home-services-box
  .home-services-box-item
  > .holder
  > .data
  h4
  a,
.wraper-home-services
  .home-services-box
  .home-services-box-item
  > .holder
  > .data
  .h4
  a {
  color: inherit;
}
.wraper-home-services
  .home-services-box
  .home-services-box-item
  > .holder
  > .more {
  right: 40px;
  bottom: 40px;
  left: 40px;
}
.wraper-home-services
  .home-services-box
  .home-services-box-item
  > .holder
  > .more
  .btn {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 4.8px;
}
.wraper-home-services
  .home-services-box
  .home-services-box-item
  > .holder
  > .more
  .btn
  a {
  color: inherit;
}
.wraper-home-services
  .home-services-box
  .home-services-box-item
  > .holder:hover {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
}
.wraper-home-services
  .home-services-box
  .home-services-box-item
  > .holder:hover
  > .icon
  > .icon-placeholder
  > .icon-layer.layer-one {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.wraper-home-services
  .home-services-box
  .home-services-box-item
  > .holder:hover
  > .icon
  > .icon-placeholder
  > .icon-layer.layer-two {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wraper-home-services .home-services-more .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 13px 33px 14px 33px;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.wraper-home-services .home-services-more .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.wraper-home-services .home-services-more .btn:hover {
  color: #fff;
}
.wraper-home-services .home-services-more .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-home-services .home-services-more .btn > span {
  position: relative;
}
.wraper-blog-main .blog-single-main {
  width: 100%;
}
.wraper-blog-main .blog-single-main > .container {
  padding-top: 90px;
  padding-bottom: 100px;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea {
  margin-bottom: 80px;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea h1,
.wraper-blog-main .blog-single-main .blog-single-main-textarea h2,
.wraper-blog-main .blog-single-main .blog-single-main-textarea h3,
.wraper-blog-main .blog-single-main .blog-single-main-textarea h4,
.wraper-blog-main .blog-single-main .blog-single-main-textarea h5,
.wraper-blog-main .blog-single-main .blog-single-main-textarea h6 {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  opacity: 1;
  font-weight: 400;
  line-height: 1.4;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea h2 {
  font-size: 38px;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea h3 {
  font-size: 32px;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea h4,
.wraper-blog-main .blog-single-main .blog-single-main-textarea h5,
.wraper-blog-main .blog-single-main .blog-single-main-textarea h6 {
  font-size: 28px;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea p {
  margin-bottom: 22px;
  line-height: 30px;
}
.wraper-blog-main
  .blog-single-main
  .blog-single-main-textarea
  p.scrollspy-title {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 2px;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea p.page-title {
  position: relative;
  margin-top: 10px;
  margin-bottom: 28px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 7px;
}
.wraper-blog-main
  .blog-single-main
  .blog-single-main-textarea
  p.page-title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: " ";
  width: 35px;
  height: 2px;
  background-color: var(--main-black-color);
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea a {
  color: var(--main-uipl-color) !important;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea a:hover {
  text-decoration: underline;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea ol {
  padding-left: 17px;
  margin-bottom: 26px;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea ol li {
  margin-bottom: 17px;
  line-height: 30px;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea ol li:last-child,
.wraper-blog-main
  .blog-single-main
  .blog-single-main-textarea
  ol
  li:only-child {
  margin-bottom: 0;
}
.wraper-blog-main
  .blog-single-main
  .blog-single-main-textarea
  ol.scrollspy-links
  li {
  color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.wraper-blog-main
  .blog-single-main
  .blog-single-main-textarea
  ol.scrollspy-links
  li:hover {
  color: #000;
}
.wraper-blog-main
  .blog-single-main
  .blog-single-main-textarea
  ol.scrollspy-links
  li
  a {
  color: inherit;
  transition: initial;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea ul {
  padding-left: 17px;
  margin-bottom: 26px;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea ul li {
  margin-bottom: 17px;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea ul li:last-child,
.wraper-blog-main
  .blog-single-main
  .blog-single-main-textarea
  ul
  li:only-child {
  margin-bottom: 0;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea blockquote {
  max-width: 800px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  text-align: center;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.65;
}
.wraper-blog-main
  .blog-single-main
  .blog-single-main-textarea
  blockquote:before {
  content: "â";
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea blockquote cite {
  margin-top: 15px;
  text-transform: uppercase;
  font-style: normal;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 4px;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea iframe {
  width: 100%;
}
.wraper-blog-main .blog-single-main .blog-single-main-textarea figure {
  width: 100% !important;
  margin-bottom: 25px;
  text-align: center;
}
.wraper-blog-main
  .blog-single-main
  .blog-single-main-textarea
  figure
  figcaption {
  text-align: center;
  font-size: 80%;
  opacity: 0.65;
}
.wraper-blog-main
  .blog-single-main
  .blog-single-main-textarea
  .related-post-box {
  margin-top: 45px;
  margin-bottom: 55px;
}
.wraper-blog-main
  .blog-single-main
  .blog-single-main-textarea
  .related-post-box
  > .related-post-box-item {
  margin-bottom: 30px;
  padding: 33px 30px 33px 30px;
  background-color: var(--main-white-color);
  box-shadow: 4px 9px 26px rgba(0, 0, 0, 0.15);
}
.wraper-blog-main
  .blog-single-main
  .blog-single-main-textarea
  .related-post-box
  > .related-post-box-item:last-child {
  margin-bottom: 0;
}
.wraper-blog-main
  .blog-single-main
  .blog-single-main-textarea
  .related-post-box
  > .related-post-box-item
  > .title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.55);
}
.wraper-blog-main
  .blog-single-main
  .blog-single-main-textarea
  .related-post-box
  > .related-post-box-item
  > .title
  a {
  color: var(--main-black-color);
  text-decoration: underline;
}
.wraper-ios-welcome > .container {
  max-width: 1450px;
  padding-top: 100px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
}
.wraper-ios-welcome .ios-welcome {
  margin-right: -30px;
  margin-left: -30px;
}
.wraper-ios-welcome .ios-welcome > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
.wraper-ios-welcome .ios-welcome .ios-welcome-data {
  margin-bottom: 50px;
}
.wraper-ios-welcome .ios-welcome .ios-welcome-data > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-ios-welcome .ios-welcome .ios-welcome-data .technology-banner-icons {
  margin-top: 30px;
}
.wraper-ios-welcome
  .ios-welcome
  .ios-welcome-data
  .technology-banner-icons
  ul.icons {
  list-style: none;
}
.wraper-ios-welcome
  .ios-welcome
  .ios-welcome-data
  .technology-banner-icons
  ul.icons
  > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.wraper-ios-welcome
  .ios-welcome
  .ios-welcome-data
  .technology-banner-icons
  ul.icons
  > li:last-child,
.wraper-ios-welcome
  .ios-welcome
  .ios-welcome-data
  .technology-banner-icons
  ul.icons
  > li:only-child {
  margin-right: 0;
}
.wraper-ios-welcome
  .ios-welcome
  .ios-welcome-data
  .technology-banner-icons
  ul.icons
  > li.clutch
  img,
.wraper-ios-welcome
  .ios-welcome
  .ios-welcome-data
  .technology-banner-icons
  ul.icons
  > li.upwork
  img {
  width: 100px;
}
.wraper-ios-welcome
  .ios-welcome
  .ios-welcome-data
  .technology-banner-icons
  ul.icons
  > li.deloitte
  img {
  width: 200px;
}
.wraper-ios-welcome .ios-welcome .ios-welcome-pic {
  margin-bottom: 50px;
}
.wraper-portflio-banner {
  min-height: initial !important;
}
.wraper-portflio-banner > .container-fluid {
  width: 85%;
  max-width: 1800px;
  padding-top: 10vw;
  padding-bottom: 6vw;
}
.wraper-portflio-list > .container-fluid {
  width: 85%;
  max-width: 1800px;
  padding-top: 0;
  padding-bottom: 0;
}
.wraper-portflio-list .portflio-list-box {
  margin-left: -26px;
  margin-right: -26px;
}
.wraper-portflio-list .portflio-list-box .portflio-list-box-item {
  margin-bottom: 5vw;
  padding-left: 26px;
  padding-right: 26px;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .pic {
  position: relative;
  margin-bottom: 30px;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .pic
  > .pic-main {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .pic
  > .pic-main
  img {
  width: 100%;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .title {
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.25px;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 14px;
  color: var(--main-black-color);
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 20px;
  width: 40px;
  height: 1px;
  background-color: var(--main-black-color);
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.citibank {
  color: #1572b8;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.citibank:before {
  background-color: #1572b8;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.openreel {
  color: #1cc2e5;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.openreel:before {
  background-color: #1cc2e5;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.largo {
  color: #d0021b;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.largo:before {
  background-color: #d0021b;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.houselab {
  color: #f5a623;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.houselab:before {
  background-color: #f5a623;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.fresh-clinics {
  color: #37ab91;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.fresh-clinics:before {
  background-color: #37ab91;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.toonyport {
  color: #3dc9ff;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.toonyport:before {
  background-color: #3dc9ff;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.happy-dna {
  color: #eb4e7e;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.happy-dna:before {
  background-color: #eb4e7e;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.london-rag {
  color: #37ab91;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.london-rag:before {
  background-color: #37ab91;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.joyscape {
  color: #eb4e7e;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.joyscape:before {
  background-color: #eb4e7e;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.bridger {
  color: #ffcc00;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.bridger:before {
  background-color: #ffcc00;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.bitmarket {
  color: #42bb18;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.bitmarket:before {
  background-color: #42bb18;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.drop-app {
  color: #ec3851;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.drop-app:before {
  background-color: #ec3851;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.oota {
  color: #21c8c1;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.oota:before {
  background-color: #21c8c1;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.dmv-musicplug {
  color: #e60000;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.dmv-musicplug:before {
  background-color: #e60000;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.frut {
  color: #ff4a5e;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.frut:before {
  background-color: #ff4a5e;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.kidscitypass {
  color: #07889b;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  .subtitle.kidscitypass:before {
  background-color: #07889b;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  ul.tags {
  padding-left: 0;
  font-size: 0;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  ul.tags
  > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 15px;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  ul.tags
  > li
  > a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 2px 12px 1px 12px;
  border: 1px rgba(0, 0, 0, 0.15) solid;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  ul.tags
  > li
  > a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  ul.tags
  > li
  > a:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  ul.tags
  > li
  > a:hover {
  color: #fff;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder
  > .data
  ul.tags
  > li
  > a
  > span {
  position: relative;
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder:hover
  > .pic
  > .pic-main {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.wraper-portflio-list
  .portflio-list-box
  .portflio-list-box-item
  > .holder:hover
  > .data
  .subtitle:before {
  width: 50px;
}
.mobility-right-box {
  width: 335px;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.mobility-right-box > [class*="col-"] {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.mobility-right-box .mobility-right-box-item {
  padding: 20px 20px 23px 20px;
  background-color: var(--main-black-color);
}
.mobility-right-box .mobility-right-box-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}
.mobility-right-box .mobility-right-box-item > .holder > .data .title {
  margin-bottom: 10px;
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 0.25px;
}
.mobility-right-box .mobility-right-box-item > .holder > .data .text {
  margin-bottom: 10px;
  color: #fff;
}
.wraper-ecommerce-covering {
  width: 100%;
  background-color: #f3f5f6;
}
.wraper-ecommerce-covering > .container {
  padding-top: 100px;
  padding-bottom: 105px;
}
.wraper-ecommerce-covering .ecommerce-covering-heading {
  margin-bottom: 25px;
}
.wraper-ecommerce-covering
  .ecommerce-covering-heading
  .ecommerce-covering-heading-item {
  margin-bottom: 30px;
}
.wraper-ecommerce-covering
  .ecommerce-covering-heading
  .ecommerce-covering-heading-item
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-ecommerce-covering
  .ecommerce-covering-heading
  .ecommerce-covering-heading-item
  h3,
.wraper-ecommerce-covering
  .ecommerce-covering-heading
  .ecommerce-covering-heading-item
  .h3 {
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.42;
}
.wraper-ecommerce-covering
  .ecommerce-covering-heading
  .ecommerce-covering-heading-item
  p {
  margin-bottom: 20px;
}
.wraper-ecommerce-covering .ecommerce-covering-box {
  margin-bottom: 15px;
  margin-right: -10px;
  margin-left: -10px;
}
.wraper-ecommerce-covering
  .ecommerce-covering-box
  .ecommerce-covering-box-item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.wraper-ecommerce-covering
  .ecommerce-covering-box
  .ecommerce-covering-box-item
  > .holder {
  margin-bottom: 40px;
  padding: 35px 30px 0px 30px;
  background-color: var(--main-white-color);
}
.wraper-ecommerce-covering
  .ecommerce-covering-box
  .ecommerce-covering-box-item
  > .holder
  > .data
  h3 {
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
.wraper-ecommerce-covering .ecommerce-covering-cta .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 35px;
  padding: 13px 33px 14px 33px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-ecommerce-covering .ecommerce-covering-cta .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-ecommerce-covering .ecommerce-covering-cta .btn:hover {
  color: #000;
}
.wraper-ecommerce-covering .ecommerce-covering-cta .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-ecommerce-covering .ecommerce-covering-cta .btn > span {
  position: relative;
}
.ios-development-sec-2.web-development-page {
  padding-top: 100px;
}
.title.title_text {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 13px;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
}
.header-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 5px 30px;
  background-color: var(--main-white-color);
  border: 2px solid var(--main-black-color);
  font-family: "CircularStd";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: var(--main-black-color);
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-btn .header-btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: var(--main-black-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-btn span {
  position: relative;
}
.header-btn:hover {
  color: var(--main-white-color);
}
.header-btn:hover .header-btn-overlay {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-newhome-clients {
  width: 100%;
}
.wraper-newhome-clients > .container {
  max-width: 1450px;
  padding-top: 0;
  padding-bottom: 0;
}
.wraper-newhome-clients .newhome-clients {
  margin-left: -20px;
  margin-right: -20px;
}
.wraper-newhome-clients .newhome-clients .swiper-slide {
  height: auto;
}
.wraper-newhome-clients .newhome-clients .newhome-clients-item {
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.6;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-newhome-clients
  .newhome-clients
  .newhome-clients-item
  > .holder
  > .pic {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wraper-newhome-clients
  .newhome-clients
  .newhome-clients-item
  > .holder
  > .pic
  img.clutch-citi-logo {
  max-height: 26px;
}
.wraper-newhome-clients
  .newhome-clients
  .newhome-clients-item
  > .holder
  > .pic
  img.clutch-un-logo {
  max-height: 62px;
}
.wraper-newhome-clients
  .newhome-clients
  .newhome-clients-item
  > .holder
  > .pic
  img.clutch-colorcon-logo,
.wraper-newhome-clients
  .newhome-clients
  .newhome-clients-item
  > .holder
  > .pic
  img.clutch-eshipper-logo {
  max-height: 33px;
}
.wraper-newhome-clients
  .newhome-clients
  .newhome-clients-item
  > .holder
  > .pic
  img.clutch-johnson-logo {
  max-height: 23px;
}
.wraper-newhome-clients
  .newhome-clients
  .newhome-clients-item
  > .holder
  > .pic
  img.clutch-cq-logo {
  max-height: 53px;
}
.wraper-newhome-clients .newhome-clients .newhome-clients-item.clutch-cq-logo {
  opacity: 1;
}
.wraper-newhome-welcome > .container {
  max-width: 1450px;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
}
.wraper-newhome-welcome .newhome-welcome-heading {
  margin-bottom: 60px;
}
.wraper-newhome-welcome .newhome-welcome-heading > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-newhome-welcome .newhome-welcome-heading .title {
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 60px;
  color: #212121;
  line-height: 1.23;
}
.wraper-newhome-welcome .newhome-welcome-main .newhome-welcome-pic {
  margin-bottom: 50px;
}
.wraper-newhome-welcome .newhome-welcome-main .newhome-welcome-pic img {
  width: 100%;
}
.wraper-newhome-welcome .newhome-welcome-main .newhome-welcome-data {
  width: calc(100% + 10px);
  margin-top: 25px;
  margin-bottom: 50px;
  margin-left: -80px;
  padding: 45px 50px 50px 50px;
  background-color: var(--main-white-color);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06);
}
.wraper-newhome-welcome .newhome-welcome-main .newhome-welcome-data .title {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
}
.wraper-newhome-welcome
  .newhome-welcome-main
  .newhome-welcome-data
  .desciption {
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 1.56;
}
.wraper-newhome-welcome .newhome-welcome-main .newhome-welcome-data .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 13px 25px 14px 25px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  font-family: "CircularStd";
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}
.wraper-newhome-welcome
  .newhome-welcome-main
  .newhome-welcome-data
  .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-newhome-welcome .newhome-welcome-main .newhome-welcome-data .btn:hover {
  color: #000;
}
.wraper-newhome-welcome
  .newhome-welcome-main
  .newhome-welcome-data
  .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-newhome-welcome
  .newhome-welcome-main
  .newhome-welcome-data
  .btn
  > span {
  position: relative;
}
.wraper-newhome-services {
  background-color: var(--main-black-color);
}
.wraper-newhome-services > .container {
  max-width: 1450px;
  padding-top: 140px;
  padding-right: 20px;
  padding-bottom: 70px;
  padding-left: 20px;
}
.wraper-newhome-services .newhome-services {
  margin-right: -30px;
  margin-left: -30px;
}
.wraper-newhome-services .newhome-services .newhome-services-item {
  position: relative;
  margin-bottom: 70px;
  padding-right: 30px;
  padding-left: 30px;
}
.wraper-newhome-services .newhome-services .newhome-services-item:before {
  position: absolute;
  top: 7px;
  bottom: 5px;
  left: 0;
  z-index: 0;
  content: " ";
  width: 1px;
  background-color: rgba(151, 151, 151, 0.4);
}
.wraper-newhome-services
  .newhome-services
  .newhome-services-item
  > .data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-newhome-services
  .newhome-services
  .newhome-services-item
  > .data
  .title {
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
}
.wraper-newhome-services
  .newhome-services
  .newhome-services-item
  > .data
  .title
  strong {
  font-weight: 700;
}
.wraper-newhome-services
  .newhome-services
  .newhome-services-item
  > .data
  .subtitle {
  min-height: 84px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 1px;
}
.wraper-newhome-services
  .newhome-services
  .newhome-services-item
  > .data
  .description {
  max-width: 300px;
  color: #ccc;
}
.wraper-newhome-services
  .newhome-services
  .newhome-services-item:first-child:before {
  display: none;
}
.wraper-newhome-portfolio > .container {
  max-width: 1220px;
  padding-top: 140px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
}
.wraper-newhome-portfolio .newhome-portfolio-heading {
  margin-bottom: 45px;
}
.wraper-newhome-portfolio .newhome-portfolio-heading > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-newhome-portfolio .newhome-portfolio-heading .title {
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.23;
}
.wraper-newhome-portfolio
  .newhome-portfolio-slider
  .newhome-portfolio-slider-main
  .newhome-portfolio-slider-main-item {
  padding-right: 160px;
  padding-left: 160px;
}
.wraper-newhome-portfolio
  .newhome-portfolio-slider
  .newhome-portfolio-slider-main
  .newhome-portfolio-slider-main-item
  > .pic {
  position: relative;
  padding-top: calc((62 / 100) * 100%);
  overflow: hidden;
}
.wraper-newhome-portfolio
  .newhome-portfolio-slider
  .newhome-portfolio-slider-main
  .newhome-portfolio-slider-main-item
  > .pic
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center top;
  object-fit: cover;
}
.wraper-newhome-portfolio
  .newhome-portfolio-slider
  .newhome-portfolio-slider-navigation
  > .swiper-button-prev,
.wraper-newhome-portfolio
  .newhome-portfolio-slider
  .newhome-portfolio-slider-navigation
  > .swiper-button-next {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  background: center center no-repeat var(--main-white-color);
  background-size: 100% 100%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wraper-newhome-portfolio
  .newhome-portfolio-slider
  .newhome-portfolio-slider-navigation
  > .swiper-button-prev:hover,
.wraper-newhome-portfolio
  .newhome-portfolio-slider
  .newhome-portfolio-slider-navigation
  > .swiper-button-next:hover {
  opacity: 0.5;
}
.wraper-newhome-portfolio
  .newhome-portfolio-slider
  .newhome-portfolio-slider-navigation
  > .swiper-button-prev {
  background-image: url(../images/New-Home-Portflio-Arrow-Left.svg);
}
.wraper-newhome-portfolio
  .newhome-portfolio-slider
  .newhome-portfolio-slider-navigation
  > .swiper-button-next {
  background-image: url(../images/New-Home-Portflio-Arrow-Right.svg);
}
.wraper-newopenreel-banner > .container {
  max-width: 1220px;
  padding-top: 140px;
  padding-right: 20px;
  padding-bottom: 65px;
  padding-left: 20px;
}
.wraper-newopenreel-banner .newopenreel-banner > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-newopenreel-banner .newopenreel-banner .title {
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.37;
  opacity: 1;
}
.wraper-newopenreel-poster > .container {
  max-width: 1220px;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 20px;
}
.wraper-newopenreel-poster .newopenreel-poster img {
  width: 100%;
}
.wraper-newopenreel-welcome > .container {
  max-width: 1220px;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 55px;
  padding-left: 20px;
}
.wraper-newopenreel-welcome .newopenreel-welcome {
  margin-right: -25px;
  margin-left: -25px;
}
.wraper-newopenreel-welcome .newopenreel-welcome > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}
.wraper-newopenreel-welcome .newopenreel-welcome .newopenreel-welcome-sidebar {
  position: sticky;
  top: 80px;
  margin-bottom: 45px;
}
.wraper-newopenreel-welcome
  .newopenreel-welcome
  .newopenreel-welcome-sidebar
  .newopenreel-welcome-sidebar-services {
  margin-bottom: 20px;
  padding: 100px 25px 20px 25px;
  background-color: var(--main-black-color);
}
.wraper-newopenreel-welcome
  .newopenreel-welcome
  .newopenreel-welcome-sidebar
  .newopenreel-welcome-sidebar-services
  .title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 30px;
  color: var(--main-white-color);
}
.wraper-newopenreel-welcome
  .newopenreel-welcome
  .newopenreel-welcome-sidebar
  .newopenreel-welcome-sidebar-services
  .list {
  margin-bottom: 12px;
  padding-left: 20px;
}
.wraper-newopenreel-welcome
  .newopenreel-welcome
  .newopenreel-welcome-sidebar
  .newopenreel-welcome-sidebar-services
  .list
  > li {
  margin-bottom: 9px;
  font-weight: 400;
  font-size: 17px;
  color: var(--main-white-color);
}
.wraper-newopenreel-welcome
  .newopenreel-welcome
  .newopenreel-welcome-sidebar
  .newopenreel-welcome-sidebar-more
  .btn {
  padding: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 3px;
}
.wraper-newopenreel-welcome .newopenreel-welcome .newopenreel-welcome-body {
  margin-bottom: 45px;
}
.wraper-newopenreel-welcome
  .newopenreel-welcome
  .newopenreel-welcome-body
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-newopenreel-welcome
  .newopenreel-welcome
  .newopenreel-welcome-body
  .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 30px;
}
.wraper-newopenreel-welcome .newopenreel-welcome .newopenreel-welcome-body p {
  margin-bottom: 35px;
}
.wraper-newopenreel-welcome .newopenreel-welcome .newopenreel-welcome-poster {
  margin-bottom: 45px;
}
.wraper-newopenreel-welcome
  .newopenreel-welcome
  .newopenreel-welcome-poster
  img {
  width: 100%;
}
.wraper-newopenreel-fullwidth > .container-fluid {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.wraper-newopenreel-fullwidth .newopenreel-fullwidth img {
  width: 100%;
}
.wraper-newopenreel-result > .container {
  max-width: 900px;
  padding-top: 90px;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 20px;
}
.wraper-newopenreel-result .newopenreel-result-heading {
  margin-bottom: 30px;
}
.wraper-newopenreel-result .newopenreel-result-heading > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-newopenreel-result .newopenreel-result-heading .title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 36px;
  color: var(--main-black-color);
  line-height: 1.33;
}
.wraper-newopenreel-result .newopenreel-result-heading .subtitle {
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 18px;
  color: var(--main-black-color);
  line-height: 1.55;
}
.wraper-newopenreel-result .newopenreel-result-box {
  padding-top: 35px;
  padding-bottom: 5px;
  border: 1px solid #ccc;
}
.wraper-newopenreel-result
  .newopenreel-result-box
  .newopenreel-result-box-item {
  margin-bottom: 30px;
  padding-right: 35px;
  padding-left: 35px;
  border-right: 1px solid #ccc;
}
.wraper-newopenreel-result
  .newopenreel-result-box
  .newopenreel-result-box-item:last-child,
.wraper-newopenreel-result
  .newopenreel-result-box
  .newopenreel-result-box-item:only-child {
  border-right: none;
}
.wraper-newopenreel-result
  .newopenreel-result-box
  .newopenreel-result-box-item
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-newopenreel-result
  .newopenreel-result-box
  .newopenreel-result-box-item
  .description {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 22px;
  color: var(--main-black-color);
  line-height: 1.55;
}
.wraper-newopenreel-result
  .newopenreel-result-box
  .newopenreel-result-box-item
  .description
  strong {
  font-weight: 700;
}
.wraper-newopenreel-testimonial > .container {
  max-width: 900px;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
}
.wraper-newopenreel-testimonial
  .newopenreel-testimonial
  .newopenreel-testimonial-quote {
  max-width: 520px;
  margin-bottom: 40px;
}
.wraper-newopenreel-testimonial
  .newopenreel-testimonial
  .newopenreel-testimonial-quote
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-newopenreel-testimonial
  .newopenreel-testimonial
  .newopenreel-testimonial-quote
  p {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
  color: var(--main-black-color);
  line-height: 1.5;
  font-style: italic;
}
.wraper-newopenreel-testimonial
  .newopenreel-testimonial
  .newopenreel-testimonial-clientbox {
  margin-bottom: 40px;
  padding: 23px 20px 17px 20px;
  background-color: var(--main-black-color);
}
.wraper-newopenreel-testimonial
  .newopenreel-testimonial
  .newopenreel-testimonial-clientbox
  > .pic {
  margin-bottom: 13px;
}
.wraper-newopenreel-testimonial
  .newopenreel-testimonial
  .newopenreel-testimonial-clientbox
  > .pic
  img {
  width: 143px;
  height: 143px;
  border-radius: 50%;
  object-fit: contain;
}
.wraper-newopenreel-testimonial
  .newopenreel-testimonial
  .newopenreel-testimonial-clientbox
  > .data
  > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-newopenreel-testimonial
  .newopenreel-testimonial
  .newopenreel-testimonial-clientbox
  > .data
  .title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  color: var(--main-white-color);
  line-height: 1.33;
}
.wraper-newopenreel-testimonial
  .newopenreel-testimonial
  .newopenreel-testimonial-clientbox
  > .data
  .subtitle {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  color: var(--main-white-color);
  line-height: 1.55;
  opacity: 0.5;
}
.wraper-newopenreel-testimonial
  .newopenreel-testimonial
  .newopenreel-testimonial-clientbox
  > .likebutton {
  right: -20px;
  bottom: -20px;
  width: 64px;
  height: 64px;
}
.wraper-newopenreel-testimonial
  .newopenreel-testimonial
  .newopenreel-testimonial-clientbox
  > .likebutton
  img {
  width: 100%;
}
.wraper-newopenreel-cta {
  background-color: #f4f4f4;
}
.wraper-newopenreel-cta > .container {
  max-width: 1220px;
  padding-top: 90px;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 20px;
}
.wraper-newopenreel-cta .newopenreel-cta {
  max-width: 800px;
}
.wraper-newopenreel-cta .newopenreel-cta > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-newopenreel-cta .newopenreel-cta .title {
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 30px;
  color: var(--main-black-color);
  line-height: 1.33;
}
.wraper-newopenreel-cta .newopenreel-cta .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 13px 38px 14px 38px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-newopenreel-cta .newopenreel-cta .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.wraper-newopenreel-cta .newopenreel-cta .btn:hover {
  color: #000;
}
.wraper-newopenreel-cta .newopenreel-cta .btn:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.wraper-newopenreel-cta .newopenreel-cta .btn > span {
  position: relative;
}
.wraper-newportflio-list > .container-fluid {
  width: 85%;
  max-width: 1800px;
  padding-top: 0;
  padding-bottom: 0;
}
.wraper-newportflio-list .newportflio-list-box {
  margin-left: -26px;
  margin-right: -26px;
}
.wraper-newportflio-list .newportflio-list-box .newportflio-list-box-item {
  margin-bottom: 5vw;
  padding-left: 26px;
  padding-right: 26px;
}
.wraper-newportflio-list
  .newportflio-list-box
  .newportflio-list-box-item
  > .holder
  > .pic {
  position: relative;
  margin-bottom: 30px;
}
.wraper-newportflio-list
  .newportflio-list-box
  .newportflio-list-box-item
  > .holder
  > .pic
  > .pic-main
  img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wraper-newportflio-list
  .newportflio-list-box
  .newportflio-list-box-item
  > .holder
  > .data {
  position: relative;
  padding-top: 18px;
}
.wraper-newportflio-list
  .newportflio-list-box
  .newportflio-list-box-item
  > .holder
  > .data:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: " ";
  width: 30px;
  height: 2px;
  background-color: var(--main-black-color);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wraper-newportflio-list
  .newportflio-list-box
  .newportflio-list-box-item
  > .holder
  > .data
  .title {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 20px;
  color: var(--main-black-color);
  line-height: 1.4;
  letter-spacing: 0.25px;
}
.wraper-newportflio-list
  .newportflio-list-box
  .newportflio-list-box-item
  > .holder:hover
  > .pic
  > .pic-main
  img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.wraper-newportflio-list
  .newportflio-list-box
  .newportflio-list-box-item
  > .holder:hover
  > .data:before {
  width: 50px;
}
.wraper-eshipper-banner {
  min-height: 100vh;
}
.wraper-eshipper-banner .eshipper-banner-poster {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wraper-eshipper-banner .eshipper-banner-poster img {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}
.wraper-eshipper-banner .eshipper-banner-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(73, 50, 145, 0.8);
}
.wraper-eshipper-banner > .container {
  padding-top: 160px;
  padding-bottom: 0;
}
.wraper-eshipper-banner .eshipper-banner-data {
  margin-bottom: 40px;
  background: url("../images/eshipper/eShipper-Logo.svg") 0 0 no-repeat;
}
.wraper-eshipper-banner .eshipper-banner-data .eshipper-banner-data-branding {
  margin-bottom: 30px;
}
.wraper-eshipper-banner
  .eshipper-banner-data
  .eshipper-banner-data-branding
  .page-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 50px;
  color: var(--main-white-color);
  line-height: 1.47;
}
.wraper-eshipper-banner .eshipper-banner-data .eshipper-banner-data-info {
  margin-bottom: 30px;
}
.wraper-eshipper-banner
  .eshipper-banner-data
  .eshipper-banner-data-info
  .page-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 30px;
  color: var(--main-white-color);
  line-height: 1.47;
  letter-spacing: 1px;
}
.wraper-eshipper-banner .eshipper-banner-screen {
  margin-bottom: -225px;
}
.wraper-eshipper-banner .eshipper-banner-screen img {
  width: 100%;
}
.wraper-eshipper-welcome {
  background-color: var(--main-white-color);
}
.wraper-eshipper-welcome > .container {
  padding-top: 300px;
  padding-bottom: 0;
}
.wraper-eshipper-welcome .eshipper-welcome-heading {
  max-width: 920px;
  margin-bottom: 50px;
}
.wraper-eshipper-welcome .eshipper-welcome-heading .title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 26px;
  color: #493291;
  line-height: 1.47;
}
.wraper-eshipper-welcome .eshipper-welcome-about {
  margin-bottom: 40px;
}
.wraper-eshipper-welcome .eshipper-welcome-about .eshipper-welcome-about-data {
  margin-bottom: 30px;
}
.wraper-eshipper-welcome
  .eshipper-welcome-about
  .eshipper-welcome-about-data
  .title {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 42px;
}
.wraper-eshipper-welcome
  .eshipper-welcome-about
  .eshipper-welcome-about-data
  .excerpt {
  font-size: 16px;
}
.wraper-eshipper-welcome
  .eshipper-welcome-about
  .eshipper-welcome-about-data
  .features {
  margin-top: 40px;
}
.wraper-eshipper-welcome
  .eshipper-welcome-about
  .eshipper-welcome-about-data
  .features
  > .features-item {
  margin-bottom: 20px;
}
.wraper-eshipper-welcome
  .eshipper-welcome-about
  .eshipper-welcome-about-data
  .features
  > .features-item
  p {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  line-height: 1.6;
}
.wraper-eshipper-welcome
  .eshipper-welcome-about
  .eshipper-welcome-about-data
  .features
  > .features-item
  p
  strong {
  position: relative;
  display: block;
  margin-top: 5px;
  padding-bottom: 11px;
  font-weight: 700;
  font-size: 14px;
}
.drop-app-sec-1 {
  padding: 2rem 0 0 0;
}
.drop-banner-content-box {
  width: calc(100% - 67%);
  padding: 3rem 6rem 3rem 3rem;
  margin-left: 6%;
}
.drop-banner-content-box p {
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 2.5rem;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.drop-banner-content-box .content-txt {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.39px;
  text-transform: none;
}
.drop-app-sec-1 .box-position.drop-banner-content-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  margin-top: -237px;
}
.option-downloaded-txt p {
  font-size: 10px;
  color: #000;
  font-weight: normal;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: uppercase;
}
.option-downloaded-txt strong.store-txt {
  position: relative;
  display: block;
  margin-top: 5px;
  padding-bottom: 11px;
  font-weight: 900;
  font-size: 13px;
}
.option-downloaded-txt strong::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: " ";
  width: 30px;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.drop-over-view .over-view-box:nth-child(1) .box-comm {
  background: #ec3851;
}
.drop-over-view .over-view-box:nth-child(1) .box-comm p {
  color: #fff;
}
.drop-sec-2 {
  padding-bottom: 7rem;
}
.drop-sec-2 .bridger-sec-text {
  padding-left: calc(100% - 94%);
  padding-right: calc(100% - 60%);
}
.drop-sec-3 .content-heading h3 {
  font-weight: bold;
}
.drop-sec-3 .content:hover .content-heading h3 {
  color: #ec3e54;
}
.drop-sec-3 .content:hover .border-btn {
  opacity: 0;
}
.drop-sec-3 .content-footer {
  position: absolute;
  text-align: left;
  padding-left: 4rem;
  padding-right: 4rem;
  width: 100%;
  bottom: 10%;
  left: 0;
}
.drop-sec-3 .content-footer .border-btn {
  font-size: 18px;
  line-height: 1.44;
  color: #ffffff;
  font-weight: 500;
  border: solid 1px #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.drop-sec-4 .drop-logo-shape {
  width: calc(100% - 78%);
  padding-bottom: 3rem;
  position: absolute;
  bottom: 12rem;
  right: calc(100% - 100px);
}
.drop-sec-4 .drop-logo-shape img {
  width: 100%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.drop-sec-5 {
  width: 100%;
  background: url(../images/drop-pink-bg%404x.png);
  background-repeat: no-repeat;
  background-size: 100% 111%;
  background-position: 100% 20px;
  padding: 0;
}
.drop-sec-5 .select-your-sec-box {
  padding: 0 7rem 0;
}
.drop-sec-5 .select-your-txt {
  padding: 0 3rem 0 3rem;
}
.drop-sec-5 .select-your-txt h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.11;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
}
.drop-sec-5 .select-your-txt h3:before {
  position: absolute;
  top: 5px;
  left: -30px;
  z-index: 1;
  content: "";
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 50%;
}
.drop-sec-5 .select-your-txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  color: #6a6a6a;
  margin-bottom: 5rem;
}
.drop-sec-5 .select-your-txt p:last-child {
  margin-bottom: 0;
}
.drop-sec-5 .londonrag-promo-image {
  padding-bottom: 8rem;
}
.drop-sofy.sofy-portfolio-sec-2 {
  padding: 5rem 0;
}
.drop-sofy .comm-works.bg-pink {
  background-color: #ec3a51;
}
.drop-sofy .sofy-solutions h3 {
  color: #fff;
}
.drop-sec-7 {
  padding-bottom: 2rem;
}
.drop-sec-9 {
  padding-top: 2rem;
}
.wraper-freightalia-hero-banner
  .toonyport-hero-banner
  .toonyport-hero-banner-image
  > .holder
  > .data
  .data-main {
  margin-top: 26%;
  margin-bottom: 32px;
}
.wraper-freightalia-hero-banner
  .toonyport-hero-banner
  .toonyport-hero-banner-image
  > .holder
  > .data
  .data-main
  p {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.12;
  letter-spacing: 0.19px;
  text-align: center;
}
.wraper-freightalia-hero-banner .toonyport-hero-banner .other-container {
  max-width: 1300px;
  position: relative;
  top: 0;
  padding-bottom: 80px;
  margin-top: -478px;
}
.wraper-freightalia-hero-banner
  .toonyport-hero-banner
  .toonyport-hero-banner-image
  > .holder
  > .pic
  img {
  height: 980px;
}
.freightalia-section2 .freightalia-overview {
  padding: 3rem 0 5rem 0;
}
.freightalia-section2 .freightalia-overview .bridger-sec-text {
  max-width: 65%;
}
.freightalia-section2 .freightalia-overview .bridger-sec-text h4 {
  font-size: 30px;
}
.freightalia-section2 .freightalia-overview .bridger-sec-text p {
  font-size: 16px;
  line-height: 1.5;
}
.freightalia-section2 .freightalia-your-sec-box {
  padding: 0 7rem 6rem 7rem;
}
.freightalia-section2 .freightalia-your-sec-box .select-your-txt {
  padding: 0 9rem;
}
.freightalia-section2 .freightalia-your-sec-box .select-your-txt h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.11;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
}
.freightalia-section2 .freightalia-your-sec-box .select-your-txt h3::before {
  position: absolute;
  top: 5px;
  left: -30px;
  z-index: 1;
  content: "";
  width: 9px;
  height: 9px;
  background: #0282e3;
  border-radius: 50%;
}
.freightalia-section2 .freightalia-your-sec-box .select-your-txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  color: #6a6a6a;
  margin-bottom: 4rem;
  min-height: 100px;
}
.freightalia-section2 .freightalia-your-sec-box .freightalia-screen-holder {
  padding: 0px 1rem;
}
.freightalia-section3 {
  padding: 0 7rem 6rem 7rem;
}
.freightalia-section3 .bridger-sec-text {
  max-width: 54%;
}
.freightalia-section3 .bridger-sec-text h4 {
  font-size: 24px;
  margin-bottom: 2rem;
}
.freightalia-section3 .bridger-sec-text p {
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 3rem;
}
.freightalia-section4 .bridger-sec-text h4 {
  font-weight: normal;
}
.freightalia-section4 .section_title {
  padding-bottom: 30px;
}
.wraper-result .container {
  padding-top: 100px;
}
.wraper-studio-booking-screenshots {
  position: relative;
  padding-top: 6rem;
}
.wraper-studio-booking-screenshots:after {
  content: "";
  background-color: #efefef;
  z-index: 0;
  width: calc(50% + 460px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.wraper-studio-booking-screenshots .relative-zindex {
  position: relative;
  z-index: 2;
}
.wraper-studio-booking-components {
  padding: 7rem 0;
}
.wraper-studio-booking-components .container-fluid {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.wraper-studio-booking-components .plannedyoga {
  justify-content: flex-end;
  padding-right: 180px;
}
.wraper-studio-booking-components .londonrag-promo-image img {
  margin-left: -100px;
}
.pt-12 {
  padding-top: 6rem !important;
}
.max-w-395 {
  max-width: 395px;
}
.Perfection-img {
  width: 100%;
}
.Perfection-img.Perfection1-img {
  margin-left: -125px;
}
.Perfection-img.Perfection2-img {
  margin-left: 0px;
}
.wraper-studio-booking-screenshots
  .happydna-screenshots-title
  .happydna-screenshots-title-text
  h3,
.wraper-studio-booking-components .freshclinic-components-title .commontext h3,
.wraper-frut-screenshots .commontext h3 {
  margin-bottom: 25px;
}
.wraper-ucrowd-hero-banner {
  position: relative;
  padding-bottom: 165px;
}
.wraper-ucrowd-hero-banner
  .ucrowd-hero-banner
  .ucrowd-hero-banner-image
  > .holder
  > .data {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 1300px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.wraper-ucrowd-hero-banner
  .ucrowd-hero-banner
  .ucrowd-hero-banner-image
  > .holder
  > .data
  h2 {
  font-size: 60px;
  font-weight: 600;
}
.ucrowd-hero-banner-image .data-main h2 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.ucrowd-hero-banner .ucrowd-hero-banner-image .data h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.wraper-ucrowd-banner-bottom {
  position: relative;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
}
.wraper-ucrowd-banner-bottom .img-holder-ucrowd {
  margin: 0 auto;
}
.ucrowd-box.over-view-box-wrap .box-comm {
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #633596 0%, #358fd0 100%);
  border-image-slice: 1;
  background-color: #000000;
}
.ucrowd-box.over-view-box-wrap .over-view-box:nth-child(1) .box-comm {
  background: #efefef;
}
p.text-color-o-white,
.text-color-o-white {
  color: rgba(255, 255, 255, 0.5);
}
.wraper-ucrowd-promo {
  padding: 6rem 0 6rem;
  background: #000 url(../images/ucrowd-background-image%404x.jpg) no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  position: relative;
}
.wraper-ucrowd-promo:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  background: #000;
}
.wraper-ucrowd-promo .ucrowd-promo-image {
  position: relative;
  z-index: 3;
}
.wraper-ucrowd-promo .ucrowd-promo-title.commontext {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  margin-bottom: 5rem;
}
.wraper-ucrowd-promo .commontext h3 {
  margin-bottom: 25px;
}
.wraper-ucrowd-screenshots {
  padding-top: 6rem;
}
.wraper-ucrowd-screenshots .ucrowd-screenshots-title.commontext {
  margin-bottom: 6rem;
}
.wraper-ucrowd-screenshots .ucrowd-screenshots-title.commontext p {
  margin-bottom: 40px;
}
.wraper-ucrowd-hero-banner
  .ucrowd-hero-banner
  .ucrowd-hero-banner-image
  > .holder
  > .data {
  padding-top: 165px;
}
.pad-top-7.sofy-portfolio-sec-1 {
  padding-top: 100px;
  padding-bottom: 24px;
}
.max-820 {
  max-width: 820px;
}
.ucrowd-slider .commontext h4 {
  margin-bottom: 25px;
}
.ucrowd-slider .commontext p {
  margin-bottom: 20px;
}
.wraper-ucrowd-screenshots .container-fluid {
  max-width: 1920px;
}
.ucrowd-slider .commontext {
  margin-bottom: 4rem;
}
.vertical-user-wrap {
  height: 385px;
}
.wraper-ucrowd-screenshots
  .ucrowd-screenshots-box
  .ucrowd-screenshots-box-item
  .holder
  .pic {
  text-align: center;
}
.wraper-ucrowd-screenshots
  .ucrowd-screenshots-box
  .ucrowd-screenshots-box-item
  .holder
  .pic
  img {
  margin: 0 auto;
}
.wraper-frut-screenshots .frut-screenshots-text h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
.wraper-frut-screenshots .frut-screenshots-box-item {
  padding: 0 8px;
}
.wraper-frut-screenshots .frut-screenshots-box-item .data.commontext {
  margin-top: 20px;
}
.wraper-frut-screenshots .frut-screenshots-box-item.last {
  margin-top: -50px;
}
.wraper-frut-screenshots .frut-screenshots-box-item.mrg-t-125 {
  margin-top: 125px;
}
.wraper-frut-screenshots .frut-screenshots-box-item img {
  border-radius: 20px;
  -webkit-box-shadow: 6px 22px 44px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 6px 22px 44px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 22px 44px 0px rgba(0, 0, 0, 0.1);
}
.wraper-frut-hero-banner {
  width: 100%;
  padding-bottom: 100px;
}
.wraper-frut-hero-banner .frut-hero-banner {
  width: 100%;
}
.wraper-frut-hero-banner .frut-hero-banner .frut-hero-banner-image > .holder {
  position: relative;
}
.wraper-frut-hero-banner
  .frut-hero-banner
  .frut-hero-banner-image
  > .holder
  .pic {
  position: relative;
}
.wraper-frut-hero-banner
  .frut-hero-banner
  .frut-hero-banner-image
  > .holder
  .pic
  img {
  width: 100%;
  height: auto;
  max-height: 715px;
  object-fit: cover;
}
.wraper-frut-hero-banner
  .frut-hero-banner
  .frut-hero-banner-image
  > .holder
  .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1300px;
  padding-top: 80px;
  padding-bottom: 0px;
}
.wraper-frut-hero-banner
  .frut-hero-banner
  .frut-hero-banner-image
  > .holder
  .data
  .data-main {
  background: rgba(255, 255, 255, 0.9);
  max-width: 490px;
  padding: 53px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 160px;
}
.wraper-frut-hero-banner
  .frut-hero-banner
  .frut-hero-banner-image
  > .holder
  .data
  .data-main
  h1 {
  margin-bottom: 27px;
  font-family: "CircularStd";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 4px;
}
.wraper-frut-hero-banner
  .frut-hero-banner
  .frut-hero-banner-image
  > .holder
  .data
  .data-main
  p {
  font-family: "CircularStd";
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
}
.wraper-frut-hero-banner
  .frut-hero-banner
  .frut-hero-banner-image
  > .holder
  .data
  .data-main:last-child {
  margin-bottom: 0 !important;
}
.wraper-frut-hero-banner
  .frut-hero-banner
  .frut-hero-banner-image
  > .holder
  .data
  .banner-sideimg {
  max-width: 325px;
  position: absolute;
}
.wraper-frut-hero-banner
  .frut-hero-banner
  .frut-hero-banner-image
  > .holder
  .data
  .banner-sideimg.banner-sideimg1 {
  right: 325px;
  bottom: -90px;
}
.wraper-frut-hero-banner
  .frut-hero-banner
  .frut-hero-banner-image
  > .holder
  .data
  .banner-sideimg.banner-sideimg2 {
  right: 0px;
  bottom: -160px;
}
.wraper-frut-watch {
  padding: 0 0 3rem;
}
.wraper-frut-watch .frut-watch-text h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.wraper-frut-watch .frut-watch-round {
  position: relative;
  margin-top: -85px;
}
.wraper-frut-watch .frut-watch-img img {
  position: absolute;
  top: 100px;
  bottom: 0;
  max-width: 506px;
  left: 4px;
  right: 0;
  margin: auto;
}
.wraper-frut-collage {
  position: relative;
}
.wraper-frut-collage .frut-collage {
  position: absolute;
  width: 100%;
  top: 188px;
}
.wraper-frut-collage .frut-collage .frut-collage-text {
  width: 100%;
  margin: 0 auto;
  max-width: 588px;
}
.wraper-frut-collage .frut-collage .frut-collage-text h4 {
  font-size: 24px;
  line-height: 1.67;
}
.why-it-works-mobile {
  display: none;
}
.why-it-works-mobile .mobile_showdiv {
  background: url(../images/frame-studio-booking.svg) no-repeat;
  background-size: 100%;
}
.swiper-next-prev-holder .swiper-button-prev {
  background-image: url(../images/left-panel.svg);
}
.swiper-next-prev-holder .swiper-button-next {
  background-image: url(../images/right-panel.svg);
}
.swiper-next-prev-holder .swiper-button-next,
.swiper-next-prev-holder .swiper-button-prev {
  width: 30px;
  height: 30px;
  top: 0;
  margin-top: 0;
  background-size: 12px 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-next-prev-holder {
  position: relative;
  width: 100px;
  height: 30px;
  margin: 0 auto;
}
.ucrowd-slider .container-fluid {
  margin: 0 auto;
  max-width: 1920px;
}
.risposta-slider-mobile {
  background: #fff5ef;
  padding: 6rem 0 0;
  margin-bottom: 6rem;
  position: relative;
}
.risposta-slider-mobile .commontext {
  margin-bottom: 70px;
}
.risposta-slider-mobile .commontext h3 {
  margin: 0 auto 25px;
  max-width: 650px;
}
.risposta-slider-mobile:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 200px;
  left: 0;
  right: 0;
  bottom: 0;
}
.mobile-frame-slider {
  max-width: 1300px;
  margin: 0 auto;
}
.mobile-frame {
  width: 420px;
  height: 610px;
  background: url(../images/Risposta_frame%404x.png) no-repeat 0 0;
  background-size: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: contain;
  z-index: 2;
}
.mobile-frame-slider-box {
  text-align: center;
}
.mobile-frame-slider-box img {
  margin: 53px auto 0;
  max-width: 388px;
  box-shadow: 0 0 2px rgba(216, 216, 216, 0.5);
}
.mobile-frame-slider .swiper-container {
  height: 650px;
}
.mobile-frame-slider .swiper-next-prev-holder {
  width: 90px;
}
.mobile-frame-slider .swiper-next-prev-holder .swiper-button-next,
.mobile-frame-slider .swiper-next-prev-holder .swiper-button-prev {
  background: none;
}
.mobile-frame-slider .swiper-next-prev-holder .swiper-button-next {
  text-align: right;
}
.section-risposta-features .pic {
  margin-left: -16%;
}
.section-risposta-features .pic.right-holder {
  margin-right: -16%;
  margin-left: auto;
}
.section-risposta-features .max-w-quisque {
  max-width: 515px;
}
.section-risposta-features .max-w-quisque h3 {
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 20px;
}
.wraper-risposta-hero-banner {
  position: relative;
}
.wraper-risposta-hero-banner .risposta-banner-after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(60% + 100px);
  background: url(../images/risposta_background_bg.svg) no-repeat 0 0;
  background-size: cover;
}
.wraper-risposta-hero-banner .container-fluid {
  max-width: 1920px;
}
.wraper-risposta-hero-banner .risposta-hero-banner-image {
  position: relative;
  z-index: 2;
}
.wraper-risposta-hero-banner .risposta-hero-banner-image .risposta-ipad {
  width: 33.5%;
  height: auto;
  position: absolute;
  right: 32px;
  bottom: -48px;
}
.wraper-risposta-hero-banner.banner_sec_text.common-hero-text-wrap {
  padding-left: 65px;
}
.wraper-risposta-hero-banner .risposta-hero-banner {
  padding-bottom: 70px;
  padding-top: 100px;
}
.wraper-risposta-hero-banner .others-banner-text {
  position: relative;
  z-index: 2;
  max-width: 452px;
}
.wraper-risposta-hero-banner .others-banner-text.text-white h1 {
  color: #fff;
}
.wraper-risposta-hero-banner .others-banner-text.text-white p {
  color: #fff;
  font-size: 30px !important;
  line-height: 44px !important;
}
.risposta-sec-5 .result-box-comm .result-content p {
  min-height: 70px;
}
.wraper-dmv-banner .wraper-dmv-banner-image .dmv-banner-image img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.wraper-dmv-banner .wraper-dmv-banner-data {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wraper-dmv-banner .wraper-dmv-banner-data > .container {
  max-width: 1450px;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
}
.wraper-dmv-banner .wraper-dmv-banner-data .dmv-banner-data > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-dmv-banner .wraper-dmv-banner-data .dmv-banner-data .page-title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 74px;
  line-height: 1;
  letter-spacing: 2px;
  opacity: 1;
}
.wraper-dmv-banner .wraper-dmv-banner-data .dmv-banner-data .page-title strong {
  display: block;
  font-weight: inherit;
  font-size: 150px;
}
.wraper-dmv-banner .wraper-dmv-banner-data .dmv-banner-data .page-subtitle {
  font-weight: 300;
  font-size: 32px;
  line-height: 45px;
}
.wraper-dmv-blog {
  width: 100%;
  position: relative;
  margin: 100px auto 120px;
}
.wraper-dmv-blog .mobility-right {
  position: absolute;
  right: -75px;
  top: -65px;
}
.wraper-dmv-blog .mobility-right .item-box-down {
  background: rgba(0, 0, 0, 0.1);
}
.wraper-dmv-blog .mobility-right .item-box-top {
  margin-bottom: 0px;
}
.wraper-dmv-blog .dmv-overview {
  margin-bottom: 20px;
}
.wraper-dmv-blog .dmv-overview .blogoverview-image .dmv-overview-image {
  position: relative;
  z-index: 1;
  max-width: 450px;
  margin: 0 auto;
}
.wraper-dmv-blog .dmv-overview .dmv-overview-text {
  margin-bottom: 30px;
}
.wraper-dmv-blog .dmv-overview .dmv-overview-text > *:last-child {
  margin-bottom: 0 !important;
}
.wraper-dmv-blog .dmv-overview .dmv-overview-text .title {
  margin-bottom: 20px;
}
.wraper-dmv-blog .dmv-overview .dmv-overview-text .decription {
  margin-bottom: 25px;
}
.wraper-dmv-blog .dmv-overview .dmv-overview-text .dual-box {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.wraper-dmv-blog .dmv-overview .dmv-overview-text .dual-box > .dual-box-small,
.wraper-dmv-blog .dmv-overview .dmv-overview-text .dual-box > .dual-box-large {
  display: inline-block;
  vertical-align: top;
  background-color: #7a7a7a;
}
.wraper-dmv-blog .dmv-overview .dmv-overview-text .dual-box > .dual-box-small {
  width: 52px;
  height: 52px;
  opacity: 0.2;
}
.wraper-dmv-blog .dmv-overview .dmv-overview-text .dual-box > .dual-box-large {
  width: 74px;
  height: 74px;
  margin-top: 35px;
  margin-left: -17px;
  opacity: 0.3;
}
.wraper-dmv-blog .dmv-overview .dmv-overview-text h3 {
  font-size: 35px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #000000;
}
.wraper-dmv-blog .dmv-overview .dmv-overview-text .features .features-item p {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  line-height: 1.6;
}
.wraper-dmv-blog .dmv-overview .dmv-overview-text .features .features-item p a {
  color: inherit;
}
.wraper-dmv-blog
  .dmv-overview
  .dmv-overview-text
  .features
  .features-item
  p
  a
  strong {
  position: relative;
  display: block;
  margin-top: 5px;
  padding-bottom: 11px;
  font-weight: 700;
  font-size: 14px;
}
.dmv-musicpluglogo {
  position: absolute;
  right: 45px;
  bottom: 40px;
  max-width: 182px;
}
.key-features-overview.dmv-section-3 .houselabs-overview-text ul {
  padding-left: 16px;
}
.key-features-overview {
  background: #171b27;
  width: 100%;
  background: url(../images/dmv-key-features-bg%404x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
}
.key-features-overview .houselabs-overview-text ul {
  padding: 0;
  margin: 0;
}
.key-features-overview .houselabs-overview-text ul li {
  padding: 0;
  margin: 0;
}
.key-features-overview .text-white ul li {
  color: #fff !important;
}
.key-features-overview .houselabs-overview .houselabs-overview-text ul li {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.key-features-overview
  .houselabs-overview
  .houselabs-overview-text
  ul
  li::before {
  content: "\2022";
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  top: auto;
  background-color: transparent;
}
.dmv-section-3 {
  padding: 5rem 0rem;
}
.dmv-section-3 h3 {
  text-transform: uppercase;
}
.dmv-section-6 {
  padding: 7rem 0rem 4rem;
}
.dmv-section-6 .container-fluid {
  max-width: 1300px;
}
.dmv-section-6 .commontext {
  margin-bottom: 60px;
}
.dmv-section-6 .commontext h3 {
  margin-bottom: 25px;
}
.dmv-section-6 .howtouse-musicplug-box {
  max-width: 520px;
  width: 100%;
  position: absolute;
  padding: 78px 43px;
  bottom: 22px;
  right: 0;
}
.dmv-section-6 .howtouse-musicplug-box p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.35px;
  font-family: "CircularStd";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
}
.dmv-section-6 .howtouse-musicplug-box p:last-child {
  margin-bottom: 0px;
}
.features-dmv-box {
  position: relative;
}
.features-dmv-box .features.underline-wrap {
  position: absolute;
  top: 50px;
  width: 100%;
  padding-left: 40px;
}
.mrg-t-90 {
  margin-top: 90px;
}
.dmv-section-4.wraper-houselabs-overview {
  padding-bottom: 50px;
}
.dmv-section-4.wraper-houselabs-overview
  .houselabs-overview
  .houselabs-overview-text.commontext {
  margin-bottom: 80px;
}
.dmv-section-4.wraper-houselabs-overview .houselabs-overview-text .holder .pic {
  text-align: center;
  padding: 10px;
}
.dmv-section-4.wraper-houselabs-overview
  .houselabs-overview-text
  .holder
  .pic
  img {
  margin: 0 auto;
  box-shadow: 15px 17px 153px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
}
.max-width-dmv-overview {
  width: 100%;
  max-width: 602px;
  padding-left: 40px;
}
.wraper-dmv-screenshot .commontext h4 {
  font-weight: normal;
  line-height: 38px;
}
.portfolio-dpi-banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 760px;
}
.portfolio-dpi-banner .holder .pic img {
  width: 100%;
  object-fit: cover;
}
.portfolio-text {
  margin-top: 160px;
  width: 100%;
}
.portfolio-text h5 {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 30px;
}
.portfolio-text p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  color: #000;
}
.portfolio-text img {
  margin: 40px auto 0;
}
.max-900 {
  max-width: 900px;
}
.wraper-dpi-components {
  padding: 6rem 0;
}
.wraper-dpi-components .dpi-components-title .dpi-components-image img {
  margin-left: 100px;
}
.wraper-dpi-features {
  padding: 0rem 0;
}
.wraper-dpi-features .row {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.wraper-dpi-features .commontext.text-black p {
  margin-bottom: 20px;
}
.sky-bg-info {
  background-color: #cfe7fb;
}
.max-width-580 {
  max-width: 580px;
  width: 100%;
}
.mobile-slider-design {
  padding: 7rem 0;
}
.mobile-slider-design .transform-skew-outer {
  background: rgba(0, 0, 0, 0.9);
  width: 75%;
  height: 700px;
  position: relative;
}
.mobile-slider-design .black-transform-skew {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -3%;
  right: 0;
  top: -1%;
  bottom: 0;
  transform: skew(-3deg, -3deg);
  background: rgba(0, 0, 0, 0.26);
}
.mobile-slider-design .mobile-image-holder {
  padding: 12px 15px;
  position: absolute;
  width: 301px;
  height: 607px;
  right: -150px;
  max-width: 300px;
  top: 45px;
}
.mobile-slider-design .mobile-image-holder .mobile-frame-dpi {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.mobile-slider-design .mobile-image-holder .swiper-container {
  position: relative;
  top: 0;
  background: #fff;
}
.mobile-slider-design .mobile-image-holder .swiper-container img {
  border-radius: 20px;
}
.mobile-slider-design .mobile-slider-text {
  z-index: 2;
  padding-left: 10%;
}
.mobile-slider-design .mobile-slider-text p {
  margin-bottom: 20px;
}
.mobile-slider-design .swiper-next-prev-holder-round.swiper-next-prev-holder {
  margin: 0;
}
.mobile-slider-design
  .swiper-next-prev-holder-round.swiper-next-prev-holder
  .swiper-button-next,
.mobile-slider-design
  .swiper-next-prev-holder-round.swiper-next-prev-holder
  .swiper-button-prev {
  background-image: none;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}
.mobile-slider-design
  .swiper-next-prev-holder-round.swiper-next-prev-holder
  .swiper-button-next
  i,
.mobile-slider-design
  .swiper-next-prev-holder-round.swiper-next-prev-holder
  .swiper-button-prev
  i {
  font-size: 20px;
  line-height: 38px;
}
.mobile-slider-design
  .swiper-next-prev-holder-round.swiper-next-prev-holder
  .swiper-button-next {
  right: 0;
}
.mobile-slider-design
  .swiper-next-prev-holder-round.swiper-next-prev-holder
  .swiper-button-prev {
  left: 0;
}
.wraper-dpi-result {
  padding-bottom: 6rem;
}
.wraper-dpi-result ul {
  padding: 0;
  margin: 0;
}
.wraper-dpi-result ul li {
  font-size: 24px;
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}
.wraper-dpi-result ul li:after {
  content: "\f00c ";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  position: absolute;
  left: 4px;
  top: 9px;
}
.wraper-dpi-result ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #000;
  position: absolute;
  left: 0;
  top: 6px;
}
.dpi-page-overview {
  padding-top: 30px;
}
.button-4.lrg {
  width: 320px;
}
.button-4.lrg .eff-4 {
  width: 316px;
}
.ltsp-4 {
  letter-spacing: 4px;
}
.border-general {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 13px 33px 14px 33px;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: initial !important;
  transition: all 0.3s ease-in-out;
}
.border-general:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.border-general:hover {
  color: #fff;
}
.border-general:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.border-general span {
  position: relative;
}
#HomeV3CasestudiesDetails .swiper-pagination {
  display: none;
}
#HomeV3CasestudiesDetails .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  outline: none;
  margin-left: 4px;
  margin-right: 4px;
}
#HomeV3CasestudiesDetails
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
#ClutchCasestudiesDetails .swiper-pagination {
  display: none;
}
#ClutchCasestudiesDetails .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  outline: none;
  margin-left: 4px;
  margin-right: 4px;
  background: #fff;
}
#ClutchCasestudiesDetails
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.home-page .wraper-home-welcome .home-welcome-main {
  margin-bottom: 0;
}
.home-page
  .wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-data
  .home-welcome-main-text {
  margin-bottom: 0;
}
.home-page
  .wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-data
  .home-welcome-main-text
  .decription-lrg {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 36px;
}
.home-page
  .wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-data
  .home-welcome-main-text
  .decription-sml {
  margin-bottom: 33px;
}
.home-page
  .wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-data
  .home-welcome-main-text
  .desc-bullet {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  font-size: 18px;
}
.home-page
  .wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-data
  .home-welcome-main-text
  .desc-bullet
  li {
  position: relative;
  margin: 10px 0;
  padding-left: 20px;
}
.home-page
  .wraper-home-welcome
  .home-welcome-main
  .home-welcome-main-data
  .home-welcome-main-text
  .desc-bullet
  li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 10px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
}
.wraper-clutch-value .clutch-value .clutch-value-section:last-child:before {
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.2;
}
@media (max-width: 1366px) {
  .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details
    .clutch-casestudies-details-navigation
    .clutch-casestudies-details-navigation-next {
    right: -40px;
  }
  .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details
    .clutch-casestudies-details-navigation
    .clutch-casestudies-details-navigation-prev {
    left: -40px;
  }
  .web-design-box .box-container {
    max-height: 420px;
  }
  .wraper-home-industry
    .home-industry-box-navigation
    .home-industry-box-navigation-prev {
    left: -30px;
    z-index: 9;
  }
  .wraper-home-industry
    .home-industry-box-navigation
    .home-industry-box-navigation-next {
    right: -30px;
    z-index: 9;
  }
}
@media (max-width: 768px) {
  .home-page
    .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details
    .clutch-casestudies-details
    .clutch-casestudies-details-item
    .clutch-casestudies-details-item-data
    .btn1 {
    margin-right: 10px;
  }
  .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details
    .clutch-casestudies-details-navigation
    .clutch-casestudies-details-navigation-next {
    right: -10px;
    z-index: 9;
  }
  .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details
    .clutch-casestudies-details-navigation
    .clutch-casestudies-details-navigation-prev {
    left: -10px;
    z-index: 9;
  }
  .wraper-home-industry
    .home-industry-box-navigation
    .home-industry-box-navigation-prev {
    left: -14px;
  }
  .wraper-home-industry
    .home-industry-box-navigation
    .home-industry-box-navigation-next {
    right: -14px;
  }
}
@media (max-width: 575px) {
  .box-container.cb-mob-block {
    max-height: none !important;
    min-height: 50px !important;
    padding-bottom: 50px;
  }
  .box-container.cb-mob-block .box-top .h2 {
    margin-bottom: 20px;
  }
  .box-container.cb-mob-block .card-box-footer {
    opacity: 1;
  }
  .wraper-technology-banner.mobile-app-page .technology-banner .container {
    padding-bottom: 100px;
  }
  .principle-wrap .principle_com {
    justify-content: center;
    transform: translateX(-12px);
  }
  .wraper-home-services .home-services-box {
    margin-bottom: 35px;
  }
  .wraper-home-services .home-services-box .home-services-box-item {
    margin-bottom: 15px;
  }
  .home-page .wraper-banner-main {
    height: auto;
    min-height: 400px;
  }
  .home-page .wraper-banner-main .banner-main .page-title {
    font-size: 32px;
    margin: 30px 0 0;
  }
  .home-page .wraper-banner-main .banner-main .btn {
    display: none;
  }
  .home-page
    .wraper-home-welcome
    .home-welcome-main
    .home-welcome-main-data
    .home-welcome-main-text
    .decription-lrg {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .home-page
    .wraper-home-welcome
    .home-welcome-main
    .home-welcome-main-data
    .home-welcome-main-text
    .desc-bullet {
    font-size: 16px;
  }
  .home-page #HomeV3CasestudiesDetails .swiper-pagination {
    display: block;
  }
  .home-page
    .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details
    .clutch-casestudies-details-navigation {
    display: none;
  }
  .home-page
    .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details
    .clutch-casestudies-details-navigation
    .clutch-casestudies-details-navigation-prev {
    left: -10px;
    top: 170px;
    z-index: 9;
  }
  .home-page
    .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details
    .clutch-casestudies-details-navigation
    .clutch-casestudies-details-navigation-next {
    right: -10px;
    top: 170px;
    z-index: 9;
  }
  .home-page
    .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details
    .clutch-casestudies-details
    .clutch-casestudies-details-item
    .clutch-casestudies-details-item-data
    .btn1 {
    margin-right: 10px;
  }
  .home-page
    .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details.home-page
    .container {
    padding-top: 10px;
  }
  .home-page .wraper-clutch-practices {
    margin-bottom: 0;
  }
  .home-page .wraper-home-industry {
    margin-bottom: 0 !important;
  }
  #ClutchCasestudiesDetails .swiper-pagination {
    display: block;
  }
  .clutch-landing-page .wraper-clutch-practices {
    margin-bottom: 0;
  }
}
@media (max-width: 568px) {
  .wraper-clutch-practices
    .wraper-clutch-practices-points
    .clutch-practices-points
    .clutch-practices-points-item
    ul.clutch-practices-points-item-tab
    li.nav-item
    a {
    padding: 0 !important;
  }
  .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details.black-background
    .clutch-casestudies-details
    .clutch-casestudies-details-item
    .clutch-casestudies-details-item-data
    .btn1 {
    font-size: 12px;
  }
  .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details.black-background
    .clutch-casestudies-details
    .clutch-casestudies-details-item
    .clutch-casestudies-details-item-data
    .btn2 {
    font-size: 12px;
  }
  .button-4.lrg {
    width: 280px;
  }
  .home-page
    .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details
    .clutch-casestudies-details
    .clutch-casestudies-details-item
    .clutch-casestudies-details-item-data
    .btn1 {
    font-size: 12px;
  }
  .home-page
    .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details
    .clutch-casestudies-details
    .clutch-casestudies-details-item
    .clutch-casestudies-details-item-data
    .btn2 {
    font-size: 12px;
  }
}
@media (pointer: coarse) {
  .nav-menu .nav-inner::-webkit-scrollbar {
    width: 8px;
  }
  .nav-menu .nav-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .nav-menu .nav-inner::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #1997aa;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) {
  .discover-more-row {
    display: block;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .wraper-toonyport-hero-banner.kidscitypass-banner-sec
    .toonyport-hero-banner.kidscitypass-banner
    .toonyport-hero-banner-image
    > .holder
    > .data {
    max-width: 1140px;
    margin: 0 auto;
    left: -15px;
    padding-left: 0;
    padding-right: 0;
    right: -15px;
    padding-bottom: 120px;
  }
}
@media (max-width: 2299px) {
  .content_info_left .left-info-img img {
    width: 180px;
  }
  .client-stories-wrap .left-info-img img {
    height: 420px;
    object-fit: cover;
    width: 100%;
  }
  .text-image {
    padding: 2rem 3rem 5rem;
  }
  .grid-wrap ul li:nth-child(6) {
    margin-top: calc(100% - 71%);
  }
  .ui-ux-section-4 {
    padding: 15% 0 10% 24%;
  }
  .discovery-workshop-wrap .discovery-workshop-right.design-box img {
    max-height: 420px;
  }
  .web-app-sec-3 {
    padding: 8% 12% 8% 0;
  }
  .mobile-app-sec-1.web-app-sec-3 {
    padding-top: 4rem;
  }
  .banner_sec_text.common-hero-text-wrap {
    padding: 70px 0 0 15rem;
  }
  .banner_sec_text .others-banner-text p:not(.new-page-subtitle),
  .banner_sec_text .others-banner-text .new-page-title {
    font-size: 45px;
    line-height: 64px;
  }
  .banner_sec_text.contact-banner-sec .others-banner-text h2 {
    font-size: 36px;
  }
  .about-sec-common.about-sec-1 .about-sec-img img {
    max-height: 820px;
  }
  .banner_sec_new .uipl-banner-othertext h1:not(.new-page-title),
  .banner_sec_new .uipl-banner-othertext .new-page-subtitle {
    padding-right: 0;
  }
  .web-design-section-5 .text-message-wrap {
    padding-right: 6%;
  }
  .web-design-section-5 .web-design-proces .design-proce-2 {
    width: calc(100% - 55%);
    height: calc(100% - 35%);
  }
  .web-design-section-5 .web-design-proces .design-proce-1 {
    width: calc(100% - 80%);
    height: calc(100% - 50%);
  }
  .box-top {
    margin-top: 5%;
    margin-bottom: 0;
  }
  .card-box .box-top h2,
  .card-box .box-top .h2 {
    margin-bottom: 15%;
    font-size: 30px;
  }
  .about-sec-2 .left-info-img .deloitte-img {
    height: 53px;
  }
  .about-sec-2 .left-info-img .clutch-img {
    height: 115px;
  }
  .about-sec-2 .left-info-img .upwork-img {
    height: 106px;
  }
  .about-sec-2 .left-info-img .goodfirms-img {
    height: 101px;
  }
  .about-sec-2 .left-info-img .bca-img {
    height: 100px;
  }
  .about-sec-2 .left-info-img .nasscom-img {
    height: 74px;
  }
  .about-box-main .about-text h5 {
    font-size: 42px;
    margin: 0 0 10px;
  }
  .about-box-main .about-text p {
    font-size: 18px;
    line-height: 26px;
  }
  .work-project-text {
    padding: 2% 0 10%;
  }
  .mobile-app-sec-5 {
    padding: 6rem 0 8rem 5rem;
  }
  .mobile_showcase {
    width: 374px;
    height: 740px;
  }
  .swipe_inn img {
    min-height: 700px;
    max-height: 700px;
    width: 325px;
  }
  .frem-slider-wrap .swiper-button-next,
  .frem-slider-wrap .swiper-button-prev {
    bottom: -45px;
  }
  .frem-slider-wrap .swiper-button-prev {
    left: 152px;
  }
  .frem-slider-wrap .swiper-button-next {
    left: 206px;
  }
  .content_info_left .left-info-img {
    padding: 5% 35.4rem 5% 2%;
  }
  .principle-wrap ul {
    margin-bottom: 5%;
  }
  .principle-wrap .text-message-info h3,
  .principle-wrap .text-message-info .h3 {
    font-size: 42px;
  }
  .ui-ux-section-11 {
    padding: 6% 13rem 7%;
  }
  .mobile-app-sec-6 {
    padding: 8rem 20rem 0rem 20rem;
  }
  .tab-slide-sec h4,
  .tab-slide-sec .h4 {
    width: 41.333333333333336%;
  }
  .tab-slide-sec .tab-right-side {
    width: 58.66666666666667%;
  }
  .web-app-sec-7 {
    padding: 8rem 0 0;
  }
  .scroll-main-wrap {
    padding: 0 0 12rem 16rem;
  }
  .project-structure-sec {
    padding: 0 18rem 8% 18rem;
  }
  .common-padd-wrap {
    padding: 4rem 0 0 0;
  }
  .discovery-workshop-sec .common-padd-wrap .common-padd-left.black-sec-padd {
    padding: 0 8rem 3.5rem 4rem;
  }
  .discovery-workshop-wrap .discovery-workshop-right.design-box img {
    max-height: 420px;
  }
  .common-padd-wrap .common-padd-left {
    padding: 0 8rem 2rem 4rem;
  }
  .discovery-workshop-sec {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .planning-bg {
    padding: 2rem 0 0 0;
  }
  .planning-bg .common-padd-wrap .common-padd-left {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .design-sec {
    padding-top: 6rem;
  }
  .design-sec .common-padd-left.design-tools-sec {
    padding: 0 2rem 3rem 4rem;
  }
  .development-sec {
    padding-top: 6rem;
  }
  .development-sec
    .common-padd-wrap
    .common-padd-left.black-sec-padd.padd-bottom-2 {
    padding: 0 8rem 3.5rem 4rem;
  }
  .development-sec .discovery-workshop-wrap .development-right.design-box img {
    max-height: 500px;
  }
  .testing-sec {
    padding-top: 6rem;
  }
  .testing-sec .testing-bg .common-padd-wrap .common-padd-left {
    padding: 4rem 8rem 4rem 4rem;
  }
  .maintenance-sec .common-padd-wrap .common-padd-left.black-sec-padd {
    padding: 0 8rem 3.5rem 4rem;
  }
  .testing-sec .common-padd-wrap .discovery-workshop-right.design-box img {
    max-height: 550px;
  }
  .banner_sec_text.how-we-work-1 {
    padding: 70px 0 0 18rem;
  }
  .banner_sec_text.portfolio-text-wrap {
    padding: 78px 0 0 26rem;
    min-height: 400px;
  }
  .portfolio-listing-sec-1 {
    padding: 80px 25rem 6rem 26rem;
  }
  .ecommerce-web-sec-add {
    padding: 25rem 0rem 6rem 36rem;
  }
  .career-img-wrap .career-text-wrap {
    left: 15rem;
  }
  .career-sec-add {
    padding: 8rem 22rem;
  }
  .mobile-app-sec-2 {
    padding: 8rem 0 8rem 24rem;
  }
  .mobile-app-sec-8 .work-project-wrap {
    padding: 8rem 18rem 3rem;
  }
  .sofy-portfolio-sec-2 {
    padding: 0 0 7rem;
  }
  .bitmarket-sec-1 {
    padding: 7rem 0 0;
  }
  .bitmarket-box-wrap .over-view-box:nth-child(3) .box-comm {
    top: -15px;
  }
  .bitmarket-box-wrap .over-view-box:nth-child(5) .box-comm {
    position: relative;
    top: -30px;
    left: 0;
  }
  .ios-development-sec-5.bitmarket-sec-2 {
    padding-top: 5rem;
  }
  .bitmarket-sec-3 {
    padding-bottom: 7rem;
  }
  .web-app-sec-add {
    padding: 7rem 0 7rem 18rem;
  }
  .web-app-sec-add.bitmarket-sec-5 {
    padding-top: 0rem;
    padding-bottom: 8rem;
  }
  .bitmarket-sec-6 {
    padding: 0rem 0 10rem;
  }
  .bitmarket-sec-6 .box-dark.card-box .box-top h2,
  .bitmarket-sec-6 .box-dark.card-box .box-top .h2 {
    margin-bottom: 1.5rem;
  }
  .frameshowcase .swiper-slide .swipe_frame {
    padding: 66px 0px 20px;
    background-size: contain;
  }
  .frame-slider .swiper-slide.swiper-slide-prev {
    width: 300px !important;
    height: 472px;
  }
  .frame-slider .swiper-slide.swiper-slide-next {
    width: 300px !important;
    height: 472px;
  }
  .frame-slider .swiper-slide.swiper-slide-active {
    width: 923px !important;
    margin: 0 325px !important;
  }
  .swiper-slide .swipe_frame img {
    width: 300px;
    height: 472px;
    object-fit: cover;
  }
  .frame-slider .swiper-slide.swiper-slide-prev .swipe_frame img {
    margin-right: auto !important;
    display: block;
  }
  .frame-slider .swiper-slide.swiper-slide-next .swipe_frame img {
    margin-left: auto !important;
    display: block;
  }
  .frame-slider .swiper-slide .swipe_frame img {
    opacity: 0.2;
    position: relative;
    z-index: 9;
  }
  .frame-slider .swiper-slide.swiper-slide-active .swipe_frame img {
    width: 921px !important;
    height: 472px;
    opacity: 1;
    position: relative;
    z-index: 9;
  }
  .frame_showcase {
    width: 923px;
    height: 520px;
    background: url(../images/frame.svg) no-repeat 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .bridger-sec-3 .bridger-sec-text {
    padding-left: calc(100% - 85%);
    padding-right: calc(100% - 52%);
  }
  .bridger-sec-8 .section_title {
    padding-left: calc(100% - 71%);
    padding-right: calc(100% - 68%);
  }
  .bridger-sec-3 {
    padding: 0rem 0 7rem;
  }
  .bridger-sec-5 {
    padding: 7rem 6rem 0;
  }
  .bridger-sec-6 {
    padding: 7rem 0 7rem;
  }
  .bridger-sec-7 {
    padding: 0px 6rem 7rem;
  }
  .bridger-sec-add {
    padding: 0 6rem 7rem;
  }
  .bridger-sec-8 {
    padding: 7rem 0;
  }
  .bridger-sec-9 {
    padding: 7rem 0 4rem;
  }
  .core-services-wrap {
    padding: 6rem 18rem 7rem;
  }
  .web-securing-right {
    padding: 3rem 5rem 5rem 8rem;
  }
  .consulting-sec-1.consulting-start-1 {
    padding-bottom: 7rem;
  }
  .consulting-start-2 {
    padding: 6rem 0 3rem 24rem;
  }
  .consulting-start-3 {
    padding: 4rem 10rem 7rem 0;
  }
  .consulting-start-5 {
    margin-top: 90px;
    padding: 7rem 0 7rem 24rem;
  }
  .consulting-start-add {
    padding: 7rem 0 0;
  }
  .consulting-start-7 {
    padding: 7rem 0;
  }
  .consulting-start-8 {
    padding: 0rem 0 10rem;
  }
  .bridger-sec-3 .content-image {
    max-height: 850px;
  }
  .cta-wrap {
    margin-left: calc(100vw - 87.2vw);
  }
  .web-app-sec-7.tab-slide-sec,
  .mobile-app-sec-7.tab-slide-sec {
    padding: 7rem 0 7rem;
  }
  .mobile-app-sec-6.custom-software-add {
    padding-bottom: 7rem;
  }
  .web-app-sec-4 {
    padding-bottom: 7rem;
  }
  .web-app-sec-5 {
    padding-bottom: 7rem;
  }
  .mobile-app-sec-8.custom-software-add {
    padding-top: 7rem;
  }
  .ecommerce-success-stories.section-features {
    padding-top: 7rem;
  }
  .ecommerce-building-sec {
    padding-top: 7rem;
  }
  .app-sec-img img {
    max-height: 850px;
  }
  .banner_sec_new .uipl-banner-othertext p:not(.new-page-subtitle),
  .banner_sec_new .uipl-banner-othertext .new-page-title {
    font-size: 52px;
    line-height: 60px;
  }
  .web-design-section-3 .web-design-proce {
    padding: 0 18rem 0 10rem;
  }
  .web-design-section-5 {
    padding: 8% 18rem;
  }
  .web-design-section-6 {
    padding: 8% 18rem 4% 18rem;
  }
  .web-design-section-7 {
    padding: 0 18rem 10rem 18rem;
  }
  .card-box {
    height: calc(100vh - 30vh);
    min-height: 500px;
    max-height: 500px;
  }
  .cta-wrap {
    margin-left: calc(100vw - 85.8vw);
  }
  .wraper-freshclinic-screenshots .freshclinic-screenshots-box > .container {
    padding-bottom: 115px;
  }
  .mobile-app-new-york-sec-6 {
    padding-bottom: 5.5rem !important;
  }
  .wraper-oota-hero-banner .container-fluid {
    max-width: 1700px;
  }
  .oota-sec-1 .container {
    max-width: 1250px;
  }
  .kidscitypass-other-sec-3.m-right {
    margin-right: 390px;
  }
  .kidscitypass-other-sec-3 .container.m-left {
    margin-left: 450px;
  }
  .kidscitypass-other-sec-4 {
    padding-top: 12rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 2048px) {
  .wraper-oota-hero-banner .container-fluid {
    max-width: 1620px;
  }
  .oota-5-main-wrap {
    background-image: url(../images/background%402x.jpg);
  }
  .xpary-other-sec-3:before {
    width: 25%;
    height: 45px;
  }
  .xpary-other-sec-3:after {
    top: -76px;
    height: 200px;
    transform: rotate(7deg);
    left: -20px;
  }
  .xpary-banner-sec:after {
    bottom: -85px;
    width: 101%;
    height: 170px;
    transform: rotate(5deg);
    left: -10px;
  }
  .xpary-other-sec-1 .xpary-blogpic {
    top: -74px;
  }
  .xpary-other-sec-6:before {
    right: -12px;
    top: -40px;
    width: 80%;
    height: 240px;
    transform: rotate(2deg);
  }
  .xpary-other-sec-6:after {
    left: -50px;
    right: 0;
    top: 40px;
    width: 110%;
    height: 280px;
    transform: rotate(12deg);
  }
  .xpary-other-sec-5 {
    padding: 0 0 80px;
  }
  .xpary-promo-image:after {
    left: 28%;
    bottom: 30px;
  }
  .xpary-banner-sec
    .xpary-banner-slider
    .frame-slider
    .frame-arrow-wrap
    .swiper-pagination-current:after {
    top: 6px;
  }
}
@media (max-width: 1920px) and (min-device-pixel-ratio: 2) {
  .commontext p {
    font-size: 17px;
    line-height: 1.6;
  }
}
@media (max-width: 1920px) {
  .address_info_left .address-info-text .address-h3,
  .footer-white-wrap .address_info_right .address-info-text .address-h3 {
    font-size: 23px;
  }
  .content_info_right {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .content_info_left .left-info-img {
    padding: 5% 25rem 5% 2%;
  }
  .content_info_left .left-info-img img {
    width: 150px;
  }
  .text-image img {
    height: 520px;
    width: 100%;
    object-fit: contain;
    padding: 0;
  }
  .main-bottom-navbar li a {
    font-size: 18px;
  }
  .button-5 a,
  .button-5 span {
    font-size: 16px;
  }
  .banner_sec_new .uipl-banner-text p:not(.new-page-subtitle),
  .banner_sec_new .uipl-banner-text .new-page-title {
    font-size: 22px;
    margin: 0 0 15px 0;
  }
  .banner_sec_new .uipl-banner-text h1:not(.new-page-title),
  .banner_sec_new .uipl-banner-text .new-page-subtitle {
    font-size: 42px;
    line-height: 60px;
  }
  .button-1 {
    width: 240px;
    margin-top: 20px;
  }
  .button-1 a,
  .button-1 span {
    font-size: 16px;
  }
  .eff-1 {
    width: 240px;
  }
  .navbar-brand img {
    width: 275px;
  }
  .left-info-text h5 {
    font-size: 24px;
  }
  .left-info-text h5 span {
    font-size: 16px;
    padding-top: 5px;
  }
  .client-stories-wrap .left-info-img img {
    height: 360px;
    object-fit: cover;
    width: 100%;
  }
  .button-2 {
    height: 28px;
  }
  .button-2 a {
    line-height: 26px;
    font-size: 14px;
  }
  .eff-2 {
    height: 28px;
    bottom: -28px;
  }
  .button-2 span {
    font-size: 14px;
    line-height: 14px;
    padding: 7px 10px;
  }
  .filter-btn {
    font-size: 14px;
  }
  .work-project-info .work-project-img img {
    min-height: auto;
  }
  .address_info_left .address-info-text .address-h1 {
    font-size: 42px;
  }
  .address_info_left {
    padding: 5% 5%;
  }
  .address_info_right .address-info-img img {
    max-height: 100%;
  }
  .footer-wrap .footer-bottom .terms-privacy a,
  .footer-wrap .footer-bottom .copy-right p,
  .mobile-menu-bottom .site-menu-block a,
  .mobile-menu-bottom .site-menu-block .copyright-sec p {
    font-size: 12px;
  }
  .footer-wrap .footer-bottom .made-with p,
  .address_info_left .address-info-text .made-with p,
  .mobile-menu-bottom .site-menu-block .made-with p {
    font-size: 12px;
  }
  .content_info_left .left-info-img img.deloitte-img {
    width: 200px;
  }
  .text-image {
    padding: 2rem 2rem 4rem;
  }
  .banner_sec_new .uipl-banner-othertext h1:not(.new-page-title),
  .banner_sec_new .uipl-banner-othertext .new-page-subtitle {
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 30px;
  }
  .banner_sec_new .uipl-banner-othertext p:not(.new-page-subtitle),
  .banner_sec_new .uipl-banner-othertext .new-page-title {
    font-size: 52px;
    line-height: 62px;
  }
  .grid-wrap ul li:nth-child(6) {
    margin-top: calc(100% - 71%);
  }
  .commontext h3,
  .commontext .h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .web-development-sec-4 .commontext h3 {
    font-size: 38px;
    line-height: 48px;
  }
  .commontext p {
    font-size: 16px;
    line-height: 1.5;
  }
  .web-design-section-3 .web-design-proce .design-proce-info h3 {
    line-height: 52px;
    font-size: 40px;
  }
  .ui-ux-section-3 .message-text-wrap .commontext h3,
  .ui-ux-section-3 .message-text-wrap .commontext .h3 {
    font-size: 40px;
  }
  .web-design-section-3 .web-design-proce {
    padding: 0 18rem 0 8rem;
  }
  .social-icon-list ul li a svg {
    max-width: 24px;
    height: 21px;
  }
  .end-begin-user-wrap .end-begin-user-info h3,
  .end-begin-user-wrap .end-begin-user-info .h3 {
    font-size: 28px;
  }
  .end-begin-user-wrap .end-begin-user-info p {
    font-size: 16px;
  }
  .box-container {
    height: calc(100vh - 50vh);
  }
  .ui-ux-bg {
    background-image: url(../images/ui-ux-bg%402x.jpg);
  }
  .web-design-section-5 {
    padding: 8rem 15rem;
  }
  .web-design-section-6 {
    padding: 8rem 15rem 3rem 15rem;
  }
  .web-design-section-7 {
    padding: 0 15rem 8rem 15rem;
  }
  .web-design-section-5 .web-design-proce {
    min-height: 410px;
    height: calc(100vh - 52vh);
  }
  .commontext h2 {
    font-size: 24px;
  }
  .web-design-section-5 .web-design-proces .design-proce-1 {
    width: calc(100% - 80%);
    height: calc(100% - 50%);
    min-width: 140px;
  }
  .web-design-section-5 .web-design-proces .design-proce-2 {
    width: calc(100% - 55%);
    height: calc(100% - 32%);
  }
  .client-info-text .client-h1,
  .stories-info-text .stories-h1 {
    font-size: 48px;
  }
  .web-design-section-4 .text-marquee-main p {
    font-size: 130px;
    line-height: 130px;
  }
  .pointparallax .point__item.right {
    top: 90px;
  }
  .ui-ux-section-10 .commontext h1,
  .ui-ux-section-10 .commontext .treat-as-h1 {
    font-size: 52px;
  }
  .ui-ux-section-4 {
    padding: 15% 0 10% 20.5%;
  }
  .analsing-wrap {
    padding-left: 18%;
  }
  .analsing-wrap figure:nth-child(2) {
    bottom: -30%;
    left: 42%;
  }
  .analsing-wrap figure:nth-child(3) {
    left: 30.5%;
  }
  .analsing-wrap figure:nth-child(4) {
    left: 38%;
  }
  .analsing-wrap figure:nth-child(9) {
    bottom: -60%;
    left: 25%;
  }
  .ui-ux-section-5 .box-border-wrap .design-box img {
    max-height: 500px;
    height: 500px;
  }
  .web-design-slider .swiper-button-next,
  .web-design-slider .swiper-button-prev {
    height: 88.5%;
  }
  .banner_sec_text {
    padding: 78px 0 0 9rem;
  }
  .scroll-main-wrap {
    padding: 0 0 12rem 15rem;
  }
  .scroll-main-wrap .left-scrool {
    margin-left: 0;
  }
  .project-structure-sec {
    padding: 0 10% 8% 10%;
  }
  .work-common-sec.collabotation-tools-sec {
    padding: 0 14% 2%;
  }
  .work-common-sec.engagement-models-sec {
    padding: 0 14% 10%;
  }
  .banner_sec_text .others-banner-text p:not(.new-page-subtitle),
  .banner_sec_text .others-banner-text .new-page-title {
    font-size: 42px;
    line-height: 62px;
  }
  .banner_sec_text.contact-banner-sec .others-banner-text h2 {
    font-size: 32px;
  }
  .mobile-app-sec-6 {
    padding: 7rem 15rem 0rem 15rem;
  }
  .box-container {
    height: calc(100vh - 50vh);
    min-height: 480px;
  }
  .comm-works ul li p {
    font-size: 16px;
  }
  .mobile-app-sec-3.web-app-sec-3 {
    padding: 26rem 18rem 5rem 18rem;
  }
  .tab-right-side .media img {
    min-width: 265px;
    max-width: 265px;
  }
  .commontext h5,
  .commontext .h5 {
    font-size: 16px;
  }
  .mobile-app-sec-8 .work-project-wrap,
  .mobile-app-sec-8.web-app-sec-8 .work-project-wrap {
    padding: 6rem 15rem 1rem;
  }
  .comm-works ul {
    font-size: 22px;
    line-height: normal;
  }
  .work-project-info .work-project-text h4 {
    font-size: 18px;
  }
  .load-btn span,
  .load-btn a {
    font-size: 16px;
    line-height: 54px;
  }
  .button-4 a,
  .button-4 span {
    font-size: 16px;
  }
  .banner_sec_new .uipl-banner-text {
    max-width: 85%;
  }
  .about-sec-common .commontext h3 {
    font-size: 36px;
    line-height: 1.4;
  }
  .core-services-wrap {
    padding: 5rem 15rem 7rem;
  }
  .about-sec-common.about-sec-1 .about-sec-img img {
    max-height: 750px;
  }
  .creative-info-heading h2 {
    font-size: 40px;
  }
  .text-message-wrap .text-message-info h3 {
    font-size: 40px;
    line-height: 52px;
  }
  .principle-wrap .text-message-info h3,
  .principle-wrap .text-message-info .h3 {
    font-size: 40px;
  }
  .card-box .box-top h2,
  .card-box .box-top .h2 {
    font-size: 28px;
  }
  .box-bottom a {
    font-size: 12px;
  }
  .web-design-section-8 .text-message-wrap .text-message-info.commontext h3 {
    font-size: 28px;
    line-height: 42px;
  }
  .web-design-section-8 .button-6 a,
  .web-design-section-8 .button-6 span {
    font-size: 16px;
  }
  .web-design-section-9 .text-message-wrap .text-message-info.commontext h5,
  .web-design-section-9 .text-message-wrap .text-message-info.commontext .h5 {
    font-size: 24px;
  }
  .web-design-section-5 .text-message-wrap {
    padding-right: 28%;
  }
  .about-box-main .about-text p {
    font-size: 20px;
  }
  .work-project-text {
    padding: 2% 0 12%;
  }
  .ui-ux-section-10 .text-message-wrap .button-6 {
    width: 335px;
  }
  .ui-ux-section-10 .text-message-wrap .eff-6 {
    width: 335px;
  }
  .button-6 a,
  .button-6 span {
    font-size: 16px;
  }
  .ui-ux-section-10 .text-message-wrap .commontext h3 {
    font-size: 42px;
    line-height: 52px;
  }
  .banner_sec_text .others-banner-text h1:not(.new-page-title),
  .banner_sec_text .others-banner-text .new-page-subtitle {
    font-size: 18px;
  }
  .mobile-app-sec-6 .pad_box {
    padding: 0 15px;
  }
  .swipe_inn img {
    min-height: 630px;
    max-height: 630px;
    width: 290px;
  }
  .mobile_showcase {
    width: 340px;
    height: 680px;
  }
  .frem-slider-wrap .swiper-button-next,
  .frem-slider-wrap .swiper-button-prev {
    bottom: -25px;
  }
  .frem-slider-wrap .swiper-button-next {
    left: 192px;
  }
  .frem-slider-wrap .swiper-button-prev {
    left: 136px;
  }
  .mobile-app-sec-9 .commontext h1,
  .mobile-app-sec-9 .commontext .treat-as-h1 {
    font-size: 48px;
  }
  .app-testomonial-slider .swiper-slide .description {
    margin: 35px 15px 30px 90px;
    font-size: 30px;
  }
  .ui-ux-section-3 .design-box img {
    min-height: 440px;
    max-height: 440px;
  }
  .pb-6 {
    padding-bottom: 2%;
  }
  .pt-6 {
    padding-top: 2%;
  }
  .ui-ux-section-11 {
    padding: 6% 12rem 7%;
  }
  .mobile-app-sec-3 {
    padding: 6rem 8rem 7rem;
  }
  .mobile-app-sec-1 {
    padding: 4rem 18.4rem 0 0;
  }
  .app-sec-img img {
    max-height: 800px;
  }
  .web-app-sec-7.tab-slide-sec,
  .mobile-app-sec-7.tab-slide-sec {
    padding: 7rem 0 7rem;
  }
  .banner_sec_text.portfolio-hero .portfolio-hero-text .others-banner-text h1 {
    font-size: 42px;
  }
  .sofy-portfolio-sec-1 {
    padding: 15rem 0 2rem;
  }
  .sofy-portfolio-sec-4 {
    padding: 5% 0 6% 6%;
  }
  .web-app-sec-6 .button-6,
  .web-development-sec-5 .button-6 {
    width: 300px;
  }
  .web-app-sec-6 .eff-6,
  .web-development-sec-5 .eff-6 {
    width: 300px;
  }
  .project-structure-sec {
    padding: 0 15rem 7rem 15rem;
  }
  .portfolio-listing-sec-1 {
    padding-bottom: 4rem;
  }
  .design-sec .design-sec-wrap .design-box img {
    max-height: 600px;
  }
  .consulting-bg-info {
    background-image: url(../images/proposition%402x.jpg);
  }
  .consulting-banner img,
  .consulting-planning-img img {
    max-height: 700px;
  }
  .mobile-app-sec-9 {
    padding: 5rem 0 10rem;
  }
  .consulting-start-8 {
    padding: 0rem 0 10rem;
  }
  .web-app-box .commontext h2,
  .web-app-box .commontext .h2 {
    font-size: 30px;
  }
  .message-text-wrap .commontext h3,
  .message-text-wrap .commontext .h3 {
    margin: 0 0 5%;
  }
  .overview-services .tag {
    top: 87px;
    left: -10px;
    font-size: 14px;
  }
  .overview-services ul li {
    font-size: 16px;
  }
  .ios-development-sec-1 {
    padding: 7rem 0;
  }
  .ios-development-sec-2 {
    padding: 0 0 7rem;
  }
  .ios-development-sec-3 {
    padding: 0 0 6.4rem;
  }
  .ios-development-sec-4 {
    padding: 0 0 7rem;
  }
  .ios-development-sec-5 {
    padding: 7rem 0 7rem;
  }
  .accordion-wrap .panel-default .panel-body {
    font-size: 16px;
    line-height: 1.5;
  }
  .contact-sec .form-group .button-4 .submit-btn {
    font-size: 16px;
  }
  .portfolio-listing-sec-1 {
    padding: 50px 20rem 6rem 21rem;
  }
  .banner_sec_text.portfolio-text-wrap {
    padding: 78px 0 0 21rem;
  }
  #portfolio-filter
    .work-project-info
    .work-project-text
    .project-text-desc
    h3 {
    font-size: 32px;
  }
  .career-img-wrap .career-text-wrap .career-text h4 {
    font-size: 14px;
  }
  .career-img-wrap .career-text-wrap .career-text p {
    font-size: 20px;
  }
  .mobile-app-sec-2 {
    padding: 7rem 0 7rem 16rem;
  }
  .mobile-app-sec-4 {
    padding: 7rem 0;
  }
  .mobile-app-sec-5 {
    padding: 6rem 0 7rem 5rem;
  }
  .main-navbar-content .navbar-nav .dropdown-toggle::after {
    line-height: 28px;
  }
  .frame-slider .swiper-slide.swiper-slide-active {
    width: 923px !important;
    margin: 0 191px !important;
  }
  .bridger-sec-3 .bridger-sec-text {
    padding-left: calc(100% - 85%);
    padding-right: calc(100% - 52%);
  }
  .bridger-sec-8 .section_title {
    padding-left: calc(100% - 74%);
    padding-right: calc(100% - 70%);
  }
  .web-securing-right {
    padding: 3rem 5rem 5rem 6rem;
  }
  .banner_sec_text.contact-banner-sec .others-banner-text h1 {
    font-size: 48px !important;
  }
  .banner_sec_text.contact-banner-sec .others-banner-text h2 {
    font-size: 36px;
  }
  .bridger-sec-3 .content-image {
    max-height: 800px;
  }
  .wraper-londonrag-promo.bridger-sec-comm
    .londonrag-promo-image.with-shadow
    img,
  .bridger-sec-comm .londonrag-promo-image.with-shadow img {
    min-height: 620px;
  }
  .web-app-sec-4.web-app-comm-sec .message-text-wrap {
    padding-right: 3rem;
    padding-left: 10rem;
  }
  .cta-wrap {
    margin-left: calc(100vw - 86.2vw);
  }
  .web-design-section-6 .card-box .box-top h2,
  .web-design-section-7 .card-box .box-top h2 {
    margin-bottom: 1.5rem;
  }
  .fidelity-wirefram-img {
    padding-top: 3rem;
  }
  .mobile-app-new-york-sec-6 {
    padding-bottom: 4.5rem !important;
  }
  .mobile-app-sec-3 {
    padding-top: 7rem;
  }
  .wraper-oota-hero-banner .container-fluid {
    max-width: 1450px;
  }
  .oota-hero-banner .oota-hero-banner-data .oota-title {
    font-size: 16px;
  }
  .oota-hero-banner .oota-hero-banner-data h1 {
    font-size: 24px;
  }
  .oota-sec-1 .container {
    max-width: 1140px;
  }
  .wraper-houselabs-overview.oota-sec-1 .oota-promo-image {
    left: 85px;
  }
  .kidscitypass-other-sec-1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .wraper-toonyport-hero-banner.kidscitypass-banner-sec
    .toonyport-hero-banner.kidscitypass-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main
    p {
    font-size: 36px;
    line-height: 44px;
  }
  .kids-pic-bottom {
    bottom: -128px;
    right: -138px;
  }
  .kids-pic-bottom .kids-pic img {
    width: 360px;
  }
  .wraper-houselabs-overview.kidscitypass-other-sec-1
    .houselabs-overview
    .houselabs-overview-text
    hr {
    margin-bottom: 65px;
    margin-top: 15px;
  }
  .kidscitypass-bg {
    padding: 4rem 0 0;
  }
  .kidscitypass-other-sec-2 .kidscity-macbook img {
    margin-bottom: -120px;
  }
  .kidscitypass-other-sec-3 {
    padding-top: 7rem;
  }
  .kidscitypass-other-sec-3.m-right {
    margin-right: 300px;
  }
  .kidscitypass-other-sec-3 .container.m-left {
    margin-left: 400px;
  }
  .kidscitypass-promo-title h3 {
    font-size: 32px;
  }
  .kidscitypass-promo-title p {
    font-size: 16px;
  }
  .kidscitypass-other-sec-4 {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 1799.98px) {
  .grid-wrap ul li:nth-child(6) {
    margin-top: calc(100% - 71%);
  }
  .ui-ux-section-4 {
    padding: 17% 0 15% 16%;
  }
  .analsing-wrap figure:nth-child(1) img {
    max-width: 225px;
  }
  .analsing-wrap figure:nth-child(2) img {
    max-width: 165px;
  }
  .analsing-wrap figure:nth-child(3) img {
    max-width: 180px;
  }
  .analsing-wrap figure:nth-child(4) img {
    max-width: 195px;
  }
  .analsing-wrap figure:nth-child(5) img {
    max-width: 150px;
  }
  .analsing-wrap figure:nth-child(6) img {
    max-width: 175px;
  }
  .analsing-wrap figure:nth-child(7) img {
    max-width: 190px;
  }
  .analsing-wrap figure:nth-child(8) img {
    max-width: 140px;
  }
  .analsing-wrap figure:nth-child(9) img {
    max-width: 150px;
  }
  .built-slider-wrap .swiper-button-next {
    left: 120px;
  }
  .built-slider-wrap .swiper-button-prev {
    left: 85px;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .career-sec-add {
    padding: 6rem 9rem;
  }
  .inmobileshowcase {
    margin-top: 1.5rem;
  }
  .wraper-oota-hero-banner .container-fluid {
    max-width: 1140px;
  }
  .wraper-houselabs-overview.oota-sec-1:after {
    width: 270px;
  }
  .oota-sec-2 .oota-showcase-mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1600.98px) {
  .content_info_left .left-info-img img {
    width: auto;
  }
  .text-image img {
    height: 480px;
    width: 100%;
    object-fit: contain;
  }
  .client-stories-wrap .left-info-img img {
    height: 340px;
    object-fit: cover;
    width: 100%;
  }
  .work-project-info .work-project-text .project-text-desc h3 {
    font-size: 24px;
  }
  .work-project-text {
    padding: 2% 0 8%;
  }
  .client-stories-wrap {
    padding: 7% 10% 7%;
  }
  .work-project-wrap {
    padding: 6% 10% 9%;
  }
  .address_info_left .address-info-text .address-h1 {
    font-size: 38px;
  }
  .address_info_right .address-info-img img {
    max-height: 100%;
  }
  .commontext h3,
  .commontext .h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .commontext p {
    font-size: 16px;
  }
  .ui-ux-section-4 {
    padding: 16% 0 16% 14.5%;
  }
  .ui-ux-bg {
    background-image: url(../images/ui-ux-bg%401.5x.jpg);
  }
  .web-design-section-5 {
    padding: 7% 8%;
  }
  .web-design-section-6 {
    padding: 7% 8% 0% 7.3%;
  }
  .web-design-section-7 {
    padding: 3% 8% 7% 8%;
  }
  .box-container {
    min-height: 450px;
    max-height: 460px;
  }
  .principle-wrap ul {
    margin-bottom: 5%;
  }
  .web-design-section-5 .text-message-wrap {
    padding-right: 12%;
  }
  .web-design-section-5 .web-design-proce {
    max-height: 375px;
    min-height: auto;
  }
  .analsing-wrap figure:nth-child(2) {
    bottom: -22%;
    left: 40%;
  }
  .analsing-wrap figure:nth-child(3) {
    bottom: 19%;
    left: 29%;
  }
  .analsing-wrap figure:nth-child(4) {
    top: -32%;
    left: 38%;
  }
  .analsing-wrap figure:nth-child(5) {
    top: -29%;
  }
  .analsing-wrap figure:nth-child(6) {
    top: 4%;
    right: -35px;
  }
  .analsing-wrap figure:nth-child(7) {
    bottom: -50%;
    right: -35px;
  }
  .analsing-wrap figure:nth-child(8) {
    bottom: -58%;
  }
  .analsing-wrap figure:nth-child(9) {
    bottom: -55%;
    left: 25%;
  }
  .web-design-slider .swiper-button-next,
  .web-design-slider .swiper-button-prev {
    height: 87%;
  }
  .common-padd-wrap .common-padd-left ul li span {
    font-size: 16px;
    line-height: 24px;
  }
  .project-card .list-text {
    font-size: 14px;
  }
  .work-common-sec .commontext p {
    font-size: 14px;
  }
  .banner_sec_text .others-banner-text p:not(.new-page-subtitle),
  .banner_sec_text .others-banner-text .new-page-title {
    font-size: 38px;
    line-height: 52px;
  }
  .banner_sec_text.contact-banner-sec .others-banner-text h2 {
    font-size: 28px;
  }
  .contact-sec-bg {
    padding: 8rem 0;
  }
  .cta-wrap {
    margin-left: calc(100vw - 83.8vw);
  }
  .tab-right-side .media img {
    min-width: 210px;
    max-width: 210px;
  }
  .tab-right-side .media-body {
    padding: 0px 6rem 0px 4rem;
  }
  .built-slider-wrap .swiper-button-next {
    left: 145px;
  }
  .built-slider-wrap .swiper-button-prev {
    left: 110px;
  }
  .banner_sec_new .uipl-banner-text p:not(.new-page-subtitle),
  .banner_sec_new .uipl-banner-text .new-page-title {
    font-family: "CircularStd";
    font-weight: 300;
  }
  .left-info-text h5 {
    font-family: "CircularStd";
    font-weight: 300;
  }
  .client-info-text .client-h1,
  .stories-info-text .stories-h1 {
    font-family: "CircularStd";
  }
  .main-bottom-navbar li a {
    font-size: 18px;
    line-height: 34px;
  }
  .main-navbar-content .navbar-nav .dropdown .dropdown-menu {
    margin-top: 10px;
  }
  .button-1 a,
  .button-1 span {
    font-size: 14px;
  }
  .button-5 a,
  .button-5 span {
    font-size: 14px;
  }
  .load-btn span,
  .load-btn a {
    font-size: 14px;
  }
  .button-4 a,
  .button-4 span {
    font-size: 14px;
  }
  .work-project-info .work-project-text h4 {
    font-size: 16px;
  }
  .about-sec-common .commontext h3 {
    font-size: 32px;
  }
  .about-sec-common .commontext p {
    font-size: 16px;
  }
  .about-sec-common .ethos-wrap .ethos-box .commontext p {
    font-size: 16px;
  }
  .banner_sec_new .uipl-banner-othertext p:not(.new-page-subtitle),
  .banner_sec_new .uipl-banner-othertext .new-page-title {
    font-size: 48px;
    padding-right: 15%;
  }
  .creative-info-heading h2 {
    font-size: 38px;
  }
  .web-design-section-3 .web-design-proce .design-proce-info h3 {
    line-height: normal;
    font-size: 38px;
    padding-right: 10%;
  }
  .web-design-section-3 .web-design-proce .design-proce-info.commontext p {
    padding-right: 16%;
    font-size: 16px;
  }
  .text-message-wrap .text-message-info h3 {
    font-size: 38px;
  }
  .card-box .box-top h2,
  .card-box .box-top .h2 {
    font-size: 26px;
  }
  .principle-wrap .text-message-info h3,
  .principle-wrap .text-message-info .h3 {
    font-size: 38px;
  }
  .web-design-section-8 .text-message-wrap .text-message-info.commontext h3 {
    font-size: 28px;
  }
  .web-design-section-9 .text-message-wrap .text-message-info.commontext h5,
  .web-design-section-9 .text-message-wrap .text-message-info.commontext .h5 {
    font-size: 22px;
  }
  .web-design-section-5 .text-message-wrap .text-message-info p {
    font-size: 16px;
  }
  .web-design-section-6 .text-message-info {
    padding-right: 5%;
  }
  .web-design-section-6 .text-message-info p {
    font-size: 16px;
  }
  .about-box-main .about-text h5 {
    font-size: 36px;
    margin: 0 0 10px;
    line-height: 1.4;
  }
  .about-box-main .about-text p {
    font-size: 18px;
    line-height: 26px;
  }
  .w-90 {
    width: 100%;
  }
  .about-sec-1 .about-left-side {
    right: calc(100vw - 105vw);
  }
  .principle-col .pad_box {
    padding: 0 5px;
  }
  .web-design-section-7 .pad_box {
    padding: 0 5px;
  }
  .ui-ux-section-10 .commontext h1,
  .ui-ux-section-10 .commontext .treat-as-h1 {
    font-size: 48px;
  }
  .ui-ux-section-10 .text-message-wrap .commontext h3 {
    font-size: 36px;
    line-height: 1.4;
  }
  .ui-ux-section-10 .text-message-wrap .button-6 {
    width: 320px;
  }
  .ui-ux-section-10 .text-message-wrap .eff-6 {
    width: 320px;
  }
  .button-6 a,
  .button-6 span {
    font-size: 14px;
  }
  .mobile-app-sec-4 {
    padding: 6rem 0;
  }
  .mobile-app-sec-4 .text-message-info .button-4 {
    width: 220px;
  }
  .mobile-app-sec-6 {
    padding: 6rem 8rem 0;
  }
  .mobile-app-sec-5 {
    padding: 4rem 0 5rem 5rem;
  }
  .mobile_showcase {
    width: 300px;
    height: 558px;
  }
  .swipe_inn img {
    min-height: 530px;
    max-height: 530px;
    position: relative;
    top: -6px;
    width: 242px;
  }
  .frem-slider-wrap .swiper-button-next,
  .frem-slider-wrap .swiper-button-prev {
    width: 25px;
    height: 25px;
    bottom: 0;
  }
  .frem-slider-wrap .swiper-button-next {
    left: 160px;
  }
  .frem-slider-wrap .swiper-button-prev {
    left: 110px;
  }
  .content_info_left .left-info-img {
    padding: 5% 21rem 5% 2%;
  }
  .web-design-proce .button-4 {
    width: 210px;
  }
  .web-design-proce .eff-4 {
    width: 210px;
  }
  .web-design-section-8 .button-6 a,
  .web-design-section-8 .button-6 span {
    font-size: 14px;
  }
  .ui-ux-section-11 {
    padding: 6% 10rem 7%;
  }
  .app-sec-img img {
    max-height: 750px;
  }
  .mobile-app-sec-1 {
    padding: 2rem 17.5rem 0 0;
  }
  .banner_sec_text.common-hero-text-wrap {
    padding: 78px 0 0 7.5rem;
  }
  .scroll-main-wrap {
    padding: 0 0 10rem 12rem;
  }
  .banner_sec_text.how-we-work-1 {
    padding: 70px 0 0 12rem;
  }
  .banner_sec_text.portfolio-text-wrap {
    padding: 78px 0 0 14rem;
  }
  .portfolio-listing-sec-1 {
    padding: 40px 12rem 5rem 14rem;
  }
  .banner_sec_text.portfolio-text-wrap {
    min-height: 360px;
  }
  .mobile-app-sec-2 {
    padding: 6rem 0 6rem 5.5rem;
  }
  .mobile-app-sec-4.web-development-sec-4 {
    padding: 6rem 0;
  }
  .mobile-app-sec-7 {
    padding: 6rem 0;
  }
  .web-development-bg {
    padding: 6rem 0rem 6rem 15rem;
  }
  .web-development-sec-4 .commontext h3 {
    font-size: 36px;
    line-height: 1.4;
  }
  .banner_sec_text.consulting-banner-sec {
    padding: 70px 0 0 15rem !important;
  }
  .consulting-start-add2 {
    padding: 0 0 0 15rem;
  }
  .consulting-start-2 {
    padding: 5rem 0 2.5rem 15rem;
  }
  .consulting-start-3 {
    padding: 2.5rem 10rem 6rem 0;
  }
  .consulting-start-4 {
    padding: 8rem 15.5rem 0rem 0rem;
  }
  .consulting-start-5 {
    padding: 6rem 0 6rem 15rem;
  }
  .consulting-start-6 .consulting-padd {
    padding: 0 0 3rem 15rem;
  }
  .web-app-sec-7.tab-slide-sec,
  .mobile-app-sec-7.tab-slide-sec {
    padding: 6rem 0 6rem;
  }
  .mobile-app-sec-3.web-app-sec-3 {
    padding: 26rem 14rem 5rem 14rem;
  }
  .web-app-sec-add {
    padding: 6rem 0 6rem 14rem;
  }
  .web-app-sec-4 {
    padding: 0 3rem 6rem 0;
  }
  .web-app-sec-5 .message-text-wrap {
    padding: 2rem 4rem 2rem 14rem;
  }
  .web-app-sec-add2 {
    padding: 0 14rem 6.5rem 14rem;
  }
  .web-app-sec-add3 {
    padding: 0 14rem 6rem 14rem;
  }
  .ios-development-sec-1 {
    padding: 6rem 0;
  }
  .ios-development-sec-2 {
    padding: 0 0 6rem;
  }
  .ios-development-sec-3 {
    padding: 0 0 5.4rem;
  }
  .ios-development-sec-4 {
    padding: 0 0 6rem;
  }
  .ios-development-sec-5 {
    padding: 6rem 0 6rem;
  }
  .Rtable .Rtable-row .Rtable-cell {
    padding: 1rem 1.5rem;
  }
  .Rtable-cell-heading {
    font-size: 16px;
  }
  .Rtable-cell-content {
    font-size: 16px;
    line-height: 24px;
  }
  .mobile-app-sec-1.ios-banner-sec {
    padding: 2rem 15.4rem 0 0;
  }
  .ecommerce-web-sec-add {
    padding: 25rem 0rem 6rem 28rem;
  }
  .mobile-app-sec-1 {
    padding: 2rem 17rem 0 0;
  }
  .consulting-start-add {
    padding: 6rem 0 0;
  }
  .consulting-start-7 {
    padding: 6rem 0 3rem;
  }
  .consulting-start-8 {
    padding: 0rem 0 8rem;
  }
  .contact-sec .form-group .button-4 .submit-btn {
    font-size: 14px;
  }
  .consulting-enterprise-3 {
    padding: 0rem 0 6rem;
  }
  .consulting-enterprise-2 {
    padding: 6rem 0 4rem;
  }
  .ui-ux-section-3 .message-text-wrap .commontext h3,
  .ui-ux-section-3 .message-text-wrap .commontext .h3 {
    font-size: 36px;
    line-height: 1.4;
  }
  .career-img-wrap .career-text-wrap {
    left: 7.5rem;
  }
  .main-navbar-content .navbar-nav .dropdown-toggle::after {
    line-height: 32px;
  }
  .desired-Skills {
    padding: 1.5rem 6rem 0 0;
  }
  .career-dtl-text .job-location {
    font-size: 12px;
  }
  .desired-Skills ul li span {
    font-size: 16px;
  }
  .bitmarket-sec-6 .box-dark.card-box .box-top h2,
  .bitmarket-sec-6 .box-dark.card-box .box-top .h2 {
    margin-bottom: 1rem;
  }
  .bitmarket-sec-6 .box-dark.card-box .box-top h2,
  .bitmarket-sec-6 .box-dark.card-box .box-top .h2 {
    font-size: 24px;
  }
  .bitmarket-sec-6 .card-box.box-container {
    min-height: 460px;
    max-height: 460px;
    height: 100%;
  }
  .mobile-app-sec-9 {
    padding: 5rem 0 8rem;
  }
  .bitmarket-sec-1 {
    padding: 6rem 0 0;
  }
  .ios-development-sec-5.bitmarket-sec-2 {
    padding-top: 4rem;
  }
  .bitmarket-sec-3 {
    padding-bottom: 6rem;
  }
  .sofy-portfolio-sec-2 {
    padding: 0 0 6rem;
  }
  .web-app-sec-add.bitmarket-sec-5 {
    padding-bottom: 7rem;
  }
  .bitmarket-sec-6 {
    padding: 0rem 0 8rem;
  }
  .bitmarket-sec-6 .commontext h4 {
    font-size: 18px;
  }
  .web-app-sec-add.bitmarket-sec-5 .pr-7 {
    padding-right: 0rem;
  }
  .frame-slider .swiper-slide.swiper-slide-prev {
    width: 250px !important;
  }
  .frame-slider .swiper-slide.swiper-slide-next {
    width: 250px !important;
  }
  .swiper-slide .swipe_frame img {
    width: 250px;
  }
  .frame-slider .swiper-slide.swiper-slide-active {
    margin: 0 82px !important;
  }
  .frameshowcase .swiper-button-next {
    right: 46%;
  }
  .frameshowcase .swiper-button-prev {
    left: 46%;
  }
  .bridger-sec-8 .section_title {
    padding-left: calc(100% - 79%);
    padding-right: calc(100% - 75%);
  }
  .bridger-sec-3 .bridger-sec-text {
    padding-left: calc(100% - 94%);
    padding-right: calc(100% - 65%);
  }
  .bridger-sec-3 {
    padding: 0rem 0 6rem;
  }
  .bridger-sec-5 {
    padding: 6rem 5rem 0;
  }
  .bridger-sec-6 {
    padding: 6rem 0 6rem;
  }
  .bridger-sec-7 {
    padding: 0px 5rem 6rem;
  }
  .bridger-sec-add {
    padding: 0 5rem 6rem;
  }
  .bridger-sec-8 {
    padding: 6rem 0;
  }
  .bridger-sec-9 {
    padding: 6rem 0 3rem;
  }
  .bridger-sec-comm .bridger-sec-text h4 {
    font-size: 24px;
  }
  .wraper-londonrag-promo.bridger-sec-comm
    .londonrag-promo-image.with-shadow
    img,
  .bridger-sec-comm .londonrag-promo-image.with-shadow img {
    min-height: 554px;
  }
  .core-services-wrap {
    padding: 5rem 8rem 6rem;
  }
  .mb-core {
    padding-bottom: 5%;
  }
  .web-design-section-3 .web-design-proce {
    padding: 0 10rem 0 6rem;
  }
  .consulting-sec-1.consulting-start-1 {
    padding-bottom: 6rem;
    padding-top: 1rem;
  }
  .banner_sec_text.consulting-banner-sec .others-banner-text {
    padding-top: 8rem;
  }
  .consulting-start-add .web-app-box {
    margin: 15px 0 0 0;
  }
  .banner_sec_text.contact-banner-sec {
    min-height: 280px;
  }
  .banner_sec_text.contact-banner-sec .others-banner-text {
    padding-top: 2rem !important;
  }
  .banner_sec_text.contact-banner-sec .others-banner-text h1 {
    font-size: 46px !important;
  }
  .banner_sec_text.contact-banner-sec .others-banner-text h2 {
    font-size: 34px;
  }
  .text-image {
    padding: 1rem 0rem 3rem;
  }
  .web-app-sec-4 {
    padding-bottom: 6rem;
  }
  .web-app-sec-5 {
    padding-bottom: 6rem;
  }
  .mobile-app-sec-6.custom-software-add {
    padding-bottom: 6rem;
  }
  .mobile-app-sec-8.custom-software-add {
    padding-top: 6rem;
  }
  .web-securing-right {
    padding: 3rem 2rem 5rem 3rem;
  }
  .ecommerce-success-stories.section-features {
    padding-top: 6rem;
  }
  .web-design-section-8 {
    padding: 6rem 15rem;
  }
  .ecommerce-building-sec {
    padding-top: 6rem;
  }
  .ui-ux-section-3 .ui-ux-3-1 .box-up {
    padding-right: 20px;
  }
  .ui-ux-section-3 .ui-ux-3-1 .message-text-wrap {
    padding-left: 20px;
  }
  .ui-ux-section-3 .ui-ux-3-2 .message-text-wrap {
    padding-right: 20px;
  }
  .mobile-app-new-york-sec-6 {
    padding-bottom: 3rem !important;
  }
  .mobile-app-sec-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .mobile-app-new-york-sec-5 {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .wraper-home-industry .home-industry-title {
    margin-top: 1rem !important;
  }
  .wraper-oota-hero-banner .oota-hero-banner .oota-hero-banner-image {
    width: 610px;
    margin-left: -15px;
  }
  .wraper-houselabs-overview.oota-sec-1 .oota-promo-image {
    left: 75px;
  }
  .kidscitypass-other-sec-3.m-right {
    margin-right: 250px;
  }
  .kidscitypass-other-sec-3 .container.m-left {
    margin-left: 215px;
  }
  .xpary-other-sec-3:before {
    height: 40px;
  }
  .xpary-other-sec-3:after {
    width: 102%;
  }
}
@media (max-width: 1466.98px) {
  .address_info_left {
    padding: 5% 1% 5% 5%;
  }
  .creative-info-main .creative-info-img img {
    height: 470px;
  }
  .ui-ux-section-4 {
    padding: 16% 0 16% 11%;
  }
  .creative-info-main .creative-info-img img {
    object-position: top;
  }
  .web-design-section-5 .web-design-proce {
    height: calc(100vh - 35vh);
  }
  .web-design-section-5 .web-design-proce .design-proce-3 {
    width: calc(100% - 76%);
    height: calc(100% - 47%);
  }
  .web-design-section-5 .web-design-proces .design-proce-1 {
    width: calc(100% - 80%);
    height: calc(100% - 55%);
    min-width: 140px;
  }
  .web-design-section-5 .web-design-proces .design-proce-2 {
    width: calc(100% - 35%);
    height: calc(100% - 42%);
    max-width: 290px;
  }
  .web-design-section-5 .web-design-proces .design-proce-3 {
    height: calc(100% - 15%);
  }
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-size: 40px 55px;
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-size: 40px 55px;
  }
  .web-design-slider .swiper-button-next,
  .web-design-slider .swiper-button-prev {
    height: 86.5%;
  }
  .discovery-workshop-sec {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .common-padd-wrap {
    padding: 3rem 0 0% 0%;
  }
  .discovery-workshop-sec .common-padd-wrap .common-padd-left.black-sec-padd {
    padding: 0 6rem 2.5rem 3rem;
  }
  .common-padd-wrap .common-padd-left {
    padding: 0 6rem 1.5rem 3rem;
  }
  .design-sec {
    padding-top: 5rem;
  }
  .development-sec .discovery-workshop-wrap .development-right.design-box img {
    max-height: 68vh;
  }
  .banner_sec_text {
    padding: 70px 0 0 8%;
  }
  .scroll-main-wrap {
    padding: 0 0 10rem 10rem;
  }
  .project-structure-sec {
    padding: 0% 4% 8% 4%;
  }
  .work-common-sec.collabotation-tools-sec {
    padding: 0 10% 2%;
  }
  .work-common-sec.engagement-models-sec {
    padding: 0 10% 10%;
  }
  .banner_sec_text.how-we-work-1 {
    padding: 70px 0 0 10rem;
  }
  .design-sec .common-padd-left.design-tools-sec {
    padding: 0 1rem 3rem 3rem;
  }
  .development-sec {
    padding-top: 5rem;
  }
  .development-sec
    .common-padd-wrap
    .common-padd-left.black-sec-padd.padd-bottom-2 {
    padding: 0 6rem 2.5rem 3rem;
  }
  .testing-sec {
    padding-top: 5rem;
  }
  .testing-sec .testing-bg .common-padd-wrap .common-padd-left {
    padding: 3rem 6rem 2.5rem 3rem;
  }
  .maintenance-sec .common-padd-wrap .common-padd-left.black-sec-padd {
    padding: 0 6rem 2.5rem 3rem;
  }
  .sidebar.fixed {
    transform: translateY(-45%);
  }
  .left-scrool.botttom-aligned .sidebar.fixed {
    transform: translateY(-62%);
    transition: all ease-in-out 0ms;
    -webkit-transition: all ease-in-out 0ms;
    -moz-transition: all ease-in-out 0ms;
    -ms-transition: all ease-in-out 0ms;
  }
  .ethos-wrap .ethos-box {
    margin-bottom: 10%;
  }
  .end-begin-user-wrap .end-begin-user-info h3,
  .end-begin-user-wrap .end-begin-user-info .h3 {
    font-size: 24px;
  }
  .end-begin-user-wrap .end-begin-user-info p {
    font-size: 16px;
    line-height: 1.5;
  }
  .comm-works ul li p {
    font-size: 16px;
  }
  .commontext p {
    font-size: 16px;
  }
  .mobile-app-sec-5 .message-text-wrap {
    padding: 12% 20% 0;
  }
  .built-slider-wrap .swiper-button-next {
    left: 130px;
  }
  .built-slider-wrap .swiper-button-prev {
    left: 100px;
  }
  .built-slider-wrap .swiper-wrapper .swiper-slide img {
    height: calc(100vh - 50vh);
  }
  .built-slider-wrap .swiper-wrapper .swiper-slide.swiper-slide-active img {
    height: calc(100vh - 40vh);
  }
  .mobile-app-sec-5 {
    padding: 4rem 0 5rem 5rem;
  }
  .built-slider-wrap .swiper-button-next,
  .built-slider-wrap .swiper-button-prev {
    bottom: -120px;
  }
  .commontext h5,
  .commontext .h5 {
    font-size: 18px;
  }
  .common-hero-text-wrap.banner_sec_text {
    min-height: 350px;
  }
  .banner_sec_new .uipl-banner-othertext p:not(.new-page-subtitle),
  .banner_sec_new .uipl-banner-othertext .new-page-title {
    font-size: 44px;
    padding-right: 25%;
    line-height: 60px;
  }
  .banner_sec_new .uipl-banner-othertext.web-design-text p {
    font-weight: 600;
  }
  .creative-info-heading h2 {
    font-size: 36px;
    line-height: 1.4;
  }
  .web-design-section-3 .web-design-proce .design-proce-info h3 {
    font-size: 36px;
    line-height: 1.4;
  }
  .meaning-message .text-message-wrap .text-message-info h3 {
    font-size: 36px;
    padding-right: 5%;
    line-height: 1.4;
  }
  .meaning-message .text-message-wrap .text-message-info p {
    font-size: 16px;
  }
  .card-box .box-top h2,
  .card-box .box-top .h2 {
    font-size: 24px;
  }
  .text-message-wrap .text-message-info h3 {
    font-size: 36px;
    line-height: 1.4;
  }
  .principle-wrap .text-message-info h3,
  .principle-wrap .text-message-info .h3 {
    font-size: 36px;
    line-height: 1.4;
  }
  .about-sec-1 {
    padding-left: 5%;
  }
  .about-box-main .about-text {
    padding: 18% 12%;
  }
  .about-sec-info:nth-child(2) .about-box-main .about-text {
    padding-left: 20%;
  }
  .about-sec-info:nth-child(4) .about-box-main .about-text {
    padding-left: 20%;
  }
  .banner_sec_new .uipl-banner-othertext h4 {
    font-size: 16px;
  }
  .about-sec-2 .about_info_right .left-info-img {
    margin: 0% 0% 15%;
  }
  .ui-ux-section-10 .text-message-wrap .commontext h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .ui-ux-section-10 .text-message-wrap {
    padding-right: 50px;
  }
  .analsing-wrap figure:nth-child(2) {
    bottom: -26%;
    left: 40%;
  }
  .analsing-wrap figure:nth-child(3) {
    bottom: 25%;
    left: 30.5%;
  }
  .analsing-wrap figure:nth-child(4) {
    top: -45%;
    left: 41%;
  }
  .analsing-wrap figure:nth-child(5) {
    top: -32%;
    right: 12%;
  }
  .analsing-wrap figure:nth-child(6) {
    top: 6%;
    right: -35px;
  }
  .analsing-wrap figure:nth-child(7) {
    bottom: -40%;
    right: -35px;
  }
  .analsing-wrap figure:nth-child(8) {
    bottom: -58%;
  }
  .banner_sec_text .others-banner-text p:not(.new-page-subtitle),
  .banner_sec_text .others-banner-text .new-page-title {
    font-size: 34px;
    line-height: 48px;
  }
  .banner_sec_text .others-banner-text h1:not(.new-page-title),
  .banner_sec_text .others-banner-text .new-page-subtitle {
    font-size: 16px;
  }
  .mobile_showcase {
    width: 252px;
    height: 500px;
  }
  .swipe_inn img {
    min-height: 475px;
    max-height: 475px;
    top: -10px;
    width: 223px;
  }
  .frem-slider-wrap .swiper-button-next {
    left: 140px;
  }
  .frem-slider-wrap .swiper-button-prev {
    left: 95px;
  }
  .content_info_left .left-info-img {
    padding: 5% 18.8rem 5% 2%;
  }
  .ui-ux-section-11 {
    padding: 6% 8rem 7%;
  }
  .banner_sec_text.portfolio-hero .portfolio-hero-text .others-banner-text h1 {
    line-height: 1.33;
  }
  .banner_sec_text.common-hero-text-wrap {
    padding: 78px 0 0 7rem;
  }
  .portfolio-listing-sec-1 .portfolio-col .work-project-text {
    padding: 40px 40px;
  }
  .mobile-app-sec-9 .commontext h1,
  .mobile-app-sec-9 .commontext .treat-as-h1 {
    font-size: 36px;
    line-height: 1.4;
  }
  .banner_sec_text.consulting-banner-sec {
    padding: 70px 0 0 10rem !important;
  }
  .consulting-start-add2 {
    padding: 0 0 0 10rem;
  }
  .consulting-start-4 {
    padding: 8rem 10.5rem 0rem 0rem;
  }
  .consulting-start-5 {
    padding: 5rem 0 5rem 10rem;
  }
  .consulting-start-6 .consulting-padd {
    padding: 0 0 3rem 10.5rem;
  }
  .banner_sec_text.consulting-banner-sec .others-banner-text {
    padding-top: 8rem;
  }
  .mobile-app-sec-3.web-app-sec-3 {
    padding: 24rem 10rem 3rem 10rem;
  }
  .web-app-sec-3 .web-development-box-wrap {
    padding-left: 0%;
  }
  .web-app-sec-add {
    padding: 5rem 0 5rem 10rem;
  }
  .web-app-sec-4 {
    padding: 0 0rem 5rem 0;
  }
  .ecommerce-building-sec {
    padding-top: 6rem;
  }
  .web-app-sec-5 .message-text-wrap {
    padding: 2rem 2rem 2rem 10rem;
  }
  .web-app-sec-5 {
    padding-bottom: 5rem;
  }
  .web-app-sec-add2 {
    padding: 1rem 10rem 5rem 10rem;
  }
  .web-app-sec-add3 {
    padding: 0 10rem 4rem 10rem;
  }
  .web-app-box {
    padding: 3rem 2rem 3rem 2rem;
  }
  .web-app-sec-add .pr-7 {
    padding-right: 4rem;
  }
  .mobile-app-sec-1.ios-banner-sec {
    padding: 2rem 10.4rem 0 0;
  }
  .ios-card.project-card .card-body {
    padding: 5rem 2rem 3.5rem;
  }
  .react-native-add .ios-card.project-card .card-body {
    padding: 3rem 2rem 2rem;
  }
  .ecommerce-web-sec-add {
    padding: 25rem 0rem 6rem 25rem;
  }
  .consulting-start-add {
    padding: 5rem 0 0;
  }
  .consulting-start-7 {
    padding: 5rem 0 3rem;
  }
  .portfolio-listing-sec-1 {
    padding: 30px 10rem 5rem 12rem;
  }
  .banner_sec_text.portfolio-text-wrap {
    padding: 78px 0 0 12rem;
  }
  #portfolio-filter
    .work-project-info
    .work-project-text
    .project-text-desc
    h3 {
    font-size: 30px;
  }
  .career-sec-add {
    padding: 6rem 8rem;
  }
  .mobile-app-sec-9 {
    padding: 4rem 0 8rem;
  }
  .thankyou-wrap {
    padding: 6rem 2rem 2rem 0;
  }
  .frame-slider .swiper-slide.swiper-slide-prev {
    width: 200px !important;
  }
  .frame-slider .swiper-slide.swiper-slide-next {
    width: 200px !important;
  }
  .swiper-slide .swipe_frame img {
    width: 200px;
  }
  .frame-slider .swiper-slide.swiper-slide-active {
    margin: 0 51px !important;
  }
  .bridger-sec-8 .section_title {
    padding-left: calc(100% - 82%);
  }
  .bridger-sec-3 .bridger-sec-text {
    padding-right: calc(100% - 72%);
  }
  .bridger-sec-3 .content-image {
    max-height: 530px;
  }
  .wraper-londonrag-promo.bridger-sec-comm
    .londonrag-promo-image.with-shadow
    img,
  .bridger-sec-comm .londonrag-promo-image.with-shadow img {
    min-height: 450px;
  }
  .core-services-wrap {
    padding: 4rem 4rem 5rem;
  }
  .web-design-section-3 .web-design-proce {
    padding: 0 8rem 0 6rem;
  }
  .bridger-sec-3 .content-heading {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .bridger-sec-3 .content-details {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .bridger-sec-3 .content:hover .content-details {
    top: 80%;
  }
  .bridger-sec-3 .content-details p {
    font-size: 18px;
  }
  .web-app-sec-4.web-app-comm-sec .message-text-wrap {
    padding-right: 7rem;
    padding-left: 5rem;
  }
  .cta-wrap {
    margin-left: calc(100vw - 82.5vw);
  }
  .mobile-app-sec-8 .discover-more {
    margin-top: 30px;
  }
  .mobile-app-sec-6.custom-software-add {
    padding-bottom: 5rem;
  }
  .mobile-app-sec-8.custom-software-add {
    padding-top: 5rem;
  }
  .mobile-app-sec-6 {
    padding-top: 5rem;
  }
  .web-securing-right {
    padding: 3rem 2rem 5rem 2rem;
  }
  .mobile-app-sec-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .mobile-app-sec-4 {
    padding: 5.5rem 0;
  }
  .wraper-home-industry .home-industry-title {
    margin-top: 0 !important;
  }
  .wraper-oota-hero-banner .oota-hero-banner .oota-hero-banner-image {
    right: 0;
  }
  .wraper-oota-hero-banner .oota-hero-banner .oota-hero-banner-image {
    margin-left: 0px;
  }
  .wraper-houselabs-overview.oota-sec-1 .oota-promo-image {
    left: 0px;
  }
  .wraper-oota-hero-banner .oota-top-right-bg {
    background-size: 515px;
  }
  .wraper-oota-hero-banner .oota-bottom-left-bg {
    background-size: 170px;
  }
  .wraper-oota-hero-banner .banner-food img {
    width: 255px;
  }
  .oota-slider-scroll .swiper-button-next,
  .oota-slider-scroll .swiper-button-prev {
    top: inherit;
    bottom: 6px;
    background-size: 15px 20px;
  }
  .oota-slider-scroll .swiper-button-next {
    right: 6px;
  }
  .oota-slider-scroll .swiper-button-prev {
    left: 6px;
  }
  .wraper-oota-hero-banner {
    padding: 15px 0 50px;
  }
  .oota-sec-4 {
    padding: 100px 0 70px;
  }
  .kidscitypass-other-sec-3.m-right {
    margin-right: 190px;
  }
  .kidscitypass-other-sec-3 .container.m-left {
    margin-left: 145px;
  }
  .kidscitypass-other-sec-4 {
    padding-top: 11rem;
  }
  .wraper-houselabs-overview.xpary-other-sec-1 .houselabs-overview .container {
    padding-bottom: 130px;
  }
  .xpary-other-sec-4 {
    padding-top: 130px;
    padding-bottom: 300px;
  }
  .xpary-web-screen {
    margin: 0 90px 60px;
  }
  .xpary-other-sec-5 .justify-content-center .commontext.mt-5 {
    margin-top: 0px !important;
  }
  .xpary-other-sec-7 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .xpary-promo-image:after {
    left: 25%;
    bottom: 0px;
  }
  .xpary-other-sec-3 {
    padding-bottom: 140px;
  }
  .xpary-other-sec-6:after {
    left: -50px;
    right: 0;
    top: 90px;
    width: 110%;
    transform: rotate(12deg);
  }
  .xpary-other-sec-6:before {
    right: -10px;
    top: -15px;
    height: 240px;
    width: 100%;
    transform: rotate(1deg);
  }
}
@media (max-width: 1366.98px) {
  .address_info_left .address-info-text .address-h1 {
    font-size: 32px;
  }
  .address_info_left .address-info-text .address-h3,
  .footer-white-wrap .address_info_right .address-info-text .address-h3 {
    font-size: 19px;
  }
  .ui-ux-section-4 {
    padding: 15% 0 15% 8.5%;
  }
  .analsing-wrap figure:nth-child(3) {
    bottom: 19%;
    left: 26%;
  }
  .analsing-wrap figure:nth-child(5) {
    top: -23%;
  }
  .analsing-wrap figure:nth-child(7) {
    bottom: -30%;
  }
  .analsing-wrap figure:nth-child(8) {
    bottom: -55%;
  }
  .analsing-wrap {
    padding-left: 16.5%;
  }
  .web-design-slider .swiper-button-next,
  .web-design-slider .swiper-button-prev {
    height: 85.5%;
  }
  .tab-right-side .media-body {
    padding: 0px 4rem 0px 3rem;
  }
  .box-container {
    min-height: 485px;
    max-height: 400px;
  }
  .ui-ux-section-3 .message-text-wrap .commontext h3,
  .ui-ux-section-3 .message-text-wrap .commontext .h3 {
    font-size: 36px;
    line-height: 1.4;
  }
  .comm-works ul {
    font-size: 20px;
    line-height: normal;
  }
  .banner_sec_text .others-banner-text p:not(.new-page-subtitle),
  .banner_sec_text .others-banner-text .new-page-title {
    font-size: 30px;
    line-height: 44px;
  }
  .about-sec-common .commontext h3 {
    font-size: 30px;
  }
  .principle-wrap ul {
    margin-bottom: 4%;
  }
  .about-sec-2 .about_info_left {
    padding-right: 12%;
  }
  .about-sec-2 .about_info_right .left-info-img {
    margin: 8% 0%;
  }
  .about-sec-2 .left-info-img .deloitte-img {
    height: 33px;
  }
  .about-sec-2 .left-info-img .clutch-img {
    height: 95px;
  }
  .about-sec-2 .left-info-img .upwork-img {
    height: 86px;
  }
  .about-sec-2 .left-info-img .goodfirms-img {
    height: 81px;
  }
  .about-sec-2 .left-info-img .bca-img {
    height: 90px;
  }
  .about-sec-2 .left-info-img .nasscom-img {
    height: 60px;
  }
  .analsing-wrap figure:nth-child(4) {
    top: -34%;
    left: 38%;
  }
  .tab-right-side .media img {
    height: 505px;
    min-width: 210px;
    max-width: 210px;
  }
  .mobile-app-sec-6 {
    padding: 5rem 5rem 0;
  }
  .mobile_showcase {
    width: 250px;
    height: 470px;
  }
  .swipe_inn img {
    min-height: 445px;
    max-height: 445px;
    top: -12px;
    width: 205px;
  }
  .frem-slider-wrap .swiper-button-next,
  .frem-slider-wrap .swiper-button-prev {
    bottom: 15px;
  }
  .frem-slider-wrap .swiper-button-next {
    left: 130px;
  }
  .frem-slider-wrap .swiper-button-prev {
    left: 85px;
  }
  .mobile-app-sec-5 {
    padding: 3rem 0 3.5rem 5%;
  }
  .content_info_left .left-info-img {
    padding: 5% 17.8rem 5% 2%;
  }
  .ui-ux-section-11 {
    padding: 6% 6rem 7%;
  }
  .mobile-app-sec-8 .work-project-wrap,
  .mobile-app-sec-8.web-app-sec-8 .work-project-wrap {
    padding: 5rem 8rem 1rem;
  }
  .banner_sec_text.common-hero-text-wrap {
    padding: 78px 0 0 6.5rem;
  }
  .banner_sec_text.portfolio-text-wrap {
    padding: 78px 0 0 11rem;
  }
  .portfolio-listing-sec-1 {
    padding: 20px 8rem 4rem 11rem;
  }
  .web-design-section-8 {
    padding: 6rem 12rem;
  }
  .mobile-app-sec-1 {
    padding: 2rem 15rem 0 0%;
  }
  .banner_sec_text.consulting-banner-sec {
    padding: 70px 0 0 8rem !important;
  }
  .consulting-sec-1.consulting-start-1 {
    padding-bottom: 4rem;
  }
  .consulting-start-add2 {
    padding: 0 0 0 8rem;
  }
  .consulting-start-2 {
    padding: 3rem 0 2rem 8rem;
  }
  .consulting-start-4 {
    padding: 6rem 8rem 0rem 0rem;
  }
  .consulting-start-4 .common-padd-wrap .common-padd-left.consulting-margin {
    padding: 3rem 3rem 2rem 3rem;
  }
  .consulting-start-5 {
    padding: 4rem 0 4rem 8rem;
  }
  .consulting-start-6 .consulting-padd {
    padding: 0 0 3rem 8.5rem;
  }
  .consulting-start-2 .pr-10,
  .consulting-start-5 .pr-10 {
    padding-right: 8rem;
  }
  .consulting-start-7 {
    padding: 4rem 0 2rem;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .planning-bg .common-padd-wrap .common-padd-left {
    padding-top: 3rem;
    padding-bottom: 2.2rem;
  }
  .mobile-app-sec-1.ios-banner-sec {
    padding: 2rem 8rem 0 0;
  }
  .ecommerce-web-sec-add {
    padding: 25rem 0rem 6rem 23rem;
  }
  .consulting-start-add {
    padding: 4rem 0 0;
  }
  .career-img-wrap .career-text-wrap {
    left: 6.5rem;
  }
  .career-sec-add {
    padding: 6rem 5rem;
  }
  .frame_showcase {
    width: 850px;
    height: 480px;
  }
  .frame-slider .swiper-slide.swiper-slide-active .swipe_frame img {
    width: 848px !important;
    height: 436px;
  }
  .frame-slider .swiper-slide.swiper-slide-prev {
    width: 200px !important;
    height: 436px;
  }
  .frame-slider .swiper-slide.swiper-slide-next {
    width: 200px !important;
    height: 436px;
  }
  .swiper-slide .swipe_frame img {
    width: 200px;
    height: 436px;
  }
  .frame-slider .swiper-slide.swiper-slide-active {
    width: 848px !important;
    margin: 0 51px !important;
  }
  .frameshowcase .swiper-button-next {
    right: 45%;
  }
  .frameshowcase .swiper-button-prev {
    left: 45%;
  }
  .bridger-sec-8 .section_title {
    padding-left: calc(100% - 81%);
    padding-right: calc(100% - 80%);
  }
  .bridger-sec-3 .bridger-sec-text {
    padding-right: calc(100% - 78%);
  }
  .web-design-section-3 .web-design-proce {
    padding: 0 6rem 0 5rem;
  }
  .cta-wrap {
    margin-left: calc(100vw - 82vw);
  }
  .web-app-tab .tab-right-side .media img {
    height: 650px;
  }
  .android-tab .tab-right-side .media img {
    height: 603px;
  }
  .Rtable.custom-software-table .Rtable-row .Rtable-cell {
    padding: 1rem 1rem;
  }
  .web-securing-right {
    padding: 3rem 1rem 5rem 1rem;
  }
  .wraper-toonyport-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data {
    max-width: 1140px;
  }
  .mobile-app-new-york-sec-5 {
    padding: 4rem 0 5rem 5%;
  }
  .uipl-contact-form .textarea-border textarea {
    height: 80px;
  }
  .mobile-testimonialcta-calltoaction-form.contact-sec .form-group {
    margin-bottom: 40px;
  }
  .oota-sec-2 .common-oota-right .oota-logo-bg {
    top: -70px;
  }
  .wraper-houselabs-overview.oota-sec-1 .houselabs-overview > .container {
    padding-bottom: 100px;
  }
  .wraper-oota-hero-banner .mobile-screen-1 {
    margin: 25px 15px 25px 0px;
  }
  .wraper-oota-hero-banner .mobile-screen-2 {
    margin: 25px 75px 25px 15px;
  }
  .wraper-houselabs-overview.oota-sec-1:after {
    width: 220px;
  }
  .kidscitypass-other-sec-3.m-right {
    margin-right: 150px;
  }
  .kidscitypass-other-sec-3 .container.m-left {
    margin-left: 100px;
  }
  .kids-pic-bottom {
    right: -70px;
  }
  .xpary-banner-sec .data {
    max-width: 1140px;
  }
  .xpary-service-wrap {
    width: 605px;
  }
  .xpary-other-sec-3:after {
    top: -70px;
  }
}
@media (max-width: 1280.98px) {
  .ui-ux-section-4 {
    padding: 16% 0 16% 3%;
  }
  .principle-wrap ul {
    padding-right: calc(100vw - 92vw);
  }
  .web-design-section-5 .web-design-proces .design-proce-3 {
    height: calc(100% - 20%);
  }
  .web-design-section-5 .web-design-proces .design-proce-1 {
    height: calc(100% - 58%);
  }
  .analsing-wrap {
    padding-left: 15%;
  }
  .analsing-wrap figure:nth-child(4) {
    top: -30%;
    left: 35%;
  }
  .analsing-wrap figure:nth-child(3) {
    bottom: 19%;
    left: 23%;
  }
  .analsing-wrap figure:nth-child(2) {
    bottom: -22%;
    left: 39%;
  }
  .analsing-wrap figure:nth-child(7) {
    bottom: -25%;
  }
  .analsing-wrap figure:nth-child(8) {
    bottom: -50%;
    right: 18%;
  }
  .web-design-slider .swiper-button-next,
  .web-design-slider .swiper-button-prev {
    height: 84.5%;
  }
  .mobile-app-sec-4 .message-text-wrap {
    padding-right: 8%;
  }
  .mobile-app-sec-4.web-development-sec-4 .message-text-wrap {
    padding-right: 5rem;
  }
  .sofy-portfolio-sec-5 .sofy-video-img img {
    max-width: 775px;
  }
  .web-app-sec-3 {
    padding: 8% 6% 8% 6%;
  }
  .web-app-sec-5 .message-text-wrap {
    padding: 5% 10%;
  }
  .main-bottom-navbar li a {
    font-size: 16px;
  }
  .button-5 a,
  .button-5 span {
    font-size: 14px;
  }
  .ethos-wrap {
    padding: 5% 0 3% 5%;
    margin-right: 5%;
  }
  .principle-wrap .text-message-info h3,
  .principle-wrap .text-message-info .h3 {
    font-size: 32px;
  }
  .box-container {
    max-height: 380px;
    min-height: 525px;
  }
  .text-message-wrap .text-message-info h3 {
    font-size: 32px;
    line-height: normal;
  }
  .meaning-message .text-message-wrap .text-message-info h3 {
    font-size: 32px;
  }
  .web-design-section-3 .web-design-proce .design-proce-info h3 {
    font-size: 32px;
  }
  .creative-info-heading h2 {
    font-size: 32px;
  }
  .mobile_showcase {
    width: 225px;
    height: 443px;
  }
  .swipe_inn img {
    min-height: 430px;
    max-height: 430px;
    top: -15px;
  }
  .frem-slider-wrap .swiper-button-prev {
    left: 80px;
  }
  .frem-slider-wrap .swiper-button-next {
    left: 124px;
  }
  .content_info_left .left-info-img {
    padding: 5% 16.7rem 5% 2%;
  }
  .ui-ux-section-11 {
    padding: 6% 5rem 7%;
  }
  .banner_sec_text.portfolio-text-wrap {
    padding: 78px 0 0 9rem;
  }
  .portfolio-listing-sec-1 {
    padding: 10px 6rem 4rem 9rem;
  }
  #portfolio-filter
    .work-project-info
    .work-project-text
    .project-text-desc
    h3 {
    font-size: 24px;
  }
  .mobile-app-sec-2 {
    padding: 6rem 0 6rem 15rem;
  }
  .web-development-bg {
    padding: 6rem 0rem 6rem 10rem;
  }
  .app-testomonial-slider .swiper-slide .description {
    font-size: 28px;
  }
  .banner_sec_text.consulting-banner-sec .others-banner-text {
    padding-top: 6rem;
  }
  .banner_sec_text.consulting-banner-sec {
    padding: 70px 0 0 5.2rem !important;
  }
  .consulting-start-add2 {
    padding: 0 0 0 5.2rem;
  }
  .consulting-start-2 {
    padding: 3rem 0 2rem 4.5rem;
  }
  .consulting-start-3 .message-text-wrap {
    padding: 2rem 0rem 2rem 5rem;
  }
  .consulting-start-2 .pr-10,
  .consulting-start-5 .pr-10 {
    padding-right: 6rem;
  }
  .consulting-start-4 {
    padding: 6rem 4.5rem 0rem 0rem;
  }
  .consulting-start-4 .common-padd-wrap .common-padd-left.consulting-margin {
    padding: 3rem 2.5rem 2rem 2.5rem;
  }
  .common-padd-wrap .common-padd-left {
    padding: 0 4rem 1.5rem 3rem;
  }
  .web-app-sec-3 {
    padding: 2rem 4rem 0rem 0;
  }
  .mobile-app-sec-3.web-app-sec-3 {
    padding: 24rem 6rem 3rem 6rem;
  }
  .web-app-sec-add {
    padding: 5rem 0 5rem 6rem;
  }
  .web-app-sec-4.web-app-comm-sec .message-text-wrap {
    padding-right: 10rem;
    padding-left: 4rem;
  }
  .web-app-sec-5 .message-text-wrap {
    padding: 0rem 2rem 0 6rem;
  }
  .web-app-sec-5.web-app-preloader .col-xl-7,
  .web-app-sec-5.web-app-preloader .col-xl-5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .web-app-sec-add2 {
    padding: 1rem 6rem 5rem 6rem;
  }
  .web-app-sec-add3 {
    padding: 0 6rem 4rem 6rem;
  }
  .web-app-sec-add2 .pl-8 {
    padding-left: 4rem;
    padding-right: 0rem;
  }
  .web-design-section-8 {
    padding: 6rem 6rem;
  }
  .mobile-app-sec-1.ios-banner-sec {
    padding: 2rem 5.2rem 0 0;
  }
  .thankyou-wrap {
    padding: 6rem 0rem 2rem 0;
  }
  .frame_showcase {
    width: 800px;
    height: 450px;
  }
  .frameshowcase .swiper-slide .swipe_frame {
    padding: 60px 0px 20px;
  }
  .frame-slider .swiper-slide.swiper-slide-active .swipe_frame img {
    width: 798px !important;
    height: 408px;
  }
  .frame-slider .swiper-slide.swiper-slide-prev {
    width: 200px !important;
    height: 408px;
  }
  .frame-slider .swiper-slide.swiper-slide-next {
    width: 200px !important;
    height: 408px;
  }
  .swiper-slide .swipe_frame img {
    width: 200px;
    height: 408px;
  }
  .frame-slider .swiper-slide.swiper-slide-active {
    width: 798px !important;
    margin: 0 33px !important;
  }
  .bridger-sec-8 .section_title {
    padding-left: calc(100% - 81%);
    padding-right: calc(100% - 85%);
  }
  .bridger-sec-3 .bridger-sec-text {
    padding-right: calc(100% - 82%);
  }
  .cta-wrap {
    margin-left: calc(100vw - 80vw);
  }
  .web-securing-right {
    padding: 3rem 1rem 5rem 3rem;
  }
  .web-app-sec-5 .message-text-wrap .commontext h5,
  .web-app-sec-5 .message-text-wrap .commontext .h5 {
    line-height: 28px;
  }
  .react-native-add .ios-card.project-card .card-body {
    padding: 2rem 1.5rem 1.5rem;
  }
  .react-native-add .ios-card.project-card .list-group {
    padding: 0 1.5rem 0rem;
  }
  .ios-card.project-card .card-body .card-title {
    font-size: 24px;
  }
  .ios-card.project-card .card-footer {
    padding: 2rem 1.5rem 2rem;
  }
  .wraper-houselabs-overview.oota-sec-1:after {
    width: 180px;
  }
  .kidscitypass-other-sec-3.m-right {
    margin-right: 100px;
  }
  .kidscitypass-other-sec-3 .container.m-left {
    margin-left: 70px;
  }
  .kidscitypass-other-sec-3 {
    padding-top: 6rem;
  }
  .kidscitypass-other-sec-4 {
    padding-bottom: 3rem;
  }
  .xpary-banner-sec {
    padding-bottom: 190px;
  }
  .xpary-border-wrap {
    margin: 45px 60px 0;
  }
}
@media (max-width: 1200.98px) {
  .navbar-brand img {
    width: 220px;
  }
  .client-stories-wrap .left-info-img img {
    height: 290px;
  }
  .address_info_right .address-info-img img {
    max-height: 100%;
    height: 55vh;
    min-height: 660px;
  }
  .creative-info-main .creative-info-img img {
    height: 400px;
  }
  .web-design-proce {
    padding: 0% 10%;
  }
  .web-design-section-3 .web-design-proce .design-proce-info h3 {
    line-height: normal;
    margin: 3% 0 8%;
  }
  .commontext h3,
  .commontext .h3 {
    line-height: normal;
  }
  .ui-ux-section-4 {
    padding: 16% 0 16% 7%;
  }
  .ui-ux-bg {
    background-image: url(../images/ui-ux-bg%401x.jpg);
  }
  .analsing-wrap {
    padding-left: 6%;
  }
  .analsing-wrap figure:nth-child(2) {
    bottom: -25%;
    left: 25%;
  }
  .analsing-wrap figure:nth-child(3) {
    bottom: 19%;
    left: 2.5%;
  }
  .analsing-wrap figure:nth-child(4) {
    top: -30%;
    left: 16%;
  }
  .analsing-wrap figure:nth-child(5) {
    top: -22%;
    right: 19%;
  }
  .analsing-wrap figure:nth-child(7) {
    bottom: -15%;
  }
  .analsing-wrap figure:nth-child(9) {
    bottom: -57%;
    left: 10%;
  }
  .ui-ux-section-5 .box-border-wrap .design-box img {
    max-height: 410px;
    height: 410px;
  }
  .ui-ux-section-3 .design-box img {
    min-height: auto;
    max-height: 360px;
    height: 100%;
  }
  .web-design-slider .swiper-button-next,
  .web-design-slider .swiper-button-prev {
    height: 82.8%;
  }
  .mobile-app-sec-5 {
    padding: 4% 0 14% 5%;
  }
  .web-app-sec-3 {
    padding: 6% 3% 6% 3%;
  }
  .web-development-box-wrap {
    padding-left: 3%;
  }
  .web-securing-right {
    padding: 6% 5% 6%;
  }
  .web-securing-right .solutions-text h5 {
    margin-top: 25px;
  }
  .loader-wrap {
    margin: 0 auto;
  }
  .ui-ux-section-2 .design-box img {
    min-height: 310px;
    height: 310px;
  }
  .principle-wrap ul {
    padding-right: calc(100vw - 94vw);
  }
  .about-sec-2 .about_info_left {
    padding-right: 5%;
  }
  .about-hero-sec .about-hero-text {
    min-height: 200px;
    margin: 30px 0 25px;
  }
  .banner_sec_text.common-hero-text-wrap {
    padding: 78px 0 0 5.5rem;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 48.666667%;
    flex: 0 0 48.666667%;
    max-width: 48.666667%;
  }
  .ecommerce-web-sec-add {
    padding: 20rem 0rem 5rem 22rem;
  }
  .consulting-enterprise-3 .Rtable .Rtable-row .Rtable-cell {
    padding: 1.5rem 3rem 1.5rem 2rem;
  }
  .square-radio {
    padding-bottom: 10rem;
  }
  .main-bottom-navbar li a {
    font-size: 16px;
  }
  .navbar-brand {
    margin-right: 5px;
  }
  .quote-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
  .career-img-wrap .career-text-wrap {
    left: 5.5rem;
  }
  .career-sec-add {
    padding: 5rem 4rem;
  }
  .frame_showcase {
    width: 800px;
    height: 450px;
  }
  .frameshowcase .swiper-slide .swipe_frame {
    padding: 60px 0px 20px;
  }
  .frame-slider .swiper-slide.swiper-slide-active .swipe_frame img {
    width: 798px !important;
    height: 408px;
  }
  .frame-slider .swiper-slide.swiper-slide-prev {
    width: 160px !important;
    height: 408px;
  }
  .frame-slider .swiper-slide.swiper-slide-next {
    width: 160px !important;
    height: 408px;
  }
  .swiper-slide .swipe_frame img {
    width: 160px;
    height: 408px;
  }
  .frame-slider .swiper-slide.swiper-slide-active {
    width: 798px !important;
    margin: 0 32px !important;
  }
  .bridger-sec-3 .content-heading {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .bridger-sec-3 .content-details {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .bridger-sec-3 .content-details p {
    font-size: 16px;
  }
  .bridger-sec-3 .content-image {
    max-height: 600px;
  }
  .wraper-londonrag-promo.bridger-sec-comm
    .londonrag-promo-image.with-shadow
    img,
  .bridger-sec-comm .londonrag-promo-image.with-shadow img {
    min-height: 440px;
    object-fit: contain;
  }
  .wraper-citybank-result.bridger-sec-9 .container {
    padding-bottom: 15px;
  }
  .core-services-wrap {
    padding: 4rem 2rem 5rem;
  }
  .core-services-wrap .card-box .box-top h2,
  .core-services-wrap .card-box .box-top .h2 {
    padding-right: 1rem;
  }
  .web-design-section-3 .web-design-proce {
    padding: 0 4rem 0 4rem;
  }
  .project-card .card-body .card-title {
    font-size: 24px;
  }
  .project-card .card-body {
    padding: 10% 8% 0;
  }
  .cta-wrap {
    margin-left: calc(100vw - 78.5vw);
  }
  .oota-sec-4 {
    padding: 90px 0 80px;
  }
  .oota-sec-2 .oota-showcase-mobile {
    padding-left: 0px;
  }
  .wraper-houselabs-overview.oota-sec-1:after {
    width: 120px;
  }
  .kidscitypass-other-sec-3.m-right {
    margin-right: 120px;
  }
  .kidscitypass-other-sec-3 .container.m-left {
    margin-left: 60px;
  }
  .xpary-service-wrap {
    width: auto;
  }
  .xpary-other-sec-3:after {
    top: -57px;
  }
  .xpary-service-wrap:after {
    height: 80%;
  }
  .xpary-other-sec-3 {
    padding-top: 130px;
  }
  .xpary-flip-image {
    width: 1120px;
  }
  .xpary-border-wrap .xpary-app-screen {
    bottom: -170px;
  }
}
@media (max-width: 1199px) {
  .mobile-app-sec-6.mobile-app-responsive {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .mobile-app-sec-6.mobile-app-responsive .pad_box:nth-child(1),
  .mobile-app-sec-6.mobile-app-responsive .pad_box:nth-child(2) {
    margin-bottom: 20px;
  }
  .mobile-app-sec-6.mobile-app-responsive .box-container {
    max-height: 420px;
    min-height: 420px;
  }
  .securing-right-list {
    justify-content: center;
    margin-top: 25px;
  }
  .mobile-app-new-york-sec-4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .mobile-app-new-york-sec-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .wraper-oota-hero-banner .container-fluid {
    max-width: 960px;
  }
  .oota-sec-1 .container {
    max-width: 960px;
  }
}
@media (max-width: 1152px) {
  .xpary-banner-sec {
    padding-top: 120px;
  }
  .frame_showcase {
    width: 750px;
    height: 450px;
    margin-top: 1px;
  }
  .frame-slider .swiper-slide.swiper-slide-active .swipe_frame img {
    width: 750px !important;
    height: 380px;
  }
  .frame-slider .swiper-slide.swiper-slide-active {
    width: 750px !important;
    margin: 0 33px !important;
  }
  .swiper-slide .swipe_frame img {
    height: 380px;
  }
  .frameshowcase .swiper-slide .swipe_frame {
    padding: 32px 0px 20px;
  }
  .xpary-other-sec-7 {
    padding-bottom: 100px;
  }
  .wraper-citybank-result.kidscitypass-other-sec-7 .container {
    padding-top: 0;
    padding-bottom: 55px;
  }
}
@media (max-width: 1024px) {
  .ui-ux-section-4 {
    padding: 8% 0 2% 3%;
  }
  .web-design-slider .swiper-button-next,
  .web-design-slider .swiper-button-prev {
    height: 82.8%;
  }
  .web-development-box-wrap {
    padding-left: 0%;
  }
  .ui-ux-section-3 .message-text-wrap .commontext h3,
  .ui-ux-section-3 .message-text-wrap .commontext .h3 {
    font-size: 30px;
  }
  .banner_sec_new .uipl-banner img {
    height: 66vh;
    min-height: 500px;
  }
  .banner_sec_new .uipl-banner-text.uipl-banner-othertext {
    height: 66vh;
    min-height: 500px;
  }
  .ui-ux-section-4 {
    padding: 15% 0 12% 3%;
  }
  .ui-ux-section-10 .text-message-wrap {
    padding-right: 0;
  }
  .portfolio-hero {
    max-height: 550px;
  }
  .sofy-portfolio-sec-1 {
    padding: 12rem 0 3rem;
  }
  .built-slider-wrap {
    height: auto;
  }
  .commontext h3,
  .commontext .h3 {
    font-size: 30px;
  }
  .built-slider-wrap .swiper-wrapper .swiper-slide img {
    height: calc(100vh - 65vh);
    max-height: 360px;
  }
  .built-slider-wrap .swiper-wrapper .swiper-slide.swiper-slide-active img {
    height: calc(100vh - 60vh);
    max-height: 405px;
  }
  .built-slider-wrap .swiper-button-next,
  .built-slider-wrap .swiper-button-prev {
    bottom: -45px;
  }
  .sofy-portfolio-sec-4 {
    padding: 6% 0% 5% 4%;
  }
  .built-slider-wrap .swiper-button-prev {
    left: 85px;
  }
  .built-slider-wrap .swiper-button-next {
    left: 115px;
  }
  .box-down .design-box {
    align-items: flex-end;
  }
  .box-up .design-box {
    align-items: flex-start;
  }
  .content_info_left .left-info-img img {
    width: 100%;
    height: 140px;
  }
  .content_info_left .left-info-img img.deloitte-img {
    width: 200px;
  }
  .load-btn {
    height: 58px;
    margin-top: 5px;
  }
  .work-project-text {
    padding: 1rem 0 2rem;
  }
  .work-project-info .work-project-text .project-text-desc h3 {
    font-size: 22px;
    font-family: "CircularStd";
  }
  .work-project-info .work-project-text .project-text-desc {
    padding: 5% 2% 6% 0;
  }
  .left-info-text h5 span {
    font-size: 16px;
  }
  .main-bottom-navbar li a {
    font-size: 14px;
  }
  .banner_sec_new .uipl-banner-text {
    padding: 0px 40px 0px 40px;
    max-width: 100%;
    width: 100%;
  }
  .quote-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .button-5 {
    width: 180px;
  }
  .button-1 {
    width: 225px;
  }
  .address_info_right .address-info-img img {
    max-height: 100%;
    height: 100%;
    min-height: 575px;
  }
  .button-4 {
    width: 180px;
  }
  .address_info_left .address-info-text .address-h1 {
    font-size: 28px;
  }
  .address_info_left .address-info-text .address-h3,
  .footer-white-wrap .address_info_right .address-info-text .address-h3 {
    font-size: 20px;
  }
  .content_info_left .left-info-img {
    padding: 3% 42% 3% 2%;
  }
  .client-info-text .client-h1,
  .stories-info-text .stories-h1 {
    font-weight: normal;
    font-size: 32px;
  }
  .banner_sec_new .uipl-banner-othertext h1:not(.new-page-title),
  .banner_sec_new .uipl-banner-othertext .new-page-subtitle {
    font-size: 18px;
    padding-right: 20%;
    font-weight: normal;
  }
  .banner_sec_new .uipl-banner-text p:not(.new-page-subtitle),
  .banner_sec_new .uipl-banner-text .new-page-title {
    font-size: 42px;
    line-height: normal;
  }
  .creative-info-heading h2 {
    font-size: 30px;
    text-align: center;
  }
  .web-design-section-3 .web-design-proce .design-proce-info h3 {
    font-size: 30px;
  }
  .meaning-message .text-message-wrap .text-message-info h3 {
    font-size: 30px;
    padding-right: 25%;
    line-height: normal;
  }
  .text-message-wrap .text-message-info h3 {
    font-size: 30px;
    line-height: normal;
  }
  .principle-wrap .text-message-info h3,
  .principle-wrap .text-message-info .h3 {
    font-size: 28px;
  }
  .box-container {
    min-height: auto;
    max-height: 360px;
  }
  .web-design-section-8 .text-message-wrap .text-message-info.commontext h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
  }
  .ethos-wrap {
    padding: 5% 0 3% 4%;
    margin-right: 6%;
  }
  .footer-white-wrap .address_info_left {
    padding: 0 5% 0% 5%;
  }
  .about-box-main .about-text {
    padding: 12% 10%;
  }
  .about-sec-1 {
    padding-left: 0;
  }
  .web-design-section-5 {
    padding: 3rem 2rem;
  }
  .web-design-section-6 {
    padding: 3rem 2rem 0 2rem;
  }
  .card-box .box-top h2,
  .card-box .box-top h2 {
    font-size: 22px;
  }
  .web-design-box .card-box .box-top h2,
  .web-design-box .card-box .box-top .h2 {
    font-size: 20px;
  }
  .box-bottom a {
    font-size: 11px;
    letter-spacing: 2.4px;
  }
  .web-design-section-6.web-design-box .card-box .box-top,
  .web-design-section-7.web-design-box .card-box .box-top {
    margin-top: 0;
  }
  .web-design-section-6.web-design-box .card-box .info .hover-text,
  .web-design-section-7.web-design-box .card-box .info .hover-text {
    font-size: 14px;
  }
  .web-design-section-6.web-design-box .card-box .box-top h2,
  .web-design-section-7.web-design-box .card-box .box-top h2 {
    margin-bottom: 1rem;
    margin-top: 0;
  }
  .web-design-section-7 {
    padding: 2rem 2.5rem 3rem;
  }
  .web-design-section-5 .web-design-proces .design-proce-1 {
    height: calc(100% - 55%);
  }
  .principle-col {
    padding: 15px 25px 0;
  }
  .analsing-wrap figure:nth-child(1) {
    position: relative;
    left: 28px;
  }
  .analsing-wrap figure:nth-child(2) {
    bottom: -15%;
    left: 28%;
  }
  .analsing-wrap figure:nth-child(3) {
    bottom: 20%;
    left: 9%;
  }
  .analsing-wrap figure:nth-child(4) {
    top: -20%;
    left: 19%;
  }
  .analsing-wrap figure:nth-child(5) {
    top: -22%;
    right: 18%;
  }
  .analsing-wrap figure:nth-child(8) {
    bottom: -40%;
    right: 22%;
  }
  .analsing-wrap figure:nth-child(9) {
    bottom: -45%;
    left: 6%;
  }
  .analsing-wrap figure:nth-child(1) img {
    max-width: 180px;
  }
  .analsing-wrap figure:nth-child(2) img {
    max-width: 140px;
  }
  .analsing-wrap figure:nth-child(3) img {
    max-width: 160px;
  }
  .analsing-wrap figure:nth-child(4) img {
    max-width: 170px;
  }
  .analsing-wrap figure:nth-child(4) img {
    max-width: 170px;
  }
  .analsing-wrap figure:nth-child(6) img {
    max-width: 160px;
  }
  .analsing-wrap figure:nth-child(7) img {
    max-width: 170px;
  }
  .analsing-wrap figure:nth-child(8) img {
    max-width: 125px;
  }
  .analsing-wrap figure:nth-child(9) img {
    max-width: 135px;
  }
  .mobile-app-sec-4 .text-message-info .button-4 {
    width: 220px;
  }
  .mobile-app-sec-6 .box-container {
    max-height: 320px;
  }
  .mobile-app-sec-5 {
    padding: 6% 0 6% 5%;
  }
  .inmobileshowcase {
    margin-top: 20px;
  }
  .mobile-app-sec-5 .message-text-wrap {
    padding: 0 60px 0 0;
  }
  .mobile_showcase {
    width: 205px;
    height: 405px;
  }
  .swipe_inn img {
    min-height: 340px;
    max-height: 340px;
    top: -15px;
    width: 180px;
  }
  .frem-slider-wrap .swiper-button-next,
  .frem-slider-wrap .swiper-button-prev {
    bottom: 30px;
  }
  .frem-slider-wrap .swiper-button-prev {
    left: 70px;
  }
  .frem-slider-wrap .swiper-button-next {
    left: 110px;
  }
  .banner_sec_text.portfolio-hero .portfolio-hero-text .others-banner-text h1 {
    line-height: 1.33;
    font-size: 35px;
  }
  .portfolio-hero-img {
    padding-top: 6rem;
  }
  .portfolio-hero-img img {
    max-height: 500px;
    height: 500px;
  }
  .banner_sec_text.portfolio-hero .portfolio-hero-text .others-banner-text {
    padding: 0;
  }
  .banner_sec_text.common-hero-text-wrap {
    padding: 78px 0 0 4.2rem;
  }
  .scroll-main-wrap {
    padding: 0 0 10rem 4rem;
  }
  .banner_sec_text.how-we-work-1 {
    padding: 70px 0 0 4rem;
  }
  .discovery-workshop-sec {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  #section1.discovery-workshop-sec {
    padding-bottom: 0.5rem;
  }
  .planning-bg {
    padding: 0.5rem 0 0 0;
  }
  .sidebar ul {
    padding: 0px 0 30px;
  }
  .design-sec {
    padding-top: 2rem;
  }
  .development-sec {
    padding-top: 2rem;
  }
  .testing-sec {
    padding-top: 2rem;
  }
  .portfolio-listing-sec-1 {
    padding: 10px 1.8rem 2rem 5rem;
  }
  .portfolio-listing-sec-1 .portfolio-col .work-project-text {
    padding: 30px 30px;
  }
  #portfolio-filter
    .work-project-info
    .work-project-text
    .project-text-desc
    h3 {
    font-size: 22px;
  }
  #portfolio-filter .work-project-info .work-project-text .project-text-desc {
    padding: 0.5rem 1.5% 2rem 0;
  }
  .portfolio-list-filter {
    margin-bottom: 4rem;
  }
  .banner_sec_text.portfolio-text-wrap {
    min-height: 330px;
  }
  .banner_sec_text.portfolio-text-wrap {
    padding: 78px 0 0 5rem;
  }
  .filter-btn {
    margin-bottom: 4rem;
  }
  .portfolio-text-wrap .others-banner-text h1 {
    margin-bottom: 10px;
  }
  .mobile-app-sec-1 {
    padding: 2rem 3rem 0 0;
  }
  .mobile-app-sec-2 {
    padding: 5rem 0 5rem 10rem;
  }
  .web-development-bg {
    padding: 5rem 0rem 5rem 4rem;
  }
  .mobile-app-sec-4.web-development-sec-4 {
    padding: 5rem 0;
  }
  .web-design-section-8 {
    padding: 5rem 8rem;
  }
  .mobile-app-sec-7 {
    padding: 5rem 0;
  }
  .app-testomonial-slider .swiper-slide .description {
    font-size: 24px;
  }
  .app-testomonial-slider .swiper-slide .text-author {
    font-size: 16px;
  }
  .banner_sec_text.consulting-banner-sec {
    padding: 70px 0 0 3rem !important;
  }
  .consulting-start-add2 {
    padding: 0 0 0 3rem;
  }
  .consulting-start-2 {
    padding: 3rem 0 2rem 5rem;
  }
  .consulting-start-4 {
    padding: 6rem 3rem 0rem 0rem;
  }
  .consulting-start-2 {
    padding: 3rem 0 2rem 5rem;
  }
  .consulting-start-5 {
    padding: 3rem 0 3rem 5rem;
  }
  .consulting-start-6 .consulting-padd {
    padding: 0 0 3rem 5.5rem;
  }
  .consulting-start-4 .common-padd-wrap .common-padd-left.consulting-margin {
    padding: 2rem 2.5rem 1rem 2.5rem;
  }
  .consulting-start-3 {
    padding: 2rem 8rem 3rem 0;
  }
  .consulting-sec-1.consulting-start-1 {
    padding-bottom: 3rem;
    padding-top: 0rem;
  }
  .consulting-start-6 {
    padding: 3rem 0;
  }
  .consulting-start-7 {
    padding: 4rem 0 1rem;
  }
  .work-project-text {
    padding: 1rem 0 2rem;
  }
  .mobile-app-sec-8.consulting-start-7 .work-project-wrap {
    padding: 4rem 5rem 2rem;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 55.666667%;
    flex: 0 0 55.666667%;
    max-width: 55.666667%;
  }
  .mobile-app-sec-3.web-app-sec-3 {
    padding: 24rem 3rem 3rem 3rem;
  }
  .web-app-sec-3 .message-text-wrap .text-message-info {
    padding-right: 3rem;
  }
  .web-app-sec-add {
    padding: 5rem 0 5rem 3rem;
  }
  .web-app-sec-4.web-app-comm-sec .message-text-wrap {
    padding-right: 6rem;
    padding-left: 3rem;
  }
  .web-app-sec-5 .message-text-wrap {
    padding: 0rem 1rem 0 3rem;
  }
  .web-app-sec-add2 {
    padding: 1rem 3rem 5rem 3rem;
  }
  .web-app-sec-add2.custom-software-add {
    padding-top: 0;
  }
  .web-app-sec-add3 {
    padding: 0 3rem 4rem 3rem;
  }
  .web-app-box {
    padding: 2rem 2rem 2rem 2rem;
  }
  .web-app-box .commontext h2,
  .web-app-box .commontext .h2 {
    font-size: 24px;
  }
  .securing-right-list {
    padding-top: 1rem;
    justify-content: center;
    margin-top: 0;
  }
  .work-common-sec.collabotation-tools-sec {
    padding: 0 3rem 1rem;
  }
  .work-common-sec.engagement-models-sec {
    padding: 0 3rem 7rem;
  }
  .ios-development-sec-1 {
    padding: 5rem 0;
  }
  .ios-development-sec-2 {
    padding: 0 0 5rem;
  }
  .ios-development-sec-3 {
    padding: 0 0 4.4rem;
  }
  .ios-development-sec-4 {
    padding: 0 0 5rem;
  }
  .ios-development-sec-5 {
    padding: 5rem 0 5rem;
  }
  .web-app-sec-7.tab-slide-sec,
  .mobile-app-sec-7.tab-slide-sec {
    padding: 5rem 0 5rem;
  }
  .mobile-app-sec-9 {
    padding: 5rem 0 7rem;
  }
  .ios-development-sec-3 .ios-card.project-card {
    min-height: 390px;
  }
  .ios-card.project-card .card-body .card-title {
    font-size: 24px;
  }
  .ios-card.project-card .card-body {
    padding: 3rem 1.5rem 2rem;
  }
  .ios-card.project-card .list-group {
    padding: 0 1.5rem 2rem;
  }
  .ios-card.project-card .card-footer {
    padding: 2rem 1.5rem 1.5rem;
  }
  .mobile-app-sec-1.ios-banner-sec {
    padding: 2rem 3rem 0 0;
  }
  .ecommerce-web-sec-add {
    padding: 23rem 0rem 4rem 15rem;
  }
  .ecommerce-web-sec-add .app-message-info {
    padding-right: 0rem;
  }
  .consulting-enterprise-3 .Rtable .Rtable-row .Rtable-cell-heading {
    font-size: 18px;
  }
  .consulting-enterprise-3 .Rtable .Rtable-row ul li span {
    font-size: 14px;
  }
  .career-img-wrap .career-text-wrap {
    left: 4.5rem;
  }
  .career-img-wrap .career-text-wrap {
    max-width: 450px;
    padding: 5rem 3rem;
  }
  .mobile-app-sec-8 .work-project-wrap,
  .mobile-app-sec-8.web-app-sec-8 .work-project-wrap {
    padding: 4rem 5rem 3rem;
  }
  .career-sec-add {
    padding: 4rem 3rem 5rem;
  }
  .thankyou-wrap {
    padding: 0rem 0rem 2rem 0;
  }
  .thankyou-col {
    padding: 4rem 2rem;
  }
  .bitmarket-sec-1 {
    padding: 4rem 0 0;
  }
  .ios-development-sec-5.bitmarket-sec-2 {
    padding-top: 2rem;
  }
  .ios-development-sec-5.bitmarket-sec-2 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .bitmarket-sec-3 {
    padding-bottom: 4rem;
  }
  .sofy-portfolio-sec-2.bitmarket-sec-4 {
    padding-bottom: 4rem;
  }
  .web-app-sec-add.bitmarket-sec-5 {
    padding-bottom: 5rem;
  }
  .bitmarket-sec-6 {
    padding: 0rem 0 7rem;
  }
  .frame-slider .swiper-slide.swiper-slide-prev {
    width: 160px !important;
    height: 320px;
  }
  .frame-slider .swiper-slide.swiper-slide-next {
    width: 160px !important;
    height: 320px;
  }
  .swiper-slide .swipe_frame img {
    width: 160px;
    height: 320px;
  }
  .frame_showcase {
    width: 620px;
    height: 380px;
  }
  .frame-slider .swiper-slide.swiper-slide-active .swipe_frame img {
    width: 620px !important;
    height: 320px;
  }
  .frame-slider .swiper-slide.swiper-slide-active {
    width: 620px !important;
    margin: 0 42px !important;
  }
  .frameshowcase .swiper-slide .swipe_frame {
    padding: 25px 0px 20px;
  }
  .bridger-sec-3 {
    padding: 0rem 0 4rem;
  }
  .bridger-sec-5 {
    padding: 4rem 0rem 0;
  }
  .bridger-sec-6 {
    padding: 4rem 0 4rem;
  }
  .wraper-londonrag-promo.bridger-sec-comm
    .londonrag-promo-image.with-shadow
    img,
  .bridger-sec-comm .londonrag-promo-image.with-shadow img {
    min-height: 380px;
    object-fit: contain;
  }
  .bridger-sec-7 {
    padding: 0px 2rem 4rem;
  }
  .bridger-sec-add {
    padding: 0 0rem 4rem;
  }
  .bridger-sec-8 {
    padding: 4rem 0;
  }
  .frameshowcase .swiper-button-next {
    right: 43%;
  }
  .frameshowcase .swiper-button-prev {
    left: 43%;
  }
  .wraper-londonrag-promo.bridger-sec-comm .londonrag-promo-image.with-shadow,
  .bridger-sec-comm .londonrag-promo-image.with-shadow {
    margin: 0 1rem;
  }
  .core-services-wrap .pad_box {
    padding: 0 10px;
  }
  .core-services-wrap .box-bottom a {
    line-height: 18px;
  }
  .core-services-wrap {
    padding: 3rem 2rem 4rem;
  }
  .project-structure-sec {
    padding: 0 1rem 5rem 1rem;
  }
  .left-scrool .sidebar .arrow-wrap {
    position: relative;
    top: 20px;
  }
  .sofy-portfolio-sec-5.freshclinic-page {
    padding: 0rem 0 4rem;
  }
  .career-dtl-text {
    padding: 5rem 0 5rem;
  }
  .contact-sec-bg {
    padding: 5rem 0;
  }
  .desired-Skills ul {
    font-size: 20px;
  }
  .tab-right-side .media img {
    width: 210px;
    max-width: 210px;
  }
  .cta-wrap {
    margin-left: calc(100vw - 76.5vw);
  }
  .tab-right-side .media-body {
    padding: 0px 3rem 0px 30px;
  }
  .mobile-app-sec-6.mobile-app-responsive {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .tab-slide-sec .tab-slide-wrap h3:not(.h4),
  .tab-slide-sec .tab-slide-wrap .h3 {
    padding-right: 60px;
  }
  .tab-slide-sec h4,
  .tab-slide-sec .h4 {
    padding-right: 60px;
  }
  .tab-slide-sec .active:after {
    right: 45px;
  }
  .web-design-section-3 .web-design-proce {
    padding: 0 3rem 0 3rem;
  }
  .web-design-proce .button-4 {
    margin: 35px 0 0 0;
  }
  .web-design-section-3 .web-design-proce .design-proce-info.commontext p {
    padding-right: 1rem;
  }
  .ecommerce-success-stories.section-features {
    padding-top: 5rem;
  }
  .ecommerce-building-sec {
    padding-top: 5rem;
  }
  .wraper-toonyport-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data {
    max-width: 960px;
  }
  .mobile-app-new-york-sec-5 {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  .wraper-oota-hero-banner {
    min-height: 550px;
  }
  .wraper-oota-hero-banner .oota-top-right-bg {
    background-size: 410px;
  }
  .wraper-oota-hero-banner .oota-bottom-left-bg {
    background-size: 140px;
    bottom: -50px;
  }
  .oota-hero-banner-data {
    padding-right: 30px;
    margin-top: -35px;
  }
  .wraper-oota-hero-banner .banner-food img {
    width: 215px;
  }
  .wraper-oota-hero-banner .oota-hero-banner .oota-hero-banner-image {
    margin-left: 0;
    width: 525px;
  }
  .wraper-houselabs-overview.oota-sec-1:after {
    width: 105px;
  }
  .oota-sec-2 .oota-showcase-mobile {
    padding-right: 10px;
  }
  .oota-sec-2.wraper-freshclinic-showcase
    .freshclinic-showcase-section
    > .container-fluid {
    padding-right: 3%;
    padding-left: 3%;
  }
  .oota-commontext ul li {
    padding-right: 0;
  }
  .wraper-houselabs-overview.kidscitypass-other-sec-1
    .houselabs-overview
    > .container {
    padding-top: 75px;
    padding-bottom: 35px;
  }
  .kids-pic-bottom {
    right: -30px;
    bottom: -50px;
  }
  .kids-pic-bottom .kids-pic img {
    width: 320px;
  }
  .wraper-houselabs-overview.kidscitypass-other-sec-1
    .houselabs-overview
    .houselabs-overview-text
    hr {
    margin-bottom: 40px;
    margin-top: 0px;
  }
  .wraper-toonyport-hero-banner.kidscitypass-banner-sec
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data {
    left: 15px;
  }
  .kidscitypass-bg {
    background-size: inherit;
    padding: 3rem 0 0;
  }
  .kidscitypass-other-sec-3 .kidscity-promo-image img {
    margin-left: -125px;
    margin-bottom: -250px;
  }
  .kids-pic-bottom {
    bottom: -105px;
    right: -45px;
  }
  .xpary-banner-sec .data {
    max-width: 960px;
  }
  .data .data-main h2 {
    margin-top: 3rem;
  }
  .oota-sec-2.xpary-other-sec-7 .commontext .common-oota-right {
    padding-left: 45px;
    padding-right: 0;
  }
  .xpary-other-sec-7 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .xpary-other-sec-5 .justify-content-center .commontext.mt-5 {
    margin-top: -20px !important;
  }
  .xpary-other-sec-3 {
    padding-top: 115px;
    padding-bottom: 100px;
  }
  .xpary-other-sec-3 .xpary-sec-after:after {
    bottom: -50px;
  }
  .xpary-border-wrap {
    margin: 45px 70px 0;
    height: 500px;
  }
  .xpary-flip-image {
    width: 1000px;
    margin-left: -140px;
    height: 570px;
    margin-top: -25px;
  }
  .xpary-border-wrap .xpary-app-screen {
    bottom: -70px;
    right: 0px;
  }
  .xpary-border-wrap .xpary-app-screen img {
    height: 430px;
  }
}
@media (max-width: 991.98px) {
  .mobile-nav {
    display: block;
  }
  .navbar-brand img {
    width: 215px;
  }
  .main-navbar {
    padding: 0px 15px;
  }
  .quote-wrap .get-quote-wrap {
    display: none;
  }
  .section-1 {
    background: #010001;
  }
  .home_pg .content_info_left {
    height: initial;
    margin-top: 0;
    flex: 0 0 95%;
    max-width: 95%;
  }
  .content_info_left .left-info-img {
    padding: 18% 0%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .content_info_right {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    background: #fff;
  }
  .right-content-wrap {
    background: #000000;
    flex: 0 0 95%;
    max-width: 95%;
    position: relative;
    right: -5%;
    padding: 7% 0% 7% 3%;
    height: 100%;
  }
  .text-image img {
    height: 350px;
  }
  .client-info-text {
    padding: 20px 15px 20px 10px;
  }
  .stories-info-text {
    padding: 20px 10px 20px;
  }
  .client-stories-wrap .left-info-img img {
    height: 100%;
  }
  .left-info-img .play-wrap .play-btn {
    width: 35px;
    height: 35px;
  }
  .left-info-img .play-wrap .play-btn .eff-1 {
    width: 35px;
    height: 35px;
    bottom: -35px;
  }
  .work-project-wrap {
    padding: 4rem 3rem 7rem 4rem;
  }
  .p-lr-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .work-project-info .work-project-img img {
    height: 100%;
  }
  #project-list {
    margin-right: 0;
  }
  .address_info_right .address-info-img img {
    height: 100%;
    max-height: 100%;
  }
  .address_info_right {
    margin-top: 0;
  }
  .footer-wrap .address_info_left.black-bg-info {
    background: #fff;
    padding: 4% 20px 85px 20px;
  }
  .responsive-hide {
    display: none;
  }
  .desktop-hide {
    display: block;
  }
  .address_info_left .address-info-text .text-white-h1 {
    color: #000;
  }
  .address_info_left .address-info-text .made-with {
    text-align: left;
  }
  .m-w-100 {
    width: 100%;
  }
  .mobile_float_sec {
    display: block;
  }
  .address_info_left .address-info-text .address-h4 {
    margin: 0 0 10px;
  }
  .address_info_left .address-info-text .address-h3 {
    margin-bottom: 10px;
  }
  .client-stories-wrap {
    padding: 4rem 4rem 4rem;
  }
  .web-design-section-1 {
    padding: 0 0;
  }
  .creative-info-main .creative-info-img img {
    height: calc(100vh - 60vh);
  }
  .web-design-section-3 .web-design-proce .design-proce-info h3 {
    margin: 5% 0 5%;
  }
  .web-design-proce {
    padding: 0 8rem;
  }
  .text-marquee-main {
    display: none;
  }
  .web-design-section-5 {
    padding: 2rem 8.5rem 4rem;
  }
  #design-proces .design-box {
    margin-top: 1rem;
  }
  .grid-wrap ul li:nth-child(6) {
    margin-top: calc(100% - 71.5%);
  }
  .web-design-section-5 .web-design-proce {
    padding: 0;
    height: calc(100vh - 35vh);
    max-height: 370px;
    width: 70%;
    margin: 0 auto;
  }
  .meaning-message {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    width: 100%;
  }
  .web-design-section-4 {
    padding: 10% 0 10%;
  }
  .principle-wrap ul {
    padding-left: calc(100vw - 82vw);
    padding-right: calc(100vw - 82vw);
  }
  .web-design-proces {
    height: 45vh;
    min-height: 420px;
  }
  .web-design-section-5 .web-design-proces .design-proce-3 {
    height: calc(100% - 0%);
  }
  .web-design-section-5 .web-design-proces .design-proce-2 {
    width: calc(100% - 35%);
    height: calc(100% - 35%);
    max-width: 320px;
  }
  .web-design-section-5 .web-design-proces .design-proce-1 {
    height: calc(100% - 50%);
    width: calc(100% - 84%);
    min-width: 130px;
  }
  .web-design-section-3 {
    padding: 10% 0 10%;
  }
  .grid-wrap ul {
    margin-bottom: 5%;
  }
  .web-design-section-5 .text-message-wrap .text-message-info p {
    margin-bottom: 5%;
  }
  .ui-ux-section-4.ui-ux-section-7 {
    padding-top: 9%;
    padding-bottom: 9%;
  }
  .ui-ux-section-8 {
    padding: 9% 3%;
  }
  .explore-btn span {
    line-height: 48px;
  }
  .analsing-wrap {
    display: none;
  }
  .analysing-mobile {
    display: block;
  }
  .wirefram-img-wrap {
    display: none;
  }
  .wirefram-mobileimg-wrap {
    margin-top: 45px;
  }
  .wirefram-mobileimg-wrap .swiper-wrapper .swiper-slide img {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
  }
  .wirefram-mobileimg-wrap {
    display: block;
  }
  .ui-ux-section-9 .message-text-wrap {
    padding: 7% 12% 0;
  }
  .ui-ux-section-4.ui-ux-section-9 {
    padding-top: 9%;
    padding-bottom: 9%;
  }
  .web-design-slider .swiper-button-next,
  .web-design-slider .swiper-button-prev {
    height: 80.8%;
  }
  .web-design-slider .swiper-button-next,
  .web-design-slider .swiper-button-prev {
    height: 78.8%;
  }
  .section-features .feature-item {
    margin-right: 0px;
    margin-left: 0px;
  }
  .banner_sec_text .others-banner-text p:not(.new-page-subtitle),
  .banner_sec_text .others-banner-text .new-page-title {
    font-size: 24px;
    line-height: 36px;
  }
  .header-others #nav-icon1 span,
  .header-others #nav-icon3 span,
  .header-others #nav-icon4 span {
    background: var(--main-black-color);
  }
  .banner_sec_text {
    padding: 60px 20px 0 20px;
  }
  .web-sidebar {
    display: none;
  }
  .mobile-progressbar {
    padding: 15px 0px;
    display: block;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
  }
  .mobile-progressbar.fixed {
    position: fixed;
    top: 52px;
    left: 0;
    background: #fff;
    z-index: 10;
    width: 100%;
    animation: smoothScroll 1s forwards;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
  }
  @keyframes smoothScroll {
    0% {
      transform: translateY(-40px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .scroll-main-wrap {
    padding: 0 0 10% 0;
  }
  .scroll-main-wrap .left-scrool {
    margin-left: 0;
    position: relative;
    top: 0;
  }
  .sidebar.mobile-progressbar ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
  }
  .mobile-progressbar ul li a {
    color: #bababa;
    padding: 0;
    width: 35px;
    height: 35px;
    display: block;
    border: 1px solid #fff;
    margin: 0 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-family: "CircularStd";
    line-height: 35px;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
  }
  .mobile-progressbar ul li a.is-selected {
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
  }
  .scroll-main-wrap .right-side-content .we-work-section {
    width: 100%;
    margin-left: 0%;
    padding-top: 0;
  }
  .common-padd-wrap .common-padd-left ul li span {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .common-padd-wrap .box-down {
    margin-bottom: 0;
  }
  .common-padd-wrap .common-padd-left.black-sec-padd {
    padding: 0% 20px 12% 20px;
  }
  .common-padd-wrap .mobile-white-bg .discovery-workshop-right.design-box {
    margin-top: -40px;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    z-index: 1;
  }
  .mobile-white-bg {
    background: #ffffff;
  }
  .we-work-section .commontext h3.commonh3 {
    display: none;
  }
  .planning-sec .planning-mobile,
  .design-sec .design-mobile,
  .development-sec .development-mobile,
  .testing-sec .testing-mobile,
  .development-sec .maintenance-mobile {
    display: block;
    width: 100%;
  }
  .we-work-section .commontext h4.commonh4,
  .planning-sec .planning-mobile .commonh4,
  .design-sec .design-mobile .commonh4,
  .development-sec .development-mobile .commonh4,
  .testing-sec .testing-mobile .commonh4,
  .development-sec .maintenance-mobile .commonh4 {
    display: block;
    font-size: 22px;
    font-family: "CircularStd";
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 0 0 20px;
  }
  .work-mobile-heading .commontext h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 2%;
    padding: 0 10%;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    opacity: 1;
    display: block;
  }
  .project-structure-sec .commontext h3.mb-5 {
    text-align: left;
    margin-bottom: 8% !important;
  }
  .discovery-workshop-sec {
    padding-top: 0%;
  }
  .common-padd-wrap .common-padd-left ul {
    padding-left: 18px;
  }
  .common-padd-wrap .common-padd-left {
    padding: 0 2rem 1rem 3rem;
  }
  .planning-bg .common-padd-wrap .common-padd-left {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .planning-sec .planning-bg .common-padd-wrap .box-down {
    margin-left: 20px;
  }
  .design-sec .design-sec-wrap .design-box {
    margin-left: 20px;
  }
  .design-sec .common-padd-left.design-tools-sec {
    padding: 0.2rem 14rem 2.5rem 3rem;
  }
  .testing-sec .testing-bg .common-padd-wrap .common-padd-left {
    position: relative;
    right: 0;
    padding: 3rem 6rem 4.5rem 3rem;
  }
  .testing-sec .common-padd-wrap .discovery-workshop-right.design-box img {
    max-height: 330px;
  }
  .scroll-main-wrap {
    padding: 0 0 8% 0;
  }
  .project-structure-sec {
    padding: 0 6rem 4rem 6rem;
  }
  .project-card .list-text {
    font-size: 16px;
  }
  .project-card .card-body {
    padding: 10% 5% 2%;
  }
  .project-card .card-body.card-footer {
    padding: 6% 5% 10%;
  }
  .project-card .list-group {
    padding: 0 5%;
  }
  .project-card .list-group-item {
    padding: 5% 0;
  }
  .work-common-sec.collabotation-tools-sec {
    padding: 0 6rem 1rem 6rem;
  }
  .work-common-sec .commontext p {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .work-common-sec.engagement-models-sec {
    padding: 0 6rem 6rem;
  }
  .accordion-wrap .panel-default {
    padding: 10px 0;
  }
  .banner_sec_text .others-banner-text h4 {
    font-size: 16px;
  }
  .accordion-wrap .panel-default .panel-heading a {
    font-size: 18px;
    font-weight: normal;
    position: relative;
  }
  .header-others .main-navbar {
    background: #ffffff;
  }
  .banner_sec_text.about-hero-sec {
    min-height: 150px;
  }
  .about-hero-sec .about-hero-text {
    min-height: 115px;
    margin: 15px 0 20px;
  }
  .banner_sec_text.about-hero-sec .about-hero-text h1 {
    font-size: 34px;
    text-align: left;
    line-height: 46px;
    padding-right: 0;
  }
  .about-sec-1 {
    padding-left: 0;
  }
  .about-sec-1 .about-left-side {
    right: 0;
    top: -32px;
    padding-left: 20px !important;
  }
  .about-sec-2 {
    padding: 7% 5px 7% 5px;
  }
  .ethos-wrap {
    margin-right: 0;
  }
  .ethos-wrap .ethos-box:after {
    height: 50px;
  }
  .ethos-wrap .ethos-box {
    position: relative;
    padding: 3% 6% 3% 6%;
    margin-bottom: 4%;
  }
  .about-sec-common .ethos-wrap .ethos-box .commontext p {
    font-size: 16px;
    line-height: normal;
  }
  .footer-white-wrap .web-fend-hide {
    display: block;
  }
  .footer-white-wrap .address_info_right .address-info-text {
    background: #fff;
    padding: 4% 0% 80px 4%;
  }
  .footer-white-wrap .address_info_right .address-info-text .address-h4 {
    font-family: "CircularStd";
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: left;
    margin: 0 0 15px;
  }
  .footer-white-wrap .address_info_right .address-info-text .address-h3 {
    position: relative;
    padding-left: 33px;
    font-family: "CircularStd";
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .footer-white-wrap .address_info_right .address-info-text .address-h3 .flag {
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
  }
  .footer-white-wrap .footer-bottom .made-with p,
  .address_info_right .address-info-text .made-with p {
    font-family: "CircularStd";
    font-size: 12px;
    font-weight: normal;
    line-height: 26px;
    color: var(--main-black-color);
    opacity: 0.7;
  }
  .footer-white-wrap .address_info_right .address-info-text .made-with {
    text-align: left;
  }
  .footer-white-wrap .address_info_left {
    padding: 0% 5% 3% 5%;
  }
  .footer-white-wrap .address_info_left .left-info-img {
    padding: 15% 0% 15% 0%;
  }
  .about-box-main .about-text {
    padding: 10% 10%;
  }
  .about-sec-common .commontext h3 {
    margin-bottom: 5%;
  }
  .others-banner-sec .others-banner-text {
    padding: 6% 0px 0px 0px;
  }
  .mobile-app-sec-1 {
    padding: 2rem 3rem 0 0;
  }
  .mobile-app-sec-2 {
    padding: 6% 0 6% 7%;
  }
  .mobile-app-sec-2.web-development-sec-2 {
    padding: 4rem 0 3rem 0rem;
  }
  .web-development-sec-2 .app-message-info {
    padding-right: 0;
  }
  .web-development-bg {
    padding: 4rem 0rem 4rem 1rem;
  }
  .web-development-bg .message-text-wrap {
    padding: 2rem 4rem 0 6.5rem;
  }
  .web-development-bg .message-text-wrap .commontext h3,
  .web-development-bg .message-text-wrap .commontext .h3 {
    margin: 0 0 1.5rem;
  }
  .mobile-app-sec-4.web-development-sec-4 {
    padding: 4rem 0;
  }
  .mobile-app-sec-4 .black-ul-comm {
    padding: 1.5rem 1.5rem;
  }
  .web-design-section-8 {
    padding: 4rem 1rem;
  }
  .mobile-app-sec-7 {
    padding: 4rem 0;
  }
  .mobile-app-sec-4 {
    padding: 8% 0 8% 5px;
  }
  .mobile-app-sec-4 .message-text-wrap {
    padding-right: 5px;
    padding-top: 10%;
  }
  .mobile-app-sec-4 .message-text-wrap .button-4 {
    margin-bottom: 22px;
  }
  .mobile-app-sec-5 {
    padding: 5rem 0 4rem 20px;
  }
  .mobile-app-sec-5 .message-text-wrap {
    padding: 0 13rem 20px 9rem;
  }
  .mobile-app-sec-8 .work-project-wrap {
    padding: 3rem 4rem 3rem;
  }
  .mobile-app-sec-9 {
    padding: 1rem 20px 4rem;
  }
  .mobile-app-sec-9 .commontext h1,
  .mobile-app-sec-9 .commontext .treat-as-h1 {
    font-size: 28px;
    text-align: left;
    margin-bottom: 20px !important;
  }
  .app-testomonial-slider {
    padding-left: 0;
  }
  .app-testomonial-slider .swiper-slide .description {
    font-size: 24px;
    font-weight: normal;
    margin-top: 60px;
    margin-left: 0;
  }
  .app-testomonial-slider .swiper-slide .text-author {
    margin-left: 0px;
  }
  .app-testomonial-slider .swiper-slide.swiper-slide-active .description:after {
    line-height: 15px;
    margin-left: 0;
  }
  .app-testomonial-slider .swiper-pagination-bullet {
    margin: 2px;
    display: inline-block;
    width: 8px;
    height: 8px;
  }
  .app-testomonial-slider .swiper-pagination-bullet-active {
    background: #000000;
  }
  .app-testomonial-slider .swiper-pagination-bullets {
    margin-left: 0;
  }
  .portfolio-hero-img img {
    max-height: 600px;
    height: 550px;
    display: block;
    margin: 0 auto;
  }
  .box-comm {
    margin-bottom: 14px;
  }
  .over-view-box:nth-child(3) .box-comm {
    top: -65px;
  }
  .sofy-portfolio-sec-5 .sofy-video-img img {
    max-width: 100%;
  }
  .result-text {
    padding: 0 0 0 18%;
    margin-bottom: 25px;
  }
  .web-development-box-wrap {
    padding-left: 0;
    padding-top: 30px;
  }
  .common-hero-text-wrap.banner_sec_text {
    min-height: auto;
  }
  .web-development-box-wrap .web-development-box {
    margin-left: 12px;
  }
  .content_info_left .left-info-img img.deloitte-img {
    width: 100%;
  }
  .content_info_left .left-info-img img {
    height: 110px;
  }
  .content_info_left .left-info-img img.deloitte-img {
    width: 165px;
  }
  .left-info-img .play-wrap .play-btn a {
    font-size: 13px;
    line-height: 35px;
  }
  .web-design-section-9 {
    padding: 7% 0 3% 0;
  }
  .about-sec-2 .about_info_right .left-info-img {
    justify-content: center !important;
  }
  .address_info_right .address-info-text .made-with p {
    padding-bottom: 10px;
  }
  .w-90 {
    width: 50%;
    margin: 0 0px 0 13.5% !important;
  }
  .ui-ux-section-4 {
    padding: 10% 0 8% 3%;
  }
  .analysing-mobile.image-box img {
    width: 60%;
    margin-bottom: 20px;
  }
  .ui-ux-section-4 .analysing-4 {
    padding: 0 11%;
  }
  .ui-ux-section-7 .image-box img {
    max-height: 600px;
    object-fit: cover;
  }
  .image-box img {
    width: 88%;
  }
  .ui-ux-section-2 {
    padding: 9% 0 9%;
  }
  .ui-ux-section-6 {
    padding: 9% 0;
  }
  .ui-ux-section-7 .message-text-wrap.ui-ux-7 {
    padding: 9% 12% 0;
  }
  .ui-ux-section-8 .message-text-wrap {
    padding-bottom: 5%;
  }
  .web-design-section-6 {
    padding: 4rem 8rem 0 8rem;
  }
  .principle-col {
    padding: 15px 1.6rem 0;
  }
  .web-design-section-6 .box-container {
    min-height: 400px;
    max-height: 450px;
    cursor: pointer;
  }
  .mobile-app-sec-6 .box-container {
    max-height: 380px;
  }
  .mobile-app-sec-6 {
    padding: 5rem 12rem 0;
  }
  .inmobileshowcase {
    margin-left: 14%;
  }
  .mobile_showcase {
    width: 255px;
    height: 500px;
  }
  .swipe_inn img {
    min-height: 480px;
    max-height: 480px;
    top: -11px;
    width: 225px;
  }
  .frem-slider-wrap .swiper-button-next,
  .frem-slider-wrap .swiper-button-prev {
    bottom: 10px;
  }
  .frem-slider-wrap .swiper-button-next {
    left: 135px;
  }
  .frem-slider-wrap .swiper-button-prev {
    left: 95px;
  }
  .mobile-app-sec-3 {
    padding: 5% 5% 6%;
  }
  .web-design-section-7 {
    padding: 1% 8.7rem 4rem;
  }
  .web-design-section-7 .pad_box {
    margin-bottom: 10px;
  }
  .web-design-section-7 .box-container {
    min-height: 450px;
    max-height: 450px;
    cursor: pointer;
  }
  .web-design-section-5 .text-message-wrap {
    padding-right: 0;
    margin-top: 2rem;
  }
  .planning-sec {
    padding-top: 1.5rem;
  }
  .planning-bg {
    padding: 1rem 0 0 0;
  }
  .discovery-workshop-sec {
    padding-top: 1.5rem;
  }
  .design-sec {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .development-sec {
    padding-top: 1.5rem;
  }
  .testing-sec {
    padding-top: 1.5rem;
  }
  .discovery-workshop-sec .common-padd-wrap .common-padd-left.black-sec-padd {
    padding: 0 6rem 4.5rem 3rem;
  }
  .development-sec
    .common-padd-wrap
    .common-padd-left.black-sec-padd.padd-bottom-2 {
    padding: 0 6rem 4.5rem 3rem;
  }
  .maintenance-sec .common-padd-wrap .common-padd-left.black-sec-padd {
    padding: 0 6rem 4.5rem 3rem;
  }
  .work-mobile-heading .commontext {
    width: 100%;
  }
  .banner_sec_text.how-we-work-1 {
    padding: 70px 0 0 3rem;
    min-height: 390px;
  }
  #portfolio-filter .portfolio-list-filter .portfolio-img img {
    width: 100%;
    object-fit: cover;
    min-height: 410px;
  }
  .portfolio-col {
    margin-left: -50px;
  }
  .portfolio-listing-sec-1 .portfolio-col .work-project-text {
    padding: 25px 25px;
  }
  .portfolio-listing-sec-1 {
    padding: 20px 1.8rem 2rem 4rem;
  }
  .banner_sec_text.portfolio-text-wrap {
    padding: 78px 0 0 4rem;
  }
  .banner_sec_text.portfolio-text-wrap {
    min-height: 300px;
  }
  .web-development-sec-4 .commontext h3 {
    font-size: 30px;
  }
  .mobile-app-sec-4.web-development-sec-4 .message-text-wrap {
    padding-right: 2rem;
  }
  .banner_sec_text.consulting-banner-sec .others-banner-text {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .banner_sec_text.consulting-banner-sec {
    padding: 70px 0 0 2.45rem !important;
  }
  .consulting-start-add2 {
    padding: 0 0 0 2.5rem;
  }
  .consulting-start-2 {
    padding: 3rem 0 2rem 2rem;
  }
  .consulting-start-3 {
    padding: 0rem 3rem 3rem 0;
  }
  .consulting-start-3 .message-text-wrap {
    padding: 0 0 2rem 1.5rem;
  }
  .consulting-start-4 {
    padding: 3rem 22rem 0rem 0rem;
  }
  .consulting-start-5 {
    padding: 3rem 0 3rem 3rem;
  }
  .consulting-start-5 .pr-10 {
    padding: 0 6rem 2rem 0rem;
  }
  .consulting-start-5 .message-text-wrap .commontext h3,
  .consulting-start-5 .message-text-wrap .commontext .h3 {
    margin: 0 0 1rem;
  }
  .consulting-start-6 .consulting-padd {
    padding: 0 0 3rem 3rem;
  }
  .mobile-app-sec-8.consulting-start-7 .work-project-wrap {
    padding: 3rem 3rem 2rem;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 60.666667%;
    flex: 0 0 60.666667%;
    max-width: 60.666667%;
  }
  .message-text-wrap .commontext h3,
  .message-text-wrap .commontext .h3 {
    margin: 0 0 25px;
  }
  .web-app-sec-4.web-app-comm-sec .message-text-wrap {
    padding-left: 2rem;
  }
  .web-app-sec-5.web-app-preloader .col-xl-7,
  .web-app-sec-5.web-app-preloader .col-xl-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mobile-app-sec-3.web-app-sec-3 {
    padding: 17.3rem 2rem 2rem 2rem;
  }
  .web-app-sec-add {
    padding: 3rem 0 3rem 2rem;
  }
  .web-app-sec-4.web-app-comm-sec .message-text-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .web-app-sec-4 {
    padding: 0 0rem 3rem 0;
  }
  .web-app-sec-5 .message-text-wrap {
    padding: 0rem 1rem 0 2rem;
  }
  .web-app-sec-add2 {
    padding: 1rem 2rem 1rem 2rem;
  }
  .web-app-sec-add2 .pl-8 {
    padding-left: 1rem;
    padding-top: 3rem;
  }
  .web-app-sec-add3 {
    padding: 0px 2rem 3rem 2rem;
  }
  .web-app-box {
    padding: 1rem 1rem 1rem 1rem;
  }
  .web-app-box .box-top h2 {
    margin: 0 0 2rem 0;
  }
  .web-app-sec-7.tab-slide-sec,
  .mobile-app-sec-7.tab-slide-sec {
    padding: 4rem 0 4rem;
  }
  .web-app-sec-3 .app-sec-img {
    margin-bottom: -15rem;
  }
  .ios-development-sec-1 {
    padding: 4rem 0;
  }
  .ios-development-sec-1 .message-text-wrap,
  .ios-development-sec-4 .message-text-wrap {
    padding-right: 1rem;
  }
  .ios-development-sec-2 {
    padding: 0 0 4rem;
  }
  .ios-development-sec-3 {
    padding: 0 0 3.4rem;
  }
  .ios-development-sec-4 {
    padding: 0 0 4rem;
  }
  .ios-development-sec-5 {
    padding: 4rem 0 4rem;
  }
  .mobile-app-sec-1.ios-banner-sec {
    padding: 2rem 2.4rem 0 0;
  }
  .ecommerce-web-sec-add {
    padding: 18rem 0rem 4rem 15rem;
  }
  .consulting-start-add {
    padding: 3rem 0 0;
  }
  .consulting-start-7 {
    padding: 3rem 0 1rem;
  }
  .consulting-start-add .web-app-box {
    padding: 1.5rem 14px 1.5rem 14px;
  }
  .consulting-start-add .web-app-box .box-top h2,
  .consulting-start-add .web-app-box .box-top .h2 {
    margin: 10px 0 2rem 0;
    padding-right: 0rem;
  }
  .Rtable .Rtable-row .Rtable-cell {
    padding: 1rem 12px;
  }
  .consulting-enterprise-add2 .col-xxl-4 {
    -ms-flex: 0 0 63.666667%;
    flex: 0 0 63.666667%;
    max-width: 63.666667%;
  }
  .career-img-wrap .career-text-wrap {
    max-width: 420px;
    padding: 3rem 2rem;
  }
  .sofy-portfolio-sec-1 .end-begin-user-wrap {
    padding: 0;
  }
  .sofy-portfolio-sec-2 {
    padding: 0 0 5rem;
  }
  .sofy-pbg {
    padding: 5rem 0 5rem;
  }
  .desired-Skills {
    padding: 1.5rem 0rem 0 0;
  }
  .ios-development-sec-5.bitmarket-sec-2 .text-message-wrap {
    padding-right: 0px;
    padding-bottom: 3rem;
  }
  .ios-development-sec-5.bitmarket-sec-2
    .text-message-wrap
    .text-message-info
    h3 {
    margin-bottom: 1rem;
  }
  .bitmarket-sec-6 .card-box.box-container {
    margin-bottom: 30px;
  }
  .frame-slider .swiper-slide.swiper-slide-active {
    margin: 0 26px !important;
  }
  .bridger-sec-9 {
    padding: 4rem 0 0rem;
  }
  .wraper-citybank-result > .container {
    padding-bottom: 50px;
  }
  .bridger-sec-3 .content-heading {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .bridger-sec-3 .content-details {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .bridger-sec-3 .content-heading h3 {
    font-size: 20px;
  }
  .bridger-sec-3 .content:hover .content-details {
    top: 70%;
  }
  .bridger-sec-comm .bridger-sec-text p {
    font-size: 16px;
  }
  .wraper-londonrag-promo .londonrag-promo-title blockquote {
    font-size: 20px;
  }
  .core-services-wrap {
    padding: 3rem 30px 3rem;
  }
  .core-services-wrap .pad_box {
    margin-bottom: 20px !important;
  }
  .core-services-wrap .pad_box .card-box .box-top h2 {
    padding-right: 6rem;
  }
  .core-services-wrap .box-container {
    max-height: 390px;
  }
  .cta-wrap {
    margin-left: calc(100vw - 75.5vw);
  }
  .tab-slide-sec .tab-slide-wrap h3:not(.h4),
  .tab-slide-sec .tab-slide-wrap .h3 {
    padding-right: 50px;
  }
  .tab-slide-sec h4,
  .tab-slide-sec .h4 {
    padding-right: 50px;
  }
  .tab-slide-sec .active:after {
    right: 35px;
  }
  .Rtable.custom-software-table .Rtable-row {
    display: block;
    width: 20%;
  }
  .Rtable.custom-software-table .Rtable-row .Rtable-cell {
    height: inherit;
  }
  .Rtable.custom-software-table .Rtable-row .Rtable-cell:first-child {
    height: 76px;
  }
  .Rtable.custom-software-table .Rtable-row .Rtable-cell.cell-none {
    display: none;
  }
  .Rtable.custom-software-table .Rtable-row .border-right-2 {
    border-right: 0px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
  }
  .Rtable.custom-software-table .Rtable-row:last-child {
    border-top: 1px solid #c2c2c2;
  }
  .Rtable.custom-software-table .Rtable-row:nth-child(2) {
    border-left: 0px solid #c2c2c2;
  }
  .Rtable.custom-software-table .Rtable-row:nth-child(3) {
    border-left: 0px solid #c2c2c2;
  }
  .Rtable.custom-software-table .Rtable-row:nth-child(4) {
    border-left: 0px solid #c2c2c2;
  }
  .Rtable.custom-software-table .Rtable-row:nth-child(5) {
    border-left: 0px solid #c2c2c2;
  }
  .Rtable.custom-software-table .Rtable-row .Rtable-cell {
    padding: 10px 1rem;
  }
  .Rtable.custom-software-table .Rtable-row:nth-child(1) {
    border-bottom: 1px solid #c2c2c2;
  }
  .Rtable.custom-software-table .Rtable-row:nth-child(2) {
    border-bottom: 1px solid #c2c2c2;
  }
  .Rtable.custom-software-table .Rtable-row:nth-child(3) {
    border-bottom: 1px solid #c2c2c2;
  }
  .web-design-box .card-box .box-top h2 {
    font-size: 20px;
  }
  .web-design-section-6.web-design-box .card-box .box-top h2,
  .web-design-section-7.web-design-box .card-box .box-top h2 {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .web-design-section-6.web-design-box .card-box .info .hover-text,
  .web-design-section-7.web-design-box .card-box .info .hover-text {
    font-size: 16px;
  }
  .ecommerce-success-stories.section-features {
    padding-top: 4rem;
  }
  .ecommerce-building-sec {
    padding-top: 4rem;
  }
  .mobile-app-new-york-sec-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .mobile-app-new-york-sec-4 {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .wraper-home-industry .home-industry-title {
    margin-top: 30px !important;
  }
  .wraper-home-industry .home-industry-box .home-industry-box-item {
    padding-bottom: 2rem;
  }
  .wraper-houselabs-overview.oota-sec-1:after {
    width: 125px;
  }
  .oota-sec-1.wraper-houselabs-overview
    .houselabs-overview
    .houselabs-overview-text
    h3 {
    font-size: 24px;
  }
  .oota-sec-1.wraper-houselabs-overview
    .houselabs-overview
    .houselabs-overview-text
    h3.pb-5 {
    padding-bottom: 0 !important;
  }
  .wraper-houselabs-overview.oota-sec-1 .houselabs-overview > .container {
    padding-bottom: 50px;
    padding-top: 90px;
  }
  .address_info_right .address-info-img img {
    min-height: auto;
  }
  .wraper-oota-hero-banner .container-fluid {
    max-width: 720px;
  }
  .oota-sec-1 .container {
    max-width: 720px;
  }
  .oota-hero-banner-data {
    padding-right: 0;
  }
  .wraper-oota-hero-banner .mobile-screen-2 {
    margin: 25px 90px 25px 15px;
  }
  .oota-sec-3.ecommerce-page.oota-pb-4 {
    padding-bottom: 1.5rem;
  }
  .xpary-banner-sec {
    padding-top: 110px;
    padding-bottom: 160px;
  }
  .xpary-banner-sec:after {
    height: 160px;
  }
  .xpary-other-sec-1 .xpary-blogpic {
    top: 0;
    padding: 15px 30px 30px !important;
  }
  .wraper-houselabs-overview.xpary-other-sec-1 .houselabs-overview .container {
    padding-bottom: 155px;
  }
  .xpary-bg-blue {
    top: 0;
  }
  .xpary-promo-2 {
    margin-top: -170px;
    position: relative;
    top: 45px;
  }
  .xpary-bg-light-skay {
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  .xpary-service-wrap {
    width: auto;
    padding: 150px 95px 30px 45px;
    margin-left: 0;
  }
  .xpary-other-sec-3:after {
    top: -45px;
    height: 120px;
  }
  .xpary-other-sec-3 {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .xpary-border-wrap {
    margin: 45px 0px 0;
    height: 460px;
  }
  .xpary-flip-image {
    width: 935px;
    margin-left: -145px;
    height: 530px;
  }
  .xpary-border-wrap .xpary-app-screen {
    bottom: -45px;
  }
  .xpary-border-wrap .xpary-app-screen img {
    height: 400px;
  }
  .xpary-other-sec-4:after {
    top: -55px;
    height: 150px;
    transform: rotate(4deg);
  }
  .xpary-web-screen {
    margin: 0 30px 15px;
  }
  .xpary-other-sec-4 {
    padding-top: 130px;
    padding-bottom: 260px;
  }
  .xpary-other-sec-5 .mry-10 {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .xpary-other-sec-7 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pt-only {
    padding-top: 45px;
  }
  .oota-sec-2.xpary-other-sec-7 .common-oota-right .commontext h2 {
    margin-bottom: 20px;
  }
  .wraper-citybank-result.kidscitypass-other-sec-7 .container {
    padding-bottom: 45px;
  }
  .oota-sec-2.xpary-other-sec-7 .commontext .common-oota-right {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 720px;
    margin: 0 auto;
  }
  .xpary-promo-image:after {
    background-size: 155px;
    height: 80px;
  }
}
@media (max-width: 851.98px) {
  .grid-wrap ul li:nth-child(6) {
    margin-top: calc(100% - 72.5%);
  }
  .creative-info-main .creative-info-img img {
    max-height: 300px;
    min-height: 290px;
  }
  .ui-ux-section-4 .analysing-4 {
    padding: 0 0;
  }
  .ui-ux-section-7 .message-text-wrap.ui-ux-7 {
    padding: 9% 0 0;
  }
  .image-box img {
    width: 93%;
  }
  .image-box img {
    width: 93%;
  }
  .ui-ux-section-9 .message-text-wrap {
    padding: 7% 0 0;
  }
  .design-sec .common-padd-left.design-tools-sec {
    padding: 0.2rem 8rem 2.5rem 3rem;
  }
  .consulting-enterprise-3 .Rtable .Rtable-row .Rtable-cell {
    padding: 1rem 1rem 1rem 1rem;
  }
  .mobile-app-sec-6 {
    padding: 5rem 5rem 0;
  }
  .banner_sec_text.contact-banner-sec .others-banner-text h1 {
    font-size: 38px !important;
    line-height: 50px;
  }
  .banner_sec_text.contact-banner-sec .others-banner-text h2 {
    font-size: 28px;
  }
  .web-development-box-wrap .web-development-box p {
    width: 75%;
    transform: translateX(-43%);
  }
  .ecommerce-tech-stack .web-development-box-wrap .web-development-box svg {
    margin-top: 15px;
  }
  .wraper-houselabs-features
    .houselabs-features-screens
    .houselabs-features-screens-boxes {
    display: none;
  }
  .kidscitypass-other-sec-1 {
    padding-bottom: 30px;
  }
}
@media (max-width: 812px) {
  .principle-wrap ul {
    padding-left: calc(100vw - 90vw);
    padding-right: calc(100vw - 90vw);
  }
  .tab-slide-sec .tab-slide-wrap h3:not(.h4),
  .tab-slide-sec .tab-slide-wrap .h3 {
    padding-right: 25px;
    padding-left: 5px;
  }
  .tab-slide-sec h4,
  .tab-slide-sec .h4 {
    font-size: 16px;
  }
  .tab-slide-sec h4,
  .tab-slide-sec .h4 {
    padding-right: 25px;
    padding-left: 5px;
  }
  .tab-slide-sec .active:after {
    right: 12px;
  }
  .android-tab .tab-right-side .media img {
    height: 572px;
  }
  .cta-wrap {
    margin-left: calc(100vw - 68vw);
  }
  .tab-right-side .media-body {
    align-self: flex-start;
    padding-top: 50px;
    padding-right: 1rem;
  }
  .react-native-tab .button-4 {
    margin: 30px 0 30px;
  }
  .web-app-tab .tab-right-side .media img {
    height: 616px;
  }
  .mobile-app-tab .tab-right-side .media img {
    height: 572px;
  }
  .react-native-tab .button-4 {
    margin: 30px 0 30px;
  }
  .enterprise-mobile-tab .tab-right-side .media-body {
    padding-top: 20px;
  }
  .enterprise-mobile-tab .button-4 {
    margin: 20px 0 20px;
  }
  .mobile-app-sec-5 .message-text-wrap {
    padding: 0 3rem 20px 3rem;
  }
  .inmobileshowcase {
    margin-left: 3rem;
  }
  .mobile_showcase {
    width: 245px;
  }
  .swipe_inn img {
    width: 245px;
  }
  .frem-slider-wrap .swiper-button-prev {
    left: 90px;
  }
  .frem-slider-wrap .swiper-button-next {
    left: 130px;
  }
  .work-common-sec.engagement-models-sec {
    padding: 0 5rem 3rem;
  }
  .data .data-main h2 {
    margin-top: 1rem;
  }
}
@media (max-width: 768.98px) {
  .Rtable .Rtable-row .Rtable-cell {
    min-height: initial;
  }
  .mobile-app-sec-5 .message-text-wrap {
    padding: 0 3% 0px 3%;
  }
  .inmobileshowcase {
    margin-left: 3%;
    margin-top: 6%;
  }
  .mobile_showcase {
    width: 230px;
    height: 455px;
  }
  .swipe_inn img {
    min-height: 440px;
    max-height: 440px;
    top: -14px;
    width: 270px;
  }
  .frem-slider-wrap .swiper-button-next,
  .frem-slider-wrap .swiper-button-prev {
    bottom: 20px;
  }
  .frem-slider-wrap .swiper-button-prev {
    left: 75px;
  }
  .frem-slider-wrap .swiper-button-next {
    left: 125px;
  }
  .tab-slide-sec h4,
  .tab-slide-sec .h4 {
    font-size: 16px;
  }
  .web-design-proce {
    padding: 0 1.5rem;
  }
  .web-design-section-5 {
    padding: 1rem 1.5rem 3.5rem;
  }
  .web-design-section-6 {
    padding: 4rem 1.5rem 0 1.5rem;
  }
  .web-design-section-7 {
    padding: 10px 2.2rem 4rem;
  }
  .tab-right-side .media img {
    height: 484px;
    min-width: 180px;
    max-width: 180px;
  }
  .web-development-bg .message-text-wrap {
    padding: 2rem 4rem 0 2.5rem;
  }
  .black-ul-comm ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .cta-wrap {
    display: none;
  }
  .tab-slide-sec h4,
  .tab-slide-sec .h4 {
    position: relative;
    width: 100%;
  }
  .tab-slide-sec .tab-slide-wrap {
    padding: 30px 0;
    background: #000;
  }
  .tab-slide-sec .tab-slide-wrap h3:not(.h4),
  .tab-slide-sec .tab-slide-wrap .h3 {
    text-align: left;
    width: 100%;
    padding: 0px 20px 15px 20px;
  }
  .tab-slide-sec h4.padd-last,
  .tab-slide-sec .h4.padd-last {
    padding-bottom: 0;
  }
  .tab-slide-sec .tab-right-side {
    position: relative;
    width: 100%;
    background: #000;
    display: none;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
  }
  .tab-slide-sec .active + .tab-right-side {
    display: block;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
  }
  .tab-right-side .media {
    display: block;
  }
  .tab-right-side .media .tab-m-img {
    margin-right: 20px;
    border: 2px solid #252525;
    border-left: 0;
    padding: 4px 4px 4px 0;
    display: none;
  }
  .tab-right-side .media .tab-m-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
  .tab-slide-sec h4,
  .tab-slide-sec .h4 {
    text-align: left;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 15px 50px 15px 20px;
  }
  .tab-right-side .media-body {
    padding: 10px 20px 10px 20px;
  }
  .tab-right-side .media-body h5,
  .tab-right-side .media-body .h5 {
    display: none;
  }
  .tab-right-side .media-body p {
    color: #ffffff;
    opacity: 1;
  }
  .tab-right-side .media-body .button-4 {
    margin: 25px 0 0;
    border: 2px solid var(--main-white-color);
    height: 50px;
  }
  .mobile-app-sec-4 .design-box img {
    width: 100%;
  }
  .tab-slide-sec h4,
  .tab-slide-sec .h4 {
    position: relative;
  }
  .tab-slide-sec h4:after,
  .tab-slide-sec .h4:after {
    font-family: "LineAwesome";
    content: "\f2c2";
    font-size: 27px;
    line-height: 26px;
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 13px);
    right: 45px;
  }
  .tab-slide-sec .active:after {
    font-family: "LineAwesome";
    content: "\f28e";
    font-size: 27px;
    line-height: 5px;
    width: 0;
    height: 0;
    right: 45px;
  }
  .button-4 a,
  .button-4 span {
    font-size: 12px;
    line-height: 48px;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 70.666667%;
    flex: 0 0 70.666667%;
    max-width: 70.666667%;
  }
  .project-structure-sec {
    padding: 0 2rem 4rem 2rem;
  }
  .work-common-sec.collabotation-tools-sec {
    padding: 0 2rem 1rem 2rem;
  }
  .work-common-sec.engagement-models-sec {
    padding: 0 2rem 5rem;
  }
  .ios-development-sec-1 .message-text-wrap,
  .ios-development-sec-4 .message-text-wrap {
    padding-right: 3px;
  }
  .ios-development-sec-1 .text-message-info p {
    margin-bottom: 0;
  }
  .ios-card.project-card .card-body {
    padding: 4rem 1.5rem 3rem;
  }
  .ios-card .card-body {
    flex: inherit;
  }
  .ios-card.project-card .card-footer {
    padding: 5rem 1.5rem 1.5rem;
  }
  .ecommerce-web-sec-add {
    padding: 18rem 0rem 4rem 2.5rem;
  }
  .client-stories-wrap {
    padding: 4rem 3rem 4rem;
  }
  .work-project-wrap {
    padding: 4rem 2rem 6rem 3rem;
  }
  .sofy-portfolio-sec-1 {
    padding: 14rem 0 3rem;
  }
  .thankyou-col {
    padding: 4rem 2rem;
    margin-left: -40px;
  }
  .bitmarket-sec-6 .pad_box {
    padding: 0 0px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bitmarket-sec-6 .card-box.box-container {
    min-height: 250px;
    max-height: 250px;
    padding: 30px;
  }
  .bitmarket-sec-6 .card-box.box-container .box-top {
    margin-top: 0;
  }
  .bitmarket-sec-6 .card-box.box-container .box-bottom {
    padding: 2rem 30px 2rem;
  }
  .bitmarket-sec-6 .box-dark.card-box .box-top h2 {
    margin-bottom: 20px;
  }
  .bitmarket-sec-6 .card-box.box-container {
    margin-bottom: 20px;
  }
  .bitmarket-sec-1 {
    padding: 3rem 0 0;
  }
  .ios-development-sec-5.bitmarket-sec-2 {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
  .bitmarket-sec-3 {
    padding-bottom: 3rem;
  }
  .sofy-portfolio-sec-2 {
    padding: 0 0 3rem;
  }
  .web-app-sec-add.bitmarket-sec-5 {
    padding-bottom: 4rem;
  }
  .bitmarket-sec-6 .commontext h4 {
    margin-bottom: 20px;
  }
  .bitmarket-sec-6 {
    padding: 0rem 0 4rem;
  }
  .bitmarket-sec-6 .box-container .card-box-footer {
    position: relative;
    left: 0;
    padding: 10px 0px 0px !important;
  }
  .frame-slider .swiper-slide.swiper-slide-active {
    margin: 0px 74px !important;
  }
  .frame-slider .swiper-slide.swiper-slide-prev {
    width: inherit !important;
  }
  .frame-slider .swiper-slide.swiper-slide-active {
    width: 620px !important;
  }
  .frame-slider .swiper-slide.swiper-slide-active .swipe_frame img {
    width: 620px !important;
  }
  .bridger-sec-8 .section_title {
    padding-left: calc(100% - 90%);
    padding-right: calc(100% - 90%);
  }
  .frameshowcase .swiper-button-next {
    right: 42%;
  }
  .frameshowcase .swiper-button-prev {
    left: 42%;
  }
  .consulting-start-add .web-app-box .box-top h2,
  .consulting-start-add .web-app-box .box-top .h2 {
    margin: 5px 0 15px 0;
  }
  .consulting-start-add .web-app-box {
    min-height: 300px;
  }
  .consulting-enterprise-2 .text-message-wrap {
    padding-right: 1rem;
  }
  .consulting-enterprise-3 .Rtable .Rtable-row ul {
    font-size: 17px;
  }
  .consulting-enterprise-4 .button-4.enterprise-4 a {
    line-height: 56px;
  }
  .consulting-enterprise-2 {
    padding: 3rem 0 3rem;
  }
  .text-image {
    padding: 0.5rem 0rem 1rem;
  }
  .mobile-app-sec-6.mobile-app-responsive {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .ecommerce-building-sec {
    padding-top: 4rem;
  }
  .banner_sec_new .uipl-banner-othertext p:not(.new-page-subtitle),
  .banner_sec_new .uipl-banner-othertext .new-page-title {
    padding-right: 0;
  }
  .wraper-toonyport-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data {
    max-width: 720px;
  }
  .banner_sec_new .uipl-banner-othertext h1:not(.new-page-title),
  .banner_sec_new .uipl-banner-othertext .new-page-subtitle {
    padding-right: 0;
  }
  .banner_sec_text.contact-banner-sec .others-banner-text {
    padding-top: 2.5rem !important;
  }
  .button-4 {
    margin: 30px 0 15px;
    height: 50px;
  }
  .eff-4 {
    width: 180px;
    height: 50px;
  }
  .ios-development-sec-5 .button-4 {
    margin: 30px 0 15px;
    height: 50px;
  }
  .ios-development-sec-5 .eff-4 {
    width: 180px;
  }
  .wraper-houselabs-overview.kidscitypass-other-sec-1
    .houselabs-overview
    > .container {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .kids-pic-bottom {
    right: -30px;
    bottom: -225px;
  }
  .wraper-houselabs-overview.kidscitypass-other-sec-1
    .houselabs-overview
    .houselabs-overview-text
    hr {
    margin-bottom: 90px;
    margin-top: 75px;
  }
  .kidscitypass-other-sec-3.m-right {
    margin-right: 60px;
  }
  .kidscitypass-other-sec-3 .container.m-left {
    margin-left: 55px;
  }
  .xpary-banner-sec .data {
    max-width: 720px;
  }
  .xpary-border-wrap {
    margin: 45px 80px 0;
    height: 365px;
  }
  .xpary-flip-image {
    width: 745px;
    margin-left: -127px;
    height: 485px;
  }
  .xpary-border-wrap .xpary-app-screen {
    bottom: -25px;
  }
  .xpary-border-wrap .xpary-app-screen img {
    height: 360px;
  }
  .xpary-other-sec-4:after {
    top: -38px;
    height: 165px;
    transform: rotate(4deg);
  }
  .xpary-other-sec-6:before {
    right: -5px;
    width: 101%;
  }
  .kidscitypass-screens-image {
    padding-right: 45px;
  }
  .xpary-other-sec-7 {
    padding-top: 65px;
    padding-bottom: 45px;
  }
  .wraper-citybank-result.kidscitypass-other-sec-7 .container {
    padding-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .banner_sec_new .uipl-banner-text {
    padding: 0px 60px 0px 60px;
    justify-content: center;
  }
  .content_info_left .left-info-img img.deloitte-img {
    width: 100%;
  }
  .work-project-info .work-project-text .project-text-desc h3 {
    font-size: 20px;
  }
  .client-info-text {
    padding: 20px 10px 20px 5px;
  }
  .work-project-wrap {
    padding: 5% 0 15% 5%;
  }
  .work-project-wrap #project-list .p-lr-4 {
    padding-right: 0;
  }
  .banner_sec_new .uipl-banner-text p:not(.new-page-subtitle),
  .banner_sec_new .uipl-banner-text .new-page-title {
    font-size: 42px;
  }
  .banner_sec_new .uipl-banner-othertext h4 {
    font-size: 16px;
    font-weight: normal;
  }
  .creative-info-main .creative-info-img img {
    height: calc(100vh - 65vh);
  }
  .web-design-section-6 {
    padding: 2rem 3.5rem 0;
  }
  .principle-wrap .principle-img {
    padding: 5%;
    text-align: center;
  }
  .web-design-section-6 .text-message-info {
    padding: 0rem 15px 2rem;
  }
  .web-design-section-7 {
    padding: 0 5rem 2rem 5rem;
  }
  .web-design-section-8 .text-message-wrap .text-message-info.commontext h3 {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 35px;
  }
  .box-container {
    margin-bottom: 3%;
  }
  .web-design-section-9 {
    padding: 10% 3% 8% 3%;
  }
  .web-design-section-9 .text-message-wrap .text-message-info.commontext h3 {
    font-size: 24px;
  }
  .web-design-section-9 .text-message-wrap .text-message-info.commontext h5,
  .web-design-section-9 .text-message-wrap .text-message-info.commontext .h5 {
    font-size: 18px;
  }
  .banner_sec_text .others-banner-text h4 {
    font-size: 12px;
    line-height: 28px;
    margin: 0 0 15px;
  }
  .banner_sec_text.portfolio-hero .portfolio-hero-text .others-banner-text h4 {
    margin: 0 0 10px;
  }
  .section-features .feature-item {
    margin-right: 0px;
    margin-left: 0px;
  }
  .m-m-0 {
    margin: 0;
  }
  .p-m-0 {
    padding: 0;
  }
  .ui-ux-section-4 {
    padding: 8% 0 6% 17%;
  }
  .ui-ux-bg {
    background-image: url(../images/ui-ux-bg%400.75x.jpg);
    background-position: top;
  }
  .web-design-section-5 .web-design-proce {
    padding: 0;
    height: calc(100vh - 40vh);
    max-height: 370px;
    width: 100%;
    margin: 0 auto;
  }
  .principle-wrap .principle-img img {
    width: 65%;
  }
  .web-design-section-5 .text-message-wrap {
    padding-right: 10%;
  }
  .principle-wrap ul {
    padding-left: 8rem;
    padding-right: 6rem;
  }
  .web-design-section-7 .pad_box {
    margin-bottom: 0;
  }
  .commontext h3,
  .commontext .h3 {
    font-size: 28px;
    font-weight: normal !important;
  }
  .web-design-section-2 {
    padding: 10% 5px 12%;
  }
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-size: 30px 45px;
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-size: 30px 45px;
  }
  .grid-wrap ul li:nth-child(6) {
    margin-top: calc(100% - 73%);
  }
  .ui-ux-section-2 {
    padding: 10% 0 10%;
  }
  .ui-ux-section-2 .message-text-wrap {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .padd-r-0 {
    padding-right: 0;
  }
  .ui-ux-section-2 .design-box.box-border {
    border-right: 0;
  }
  .ui-ux-section-3 .message-text-wrap {
    padding-top: 10%;
  }
  .ui-ux-section-3 .pt-6 {
    padding-top: 0;
    padding-bottom: 5%;
  }
  .ui-ux-section-3 .box-down {
    margin-bottom: 0;
  }
  .ui-ux-section-3 .design-box img {
    min-height: auto;
    height: auto;
  }
  .ui-ux-section-4 .image-box img {
    width: 80%;
    margin-right: -30px;
  }
  .ui-ux-section-4.ui-ux-section-7 .image-box img {
    width: 100%;
    margin-right: 0px;
  }
  .ui-ux-section-4 .message-text-wrap {
    padding-top: 6%;
  }
  .ui-ux-section-5 .box-border-wrap .design-box img {
    max-height: 100%;
    height: 162px;
  }
  .ui-ux-section-4.ui-ux-section-9 .image-box img {
    width: 100%;
    margin-right: 0px;
  }
  .pristine-load {
    display: block;
  }
  .pristine-wrap-common {
    display: none;
  }
  .pristine-wrap-slider {
    display: block;
  }
  .ui-ux-section-11 {
    padding: 10% 0 6%;
  }
  .pristine-wrap-slider .swiper-container {
    overflow: visible;
  }
  .pristine-wrap-slider .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .ui-ux-section-10 .text-message-wrap .commontext h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .ui-ux-section-10 .text-message-wrap .button-6 {
    width: 260px;
    height: 50px;
    margin-top: 30px;
  }
  .button-6 a,
  .button-6 span {
    font-size: 12px;
    line-height: 49px;
  }
  .ui-ux-section-10 .commontext h1,
  .ui-ux-section-10 .commontext .treat-as-h1 {
    font-size: 42px;
  }
  .ui-ux-section-11 .pristine-wrap .load-btn {
    margin: 20px auto 30px;
  }
  .ui-ux-section-3 .message-text-wrap .commontext p {
    margin-bottom: 1%;
  }
  .commontext p {
    line-height: 1.5;
  }
  .pb-6 {
    padding-bottom: 8%;
  }
  .ui-ux-section-6 .message-text-wrap .commontext h3,
  .ui-ux-section-6 .message-text-wrap .commontext .h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .banner_sec_text {
    min-height: 435px;
  }
  .banner_sec_text.technology-banner {
    height: 40vh;
    min-height: 325px;
  }
  .others-banner-sec.banner_sec_text {
    min-height: auto;
  }
  .development-sec .discovery-workshop-wrap .development-right.design-box img {
    max-height: 330px;
  }
  .collabotation-tools-sec .tools-img {
    margin: 0 0 30px 0;
  }
  .project-card .card-body .card-title span {
    display: inline-block;
  }
  .project-card {
    min-height: 360px;
  }
  .project-card .list-group-item {
    padding: 7% 0;
  }
  .testing-sec.common-work-sec .tools-col .tools-img img {
    display: block;
    margin: 0 0 auto;
  }
  .testing-sec.common-work-sec .tools-col:nth-child(1) .tools-img img {
    height: 23px;
  }
  .testing-sec.common-work-sec .tools-col:nth-child(2) .tools-img img {
    height: 32px;
  }
  .testing-sec.common-work-sec .tools-col:nth-child(3) .tools-img img {
    height: 25px;
  }
  .testing-sec.common-work-sec .tools-col:nth-child(4) .tools-img img {
    height: 25px;
  }
  .testing-sec.common-work-sec .tools-col:nth-child(5) .tools-img img {
    height: 21px;
  }
  .testing-sec.common-work-sec .tools-col:nth-child(6) .tools-img img {
    height: 32px;
  }
  .message-text-wrap .commontext h3,
  .message-text-wrap .commontext .h3 {
    margin: 0 0 3%;
    font-weight: normal;
  }
  .mobile-app-sec-5 .message-text-wrap {
    padding: 0 20px 25px 0;
  }
  .mobile-app-sec-5 {
    padding: 5% 0 12% 20px;
  }
  .mobile-app-sec-6 .box-container {
    min-height: auto;
    max-height: 290px;
  }
  .mobile-app-sec-5 {
    padding: 5% 0 85px 20px;
  }
  .built-slider-wrap .swiper-button-next {
    left: 110px;
  }
  .built-slider-wrap .swiper-button-prev {
    left: 75px;
  }
  .built-slider-wrap .swiper-button-next,
  .built-slider-wrap .swiper-button-prev {
    bottom: -65px;
  }
  .portfolio-hero-text {
    margin-top: 30px;
  }
  .sofy-portfolio-sec-1 {
    padding-top: calc(100vh - 62vh);
    padding-left: 5px;
    padding-right: 5px;
  }
  .sofy-portfolio-sec-1 .end-begin-user-wrap {
    padding: 0;
  }
  .end-begin-user-wrap .over-view-text {
    padding-right: 5px;
  }
  .over-view-box-wrap {
    margin-top: 30px;
  }
  .box-comm {
    margin-bottom: 23px;
  }
  .over-view-box:nth-child(3) .box-comm {
    top: -36px;
  }
  .over-view-box {
    min-height: 195px;
  }
  .comm-works.mr-2 {
    margin-right: 0 !important;
  }
  .comm-works.ml-2 {
    margin-left: 0 !important;
  }
  .comm-works {
    padding: 8% 6% 5% 6%;
  }
  .comm-works.white-comm-works {
    background: #ffffff;
  }
  .bitmarket-sec-4 .comm-works.black-bg-info {
    background-color: var(--main-black-2-color);
  }
  .sofy-portfolio-sec-2 {
    padding: 0;
  }
  .box-zoom-wrap {
    margin: 40px 0 0px;
  }
  .box-zoom-wrap #zoom-wrap1 {
    margin: 30px 0 15px;
  }
  #zoom-in-main .box-zoom-wrap #zoom-wrap1 .col-3,
  #zoom-in-main .box-zoom-wrap #zoom-wrap2 .col-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .built-slider-wrap {
    margin-top: 30px;
  }
  .web-app-sec-4 {
    padding: 2rem 0 1rem 0;
  }
  .web-app-sec-4.web-app-comm-sec .message-text-wrap {
    padding: 0 20px 2rem 2rem;
  }
  .web-app-sec-4.web-app-comm-sec .image-box img {
    width: 96%;
    margin: 0 0 0 auto;
  }
  .web-app-sec-5 .message-text-wrap {
    display: grid;
    padding: 2rem 2rem;
  }
  .web-app-sec-5 {
    padding-bottom: 0;
  }
  .web-app-sec-7 {
    padding: 0 0 2%;
  }
  .mobile-app-sec-8.web-app-sec-8 .work-project-wrap {
    padding: 2.5rem 0rem 3rem 1.5rem;
  }
  .mobile-app-sec-8 {
    padding-top: 3rem;
  }
  .left-info-text h5 {
    font-size: 18px;
    margin: 8% 0 0;
  }
  .left-info-text h5 span {
    font-size: 12px;
    padding-top: 0;
  }
  .work-project-info .work-project-text h4 {
    font-size: 14px;
  }
  .work-project-info .work-project-text .project-text-desc {
    padding: 5% 20px 6% 0;
  }
  .btn-link-wrap {
    padding-right: 20px;
  }
  .text-image img {
    height: inherit;
  }
  .banner_sec_new .uipl-banner-text.uipl-banner-othertext {
    padding-left: 5px;
    padding-right: 5px;
  }
  .web-design-section-8 .button-6 a,
  .web-design-section-8 .button-6 span {
    font-size: 12px;
    line-height: 49px;
  }
  .about-box-main .about-text h5 {
    font-size: 28px;
  }
  .about-box-main .about-text p {
    font-size: 16px;
    line-height: normal;
  }
  .about-sec-3 {
    padding: 4% 0 4% 0;
  }
  .ethos-wrap {
    margin-right: 0;
    padding-left: 0;
  }
  .load-btn {
    margin-top: 0;
    margin-bottom: 5px;
    width: 160px;
    height: 50px;
  }
  .load-btn .eff-3 {
    width: 160px;
    height: 50px;
    bottom: -50px;
  }
  .load-btn span,
  .load-btn a {
    font-size: 12px;
  }
  .web-design-proce .button-4 {
    width: 190px;
    height: 50px;
    margin-bottom: 40px;
  }
  .web-design-proce .button-4 .eff-4 {
    width: 190px;
  }
  .web-design-proce .button-4 a {
    font-size: 12px;
    line-height: 50px;
  }
  .web-design-section-8 .button-6 {
    width: 175px;
    height: 50px;
  }
  .web-design-section-8 .eff-6 {
    width: 175px;
    height: 50px;
    bottom: -50px;
  }
  .web-app-sec-6 .button-6 {
    width: 250px;
  }
  .web-app-sec-6 .eff-6 {
    width: 250px;
  }
  .view-gallery-btn .button-6 {
    width: 175px;
    height: 50px;
  }
  .web-app-sec-6 .button-6,
  .web-development-sec-5 .button-6 {
    width: 250px;
    height: 50px;
  }
  .web-app-sec-6 .eff-6,
  .web-development-sec-5 .eff-6 {
    width: 250px;
    height: 50px;
    bottom: -50px;
  }
  .work-project-text {
    padding: 5% 0 10%;
  }
  .banner_sec_text.about-hero-sec .about-hero-text h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .w-90 {
    width: 65%;
    margin: 0 0px 0 14.5% !important;
  }
  .footer-white-wrap .address_info_left {
    padding: 0 5% 5% 5%;
  }
  .creative-info-main .creative-info-img img {
    max-height: 300px;
    min-height: 290px;
  }
  .principle-col {
    padding: 0 6%;
  }
  .button-6 {
    margin: 25px auto 0;
  }
  .web-design-section-8 .text-message-wrap .text-message-info.commontext h3 {
    margin-bottom: 4%;
    line-height: 30px;
  }
  .ui-ux-section-4 .analysing-4 {
    padding: 0 20% 0 0%;
  }
  .ui-ux-section-7 .message-text-wrap.ui-ux-7 {
    padding: 9% 20% 0 0;
  }
  .ui-ux-section-8 {
    padding: 9% 15%;
  }
  .ui-ux-section-9 .message-text-wrap {
    padding: 0 5rem 3rem 0;
  }
  .fidelity-wirefram-img {
    padding-top: 2rem;
  }
  .ui-ux-section-3 .message-text-wrap .commontext h3,
  .ui-ux-section-3 .message-text-wrap .commontext .h3 {
    font-size: 28px;
  }
  .banner_sec_text.common-hero-text-wrap {
    padding: 78px 0 0 5px;
  }
  .mobile-app-sec-2 {
    padding: 6% 0 4% 20px;
  }
  .mobile-app-sec-4 .message-text-wrap .button-4 {
    height: 50px;
  }
  .button-4 a,
  .button-4 span {
    font-size: 12px;
    line-height: 48px;
  }
  .mobile-app-sec-4 .text-message-info .button-4 {
    width: 190px;
  }
  .mobile-app-sec-2 .mobility-right {
    display: none;
  }
  .web-design-proce {
    padding: 0 7rem;
  }
  .web-design-section-3 .web-design-proce .design-proce-info h3 {
    padding-right: 0;
  }
  .web-design-section-5 {
    padding: 1rem 7rem 4rem;
  }
  .parallax-move.active {
    transform: none !important;
  }
  #design-proces .design-box {
    margin-bottom: 3rem;
    margin-top: 0;
  }
  #design-proces .design-box {
    align-items: flex-start;
  }
  .web-design-section-5 .web-design-proces .design-proce-3 {
    height: calc(100% - 10%);
  }
  .mobile-app-sec-4 .text-message-info .button-4 {
    margin-bottom: 0;
  }
  .cta-btn {
    width: 150px;
    height: 50px;
  }
  .portfolio-hero-img img {
    max-height: 670px;
    height: 670px;
  }
  .portfolio-hero-img {
    padding-top: 2rem;
  }
  .portfolio-hero {
    max-height: calc(100vh - 25vh);
  }
  .banner_sec_text.portfolio-hero .portfolio-hero-text .others-banner-text h1 {
    line-height: 1.33;
    font-size: 22px;
  }
  .mobile-app-sec-4 .message-text-wrap .commontext h5,
  .mobile-app-sec-4 .message-text-wrap .commontext .h5 {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .banner_sec_text.portfolio-text-wrap {
    padding: 78px 20px 0 20px;
  }
  .portfolio-listing-sec-1 {
    padding: 10px 0px 0 20px;
  }
  .portfolio-col {
    margin-left: 0;
  }
  .portfolio-listing-sec-1 .portfolio-col .work-project-text {
    padding: 20px 0px;
  }
  #portfolio-filter .portfolio-list-filter .portfolio-img {
    display: flex;
    justify-content: flex-end;
  }
  #portfolio-filter .portfolio-list-filter .portfolio-img img {
    width: 100%;
    object-fit: cover;
    max-height: 390px;
    object-position: right;
  }
  .banner_sec_text.portfolio-text-wrap {
    background: #fff;
  }
  .portfolio-listing-sec-1 {
    background: #fff;
  }
  .filter-bar {
    display: none;
  }
  .portfolio-list-filter {
    margin-bottom: 1rem;
    padding-bottom: 15px;
  }
  #portfolio-filter .work-project-info .work-project-text .project-text-desc {
    padding: 0rem 1.5% 1.1rem 0;
  }
  #portfolio-filter
    .work-project-info
    .work-project-text
    .project-text-desc
    h3 {
    font-size: 20px;
  }
  .mobile-app-sec-2.web-development-sec-2 {
    padding: 3rem 20px 2rem 20px;
  }
  .web-development-bg {
    padding: 3rem 0rem 3rem 20px;
  }
  .web-development-bg .image-box img {
    width: 100%;
  }
  .web-development-bg .message-text-wrap {
    padding: 0 0 2rem 0;
  }
  .mobile-app-sec-4.web-development-sec-4 {
    padding: 3rem 0;
  }
  .web-development-sec-4.mobile-app-sec-4 .message-text-wrap {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .mobile-app-sec-4.web-development-sec-4 .black-ul-comm {
    padding: 2rem 1.5rem 1.3rem;
  }
  .web-development-sec-6.mobile-app-sec-7 {
    padding: 0;
  }
  .consulting-radio-wrap {
    padding: 2rem 1rem 2rem 1rem;
    margin-bottom: 15px;
  }
  .banner_sec_text.consulting-banner-sec .others-banner-text {
    padding-top: 3rem;
  }
  .consulting-sec-1 {
    padding: 1rem 0 3rem;
  }
  .square-radio {
    padding-bottom: 7rem;
  }
  .consulting-sec-1 .square-radio label span,
  .consulting-sec-1 .square-radio > .label span {
    font-size: 18px;
    font-weight: normal;
    padding-left: 15px;
  }
  .consulting-start-add3 .button-4.consulting-touch {
    margin: 25px auto 0;
    height: 50px;
  }
  .features-list .p-lr-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .mobile-app-sec-8.consulting-start-7 .work-project-wrap {
    padding: 3rem 0rem 1rem 0px;
  }
  .m-l-r-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .consulting-start-4 {
    padding: 3rem 10rem 0rem 0rem;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .mobile-app-sec-3.web-app-sec-3 {
    padding: 14.3rem 1rem 2rem 1rem;
  }
  .mobile-app-sec-1 {
    padding: 1rem 1.5rem 0 0;
  }
  .web-app-sec-add {
    padding: 3rem 0 1rem 1.8rem;
  }
  .web-app-sec-add .image-box img {
    width: 100%;
  }
  .web-app-sec-add .message-text-wrap {
    padding: 0 0 2rem 0;
  }
  .web-app-sec-add2 {
    padding: 3rem 2rem 1rem 2rem;
  }
  .web-app-sec-add2.custom-software-add {
    padding-top: 3rem;
  }
  .web-app-sec-add2 .design-box img {
    margin: 0 auto;
  }
  .web-app-sec-add2 .pl-8 {
    padding-left: 0rem;
  }
  .web-app-sec-add3 {
    padding: 0px 1rem 3rem 1rem;
  }
  .web-app-sec-7.tab-slide-sec,
  .mobile-app-sec-7.tab-slide-sec {
    padding: 3rem 0 1rem;
  }
  .web-app-sec-3 .app-sec-img {
    margin-bottom: -12rem;
  }
  .ios-development-sec-1 {
    padding: 3rem 0;
  }
  .ios-development-sec-1 .message-text-wrap,
  .ios-development-sec-4 .message-text-wrap {
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .ios-card.project-card .card-body {
    padding: 3rem 1rem;
  }
  .ios-card.project-card .list-group {
    padding: 0 1rem 3rem;
  }
  .ios-card.project-card .card-footer {
    padding: 3rem 1rem 2rem;
  }
  .ios-development-sec-3 {
    padding: 0 0 2rem;
  }
  .ios-development-sec-4 {
    padding: 0 0 3rem;
  }
  .ios-development-sec-5 {
    padding: 3rem 0 3rem;
  }
  .ios-development-sec-5 .text-message-wrap {
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .ios-development-sec-5 .text-message-wrap .cta-btn {
    width: 190px;
    margin-top: 3rem;
  }
  .ios-development-sec-5 .text-message-wrap .eff-cta {
    width: 190px;
  }
  .ecommerce-web-sec-add {
    padding: 15rem 0rem 4rem 1rem;
  }
  .contact-sec-bg {
    padding: 4rem 5px 4rem 5px;
  }
  .contact-form {
    padding-left: 5px;
    padding-right: 5px;
  }
  .contact-sec .form-group .button-4 {
    width: 200px;
    height: 50px;
  }
  .contact-sec .form-group .eff-4 {
    width: 200px;
    height: 50px;
  }
  .contact-sec .form-group .button-4 .submit-btn {
    font-size: 12px;
    line-height: 40px;
    height: 48px;
  }
  .mobile-app-sec-8 .work-project-wrap {
    padding: 3rem 0rem 3rem 3rem;
  }
  .consulting-start-7 {
    padding: 3rem 0 1rem 3rem;
  }
  .consulting-start-add .container {
    max-width: 690px;
  }
  .consulting-enterprise-3 .container {
    max-width: 700px;
  }
  .consulting-enterprise-add2 .col-xxl-4 {
    -ms-flex: 0 0 90.666667%;
    flex: 0 0 90.666667%;
    max-width: 90.666667%;
  }
  .others-banner-sec .others-banner-text {
    padding: 2rem 20px 0px 15px;
  }
  .others-banner-sec.blog-banner-section .others-banner-text {
    padding: 2rem 5px 0px 5px;
  }
  .career-img-wrap .career-text-wrap {
    left: 20px;
  }
  .career-img-wrap .career-text-wrap {
    max-width: 400px;
    padding: 2rem 1rem;
  }
  .mobile-app-sec-6 {
    padding: 3rem 6rem 0;
  }
  .career-sec-add {
    padding: 4rem 0rem 5rem;
  }
  .career-detail-sec2 {
    padding: 0;
  }
  .eff-3.apply-3 {
    width: 100%;
  }
  .sofy-portfolio-sec-2.bitmarket-sec-4 {
    padding-bottom: 3rem;
  }
  .bridger-sec-3 .content-heading h3 {
    line-height: normal;
  }
  .bridger-sec-3 .content-details p {
    font-size: 14px;
  }
  .bridger-sec-3 .content:hover .content-details {
    top: 68%;
  }
  .bridger-sec-4 .bridger-sec-text {
    padding: 0rem 5px 0rem 5px;
  }
  .core-services-wrap .box-container {
    margin-bottom: 0;
  }
  .web-design-section-3 .web-design-proce {
    padding: 0 20px 0 20px;
  }
  .consulting-start-add .web-app-box {
    background: #ffffff;
    border-bottom: 2px solid rgba(151, 151, 151, 0.14);
    min-height: 150px;
    padding: 1.5rem 20px 1.5rem 20px;
    margin: 0;
  }
  .consulting-start-add .web-app-box .box-top h2,
  .consulting-start-add .web-app-box .box-top .h2 {
    margin: 0px 0 1rem 0;
  }
  .consulting-start-add .r-p-0 {
    padding: 0;
  }
  .consulting-start-add .message-text-wrap .commontext h3,
  .consulting-start-add .message-text-wrap .commontext .h3 {
    margin: 0;
  }
  .consulting-enterprise-4 .button-4.enterprise-4 {
    margin: 30px auto 0;
  }
  .consulting-start-add3 {
    padding: 3rem 0;
  }
  .enterprise-text p,
  .start-up-text p {
    font-size: 18px;
  }
  .consulting-enterprise-3 .Rtable .Rtable-row .Rtable-cell-tags {
    text-transform: uppercase;
  }
  .mobile-app-responsive .box-container {
    margin-bottom: 0;
  }
  .web-design-section-8 {
    padding: 3rem 1rem;
  }
  .ecommerce-success-stories.section-features {
    padding-top: 3rem;
  }
  .ecommerce-building-sec {
    padding-top: 3rem;
  }
  .wraper-toonyport-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data {
    padding: 0 5px;
    align-items: center !important;
  }
  .contact-sec .form-group .button-4:hover .submit-btn {
    color: var(--main-black-color);
  }
  .banner_sec_text .others-banner-text h1:not(.new-page-title),
  .banner_sec_text .others-banner-text .new-page-subtitle {
    font-size: 14px;
    line-height: 43px;
  }
  .wraper-citybank-result
    .citybank-result-box
    .citybank-result-box-item
    > .holder
    > .data
    h3
    span {
    font-size: 32px;
  }
  .wraper-portfolio-section-strategy
    .portfolio-section-strategy
    .portfolio-section-strategy-text {
    padding: 0 32px;
  }
  .wraper-houselabs-welcome-card
    .houselabs-welcome-card
    .houselabs-welcome-card-box {
    padding: 9% 20px;
  }
  .bridger-sec-3 .content-image {
    max-height: 450px;
  }
  .banner_sec_new.home-page-text .uipl-banner-text h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .banner_sec_new.home-page-text .uipl-banner-text p {
    font-size: 24px;
  }
  .web-development-sec-3.web-development-bg .pr-7 {
    padding-right: 20px;
  }
  .mobile-app-new-york-sec-3 {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
  .mobile-app-new-york-sec-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .mobile-app-new-york-sec-5 {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
  .wraper-home-industry .home-industry-title {
    margin-top: 0 !important;
  }
  .wraper-oota-hero-banner {
    min-height: 890px;
  }
  .wraper-oota-hero-banner .oota-hero-banner .oota-hero-banner-image {
    margin-left: 0;
    width: 100%;
    margin-top: -45px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  .wraper-oota-hero-banner .mobile-screen-1 {
    margin: 25px 15px 25px 15px;
  }
  .wraper-oota-hero-banner .mobile-screen-2 {
    margin: 25px 15px 25px 15px;
  }
  .oota-hero-banner-data {
    padding-right: 0;
    margin-top: -15px;
  }
  .wraper-houselabs-overview.oota-sec-1:after {
    width: 50px;
  }
  .oota-sec-2 .oota-showcase-mobile {
    padding-right: 0;
    text-align: center;
  }
  .oota-sec-1.wraper-houselabs-overview
    .houselabs-overview
    .houselabs-overview-text
    .features {
    margin-top: 15px;
    margin-bottom: 35px !important;
  }
  .oota-sec-2.wraper-freshclinic-showcase
    .freshclinic-showcase-section
    > .container-fluid {
    padding-right: 45px;
    padding-left: 45px;
  }
  .oota-sec-2 .common-oota-right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .oota-sec-2 .common-oota-right .oota-logo-bg {
    top: 10px;
  }
  .oota-sec-3 {
    padding: 60px 0 60px;
  }
  .oota-sec-4 {
    padding: 60px 0 60px;
  }
  .oota-slider-scroll .swiper-button-next,
  .oota-slider-scroll .swiper-button-prev {
    bottom: 6px;
    background-size: 15px 20px;
  }
  .oota-5-main-wrap {
    padding: 75px 0 75px;
  }
  .oota-chat-text {
    padding: 0px 0 80px;
  }
  .oota-5-main-wrap .oota-sec-3-bottom {
    bottom: -35px;
  }
  .oota-5-main-wrap .oota-sec-3-top img {
    width: 195px;
  }
  .oota-5-main-wrap .oota-sec-3-bottom img {
    width: 200px;
  }
  .wraper-oota-hero-banner .container-fluid {
    max-width: 540px;
  }
  .wraper-houselabs-overview.oota-sec-1 .oota-promo-image img {
    width: 100%;
  }
  .wraper-freshclinic-showcase.oota-sec-2
    .freshclinic-showcase-section
    > .container-fluid {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .oota-sec-3 .oota-sec-3-top img {
    width: 145px;
  }
  .kids-pic-bottom {
    right: -70px;
    bottom: -230px;
  }
  .wraper-houselabs-overview.kidscitypass-other-sec-1
    .houselabs-overview
    .houselabs-overview-text
    hr {
    margin-bottom: 105px;
  }
  .kidscitypass-other-sec-2 .kidscity-logo img {
    margin-left: 50px;
  }
  .kidscitypass-other-sec-3 .container.m-left {
    margin-left: 120px;
  }
  .kidscitypass-other-sec-3.m-right {
    margin-right: 90px;
  }
  .kidscitypass-other-sec-3 .kidscity-promo-image img {
    margin-left: -65px;
    margin-bottom: -190px;
  }
  .kidscitypass-other-sec-4 {
    padding-bottom: 2rem;
  }
  .kidscitypass-other-sec-4 {
    padding-top: 10rem;
  }
  .oota-sec-2.xpary-other-sec-7 .commontext .common-oota-right {
    max-width: 540px;
  }
  .data .data-main h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .xpary-promo-image {
    display: none;
  }
  .xpary-other-sec-6 .why-it-works-mobile .inmobileshowcase {
    margin: 0px auto;
  }
  .xpary-other-sec-6:after {
    left: -25px;
    right: 0;
    top: 0px;
    width: 115%;
    transform: rotate(12deg);
  }
  .xpary-other-sec-6:before {
    right: 0;
    width: 100%;
    height: 185px;
    transform: rotate(0deg);
  }
  .xpary-banner-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
  .frame_showcase {
    width: 100%;
    height: 100%;
  }
  .frame-slider .swiper-slide.swiper-slide-active {
    width: 100% !important;
    height: 350px;
  }
  .frame-slider .swiper-slide.swiper-slide-active {
    margin: 0px 1px !important;
  }
  .frame-slider .swiper-slide.swiper-slide-active .swipe_frame img {
    width: 100% !important;
    height: 100%;
    margin-top: -6px;
  }
  .xpary-banner-sec {
    padding-top: 110px;
    padding-bottom: 150px;
  }
  .xpary-banner-sec:after {
    height: 145px;
    left: -10px;
    width: 104%;
  }
  .xpary-other-sec-4 .container .commontext.pl-4 {
    padding-left: 0 !important;
    margin-top: 15px !important;
  }
  .xpary-service-wrap {
    padding: 45px 95px 30px 0px;
  }
  .xpary-other-sec-3:after {
    width: 105%;
  }
  .xpary-other-sec-5:after {
    height: 206px;
    width: 65%;
  }
  .xpary-service-wrap:after {
    top: 50px;
  }
  .xpary-service-wrap .xpary-services .tag {
    margin-top: 35px;
  }
  .xpary-other-sec-3:after {
    top: -34px;
    height: 100px;
  }
  .xpary-border-wrap {
    margin: 45px 5px 0;
    height: 340px;
  }
  .xpary-flip-image {
    width: 690px;
    margin-left: -110px;
    height: 440px;
  }
  .xpary-border-wrap .xpary-app-screen {
    bottom: -10px;
    right: 20px;
  }
  .xpary-border-wrap .xpary-app-screen img {
    height: 310px;
  }
  .xpary-other-sec-3 .xpary-sec-after:after {
    bottom: 0;
    height: 230px;
  }
  .xpary-other-sec-4 {
    padding-top: 120px;
  }
  .xpary-other-sec-4:after {
    height: 115px;
  }
  .frameshowcase .swiper-slide .swipe_frame {
    padding: 18px 0px 9px;
  }
  .xpary-other-sec-6 .swiper-next-prev-holder .swiper-button-next,
  .xpary-other-sec-6 .swiper-next-prev-holder .swiper-button-prev {
    top: 30px;
  }
  .xpary-other-sec-6 .swiper-next-prev-holder .swiper-button-next {
    background-image: url(../images/right-panel-white.svg);
  }
  .xpary-other-sec-6 .swiper-next-prev-holder .swiper-button-prev {
    background-image: url(../images/left-panel-white.svg);
  }
}
@media (max-width: 575.98px) {
  .content_info_left .left-info-img {
    padding: 20% 0;
  }
  .banner_sec_new .uipl-banner-text {
    padding: 0px 20px 0px 20px;
  }
  .portfolio-listing-sec-1 .button-2 span {
    line-height: 12px;
    padding: 6px 10px;
  }
  .black-ul-comm ul li span strong {
    min-width: auto;
    padding-right: 4px;
  }
  .black-ul-comm ul li:last-child span strong {
    min-width: auto;
  }
  .black-ul-comm ul li span small {
    display: block;
  }
  .wraper-londonrag-promo.bridger-sec-comm
    .londonrag-promo-image.with-shadow
    img,
  .bridger-sec-comm .londonrag-promo-image.with-shadow img {
    object-fit: cover;
  }
  .bitmarket-box-wrap .over-view-box {
    min-height: 152px;
  }
  .bitmarket-sec-6 .info {
    transform: translateY(0px);
  }
  .bridger-sec-3 {
    padding: 0rem 0 1.5rem;
  }
  .wraper-londonrag-promo.bridger-sec-comm .londonrag-promo-image.with-shadow,
  .bridger-sec-comm .londonrag-promo-image.with-shadow {
    margin: 0 1rem 20px;
  }
  .bridger-sec-6 {
    padding: 3rem 5px 3rem;
  }
  .bridger-sec-7 {
    padding: 0px 8px 3rem;
  }
  .bridger-sec-add {
    padding: 0 5px 3rem;
  }
  .social-icon-list ul li {
    padding: 0 10px;
  }
  .creative-info-main .creative-info-img img {
    height: calc(100vh - 72vh);
    min-height: 280px;
    max-height: 280px;
  }
  .p-sr-0 {
    padding-right: 0;
  }
  .web-design-proce {
    padding: 0 5px;
  }
  .align-end {
    height: auto;
    align-items: flex-start;
  }
  .border-end {
    border-bottom: 4px solid #ffffff;
  }
  .web-design-section-7 .border-end:last-child {
    border-bottom: 0px solid #ffffff;
  }
  .box-top {
    margin-top: 0;
    margin-bottom: 0;
  }
  .box-container .box-bottom {
    position: absolute;
    padding: 5% 20px;
    bottom: 0;
  }
  .principle-col .box-container .box-bottom {
    padding: 5% 35px;
  }
  .mobile-app-sec-2 {
    padding: 6% 0 6% 20px;
  }
  .box-container {
    padding: 5% 5%;
    height: 100%;
  }
  .web-design-section-7 {
    padding: 0;
  }
  .box-container {
    margin-bottom: 0;
  }
  .end-begin-user-wrap {
    margin-top: 0;
    padding: 10% 20px 10%;
  }
  .web-design-section-5 .text-message-wrap {
    padding-right: 0;
  }
  .web-design-section-5 .web-design-proce {
    max-height: 310px;
  }
  .card-box-footer {
    position: relative;
    left: 0;
    padding: 15px 0px 20px !important;
    opacity: 1;
  }
  .web-design-section-6.web-design-box .card-box .box-top h2,
  .web-design-section-7.web-design-box .card-box .box-top h2 {
    margin-bottom: 0px;
    margin-top: 0rem;
    font-size: 20px;
  }
  .mobile-app-responsive .info {
    transform: translateY(0px);
  }
  .mobile-app-responsive .info .hover-text {
    color: #000000;
  }
  .principle-col .card-box-footer {
    padding: 20px 35px 20px !important;
  }
  .web-design-box .card-box-footer {
    padding: 15px 0px 15px !important;
    opacity: 1 !important;
  }
  .web-design-box .card-box:hover .card-box-footer {
    opacity: 1;
  }
  .web-design-section-7 .box-container {
    min-height: 235px;
    max-height: 235px;
  }
  .principle-wrap ul {
    padding-left: 15%;
    padding-right: 10%;
  }
  .web-design-section-8 {
    padding: 3rem 20px;
  }
  .web-design-proces {
    height: 40vh;
    min-height: 380px;
    margin-top: 15px;
  }
  .principle-col .pad_box {
    padding: 0;
  }
  .web-design-section-6 {
    padding: 3rem 0 0;
  }
  .principle-wrap {
    padding: 0 5px;
  }
  .web-design-section-7 .pad_box {
    padding: 0 0px;
  }
  .grid-wrap ul li:nth-child(6) {
    margin-top: calc(100% - 70.5%);
  }
  .ui-ux-section-5 .box-border-wrap .design-box img {
    height: 142px;
  }
  .margin-l-3 {
    margin-left: 17px;
  }
  .ui-ux-section-4 {
    padding: 10% 0 10% 3%;
  }
  .ui-ux-section-10 .text-message-wrap.message-wrap-left {
    padding-right: 30%;
    padding-bottom: 5%;
  }
  .ui-ux-section-10 {
    padding: 10% 0 12%;
  }
  .web-design-slider .swiper-button-next,
  .web-design-slider .swiper-button-prev {
    height: 74%;
  }
  .mobile-progressbar ul li a {
    margin: 0 10px;
  }
  .common-padd-wrap .mobile-white-bg .discovery-workshop-right.design-box {
    margin-top: -30px;
  }
  .ethos-wrap .ethos-box:after {
    left: 5px;
    height: 40px;
  }
  .ethos-wrap .ethos-box {
    position: relative;
    padding: 3% 10% 3% 5%;
    margin-bottom: 4%;
  }
  .about-sec-common .ethos-wrap .ethos-box .commontext p {
    font-size: 16px;
    line-height: 1.8;
  }
  .banner_sec_text.about-hero-sec .about-hero-text h1 {
    padding-right: 5%;
  }
  .mobile-app-sec-6 {
    padding: 3rem 5px 0 5px;
  }
  .mobile-app-sec-6.mobile-app-responsive {
    padding: 3rem 0px 3rem 0px;
  }
  .mobile-app-sec-6.custom-software-add {
    padding-top: 2rem;
  }
  .mobile-app-sec-6 .commontext .mb-5 {
    text-align: left;
    margin-bottom: 0px !important;
    padding-left: 0px;
  }
  .custom-software-add .commontext .mb-5 {
    margin-bottom: 10px !important;
  }
  .mobile-app-sec-6.custom-software-add .pad_box:nth-child(2) {
    margin-bottom: 0;
  }
  .mobile-app-sec-6 .pad_box .card-box {
    background-color: #fff;
    color: #000000;
  }
  .web-design-section-7 .box-bottom a,
  .web-design-section-6 .box-bottom a {
    color: var(--main-white-color);
  }
  .box-bottom a {
    color: var(--main-black-color);
  }
  .mobile-app-sec-6 .pad_box:nth-child(even) .card-box {
    background-color: #fff;
  }
  .mobile-app-sec-6.mobile-app-responsive .box-container {
    max-height: 100%;
    min-height: 100%;
  }
  .mobile-app-sec-6 .pad_box .card-box {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .mobile-app-sec-6 .card-box .box-top h2,
  .mobile-app-sec-6 .card-box .box-top .h2 {
    margin: 0 0 25px;
  }
  .mobile-app-sec-6 .card-box:hover .box-top h2,
  .mobile-app-sec-6 .card-box:hover .box-top .h2 {
    color: #000000;
  }
  .mobile-app-sec-6 .box-container .box-bottom {
    position: relative;
  }
  .card-box .box-top h2 {
    margin-bottom: 3%;
  }
  .mobile-app-sec-6 .border-end {
    border-bottom: 2px solid rgba(151, 151, 151, 0.3);
  }
  .mobile-app-sec-6 .box-container .box-bottom {
    padding: 0;
  }
  #zoom-in-main .zoom-in-img,
  #zoom-in-main .zoom-in-img1 {
    margin: 0 auto 15px;
    display: block;
  }
  .built-slider-wrap .swiper-wrapper .swiper-slide img {
    height: calc(100vh - 65vh);
    max-height: 350px;
  }
  .built-slider-wrap .swiper-button-next,
  .built-slider-wrap .swiper-button-prev {
    bottom: 4px;
  }
  .result-text {
    padding: 0 0 0 9%;
  }
  .result-box-comm .result-content.commontext p {
    font-size: 14px;
  }
  .result-box-comm {
    width: 180px;
    height: 180px;
    padding: 12px 18px 18px;
  }
  .project-card {
    min-height: 390px;
  }
  .mobile-app-sec-5 {
    padding: 40px 0 40px 20px;
  }
  .web-app-sec-5 .message-text-wrap .commontext h5,
  .web-app-sec-5 .message-text-wrap .commontext .h5 {
    line-height: 20px;
  }
  .loader-wrap {
    display: block;
    margin: 20px auto;
  }
  .securing-right-list {
    justify-content: center;
    margin: 10px 0;
    padding-top: 0;
  }
  .content_info_left .left-info-img img {
    height: 70px;
  }
  .logo-m-col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .work-project-text {
    padding: 2rem 0 3rem;
  }
  .mobile_float_sec {
    height: 60px;
  }
  .mobile_float_sec a {
    padding: 4px 0;
  }
  .mobile_float_sec h3 {
    font-size: 14px;
    margin-top: 3px;
  }
  .button-2 a {
    line-height: 16px;
    font-size: 12px;
    position: relative;
    top: -1.5px;
    padding: 6px 7px;
  }
  .button-2 {
    margin: 0 8px 5px 0px;
    height: 25px;
  }
  .eff-2 {
    height: 25px;
    bottom: -25px;
  }
  .banner_sec_new .uipl-banner-othertext h4 {
    line-height: 30px;
  }
  .banner_sec_new .uipl-banner-text p:not(.new-page-subtitle),
  .banner_sec_new .uipl-banner-text .new-page-title {
    font-size: 36px;
    padding-right: 0;
    font-weight: normal;
    line-height: 1.4;
  }
  .banner_sec_new .uipl-banner-text.web-design-text p:not(.new-page-subtitle),
  .banner_sec_new .uipl-banner-text.web-design-text .new-page-title {
    font-size: 36px;
    line-height: 1.4;
    padding: 0;
    font-weight: normal;
  }
  .creative-info-heading h2 {
    font-size: 28px;
  }
  .web-design-section-3 .web-design-proce .design-proce-info h3 {
    font-size: 28px;
    padding: 0;
  }
  .card-box .box-top h2 {
    font-size: 20px;
  }
  .web-design-section-3 .web-design-proce .design-proce-info.commontext p {
    padding-right: 0;
    font-size: 16px;
    line-height: 1.8;
  }
  .about-sec-common .commontext p {
    font-size: 16px;
    line-height: 1.8;
  }
  .meaning-message .text-message-wrap .text-message-info h3 {
    font-size: 28px;
    padding-right: 0;
  }
  .box-container {
    padding: 4% 20px 18%;
  }
  .banner_sec_text.about-hero-sec .about-hero-text h1 {
    padding-right: 30%;
  }
  .about-hero-sec .about-hero-text {
    padding: 0 5px;
  }
  .banner_sec_text.about-hero-sec .about-hero-text h1 {
    padding-right: 0;
    text-align: center;
  }
  .w-90 {
    width: 100%;
    margin: 0 !important;
  }
  .footer-white-wrap .address_info_right .address-info-text {
    padding: 4% 20px 85px 20px;
  }
  .footer-white-wrap .right-black-top {
    height: 20px;
  }
  .about-sec-2 {
    padding: 5% 5px 7% 5px;
  }
  .footer-white-wrap .address_info_left {
    padding: 4% 5% 4% 5%;
  }
  .principle-col {
    padding: 0;
  }
  .padd-all-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .padd-lr-m {
    padding-right: 0;
    padding-left: 20px;
  }
  .ui-ux-section-2 .message-text-wrap .text-message-info {
    padding-right: 5px;
    padding-left: 5px;
  }
  .ui-ux-section-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ui-ux-section-4 .image-box img {
    width: 100%;
  }
  .banner_sec_new .uipl-banner img {
    height: calc(100vh - 5vh);
  }
  .banner_sec_new .uipl-banner-text.uipl-banner-othertext {
    height: calc(100vh - 5vh);
  }
  .ui-ux-section-4 .analysing-4 {
    padding: 0 20px 0 10px;
  }
  .ui-ux-section-5 .message-text-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ui-ux-section-6 {
    padding: 9% 0px 9% 5px;
  }
  .ui-ux-section-4.ui-ux-section-7 {
    padding-left: 20px;
  }
  .ui-ux-section-7 .message-text-wrap.ui-ux-7 {
    padding: 9% 20px 0 0;
  }
  .ui-ux-section-8 {
    padding: 9% 20px;
  }
  .ui-ux-section-4.ui-ux-section-9 {
    padding-left: 20px;
  }
  .ui-ux-section-9 .message-text-wrap {
    padding: 7% 20px 0 0;
  }
  .ui-ux-section-10 {
    padding: 10% 5px 12%;
  }
  .ui-ux-section-11 {
    padding: 10% 5px 6%;
  }
  .ui-ux-section-5 {
    padding-bottom: 14%;
  }
  .end-begin-user-wrap .end-begin-user-info p {
    font-size: 16px;
    line-height: 1.8;
  }
  .commontext p {
    line-height: 1.8;
    font-size: 16px;
  }
  .meaning-message .text-message-wrap .text-message-info p {
    font-size: 16px;
  }
  .text-message-wrap .text-message-info h3 {
    font-size: 28px;
  }
  .web-design-section-5 .text-message-wrap .text-message-info p {
    font-size: 16px;
    line-height: 1.8;
  }
  .web-design-section-6 .text-message-info p {
    font-size: 16px;
  }
  .web-design-section-9 .text-message-wrap .text-message-info.commontext h5,
  .web-design-section-9 .text-message-wrap .text-message-info.commontext .h5 {
    font-size: 16px;
  }
  .ui-ux-section-11 .message-text-wrap .text-message-info h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .wirefram-mobileimg-wrap .swiper-container {
    overflow: visible;
  }
  .wirefram-mobileimg-wrap .swiper-wrapper .swiper-slide img {
    max-height: 420px;
  }
  .m-ms-0 {
    margin: 0;
  }
  .web-design-section-6 .text-message-info {
    padding: 2% 0 6%;
  }
  .web-design-section-4 {
    padding: 10% 5px 10%;
  }
  .p-sm-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .web-design-section-5 {
    padding: 0rem 5px 3rem;
  }
  .principle-col .box-container {
    padding-left: 35px;
    padding-right: 35px;
  }
  .mobile-app-sec-2 {
    padding: 3rem 20px 3rem 20px;
  }
  .mobile-app-sec-6 .pad_box {
    padding: 0 15px;
  }
  .app-message-info {
    padding-right: 0;
  }
  .mobile-app-sec-6 .pad_box .card-box:hover {
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.04);
  }
  .mobile-app-sec-9 {
    padding: 1rem 5px 4rem;
  }
  .app-testomonial-slider .swiper-slide .description {
    margin: 60px 0 10px;
  }
  .app-testomonial-slider .swiper-slide .text-author {
    margin-left: 0;
  }
  .mobile-app-sec-8 .work-project-text.pb-sm {
    padding-bottom: 2rem;
  }
  .mobile_showcase {
    width: 254px;
    height: 500px;
  }
  .swipe_inn img {
    min-height: 475px;
    max-height: 475px;
    top: -14px;
    width: 230px;
  }
  .frem-slider-wrap .swiper-button-next,
  .frem-slider-wrap .swiper-button-prev {
    bottom: 10px;
  }
  .frem-slider-wrap .swiper-button-prev {
    left: 95px;
  }
  .frem-slider-wrap .swiper-button-next {
    left: 140px;
  }
  .r-p-0 {
    padding: 0;
  }
  .web-design-section-6 .box-container {
    min-height: 220px;
    max-height: 200px;
  }
  .mobile-app-sec-4 .message-text-wrap .commontext p {
    margin-bottom: 1.5rem;
  }
  .mobile-app-sec-8 .work-project-wrap {
    padding: 2rem 15px 2rem 20px;
  }
  .portfolio-hero-img img {
    max-height: 550px;
    height: 550px;
  }
  .sofy-portfolio-sec-1 {
    padding-top: 18rem;
  }
  .portfolio-hero {
    max-height: 600px;
  }
  .sofy-pbg .app-message-info {
    padding-right: 0;
    padding-left: 0;
  }
  .sofy-pbg {
    padding: 3rem 0 3rem;
  }
  .sofy-portfolio-sec-5 .app-message-info .commontext p {
    padding: 0;
  }
  .web-design-section-5 .text-message-wrap {
    margin-top: 1.5rem;
  }
  #design-proces .design-box {
    margin-bottom: 0;
    margin-top: 0;
  }
  .box-bottom a {
    font-size: 12px;
  }
  .message-text-wrap .commontext h3,
  .message-text-wrap .commontext .h3 {
    margin: 0 0 1rem;
  }
  .message-text-wrap .commontext h5,
  .message-text-wrap .commontext .h5 {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.9;
    margin-bottom: 1.5rem;
    letter-spacing: 5px;
  }
  .mobile-app-sec-3 {
    padding: 3rem 5px;
  }
  .securing-right-list ul li span {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .web-design-section-8 .text-message-wrap .text-message-info.commontext h3 {
    font-size: 20px;
  }
  .sofy-pbg {
    background-attachment: scroll;
  }
  .banner_sec_text.how-we-work-1 {
    padding: 70px 20px 0 20px;
  }
  .work-mobile-heading .commontext h3 {
    padding: 0 20px;
  }
  .we-work-section .commontext h4.commonh4,
  .planning-sec .planning-mobile .commonh4,
  .design-sec .design-mobile .commonh4,
  .development-sec .development-mobile .commonh4,
  .testing-sec .testing-mobile .commonh4,
  .development-sec .maintenance-mobile .commonh4 {
    padding: 0 20px;
  }
  .common-padd-wrap {
    padding: 2rem 0 0 0;
  }
  .discovery-workshop-sec .common-padd-wrap .common-padd-left.black-sec-padd {
    padding: 0 5rem 3rem 20px;
  }
  .common-padd-wrap .common-padd-left {
    padding: 0 20px 15px 20px;
  }
  .discovery-workshop-sec {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .planning-bg .common-padd-wrap .common-padd-left {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .design-sec .common-padd-left.design-tools-sec {
    padding: 0.2rem 10rem 2.5rem 20px;
  }
  .development-sec
    .common-padd-wrap
    .common-padd-left.black-sec-padd.padd-bottom-2 {
    padding: 0px 5rem 3.5rem 20px;
  }
  .testing-sec .testing-bg .common-padd-wrap .common-padd-left {
    padding: 2rem 5rem 3.5rem 20px;
  }
  .maintenance-sec .common-padd-wrap .common-padd-left.black-sec-padd {
    padding: 0 5rem 3.5rem 20px;
  }
  .common-padd-wrap .common-padd-left .commontext h5,
  .common-padd-wrap .common-padd-left .commontext .h5 {
    margin: 0 0 10px;
  }
  .web-development-sec-4 .commontext h3 {
    font-size: 28px;
    line-height: normal;
  }
  .p-r-1 {
    padding-right: 7.5px;
  }
  .p-l-1 {
    padding-left: 7.5px;
  }
  .banner_sec_text.consulting-banner-sec {
    padding: 70px 20px 0 20px !important;
  }
  .consulting-sec-1.consulting-start-1 {
    padding: 0 5px 2rem 5px;
  }
  .consulting-start-2 {
    padding: 2rem 0 2rem 5px;
  }
  .consulting-start-2 .pr-10,
  .consulting-start-5 .pr-10 {
    padding-right: 1rem;
  }
  .consulting-start-add2 {
    padding: 0 0 0 35px;
  }
  .consulting-start-add3 {
    padding: 3rem 20px;
  }
  .consulting-start-3 {
    padding: 0rem 20px 3rem 0;
  }
  .consulting-start-3 .message-text-wrap {
    padding: 0 0 2rem 5px;
  }
  .consulting-start-img1 img {
    margin-left: 8px;
  }
  .consulting-start-4 {
    padding: 3rem 20px 0rem 0rem;
  }
  .consulting-start-5 {
    padding: 3rem 0 3rem 20px;
  }
  .consulting-start-6 .consulting-padd {
    padding: 0 20px 3rem 20px;
  }
  .enterprise-text p,
  .start-up-text p {
    font-size: 18px;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .web-app-sec-3 .app-sec-img {
    margin-bottom: -9rem;
  }
  .mobile-app-sec-1 {
    padding: 1rem 20px 0 0;
  }
  .mobile-app-sec-3.web-app-sec-3 {
    padding: 11.2rem 20px 2rem 5px;
  }
  .web-app-sec-3 .web-development-box-wrap {
    padding-left: 0px;
  }
  .web-app-sec-add {
    padding: 2rem 0 1rem 20px;
  }
  .web-app-sec-4.web-app-comm-sec .message-text-wrap {
    padding: 0 20px 2rem 0;
  }
  .web-app-sec-4.web-app-comm-sec .image-box img {
    width: 100%;
  }
  .web-app-sec-4 {
    padding: 1rem 0px 1rem 20px;
  }
  .web-app-sec-5 .message-text-wrap {
    padding: 1rem 20px;
  }
  .web-securing-right {
    padding: 1.5rem 20px 2.5rem;
  }
  .web-app-sec-add2 {
    padding: 3rem 20px 0.5rem 20px;
  }
  .web-app-sec-add3 {
    padding: 0px 0px 0rem 0px;
  }
  .web-app-sec-7.tab-slide-sec,
  .mobile-app-sec-7.tab-slide-sec {
    padding: 0 0 1rem;
  }
  .web-app-box {
    min-height: 250px;
  }
  .mobile-app-sec-8.web-app-sec-8 .work-project-wrap {
    padding: 2.5rem 0rem 2rem 20px;
  }
  .web-app-sec-add3 .web-app-box {
    background: #ffffff;
    border-bottom: 2px solid rgba(151, 151, 151, 0.14);
  }
  .web-app-box {
    min-height: 160px;
    margin: 0;
    padding: 20px;
  }
  .web-app-box .box-top h2 {
    margin: 0 0 1rem 0;
  }
  .mobile-app-sec-8 {
    padding-top: 2rem;
  }
  .consulting-up-wrap {
    margin-top: -1rem;
    padding: 2rem 2rem 2rem 2rem;
  }
  .project-structure-sec {
    padding: 0 5px 2rem 5px;
  }
  .work-common-sec.collabotation-tools-sec {
    padding: 0 5px 1rem 5px;
  }
  .work-common-sec.engagement-models-sec {
    padding: 0 5px 4rem;
  }
  .sofy-portfolio-sec-5 {
    padding: 2rem 0 4rem;
  }
  .features-list .p-lr-4 {
    padding-left: 20px;
    padding-right: 0px;
  }
  .ios-development-sec-1 {
    padding: 3rem 5px;
  }
  .ios-development-sec-2 {
    padding: 0 5px 3rem;
  }
  .Rtable .Rtable-row .Rtable-cell {
    padding: 4px 1rem;
    height: auto;
    display: block;
  }
  .Rtable .Rtable-row {
    display: grid;
    padding: 5px 0;
    width: 50%;
  }
  .border-right-2 {
    border-right: 0px solid #c2c2c2;
  }
  .Rtable .Rtable-row:nth-child(1) {
    border-right: 0;
  }
  .Rtable .Rtable-row:nth-child(3) {
    border-bottom: 1px solid #c2c2c2;
    border-right: 0;
  }
  .ios-development-sec-3 .mb-4.r-p-0 {
    margin-bottom: 0 !important;
  }
  .ios-development-sec-3 .ios-card.project-card {
    min-height: auto;
  }
  .ios-card.project-card .card-body {
    padding: 1rem 20px;
  }
  .ios-card.project-card .list-group {
    padding: 0 20px 1rem;
  }
  .ios-card.project-card .card-footer {
    padding: 1rem 20px 1rem;
  }
  .ios-development-sec-3 .ios-text-info.commontext h3,
  .ios-development-sec-3 .ios-text-info.commontext .h3 {
    margin-bottom: 1rem;
    padding: 0 5px;
  }
  .ios-development-sec-4 .Rtable .Rtable-row {
    display: flex;
    padding: 0;
    width: 100%;
  }
  .ios-development-sec-4 .border-right-2 {
    border-right: 1px solid #c2c2c2;
  }
  .ios-development-sec-4 .Rtable .Rtable-row:nth-child(1) {
    border-right: 1px solid #c2c2c2;
  }
  .ios-development-sec-4 .Rtable .Rtable-row:nth-child(3) {
    border-right: 1px solid #c2c2c2;
  }
  .ios-development-sec-4 .Rtable .Rtable-row:nth-child(4) {
    border-top: 0px solid #c2c2c2;
  }
  .ios-development-sec-4 {
    padding: 0 5px 3rem;
  }
  .ios-development-sec-5 {
    padding: 3rem 5px 3rem;
  }
  .android-development-sec-add .Rtable .Rtable-row {
    display: flex;
    padding: 5px 0;
    width: 100%;
  }
  .android-development-sec-add .Rtable .Rtable-row:nth-child(1) {
    border-right: 1px solid #c2c2c2;
  }
  .overview-services {
    padding: 35px 30px 18px 65px;
  }
  .overview-services .tag {
    top: 74px;
    left: -12px;
  }
  .mobile-app-sec-1.ios-banner-sec {
    padding: 1rem 20px 0 0;
  }
  .ecommerce-web-sec-add {
    padding: 11rem 5px 3rem 5px;
  }
  .r-d-none {
    display: none;
  }
  .consulting-enterprise-3 .Rtable .Rtable-row {
    width: 100%;
  }
  .consulting-enterprise-3 .Rtable .Rtable-row:nth-child(3) {
    border-bottom: 1px solid #4f4848;
  }
  .consulting-enterprise-add2 .col-xxl-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .consulting-enterprise-2 {
    padding: 2.5rem 5px 2.5rem;
  }
  .enterprise-pt {
    padding-top: 2.5rem;
  }
  .consulting-enterprise-2 .text-message-wrap {
    padding-right: 0rem;
  }
  .consulting-enterprise-2 .enterprise-pt .message-text-wrap {
    padding-right: 0;
  }
  .consulting-enterprise-3 .Rtable .Rtable-row .Rtable-cell {
    padding: 1rem 20px 1rem 20px;
  }
  .consulting-enterprise-3 {
    padding: 0rem 0 2.5rem;
  }
  .consulting-start-7 {
    padding: 3rem 0 1rem 20px;
  }
  .career-img-wrap .career-text-wrap {
    right: 0;
    top: inherit;
    bottom: -2rem;
    transform: translate(0);
    max-width: 100%;
    width: 100%;
    position: relative;
    left: 0;
    padding: 1px 0px 15px 20px;
  }
  .career-sec-add .career-deck-col {
    padding: 20px 20px 0;
  }
  .career-dtl-text {
    padding: 3rem 20px 3rem;
  }
  .thankyou-info h2 {
    font-size: 16px;
  }
  .thankyou-info h3 {
    font-size: 18px;
  }
  .thankyou-info-img img {
    height: calc(100vh - 18vh);
  }
  .bitmarket-sec-6 .card-box.box-container {
    min-height: auto;
    max-height: initial;
    padding: 30px 20px;
  }
  .bitmarket-sec-6 .card-box.box-container .box-bottom {
    display: none;
  }
  .bitmarket-sec-6 .box-dark.card-box .box-top h2 {
    font-size: 20px;
  }
  .bitmarket-sec-6 .box-dark.card-box .box-top h2 {
    margin-bottom: 5px;
  }
  .bitmarket-sec-6 .card-box.box-container {
    margin-bottom: 0px;
  }
  .bitmarket-sec-4 .comm-works.black-bg-info {
    margin-top: 20px;
  }
  .bitmarket-sec-3 {
    padding-left: 5px;
    padding-right: 0px;
  }
  .sofy-portfolio-sec-2.bitmarket-sec-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .web-app-sec-add.bitmarket-sec-5 .message-text-wrap {
    padding: 0 20px 2rem 0;
  }
  .frame_showcase {
    width: 100%;
    height: 100%;
  }
  .bridger-sec-8 .section_title {
    padding-left: calc(100% - 100%);
    padding-right: calc(100% - 100%);
  }
  .bridger-sec-8 {
    padding: 3rem 20px;
  }
  .frame-slider .swiper-slide.swiper-slide-active {
    margin: 0px 0px !important;
  }
  .frame-slider .swiper-slide.swiper-slide-active {
    width: 100% !important;
    height: 100%;
    padding: 0;
  }
  .frame-slider .swiper-slide.swiper-slide-prev {
    width: 100% !important;
    height: 100%;
  }
  .frame-slider .swiper-slide.swiper-slide-next {
    width: 100% !important;
    height: 100%;
  }
  .swiper-slide .swipe_frame img {
    width: 100% !important;
    height: 100%;
  }
  .frame-slider .swiper-slide.swiper-slide-active .swipe_frame img {
    width: 100% !important;
    height: 100%;
  }
  .frameshowcase .swiper-slide {
    padding: 0;
  }
  .frame-slider .swiper-slide .swipe_frame img {
    opacity: 1;
    border-radius: 8px;
  }
  .frameshowcase .swiper-slide .swipe_frame {
    padding: 20px 0px 10px;
  }
  .frame-slider .swiper-slide.swiper-slide-active .swipe_frame img {
    margin-top: 8px;
  }
  .frameshowcase .swiper-button-next {
    right: 35%;
  }
  .frameshowcase .swiper-button-prev {
    left: 35%;
  }
  .bridger-sec-3 .content {
    margin: 0px 0 20px;
  }
  .bridger-sec-9 {
    padding: 3rem 5px 0rem;
  }
  .core-services-wrap .pad_box {
    margin-bottom: 0px !important;
  }
  .core-services-wrap {
    padding: 3rem 5px 3rem;
  }
  .core-services-wrap .box-bottom a {
    color: var(--main-white-color);
  }
  .core-services-wrap .card-box .box-top h2 {
    margin-bottom: 1rem;
  }
  .core-services-wrap .box-container {
    min-height: 180px;
  }
  .core-services-wrap .card-box-footer {
    top: 28%;
  }
  .core-services-wrap .core-text {
    padding: 0 15px;
  }
  .mb-core {
    padding-bottom: 3rem;
  }
  .mobile-app-sec-6 .pad_box .card-box .box-bottom p {
    color: #000;
  }
  .mobile-app-sec-4 {
    padding: 3rem 5px 3rem 5px;
  }
  .load-btn span,
  .load-btn a {
    line-height: 46px;
  }
  .accordion-wrap .panel-title > a:before {
    padding: 0 0px 0 50px;
    line-height: 30px;
  }
  .accordion-wrap .panel-default .panel-heading a {
    font-size: 20px;
    line-height: 28px;
  }
  .consulting-enterprise-3 .Rtable .Rtable-row .responsive-table-hide {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .consulting-enterprise-3 .Rtable .Rtable-row.table-r-hide {
    display: none;
  }
  .Rtable.custom-software-table .Rtable-row {
    width: 100%;
    border: 1px solid #c2c2c2 !important;
  }
  .Rtable.custom-software-table .Rtable-row {
    padding: 0;
    margin-bottom: 15px;
  }
  .Rtable.custom-software-table .Rtable-row .Rtable-cell:first-child {
    height: 50px;
  }
  .web-app-sec-add2.custom-software-add {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-app-sec-8 .discover-more {
    margin-top: 0;
  }
  .web-app-sec-3 .message-text-wrap .text-message-info {
    padding-right: 0;
  }
  .web-app-sec-add .pr-7 {
    padding-right: 1rem;
  }
  .client-stories-wrap {
    padding: 4rem 1rem 4rem;
  }
  .client-stories-wrap .p-lr-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mobile_showcase {
    z-index: 2;
  }
  .box-container .box-bottom .icon svg path {
    fill: #000000 !important;
  }
  .bridger-sec-3 .content-image {
    max-height: 450px;
  }
  .bridger-sec-3 .content-details p {
    font-size: 18px;
  }
  .wraper-londonrag-promo.bridger-sec-comm
    .londonrag-promo-image.with-shadow
    img,
  .bridger-sec-comm .londonrag-promo-image.with-shadow img {
    min-height: 280px;
  }
  .mobile-app-sec-4.web-development-sec-4 .black-ul-comm {
    padding: 2rem 1rem 1.3rem;
  }
  .mobile-app-new-york-sec-3 {
    padding-bottom: 3.5rem;
  }
  .mobile-app-new-york-sec-4 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .mobile-app-new-york-sec-5 {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
  .wraper-oota-hero-banner {
    min-height: 800px;
  }
  .wraper-oota-hero-banner .oota-top-right-bg {
    background-size: 320px;
  }
  .wraper-houselabs-overview.oota-sec-1 .houselabs-overview > .container {
    padding-top: 70px;
  }
  .wraper-houselabs-overview.oota-sec-1:after {
    width: 0px;
  }
  .oota-sec-1.wraper-houselabs-overview
    .houselabs-overview
    .houselabs-overview-text
    .features {
    margin-bottom: 20px !important;
  }
  .oota-sec-2.wraper-freshclinic-showcase
    .freshclinic-showcase-section
    > .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wraper-freshclinic-showcase.oota-sec-2
    .freshclinic-showcase-section
    > .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .oota-sec-2 .common-oota-right {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .oota-sec-3 {
    padding: 120px 0 60px;
  }
  .oota-sec-6.wraper-citybank-result > .container {
    padding-bottom: 10px;
  }
  .oota-sec-3 .oota-sec-3-bottom {
    bottom: -50px;
  }
  .oota-sec-3 .oota-sec-3-top img {
    width: 160px;
  }
  .oota-sec-3 .oota-sec-3-bottom img {
    width: 160px;
  }
  .oota-commontext h3 {
    margin: 0 0 0px;
  }
  .oota-sec-4 {
    padding: 65px 0 30px;
  }
  .oota-slider-scroll .swiper-wrapper {
    margin: 40px 0 115px;
  }
  .oota-5-main-wrap .oota-sec-3-top img {
    width: 145px;
  }
  .oota-5-main-wrap .oota-sec-3-top {
    top: -45px;
  }
  .oota-5-main-wrap .oota-sec-3-bottom {
    bottom: -25px;
  }
  .oota-5-main-wrap .oota-sec-3-bottom img {
    width: 125px;
  }
  .wraper-oota-hero-banner .oota-hero-banner .oota-hero-banner-image {
    display: flex;
  }
  .oota-hero-banner .oota-hero-banner-data h1 {
    line-height: 40px;
  }
  .wraper-oota-hero-banner {
    padding: 50px 0 110px;
  }
  .oota-chat-text {
    text-align: center;
    font-size: 20px;
  }
  .oota-5-main-wrap {
    padding: 60px 0 60px;
  }
  .wraper-citybank-result.oota-sec-6 {
    padding: 50px 0 0px;
  }
  .oota-sec-3 .oota-commontext h3 {
    margin-bottom: 20px;
  }
  .oota-sec-1.wraper-houselabs-overview
    .houselabs-overview
    .houselabs-overview-text
    h3 {
    text-align: center;
  }
  .kids-pic-bottom {
    right: -15px;
  }
  .kidscitypass-other-sec-3 .kidscity-promo-image img {
    margin-left: 5px;
    margin-bottom: -145px;
  }
  .wraper-houselabs-overview.kidscitypass-other-sec-1
    .houselabs-overview
    > .container {
    padding-top: 30px !important;
    padding-bottom: 0px;
  }
  .wraper-houselabs-overview.kidscitypass-other-sec-1
    .houselabs-overview
    .houselabs-overview-text
    h3 {
    margin-bottom: 10px !important;
    line-height: 36px !important;
  }
  .kidscitypass-other-sec-2 .kidscity-macbook img {
    margin-bottom: -50px;
  }
  .kidscitypass-other-sec-3 {
    padding-top: 2rem;
  }
  .kidscitypass-other-sec-3.m-right {
    margin-right: 15px;
  }
  .kidscitypass-other-sec-3 .container.m-left {
    margin-left: 0px;
  }
  .kidscitypass-other-sec-4 {
    padding-top: 6rem;
  }
  .kidscitypass-promo-title h3 {
    font-size: 28px;
  }
  .wraper-citybank-result .citybank-result-title h3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700 !important;
  }
  .wraper-citybank-result.kidscitypass-other-sec-7 > .container {
    padding-bottom: 0;
  }
  .wraper-citybank-result.kidscitypass-other-sec-7 {
    padding: 10px 0 10px;
  }
  .kidscitypass-other-sec-1 {
    padding-bottom: 45px;
  }
  .xpary-service-wrap {
    padding: 45px 95px 30px 0px;
  }
  .xpary-other-sec-3:after {
    width: 109%;
  }
  .frameshowcase .swiper-slide.swiper-slide-active .swipe_frame,
  .frameshowcase .swiper-slide.swiper-slide-next .swipe_frame {
    padding-left: 1px;
  }
  .xpary-bg-blue {
    padding-bottom: 50px;
  }
  .xpary-promo-1 {
    height: 100%;
  }
  .xpary-web-screen {
    margin: 0 15px 15px;
  }
  .xpary-other-sec-5 .justify-content-center .commontext.mt-5 {
    margin-top: 0px !important;
  }
  .oota-sec-2.xpary-other-sec-7 .commontext .common-oota-right {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xpary-other-sec-7 {
    padding-top: 65px;
    padding-bottom: 15px;
  }
  .pt-only {
    padding-top: 40px;
  }
}
@media (max-width: 479.98px) {
  .client-info-text .client-h1,
  .stories-info-text .stories-h1 {
    font-size: 26px;
  }
  .web-design-section-5 .web-design-proce {
    max-height: 260px;
  }
  .discovery-workshop-sec .common-padd-wrap .common-padd-left.black-sec-padd {
    padding: 0 20px 3rem 20px;
  }
  .principle-wrap ul {
    padding-left: 15%;
    padding-right: 0;
  }
  .principle-wrap ul li {
    margin-right: 4%;
  }
  .web-design-proces {
    min-height: 320px;
  }
  .web-design-section-5 .web-design-proces .design-proce-1 {
    min-width: 94px;
  }
  .web-design-slider .swiper-button-next,
  .web-design-slider .swiper-button-prev {
    height: 67%;
  }
  .mobile-progressbar ul li a {
    margin: 0 8px;
  }
  .over-view-box {
    min-height: 170px;
  }
  .box-comm {
    width: 125px;
    height: 125px;
  }
  .over-view-box:nth-child(3) .box-comm {
    top: -37px;
  }
  .result-box-comm {
    width: 100%;
    height: 100%;
    padding: 12px 18px 18px;
  }
  .result-text {
    padding: 0;
  }
  .ecommerce-tech-stack .web-development-box-wrap .web-development-box {
    max-width: 115px;
    width: 115px;
    max-height: 115px;
    height: 115px;
  }
  .web-development-box-wrap .web-development-box {
    padding: 10px 10px;
    width: 78px;
    height: 78px;
    margin-left: 15px;
    margin-right: -8px;
    margin-bottom: 8px;
  }
  .web-development-box-wrap .web-development-box p {
    font-size: 8px;
    bottom: 15px;
  }
  .banner_sec_text.about-hero-sec .about-hero-text h1 {
    padding-right: 0;
  }
  .card-box .box-top h2 {
    font-size: 18px;
    margin-top: 0;
  }
  .hover-text {
    font-size: 16px;
  }
  .mobile-app-sec-5 {
    padding: 40px 0 65px 20px;
  }
  .inmobileshowcase {
    margin-left: 0;
    margin-top: 0;
    margin-right: 20px;
  }
  .mobile_showcase {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .inmobileshowcase .swipe_inn,
  .inmobileshowcase .swiper-slide.swiper-slide-active .swipe_inn {
    padding: 50px 0px 0px;
  }
  .swipe_inn img {
    top: -21px;
    min-height: 480px;
    max-height: 480px;
    width: 220px;
  }
  .frem-slider-wrap .swiper-button-next,
  .frem-slider-wrap .swiper-button-prev {
    bottom: -30px;
  }
  .frem-slider-wrap .swiper-button-next {
    left: 52%;
  }
  .frem-slider-wrap .swiper-button-prev {
    left: 42%;
  }
  .creative-info-main .creative-info-img img {
    min-height: 200px;
    max-height: 200px;
  }
  .ui-ux-section-10 .text-message-wrap .commontext h3 {
    font-size: 24px;
  }
  .sofy-portfolio-sec-4 {
    padding: 40px 0 60px 20px;
  }
  .sofy-portfolio-sec-4 .message-text-wrap {
    padding: 0px 20px 20px 0px;
  }
  .web-development-box-wrap .web-development-box p {
    transform: translateX(-40%);
  }
  .sofy-portfolio-sec-1 {
    padding-top: 17.5rem;
    padding-bottom: 1rem;
  }
  .design-sec .common-padd-left.design-tools-sec {
    padding: 0.2rem 15px 2.5rem 20px;
  }
  .development-sec
    .common-padd-wrap
    .common-padd-left.black-sec-padd.padd-bottom-2 {
    padding: 0px 20px 3.5rem 20px;
  }
  .testing-sec .testing-bg .common-padd-wrap .common-padd-left {
    padding: 2rem 20px 3.5rem 20px;
  }
  .maintenance-sec .common-padd-wrap .common-padd-left.black-sec-padd {
    padding: 0 20px 3.5rem 20px;
  }
  .consulting-radio-wrap {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }
  .consulting-sec-1 .square-radio label span,
  .consulting-sec-1 .square-radio > .label span {
    font-size: 16px;
    padding-left: 7px;
  }
  .consulting-sec-1 .square-radio input[type="radio"] {
    padding: 0.4em;
  }
  .square-radio {
    padding-bottom: 6rem;
  }
  .consulting-text h5 {
    font-size: 11px;
    letter-spacing: 2.4px;
  }
  .consulting-sec-1 .square-radio input[type="radio"] {
    height: 18px;
    width: 18px;
  }
  .consulting-sec-1 .square-radio input[type="radio"]:checked:after {
    font-size: 16px;
    top: 0px;
    left: 2px;
  }
  .consulting-sec-1 .square-radio label span,
  .consulting-sec-1 .square-radio > .label span {
    top: 0px;
  }
  .frameshowcase .swiper-button-next {
    right: 32%;
  }
  .frameshowcase .swiper-button-prev {
    left: 32%;
  }
  .accordion-wrap .panel-title > a:before {
    line-height: 30px;
    padding: 0 0px 0 15px;
  }
  .web-design-box .box-container {
    min-height: 230px;
    max-height: 230px;
  }
  .web-design-box .card-box-footer {
    padding: 10px 0px 15px !important;
  }
  .mobile-app-new-york-sec-5 {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
  .kids-pic-bottom {
    right: -5px;
    bottom: -200px;
  }
  .wraper-houselabs-overview.kidscitypass-other-sec-1
    .houselabs-overview
    .houselabs-overview-text
    hr:before {
    width: 70%;
  }
  .wraper-houselabs-overview.kidscitypass-other-sec-1
    .houselabs-overview
    .houselabs-overview-text
    hr:after {
    width: 85%;
  }
  .kidscitypass-other-sec-3 .kidscity-promo-image img {
    margin-bottom: -115px;
  }
  .kidscitypass-other-sec-4 {
    padding-bottom: 1rem;
  }
  .kidscitypass-other-sec-5 {
    padding-bottom: 30px;
  }
  .kidscitypass-other-sec-2 .kidscity-macbook img {
    margin-bottom: -20px;
  }
  .kidscitypass-bg {
    padding: 2rem 0 0;
  }
  .kidscitypass-other-sec-2 .kidscity-logo img {
    margin-left: 25px;
    height: 30px;
  }
  .kids-pic-bottom .kids-pic img {
    width: 235px;
  }
  .wraper-toonyport-hero-banner.kidscitypass-banner-sec
    .toonyport-hero-banner.kidscitypass-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main
    p {
    font-size: 32px;
    line-height: 42px;
  }
  .frame-slider .swiper-slide.swiper-slide-active .swipe_frame img {
    margin-top: 5px;
  }
  .xpary-border-wrap {
    margin: 45px 30px 0;
    height: 290px;
  }
  .xpary-flip-image {
    width: 490px;
    margin-left: -66px;
    height: 395px;
  }
  .xpary-other-sec-3 .xpary-flip-image img {
    height: 350px;
  }
  .xpary-border-wrap .xpary-app-screen {
    bottom: 20px;
    right: 0;
  }
  .xpary-border-wrap .xpary-app-screen img {
    height: 280px;
  }
}
@media (max-width: 409.98px) {
  .frame-slider .swiper-slide.swiper-slide-active .swipe_frame img {
    margin-top: 0;
  }
  .xpary-banner-sec .xpary-banner-slider .frameshowcase {
    margin-top: 160px;
  }
  .xpary-border-wrap {
    height: 260px;
  }
  .xpary-flip-image {
    width: 390px;
    margin-left: -55px;
    height: 390px;
  }
  .xpary-other-sec-3 .xpary-flip-image img {
    height: 305px;
  }
}
@media (max-width: 389.98px) {
  .principle-wrap ul {
    padding-left: 4px;
    padding-right: 0px;
  }
  .principle-col .card-box-footer {
    padding: 15px 35px 20px !important;
  }
  .web-design-box .card-box-footer {
    padding: 10px 0px 15px !important;
  }
  .web-design-proces {
    min-height: 230px;
  }
  .web-design-section-5 .web-design-proces .design-proce-1 {
    min-width: 80px;
  }
  .portfolio-hero-img img {
    max-height: 515px;
    height: 515px;
  }
  .frameshowcase .swiper-button-next {
    right: 30%;
  }
  .frameshowcase .swiper-button-prev {
    left: 30%;
  }
  .commontext h3,
  .commontext .h3 {
    font-size: 24px;
  }
  .ui-ux-section-3 .message-text-wrap .commontext h3,
  .ui-ux-section-3 .message-text-wrap .commontext .h3 {
    font-size: 24px;
  }
  .web-design-box .box-container {
    min-height: 280px;
    max-height: 280px;
  }
  .xpary-border-wrap {
    margin: 45px 5px 0;
    height: 100%;
  }
  .xpary-flip-image {
    width: 400px;
    margin-left: -45px;
    height: 150px;
  }
  .xpary-other-sec-3 .xpary-flip-image img {
    height: 265px;
  }
  .xpary-border-wrap .xpary-app-screen {
    bottom: -115px;
    right: 25px;
  }
  .xpary-border-wrap .xpary-app-screen img {
    height: 215px;
  }
  .xpary-other-sec-3 .xpary-sec-after:after {
    height: 111px;
  }
  .xpary-other-sec-4 .commontext.mt-5 {
    margin-top: 20px !important;
  }
  .frame-slider .swiper-slide.swiper-slide-active .swipe_frame img {
    margin-top: -1px;
  }
  .xpary-border-wrap .xpary-app-screen {
    bottom: -135px;
    right: 25px;
  }
}
@media (max-width: 360.98px) {
  .mobile_showcase {
    top: calc(50% - 21px);
  }
  .box-container {
    min-height: 175px;
    max-height: 175px;
  }
  .principle-col .card-box-footer {
    padding: 10px 0px 10px !important;
  }
  .card-box-footer {
    padding: 15px 20px 20px !important;
  }
  .box-container .box-bottom {
    padding: 5% 17px;
  }
  .box-bottom a {
    font-size: 10px;
  }
  .creative-info-main .creative-info-img img {
    min-height: 170px;
    max-height: 180px;
  }
  .frem-slider-wrap .swiper-button-next,
  .frem-slider-wrap .swiper-button-prev {
    bottom: -45px;
  }
  .frem-slider-wrap .swiper-button-next {
    left: 52%;
  }
  .frem-slider-wrap .swiper-button-prev {
    left: 42%;
  }
  .sofy-portfolio-sec-4 .text-message-info {
    margin-bottom: 30px;
  }
  .inmobileshowcase .swipe_inn,
  .inmobileshowcase .swiper-slide.swiper-slide-active .swipe_inn {
    padding: 0px 0px 0px;
  }
  .sofy-portfolio-sec-4 {
    padding: 40px 0 80px 20px;
  }
  .mobile_showcase {
    width: 192px;
    height: 380px;
  }
  .swipe_inn img {
    min-height: 360px;
    max-height: 360px;
    width: 170px;
  }
  .web-development-sec-4 .commontext h3 {
    font-size: 24px;
  }
  .frameshowcase .swiper-slide .swipe_frame {
    padding: 15px 0px 15px;
  }
  .nav-menu-bottom {
    padding-top: 0;
    max-height: 60px;
  }
  .nav-menu-bottom .social-icon-list {
    padding-top: 0;
  }
  .mobile-menu-endsec {
    padding: 5px 0;
  }
  .mobile-menu-bottom.mt-3 {
    margin-top: 0 !important;
  }
  .nav-menu .nav-inner {
    padding: 5px 2rem;
  }
  .nav-menu ul.main-menu > li > a {
    padding: 5px 20px 5px 0px;
  }
  .xpary-other-sec-6:after {
    width: 120%;
  }
}
@media (max-width: 359.98px) {
  .frame-slider .swiper-slide.swiper-slide-active .swipe_frame img {
    margin-top: 1px;
  }
  .why-it-works-mobile .mobile_showdiv {
    width: 243px !important;
    height: 100% !important;
    background-size: contain !important;
  }
  .why-it-works-mobile .inmobileshowcase .swiper-slide img {
    width: 100%;
    height: 340px;
    object-fit: contain;
  }
  .xpary-other-sec-6 .swiper-next-prev-holder .swiper-button-next,
  .xpary-other-sec-6 .swiper-next-prev-holder .swiper-button-prev {
    top: -10px;
  }
  .xpary-other-sec-6 {
    padding-bottom: 10px;
  }
}
@media (max-width: 812px) and (orientation: landscape) {
  .principle-wrap ul {
    padding-left: calc(100vw - 90vw);
    padding-right: calc(100vw - 90vw);
  }
  .web-design-section-6 .box-container {
    min-height: 400px;
    max-height: 400px;
  }
  .web-design-section-7 .box-container {
    min-height: 450px;
    max-height: 450px;
  }
  .mobile_float_sec {
    height: 50px;
  }
  .mobile_float_sec a {
    padding: 0px 0;
  }
  .mobile_float_sec a svg {
    width: 18px;
    height: 14px;
  }
  .mobile_float_sec h3 {
    line-height: normal;
  }
  .web-design-box .card-box .box-top h2 {
    font-size: 20px;
  }
}
@media (max-width: 575px) and (orientation: landscape) {
  .web-design-section-6 .box-container {
    min-height: 235px;
    max-height: 235px;
  }
  .web-design-section-7 .box-container {
    min-height: 235px;
    max-height: 235px;
  }
}
@media (max-width: 2299px) {
  .uipl-mega-menu-wraper
    .uipl-mega-menu-container
    .uipl-mega-menu-section
    .uipl-mega-menu-section-item
    .holder
    .title
    a:before {
    top: 8px;
  }
  .uipl-mega-menu-wraper
    .uipl-mega-menu-container
    .uipl-mega-menu-section
    .uipl-mega-menu-section-item
    .holder
    ul.menu
    > li
    > a:before,
  .uipl-sub-menu-wraper
    .uipl-sub-menu-container
    .uipl-sub-menu-section
    ul.menu
    > li
    > a:before {
    top: 7px;
  }
  .wraper-services-sidebyside
    .services-sidebyside
    .services-sidebyside-item
    ul.menu
    > li:before,
  .wraper-services-box
    .services-box
    .services-box-item
    > .holder
    > .data
    ul.menu
    > li:before,
  .wraper-services-nyc
    .services-nyc
    .services-nyc-item
    > .holder
    > .data
    ul.menu
    > li:before {
    top: 13px;
  }
}
@media (max-width: 1920px) {
  .wraper-portfolio-section-videozone
    .portfolio-section-videozone
    .portfolio-section-videozone-video {
    margin-right: 295px;
  }
  .wraper-portfolio-section-overview
    .portfolio-section-overview
    .portfolio-section-overview-text
    h3,
  .wraper-portfolio-section-features
    .portfolio-section-features-parallax
    .portfolio-section-features-parallax-text
    h3,
  .wraper-freshclinic-showcase
    .freshclinic-showcase-section
    .freshclinic-showcase-section-text
    h3 {
    font-size: 28px;
  }
  .wraper-portfolio-section-overview
    .portfolio-section-overview
    .portfolio-section-overview-services
    ul
    li,
  .wraper-houselabs-overview
    .houselabs-overview
    .houselabs-overview-services
    ul
    li {
    font-size: 16px;
  }
  .wraper-portfolio-section-results
    .portfolio-section-results
    .portfolio-section-results-text
    ul
    li {
    font-size: 18px;
  }
  .wraper-blog-main .blog-single-main .blog-single-main-textarea h1,
  .wraper-blog-main .blog-single-main .blog-single-main-textarea .treat-as-h1 {
    font-size: 30px;
  }
  .wraper-banner-main > .container .banner-main .page-title {
    font-size: 48px;
  }
}
@media (max-width: 1799.98px) {
  .wraper-houselabs-welcome-card
    .houselabs-welcome-card
    .houselabs-welcome-card-box
    h4 {
    font-size: 18px;
  }
  .wraper-houselabs-welcome-card
    .houselabs-welcome-card
    .houselabs-welcome-card-box
    h3 {
    font-size: 30px;
  }
}
@media (max-width: 1600.98px) {
  .uipl-mega-menu-wraper {
    right: -155px;
    width: 1270px;
  }
  .wraper-portfolio-section-videozone
    .portfolio-section-videozone
    .portfolio-section-videozone-video {
    margin-right: 247px;
  }
  .wraper-uxgallery-gallery .uxgallery-gallery-main > .container-fluid {
    max-width: 1460px;
  }
  .wraper-technology-banner
    .technology-banner
    .technology-banner-holder
    .new-page-title {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (max-width: 1466.98px) {
  .wraper-portfolio-section-videozone
    .portfolio-section-videozone
    .portfolio-section-videozone-video {
    margin-right: 167px;
  }
  .wraper-uxgallery-gallery .uxgallery-gallery-main > .container-fluid {
    max-width: 1320px;
  }
  .wraper-contact-main > .container {
    max-width: 1000px;
  }
  .wraper-clutch-difference > .container,
  .wraper-clients-carousel > .container,
  .wraper-clutch-casestudies .wraper-clutch-casestudies-thumbs > .container,
  .wraper-clutch-casestudies .wraper-clutch-casestudies-details > .container,
  .wraper-clutch-awards > .container,
  .wraper-clutch-services > .container,
  .wraper-newhome-clients > .container,
  .wraper-newhome-welcome > .container,
  .wraper-newhome-services > .container {
    max-width: 1220px;
  }
  .wraper-banner-main > .container,
  .wraper-home-welcome > .container,
  .wraper-home-casestudies .wraper-home-casestudies-box > .container,
  .wraper-home-features > .container,
  .wraper-home-industry > .container {
    max-width: 1220px;
  }
  .wraper-home-welcome
    .home-welcome-main
    .home-welcome-main-data
    .home-welcome-main-icons
    ul.icons
    > li.clutch
    img,
  .wraper-home-welcome
    .home-welcome-main
    .home-welcome-main-data
    .home-welcome-main-icons
    ul.icons
    > li.upwork
    img {
    width: 85px;
  }
  .wraper-home-welcome
    .home-welcome-main
    .home-welcome-main-data
    .home-welcome-main-icons
    ul.icons
    > li.deloitte
    img {
    width: 145px;
  }
  .wraper-home-casestudies
    .wraper-home-casestudies-box
    .home-casestudies-main
    .home-casestudies-main-data
    > .home-casestudies-main-data-title
    > .title,
  .wraper-mobile-casestudies
    .wraper-mobile-casestudies-box
    .mobile-casestudies-main
    .mobile-casestudies-main-data
    > .mobile-casestudies-main-data-title
    > .title {
    font-size: 40px;
  }
  .wraper-mobile-casestudies .wraper-mobile-casestudies-box > .container {
    max-width: 1300px;
  }
  .wraper-ios-welcome > .container {
    max-width: 1240px;
  }
  .wraper-clutch-banner.newhome-page {
    min-height: calc(100vh - 107px);
  }
  .wraper-newhome-clients .newhome-clients .newhome-clients-item > .holder {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (max-width: 1366.98px) {
  .uipl-mega-menu-wraper {
    right: -225px;
    width: 1200px;
  }
  .wraper-portfolio-section-videozone
    .portfolio-section-videozone
    .portfolio-section-videozone-video {
    margin-right: 130px;
  }
  .wraper-uxgallery-gallery .uxgallery-gallery-main > .container-fluid {
    max-width: 1250px;
  }
  .wraper-portfolio-section-features
    .portfolio-section-features-parallax
    .portfolio-section-features-parallax-pic,
  .wraper-portfolio-section-features
    .portfolio-section-features-parallax
    .portfolio-section-features-parallax-pic
    > .parallax-slider
    > .parallax-slider-holder
    img {
    max-width: 500px;
  }
  .wraper-toonyport-viewport
    .toonyport-viewport-main
    .toonyport-viewport-main-floatingstamp {
    top: -60px;
    width: 150px;
  }
  .wraper-home-casestudies .wraper-home-casestudies-box > .container {
    padding-top: 95px;
  }
  .wraper-home-casestudies
    .wraper-home-casestudies-box
    .home-casestudies-main
    .home-casestudies-main-data
    > .home-casestudies-main-data-title {
    margin-bottom: 40px;
  }
  .wraper-clutch-banner > .container {
    padding-bottom: 0;
  }
}
@media (max-width: 1280.98px) {
  .uipl-mega-menu-wraper {
    right: -265px;
    width: 1200px;
  }
  .wraper-portfolio-section-videozone
    .portfolio-section-videozone
    .portfolio-section-videozone-video {
    margin-right: 90px;
  }
  .wraper-uxgallery-gallery .uxgallery-gallery-main > .container-fluid {
    max-width: 1170px;
  }
  .wraper-clutch-practices .wraper-clutch-practices-points:before {
    width: calc(50% + 270px);
  }
  .wraper-banner-main > .container,
  .wraper-home-welcome > .container,
  .wraper-home-casestudies .wraper-home-casestudies-box > .container,
  .wraper-mobile-casestudies .wraper-mobile-casestudies-box > .container,
  .wraper-home-features > .container,
  .wraper-home-industry > .container {
    max-width: 1100px;
  }
  .wraper-home-casestudies .wraper-home-casestudies-box > .container {
    padding-top: 115px;
  }
  .wraper-ios-welcome > .container {
    max-width: 1100px;
  }
}
@media (max-width: 1199.98px) {
  .uipl-mega-menu-wraper {
    right: -208px;
    width: 950px;
  }
  .wraper-portfolio-section-videozone
    .portfolio-section-videozone
    .portfolio-section-videozone-video {
    margin-right: 52px;
  }
  .blockchain-attempts-zone > .nav {
    left: 10px;
  }
  .wraper-clutch-difference > .container,
  .wraper-clients-carousel > .container,
  .wraper-clutch-casestudies .wraper-clutch-casestudies-thumbs > .container,
  .wraper-clutch-casestudies .wraper-clutch-casestudies-details > .container,
  .wraper-clutch-awards > .container,
  .wraper-clutch-services > .container,
  .wraper-newhome-clients > .container,
  .wraper-newhome-welcome > .container,
  .wraper-newhome-services > .container {
    max-width: 980px;
  }
  .wraper-banner-main > .container,
  .wraper-home-welcome > .container,
  .wraper-home-casestudies .wraper-home-casestudies-box > .container,
  .wraper-mobile-casestudies .wraper-mobile-casestudies-box > .container,
  .wraper-home-features > .container,
  .wraper-home-industry > .container {
    max-width: 980px;
  }
  .wraper-ios-welcome > .container {
    max-width: 980px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item {
    margin-right: 53px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item
    > .circle-holder {
    width: 155px;
    height: 155px;
  }
}
@media (max-width: 1024px) {
  .wraper-portfolio-section-strategy
    .portfolio-section-strategy
    .portfolio-section-strategy-text {
    margin-bottom: 46px;
    padding: 0 2% 0 8%;
  }
  .wraper-portfolio-section-strategy
    .portfolio-section-strategy
    .portfolio-section-strategy-text
    h3 {
    line-height: 42px;
  }
  .wraper-houselabs-overview .houselabs-overview .houselabs-overview-services {
    padding: 40px 40px 40px 70px;
  }
  .wraper-portfolio-section-overview
    .portfolio-section-overview
    .portfolio-section-overview-services
    ul
    li,
  .wraper-houselabs-overview
    .houselabs-overview
    .houselabs-overview-services
    ul
    li {
    font-size: 15px;
  }
  .wraper-uxgallery-gallery .uxgallery-gallery-main > .container-fluid {
    max-width: 970px;
  }
  .wraper-joyscape-hero-banner
    .joyscape-hero-banner
    .joyscape-hero-banner-image {
    width: 450px;
    margin-bottom: -55px;
  }
}
@media (max-width: 991.98px) {
  .wraper-blog-main .blog-herozone-main > .container-fluid {
    padding-top: 20px;
  }
  .wraper-blog-herozone .blog-herozone-main .blog-herozone-main-image {
    margin-right: 0;
  }
  .wraper-blog-main .blog-herozone-main .blog-herozone-main-image,
  .wraper-blog-main .blog-herozone-main .blog-herozone-main-share {
    flex: 100%;
    max-width: 100%;
    padding: 0 15px 0 15px;
  }
  .wraper-portfolio-section-videozone
    .portfolio-section-videozone
    > .container-fluid {
    padding-top: 20px;
  }
  .wraper-portfolio-section-videozone
    .portfolio-section-videozone
    .portfolio-section-videozone-video {
    margin-right: 0;
  }
  .wraper-portfolio-section-videozone
    .portfolio-section-videozone
    .portfolio-section-videozone-video
    > .play-btn {
    width: 45px;
    height: 45px;
  }
  .wraper-portfolio-section-videozone
    .portfolio-section-videozone
    .portfolio-section-videozone-video
    > .play-btn
    > .holder
    i {
    font-size: 13px;
    line-height: 43px;
  }
  .wraper-portfolio-section-overview .portfolio-section-overview > .container,
  .wraper-portfolio-section-seamless
    .portfolio-section-seamless-title
    > .container,
  .wraper-portfolio-section-features
    .portfolio-section-features-title
    > .container,
  .wraper-portfolio-section-features
    .portfolio-section-features-parallax
    > .container-fluid,
  .wraper-portfolio-section-browser
    .portfolio-section-browser-screens
    > .container,
  .wraper-portfolio-section-integrations
    .portfolio-section-integrations
    > .container,
  .wraper-portfolio-section-results .portfolio-section-results > .container,
  .wraper-houselabs-overview .houselabs-overview > .container,
  .wraper-freshclinic-components .freshclinic-components-title > .container,
  .wraper-freshclinic-showcase .freshclinic-showcase-section > .container-fluid,
  .wraper-freshclinic-screenshots .freshclinic-screenshots-box > .container,
  .wraper-happydna-testimonial .happydna-testimonial-main > .container-fluid,
  .wraper-londonrag-promo.padding-top-bottom > .container,
  .wraper-londonrag-promo.padding-top-bottom > .container-fluid,
  .wraper-londonrag-promo.padding-top > .container,
  .wraper-londonrag-promo.padding-top > .container-fluid,
  .wraper-pwa-background > .container,
  .wraper-pwa-action > .container {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .wraper-portfolio-section-overview
    .portfolio-section-overview
    .portfolio-section-overview-text {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .wraper-portfolio-section-overview
    .portfolio-section-overview
    .portfolio-section-overview-services,
  .wraper-portfolio-section-strategy
    .portfolio-section-strategy
    .portfolio-section-strategy-text,
  .wraper-portfolio-section-seamless
    .portfolio-section-seamless-title
    .portfolio-section-seamless-title-text,
  .wraper-portfolio-section-features
    .portfolio-section-features-parallax
    .portfolio-section-features-parallax-pic,
  .wraper-portfolio-section-features
    .portfolio-section-features-parallax
    .portfolio-section-features-parallax-text,
  .wraper-portfolio-section-browser
    .portfolio-section-browser-screens
    .portfolio-section-browser-screens-pic,
  .wraper-portfolio-section-integrations
    .portfolio-section-integrations
    .portfolio-section-integrations-text,
  .wraper-londonrag-promo .londonrag-promo-title,
  .wraper-londonrag-promo .londonrag-promo-image.margin-bottom {
    margin-bottom: 50px;
  }
  .wraper-portfolio-section-strategy
    .portfolio-section-strategy
    > .container-fluid,
  .wraper-portfolio-section-results .portfolio-section-results > .container,
  .wraper-houselabs-overview .houselabs-overview > .container,
  .wraper-freshclinic-components .freshclinic-components-title > .container,
  .wraper-londonrag-promo.padding-top-bottom > .container,
  .wraper-londonrag-promo.padding-top-bottom > .container-fluid,
  .sofy-portfolio-sec-5.joyscape-page,
  .wraper-pwa-background > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wraper-portfolio-section-integrations
    .portfolio-section-integrations
    .portfolio-section-integrations-pic {
    width: auto;
    float: none;
  }
  .wraper-portfolio-section-integrations
    .portfolio-section-integrations
    .portfolio-section-integrations-pic
    > .holder
    > .integrations-pic-box {
    max-width: 72px !important;
  }
  .wraper-portfolio-section-features
    .portfolio-section-features-parallax
    .portfolio-section-features-parallax-pic,
  .wraper-portfolio-section-features
    .portfolio-section-features-parallax
    .portfolio-section-features-parallax-pic
    > .parallax-slider {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .wraper-portfolio-section-strategy
    .portfolio-section-strategy
    > .container-fluid,
  .wraper-londonrag-promo.padding-bottom-sm > .container,
  .wraper-londonrag-promo.padding-bottom-sm > .container-fluid {
    padding-bottom: 0;
  }
  .wraper-houselabs-welcome-card .houselabs-welcome-card > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .wraper-houselabs-overview .houselabs-overview .houselabs-overview-services {
    margin-bottom: 10px;
  }
  .wraper-houselabs-features .houselabs-features-title > .container {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .wraper-houselabs-features
    .houselabs-features-screens
    > [class*="container"]
    > .row
    > [class*="col-"]:not(:empty) {
    padding-top: 30px;
  }
  .wraper-freshclinic-components .freshclinic-components-box > .container,
  .wraper-happydna-workshop .happydna-workshop-title > .container,
  .wraper-happydna-workshop .happydna-workshop-gallery > .container,
  .wraper-happydna-screenshots .happydna-screenshots-title > .container,
  .wraper-londonrag-promo.padding-bottom > .container,
  .wraper-londonrag-promo.padding-bottom > .container-fluid,
  .wraper-citybank-promo > .container {
    padding-bottom: 50px;
  }
  .wraper-freshclinic-components .freshclinic-components-box > .container,
  .wraper-blockchain-work > .container,
  .wraper-blockchain-attempts > .container,
  .wraper-blockchain-transfer > .container,
  .wraper-blockchain-cta > .container,
  .wraper-blockchain-tools > .container,
  .wraper-blockchain-stack > .container,
  .wraper-blockchain-faq > .container,
  .wraper-blockchain-case > .container,
  .ios-development-sec-5 > .container,
  .wraper-londonrag-promo > .container,
  .wraper-londonrag-promo > .container-fluid:not(.px-0),
  .wraper-citybank-promo > .container,
  .wraper-pwa-components > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wraper-freshclinic-showcase .freshclinic-showcase-section > .container-fluid,
  .wraper-freshclinic-screenshots .freshclinic-screenshots-box > .container,
  .wraper-happydna-screenshots .happydna-screenshots-gallery > .container,
  .wraper-happydna-testimonial .happydna-testimonial-main > .container-fluid,
  .wraper-pwa-components > .container,
  .wraper-pwa-action > .container {
    padding-bottom: 10px;
  }
  .sofy-portfolio-sec-1.toonyport-page,
  .wraper-blockchain-work > .container,
  .wraper-blockchain-stack > .container,
  .mobile-app-sec-9.pwa-page {
    padding-top: 50px;
  }
  .wraper-uxgallery-gallery .uxgallery-gallery-main > .container-fluid {
    padding-top: 80px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .wraper-uxgallery-gallery
    .uxgallery-gallery-main
    .uxgallery-gallery-main-text {
    margin-bottom: 30px;
  }
  .wraper-uxgallery-gallery
    .uxgallery-gallery-main
    .uxgallery-gallery-main-box {
    margin-left: -10px;
    margin-right: -10px;
  }
  .wraper-uxgallery-gallery
    .uxgallery-gallery-main
    .uxgallery-gallery-main-box
    > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ios-development-sec-5.blockchain-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wraper-blockchain-work > .container {
    padding-bottom: 20px;
  }
  .wraper-blockchain-attempts > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blockchain-attempts-zone > .nav {
    position: static;
    margin-top: 30px;
  }
  .wraper-blockchain-transfer > .container {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .wraper-blockchain-cta > .container,
  .wraper-blockchain-tools > .container {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .wraper-blockchain-stack > .container,
  .wraper-blockchain-faq > .container {
    padding-bottom: 50px;
  }
  .wraper-blockchain-tools .blockchain-tools-box .blockchain-tools-box-item {
    flex: 25%;
  }
  .wraper-blockchain-stack .blockchain-stack-table .Rtable .Rtable-row {
    display: block;
  }
  .wraper-blockchain-stack .blockchain-stack-table .border-right-2 {
    border-right: none;
  }
  .wraper-houselabs-overview.joyscape-page .houselabs-overview > .container,
  .ios-development-sec-4.pwa-page,
  .wraper-pwa-components > .container {
    padding-top: 50px;
  }
  .wraper-houselabs-overview.joyscape-page
    .houselabs-overview
    .houselabs-overview-serviceslist,
  .wraper-houselabs-overview.citybank-page
    .houselabs-overview
    .houselabs-overview-serviceslist {
    margin-bottom: 0;
  }
  .image-placeholder.left-replica {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .image-placeholder.right-replica {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .wraper-services-sidebyside > .container {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .wraper-services-sidebyside
    .services-sidebyside
    .services-sidebyside-item
    .title,
  .wraper-services-box
    .services-box
    .services-box-item
    > .holder
    > .data
    .title {
    margin-bottom: 28px;
    font-size: 23px;
  }
  .wraper-services-box .services-box .services-box-item {
    margin-bottom: 50px;
  }
  .wraper-technology-banner
    .technology-banner
    .technology-banner-holder
    .technology-banner-icons {
    width: 100%;
  }
  .wraper-technology-banner
    .technology-banner
    .technology-banner-holder
    .technology-banner-icons
    ul.icons
    > li {
    margin-right: 15px;
  }
  .wraper-technology-banner
    .technology-banner
    .technology-banner-holder
    .technology-banner-icons
    ul.icons
    > li.clutch
    img,
  .wraper-technology-banner
    .technology-banner
    .technology-banner-holder
    .technology-banner-icons
    ul.icons
    > li.upwork
    img {
    width: 55px;
  }
  .wraper-technology-banner
    .technology-banner
    .technology-banner-holder
    .technology-banner-icons
    ul.icons
    > li.deloitte
    img {
    width: 130px;
  }
  .wraper-clients-carousel .clients-carousel {
    margin-left: -15px;
    margin-right: -15px;
  }
  .wraper-clients-carousel .clients-carousel .clients-carousel-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wraper-blockchain-transfer.technology-page,
  .wraper-home-industry.technology-page,
  .wraper-technology-benefits {
    margin-bottom: 50px;
  }
  .wraper-blockchain-transfer.technology-page > .container,
  .wraper-technology-covering > .container {
    padding-top: 50px;
  }
  .wraper-technology-benefits > .container,
  .wraper-technology-models > .container,
  .wraper-technology-process > .container {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .wraper-technology-benefits
    .technology-benefits
    .technology-benefits-section
    .technology-benefits-section-heading {
    margin-bottom: 15px;
  }
  .wraper-blockchain-faq.technology-page > .container {
    padding-bottom: 50px;
  }
  .wraper-blockchain-faq.mobile-app-page > .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .wraper-clutch-banner .clutch-banner .clutch-banner-section .page-title {
    margin-bottom: 40px;
    font-size: 28px;
  }
  .wraper-clutch-banner
    .clutch-banner
    .clutch-banner-section
    .page-title
    strong {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .wraper-clutch-banner .clutch-banner .clutch-banner-section .nyc-page-title {
    margin-bottom: 20px;
    font-size: 47px;
    line-height: 57px;
  }
  .wraper-clutch-banner
    .clutch-banner
    .clutch-banner-section
    .nyc-page-subtitle {
    font-size: 20px;
    line-height: 1.4;
  }
  .wraper-clutch-banner
    .clutch-banner
    .clutch-banner-section
    .nyc-page-tagline {
    font-size: 22px;
  }
  .wraper-clutch-banner
    .clutch-banner
    .clutch-banner-section
    .clutch-banner-section-blocks
    .clutch-banner-section-blocks-items:nth-child(even) {
    border-right: none;
  }
  .wraper-clutch-banner
    .clutch-banner
    .clutch-banner-section
    .clutch-banner-section-blocks
    .clutch-banner-section-blocks-items
    .title {
    font-size: 17px;
  }
  .wraper-clutch-value > .container {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .wraper-clutch-value .clutch-value .clutch-value-section ul.horizontal-list {
    font-size: 14px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item {
    margin-right: 40px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item
    > .circle-holder {
    width: 115px;
    height: 115px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item
    > .circle-holder
    > .circle-data
    .circle-title {
    font-size: 13px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item
    > .circle-holder
    > .circle-data
    .circle-title
    strong {
    font-size: 22px;
  }
  .wraper-clutch-difference > .container {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .wraper-clutch-difference
    .clutch-difference
    .clutch-difference-heading
    .title {
    font-size: 42px;
  }
  .wraper-clutch-difference .clutch-difference .clutch-difference-data {
    padding-top: 0;
  }
  .wraper-clutch-difference .clutch-difference .clutch-difference-data .title {
    font-size: 26px;
    line-height: 1.6;
  }
  .wraper-clutch-difference
    .clutch-difference
    .clutch-difference-data
    .title
    strong {
    font-size: 36px;
  }
  .wraper-clutch-difference
    .clutch-difference
    .clutch-difference-data
    .title
    strong.large {
    font-size: 40px;
  }
  .wraper-clutch-casestudies .wraper-clutch-casestudies-details > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details
    .clutch-casestudies-details
    .clutch-casestudies-details-item
    .clutch-casestudies-details-item-data
    .btn1 {
    padding: 13px 12px 14px 12px;
  }
  .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details
    .clutch-casestudies-details
    .clutch-casestudies-details-item
    .clutch-casestudies-details-item-data
    .btn2 {
    padding: 13px 17px 14px 17px;
  }
  .wraper-clutch-awards > .container {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .wraper-clutch-awards .clutch-awards .clutch-awards-heading .title {
    font-size: 28px;
  }
  .wraper-clutch-awards .clutch-awards .clutch-awards-showcase {
    margin-bottom: 30px;
  }
  .wraper-clutch-awards
    .clutch-awards
    .clutch-awards-showcase
    .clutch-awards-showcase-row
    .clutch-awards-showcase-row-item.deloitte
    img {
    top: 32px;
    right: -14px;
    width: 140px;
    max-width: initial;
  }
  .wraper-clutch-awards
    .clutch-awards
    .clutch-awards-showcase
    .clutch-awards-showcase-row
    .clutch-awards-showcase-row-item.clutch
    img {
    width: 80px;
  }
  .wraper-clutch-awards
    .clutch-awards
    .clutch-awards-showcase
    .clutch-awards-showcase-row
    .clutch-awards-showcase-row-item.goodfirms
    img {
    right: 0;
    width: 97px;
  }
  .wraper-clutch-awards
    .clutch-awards
    .clutch-awards-showcase
    .clutch-awards-showcase-row
    .clutch-awards-showcase-row-item.upwork
    img {
    right: 25px;
    width: 80px;
  }
  .wraper-clutch-services > .container {
    padding-bottom: 50px;
  }
  .wraper-clutch-practices
    .wraper-clutch-practices-title.with-top-padding
    > .container {
    padding-top: 50px;
  }
  .wraper-clutch-practices .wraper-clutch-practices-points:before {
    width: calc(50% + 200px);
  }
  .wraper-home-welcome > .container {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .wraper-home-welcome
    .home-welcome-main
    .home-welcome-main-data
    .home-welcome-main-icons
    ul.icons
    > li.clutch
    img,
  .wraper-home-welcome
    .home-welcome-main
    .home-welcome-main-data
    .home-welcome-main-icons
    ul.icons
    > li.upwork
    img {
    width: 75px;
  }
  .wraper-home-welcome
    .home-welcome-main
    .home-welcome-main-data
    .home-welcome-main-icons
    ul.icons
    > li.deloitte
    img {
    width: 120px;
  }
  .wraper-home-welcome
    .home-welcome-main
    .home-welcome-main-data
    .home-welcome-main-blocks
    .home-welcome-main-blocks-items
    > .title {
    font-size: 14px;
  }
  .wraper-home-welcome
    .home-welcome-main
    .home-welcome-main-data
    .home-welcome-main-blocks
    .home-welcome-main-blocks-items
    > .title
    strong {
    font-size: 26px;
  }
  .wraper-home-features-title > .container {
    padding-top: 0;
    padding-bottom: 45px;
  }
  .wraper-home-industry > .container {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .wraper-home-casestudies .wraper-home-casestudies-skip {
    bottom: 80px;
  }
  .mobile-app-welcome .technology-banner-icons ul.icons > li {
    margin-right: 15px;
  }
  .mobile-app-welcome .technology-banner-icons ul.icons > li.clutch img,
  .mobile-app-welcome .technology-banner-icons ul.icons > li.upwork img {
    width: 65px;
  }
  .mobile-app-welcome .technology-banner-icons ul.icons > li.deloitte img {
    width: 140px;
  }
  .wraper-mobile-casestudies
    .wraper-mobile-casestudies-box
    .mobile-casestudies-main
    .mobile-casestudies-main-data
    > .mobile-casestudies-main-data-title {
    margin-bottom: 40px;
  }
  .wraper-mobile-casestudies
    .wraper-mobile-casestudies-box
    .mobile-casestudies-main
    .mobile-casestudies-main-data
    > .mobile-casestudies-main-data-title
    > .title {
    font-size: 35px;
  }
  .wraper-ios-welcome > .container {
    max-width: 840px;
  }
  .wraper-ios-welcome
    > .container
    .ios-welcome
    .ios-welcome-data
    .technology-banner-icons
    ul.icons
    > li {
    margin-right: 15px;
  }
  .wraper-ios-welcome
    > .container
    .ios-welcome
    .ios-welcome-data
    .technology-banner-icons
    ul.icons
    > li.clutch
    img,
  .wraper-ios-welcome
    > .container
    .ios-welcome
    .ios-welcome-data
    .technology-banner-icons
    ul.icons
    > li.upwork
    img {
    width: 65px;
  }
  .wraper-ios-welcome
    > .container
    .ios-welcome
    .ios-welcome-data
    .technology-banner-icons
    ul.icons
    > li.deloitte
    img {
    width: 140px;
  }
  .oota-sec-3.ecommerce-page {
    padding: 50px 0 5px 0;
  }
  .wraper-ecommerce-covering > .container {
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .ios-development-sec-2.web-development-page {
    padding-top: 50px;
  }
  .wraper-home-services > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wraper-clutch-casestudies.home-page-v3 {
    margin-bottom: 50px;
  }
  .wraper-clutch-casestudies
    .wraper-clutch-casestudies-details.black-background
    .clutch-casestudies-details
    .clutch-casestudies-details-item
    .clutch-casestudies-details-item-data
    .btn1 {
    text-align: center;
    font-size: 1rem;
    padding: 13px 33px 14px 33px;
  }
  .wraper-clutch-banner {
    min-height: calc(100vh - 225px);
  }
  .wraper-newhome-welcome > .container {
    padding-top: 0;
  }
  .wraper-newhome-welcome .newhome-welcome-heading .title {
    font-size: 40px;
  }
  .wraper-newhome-welcome .newhome-welcome-main .newhome-welcome-data {
    width: calc(100% + 70px);
  }
  .wraper-clutch-casestudies .wraper-clutch-casestudies-title > .container {
    padding-top: 5px;
  }
  .wraper-newhome-services > .container {
    padding-top: 55px;
    padding-bottom: 5px;
  }
  .wraper-newhome-services .newhome-services .newhome-services-item {
    margin-bottom: 50px;
  }
  .wraper-newhome-services
    .newhome-services
    .newhome-services-item
    > .data
    .title {
    font-size: 40px;
  }
  .wraper-newhome-portfolio > .container {
    padding-top: 45px;
    padding-bottom: 0;
  }
  .wraper-newhome-portfolio .newhome-portfolio-heading .title {
    font-size: 40px;
  }
  .wraper-newhome-portfolio
    .newhome-portfolio-slider
    .newhome-portfolio-slider-main
    .newhome-portfolio-slider-main-item {
    padding-right: 100px;
    padding-left: 100px;
  }
  .wraper-clutch-practices {
    margin-bottom: 70px;
  }
  .wraper-clutch-practices
    .wraper-clutch-practices-title
    .clutch-practices-title
    .title {
    font-size: 40px;
  }
}
@media (max-width: 851.98px) {
  .wraper-ios-welcome > .container {
    max-width: 750px;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item {
    margin-right: 3% !important;
  }
}
@media (max-width: 768.98px) {
  .wraper-portfolio-section-seamless
    .portfolio-section-seamless-slider
    .portfolio-section-seamless-slider-main {
    margin-bottom: 10px;
    padding-top: calc((52.5 / 100) * 100%);
  }
  .wraper-portfolio-section-seamless
    .portfolio-section-seamless-slider
    .portfolio-section-seamless-slider-main
    > [class*="slide-"] {
    width: 350%;
  }
  .wraper-houselabs-welcome-card .houselabs-welcome-card > .container {
    max-width: initial;
  }
  .wraper-houselabs-welcome-card
    .houselabs-welcome-card
    .houselabs-welcome-card-box {
    margin-top: 0;
  }
  .ios-development-sec-5.blockchain-page .text-message-wrap {
    margin-bottom: 50px;
    padding-right: 0;
  }
  .wraper-joyscape-hero-banner
    .joyscape-hero-banner
    .joyscape-hero-banner-data {
    padding-top: 80px;
  }
  .wraper-joyscape-hero-banner
    .joyscape-hero-banner
    .joyscape-hero-banner-data
    h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .wraper-joyscape-hero-banner
    .joyscape-hero-banner
    .joyscape-hero-banner-image {
    width: 100%;
    padding-top: 50px;
    margin-left: 0;
    margin-bottom: -12%;
  }
}
@media (max-width: 767.98px) {
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 0;
  }
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 0;
  }
  .wraper-houselabs-overview.citybank-page .houselabs-overview > .container {
    padding-top: 50px;
  }
  .wraper-houselabs-overview.citybank-page
    .houselabs-overview
    .houselabs-overview-serviceslist {
    margin-bottom: 0;
  }
  .wraper-blockchain-work
    .blockchain-work-box
    .blockchain-work-box-item
    > .holder {
    padding: 27px 25px 15px 25px;
  }
  .wraper-blockchain-work
    .blockchain-work-box
    .blockchain-work-box-item
    > .holder
    > .data
    h4 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .wraper-blockchain-work
    .blockchain-work-box
    .blockchain-work-box-item
    > .holder
    > .data {
    margin-bottom: 27px;
  }
  .wraper-londonrag-promo .londonrag-promo-title h3 {
    font-size: 28px;
    letter-spacing: 0;
  }
  .wraper-technology-process
    .technology-process-timeline
    .technology-process-timeline-list
    > .technology-process-timeline-list-box
    > .holder.angle-left:before,
  .wraper-technology-process
    .technology-process-timeline
    .technology-process-timeline-list
    > .technology-process-timeline-list-box
    > .holder.angle-right:before {
    top: -24px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #000000;
    border-width: 12px;
    margin-left: -12px;
  }
  .wraper-clutch-banner .clutch-banner .clutch-banner-section.nyc-page {
    top: 0;
  }
  .wraper-clutch-banner
    .clutch-banner
    .clutch-banner-section
    .clutch-banner-section-form
    .clutch-banner-section-form-main.uipl-contact-form
    .form-group
    .button-4 {
    height: 53px;
  }
  .wraper-clutch-practices .wraper-clutch-practices-points:before {
    width: 100%;
  }
  .wraper-clutch-practices
    .wraper-clutch-practices-points
    .clutch-practices-points
    .clutch-practices-points-item
    ul.clutch-practices-points-item-tab {
    display: block;
    text-align: center;
  }
  .wraper-clutch-practices
    .wraper-clutch-practices-points
    .clutch-practices-points
    .clutch-practices-points-item
    ul.clutch-practices-points-item-tab
    li.nav-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
  }
  .wraper-clutch-practices
    .wraper-clutch-practices-points
    .clutch-practices-points
    .clutch-practices-points-item
    ul.clutch-practices-points-item-tab
    li.nav-item.last-child {
    margin-right: 0;
  }
  .wraper-clutch-practices
    .wraper-clutch-practices-points
    .clutch-practices-points
    .clutch-practices-points-item
    ul.clutch-practices-points-item-tab
    li.nav-item
    a {
    position: relative;
    display: block;
    padding: 0 6px 0 6px;
    border-left: none;
  }
  .wraper-clutch-services
    .clutch-services-box
    .clutch-services-box-item
    > .holder
    > .main-placeholder
    > .data
    p {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .wraper-clutch-practices
    .wraper-clutch-practices-points
    .clutch-practices-points
    .clutch-practices-points-item
    ul.clutch-practices-points-item-tab
    li.nav-item
    a:before {
    display: none;
  }
  .wraper-home-welcome
    .home-welcome-main
    .home-welcome-main-data
    .home-welcome-main-icons
    ul.icons
    > li {
    margin-right: 5px;
  }
  .wraper-home-welcome
    .home-welcome-main
    .home-welcome-main-data
    .home-welcome-main-icons
    ul.icons
    > li.clutch
    img,
  .wraper-home-welcome
    .home-welcome-main
    .home-welcome-main-data
    .home-welcome-main-icons
    ul.icons
    > li.upwork
    img {
    width: 85px;
  }
  .wraper-home-welcome
    .home-welcome-main
    .home-welcome-main-data
    .home-welcome-main-icons
    ul.icons
    > li.deloitte
    img {
    width: 140px;
  }
  .wraper-technology-banner
    .technology-banner
    .technology-banner-holder
    .new-page-title {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
  }
  .wraper-technology-banner
    .technology-banner
    .technology-banner-holder
    .new-page-subtitle {
    margin-bottom: 0.8rem;
    font-size: 12px;
    line-height: 22px;
  }
  .wraper-mobile-casestudies .wraper-mobile-casestudies-box > .container {
    padding-top: 30px;
  }
  .wraper-mobile-casestudies
    .wraper-mobile-casestudies-box
    .mobile-casestudies-main
    .mobile-casestudies-main-data
    > .mobile-casestudies-main-data-glow {
    top: -45px;
  }
  .wraper-mobile-casestudies
    .wraper-mobile-casestudies-box
    .mobile-casestudies-main
    .mobile-casestudies-main-data
    > .mobile-casestudies-main-data-title {
    margin-bottom: 40px;
  }
  .wraper-mobile-casestudies
    .wraper-mobile-casestudies-box
    .mobile-casestudies-main
    .mobile-casestudies-main-data
    > .mobile-casestudies-main-data-title
    > .title {
    font-size: 35px;
  }
  .wraper-mobile-testimonialcta {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wraper-mobile-testimonialcta
    .mobile-testimonialcta-halfbackground.left-side {
    width: 100%;
  }
  .wraper-mobile-testimonialcta
    .mobile-testimonialcta
    .mobile-testimonialcta-calltoaction {
    background-color: var(--main-black-color);
  }
  .wraper-ios-welcome > .container {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .wraper-portflio-banner > .container-fluid {
    width: auto;
    padding-top: 22vw;
    padding-right: 20px;
    padding-bottom: 10vw;
    padding-left: 20px;
  }
  .wraper-portflio-list > .container-fluid {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .wraper-banner-main > .container .banner-main .page-title {
    font-size: 35px;
  }
  .wraper-home-countdown .home-countdown .home-countdown-item:nth-child(even) {
    border-right: none;
  }
  .wraper-home-countdown
    .home-countdown
    .home-countdown-item
    > .holder
    .number {
    font-size: 28px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item {
    margin-right: 7%;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item
    > .circle-holder {
    width: 155px;
    height: 155px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item
    > .circle-holder
    > .circle-data
    .circle-title {
    font-size: 13px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item
    > .circle-holder
    > .circle-data
    .circle-title
    strong {
    font-size: 22px;
  }
  .wraper-clutch-value .clutch-value .clutch-value-section .subtitle {
    font-size: 22px;
  }
  .wraper-clutch-value .clutch-value .clutch-value-section .data {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .wraper-clutch-value .clutch-value .clutch-value-section .btn {
    text-align: center;
    font-size: 1rem;
    padding: 13px 33px 14px 33px;
    height: auto;
    letter-spacing: 0.8px;
    font-weight: 400;
  }
  .contact-sec .form-group .eff-4 {
    width: 100% !important;
    height: 53px;
  }
  .contact-sec .form-group .button-4 {
    width: 100%;
  }
  .contact-sec .form-group .button-4 .submit-btn {
    font-size: 1rem !important;
  }
  .wraper-newhome-welcome .newhome-welcome-heading {
    margin-bottom: 50px;
  }
  .wraper-newhome-welcome .newhome-welcome-heading .title {
    font-size: 35px;
  }
  .wraper-newhome-welcome .newhome-welcome-main .newhome-welcome-data {
    width: auto;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 50px 20px;
  }
  .wraper-clutch-casestudies .wraper-clutch-casestudies-title > .container {
    padding-top: 0;
  }
  .wraper-clutch-casestudies
    .wraper-clutch-casestudies-title
    .clutch-casestudies-title
    .title {
    font-size: 35px;
  }
  .wraper-newhome-services
    .newhome-services
    .newhome-services-item
    > .data
    .title {
    font-size: 35px;
  }
  .wraper-newhome-portfolio .newhome-portfolio-heading .title {
    font-size: 35px;
  }
  .wraper-newhome-portfolio
    .newhome-portfolio-slider
    .newhome-portfolio-slider-main
    .newhome-portfolio-slider-main-item {
    padding-right: 0;
    padding-left: 0;
  }
  .wraper-newhome-portfolio
    .newhome-portfolio-slider
    .newhome-portfolio-slider-navigation
    > .swiper-button-next,
  .wraper-newhome-portfolio
    .newhome-portfolio-slider
    .newhome-portfolio-slider-navigation
    > .swiper-button-prev {
    position: static !important;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .wraper-newopenreel-banner > .container {
    padding-top: 85px;
    padding-bottom: 45px;
  }
  .wraper-newopenreel-banner .newopenreel-banner .title {
    font-size: 25px;
  }
  .wraper-newopenreel-poster > .container {
    padding-bottom: 50px;
  }
  .wraper-newopenreel-poster .newopenreel-poster {
    margin-right: -20px;
    margin-left: -20px;
  }
  .wraper-newopenreel-welcome > .container {
    padding-bottom: 0;
  }
  .wraper-newopenreel-welcome
    .newopenreel-welcome
    .newopenreel-welcome-sidebar
    .newopenreel-welcome-sidebar-services {
    padding: 20px 25px 20px 25px;
  }
  .wraper-newopenreel-welcome .newopenreel-welcome .newopenreel-welcome-poster {
    margin-right: -15px;
    margin-left: -15px;
  }
  .wraper-newopenreel-result > .container {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .wraper-newopenreel-result
    .newopenreel-result-box
    .newopenreel-result-box-item {
    border-right: none;
  }
  .wraper-newopenreel-testimonial > .container {
    padding-bottom: 15px;
  }
  .wraper-newopenreel-cta > .container {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .wraper-newopenreel-cta .newopenreel-cta .title {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item {
    margin-right: 7%;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item
    > .circle-holder {
    width: 135px;
    height: 135px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item
    > .circle-holder
    > .circle-data
    .circle-title {
    font-size: 13px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item
    > .circle-holder
    > .circle-data
    .circle-title
    strong {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --uiplreplicaboxsmall: 15px;
    --uiplreplicaboxsmallminus: -15px;
    --uiplreplicaboxlarge: 15px;
    --uiplreplicaboxlargeminus: -15px;
  }
  .wraper-portfolio-section-seamless
    .portfolio-section-seamless-slider
    .portfolio-section-seamless-slider-main {
    margin-bottom: 10px;
    padding-top: calc((120 / 100) * 100%);
  }
  .wraper-portfolio-section-seamless
    .portfolio-section-seamless-slider
    .portfolio-section-seamless-slider-main
    > [class*="slide-"] {
    width: 800%;
  }
  .wraper-portfolio-section-features
    .portfolio-section-features-title
    .portfolio-section-features-title-text
    h3,
  .wraper-houselabs-features
    .houselabs-features-title
    .houselabs-features-title-text
    h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 5px;
  }
  .wraper-portfolio-section-integrations
    .portfolio-section-integrations
    .portfolio-section-integrations-pic
    > .holder {
    margin-bottom: 0;
  }
  .wraper-houselabs-hero-video
    .houselabs-hero-video
    .houselabs-hero-video-video
    > .video
    img {
    width: auto;
    height: 50vh;
    max-width: initial;
  }
  .wraper-houselabs-hero-video
    .houselabs-hero-video
    .houselabs-hero-video-video
    > .play-btn {
    width: 45px;
    height: 45px;
  }
  .wraper-houselabs-hero-video
    .houselabs-hero-video
    .houselabs-hero-video-video
    > .play-btn
    > .holder
    i {
    font-size: 13px;
  }
  .wraper-houselabs-welcome-card
    .houselabs-welcome-card
    .houselabs-welcome-card-box
    > h3,
  .wraper-houselabs-features
    .houselabs-features-screens
    .houselabs-features-screens-text
    h3 {
    font-size: 28px;
  }
  .wraper-houselabs-overview .houselabs-overview .houselabs-overview-text h3,
  .wraper-houselabs-overview .houselabs-overview .houselabs-overview-text .h3 {
    font-weight: 700 !important;
    font-size: 28px;
  }
  .wraper-freshclinic-showcase
    .freshclinic-showcase-section
    .freshclinic-showcase-section-mobile
    > .holder
    > .mobile-device {
    max-width: 180px;
  }
  .wraper-blockchain-tools .blockchain-tools-box .blockchain-tools-box-item {
    flex: 50%;
  }
  .mobile-app-sec-9.blockchain-page {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .wraper-toonyport-viewport
    .toonyport-viewport-main
    .toonyport-viewport-main-floatingstamp {
    top: -60px;
    left: 20px;
    width: 90px;
  }
  .wraper-citybank-screenshots
    .citybank-screenshots-box
    .citybank-screenshots-box-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .mobile-app-development-we-develop {
    padding-bottom: 2rem !important;
  }
  .mobile-app-development-success-stories {
    padding-top: 0;
  }
  .wraper-clutch-banner
    .clutch-banner
    .clutch-banner-section
    .clutch-banner-section-cta
    .clutch-banner-section-cta-items:before {
    top: auto;
    right: 50px;
    bottom: 0;
    left: 50px;
    width: auto;
    height: 1px;
  }
  .wraper-clutch-banner
    .clutch-banner
    .clutch-banner-section
    .clutch-banner-section-cta
    .clutch-banner-section-cta-items:after {
    top: auto;
    right: -15px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .wraper-clutch-value > .container {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .wraper-clutch-value .clutch-value .clutch-value-section .title {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .wraper-clutch-value .clutch-value .clutch-value-section .subtitle {
    font-size: 22px;
  }
  .wraper-clutch-value .clutch-value .clutch-value-section .data {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .wraper-clutch-value .clutch-value .clutch-value-section ul.horizontal-list {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    ul.horizontal-list
    li {
    padding-right: 8px;
    padding-left: 8px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    ul.horizontal-list
    li:before {
    top: 4px;
    height: 11px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item {
    margin-right: 9%;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item
    > .circle-holder {
    width: 120px;
    height: 120px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item
    > .circle-holder
    > .circle-data
    .circle-title {
    font-size: 12px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item
    > .circle-holder
    > .circle-data
    .circle-title
    strong {
    font-size: 20px;
  }
  .wraper-clutch-casestudies .wraper-clutch-casestudies-title > .container {
    padding-top: 0;
  }
  .wraper-clutch-casestudies
    .wraper-clutch-casestudies-title
    .clutch-casestudies-title
    .title {
    font-size: 30px;
  }
  .wraper-clutch-awards .clutch-awards .clutch-awards-showcase {
    margin-bottom: 30px;
  }
  .wraper-clutch-awards
    .clutch-awards
    .clutch-awards-showcase
    .clutch-awards-showcase-row
    .clutch-awards-showcase-row-item.deloitte
    img {
    top: 0;
    right: 0;
    width: 190px;
    max-width: initial;
  }
  .wraper-clutch-awards
    .clutch-awards
    .clutch-awards-showcase
    .clutch-awards-showcase-row
    .clutch-awards-showcase-row-item.clutch
    img {
    width: 70px;
  }
  .wraper-clutch-awards
    .clutch-awards
    .clutch-awards-showcase
    .clutch-awards-showcase-row
    .clutch-awards-showcase-row-item.goodfirms
    img {
    right: 0;
    width: 90px;
  }
  .wraper-clutch-awards
    .clutch-awards
    .clutch-awards-showcase
    .clutch-awards-showcase-row
    .clutch-awards-showcase-row-item.upwork
    img {
    right: 0;
    width: 70px;
  }
  .wraper-clutch-practices
    .wraper-clutch-practices-title
    .clutch-practices-title
    .title {
    font-size: 30px;
  }
  .wraper-clutch-practices
    .wraper-clutch-practices-points
    .clutch-practices-points
    .clutch-practices-points-item
    ul.clutch-practices-points-item-tab
    li.nav-item
    a:before {
    display: none;
  }
  .wraper-banner-main > .container {
    max-width: 95%;
  }
  .wraper-banner-main > .container .banner-main .page-title {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .wraper-banner-main > .container-fluid .banner-main .btn {
    padding: 10px 22px 10px 22px;
  }
  .wraper-clutch-banner .clutch-banner .clutch-banner-section .nyc-page-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 479.98px) {
  .wraper-mobile-testimonialcta
    .mobile-testimonialcta
    .mobile-testimonialcta-calltoaction {
    padding: 60px 35px 60px 35px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item {
    margin-right: 4%;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item
    > .circle-holder {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 389.98px) {
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item {
    margin-right: 11px;
  }
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item
    > .circle-holder {
    width: 98px;
    height: 98px;
  }
  .wraper-clutch-banner .clutch-banner .clutch-banner-section .nyc-page-title {
    font-size: 35px;
    line-height: 43px;
  }
}
@media (max-width: 360.98px) {
  .wraper-clutch-banner .clutch-banner .clutch-banner-section .nyc-page-title {
    font-size: 32px;
    line-height: 42px;
  }
  .wraper-clutch-practices
    .wraper-clutch-practices-points
    .clutch-practices-points
    .clutch-practices-points-item
    ul.clutch-practices-points-item-tab
    li.nav-item {
    margin-right: 7px;
  }
  .wraper-clutch-practices
    .wraper-clutch-practices-points
    .clutch-practices-points
    .clutch-practices-points-item
    ul.clutch-practices-points-item-tab
    li.nav-item.last-child {
    margin-right: 0;
  }
}
@media (max-width: 355.98px) {
  .wraper-clutch-value
    .clutch-value
    .clutch-value-section
    .circle-box
    .circle-box-item {
    margin-right: 7px;
  }
}
@media (max-width: 2299px) {
  .drop-sec-2 {
    padding-bottom: 7rem;
  }
  .drop-sec-3 .bridger-sec-text {
    padding-left: calc(100% - 94%);
    padding-right: calc(100% - 54%);
  }
  .drop-sec-5 {
    padding: 0;
    background-size: 100% 105%;
  }
  .drop-sec-7 {
    padding-bottom: 2rem;
  }
  .drop-sec-9 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main {
    margin-top: 24%;
    margin-bottom: 32px;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main
    p {
    font-size: 56px;
    line-height: 1.15;
  }
}
@media (max-width: 1920px) {
  .drop-app-sec-1 .box-position.drop-banner-content-box {
    top: 50%;
    margin-top: -262px;
  }
  .drop-app-sec-1 .drop-banner-content-box {
    padding: 6rem 5rem 6rem 4rem;
  }
  .drop-app-sec-1 {
    padding: 2rem 0 0 0;
  }
  .drop-sec-3 .bridger-sec-text {
    padding-left: calc(100% - 94%);
    padding-right: calc(100% - 58%);
  }
  .drop-sec-5 {
    background-size: 100% 108%;
  }
  .drop-sec-5 .londonrag-promo-image {
    padding-bottom: 4rem;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main {
    margin-top: 24%;
    margin-bottom: 32px;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main {
    margin-top: 18%;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .pic
    img {
    height: auto;
  }
}
@media (max-width: 1799.98px) {
  .drop-app-sec-1 .box-position.drop-banner-content-box {
    top: 50%;
    margin-top: -224px;
  }
  .drop-app-sec-1 .drop-banner-content-box {
    padding: 4rem 6rem 4rem 3rem;
  }
  .drop-sec-2 {
    padding-bottom: 4rem;
  }
  .drop-sofy.sofy-portfolio-sec-2 {
    padding-top: 3rem;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main {
    margin-top: 6%;
  }
  .freightalia-section2 .freightalia-your-sec-box .select-your-txt {
    padding: 0 4rem;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .pic
    img {
    height: 830px;
  }
}
@media (max-width: 1600.98px) {
  .drop-app-sec-1 .box-position.drop-banner-content-box {
    top: 50%;
    margin-top: -222px;
  }
  .drop-app-sec-1 .drop-banner-content-box {
    padding: 3rem 6rem 4rem 3rem;
  }
  .drop-sec-4 .drop-logo-shape {
    width: calc(100% - 82%);
    right: calc(100% - 5%);
  }
  .drop-sec-5 {
    background-size: 100% 107%;
  }
  .drop-sec-5 .londonrag-promo-image {
    padding-bottom: 5rem;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main {
    margin-top: 13%;
  }
  .freightalia-section4 .section_title {
    padding-right: calc(100% - 60%);
  }
  .wraper-freightalia-hero-banner .toonyport-hero-banner .other-container {
    max-width: 1200px;
    margin-top: -440px;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .pic
    img {
    height: 760px;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main
    p {
    font-size: 44px;
    line-height: 1.08;
  }
}
@media (max-width: 1466.98px) {
  .drop-app-sec-1 .box-position.drop-banner-content-box {
    top: 50%;
    margin-top: -222px;
  }
  .drop-app-sec-1 .drop-banner-content-box {
    padding: 3rem 3rem 4rem 3rem;
  }
  .drop-sec-2 {
    padding-bottom: 3rem;
  }
  .drop-sec-5 {
    background-size: 100% 110%;
  }
  .drop-sec-5 .londonrag-promo-image {
    padding-bottom: 0rem;
  }
  .drop-sec-4 .drop-logo-shape {
    width: calc(100% - 86%);
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main {
    margin-top: 3%;
  }
  .wraper-freightalia-hero-banner .toonyport-hero-banner .other-container {
    max-width: 1140px;
    margin-top: -418px;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .pic
    img {
    height: 708px;
  }
  .freightalia-section2 .freightalia-your-sec-box .select-your-txt p {
    min-height: 125px;
  }
}
@media (max-width: 1366.98px) {
  .drop-app-sec-1 .box-position.drop-banner-content-box {
    top: 50%;
    margin-top: -202px;
  }
  .drop-sec-2 {
    padding-bottom: 2rem;
  }
  .drop-sec-5 {
    background-size: 100% 110%;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main
    p {
    font-size: 44px;
    line-height: 1.1;
  }
  .wraper-freightalia-hero-banner .toonyport-hero-banner .other-container {
    max-width: 960px;
    margin-top: -350px;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .pic
    img {
    height: 620px;
  }
  .freightalia-section2 .freightalia-your-sec-box .select-your-txt p {
    min-height: 145px;
    margin-bottom: 4rem;
  }
}
@media (max-width: 1280.98px) {
  .drop-app-sec-1 .box-position.drop-banner-content-box {
    top: 50%;
    margin-top: -194px;
  }
  .drop-app-sec-1 .drop-banner-content-box {
    width: calc(100% - 62%);
    padding: 3rem;
  }
  .drop-sofy.sofy-portfolio-sec-2 {
    padding-top: 2rem;
  }
  .drop-sec-9 {
    padding-bottom: 3rem;
  }
  .drop-sec-3 .bridger-sec-text {
    padding-right: calc(100% - 82%);
  }
}
@media (max-width: 1199.98px) {
  .drop-app-sec-1 .box-position.drop-banner-content-box {
    top: 50%;
    margin-top: -175px;
  }
  .drop-app-sec-1 .drop-banner-content-box {
    width: calc(100% - 56%);
    padding: 2rem 3rem;
  }
  .drop-app-sec-1 .drop-banner-content-box p {
    margin-bottom: 2rem;
  }
  .wraper-freightalia-hero-banner .toonyport-hero-banner .other-container {
    max-width: 74%;
    margin-top: -26.9%;
    padding-bottom: 60px;
  }
  .freightalia-section3 .bridger-sec-text {
    max-width: 74%;
  }
  .freightalia-section3 .bridger-sec-text h4 {
    margin-bottom: 2rem;
  }
  .freightalia-section3 .bridger-sec-text p {
    margin-bottom: 2.5rem;
  }
  .freightalia-section4 .section_title {
    padding-right: calc(100% - 70%);
  }
  .freightalia-section2 .freightalia-your-sec-box .select-your-txt {
    padding: 0 2rem;
  }
  .freightalia-section2 .freightalia-your-sec-box .select-your-txt p {
    min-height: 150px;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .pic
    img {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .drop-sec-2 {
    padding-bottom: 0;
  }
  .drop-sofy.sofy-portfolio-sec-2 {
    padding-top: 0;
  }
  .drop-sec-5 {
    padding-bottom: 4rem;
    background-size: 100% 108%;
  }
  .wraper-freightalia-hero-banner .toonyport-hero-banner .other-container {
    max-width: 74%;
    margin-top: -26.8%;
    padding-bottom: 40px;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main
    p {
    font-size: 38px;
    line-height: 1.1;
  }
  .freightalia-section2 .freightalia-your-sec-box .select-your-txt {
    padding: 0 2rem;
  }
  .freightalia-section2 .freightalia-your-sec-box .select-your-txt h3 {
    min-height: 40px;
  }
  .freightalia-section2 .freightalia-your-sec-box .select-your-txt p {
    min-height: 175px;
  }
  .freightalia-section3 .bridger-sec-text {
    max-width: 84%;
  }
  .freightalia-section3 .bridger-sec-text h4,
  .freightalia-section3 .bridger-sec-text p {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .drop-sec-4 .drop-logo-shape {
    width: calc(100% - 85%);
    bottom: 7rem;
    right: calc(100% - 12%);
  }
  .drop-sec-7 {
    padding-bottom: 1rem;
  }
  .drop-sec-9 {
    padding-bottom: 1rem;
  }
  .drop-app-sec-1 .box-position.drop-banner-content-box {
    top: 50%;
    margin-top: -151px;
  }
  .drop-app-sec-1 .drop-banner-content-box {
    width: calc(100% - 44%);
    padding: 2rem 3rem;
  }
  .drop-app-sec-1 .drop-banner-content-box p {
    margin-bottom: 1rem;
  }
  .drop-sec-5 {
    padding-bottom: 3rem;
    background-size: 100% 108%;
  }
  .drop-sec-5 .select-your-sec-box {
    padding: 0;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main {
    margin-top: 5%;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main
    p {
    font-size: 32px;
    line-height: 1.1;
  }
  .wraper-freightalia-hero-banner .toonyport-hero-banner .other-container {
    max-width: 640px;
    margin-top: -252px;
    padding-bottom: 40px;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .pic
    img {
    height: 480px;
  }
  .freightalia-section2 .freightalia-your-sec-box .select-your-txt h3 {
    min-height: inherit;
  }
  .freightalia-section2 .freightalia-your-sec-box .select-your-txt p {
    min-height: auto;
    margin-bottom: 3rem;
  }
  .freightalia-section2 .freightalia-overview .bridger-sec-text {
    max-width: 84%;
  }
  .freightalia-section2 .freightalia-overview {
    padding: 3rem 0;
  }
  .freightalia-section4 .section_title {
    padding-right: calc(100% - 82%);
  }
}
@media (max-width: 767.98px) {
  .drop-app-sec-1 .box-position.drop-banner-content-box {
    top: 50%;
    margin-top: -118px;
  }
  .drop-app-sec-1 .box-position.drop-banner-content-box img {
    width: calc(100% - 72%);
  }
  .drop-app-sec-1 .drop-banner-content-box {
    width: calc(100% - 30%);
    padding: 1rem 2rem;
  }
  .drop-app-sec-1 .drop-banner-content-box .content-txt {
    font-size: 17px;
    line-height: 1.3;
  }
  .drop-app-sec-1 .drop-banner-content-box p {
    margin-bottom: 0.75rem;
  }
  .option-downloaded-txt p {
    margin-bottom: 0;
  }
  .drop-app-sec-1 {
    padding: 1rem 0 0 0;
  }
  .drop-sec-2 .houselabs-overview .houselabs-overview-text {
    margin-bottom: 0;
  }
  .drop-sec-3 {
    padding-top: 2rem;
  }
  .drop-sofy .sofy-solutions {
    margin-top: 2rem;
  }
  .drop-sec-4 .drop-logo-shape {
    bottom: 4rem;
  }
  .drop-sec-5 {
    padding-bottom: 4rem;
    background-size: cover;
  }
  .drop-sec-5 .select-your-txt {
    padding: 0 3rem 3rem 3rem;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .pic
    img {
    height: 460px;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main {
    margin-top: -22%;
  }
  .freightalia-section2 .freightalia-overview .bridger-sec-text {
    max-width: 100%;
  }
  .freightalia-section2 .freightalia-your-sec-box .freightalia-screen-holder {
    margin-bottom: 3rem;
  }
  .freightalia-section2 .freightalia-your-sec-box {
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .freightalia-section3 .bridger-sec-text {
    max-width: 100%;
  }
  .freightalia-section3 {
    padding: 0 3rem 5rem 3rem;
  }
  .wraper-freightalia-hero-banner .toonyport-hero-banner .other-container {
    max-width: 540px;
    margin-top: -210px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .drop-app-sec-1 .drop-banner-content-box {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding: 1rem 2rem;
  }
  .drop-app-sec-1 .drop-banner-content-box .content-txt {
    font-size: 15px;
    line-height: 1.3;
  }
  .drop-app-sec-1 .box-position.drop-banner-content-box {
    top: 50%;
    margin-top: -108px;
  }
  .drop-app-sec-1 .uipl-section-reveal-check img {
    max-width: 130%;
  }
  .drop-app-sec-1 .option-downloaded-txt .col-xs-6 {
    max-width: 50%;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .pic
    img {
    height: 400px;
  }
  .wraper-freightalia-hero-banner .toonyport-hero-banner .other-container {
    max-width: 440px;
    margin-top: -169px;
    padding-bottom: 40px;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main {
    margin-top: -14%;
  }
}
@media (max-width: 479.98px) {
  .drop-app-sec-1 .drop-banner-content-box p {
    font-size: 10px;
    margin-bottom: 0.5rem;
  }
  .drop-app-sec-1 .drop-banner-content-box .content-txt {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 0.75rem;
  }
  .drop-app-sec-1 .box-position.drop-banner-content-box {
    top: 50%;
    margin-top: -99px;
  }
  .drop-app-sec-1 .uipl-section-reveal-check img {
    max-width: 140%;
  }
  .wraper-freightalia-hero-banner .toonyport-hero-banner .other-container {
    max-width: 340px;
    margin-top: -128px;
    padding-bottom: 20px;
  }
  .wraper-freightalia-hero-banner
    .toonyport-hero-banner
    .toonyport-hero-banner-image
    > .holder
    > .data
    .data-main
    p {
    font-size: 30px;
    line-height: 1;
  }
  .freightalia-section2 .freightalia-overview {
    padding-top: 2rem;
  }
  .freightalia-section2 .freightalia-your-sec-box {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .freightalia-section2 .freightalia-your-sec-box .select-your-txt {
    padding-right: 0;
    padding-left: 1rem;
  }
  .freightalia-section3 {
    padding: 0 1rem 4rem 1rem;
  }
  .freightalia-section4 .section_title {
    padding-right: 0;
  }
}
@media (min-width: 1922px) {
  .frameshowcase .swiper-slide .swipe_frame {
    padding: 80px 0px 19px;
  }
  .ucrowd-slider .frame-slider .swiper-slide.swiper-slide-active {
    width: 1050px !important;
    margin: 0 36px !important;
  }
  .max-w-395 {
    max-width: 450px;
  }
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    width: 1050px !important;
    height: 535px;
  }
  .ucrowd-slider .frame_showcase {
    width: 1055px;
    height: 593px;
  }
  .ucrowd-slider .frame-slider .swiper-slide.swiper-slide-prev {
    width: 400px !important;
    height: 540px;
  }
  .frame-slider .swiper-slide.swiper-slide-next {
    width: 400px !important;
    height: 540px;
  }
}
@media (min-width: 1799px) {
  .ucrowd-hero-banner .ucrowd-hero-banner-image .holder .pic img {
    max-height: 900px;
    width: 100%;
  }
  .wraper-risposta-hero-banner .risposta-hero-banner-image .risposta-ipad {
    width: 33%;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg {
    max-width: 425px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg1 {
    right: 400px;
    bottom: -120px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data {
    max-width: 1600px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .data-main {
    max-width: 520px;
    padding: 60px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg2 {
    bottom: -210px;
  }
  .portfolio-dpi-banner .holder .pic img {
    max-height: 768px;
  }
  .wraper-dpi-features .row {
    margin-bottom: 200px;
  }
}
@media (min-width: 1200px) {
  .pl-xl-6 {
    padding-left: 5rem !important;
  }
  .pr-xl-6 {
    padding-right: 5rem !important;
  }
}
@media (min-width: 1300px) {
  .wraper-dmv-blog .container,
  .dmv-section-6 .container,
  .dmv-section-3 .container {
    max-width: 1260px;
  }
  .wraper-dpi-features .row {
    margin-bottom: 150px;
  }
}
@media (max-width: 2299px) {
  .ucrowd-slider .frameshowcase .swiper-slide .swipe_frame {
    padding: 74px 0px 19px;
  }
}
@media (max-width: 1920px) {
  .ucrowd-slider .frameshowcase .swiper-slide .swipe_frame {
    padding: 74px 3px 24px;
  }
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    height: 469px;
  }
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    left: 8px;
  }
}
@media (max-width: 1798.98px) {
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    left: 0;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg {
    max-width: 350px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg1 {
    right: 340px;
    bottom: -102px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data {
    max-width: 1400px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .data-main {
    max-width: 496px;
    padding: 53px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg2 {
    bottom: -180px;
  }
  .wraper-dpi-components .dpi-components-title .dpi-components-image img {
    margin-left: 50px;
  }
}
@media (max-width: 1600.98px) {
  .wraper-studio-booking-components .plannedyoga {
    padding-right: 100px;
  }
  .wraper-studio-booking-components .londonrag-promo-image img {
    margin-left: -30px;
  }
  .wraper-ucrowd-hero-banner
    .ucrowd-hero-banner
    .ucrowd-hero-banner-image
    > .holder
    > .data {
    top: -20px;
  }
}
@media (max-width: 1466.98px) {
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    left: 21px;
  }
  .wraper-ucrowd-hero-banner
    .ucrowd-hero-banner
    .ucrowd-hero-banner-image
    > .holder
    > .data
    h2 {
    font-size: 52px;
  }
  .wraper-ucrowd-hero-banner
    .ucrowd-hero-banner
    .ucrowd-hero-banner-image
    > .holder
    > .data {
    padding-top: 140px;
  }
  .wraper-ucrowd-banner-bottom .img-holder-ucrowd {
    max-width: 1060px;
    width: 100%;
  }
  .wraper-risposta-hero-banner .risposta-hero-banner-image .risposta-ipad {
    width: 34%;
  }
}
@media (max-width: 1444.98px) {
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    left: 7px;
  }
}
@media (max-width: 1366.98px) {
  .Perfection-img.Perfection2-img {
    margin-left: 0px;
  }
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    height: 429px;
    left: 8px;
  }
  .wraper-ucrowd-banner-bottom .img-holder-ucrowd {
    max-width: 1000px;
  }
  .wraper-studio-booking-components .londonrag-promo-image img {
    margin-left: -20px;
  }
  .wraper-studio-booking-components .plannedyoga {
    padding-right: 0;
    justify-content: flex-start;
  }
  .wraper-risposta-hero-banner .risposta-hero-banner-image .risposta-ipad {
    width: 34.5%;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg {
    max-width: 325px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg1 {
    right: 325px;
    bottom: -90px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data {
    max-width: 1300px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .data-main {
    max-width: 490px;
    padding: 53px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg2 {
    bottom: -160px;
  }
  .wraper-dpi-components .dpi-components-title .dpi-components-image img {
    margin-left: 50px;
  }
}
@media (max-width: 1280.98px) {
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    height: 402px;
    left: 8px;
  }
  .wraper-ucrowd-banner-bottom .img-holder-ucrowd {
    max-width: 940px;
  }
  .wraper-ucrowd-hero-banner
    .ucrowd-hero-banner
    .ucrowd-hero-banner-image
    > .holder
    > .data
    h2 {
    font-size: 46px;
  }
  .wraper-frut-collage .frut-collage {
    top: 160px;
  }
  .Perfection-img.Perfection2-img {
    margin-left: -60px;
  }
  .wraper-studio-booking-screenshots::after {
    width: calc(50% + 405px);
  }
  .wraper-ucrowd-hero-banner
    .ucrowd-hero-banner
    .ucrowd-hero-banner-image
    > .holder
    > .data {
    padding-top: 115px;
  }
  .mobile-frame {
    width: 320px;
    height: 465px;
  }
  .mobile-frame-slider .swiper-container {
    height: 500px;
  }
  .mobile-frame-slider-box img {
    margin: 40px auto 0;
    max-width: 297px;
  }
  .dmv-section-6 .howtouse-musicplug-box {
    padding: 60px 43px;
  }
  .wraper-ucrowd-hero-banner
    .ucrowd-hero-banner
    .ucrowd-hero-banner-image
    > .holder
    > .data {
    top: -10px;
  }
}
@media (max-width: 1200.98px) {
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    height: 402px;
    left: 0px;
  }
  .wraper-ucrowd-banner-bottom .img-holder-ucrowd {
    max-width: 920px;
  }
  .wraper-ucrowd-hero-banner {
    padding-bottom: 160px;
  }
  .wraper-frut-collage .frut-collage {
    top: 160px;
  }
  .wraper-risposta-hero-banner .risposta-hero-banner-image .risposta-ipad {
    width: 33.5%;
    bottom: -40px;
  }
  .wraper-risposta-hero-banner .risposta-hero-banner {
    padding-bottom: 60px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .pic
    img {
    height: auto;
  }
  .wraper-dpi-result ul li {
    font-size: 23px;
  }
  .wraper-dmv-banner
    .wraper-dmv-banner-data
    .dmv-banner-data
    .page-title
    strong {
    font-size: 115px;
  }
  .wraper-dmv-banner .wraper-dmv-banner-data .dmv-banner-data .page-title {
    font-size: 56px;
  }
  .wraper-dmv-banner .wraper-dmv-banner-data .dmv-banner-data .page-subtitle {
    font-size: 25px;
  }
}
@media (max-width: 1199.98px) {
  .Perfection-img.Perfection1-img {
    margin-left: -92px;
  }
  .wraper-studio-booking-screenshots::after {
    width: calc(50% + 390px);
  }
  .Perfection-img.Perfection2-img {
    margin-left: 0;
  }
  .wraper-studio-booking-components .londonrag-promo-image img {
    margin-left: 0px;
  }
  .wraper-frut-watch .frut-watch-img img {
    max-width: 450px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .data-main {
    max-width: 380px;
    padding: 30px;
    margin-bottom: 135px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .data-main
    p {
    font-size: 25px;
    line-height: 35px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg {
    max-width: 300px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg1 {
    right: 300px;
    bottom: -85px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg2 {
    right: 15px;
    bottom: -145px;
  }
  .wraper-frut-screenshots .frut-screenshots-box-item.mrg-t-125 {
    margin-top: 85px;
  }
  .wraper-frut-screenshots .frut-screenshots-box-item.last {
    margin-top: -36px;
  }
  .wraper-risposta-hero-banner .risposta-hero-banner {
    padding-top: 40px;
  }
  .wraper-risposta-hero-banner .others-banner-text.text-white p {
    font-size: 25px !important;
    line-height: 36px !important;
  }
  .dmv-section-6 .howtouse-musicplug-box {
    max-width: 480px;
    padding: 40px 33px;
  }
  .wraper-dmv-overview .dmv-overview .dmv-overview-text {
    padding-right: 0px;
  }
  .wraper-dmv-overview .dmv-overview .dmv-overview-text h3 {
    font-size: 30px;
  }
  .dmv-section-6 .howtouse-musicplug-box {
    max-width: 400px;
  }
  .dmv-section-6 .howtouse-musicplug-box p {
    font-size: 16px;
  }
  .wraper-dmv-blog
    .dmv-overview
    .dmv-overview-text
    .features
    .features-item
    p
    strong {
    font-size: 23px;
  }
  .wraper-dmv-blog .dmv-overview .dmv-overview-text h3 {
    font-size: 30px;
  }
  .mobile-slider-design .transform-skew-outer {
    width: 80%;
  }
  .max-width-580 {
    max-width: 480px;
  }
  .portfolio-text {
    margin-top: 120px;
  }
  .portfolio-dpi-banner {
    height: 670px;
  }
  .risposta-consultation .over-view-box:nth-child(1) .box-comm p {
    letter-spacing: 1.5px;
  }
  .wraper-ucrowd-hero-banner
    .ucrowd-hero-banner
    .ucrowd-hero-banner-image
    > .holder
    > .data {
    top: 0;
  }
  .wraper-ucrowd-hero-banner {
    padding-bottom: 240px;
  }
}
@media (max-width: 1024px) {
  .Perfection-img.Perfection2-img {
    margin-left: -40px;
  }
  .wraper-studio-booking-screenshots::after {
    width: calc(50% + 350px);
  }
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    height: 292px;
  }
  .wraper-ucrowd-hero-banner {
    padding-bottom: 240px;
  }
  .wraper-ucrowd-banner-bottom .img-holder-ucrowd {
    max-width: 870px;
  }
  .wraper-frut-collage .frut-collage {
    top: 130px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg {
    max-width: 270px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg1 {
    right: 280px;
    bottom: -76px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg2 {
    bottom: -125px;
  }
  .ucrowd-slider .frameshowcase .swiper-slide .swipe_frame {
    padding: 34px 3px 24px;
  }
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    height: 312px;
  }
  .mobile-frame {
    width: 280px;
    height: 407px;
  }
  .mobile-frame-slider-box img {
    margin: 35px auto 0;
    max-width: 260px;
  }
  .mobile-frame-slider .swiper-container {
    height: 445px;
  }
  .wraper-risposta-hero-banner .others-banner-text.text-white p {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .wraper-dmv-blog
    .dmv-overview
    .dmv-overview-text
    .features
    .features-item
    p
    strong {
    font-size: 20px;
  }
  .dmv-musicpluglogo {
    right: 35px;
    bottom: 25px;
  }
}
@media (max-width: 992.98px) {
  .ucrowd-slider .frameshowcase .swiper-slide .swipe_frame {
    padding: 24px 3px 16px;
  }
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    height: 312px;
    left: -16px;
  }
  .wraper-ucrowd-hero-banner {
    padding-bottom: 180px;
  }
  .wraper-ucrowd-hero-banner
    .ucrowd-hero-banner
    .ucrowd-hero-banner-image
    > .holder
    > .data
    h2 {
    font-size: 40px;
  }
  .wraper-studio-booking-components .londonrag-promo-image img {
    margin-top: 40px;
  }
  .wraper-risposta-hero-banner.banner_sec_text.common-hero-text-wrap {
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .wraper-portfolio-section-videozone {
    padding-right: 20px;
  }
  .Perfection-img.Perfection2-img {
    margin-left: -50px;
  }
  .Perfection-img.Perfection1-img {
    margin-left: -75px;
  }
  .wraper-studio-booking-screenshots::after {
    width: calc(50% + 241px);
  }
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    height: 313px;
    left: 0px;
  }
  .pad-top-7.sofy-portfolio-sec-1 {
    padding-bottom: 0;
    padding-top: 78px;
  }
  .wraper-frut-watch .frut-watch-img img {
    max-width: 400px;
  }
  .wraper-frut-collage .frut-collage .frut-collage-text {
    max-width: 492px;
  }
  .wraper-frut-collage .frut-collage .frut-collage-text h4 {
    font-size: 20px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg {
    max-width: 230px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg1 {
    right: 240px;
    bottom: -64px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg2 {
    bottom: -108px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .data-main
    h1 {
    margin-bottom: 15px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .data-main
    p {
    font-size: 23px;
    line-height: 32px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .data-main {
    max-width: 346px;
    padding: 25px;
    margin-bottom: 110px;
  }
  .wraper-frut-screenshots .frut-screenshots-box-item.last {
    margin-top: -25px;
  }
  .wraper-frut-screenshots .frut-screenshots-box-item {
    padding: 0 0px;
  }
  .wraper-frut-screenshots .frut-screenshots-box-item.mrg-t-125 {
    margin-top: 45px;
  }
  .wraper-frut-collage .frut-collage .frut-collage-text {
    max-width: 440px;
  }
  .wraper-frut-collage .frut-collage .frut-collage-text {
    max-width: 419px;
  }
  .wraper-frut-collage .frut-collage .frut-collage-text h4 {
    font-size: 17px;
  }
  .wraper-frut-collage .frut-collage {
    top: 100px;
  }
  .wraper-ucrowd-promo {
    padding: 4rem 0 4rem;
  }
  .wraper-ucrowd-promo .ucrowd-promo-title.commontext,
  .wraper-ucrowd-screenshots .ucrowd-screenshots-title.commontext {
    margin-bottom: 4rem;
  }
  .wraper-ucrowd-screenshots {
    padding-top: 4rem;
  }
  .mobile-frame-slider {
    max-width: 280px;
  }
  .risposta-slider-mobile {
    margin-bottom: 3rem;
  }
  .section-risposta-features .pic,
  .section-risposta-features .pic.right-holder {
    max-width: 600px;
  }
  .section-risposta-features .pic,
  .section-risposta-features .pic.right-holder {
    margin: 0 auto 40px;
  }
  .section-risposta-features .max-w-quisque {
    max-width: 515px;
    margin: 0 auto;
  }
  .wraper-houselabs-overview.dmv-section-4 .mrg-t-90 {
    margin-top: 0px;
  }
  .dmv-section-4.wraper-houselabs-overview {
    padding-bottom: 0px;
  }
  .dmv-section-6 {
    padding: 5rem 0rem 0rem;
  }
  .wraper-dmv-overview {
    margin: 4rem auto 0;
  }
  .dmv-section-6 .howtouse-musicplug-box {
    max-width: 360px;
    padding: 25px 20px;
  }
  .dmv-section-6 .howtouse-musicplug-box p {
    font-size: 15px;
  }
  .wraper-dmv-blog .dmv-overview .dmv-overview-text h3 {
    font-size: 27px;
  }
  .wraper-dmv-banner .wraper-dmv-banner-image .dmv-banner-image > img {
    min-height: 91vh;
  }
  .wraper-dmv-banner .wraper-dmv-banner-data .dmv-banner-data .page-title {
    font-size: 41px;
    line-height: 1.1;
  }
  .wraper-dmv-banner
    .wraper-dmv-banner-data
    .dmv-banner-data
    .page-title
    strong {
    font-size: 85px;
  }
  .wraper-dmv-banner .wraper-dmv-banner-data .dmv-banner-data .page-subtitle {
    font-size: 20px;
  }
  .wraper-dpi-components .dpi-components-title .dpi-components-image img {
    margin-left: 0px;
  }
  .wraper-dpi-features {
    padding: 0rem 0;
  }
  .wraper-dpi-features .row {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .dpi-features-image {
    margin-bottom: 3rem;
  }
  .mobile-slider-design .mobile-slider-text {
    padding-left: 7%;
  }
  .mobile-slider-design .mobile-image-holder {
    padding: 10px 12px;
    width: 250px;
    height: 506px;
    right: -125px;
  }
  .max-width-580 {
    max-width: 370px;
  }
  .mobile-slider-design .commontext h3 {
    font-size: 26px;
  }
  .mobile-slider-design .transform-skew-outer {
    height: 600px;
  }
  .portfolio-text p {
    font-size: 26px;
  }
  .portfolio-dpi-banner {
    height: 560px;
  }
  .risposta-consultation .over-view-box:nth-child(1) .box-comm p {
    letter-spacing: 3.3px;
  }
  .wraper-risposta-hero-banner .risposta-banner-after {
    width: calc(50% + 100px);
  }
}
@media (max-width: 851.98px) {
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .data-main
    p {
    font-size: 20px;
    line-height: 29px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .data-main {
    max-width: 300px;
    padding: 20px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg1 {
    right: 220px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg {
    max-width: 222px;
  }
  .wraper-frut-watch .frut-watch-img img {
    max-width: 335px;
  }
  .wraper-risposta-hero-banner .risposta-hero-banner {
    padding-top: 20px;
    padding-bottom: 26px;
  }
  .portfolio-dpi-banner .holder .pic img {
    object-fit: cover;
    height: 480px;
  }
}
@media (max-width: 768.98px) {
  .wraper-ucrowd-hero-banner {
    padding-bottom: 200px;
  }
  .ucrowd-hero-banner-image .data-main h2 {
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .wraper-studio-booking-components .freshclinic-components-title {
    padding: 0 15px;
  }
  .wraper-studio-booking-screenshots::after {
    width: 100%;
  }
  .Perfection-img.Perfection2-img {
    margin-left: 0;
    margin-top: -100px;
  }
  .Perfection-img.Perfection1-img {
    margin-left: 0px;
  }
  .wraper-ucrowd-hero-banner {
    padding-bottom: 100px;
  }
  .wraper-frut-watch .frut-watch-round {
    margin-top: 0px;
  }
  .banner-sideimg-holder {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg {
    position: relative;
    right: inherit;
    bottom: inherit;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg1 {
    right: inherit;
    bottom: inherit;
    margin-right: 50px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg2 {
    right: inherit;
    bottom: inherit;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .data-main {
    margin-bottom: 35px;
    margin-top: 80px;
  }
  .frut-hero-banner-image {
    padding-bottom: 290px;
  }
  .wraper-frut-hero-banner {
    padding-bottom: 20px;
  }
  .wraper-frut-screenshots {
    padding-top: 50px;
  }
  .wraper-frut-screenshots .frut-screenshots-box-item {
    margin-bottom: 30px;
  }
  .wraper-frut-screenshots .frut-screenshots-box-item .data.commontext {
    margin-top: 20px;
  }
  .wraper-frut-screenshots .frut-screenshots-box-item.last {
    margin-top: 0px;
  }
  .wraper-frut-screenshots .frut-screenshots-box-item.mrg-t-125 {
    margin-top: 0px;
  }
  .wraper-frut-collage .frut-collage {
    position: relative;
    top: inherit;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .pic
    img {
    min-height: 440px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data {
    bottom: inherit;
  }
  .frut-collage-img {
    display: none;
  }
  .wraper-frut-watch .frut-watch-text h3,
  .wraper-frut-screenshots .frut-screenshots-text h3 {
    font-size: 24px;
  }
  .studio-booking-portfolio.pt-12 {
    padding-top: 0px !important;
  }
  .studio-booking-portfolio .sofy-challenges {
    background: #fff;
  }
  .wraper-portfolio-section-videozone
    .portfolio-section-videozone
    .portfolio-section-videozone-video
    > .video {
    border: 2px #000 solid;
  }
  .wraper-portfolio-section-videozone
    .portfolio-section-videozone
    .portfolio-section-videozone-video
    > .video
    img {
    border: 5px #fff solid;
  }
  .why-it-works-Desktop {
    display: none;
  }
  .why-it-works-mobile {
    display: block;
  }
  .why-it-works-mobile .mobile_showdiv {
    width: 273px;
    height: 505px;
    left: 0;
    right: 0;
    top: 0;
    transform: inherit;
    margin: 0 auto;
    position: absolute;
  }
  .works-mobile-screen {
    width: 273px;
    height: 505px;
  }
  .why-it-works-mobile .inmobileshowcase {
    margin: 50px auto;
    width: 273px;
    padding: 54px 16px 52px;
  }
  .why-it-works-mobile .works-mobile-screen {
    width: 242px;
    height: 384px;
  }
  .why-it-works-mobile .works-mobile-screen .swipe_inn img {
    width: 100%;
    border-radius: 0px;
  }
  .why-it-works-mobile .inmobileshowcase .swiper-slide {
    padding: 0px;
  }
  .pad-top-7.sofy-portfolio-sec-1 {
    padding-bottom: 22px;
    padding-top: 50px;
  }
  .wraper-ucrowd-promo {
    padding: 3rem 0 3rem;
  }
  .wraper-ucrowd-promo .ucrowd-promo-title.commontext,
  .wraper-ucrowd-screenshots .ucrowd-screenshots-title.commontext {
    margin-bottom: 3rem;
  }
  .wraper-ucrowd-screenshots {
    padding-top: 3rem;
  }
  .wraper-ucrowd-screenshots .ucrowd-screenshots-title.commontext p {
    margin-bottom: 20px;
  }
  .vertical-user-wrap {
    height: auto;
  }
  .section-risposta-features {
    padding-top: 3rem;
  }
  .section-risposta-features .pic,
  .section-risposta-features .pic.right-holder {
    max-width: 515px;
  }
  .wraper-risposta-hero-banner .risposta-banner-after {
    width: 100%;
    height: 70%;
  }
  .wraper-risposta-hero-banner .risposta-hero-banner {
    padding-top: 0;
    padding-bottom: 45px;
  }
  .wraper-risposta-hero-banner.banner_sec_text.common-hero-text-wrap {
    padding-left: 0;
  }
  .dmv-section-6 .howtouse-musicplug-box {
    position: relative;
    margin-left: 15px;
    bottom: inherit;
    max-width: calc(100% - 30px);
    padding: 35px 25px;
  }
  .dmv-section-6 .howtouse-musicplug-box p {
    font-size: 15px;
  }
  .wraper-dmv-blog .mobility-right {
    right: -47px;
  }
  .max-width-dmv-overview,
  .features-dmv-box .features.underline-wrap {
    padding-left: 20px;
  }
  .wraper-dmv-blog {
    margin: 3rem auto 4rem;
  }
  .dmv-section-3 {
    padding: 0rem;
  }
  .wraper-dmv-banner .wraper-dmv-banner-data .dmv-banner-data .page-title {
    font-size: 30px;
    line-height: 1.1;
  }
  .wraper-dmv-banner
    .wraper-dmv-banner-data
    .dmv-banner-data
    .page-title
    strong {
    font-size: 63px;
  }
  .key-features-overview .houselabs-overview .houselabs-overview-text ul li {
    padding-bottom: 3px;
    padding-top: 3px;
  }
  .wraper-dpi-result ul li {
    font-size: 20px;
  }
  .wraper-dpi-components {
    padding: 3rem 0;
  }
  .max-width-580 {
    max-width: 100%;
  }
  .mobile-slider-design .commontext h3 {
    margin-bottom: 20px;
  }
  .mobile-slider-design .mobile-image-holder {
    position: relative;
  }
  .mobile-slider-design .transform-skew-outer {
    padding: 50px 0;
    width: 100%;
    height: auto;
  }
  .mobile-slider-design .mobile-image-holder {
    left: auto;
    right: auto;
    margin: 0 auto 40px;
  }
  .mobile-slider-design .swiper-next-prev-holder-round.swiper-next-prev-holder {
    margin: 0 auto;
  }
  .mobile-slider-design .mobile-slider-text {
    padding: 0 15px;
    text-align: center;
  }
  .portfolio-text {
    margin-top: 100px;
  }
  .portfolio-text p {
    font-size: 24px;
  }
  .mobile-slider-design {
    padding: 3rem 0;
  }
  .wraper-dpi-result {
    padding-bottom: 3rem;
  }
  .portfolio-dpi-banner {
    height: 500px;
  }
}
@media (max-width: 680.98px) {
  .wraper-ucrowd-hero-banner {
    padding-bottom: 160px;
  }
  .wraper-ucrowd-hero-banner
    .ucrowd-hero-banner
    .ucrowd-hero-banner-image
    > .holder
    > .data
    h2 {
    font-size: 30px;
  }
  .wraper-dmv-blog .mobility-right {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .ucrowd-slider .frameshowcase .swiper-slide .swipe_frame {
    padding: 30px 3px 16px;
  }
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    height: 270px;
    left: 0px;
  }
  .wraper-ucrowd-banner-bottom .img-holder-ucrowd {
    max-width: 480px;
  }
  .wraper-ucrowd-hero-banner
    .ucrowd-hero-banner
    .ucrowd-hero-banner-image
    > .holder
    > .data
    h2 {
    font-size: 26px;
  }
  .wraper-ucrowd-hero-banner
    .ucrowd-hero-banner
    .ucrowd-hero-banner-image
    > .holder
    > .data {
    padding-top: 80px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg1 {
    margin-right: 30px;
  }
  .frut-hero-banner-image {
    padding-bottom: 290px;
  }
  .wraper-frut-watch .frut-watch-img img {
    top: 55px;
    max-width: 285px;
  }
  .wraper-dmv-banner
    .wraper-dmv-banner-data
    .dmv-banner-data
    .page-title
    strong {
    font-size: 50px;
  }
  .wraper-dmv-banner .wraper-dmv-banner-data .dmv-banner-data .page-title {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .wraper-dmv-banner .wraper-dmv-banner-data .dmv-banner-data .page-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .wraper-dmv-blog .dmv-overview .dmv-overview-text h3 {
    font-size: 24px;
  }
  .max-width-dmv-overview,
  .features-dmv-box .features.underline-wrap {
    padding-left: 0px;
  }
  .features-dmv-box .features.underline-wrap {
    top: 25px;
  }
  .wraper-dpi-result ul li {
    font-size: 18px;
  }
}
@media (max-width: 480.98px) {
  .ucrowd-slider .frameshowcase .swiper-slide .swipe_frame {
    padding: 26px 3px 16px;
  }
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    height: 220px;
  }
  .wraper-ucrowd-hero-banner
    .ucrowd-hero-banner
    .ucrowd-hero-banner-image
    > .holder
    > .data {
    padding-top: 80px;
  }
  .wraper-studio-booking-components .freshclinic-components-title {
    padding: 0px;
  }
  .wraper-frut-hero-banner
    .frut-hero-banner
    .frut-hero-banner-image
    > .holder
    .data
    .banner-sideimg.banner-sideimg1 {
    margin-right: 0px;
  }
  .Perfection-img.Perfection2-img {
    margin-top: -60px;
  }
  .wraper-risposta-hero-banner .risposta-banner-after {
    height: 75%;
  }
  .portfolio-dpi-banner {
    height: 480px;
  }
}
@media (max-width: 479.98px) {
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    height: 219px;
  }
}
@media (max-width: 389.98px) {
  .ucrowd-slider .frameshowcase .swiper-slide .swipe_frame {
    padding: 20px 2px 16px;
  }
  .frut-hero-banner-image {
    padding-bottom: 200px;
  }
  .wraper-frut-watch .frut-watch-img img {
    top: 32px;
    max-width: 260px;
  }
  .frut-hero-banner-image {
    padding-bottom: 250px;
  }
  .wraper-dmv-blog .dmv-overview .dmv-overview-text h3 {
    font-size: 20px;
  }
}
@media (max-width: 375.98px) {
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    height: 166px;
  }
}
@media (max-width: 360.98px) {
  .ucrowd-slider
    .frame-slider
    .swiper-slide.swiper-slide-active
    .swipe_frame
    img {
    height: 158px;
  }
}
/*# sourceMappingURL=style.css.map */
.content-area {
  display: inherit;
  margin-top: 50px;
}
.maxburst-billboard p {
  font: normal normal 28px/37px "sofia-pro", sans-serif;
  padding: 35px 0;
  color: #fff;
}
@media (min-width: 992px) {
  .maxburst-billboard .content-area {
    display: flex;
    align-items: center;
    align-content: center;
    height: 450px;
  }
}

@media (min-width: 1199px) {
  .maxburst-billboard .bullet-wrapper {
    font: 600 normal 88px/95px "sofia-pro", sans-serif;
  }
  .maxburst-billboard .content-area {
    height: 465px;
  }
}

@media (min-width: 1650px) {
  .maxburst-billboard .content-area {
    height: 586px;
  }
}
.maxburst-billboard .bullet-wrapper {
  font: 600 normal 45px/65px "CircularStd", sans-serif;
}

.maxburst-billboard .slick-dots {
  text-align: center;
  max-width: 100%;
  position: relative;
}

.maxburst-billboard .slick-dots li {
  font: normal 400 16px;
  display: inline-block;
  margin: 0 10px;
  padding: 0 3px;
  cursor: pointer;
  letter-spacing: normal;
  color: #d1d1d1;
  border-bottom: 1px solid transparent;
}
.maxburst-billboard .slick-dots li.slick-active {
  color: #e53d32;
  border-bottom: 1px solid #e53d32;
}
.maxburst-billboard .slick-arrow {
  top: -250px;
}
.maxburst-billboard .slick-arrow:before {
  color: #fff;
  font-size: 40px;
}
.maxburst-billboard .slick-arrow.slick-prev {
  left: 0;
}
.maxburst-billboard .slick-arrow.slick-next {
  right: 0;
}

/*//Billboard animation*/
.fade-text-1,
.fade-text-2,
.fade-text-3 {
}

.fade-text-1 {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out 0s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-text-1 .alternate-color {
  color: #fff;
  animation: colorChange 4s ease-out 3s alternate infinite none running;
}
@keyframes colorChange {
  0%,
  100% {
    color: #fff;
  }

  50% {
    color: #e53d32;
  }
}

.fade-text-2 {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out 1s forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fade-text-2 .alternate-color {
  color: #fff;
  animation: colorChange 4s ease-out 4s alternate infinite none running;
}
@keyframes colorChange {
  0%,
  100% {
    color: #fff;
  }

  50% {
    color: #e53d32;
  }
}

.fade-text-3 {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out 2s forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fade-text-3 .alternate-color {
  color: #fff;
  animation: colorChange 4s ease-out 5s alternate infinite none running;
}
@keyframes colorChange {
  0%,
  100% {
    color: #fff;
  }

  50% {
    color: #e53d32;
  }
}

@media (min-width: 768px) {
  .maxburst-billboard .bullet-wrapper {
    font: 600 normal 65px/75px "CircularStd", sans-serif;
  }
  .maxburst-billboard .content-wrapper {
    font: normal normal 28px/37px "CircularStd", sans-serif;
    padding: 100px 0;
  }
}

@media (min-width: 992px) {
  .maxburst-billboard .content-area {
    display: flex;
    align-items: center;
    align-content: center;
    height: 450px;
  }
}

@media (min-width: 1199px) {
  .maxburst-billboard .bullet-wrapper {
    font: 600 normal 88px/95px "CircularStd", sans-serif;
  }
  .maxburst-billboard .content-area {
    height: 465px;
  }
}

@media (min-width: 1650px) {
  .maxburst-billboard .content-area {
    height: 586px;
  }
}

.home .how-we-do-it .section-title {
  font-size: 72px;
}

.home .how-we-do--row .title {
  font-size: 36px;
}

.home .how-we-do-it .section--heading p {
  font-size: 24px;
}
.address-info-img {
  position: relative;
  padding-bottom: 75%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.address-info-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.clutch-casestudies-details-item-data .subtitle {
  font-size: 20px;
  letter-spacing: 3px;
}
.clutch-casestudies-details-item-data .subtitle:after {
  height: 2px;
  display: block;
  width: 90px;
  background: #e53d32;
  border-right: 1px white;
  content: "";
}

.logo_item img {
  float: left;
  height: 45px;
  border: 1px solid #b9b8b8;
  padding: 5px 3px;
  margin-right: 3px;
  margin-top: 7px;
}
a.logo_item {
  display: block;
}
