/*!
* Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

.small,
small {
  font-size: 0.875em;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1380px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.about .about__box:hover img{
  transform: unset!important;
}
.about .about__box{
  cursor: unset!important;
}
.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 13, 2021 */
@font-face {
  font-family: "poppinsregular";
  src: url("../fonts/poppins-regular-webfont.eot");
  src: url("../fonts/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/poppins-regular-webfont.woff2") format("woff2"),
    url("../fonts/poppins-regular-webfont.woff") format("woff"),
    url("../fonts/poppins-regular-webfont.ttf") format("truetype"),
    url("../fonts/poppins-regular-webfont.svg#poppinsregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppinssemibold";
  src: url("../fonts/poppins-semibold-webfont.eot");
  src: url("../fonts/poppins-semibold-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/poppins-semibold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-semibold-webfont.woff") format("woff"),
    url("../fonts/poppins-semibold-webfont.ttf") format("truetype"),
    url("../fonts/poppins-semibold-webfont.svg#poppinssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppinsbold";
  src: url("../fonts/poppins-bold-webfont.eot");
  src: url("../fonts/poppins-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/poppins-bold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-bold-webfont.woff") format("woff"),
    url("../fonts/poppins-bold-webfont.ttf") format("truetype"),
    url("../fonts/poppins-bold-webfont.svg#poppinsbold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_pro_semibold";
  src: url("../fonts/sourcesanspro-semibold-webfont.eot");
  src: url("../fonts/sourcesanspro-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/sourcesanspro-semibold-webfont.woff2") format("woff2"),
    url("../fonts/sourcesanspro-semibold-webfont.woff") format("woff"),
    url("../fonts/sourcesanspro-semibold-webfont.ttf") format("truetype"),
    url("../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_pro_italic";
  src: url("../fonts/sourcesanspro-italic-webfont.eot");
  src: url("../fonts/sourcesanspro-italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/sourcesanspro-italic-webfont.woff2") format("woff2"),
    url("../fonts/sourcesanspro-italic-webfont.woff") format("woff"),
    url("../fonts/sourcesanspro-italic-webfont.ttf") format("truetype"),
    url("../fonts/sourcesanspro-italic-webfont.svg#source_sans_proitalic")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_pro_light";
  src: url("../fonts/sourcesanspro-light-webfont.eot");
  src: url("../fonts/sourcesanspro-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/sourcesanspro-light-webfont.woff2") format("woff2"),
    url("../fonts/sourcesanspro-light-webfont.woff") format("woff"),
    url("../fonts/sourcesanspro-light-webfont.ttf") format("truetype"),
    url("../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_pro_light_italic";
  src: url("../fonts/sourcesanspro-lightitalic-webfont.eot");
  src: url("../fonts/sourcesanspro-lightitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/sourcesanspro-lightitalic-webfont.woff2") format("woff2"),
    url("../fonts/sourcesanspro-lightitalic-webfont.woff") format("woff"),
    url("../fonts/sourcesanspro-lightitalic-webfont.ttf") format("truetype"),
    url("../fonts/sourcesanspro-lightitalic-webfont.svg#source_sans_prolight_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_pro_regular";
  src: url("../fonts/sourcesanspro-regular-webfont.eot");
  src: url("../fonts/sourcesanspro-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"),
    url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"),
    url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype"),
    url("../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_pro_SBIt";
  src: url("../fonts/sourcesanspro-semibolditalic-webfont.eot");
  src: url("../fonts/sourcesanspro-semibolditalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/sourcesanspro-semibolditalic-webfont.woff2") format("woff2"),
    url("../fonts/sourcesanspro-semibolditalic-webfont.woff") format("woff"),
    url("../fonts/sourcesanspro-semibolditalic-webfont.ttf") format("truetype"),
    url("../fonts/sourcesanspro-semibolditalic-webfont.svg#source_sans_proSBdIt")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_pro_black";
  src: url("../fonts/sourcesanspro-black-webfont.eot");
  src: url("../fonts/sourcesanspro-black-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/sourcesanspro-black-webfont.woff2") format("woff2"),
    url("../fonts/sourcesanspro-black-webfont.woff") format("woff"),
    url("../fonts/sourcesanspro-black-webfont.ttf") format("truetype"),
    url("../fonts/sourcesanspro-black-webfont.svg#source_sans_problack") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_pro_black_italic";
  src: url("../fonts/sourcesanspro-blackitalic-webfont.eot");
  src: url("../fonts/sourcesanspro-blackitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/sourcesanspro-blackitalic-webfont.woff2") format("woff2"),
    url("../fonts/sourcesanspro-blackitalic-webfont.woff") format("woff"),
    url("../fonts/sourcesanspro-blackitalic-webfont.ttf") format("truetype"),
    url("../fonts/sourcesanspro-blackitalic-webfont.svg#source_sans_problack_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_pro_bold";
  src: url("../fonts/sourcesanspro-bold-webfont.eot");
  src: url("../fonts/sourcesanspro-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/sourcesanspro-bold-webfont.woff2") format("woff2"),
    url("../fonts/sourcesanspro-bold-webfont.woff") format("woff"),
    url("../fonts/sourcesanspro-bold-webfont.ttf") format("truetype"),
    url("../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_pro_bold_italic";
  src: url("../fonts/sourcesanspro-bolditalic-webfont.eot");
  src: url("../fonts/sourcesanspro-bolditalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/sourcesanspro-bolditalic-webfont.woff2") format("woff2"),
    url("../fonts/sourcesanspro-bolditalic-webfont.woff") format("woff"),
    url("../fonts/sourcesanspro-bolditalic-webfont.ttf") format("truetype"),
    url("../fonts/sourcesanspro-bolditalic-webfont.svg#source_sans_probold_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_pro_extralight";
  src: url("../fonts/sourcesanspro-extralight-webfont.eot");
  src: url("../fonts/sourcesanspro-extralight-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/sourcesanspro-extralight-webfont.woff2") format("woff2"),
    url("../fonts/sourcesanspro-extralight-webfont.woff") format("woff"),
    url("../fonts/sourcesanspro-extralight-webfont.ttf") format("truetype"),
    url("../fonts/sourcesanspro-extralight-webfont.svg#source_sans_proextralight")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_pro_XLtIt";
  src: url("../fonts/sourcesanspro-extralightitalic-webfont.eot");
  src: url("../fonts/sourcesanspro-extralightitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/sourcesanspro-extralightitalic-webfont.woff2") format("woff2"),
    url("../fonts/sourcesanspro-extralightitalic-webfont.woff") format("woff"),
    url("../fonts/sourcesanspro-extralightitalic-webfont.ttf") format("truetype"),
    url("../fonts/sourcesanspro-extralightitalic-webfont.svg#source_sans_proXLtIt")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Feather";
  src: url("../fonts/Feather.ttf?sdxovp") format("truetype"),
    url("../fonts/Feather.woff?sdxovp") format("woff"),
    url("../fonts/Feather.svg?sdxovp#Feather") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="feather-"],
[class*=" feather-"] {
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.feather-activity:before {
  content: "\e900";
}

.feather-airplay:before {
  content: "\e901";
}

.feather-alert-circle:before {
  content: "\e902";
}

.feather-alert-octagon:before {
  content: "\e903";
}

.feather-alert-triangle:before {
  content: "\e904";
}

.feather-align-center:before {
  content: "\e905";
}

.feather-align-justify:before {
  content: "\e906";
}

.feather-align-left:before {
  content: "\e907";
}

.feather-align-right:before {
  content: "\e908";
}

.feather-anchor:before {
  content: "\e909";
}

.feather-aperture:before {
  content: "\e90a";
}

.feather-archive:before {
  content: "\e90b";
}

.feather-arrow-down:before {
  content: "\e90c";
}

.feather-arrow-down-circle:before {
  content: "\e90d";
}

.feather-arrow-down-left:before {
  content: "\e90e";
}

.feather-arrow-down-right:before {
  content: "\e90f";
}

.feather-arrow-left:before {
  content: "\e910";
}

.feather-arrow-left-circle:before {
  content: "\e911";
}

.feather-arrow-right:before {
  content: "\e912";
}

.feather-arrow-right-circle:before {
  content: "\e913";
}

.feather-arrow-up:before {
  content: "\e914";
}

.feather-arrow-up-circle:before {
  content: "\e915";
}

.feather-arrow-up-left:before {
  content: "\e916";
}

.feather-arrow-up-right:before {
  content: "\e917";
}

.feather-at-sign:before {
  content: "\e918";
}

.feather-award:before {
  content: "\e919";
}

.feather-bar-chart:before {
  content: "\e91a";
}

.feather-bar-chart-2:before {
  content: "\e91b";
}

.feather-battery:before {
  content: "\e91c";
}

.feather-battery-charging:before {
  content: "\e91d";
}

.feather-bell:before {
  content: "\e91e";
}

.feather-bell-off:before {
  content: "\e91f";
}

.feather-bluetooth:before {
  content: "\e920";
}

.feather-bold:before {
  content: "\e921";
}

.feather-book:before {
  content: "\e922";
}

.feather-book-open:before {
  content: "\e923";
}

.feather-bookmark:before {
  content: "\e924";
}

.feather-box:before {
  content: "\e925";
}

.feather-briefcase:before {
  content: "\e926";
}

.feather-calendar:before {
  content: "\e927";
}

.feather-camera:before {
  content: "\e928";
}

.feather-camera-off:before {
  content: "\e929";
}

.feather-cast:before {
  content: "\e92a";
}

.feather-check:before {
  content: "\e92b";
}

.feather-check-circle:before {
  content: "\e92c";
}

.feather-check-square:before {
  content: "\e92d";
}

.feather-chevron-down:before {
  content: "\e92e";
}

.feather-chevron-left:before {
  content: "\e92f";
}

.feather-chevron-right:before {
  content: "\e930";
}

.feather-chevron-up:before {
  content: "\e931";
}

.feather-chevrons-down:before {
  content: "\e932";
}

.feather-chevrons-left:before {
  content: "\e933";
}

.feather-chevrons-right:before {
  content: "\e934";
}

.feather-chevrons-up:before {
  content: "\e935";
}

.feather-chrome:before {
  content: "\e936";
}

.feather-circle:before {
  content: "\e937";
}

.feather-clipboard:before {
  content: "\e938";
}

.feather-clock:before {
  content: "\e939";
}

.feather-cloud:before {
  content: "\e93a";
}

.feather-cloud-drizzle:before {
  content: "\e93b";
}

.feather-cloud-lightning:before {
  content: "\e93c";
}

.feather-cloud-off:before {
  content: "\e93d";
}

.feather-cloud-rain:before {
  content: "\e93e";
}

.feather-cloud-snow:before {
  content: "\e93f";
}

.feather-code:before {
  content: "\e940";
}

.feather-codepen:before {
  content: "\e941";
}

.feather-command:before {
  content: "\e942";
}

.feather-compass:before {
  content: "\e943";
}

.feather-copy:before {
  content: "\e944";
}

.feather-corner-down-left:before {
  content: "\e945";
}

.feather-corner-down-right:before {
  content: "\e946";
}

.feather-corner-left-down:before {
  content: "\e947";
}

.feather-corner-left-up:before {
  content: "\e948";
}

.feather-corner-right-down:before {
  content: "\e949";
}

.feather-corner-right-up:before {
  content: "\e94a";
}

.feather-corner-up-left:before {
  content: "\e94b";
}

.feather-corner-up-right:before {
  content: "\e94c";
}

.feather-cpu:before {
  content: "\e94d";
}

.feather-credit-card:before {
  content: "\e94e";
}

.feather-crop:before {
  content: "\e94f";
}

.feather-crosshair:before {
  content: "\e950";
}

.feather-database:before {
  content: "\e951";
}

.feather-delete:before {
  content: "\e952";
}

.feather-disc:before {
  content: "\e953";
}

.feather-dollar-sign:before {
  content: "\e954";
}

.feather-download:before {
  content: "\e955";
}

.feather-download-cloud:before {
  content: "\e956";
}

.feather-droplet:before {
  content: "\e957";
}

.feather-edit:before {
  content: "\e958";
}

.feather-edit-2:before {
  content: "\e959";
}

.feather-edit-3:before {
  content: "\e95a";
}

.feather-external-link:before {
  content: "\e95b";
}

.feather-eye:before {
  content: "\e95c";
}

.feather-eye-off:before {
  content: "\e95d";
}

.feather-facebook:before {
  content: "\e95e";
}

.feather-fast-forward:before {
  content: "\e95f";
}

.feather-feather:before {
  content: "\e960";
}

.feather-file:before {
  content: "\e961";
}

.feather-file-minus:before {
  content: "\e962";
}

.feather-file-plus:before {
  content: "\e963";
}

.feather-file-text:before {
  content: "\e964";
}

.feather-film:before {
  content: "\e965";
}

.feather-filter:before {
  content: "\e966";
}

.feather-flag:before {
  content: "\e967";
}

.feather-folder:before {
  content: "\e968";
}

.feather-folder-minus:before {
  content: "\e969";
}

.feather-folder-plus:before {
  content: "\e96a";
}

.feather-gift:before {
  content: "\e96b";
}

.feather-git-branch:before {
  content: "\e96c";
}

.feather-git-commit:before {
  content: "\e96d";
}

.feather-git-merge:before {
  content: "\e96e";
}

.feather-git-pull-request:before {
  content: "\e96f";
}

.feather-github:before {
  content: "\e970";
}

.feather-gitlab:before {
  content: "\e971";
}

.feather-globe:before {
  content: "\e972";
}

.feather-grid:before {
  content: "\e973";
}

.feather-hard-drive:before {
  content: "\e974";
}

.feather-hash:before {
  content: "\e975";
}

.feather-headphones:before {
  content: "\e976";
}

.feather-heart:before {
  content: "\e977";
}

.feather-help-circle:before {
  content: "\e978";
}

.feather-home:before {
  content: "\e979";
}

.feather-image:before {
  content: "\e97a";
}

.feather-inbox:before {
  content: "\e97b";
}

.feather-info:before {
  content: "\e97c";
}

.feather-instagram:before {
  content: "\e97d";
}

.feather-italic:before {
  content: "\e97e";
}

.feather-layers:before {
  content: "\e97f";
}

.feather-layout:before {
  content: "\e980";
}

.feather-life-buoy:before {
  content: "\e981";
}

.feather-link:before {
  content: "\e982";
}

.feather-link-2:before {
  content: "\e983";
}

.feather-linkedin:before {
  content: "\e984";
}

.feather-list:before {
  content: "\e985";
}

.feather-loader:before {
  content: "\e986";
}

.feather-lock:before {
  content: "\e987";
}

.feather-log-in:before {
  content: "\e988";
}

.feather-log-out:before {
  content: "\e989";
}

.feather-mail:before {
  content: "\e98a";
}

.feather-map:before {
  content: "\e98b";
}

.feather-map-pin:before {
  content: "\e98c";
}

.feather-maximize:before {
  content: "\e98d";
}

.feather-maximize-2:before {
  content: "\e98e";
}

.feather-menu:before {
  content: "\e98f";
}

.feather-message-circle:before {
  content: "\e990";
}

.feather-message-square:before {
  content: "\e991";
}

.feather-mic:before {
  content: "\e992";
}

.feather-mic-off:before {
  content: "\e993";
}

.feather-minimize:before {
  content: "\e994";
}

.feather-minimize-2:before {
  content: "\e995";
}

.feather-minus:before {
  content: "\e996";
}

.feather-minus-circle:before {
  content: "\e997";
}

.feather-minus-square:before {
  content: "\e998";
}

.feather-monitor:before {
  content: "\e999";
}

.feather-moon:before {
  content: "\e99a";
}

.feather-more-horizontal:before {
  content: "\e99b";
}

.feather-more-vertical:before {
  content: "\e99c";
}

.feather-move:before {
  content: "\e99d";
}

.feather-music:before {
  content: "\e99e";
}

.feather-navigation:before {
  content: "\e99f";
}

.feather-navigation-2:before {
  content: "\e9a0";
}

.feather-octagon:before {
  content: "\e9a1";
}

.feather-package:before {
  content: "\e9a2";
}

.feather-paperclip:before {
  content: "\e9a3";
}

.feather-pause:before {
  content: "\e9a4";
}

.feather-pause-circle:before {
  content: "\e9a5";
}

.feather-percent:before {
  content: "\e9a6";
}

.feather-phone:before {
  content: "\e9a7";
}

.feather-phone-call:before {
  content: "\e9a8";
}

.feather-phone-forwarded:before {
  content: "\e9a9";
}

.feather-phone-incoming:before {
  content: "\e9aa";
}

.feather-phone-missed:before {
  content: "\e9ab";
}

.feather-phone-off:before {
  content: "\e9ac";
}

.feather-phone-outgoing:before {
  content: "\e9ad";
}

.feather-pie-chart:before {
  content: "\e9ae";
}

.feather-play:before {
  content: "\e9af";
}

.feather-play-circle:before {
  content: "\e9b0";
}

.feather-plus:before {
  content: "\e9b1";
}

.feather-plus-circle:before {
  content: "\e9b2";
}

.feather-plus-square:before {
  content: "\e9b3";
}

.feather-pocket:before {
  content: "\e9b4";
}

.feather-power:before {
  content: "\e9b5";
}

.feather-printer:before {
  content: "\e9b6";
}

.feather-radio:before {
  content: "\e9b7";
}

.feather-refresh-ccw:before {
  content: "\e9b8";
}

.feather-refresh-cw:before {
  content: "\e9b9";
}

.feather-repeat:before {
  content: "\e9ba";
}

.feather-rewind:before {
  content: "\e9bb";
}

.feather-rotate-ccw:before {
  content: "\e9bc";
}

.feather-rotate-cw:before {
  content: "\e9bd";
}

.feather-rss:before {
  content: "\e9be";
}

.feather-save:before {
  content: "\e9bf";
}

.feather-scissors:before {
  content: "\e9c0";
}

.feather-search:before {
  content: "\e9c1";
}

.feather-send:before {
  content: "\e9c2";
}

.feather-server:before {
  content: "\e9c3";
}

.feather-settings:before {
  content: "\e9c4";
}

.feather-share:before {
  content: "\e9c5";
}

.feather-share-2:before {
  content: "\e9c6";
}

.feather-shield:before {
  content: "\e9c7";
}

.feather-shield-off:before {
  content: "\e9c8";
}

.feather-shopping-bag:before {
  content: "\e9c9";
}

.feather-shopping-cart:before {
  content: "\e9ca";
}

.feather-shuffle:before {
  content: "\e9cb";
}

.feather-sidebar:before {
  content: "\e9cc";
}

.feather-skip-back:before {
  content: "\e9cd";
}

.feather-skip-forward:before {
  content: "\e9ce";
}

.feather-slack:before {
  content: "\e9cf";
}

.feather-slash:before {
  content: "\e9d0";
}

.feather-sliders:before {
  content: "\e9d1";
}

.feather-smartphone:before {
  content: "\e9d2";
}

.feather-speaker:before {
  content: "\e9d3";
}

.feather-square:before {
  content: "\e9d4";
}

.feather-star:before {
  content: "\e9d5";
}

.feather-stop-circle:before {
  content: "\e9d6";
}

.feather-sun:before {
  content: "\e9d7";
}

.feather-sunrise:before {
  content: "\e9d8";
}

.feather-sunset:before {
  content: "\e9d9";
}

.feather-tablet:before {
  content: "\e9da";
}

.feather-tag:before {
  content: "\e9db";
}

.feather-target:before {
  content: "\e9dc";
}

.feather-terminal:before {
  content: "\e9dd";
}

.feather-thermometer:before {
  content: "\e9de";
}

.feather-thumbs-down:before {
  content: "\e9df";
}

.feather-thumbs-up:before {
  content: "\e9e0";
}

.feather-toggle-left:before {
  content: "\e9e1";
}

.feather-toggle-right:before {
  content: "\e9e2";
}

.feather-trash:before {
  content: "\e9e3";
}

.feather-trash-2:before {
  content: "\e9e4";
}

.feather-trending-down:before {
  content: "\e9e5";
}

.feather-trending-up:before {
  content: "\e9e6";
}

.feather-triangle:before {
  content: "\e9e7";
}

.feather-truck:before {
  content: "\e9e8";
}

.feather-tv:before {
  content: "\e9e9";
}

.feather-twitter:before {
  content: "\e9ea";
}

.feather-type:before {
  content: "\e9eb";
}

.feather-umbrella:before {
  content: "\e9ec";
}

.feather-underline:before {
  content: "\e9ed";
}

.feather-unlock:before {
  content: "\e9ee";
}

.feather-upload:before {
  content: "\e9ef";
}

.feather-upload-cloud:before {
  content: "\e9f0";
}

.feather-user:before {
  content: "\e9f1";
}

.feather-user-check:before {
  content: "\e9f2";
}

.feather-user-minus:before {
  content: "\e9f3";
}

.feather-user-plus:before {
  content: "\e9f4";
}

.feather-user-x:before {
  content: "\e9f5";
}

.feather-users:before {
  content: "\e9f6";
}

.feather-video:before {
  content: "\e9f7";
}

.feather-video-off:before {
  content: "\e9f8";
}

.feather-voicemail:before {
  content: "\e9f9";
}

.feather-volume:before {
  content: "\e9fa";
}

.feather-volume-1:before {
  content: "\e9fb";
}

.feather-volume-2:before {
  content: "\e9fc";
}

.feather-volume-x:before {
  content: "\e9fd";
}

.feather-watch:before {
  content: "\e9fe";
}

.feather-wifi:before {
  content: "\e9ff";
}

.feather-wifi-off:before {
  content: "\ea00";
}

.feather-wind:before {
  content: "\ea01";
}

.feather-x:before {
  content: "\ea02";
}

.feather-x-circle:before {
  content: "\ea03";
}

.feather-x-square:before {
  content: "\ea04";
}

.feather-youtube:before {
  content: "\ea05";
}

.feather-zap:before {
  content: "\ea06";
}

.feather-zap-off:before {
  content: "\ea07";
}

.feather-zoom-in:before {
  content: "\ea08";
}

.feather-zoom-out:before {
  content: "\ea09";
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

p,
ul {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

button,
input {
  outline: none;
  border: none;
}

pre {
  overflow: initial;
  white-space: pre-wrap;
}

body {
  overflow-x: hidden;
}
body.overflow-hidden {
  overflow: hidden;
}

.btn {
  font-size: 16px;
  line-height: 20px;
  font-family: "source_sans_pro_bold";
  color: #ffffff;
  background: #000000;
  display: inline-block;
  padding: 13px 30px;
  outline: none;
  transition: all 0.9s;
  background: linear-gradient(90deg, #000000 33%, transparent 50%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1215686275) 10%, #000000 66%);
  background-size: 300% 100%;
  background-position: left bottom;
}
@media (max-width: 992px) {
  .btn {
    width: 100%;
    text-align: center;
    background: #000000;
    background-size: 100%;
  }
}
.btn:hover {
  color: #ffffff;
  background-position: right bottom;
}
.btn.btn-white {
  background: linear-gradient(90deg, #ffffff 33%, transparent 50%),
    linear-gradient(90deg, #000000 30%, #ffffff 66%);
  background-size: 300% 100%;
  color: #000000;
}
@media (max-width: 992px) {
  .btn.btn-white {
    width: 100%;
    text-align: center;
    background: #ffffff;
    background-size: 100%;
  }
}
.btn.btn-white:hover {
  background-position: right bottom;
  color: #000000;
}

.btn-text {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  color: #ffffff;
  font-family: "source_sans_pro_bold";
}
.btn-text:hover {
  color: #ffffff;
}

.line {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
  -webkit-animation-duration: 1s;
}
.line.green {
  color: #00cc00;
}
.line.blue {
  color: #6392ff;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
.breadcrumbs-white #crumbs {
  background-color: #ffffff;
  color: #000000;
  padding: 0;
}

#crumbs {
  padding: 30px 0;
  background-color: #000000;
  color: #ffffff;
}
#crumbs a,
#crumbs .current {
  font-size: 16px;
  line-height: 20px;
  font-family: "source_sans_pro_regular";
}
#crumbs .current {
  font-family: "source_sans_pro_bold";
}

.form-wrapper .wpcf7-checkbox {
  display: flex;
  font-family: "source_sans_pro_bold";
}
.form-wrapper .wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
  margin: 0 0 20px;
}
.form-wrapper .wpcf7-checkbox input {
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  margin-right: 16px;
  margin-bottom: 0;
}
.form-wrapper .wpcf7-checkbox span label {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  header .topbar {
    display: none;
  }
}
header .topbar ul {
  padding: 3px 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  header .topbar ul {
    justify-content: flex-end;
  }
}
header .topbar ul li {
  margin-right: 40px;
}
header .topbar ul li:last-child {
  margin: 0;
}
header .topbar ul li a {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-family: "source_sans_pro_semibold";
  position: relative;
  bottom: 0;
  transition: ease-in-out 0.2s;
}
header .topbar ul li a:hover {
  bottom: 2px;
}
header .topbar ul li.lang-item a {
  text-transform: uppercase;
  color: #004dff;
}

header .menubar .menubar-menu {
  position: relative;
  width: 20px;
  display: block;
}
#menu-item-1379 > a,
#menu-item-1378 > a,
#menu-item-1287 > a,
#menu-item-1375 > a {
  pointer-events: none;
}

@keyframes call-animation {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

.new {
  background: #c1ff50;
  color: black;
  margin-left: 10px;
  padding: 2px 12px;
  font-weight: bold;
  font-size: 12px;
  font-family: "source_sans_pro_bold";
}
.neu {
  background: #c1ff50;
  color: black;
  margin-left: 10px;
  padding: 2px 12px;
  font-weight: bold;
  font-size: 12px;
  font-family: "source_sans_pro_bold";
}
/* header.de_DE nav ul li#menu-item-6714:last-child:after {
  background: #c1ff50;
  content: "neu";
  margin-left: 10px;
  padding: 2px 12px;
  font-weight: bold;
  font-size: 12px;
  font-family: "source_sans_pro_bold";
} */
/* header.de_DE nav ul li{
  display: flex;
  align-items: center;
}
header.de_DE nav ul li a{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
} */
/* header.en_EN nav ul li#menu-item-6713:last-child:after {
  background: #c1ff50;
  content: "new";
  margin-left: 10px;
  padding: 2px 12px;
  font-weight: bold;
  font-size: 12px;
  font-family: "source_sans_pro_bold";
} */

.banner-wrapper {
  background-color: #000000;
}
.banner-wrapper video {
  width: 100%;
  height: 100%;
  margin-bottom: -6px;
}
@media (max-width: 576px) {
  .banner-wrapper video {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .banner-wrapper .btn-white {
    margin-bottom: 20px;
  }
  .banner-wrapper .video-container img {
    height: 350px;
  }
}
.banner-wrapper.reference-page {
  padding: 0 16px 40px 16px;
}
@media (min-width: 1024px) {
  .banner-wrapper.reference-page {
    text-align: center;
    padding: 0 0 80px 0;
  }
}
.banner-wrapper.reference-page h1 {
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .banner-wrapper.reference-page h1 {
    margin: 0 0 24px 0;
    font-size: 24px;
    line-height: 31px;
  }
}
.banner-wrapper.about-banner h1 {
  margin-bottom: 40px;
}
.banner-wrapper.about-banner pre {
  width: 70%;
  margin-bottom: 40px;
}
.banner-wrapper pre {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-family: "source_sans_pro_semibold";
}
.banner-wrapper h1 {
  color: #ffffff;
  font-size: 48px;
  line-height: 60px;
  font-family: "source_sans_pro_black";
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .banner-wrapper h1 {
    font-size: 36px;
    line-height: 45px;
    margin-top: 60px;
  }
}
.banner-wrapper a span {
  color: #ffffff;
  margin-left: 40px;
}
.banner-wrapper [class*="col-"] {
  align-self: center;
}
.banner-wrapper .btn-text {
  margin-left: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .banner-wrapper .btn-text {
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin: 30px 0 60px 0;
  }
}
.banner-wrapper .btn-text::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.5s;
}
.banner-wrapper .btn-text:hover::after {
  width: 100%;
}
.banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.banner-wrapper .video-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}
@media (max-width: 992px) {
  .banner-wrapper .video-container {
    margin: 0 -12px;
    height: 300px;
    width: calc(100% + 24px);
  }
}
@media (max-width: 767px) {
  .banner-wrapper .video-container {
    height: 195px;
  }
}
.banner-wrapper .video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 84px;
  width: 84px;
}

#videoPopup {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 5% 10%;
  z-index: 80;
  background-color: rgba(0, 0, 0, 0.3215686275);
  display: none;
}
#videoPopup.active {
  display: block;
}
#videoPopup iframe {
  width: 100%;
  height: 100%;
}

.partners-wrapper {
  margin: 40px 0;
}
.partners-wrapper img {
  object-fit: contain;
  width: 100%;
  height: 36px;
  filter: grayscale(1);
  transition: all 0.3s;
}
.partners-wrapper img:hover {
  filter: grayscale(0);
}
.partners-wrapper .partner-container .partner-container-wrapper {
  display: flex;
  justify-content: space-between;
}

.services-wrapper {
  background-color: #f8f9fc;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .services-wrapper {
    padding: 60px 0;
  }
  .services-wrapper .slick-list {
    padding-right: 10%;
  }
}
.services-wrapper h2 {
  font-size: 36px;
  line-height: 45px;
  font-family: "source_sans_pro_black";
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .services-wrapper h2 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 30px;
  }
}
.services-wrapper .services-item {
  background-color: #ffffff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  bottom: 0px;
}
.services-wrapper .services-item:hover {
  bottom: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1019607843);
}
.services-wrapper .services-item:hover svg path {
  fill: #004dff;
}
.services-wrapper .services-item svg path {
  fill: #cbcbcb;
  transition: all 0.525s;
}
@media (max-width: 1440px) {
  .services-wrapper .services-item {
    margin-left: 16px;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .services-wrapper .services-item {
    height: 310px;
  }
}
.services-wrapper .services-item img {
  max-width: 32px;
  max-height: 36px;
  margin-bottom: 24px;
}
.services-wrapper .services-item h3 {
  font-size: 32px;
  line-height: 40px;
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: "source_sans_pro_black";
}
@media (max-width: 992px) {
  .services-wrapper .services-item h3 {
    font-size: 24px;
    line-height: 31px;
  }
}
.services-wrapper .services-item pre {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.568627451);
  font-family: "source_sans_pro_semibold";
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .services-wrapper .services-item pre {
    margin-bottom: 0px;
  }
}
.services-wrapper .services-item a {
  font-size: 18px;
  line-height: 30px;
  text-decoration: underline;
  color: #000000;
  font-family: "source_sans_pro_semibold";
}

.home-cases {
  padding: 80px 0 80px 14%;
}
.home-cases .row {
  margin: 0;
}
.home-cases .row > div:nth-child(3) {
  padding-right: 0;
}
@media (max-width: 992px) {
  .home-cases {
    padding: 50px 12px;
  }
  .home-cases .row > div:nth-child(2) {
    order: 2;
    text-align: center;
    margin-top: 30px;
  }
  .home-cases .row > div:nth-child(3) {
    padding: 0;
  }
}
.home-cases .our-cases-arrows {
  color: #000000;
  display: flex;
}
@media (max-width: 992px) {
  .home-cases .our-cases-arrows {
    justify-content: center;
  }
}
.home-cases .our-cases-arrows .our-cases-prev,
.home-cases .our-cases-arrows .our-cases-next {
  border: 2px solid #000000;
  margin: 0 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.home-cases .our-cases-arrows .our-cases-prev:hover,
.home-cases .our-cases-arrows .our-cases-next:hover {
  background-color: #000000;
  color: #ffffff;
}
.home-cases .our-cases-arrows i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 25px;
}
.home-cases h2 {
  font-size: 36px;
  line-height: 45px;
  font-family: "source_sans_pro_black";
  margin-bottom: 40px;
  margin-left: 12px;
}
@media (max-width: 992px) {
  .home-cases h2 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
.home-cases .cases-possition {
  margin-top: 10px;
  display: flex;
}
.home-cases .cases-possition .slick-disabled {
  opacity: 0.5;
}
.home-cases .cases-possition i {
  font-size: 30px;
  margin: 0 10px;
}
.home-cases .our-cases-wrapper .slick-list {
  padding: 0 15% 0 0;
}
.home-cases .our-cases-wrapper .slider-item {
  margin: 0 12px;
  padding: 30px 0 30px 30px;
  background-color: #000000;
}
.home-cases .our-cases-wrapper .slider-item h3 {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .home-cases .our-cases-wrapper .slider-item h3 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 8px;
  }
}
.home-cases .our-cases-wrapper .slider-item a {
  font-size: 18px;
  line-height: 30px;
  color: #6392ff;
  position: relative;
}
.home-cases .our-cases-wrapper .slider-item a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.5s;
}
.home-cases .our-cases-wrapper .slider-item a:hover::after {
  width: 100%;
}
.home-cases .our-cases-wrapper .slider-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .home-cases .our-cases-wrapper .slider-item img {
    height: 250px;
    margin-top: 50px;
  }
}

.team-wrapper {
  background-color: #000000;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .team-wrapper {
    padding: 60px 0;
  }
}
.team-wrapper pre {
  font-size: 38px;
  line-height: 47px;
  color: #6392ff;
  font-family: "source_sans_pro_black";
}
@media (max-width: 992px) {
  .team-wrapper pre {
    font-size: 24px;
    line-height: 31px;
  }
}

.testimonial-wrapper {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .testimonial-wrapper {
    padding: 20px 0 40px;
  }
}
.testimonial-wrapper h2 {
  font-size: 38px;
  line-height: 47px;
  font-family: "source_sans_pro_black";
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .testimonial-wrapper h2 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 30px;
  }
}
.testimonial-wrapper h3 {
  font-size: 48px;
  line-height: 60px;
  font-family: "source_sans_pro_black";
  color: #ffffff;
}
@media (max-width: 992px) {
  .testimonial-wrapper h3 {
    font-size: 38px;
    line-height: 47px;
  }
}
.testimonial-wrapper .left-slider {
  padding: 30px;
  background-color: #000000;
  height: 355px;
}
@media (max-width: 992px) {
  .testimonial-wrapper .left-slider {
    padding: 30px 14px 30px 30px;
    height: 297px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .testimonial-wrapper .left-slider {
    height: auto;
  }
}
.testimonial-wrapper .left-slider .testimonial-arrows {
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .testimonial-wrapper .left-slider .testimonial-arrows {
    margin-right: 16px;
  }
}
.testimonial-wrapper .left-slider .testimonial-arrows .slick-disabled {
  background: #ffffff;
  color: #000000;
}
.testimonial-wrapper .left-slider .testimonial-arrows .testimonial-arrow-next,
.testimonial-wrapper .left-slider .testimonial-arrows .testimonial-arrow-prev {
  border: 2px solid #ffffff;
  margin: 0 8px;
  cursor: pointer;
}
.testimonial-wrapper .left-slider .testimonial-arrows i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 25px;
}
.testimonial-wrapper .left-slider .testimonial-arrows i:hover {
  background: #ffffff;
  color: #000000;
}
.testimonial-wrapper .testimonial-main-slider {
  position: relative;
  padding-right: 35px;
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-main-slider {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .testimonial-wrapper .testimonial-main-slider {
    padding-right: 0;
    margin-left: 0;
  }
  .testimonial-wrapper .testimonial-main-slider h5 {
    font-size: 24px;
    line-height: 31px;
  }
  .testimonial-wrapper .testimonial-main-slider .author {
    margin-top: 30px;
  }
}
@media (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  .testimonial-wrapper .testimonial-main-slider .author {
    justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .testimonial-wrapper .testimonial-main-slider .author .author-name {
    font-size: 22px;
    line-height: 31px;
  }
}
@media (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  .testimonial-wrapper .testimonial-main-slider .author .author-name {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .testimonial-wrapper .testimonial-main-slider .author .author-name span {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .testimonial-wrapper .testimonial-main-slider .author .author-company {
    font-size: 31px;
    line-height: 40px;
  }
}
.testimonial-wrapper .testimonial-main-slider .slider-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 355px;
}
@media (max-width: 992px) {
  .testimonial-wrapper .testimonial-main-slider .slider-item {
    height: auto;
  }
}
.testimonial-wrapper .testimonial-main-slider .slider-item span {
  color: #00cc00;
}
.testimonial-wrapper .testimonial-main-slider .author {
  display: flex;
}
@media (max-width: 992px) {
  .testimonial-wrapper .testimonial-main-slider .author {
    margin-top: 30px;
    justify-content: flex-start;
  }
}
.testimonial-wrapper .testimonial-main-slider .author .author-name {
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  font-family: "source_sans_pro_SBIt";
  margin-right: 30px;
}
@media (max-width: 992px) {
  .testimonial-wrapper .testimonial-main-slider .author .author-name {
    font-size: 24px;
    line-height: 31px;
    margin-right: 20px;
  }
}
.testimonial-wrapper .testimonial-main-slider .author .author-name span {
  font-size: 24px;
  line-height: 31px;
  font-family: "source_sans_pro_regular";
  color: #000000;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .testimonial-wrapper .testimonial-main-slider .author .author-name span {
    font-size: 18px;
    line-height: 23px;
  }
}
.testimonial-wrapper .testimonial-main-slider .author .author-company {
  font-size: 32px;
  line-height: 40px;
  font-family: "source_sans_pro_bold";
  padding-left: 30px;
  border-left: 1px solid #000000;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .testimonial-wrapper .testimonial-main-slider .author .author-company {
    font-size: 32px;
    line-height: 40px;
    padding-left: 28px;
  }
}
.testimonial-wrapper .testimonial-main-slider h3 {
  font-size: 32px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.568627451);
  font-family: "source_sans_pro_SBIt";
}
@media (max-width: 992px) {
  .testimonial-wrapper .testimonial-main-slider h3 {
    font-size: 24px;
    line-height: 31px;
  }
}

.blogs-wrapper {
  padding: 80px 0;
  background-color: #f8f9fc;
}
@media (max-width: 992px) {
  .blogs-wrapper {
    padding-top: 40px;
  }
  .blogs-wrapper .slick-list {
    padding-right: 10%;
  }
  .blogs-wrapper .btn-text {
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin: 30px 0 60px 0;
  }
}
.blogs-wrapper h3 {
  font-size: 36px;
  line-height: 45px;
  font-family: "source_sans_pro_black";
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .blogs-wrapper h3 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 31px;
  }
}
.blogs-wrapper .blog-span {
  font-size: 18px;
}
.blogs-wrapper .user-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.blogs-wrapper .blog-item {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: #ffffff;
  height: 100%;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .blogs-wrapper .blog-item {
    height: calc(100% - 24px);
  }
}
.blogs-wrapper .blog-item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 993px) {
  .blogs-wrapper .blog-item {
    padding: 6px;
    margin-top: 24px;
  }
  .blogs-wrapper .blog-item .blogs-home-title {
    font-size: 16px;
    line-height: 22px;
  }
  .blogs-wrapper .blog-item pre {
    display: none;
  }
  .blogs-wrapper .blog-item .blog-author-wrapper pre {
    display: block;
    font-size: 12px;
  }
}
@media (min-width: 993px) and (max-width: 1399px) {
  .blogs-wrapper .blog-item {
    margin-bottom: 24px;
  }
}
.blogs-wrapper .blog-item > img {
  height: 210px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 24px;
}
@media (max-width: 993px) {
  .blogs-wrapper .blog-item > img {
    height: 94px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blogs-wrapper .blog-item > img {
    height: 225px;
  }
}
.blogs-wrapper .blog-item h3 {
  font-size: 24px;
  line-height: 30px;
  font-family: "source_sans_pro_black";
  color: #000000;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .blogs-wrapper .blog-item h3 {
    height: 90px;
  }
}
.blogs-wrapper .blog-item pre {
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.568627451);
  font-family: "source_sans_pro_semibold";
  margin-bottom: 25px;
}
.blogs-wrapper .blog-item .blog-author-wrapper {
  display: flex;
  margin-bottom: 10px;
}
.blogs-wrapper .blog-item .blog-author-wrapper img {
  height: 43px;
  width: 43px;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 993px) {
  .blogs-wrapper .blog-item .blog-author-wrapper img img {
    width: 31px;
    height: 31px;
  }
}
.blogs-wrapper .blog-item .blog-author-wrapper pre {
  font-size: 14px;
  line-height: 20px;
  font-family: "source_sans_pro_bold";
  color: #000000;
  margin-bottom: 0;
  margin-left: 18px;
}
@media (max-width: 993px) {
  .blogs-wrapper .blog-item .blog-author-wrapper pre {
    margin-left: 8px;
    font-size: 12px;
  }
}
.blogs-wrapper .blog-item .blog-author-wrapper pre span {
  font-family: "source_sans_pro_regular";
}

.consulation-wrapper {
  padding: 80px 0;
  background: #000000;
}
@media (max-width: 992px) {
  .consulation-wrapper {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .consulation-wrapper h3 {
    text-align: center;
  }
}
.consulation-wrapper .consulation-container {
  display: flex;
}
.consulation-wrapper h3 {
  font-size: 38px;
  line-height: 47px;
  font-family: "source_sans_pro_black";
  color: #ffffff;
}
@media (max-width: 992px) {
  .consulation-wrapper h3 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 40px;
  }
}
.consulation-wrapper .btn-text {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .consulation-wrapper .btn-text {
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
}
.consulation-wrapper a {
  font-weight: bold;
}

.application-download {
  background-color: #004dff;
  padding: 30px 0;
}
.application-download h2 {
  font-size: 36px;
  line-height: 45px;
  font-family: "source_sans_pro_black";
  color: #ffffff;
  margin: 0;
  text-align: right;
}
@media (max-width: 992px) {
  .application-download h2 {
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .application-download h2 {
    font-size: 30px;
  }
}
.application-download .app-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .application-download .app-icon {
    justify-content: space-between;
  }
}
.application-download .app-icon img {
  margin-left: 24px;
  object-fit: contain;
  height: 40px;
}
@media (max-width: 992px) {
  .application-download .app-icon img {
    margin-left: 0;
    height: 52px;
  }
}

.services-arrows {
  display: none;
}
@media (max-width: 992px) {
  .services-arrows {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}
.services-arrows .services-arrow-prev,
.services-arrows .services-arrow-next {
  border: 2px solid #000000;
  color: #000000;
  background-color: #ffffff;
  margin: 0 8px;
  height: 36px;
  width: 36px;
}
.services-arrows .services-arrow-prev i,
.services-arrows .services-arrow-next i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  justify-content: center;
  font-weight: bold;
}

.blogs-arrows {
  display: none;
}
@media (max-width: 992px) {
  .blogs-arrows {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}
.blogs-arrows .blogs-arrow-prev,
.blogs-arrows .blogs-arrow-next {
  border: 2px solid #000000;
  color: #000000;
  background-color: #ffffff;
  margin: 0 8px;
  height: 36px;
  width: 36px;
}
.blogs-arrows i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  justify-content: center;
  font-weight: bold;
}
@media (max-width: 1399px) {

  footer .row > div {
    margin-bottom: 30px;
  }
  /* footer .row > div:first-child {
    order: 2;
  }
  footer .row > div:nth-child(2) {
    order: 3;
  }
  footer .row > div:nth-child(3) {
    order: 4;
  }
  footer .row > div:nth-child(4) {
    order: 5;
  }
  footer .row > div:nth-child(5) {
    order: 6;
  }
  footer .row > div:nth-child(6) {
    order: 1;
  }
  footer .row > div:nth-child(7) {
    order: 7;
  } */
  footer .row > div:nth-child(7) .row > div {
    margin-bottom: 0;
  }
  /* footer .row > div:nth-child(7) .row > div:first-child {
    order: 1;
  }
  footer .row > div:nth-child(7) .row > div:nth-child(2) {
    order: 3;
  }
  footer .row > div:nth-child(7) .row > div:nth-child(3) {
    order: 2;
  } */
}
footer ul li a {
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.568627451);
  font-family: "source_sans_pro_semibold";
}
@media (max-width: 992px) {
  footer ul li a {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 8px;
  }
}
footer .footer-logo {
  margin-bottom: 20px;
  height: 32px;
  object-fit: contain;
}
footer span {
  padding-bottom: 10px;
}
footer hr {
  margin-top: 80px;
  border: 1px solid #000000;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  footer hr {
    margin-top: 30px;
  }
}
footer .footer-icon-partner {
  display: flex;
}
@media (max-width: 992px) {
  footer .footer-icon-partner {
    margin-bottom: 20px;
    justify-content: space-between;
  }
}
@media (min-width: 992px) and (max-width: 1398px) {
  footer .footer-icon-partner {
    justify-content: space-around;
    margin-bottom: 20px;
  }
}
footer .footer-icon-partner li {
  margin-right: 20px;
}
@media (max-width: 992px) {
  footer .footer-icon-partner li {
    margin-right: 0;
  }
}
footer .privacy-policy {
  display: flex;
  justify-content: end;
}
@media (max-width: 1024px) {
  footer .privacy-policy {
    justify-content: center;
  }
}
@media (min-width: 993px) and (max-width: 1399px) {
  footer .privacy-policy {
    margin-bottom: 20px;
    justify-content: space-around;
  }
}
footer .privacy-policy li {
  margin-right: 40px;
}
footer .privacy-policy li:last-child {
  margin-right: 0;
}
footer pre {
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.568627451);
  text-align: center;
  font-family: "source_sans_pro_semibold";
}
footer .address-wrapper pre {
  text-align: left;
  margin-bottom: 20px;
}
footer .address-wrapper a {
  font-size: 18px;
  line-height: 30px;
  font-family: "source_sans_pro_semibold";
  color: rgba(0, 0, 0, 0.568627451);
  display: block;
  margin: 0;
}
footer .address-wrapper a:last-child {
  margin-top: 20px;
}
footer .copyright {
  font-size: 16px;
  margin-top: 30px;
}

.contact-us {
  padding: 80px 0 140px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .contact-us {
    padding: 40px 0;
  }
}
.contact-us h1 {
  font-family: "source_sans_pro_black";
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .contact-us h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 40px;
  }
}
.contact-us pre {
  font-family: "source_sans_pro_bold";
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 80px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .contact-us pre {
    line-height: 23px;
    margin-bottom: 16px;
  }
}
.contact-us span {
  font-size: 18px;
  line-height: 30px;
  font-family: "source_sans_pro_regular";
  margin-bottom: 8px;
  color: #ffffff;
  display: block;
}
@media (max-width: 992px) {
  .contact-us span {
    margin-bottom: 0;
  }
}
.contact-us .contact-about pre {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .contact-us .contact-about pre {
    margin-bottom: 16px;
  }
}
.contact-us a {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-family: "source_sans_pro_semibold";
  display: block;
}
@media (max-width: 1024px) {
  .contact-us a {
    margin-bottom: 8px;
  }
  .contact-us a:last-child {
    margin-bottom: 16px;
  }
}

.form-wrapper {
  padding: 40px 40px 0;
  height: 100%;
  align-items: end;
  display: flex;
  justify-content: flex-end;
}
.form-wrapper.form-wrapper-white {
  padding: 60px 0;
}
.form-wrapper.form-wrapper-white .wpcf7 {
  width: 60%;
}
.form-wrapper.form-wrapper-white .wpcf7 .wpcf7-response-output {
  color: #000000;
}
.form-wrapper.form-wrapper-white .form-text-wrapper {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.form-wrapper.form-wrapper-white .form-text-wrapper pre {
  padding: 13px 16px;
  font-size: 24px;
  line-height: 35px;
  background-color: #000000;
  color: #ffffff;
  font-family: "source_sans_pro_black";
  width: 70%;
  height: fit-content;
  margin-right: 38px;
  position: relative;
}
.form-wrapper.form-wrapper-white .form-text-wrapper pre::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%) rotate(45deg);
}
.form-wrapper.form-wrapper-white input,
.form-wrapper.form-wrapper-white textarea {
  border: 1px solid #f0f3f8;
  color: #000000;
  background-color: #ffffff;
}
.form-wrapper.form-wrapper-white .btn.btn-white {
  background: linear-gradient(90deg, #000000 33%, transparent 50%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1215686275) 10%, #000000 66%);
  color: #ffffff;
  background-size: 300% 100%;
  background-position: left bottom;
}
.form-wrapper.form-wrapper-white .btn.btn-white:hover {
  color: #ffffff;
  background-position: right bottom;
}
@media (max-width: 992px) {
  .form-wrapper {
    padding: 16px;
  }
}
.form-wrapper .wpcf7 {
  width: 100%;
}
.form-wrapper .wpcf7 .wpcf7-response-output {
  color: #ffffff;
}
.form-wrapper .wpcf7 span.wpcf7-not-valid-tip {
  color: #f00;
}
.form-wrapper div.wpcf7 .ajax-loader {
  background-size: contain;
}
.form-wrapper a {
  color: #ffffff;
  width: 120px;
}
@media (max-width: 992px) {
  .form-wrapper a {
    margin-bottom: 24px;
    padding: 8px 30px;
  }
}
.form-wrapper input,
.form-wrapper textarea {
  display: block;
  width: 100%;
  border: 1px solid #000000;
  padding: 12px 0 12px 16px;
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #505050;
}
.form-wrapper textarea {
  height: 150px;
  resize: none;
}
.form-wrapper .btn {
  display: inline-block;
  width: auto;
  padding: 13px 30px;
  color: #000000;
  margin-bottom: 0;
}

.newsletter {
  background-color: #1c1c1c;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .newsletter {
    padding: 40px 0;
  }
}
.newsletter h3 {
  font-size: 36px;
  line-height: 45px;
  color: #ffffff;
  font-family: "source_sans_pro_black";
}
@media (max-width: 992px) {
  .newsletter h3 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 24px;
  }
}
.newsletter .btn-newsletter {
  border: 1px solid #ffffff;
  font-family: "source_sans_pro_bold";
}
.newsletter input {
  font-size: 18px;
  font-family: "source_sans_pro_semibold";
  padding: 10px 0 13px 16px;
  width: 100%;
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.368627451);
}
@media (max-width: 992px) {
  .newsletter input {
    margin: 0 0 16px 0;
  }
}
.newsletter .subscribe-input {
  height: 100%;
}
@media (min-width: 992px) {
  .newsletter .subscribe-input {
    display: flex;
    align-items: center;
  }
}

.banner-wrapper-shopify {
  background: #f8f9fc;
  height: auto;
}
.banner-wrapper-shopify .content-shopify .content-header {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .banner-wrapper-shopify .content-shopify .header-image-shopify {
    display: none;
  }
}
@media (min-width: 992px) {
  .banner-wrapper-shopify .content-shopify .header-image-shopify {
    height: 100%;
    display: flex;
    align-items: end;
  }
  .banner-wrapper-shopify .content-shopify .header-image-shopify img {
    height: 500px;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
  }
}
@media (max-width: 992px) {
  .banner-wrapper-shopify .content-shopify .content-header {
    padding-top: 200px;
    background-image: url("https://solution25.c-1955.maxcluster.net/wp-content/uploads/2021/12/besnik-shopify.png");
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 50% -20px;
  }
  .banner-wrapper-shopify .content-shopify .content-header .stars-header {
    padding-top: 20px;
  }
  .banner-wrapper-shopify .content-shopify .content-header .stars-header,
  .banner-wrapper-shopify .content-shopify .content-header .text-and-button-shopify {
    background-color: rgba(255, 255, 255, 0.8784313725);
  }
}
.banner-wrapper-shopify .stars-header {
  display: flex;
}
.banner-wrapper-shopify .stars-header pre {
  margin-left: 15px;
  display: inline-block;
  margin-top: 4px;
}
.banner-wrapper-shopify .stars-header span {
  margin-right: 5px;
}
.banner-wrapper-shopify .text-and-button-shopify .blog-user-image-text {
  display: flex;
  margin-bottom: 10px;
}
.banner-wrapper-shopify
  .text-and-button-shopify
  .blog-user-image-text
  .blog-user-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 25px;
}
@media (max-width: 992px) {
  .banner-wrapper-shopify
    .text-and-button-shopify
    .blog-user-image-text
    .blog-user-text {
    margin-left: 8px;
  }
}
.banner-wrapper-shopify
  .text-and-button-shopify
  .blog-user-image-text
  .blog-user-text
  pre {
  margin-bottom: 0;
  color: #000000;
  font-size: 18px;
  font-family: "source_sans_pro_bold";
}
@media (max-width: 992px) {
  .banner-wrapper-shopify
    .text-and-button-shopify
    .blog-user-image-text
    .blog-user-text
    pre {
    font-size: 12px;
    line-height: 17px;
  }
}
.banner-wrapper-shopify
  .text-and-button-shopify
  .blog-user-image-text
  .blog-user-text
  span {
  color: #000000;
  font-size: 18px;
  font-family: "source_sans_pro_regular";
}
@media (max-width: 992px) {
  .banner-wrapper-shopify
    .text-and-button-shopify
    .blog-user-image-text
    .blog-user-text
    span {
    font-size: 12px;
    line-height: 17px;
  }
}
.banner-wrapper-shopify .text-and-button-shopify h1 {
  font-size: 48px;
  line-height: 60px;
  font-family: "source_sans_pro_black";
  margin: 20px 0;
}
@media (max-width: 992px) {
  .banner-wrapper-shopify .text-and-button-shopify h1 {
    font-size: 24px;
    line-height: 31px;
    margin: 16px 0 30px;
  }
}
.banner-wrapper-shopify .text-and-button-shopify pre {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #000000;
  font-family: "source_sans_pro_semibold";
}
@media (max-width: 992px) {
  .banner-wrapper-shopify .text-and-button-shopify pre {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.user-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .user-photo {
    width: 32px;
    height: 32px;
  }
}

.consulation-wrapper-shopify {
  margin-top: 80px;
}
.consulation-wrapper-shopify h2 {
  color: white;
  font-size: 38px;
}
.consulation-wrapper-shopify span {
  color: white;
  margin-left: 40px;
}

.blogs-wrapper-shopify {
  background-color: white;
  padding: 0;
}

.shopify-wrapper {
  padding: 30px 0 80px 0;
}
.shopify-wrapper .questions {
  background-color: #f9f9f9;
  position: sticky;
  top: 110px;
  padding: 30px;
  margin-right: 16px;
  max-height: 520px;
  overflow-y: scroll;
}
.shopify-wrapper .questions a {
  font-size: 16px;
  line-height: 20px;
  font-family: "source_sans_pro_bold";
  display: block;
  padding: 13px 16px;
}
.shopify-wrapper .questions a:first-child {
  padding-top: 0;
}
.shopify-wrapper .questions a:last-child {
  padding-bottom: 0;
}
.shopify-wrapper .questions::-webkit-scrollbar {
  width: 8px;
}
.shopify-wrapper .questions::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.shopify-wrapper .content > h1,
.shopify-wrapper .content > h2,
.shopify-wrapper .content > h3,
.shopify-wrapper .content > h4 {
  font-size: 38px;
  line-height: 47px;
  font-family: "latoblack";
  margin-bottom: 24px;
  color: #000000;
}
.shopify-wrapper .content > pre {
  font-size: 16px;
  line-height: 26px;
  font-family: "latoregular";
  margin-bottom: 20px;
  color: #000000;
}
.shopify-wrapper .content > pre:last-child {
  margin-bottom: 0;
}

.consulation-shopify-container {
  padding: 30px;
  margin: 40px 0;
  position: relative;
}
.consulation-shopify-container h5 {
  font-size: 36px;
  line-height: 36px;
  font-family: "poppinsbold";
  color: #c1ff50;
  margin-bottom: 16px;
}
.consulation-shopify-container pre {
  font-size: 18px;
  line-height: 25px;
  font-family: "source_sans_pro_black";
  color: #ffffff;
}
.consulation-shopify-container .btn {
  margin-bottom: 16px;
}
.consulation-shopify-container .action-wrapper {
  margin-right: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.consulation-shopify-container a span {
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-family: "poppinssemibold";
}
.consulation-shopify-container.blue {
  background-color: #004dff;
}
.consulation-shopify-container.green {
  background-color: #00cc00;
}
.consulation-shopify-container.green h5 {
  color: #000000;
}
.consulation-shopify-container.black {
  background-color: #000000;
}
.consulation-shopify-container.black .btn {
  background-color: #004dff;
  background: #004dff;
}
.consulation-shopify-container.white {
  background-color: #ffffff;
}
.consulation-shopify-container.white h5 {
  color: #004dff;
}
.consulation-shopify-container.white pre {
  color: #000000;
}
.consulation-shopify-container.white a span {
  color: #000000;
}
.consulation-shopify-container.image img {
  object-fit: contain;
  position: absolute;
  left: 30px;
  top: 0;
  height: 100%;
}
.consulation-shopify-container.image .consulation-content {
  margin-left: -30px;
  margin-right: 30px;
}
.consulation-shopify-container.image pre {
  font-family: "source_sans_pro_regular";
}
.consulation-shopify-container.image h5 {
  color: #ffffff;
  line-height: 42px;
  margin-bottom: 0;
}
.consulation-shopify-container.image.white h5 {
  color: #000000;
}
.consulation-shopify-container.image.green h5 {
  color: #000000;
}
.consulation-shopify-container.statistics .statistic {
  font-size: 68px;
  line-height: 102px;
  font-family: "poppinsbold";
  color: #c1ff50;
}
.consulation-shopify-container.statistics h5 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 0;
  margin-left: 20px;
}
.consulation-shopify-container.statistics .consulation-content {
  display: flex;
  align-items: center;
}
.consulation-shopify-container.statistics.white h5 {
  color: #000000;
}
.consulation-shopify-container.statistics.white .statistic {
  color: #4bcd04;
}
.consulation-shopify-container.statistics.green .statistic {
  color: #000000;
}
.consulation-shopify-container.growth h5 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 0;
}
.consulation-shopify-container.growth h5 span {
  display: block;
  font-family: "poppinsregular";
}
.consulation-shopify-container.growth pre {
  font-family: "source_sans_pro_regular";
}
.consulation-shopify-container.growth.white h5 {
  color: #000000;
}
.consulation-shopify-container.growth.white pre {
  color: #004dff;
}
.consulation-shopify-container.growth.green h5,
.consulation-shopify-container.growth.green pre {
  color: #000000;
}
.consulation-shopify-container.potential h5 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 0;
}
.consulation-shopify-container.potential pre {
  font-family: "source_sans_pro_regular";
}
.consulation-shopify-container.potential.green h5 {
  color: #000000;
}
.consulation-shopify-container.potential.green pre {
  color: #ffffff;
}
.consulation-shopify-container.potential.white h5,
.consulation-shopify-container.potential.white pre {
  color: #000000;
}

.single-blog-container {
  padding-top: 80px;
  background-color: #f8f9fc;
}
@media (max-width: 993px) {
  .single-blog-container {
    padding-top: 40px;
  }
}
.single-blog-container h2 {
  font-size: 24px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 16px;
  font-family: "source_sans_pro_black";
}
.single-blog-container h3 {
  font-size: 24px;
  line-height: 31px;
  font-family: "source_sans_pro_bold";
  margin-bottom: 16px;
}
.single-blog-container p,
.single-blog-container pre {
  font-size: 18px;
  line-height: 30px;
  font-family: "source_sans_pro_regular";
  letter-spacing: 0.43px;
  margin-bottom: 40px;
  white-space: break-spaces;
}
.single-blog-container p.semiBold,
.single-blog-container pre.semiBold {
  font-family: "source_sans_pro_semibold";
}
.single-blog-container p code,
.single-blog-container pre code {
  font-size: 0.875em;
  color: #d63384;
}
.single-blog-container img {
  width: 100%;
  height: 367px;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 40px;
  display: inline-block;
}
@media (max-width: 993px) {
  .single-blog-container img {
    height: 258px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .single-blog-container img {
    height: auto;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .single-blog-container img {
    height: auto;
  }
}
.single-blog-container .double-imageblogs {
  display: flex;
  justify-content: space-between;
}
.single-blog-container .double-imageblogs img {
  width: calc(50% - 12px);
}
@media (max-width: 499px) {
  .single-blog-container .double-imageblogs img {
    height: 125px;
  }
}
.single-blog-container .related-box-wrapper {
  border: 1px solid transparent;
  padding: 16px;
  background-color: #ffffff;
}
@media (min-width: 993px) and (max-width: 1399px) {
  .single-blog-container .related-box-wrapper {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 993px) {
  .single-blog-container .related-box-wrapper {
    background: none;
    padding: 0;
  }
}
.single-blog-container .related-box-wrapper .related-blogs {
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 993px) {
  .single-blog-container .related-box-wrapper .related-blogs {
    margin-bottom: 0;
    margin: 8px 0;
    padding: 8px;
    background: white;
  }
}
.single-blog-container .related-box-wrapper .related-blogs:last-child {
  margin-bottom: 0;
}
@media (min-width: 993px) and (max-width: 1399px) {
  .single-blog-container .related-box-wrapper .related-blogs:last-child {
    margin-bottom: 24px;
  }
}
.single-blog-container .related-box-wrapper .related-blogs img {
  width: 88px;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  margin: 0;
}
@media (max-width: 993px) {
  .single-blog-container .related-box-wrapper .related-blogs img {
    width: 109px;
  }
}
@media (min-width: 994px) and (max-width: 1399px) {
  .single-blog-container .related-box-wrapper .related-blogs img {
    width: 148px;
  }
}
@media (min-width: 994px) and (max-width: 1399px) {
  .single-blog-container .related-box-wrapper .related-blogs .related-blogs-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.single-blog-container .related-box-wrapper .related-blogs h3 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 12px;
  font-family: "source_sans_pro_black";
}
@media (max-width: 993px) {
  .single-blog-container .related-box-wrapper .related-blogs h3 {
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 20px;
  }
}
.single-blog-container .related-box-wrapper .related-blogs .related-blogs-content {
  margin-left: 15px;
}
.single-blog-container .related-box-wrapper .related-blogs .related-blogs-client {
  display: flex;
  align-items: center;
}
.single-blog-container .related-box-wrapper .related-blogs .related-blogs-client img {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  margin-right: 8px;
  object-fit: cover;
  object-position: center center;
}
.single-blog-container .related-box-wrapper .related-blogs .related-blogs-client pre {
  font-size: 10px;
  line-height: 15px;
  font-family: "source_sans_pro_bold";
  margin-bottom: 0;
}
@media (max-width: 993px) {
  .single-blog-container
    .related-box-wrapper
    .related-blogs
    .related-blogs-client
    pre {
    font-size: 12px;
  }
}
.single-blog-container
  .related-box-wrapper
  .related-blogs
  .related-blogs-client
  pre
  span {
  font-family: "source_sans_pro_regular";
}
.single-blog-container .social-media-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
}
@media (max-width: 992px) {
  .single-blog-container .social-media-blog {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.single-blog-container .social-media-blog h3 {
  font-size: 32px;
  font-family: "source_sans_pro_black";
}
.single-blog-container .social-media-blog a {
  font-size: 16px;
  font-family: "source_sans_pro_bold";
}

@media (max-width: 1199px) {
  .single-blog .row {
    flex-direction: column-reverse;
  }
}

.banner-wrapper-blog {
  padding: 80px 0;
  background-color: #000000;
}
.banner-wrapper-blog.single-blog {
  padding: 0;
  background-color: #f8f9fc;
}
@media (max-width: 993px) {
  .banner-wrapper-blog.single-blog {
    background: white;
  }
}
.banner-wrapper-blog.single-blog h1,
.banner-wrapper-blog.single-blog p,
.banner-wrapper-blog.single-blog h5 {
  color: #000000;
}
.banner-wrapper-blog.single-blog .blog-review {
  margin-top: 40px;
}
.banner-wrapper-blog.single-blog .blog-author-wrapper {
  margin-bottom: 46px;
}
.banner-wrapper-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 992px) {
  .banner-wrapper-blog img {
    height: 200px;
    margin-bottom: 20px;
  }
}
.banner-wrapper-blog img.blog-image {
  min-height: 400px;
}
@media (max-width: 992px) {
  .banner-wrapper-blog img.blog-image {
    min-height: 200px;
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
.banner-wrapper-blog .blog-review img {
  height: 20px;
  width: 20px;
}
.banner-wrapper-blog .user-photo {
  height: 60px;
  width: 60px;
}
@media (max-width: 993px) {
  .banner-wrapper-blog .user-photo {
    height: 32px;
    width: 32px;
  }
}
.banner-wrapper-blog h1 {
  font-size: 36px;
  line-height: 45px;
  font-family: "source_sans_pro_black";
  color: #ffffff;
  margin: 24px 0;
}
@media (max-width: 993px) {
  .banner-wrapper-blog h1 {
    font-size: 24px;
    line-height: 31px;
  }
}
.banner-wrapper-blog pre {
  font-size: 18px;
  line-height: 30px;
  width: 80%;
  font-family: "source_sans_pro_semibold";
  color: #ffffff;
}
@media (max-width: 993px) {
  .banner-wrapper-blog pre {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
  }
}
.banner-wrapper-blog span {
  font-family: "source_sans_pro_regular";
}
.banner-wrapper-blog .blog-author-wrapper {
  display: flex;
  margin-top: 24px;
}
.banner-wrapper-blog .blog-author-wrapper pre {
  margin-left: 24px;
  font-family: "source_sans_pro_bold";
}
@media (max-width: 993px) {
  .banner-wrapper-blog .blog-author-wrapper pre {
    font-size: 12px;
    line-height: 17px;
    margin-left: 8px;
  }
}
.banner-wrapper-blog .blog-author-wrapper span {
  font-family: "source_sans_pro_regular";
}

.blog-submenu {
  position: sticky;
  background-color: #ffffff;
  z-index: 50;
}
@media (max-width: 992px) {
  .blog-submenu > .container {
    overflow-x: auto;
  }
}
.blog-submenu.bg-gray {
  background-color: #f4f4f4;
}
.blog-submenu ul {
  display: flex;
  justify-content: center;
  max-height: 60px;
}
@media (max-width: 1024px) {
  .blog-submenu ul {
    justify-content: space-around;
    width: 100%;
    white-space: nowrap;
  }
}
.blog-submenu ul li a {
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5607843137);
  font-family: "source_sans_pro_bold";
  display: inline-block;
  padding: 19px 16px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .blog-submenu ul li a {
    margin-right: 40px;
    padding: 19px 0;
  }
}
.blog-submenu ul li a:hover,
.blog-submenu ul li a .active {
  border-bottom-color: #004dff;
  color: #000000;
}

.latest-post-wrapper {
  background-color: #f8f9fc;
  padding-bottom: 80px;
  padding-top: 30px;
}
.latest-post-wrapper h2 {
  font-size: 36px;
  font-family: "source_sans_pro_black";
  margin-bottom: 40px;
}
.latest-post-wrapper .social-media-blog h3 {
  font-size: 24px;
  font-family: "source_sans_pro_black";
}
.latest-post-wrapper .social-media-blog a {
  font-family: "source_sans_pro_black";
}
.latest-post-wrapper .latest-post {
  display: flex;
  background-color: #ffffff;
  padding: 16px;
  margin-bottom: 24px;
  transition: all 0.3s;
}
.latest-post-wrapper .latest-post:hover {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.07);
}
.latest-post-wrapper .latest-post:first-child {
  margin-top: 0;
}
.latest-post-wrapper .latest-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.latest-post-wrapper .latest-post a {
  display: inline-block;
  width: 100%;
}
.latest-post-wrapper pre {
  font-size: 18px;
  line-height: 30px;
  font-family: "source_sans_pro_semibold";
  color: rgba(0, 0, 0, 0.568627451);
}
.latest-post-wrapper h3 {
  font-size: 24px;
  line-height: 31px;
  font-family: "source_sans_pro_black";
  color: #000000;
  margin: 16px 0 24px 0;
}
.latest-post-wrapper .blog-author-wrapper {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.latest-post-wrapper .blog-author-wrapper img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  margin-right: 18px;
  object-position: center center;
  object-fit: cover;
}
.latest-post-wrapper .blog-author-wrapper pre {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "source_sans_pro_bold";
}
.latest-post-wrapper .blog-author-wrapper span {
  font-family: "source_sans_pro_regular";
}
.latest-post-wrapper .social-media-blog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.latest-post-wrapper .social-media-blog h3 {
  margin-bottom: 0;
  margin-top: 14px;
}

.blog-social-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-social-media img {
  height: 207px;
  width: 207px;
  margin-bottom: 24px;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 993px) {
  .blog-social-media img {
    width: 168px;
    height: 168px;
    margin-bottom: 16px;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .blog-social-media img {
    width: 190px;
    height: 190px;
  }
}
.blog-social-media > a {
  flex: 50%;
}
.blog-social-media > a img {
  width: calc(100% - 10px);
  height: 210px;
  margin: 0 10px 24px 0;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.07);
}
.blog-social-media > a:nth-child(even) img {
  margin: 0 0 24px 10px;
}

ul.page-numbers {
  background-color: #ffffff;
  display: inline-flex;
  float: right;
  gap: 10px;
  padding: 6px 18px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.07);
}
ul.page-numbers li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "source_sans_pro_regular";
}
ul.page-numbers li a.page-numbers,
ul.page-numbers li span.page-numbers {
  height: 16px;
  width: 18px;
  position: relative;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.page-numbers li a.page-numbers.prev,
ul.page-numbers li a.page-numbers.next,
ul.page-numbers li span.page-numbers.prev,
ul.page-numbers li span.page-numbers.next {
  width: auto;
  display: none;
}
ul.page-numbers li a.page-numbers::after,
ul.page-numbers li span.page-numbers::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #004dff;
  transition: all 0.3s;
}
ul.page-numbers li a.page-numbers:hover::after,
ul.page-numbers li a.page-numbers.current::after,
ul.page-numbers li span.page-numbers:hover::after,
ul.page-numbers li span.page-numbers.current::after {
  width: 100%;
}

.banner-wrapper-karriere {
  background-color: #f8f9fc;
}
.banner-wrapper-karriere .btn-text {
  color: #000000;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .banner-wrapper-karriere .btn-text {
    display: block;
    margin: 30px 0 40px;
  }
}
@media (max-width: 992px) {
  .banner-wrapper-karriere .btn-text {
    text-align: center;
  }
}
.banner-wrapper-karriere h1 {
  font-size: 48px;
  font-family: "source_sans_pro_black";
  margin-top: 118px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .banner-wrapper-karriere h1 {
    font-size: 24px;
    line-height: 31px;
    margin: 40px 0 24px 0;
  }
}
.banner-wrapper-karriere pre {
  font-size: 18px;
  line-height: 30px;
  font-family: "source_sans_pro_semibold";
  margin-bottom: 40px;
}
.banner-wrapper-karriere img {
  width: 665px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 1024px) {
  .banner-wrapper-karriere img {
    height: 250px;
    margin: 0 -12px;
    width: calc(100% + 24px);
  }
}

.benefits-wrapper {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .benefits-wrapper {
    margin: 40px 0;
  }
}
.benefits-wrapper h1 {
  font-size: 36px;
  line-height: 42px;
  font-family: "source_sans_pro_black";
}
@media (max-width: 1024px) {
  .benefits-wrapper h1 {
    font-size: 24px;
    line-height: 31px;
  }
}
.benefits-wrapper .benefits-item {
  margin-top: 40px;
  height: calc(100% - 40px);
  border-bottom: 2px solid #000000;
  position: relative;
}
.benefits-wrapper .benefits-item::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #004dff;
  transition: all 0.3s;
  position: absolute;
  bottom: -2px;
}
.benefits-wrapper .benefits-item:hover::after {
  width: 100%;
}
.benefits-wrapper .benefits-item h2 {
  font-size: 24px;
  line-height: 30px;
  font-family: "source_sans_pro_black";
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .benefits-wrapper .benefits-item h2 {
    font-size: 18px;
    line-height: 23px;
  }
}
.benefits-wrapper .benefits-item pre {
  font-size: 18px;
  line-height: 30px;
  font-family: "source_sans_pro_semibold";
  margin-bottom: 25px;
}

.position-wrapper {
  background-color: #f8f9fc;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .position-wrapper {
    padding: 40px 0;
  }
}
.position-wrapper h2 {
  font-size: 38px;
  line-height: 1;
  font-family: "source_sans_pro_black";
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .position-wrapper h2 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 24px;
  }
}

.position-box {
  background: #000000;
  padding: 40px 24px 24px 40px;
  color: #ffffff;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .position-box {
    padding: 24px;
  }
}
.position-box h3 {
  font-size: 24px;
  line-height: 31px;
  font-family: "source_sans_pro_black";
  margin-bottom: 16px;
}
.position-box span {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 4px;
  font-family: "source_sans_pro_regular";
}
.position-box pre {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 16px;
  font-family: "source_sans_pro_semibold";
}
.position-box a {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 16px;
  text-decoration: underline;
  font-family: "source_sans_pro_bold";
}
.position-box hr {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 24px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .position-box hr {
    margin-top: 8px;
  }
}

.story-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .story-wrapper {
    padding: 40px 0;
  }
}
.story-wrapper h3 {
  font-size: 38px;
  line-height: 47px;
  font-family: "source_sans_pro_black";
  color: #000000;
  margin-bottom: 24px;
}
.story-wrapper pre {
  font-size: 18px;
  line-height: 30px;
  font-family: "source_sans_pro_semibold";
  margin-bottom: 30px;
}

.our-team-wrapper {
  padding: 40px 0;
  background-color: #f8f9fc;
}
.our-team-wrapper h3 {
  font-size: 38px;
  line-height: 47px;
  font-family: "source_sans_pro_black";
  color: #000000;
  margin-bottom: 24px;
}
.our-team-wrapper img {
  width: 100%;
  object-fit: contain;
  object-position: center center;
}
.our-team-wrapper .team-content {
  background-color: #000000;
  padding: 16px;
  margin-bottom: 24px;
  height: 81px;
  position: relative;
}
.our-team-wrapper .team-content::after {
  content: "";
  background-color: white;
  position: absolute;
  top: 0;
  left: -200%;
  width: 130%;
  height: 100%;
  transform: skewX(-40deg);
  transition: all 0.3s;
  z-index: 1;
}
.our-team-wrapper .team-content h3 {
  font-size: 24px;
  line-height: 31px;
  font-family: "source_sans_pro_black";
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.our-team-wrapper .team-content pre {
  font-size: 14px;
  line-height: 18px;
  font-family: "source_sans_pro_regular";
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.our-team-wrapper .team-member {
  overflow: hidden;
}
.our-team-wrapper .team-member:hover .text-wrapper {
  transform: translateY(calc(-100% - 104px));
  opacity: 1;
  visibility: visible;
}
.our-team-wrapper .team-member:hover h3,
.our-team-wrapper .team-member:hover pre {
  color: #000000;
}
.our-team-wrapper .team-member:hover .team-content::after {
  left: -11%;
}
.our-team-wrapper .text-wrapper {
  background-color: #000000;
  padding: 16px;
  transform: translateY(0);
  height: calc(100% - 81px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.our-team-wrapper .text-wrapper span {
  color: #00cc00;
  font-size: 24px;
  line-height: 31px;
  font-family: "source_sans_pro_italic";
}
.our-team-wrapper .text-wrapper pre {
  font-size: 24px;
  line-height: 31px;
  font-family: "source_sans_pro_italic";
  color: #ffffff;
  display: initial;
}

.reference-wrapper {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .reference-wrapper {
    padding: 40px 0;
  }
}
.reference-wrapper h3 {
  font-size: 26px;
  line-height: 40px;
  font-family: "source_sans_pro_semibold";
  margin-bottom: 0px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .reference-wrapper h3 {
    font-size: 18px;
    line-height: 23px;
  }
}
.reference-wrapper a {
  font-size: 14px;
  line-height: 30px;
  font-family: "source_sans_pro_semibold";
  color: #6392ff;
  position: relative;
}
.reference-wrapper a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.5s;
}
.reference-wrapper a:hover::after {
  width: 100%;
}
@media (max-width: 992px) {
  .reference-wrapper a {
    font-size: 10px;
  }
}
.reference-wrapper img {
  width: 170%;
  height: 230px;
  object-fit: contain;
  object-position: center center;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .reference-wrapper img {
    height: 110px;
  }
}
.reference-wrapper .reference-item {
  background-color: #000000;
  padding: 30px 0 30px 30px;
  height: calc(100% - 24px);
  margin-bottom: 24px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .reference-wrapper .reference-item {
    padding: 16px 0 16px 16px;
  }
}
.reference-wrapper .reference-item pre {
  font-size: 14px;
  line-height: 22px;
  font-family: "source_sans_pro_semibold";
  background-color: #3e3e3e;
  color: #ffffff;
  display: inline-block;
  padding: 4px 30px;
  margin: 0 0 12px -30px;
}
@media (max-width: 1024px) {
  .reference-wrapper .reference-item pre {
    margin: 0 0 25px -16px;
    padding: 4px 46px 4px 16px;
    font-size: 10px;
    line-height: 11px;
  }
}

.reference-single-wrapper {
  background-color: #000000;
}
@media (min-width: 1024px) {
  .reference-single-wrapper {
    padding: 80px 0 0 14%;
    display: flex;
    align-items: center;
  }
}
.reference-single-wrapper h1 {
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
  font-family: "source_sans_pro_semibold";
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .reference-single-wrapper h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 24px;
  }
}
.reference-single-wrapper pre {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-family: "source_sans_pro_semibold";
  margin-bottom: 40px;
}
.reference-single-wrapper h5 {
  font-size: 24px;
  line-height: 31px;
  color: #ffffff;
  font-family: "source_sans_pro_semibold";
  margin-bottom: 16px;
}
.reference-single-wrapper .technology {
  color: #000000;
  background-color: #c1ff50;
  padding: 0 30px;
  display: inline-block;
}
.reference-single-wrapper img {
  height: 550px;
  width: 100%;
  object-fit: contain;
  object-position: center center;
  left: 30%;
  position: relative;
}
@media (max-width: 1024px) {
  .reference-single-wrapper img {
    height: 275px;
    margin-bottom: 42px;
  }
}
@media (max-width: 1024px) {
  .reference-single-wrapper .row {
    margin: 0;
  }
  .reference-single-wrapper .row > div:nth-child(1) {
    order: 2;
  }
  .reference-single-wrapper .row > div:nth-child(2) {
    order: 1;
  }
  .reference-single-wrapper .btn-white {
    width: auto;
    margin-bottom: 40px;
  }
}

.impressum_content {
  padding: 40px 0;
}
.impressum_content h1 {
  font-size: 36px;
  line-height: 45px;
  font-family: "source_sans_pro_black";
  color: #000000;
  margin: 24px 0;
  text-align: center;
}
@media (max-width: 993px) {
  .impressum_content h1 {
    font-size: 24px;
    line-height: 31px;
  }
}
.impressum_content h3 {
  font-size: 32px;
  line-height: 38px;
  font-family: "source_sans_pro_semibold";
  color: #000000;
  margin: 24px 0;
  text-align: center;
}
@media (max-width: 993px) {
  .impressum_content h3 {
    font-size: 24px;
    line-height: 31px;
  }
}
.impressum_content .subtitle {
  font-size: 24px;
  line-height: 31px;
  font-family: "source_sans_pro_semibold";
  color: #000000;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .impressum_content .subtitle {
    margin-bottom: 30px;
  }
}
.impressum_content pre {
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.568627451);
  font-family: "source_sans_pro_regular";
  margin-bottom: 20px;
}

.new-home-banner {
  position: relative;
  height: 70vh;
}
.new-home-banner video {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
.new-home-banner .new-home-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
}
.new-home-banner .new-home-banner-text h1 {
  font-size: 48px;
  color: #ffffff;
  line-height: 68px;
  margin-bottom: 40px;
}
.new-home-banner .new-home-banner-text .btn {
  margin-right: 20px;
}

.new-parners-container {
  background: #004dff;
  padding: 22px 0;
}

.new-home-projects {
  padding: 120px 0;
  background: #f8f9fc;
}
.new-home-projects h2 {
  text-align: center;
  font-size: 48px;
  line-height: 68px;
  margin-bottom: 5px;
}
.new-home-projects pre {
  max-width: 670px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-family:'source_sans_pro_semibold';
}
.new-home-projects .new-projects-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 40px 24px;
  margin-top: 50px;
}
.new-home-projects .new-projects-box pre {
  margin-bottom: 45px;
  font-size: 23px;
  line-height: 35px;
  color: #000000;
  opacity: 0.56;
}
.new-home-projects .new-projects-box img {
  display: flex;
  margin: 0 auto;
}

.space-photo {
  margin-top: 20px;
}

.new-home-accordion {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 120px;
}
.new-home-accordion h2 {
  text-align: center;
  font-size: 48px;
  line-height: 68px;
  margin-bottom: 5px;
}
.new-home-accordion pre {
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7803921569);
  margin-bottom: 60px;
  font-family: 'source_sans_pro_regular';
}

.new-home-add {
  margin-top: 210px;
  background: linear-gradient(0deg, #4bcd04 100%, white 25%);
  position: relative;
}
.new-home-add .new-add-text {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  height: 100%;
  padding-top: 20px;
}
.new-home-add .img-possition {
  position: absolute;
  bottom: 0;
}
.new-home-add h2 {
  color: #000000;
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
}
.new-home-add pre {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  margin-right: 20px;
}
.new-home-add a {
  color: #ffffff;
  background: #000000;
  line-height: 25px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
}

.technology-header {
  display: flex;
  justify-content: space-between;
}
.technology-header a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding-bottom: 8px;
}
.technology-header .active-a {
  border-bottom: 2px solid #294dff;
}

.technology-body {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.technology-body .dnone {
  display: none;
}
.technology-body .active {
  display: flex;
}
.technology-body span {
  color: #000000;
  font-weight: normal;
  line-height: 22px;
}
.technology-body .accordion-icon-text {
  background: #f8f9fc;
  padding: 10px 6px;
  min-width: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 16.5px;
}
.technology-body .accordion-icon-text:last-child {
  margin-right: 0;
}

.why-us-wrapper {
  background: #000000;
  padding: 120px 0;
}
.why-us-wrapper .why-us-title {
  margin-bottom: 60px;
}
.why-us-wrapper .why-us-title h2 {
  color: #ffffff;
  font-size: 48px;
  line-height: 68px;
  text-align: center;
}
.why-us-wrapper .why-us-title pre {
  color: rgba(255, 255, 255, 0.7803921569);
  font-size: 20px;
  line-height: 28px;
  max-width: 50%;
  text-align: center;
  margin: 0 auto;
}
.why-us-wrapper .content-wrapper {
  background: #0f0f0f;
  padding: 24px;
  min-width: 444px;
}
.why-us-wrapper .content-wrapper pre {
  color: rgba(255, 255, 255, 0.7764705882);
  max-width: 100%;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
.why-us-wrapper .content-wrapper h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 35px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
}
.why-us-wrapper .content-wrapper span {
  background: #294dff;
  color: #ffffff;
  padding: 0 8px;
  border-radius: 50%;
  display: flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
}
.why-us-wrapper .whyusbox {
  display: flex;
}
.why-us-wrapper .whyusbox:last-child .content-wrapper {
  margin-bottom: 0;
}
.why-us-wrapper .whyusbox .content-wrapper {
  margin-left: 25px;
  margin-bottom: 40px;
  position: relative;
}
.why-us-wrapper .whyusbox .content-wrapper:last-child::after {
  display: none;
}
.why-us-wrapper .whyusbox .content-wrapper::after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  position: absolute;
  border: 1px solid blue;
  border-style: dashed;
  width: 25px;
}
.why-us-wrapper .whyusbox .content-wrapper:first-child {
  margin-left: 0;
}

.new-home-about {
  background-color: #f8f9fc;
  padding: 120px 0;
}
.new-home-about h2 {
  font-size: 48px;
  line-height: 68px;
  margin-bottom: 60px;
}

.slider-image {
  padding: 120px 0;
  background: #ffffff;
}

.hiring-rigth {
  width: 40%;
}

.hiring-left {
  width: 40%;
  margin-top: 150px;
}

.box-right,
.box-left {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  padding-bottom: 0;
  margin-bottom: 65px;
  min-height: 288px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.box-right img,
.box-left img {
  max-width: 48px;
  max-height: 48px;
  margin: 24px;
  margin-bottom: 0;
}

.new-call-now {
  margin-top: 70px;
  background: #294dff;
  color: white;
  padding: 8px 24px;
}

.hiring-center {
  width: 20%;
  position: relative;
  display: flex;
  max-height: 150px;
  align-items: center;
  justify-content: center;
}

.hiring-box {
  display: flex;
  position: relative;
}

.hiring-wrapper {
  position: relative;
  background-color: #f8f9fc;
  padding-top: 120px;
}
.hiring-wrapper h2 {
  margin: 20px 24px;
}
.hiring-wrapper h3 {
  margin-bottom: 0px;
}
.hiring-wrapper pre {
  margin: 0 20px;
}

.numers-hiring {
  width: 20%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 4%;
  left: 40%;
}

.left-bottom,
.right-bottom {
  padding-bottom: 158px;
}

.left-bottom::before {
  content: "";
  height: 1px;
  width: 50%;
  border-bottom: 2px dashed #294dff;
  position: absolute;
  left: 2%;
  margin-top: 4%;
}

.position-relative {
  position: relative;
}

.left-bottom::after {
  content: "";
  height: 1px;
  width: 130%;
  border-bottom: 2px dashed #294dff;
  position: absolute;
  left: -15%;
  margin-top: 60%;
  transform: rotate(90deg);
}

.left-bottom:last-child::after {
  display: none;
}

.right-bottom::after {
  content: "";
  height: 1px;
  width: 45%;
  border-bottom: 2px dashed #294dff;
  position: absolute;
  right: 4%;
  margin-top: -5%;
}

.numers-hiring span {
  display: flex;
  width: 26px;
  height: 26px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #294dff;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  z-index: 9;
}

.numers-hiring span::after {
  content: "";
  background: rgba(41, 77, 255, 0.3019607843);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
}

.numers-hiring span::before {
  content: "";
  background: rgba(41, 77, 255, 0.1215686275);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
  transition-duration: 3ms;
}

@keyframes wave {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.whyusbox .content-wrapper span::after {
  content: "";
  background: rgba(41, 77, 255, 0.3019607843);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
}
.whyusbox .content-wrapper span::before {
  content: "";
  background: rgba(41, 77, 255, 0.1215686275);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
  transition-duration: 3ms;
}

/* .swiper {
  width: 240px;
  height: 320px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.swiper-slide:nth-child(1n) {
  background-color: rgb(206, 17, 17);
}

.swiper-slide:nth-child(2n) {
  background-color: rgb(0, 140, 255);
}

.swiper-slide:nth-child(3n) {
  background-color: rgb(10, 184, 111);
}

.swiper-slide img {
  object-fit: cover;
}

.swiper-3d .swiper-slide-shadow {
  background: none;
}

.swiper {
  max-width: 500px;
  width: 100%;
}

.swiper-slide {
  max-width: 500px;
  width: 100%;
} */

.home-cases .our-cases-wrapper .slider-item {
  overflow: hidden;
}
.home-cases .our-cases-wrapper .slider-item img {
  width: 150%;
  height: 200px;
  object-fit: contain;
}
.home-cases .our-cases-wrapper .slider-item h3 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 0;
}

.new-home-add .img-possition {
  bottom: -2px;
}
.new-home-add h2 {
  font-size: 28px;
  line-height: 32px;
}

@media (max-width: 992px) {
  .form-wrapper.form-wrapper-white .form-text-wrapper {
    display: none;
  }

  .form-wrapper.form-wrapper-white .wpcf7 {
    width: 100%;
  }

  .sub-menu {
    margin-left: 20px;
    margin-top: 20px;
  }

  .sub-menu li {
    margin-bottom: 0;
  }

  .right-content-blog {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-wrapper-blog img {
    height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .blogs-wrapper .blog-item .blog-author-wrapper {
    margin-top: 20px;
  }

  .blog-short-description {
    height: 170px;
  }
}
.banner-wrapper-blog {
  padding: 0 !important;
}

@media (min-width: 993px) {
  .right-content-blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* Dedicated Team */
.technology-body {
  justify-content: center !important;
}

.technology-header {
  justify-content: space-evenly;
}

.accordion-icon-text span {
  margin-top: 15px;
}

.slider-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-content h2 {
  margin-bottom: 2rem;
}

.position-relative {
  margin-top: 3rem;
}

.new-home-banner .new-home-banner-text {
  max-width: 690px;
}

.new-home-banner .new-home-banner-text h1 {
  font-family: "source_sans_pro_black";
}

.new-home-add h2 {
  font-family: "source_sans_pro_bold";
}
.new-home-add a {
  font-family: "source_sans_pro_semibold";
}

.why-us-wrapper .why-us-title h2 {
  font-family: "source_sans_pro_regular";
}

.why-us-wrapper .why-us-title pre {
  font-family: "source_sans_pro_regular";
}

.why-us-wrapper .content-wrapper h2 {
  font-family: "source_sans_pro_bold";
}

.why-us-wrapper .content-wrapper pre {
  font-family: "source_sans_pro_regular";
}

.slider-image h2 {
  font-size: 48px;
  line-height: 68px;
  font-family: "source_sans_pro_regular";
}

.slider-image pre {
  color: rgba(0, 0, 0, 0.7803921569);
  font-size: 20px;
  line-height: 28px;
  font-family: "source_sans_pro_regular";
}

.hiring-wrapper h3 {
  color: #000000;
  font-size: 48px;
  line-height: 68px;
  font-family: "source_sans_pro_regular";
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.hiring-wrapper h2 {
  font-size: 32px;
  font-family: "source_sans_pro_semibold";
  line-height: 46px;
}

.hiring-wrapper pre {
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.7803921569);
  font-family: "source_sans_pro_regular";
}

@media (min-width: 1400px) {
  .new-projects-box pre {
    height: 150px;
  }

  .form-dedicated {
    margin-left: 10%;
    text-align: right;
  }
}
@media (max-width: 1440px) {
  .dedicated-contact-us-img img {
    width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .new-projects-box pre {
    height: 270px;
  }
}
@media (max-width: 1400px) {
  .why-us-wrapper .whyusbox {
    display: block;
  }

  .why-us-wrapper .whyusbox .content-wrapper:first-child {
    margin-left: 25px;
  }
}
.new-home-add pre {
  font-size: 17px;
}
.new-home-add h2 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .new-home-projects .new-projects-box {
    margin: 50px 20px 20px;
    padding: 30px;
  }

  .new-home-projects .services-arrows {
    margin-top: 5px;
  }

  .new-projects-box img {
    max-width: 240px;
  }

  .new-home-projects .new-projects-box pre {
    min-height: 140px;
    font-size: 18px;
    line-height: 25px;
    font-family: "source_sans_pro_italic";
    margin-bottom: 25px;
  }

  .new-home-add {
    padding: 15px 12px;
  }
  .new-home-add .img-possition {
    bottom: -24px;
    display: none;
  }

  .technology-body .active {
    display: grid;
    grid-template-columns: repeat(3, 120px);
    grid-template-rows: repeat(2, 120px);
    margin-bottom: 40px;
  }

  .technology-body {
    display: grid;
  }

  .technology-body .accordion-icon-text:last-child {
    margin-right: 16.5px;
  }

  .technology-body .accordion-icon-text {
    margin-bottom: 20px;
  }

  .technology-header a {
    padding-right: 25px;
    margin-bottom: 20px;
    white-space: nowrap;
  }

  .technology-header {
    overflow: auto;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(3, 70px);
  }

  .why-us-wrapper .content-wrapper {
    min-width: 330px;
  }

  .new-home-add .img-possition {
    position: relative;
  }

  .why-us-wrapper .why-us-title pre {
    max-width: 100%;
    font-size: 18px;
    margin-top: 20px;
    font-family: "source_sans_pro_regular";
    line-height: 25px;
  }

  .hiring-wrapper {
    padding-top: 45px;
  }

  .hiring-wrapper h3 {
    font-size: 24px;
    line-height: 36px;
    max-width: 100%;
  }

  .hiring-rigth,
  .hiring-left {
    width: 100%;
    margin-top: 0;
  }

  .numers-hiring {
    display: none;
  }

  .space-photo div:first-child {
    margin-bottom: 20px;
  }

  .new-home-add {
    margin-top: 0;
  }
  .new-home-add .img-possition {
    position: relative;
    max-width: 175px;
    height: 216px;
    object-fit: cover;
  }
  .new-home-add .new-add-text {
    padding-bottom: 0;
  }
  .new-home-add .row {
    max-width: 100%;
    margin: 0 auto;
  }
  .new-home-add h2 {
    font-size: 18px;
    line-height: 25px;
  }
  .new-home-add pre {
    font-size: 14px;
    line-height: 20px;
  }
  .new-home-add .new-add-text {
    padding-top: 0;
  }
  .new-home-add a {
    padding: 12px 24px;
    margin-top: 1rem;
  }

  .technology-body .accordion-icon-text {
    margin: 5px;
  }

  .new-home-banner .new-home-banner-text {
    width: 95%;
  }

  .new-home-banner .new-home-banner-text h1 {
    font-size: 32px;
    line-height: 46px;
  }

  .new-home-banner .new-home-banner-text .btn {
    margin: 0;
    margin-bottom: 15px;
  }

  .btn.btn-white {
    width: 98%;
  }

  .why-us-wrapper .whyusbox .content-wrapper::after {
    display: none;
  }

  .contact-us .row {
    margin: 0 !important;
  }

  .dedicated-contact-us-img {
    padding: 0;
  }

  .form-dedicated {
    padding: 20px;
  }

  .new-home-projects {
    padding: 40px 0;
  }

  .new-home-projects h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
    font-family: "source_sans_pro_regular";
    padding: 0 12px;
  }

  .why-us-wrapper .whyusbox:last-child .content-wrapper {
    margin-bottom: 25px;
  }

  .why-us-wrapper .whyusbox .content-wrapper {
    margin-left: 0;
  }

  .why-us-wrapper .whyusbox .content-wrapper:first-child {
    margin-left: 0;
  }

  .new-home-accordion h2 {
    font-size: 24px;
    line-height: 35px;
    font-family: "source_sans_pro_regular";
    padding: 0 12px;
  }

  .new-home-accordion {
    margin-top: 40px;
  }

  .new-home-accordion pre {
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 40px;
    padding: 0 12px;
  }

  .why-us-wrapper {
    padding-top: 20px;
  }

  .why-us-wrapper .why-us-title h2 {
    font-size: 24px;
    line-height: 35px;
    margin-top: 20px;
  }

  .why-us-wrapper .content-wrapper h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .why-us-wrapper .content-wrapper pre {
    font-size: 18px;
    line-height: 28px;
  }

  .slider-image h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .slider-image {
    padding-top: 40px;
  }

  .slider-image pre {
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 25px;
  }

  .hiring-wrapper h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .new-call-now span {
    font-size: 16px;
    line-height: 42px;
    font-family: "source_sans_pro_semibold";
  }

  .new-call-now a {
    font-family: "source_sans_pro_semibold";
    font-size: 16px;
    line-height: 25px;
  }

  .slider-image {
    padding-bottom: 40px;
  }

  .slider-image pre {
    font-family: "source_sans_pro_regular";
  }

  .why-us-wrapper {
    padding-bottom: 20px;
  }

  .new-home-add pre {
    font-size: 17px;
  }
  .new-home-add h2 {
    font-size: 24px;
    line-height: 35px;
    font-family: "source_sans_pro_black";
    margin-bottom: 10px;
  }
  .new-home-add a {
    margin-top: 1.5rem;
    font-size: 17px;
  }
  .new-home-add pre {
    font-size: 17px;
    line-height: 25px;
  }

  .hiring-wrapper .box-right,
  .hiring-wrapper .box-left {
    min-height: unset;
    margin-bottom: 45px;
  }

  .hiring-wrapper {
    padding-bottom: 25px;
  }

  .new-add-text a {
    width: 100%;
    text-align: center;
  }

  .new-home-projects pre {
    font-size: 18px;
    font-family: "source_sans_pro_regular";
    line-height: 25px;
    padding: 0 12px;
  }

  .technology-header {
    padding: 0 15px;
  }

  .slick-slide {
    width: fit-content;
    padding: 0 25px;
  }

  .btn-text {
    width: 100%;
    text-align: center;
  }

  .new-home-projects .new-projects-box {
    margin-bottom: 15px;
  }

  .new-call-now {
    margin-top: 25px;
  }

  .hiring-wrapper pre {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .img-possition {
    display: none;
  }
}
.new-call-now {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-call-now a {
  padding: 2px 25px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .numers-hiring {
    display: none;
  }

  .new-add-text {
    justify-content: center;
  }

  .new-home-add {
    margin-top: 60px;
  }

  .new-home-projects .services-arrows {
    display: none;
  }

  .contact-us .row {
    margin-right: 0 !important;
  }

  .why-us-wrapper .whyusbox:last-child .content-wrapper {
    margin-bottom: 40px;
  }

  .why-us-wrapper .whyusbox .content-wrapper::after {
    display: none;
  }

  .why-us-wrapper .why-us-title pre {
    max-width: 100%;
  }

  .new-home-accordion {
    margin-top: 60px;
  }

  .new-home-projects {
    padding: 60px 0;
  }

  .slider-image pre {
    margin-bottom: 30px;
    padding: 60px 0;
  }

  .new-home-banner-text a {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }

  .slider-image {
    padding: 60px 0;
  }

  .slider-content h2 {
    margin-bottom: 0;
    text-align: center;
  }

  .slider-image pre {
    padding: 30px 0;
  }

  .hiring-wrapper {
    padding-top: 60px;
  }

  .hiring-wrapper h3 {
    max-width: 100%;
    font-size: 36px;
    line-height: 50px;
  }

  .why-us-wrapper {
    padding: 60px 0;
  }

  .hiring-rigth {
    width: 100%;
  }

  .hiring-center {
    display: none;
  }

  .hiring-left {
    width: 100%;
    margin: 0;
  }

  .new-home-banner .new-home-banner-text h1 {
    font-size: 47px;
  }
}
.new-apps-banner {
  position: relative;
  height: 45vh;
}
.new-apps-banner video {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
.new-apps-banner .new-apps-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 70%;
}
.new-apps-banner .new-apps-banner-text h1 {
  font-size: 48px;
  color: #ffffff;
  line-height: 68px;
  font-family: "source_sans_pro_black";
}
@media screen and (max-width: 992px) {
  .new-apps-banner .new-apps-banner-text h1 {
    font-size: 36px;
    line-height: 40px;
    margin-right: 20px;
  }
}
.new-apps-banner .new-apps-banner-text .btn {
  margin-right: 20px;
}

.technology-aps {
  background-color: #f8f9fc;
  padding-top: 120px;
}
.technology-aps h2 {
  text-align: center;
  font-family: "source_sans_pro_semibold";
  font-size: 48px;
}
.technology-aps pre {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  font-family: "source_sans_pro_regular";
  font-size: 18px;
  margin-bottom: 50px;
  color: rgba(0, 0, 0, 0.7803921569);
  margin-top: 16px;
}
.technology-aps .aps-box {
  margin-bottom: 60px;
}
.technology-aps .aps-box img {
  margin-bottom: 20px;
  max-width: 105px;
  max-height: 61px;
  object-fit: contain;
}
@media screen and (max-width: 992px) {
  .technology-aps .aps-box img {
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.technology-aps .aps-box h3 {
  font-size: 32px;
  line-height: 46px;
  font-family: "source_sans_pro_semibold";
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .technology-aps .aps-box h3 {
    text-align: center;
  }
}
.technology-aps .aps-box pre {
  margin-bottom: 25px;
  text-align: left;
  min-height: 150px;
  font-family: "source_sans_pro_regular";
  color: rgba(0, 0, 0, 0.7803921569);
  margin-top: 0;
}
.technology-aps .aps-box a {
  color: #294dff;
  font-size: 16px;
  font-family: "source_sans_pro_semibold";
}
@media screen and (max-width: 992px) {
  .technology-aps .aps-box a {
    display: flex;
    justify-content: center;
  }
}

.onlinemarketing-banner {
  height: 42vh;
  position: relative;
}
.onlinemarketing-banner video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.onlinemarketing-banner .new-apps-banner-text {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.onlinemarketing-banner .new-apps-banner-text h1 {
  font-size: 48px;
  font-family: "source_sans_pro_black";
  color: #ffffff;
  max-width: 920px;
}
@media screen and (max-width: 992px) {
  .onlinemarketing-banner .new-apps-banner-text h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

.online-marketingparners-container {
  background-color: #004dff;
  padding: 25px 0;
}

.marketing-apps {
  background-color: #f8f9fc;
  padding-top: 100px;
}
@media screen and (max-width: 992px) {
  .marketing-apps {
    margin-bottom: 50px;
  }
}
.marketing-apps h2 {
  text-align: center;
  font-size: 48px;
  font-family: "source_sans_pro_semibold";
}
@media screen and (max-width: 992px) {
  .marketing-apps h2 {
    font-size: 32px;
  }
}
.marketing-apps pre {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 16px;
  font-family: "source_sans_pro_regular";
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7803921569);
  line-height: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .marketing-apps pre {
    text-align: left;
  }
}
.marketing-apps .onlinemarketing-box {
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .marketing-apps .onlinemarketing-box {
    margin-bottom: 50px;
  }
}
.marketing-apps .onlinemarketing-box h3 {
  font-size: 32px;
  line-height: 46px;
  font-family: "source_sans_pro_semibold";
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .marketing-apps .onlinemarketing-box h3 {
    text-align: center;
  }
}
.marketing-apps .onlinemarketing-box pre {
  font-size: 18px;
  line-height: 28px;
  font-family: "source_sans_pro_regular";
  text-align: left;
}
@media screen and (max-width: 992px) {
  .marketing-apps .onlinemarketing-box pre {
    text-align: left;
  }
}
.marketing-apps .onlinemarketing-box a {
  color: #294dff;
  line-height: 28px;
  font-size: 16px;
  font-family: "source_sans_pro_semibold";
  display: flex;
  justify-content: center;
}
.marketing-apps .onlinemarketing-box img {
  display: flex;
  margin: 0 auto;
}

.banner-wrapper-new-shopify {
  background: #004dff;
  margin-bottom: 30px;
}

.banner-wrapper-new-shopify .header-logo-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.banner-wrapper-new-shopify .header-logo-text img {
  width: auto;
}

.banner-wrapper-new-shopify .header-logo-text h1 {
  margin-right: 25px;
  color: white;
  font-size: 32px;
  line-height: 46px;
  font-family: "source_sans_pro_regular";
}

.why-shopify {
  margin-bottom: 60px;
}

@media screen and (max-width: 992px) {
  .why-shopify {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.why-shopify h2 {
  text-align: center;
  font-size: 38px;
  line-height: 54px;
  font-family: "source_sans_pro_black";
  margin-bottom: 15px;
}

.why-shopify pre {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-family: "source_sans_pro_regular";
}

.why-shopify .new-shopify-box {
  border: 1px solid rgba(112, 112, 112, 0.2);
  padding: 25px;
  min-height: 245px;
}

@media screen and (max-width: 992px) {
  .why-shopify .new-shopify-box {
    min-height: auto;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .why-shopify .new-shopify-box {
    margin: 0 20px;
  }
}
.why-shopify .new-shopify-box img {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}

.why-shopify .new-shopify-box h3 {
  font-size: 23px;
  line-height: 28px;
  font-family: "source_sans_pro_bold";
  margin-bottom: 15px;
}

.why-shopify .new-shopify-box pre {
  font-size: 16px;
  line-height: 22px;
  font-family: "source_sans_pro_regular";
  text-align: left;
}

.why-chose-us {
  background: #000000;
  padding: 60px 40px 120px;
  transition-duration: 3ms;
}

@media screen and (max-width: 992px) {
  .why-chose-us {
    padding: 60px 20px;
  }
}
.why-chose-us h2 {
  text-align: center;
  color: #ffffff;
  font-family: "source_sans_pro_black";
  margin-bottom: 15px;
}

.why-chose-us pre {
  max-width: 690px;
  text-align: center;
  color: #ffffff;
  font-family: "source_sans_pro_regular";
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.why-chose-us .why-choseus-box {
  padding: 35px 41px;
  background: #0f0f0f;
  margin-bottom: 24px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .why-chose-us .why-choseus-box {
    margin: 0 20px 24px 20px;
  }
}
.why-chose-us .why-choseus-box h3 {
  color: #ffffff;
  font-size: 19px;
  line-height: 27px;
  font-family: "source_sans_pro_bold";
}

.why-chose-us .why-choseus-box span {
  color: rgba(255, 255, 255, 0.7764705882);
  font-size: 18px;
  background: #294dff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}

.why-chose-us .why-choseus-box span::before {
  content: "";
  background: rgba(41, 77, 255, 0.1215686275);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
  transition-duration: 3ms;
}

.why-chose-us .why-choseus-box span::after {
  content: "";
  background: rgba(41, 77, 255, 0.3019607843);
  width: 39px;
  height: 39px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
  transition-duration: 3ms;
}

.why-chose-us .why-choseus-box pre {
  text-align: left;
  color: rgba(255, 255, 255, 0.7764705882);
  font-size: 16px;
  font-family: "source_sans_pro_regular";
  margin-bottom: 0;
}

.new-shopify-add {
  margin-top: 0;
  background: #294dff;
}

.new-shopify-add .img-possition {
  bottom: 0;
  max-width: 200px;
}

@media screen and (max-width: 992px) {
  .new-shopify-add .new-add-text {
    text-align: center;
  }
}
.new-shopify-add h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 42px;
}

.number-box-wrapper {
  padding-top: 60px;
  background-color: #f8f9fc;
}

.number-box-wrapper h2 {
  font-size: 38px;
  line-height: 54px;
  text-align: center;
  font-family: "source_sans_pro_black";
  padding: 0 15px;
}

@media screen and (max-width: 992px) {
  .number-box-wrapper h2 {
    font-size: 27px;
    line-height: 30px;
    padding-top: 30px;
  }
}
.number-box-wrapper pre {
  font-family: "source_sans_pro_regular";
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  padding: 0 15px;
}

@media screen and (max-width: 992px) {
  .number-box-wrapper pre {
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
  }
}
.number-box {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px;
}

@media screen and (max-width: 992px) {
  .shopify-wrapper .col-xl-8 {
    padding: 0;
  }
}
.services-arrows i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  justify-content: center;
  font-weight: bold;
}

.services-arrows .services-arrow-prev-sec,
.services-arrows .services-arrow-next-sec {
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: #000000;
  margin: 0 8px;
  height: 36px;
  width: 36px;
}

.box-container {
  width: 100%;
  position: relative;
  padding: 40px;
}

@media screen and (max-width: 992px) {
  .box-container {
    padding: 40px 20px;
  }
}
.box-container .box-wrapper {
  display: flex;
  width: 100%;
  position: relative;
}

.box-container .box-wrapper:last-child span::after {
  border: none;
}

.box-container .box-wrapper:nth-child(odd) {
  justify-content: flex-start;
}

.box-container .box-wrapper:nth-child(odd)::after {
  content: "";
  border: 1px dashed #294dff;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 40%;
  opacity: 0.37;
}

@media screen and (max-width: 992px) {
  .box-container .box-wrapper:nth-child(odd)::after {
    border: none;
  }
}
.box-container .box-wrapper:nth-child(even)::after {
  content: "";
  border: 1px dashed #294dff;
  width: 55px;
  position: absolute;
  top: 50%;
  right: 40%;
  opacity: 0.37;
}

@media screen and (max-width: 992px) {
  .box-container .box-wrapper:nth-child(even)::after {
    border: none;
  }
}
.box-container .box-wrapper .content {
  width: 40%;
  padding: 20px;
  border: 1px solid rgba(112, 112, 112, 0);
  background: #ffffff;
}

@media screen and (max-width: 992px) {
  .box-container .box-wrapper .content {
    margin-bottom: 40px;
    width: 100%;
  }
}
.box-container .box-wrapper .content img {
  max-width: 33px;
  height: 33px;
  margin-bottom: 20px;
}

.box-container .box-wrapper .content h3 {
  font-size: 18px;
  text-align: left;
  font-family: "source_sans_pro_semibold";
  line-height: 30px;
  margin-bottom: 10px;
}

.box-container .box-wrapper .content pre {
  text-align: left;
  font-family: "source_sans_pro_regular";
  line-height: 25px;
  padding: 0;
}

.box-container .box-wrapper span::after {
  content: "";
  border: 1px dashed #294dff;
  width: 1px;
  height: 130px;
  position: absolute;
  top: 130%;
  opacity: 0.37;
}

@media screen and (max-width: 992px) {
  .box-container .box-wrapper span::after {
    display: none;
  }
}
.box-container .right span {
  position: absolute;
  top: 41%;
  left: 48.5%;
  background: #294dff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

@media screen and (max-width: 992px) {
  .box-container .right span {
    top: -6%;
    left: 45%;
  }
}
.box-container .right span::before {
  content: "";
  background: rgba(41, 77, 255, 0.3019607843);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
}

.box-container .left span {
  position: absolute;
  top: 41%;
  left: 48.5%;
  background: #294dff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

@media screen and (max-width: 992px) {
  .box-container .left span {
    top: -6%;
    left: 45%;
  }
}
.box-container .left span::before {
  content: "";
  background: rgba(41, 77, 255, 0.3019607843);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
}

.box-container .number-box-second {
  display: flex;
  width: 10%;
}

.content-shopify-bottom {
  background: #ffffff;
}

.content-shopify-bottom h2 {
  font-size: 38px;
  line-height: 54px;
  padding: 50px 0 20px 0;
  font-family: "source_sans_pro_black";
  text-align: left;
}

.content-shopify-bottom pre {
  font-size: 20px;
  line-height: 30px;
  font-family: "source_sans_pro_regular";
  text-align: left;
}

@media (max-width: 992px) {
  .number-box-wrapper .content-shopify-bottom {
    padding: 0 15px;
  }
}
.number-box-wrapper .content-shopify-bottom h2 {
  text-align: left;
}

.number-box-wrapper .content-shopify-bottom pre {
  text-align: left;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.react-native-section {
  margin-bottom: 50px;
}

.react-native-section h2 {
  text-align: center;
  font-size: 38px;
  line-height: 54px;
  font-family: "source_sans_pro_black";
  padding: 0 15px;
  margin-bottom: 10px;
}

.react-native-section pre {
  text-align: center;
  font-size: 18px;
  font-family: "source_sans_pro_regular";
  padding: 0 15px;
  margin-bottom: 30px;
}

.react-native-section img {
  width: 100%;
}

.steps-solutions {
  padding: 0 15px;
  background: #ffffff 0% 0% no-repeat padding-box;
}

.steps-solutions h2 {
  text-align: center;
  font-size: 38px;
  line-height: 54px;
  font-family: "source_sans_pro_black";
  margin-bottom: 10px;
}

.steps-solutions pre {
  text-align: center;
  font-family: "source_sans_pro_regular";
  font-size: 18px;
}

.steps-solutions .steps-box {
  border: 1px solid #294dff;
  padding: 30px 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .steps-solutions .steps-box {
    margin-bottom: 15px;
  }
}
.steps-solutions .steps-box h6 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: "source_sans_pro_bold";
  font-size: 18px;
  line-height: 25px;
}

.steps-solutions .steps-box span {
  background: #294dff;
  color: #ffffff;
  padding: 0 8px;
  border-radius: 50%;
  display: flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
}

.steps-solutions .steps-box span::after {
  content: "";
  background: rgba(41, 77, 255, 0.3019607843);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
}

.steps-solutions .steps-box span::before {
  content: "";
  background: rgba(41, 77, 255, 0.1215686275);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
  transition-duration: 3ms;
}

.steps-solutions .steps-box pre {
  font-family: "source_sans_pro_regular";
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 0;
}

.steps-solutions .solutions-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
}

.steps-solutions pre {
  margin-bottom: 40px;
}

.steps-solutions .new-apps-box {
  border: 1px solid rgba(112, 112, 112, 0.2);
  padding: 25px;
}

.steps-solutions .new-apps-box pre {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "source_sans_pro_regular";
  line-height: 22px;
}

.steps-solutions .new-apps-box h3 {
  font-size: 24px;
  line-height: 35px;
  font-family: "source_sans_pro_bold";
  margin-bottom: 15px;
}

.steps-solutions .new-apps-box img {
  max-width: 20px;
  max-height: 20px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-bottom-content {
  margin-top: 50px;
}

.page-bottom-content h2 {
  text-align: left;
  font-size: 38px;
  line-height: 54px;
  font-family: "source_sans_pro_black";
}

.page-bottom-content pre {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  font-family: "source_sans_pro_regular";
}

.banner-wrapper-new-shopware {
  background-color: #004dff;
  padding: 15px 0;
  margin-top: 110px;
}
@media screen and (max-width: 992px) {
  .banner-wrapper-new-shopware {
    margin-bottom: 20px;
  }
}
.banner-wrapper-new-shopware .header-logo-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-wrapper-new-shopware h1 {
  margin-right: 25px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .shopify-wrapper {
    align-items: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {
  .content-shopware-content {
    align-items: center;
    margin-top: 20px;
  }
}
.content-shopware-content h2 {
  font-size: 38px;
  line-height: 54px;
  text-align: center;
  font-family: "source_sans_pro_bold";
  letter-spacing: 0px;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .content-shopware-content h2 {
    align-items: center;
    font-size: 32px;
  }
}
.content-shopware-content pre {
  text-align: center;
  margin: 0 auto;
  margin-top: 16px;
  font-family: "source_sans_pro_regular";
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 50px;
  max-width: 842px;
}
@media screen and (max-width: 992px) {
  .content-shopware-content pre {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.shopware-box {
  margin-bottom: 24px;
}
.shopware-box h2 {
  font-size: 19px;
  line-height: 27px;
  font-family: "source_sans_pro_semibold";
  margin-top: 20px;
}
.shopware-box pre {
  font-size: 16px;
  line-height: 25px;
  font-family: "source_sans_pro_regular";
  text-align: left;
}
@media screen and (max-width: 992px) {
  .shopware-box pre {
    font-size: 15px;
  }
}

.shopware-box {
  border: 1px solid rgba(41, 77, 255, 0.9294117647);
  padding: 20px 45px;
}

.shopware-content-box {
  background-color: #f8f9fc;
  padding: 50px 40px 180px 40px;
}
@media screen and (max-width: 992px) {
  .shopware-content-box {
    margin-bottom: 0px;
    padding: 20px 0;
    padding: 0 15px;
  }
}
.shopware-content-box h2 {
  font-size: 38px;
  line-height: 54px;
  text-align: center;
  font-family: "source_sans_pro_bold";
  letter-spacing: 0px;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .shopware-content-box h2 {
    font-size: 32px;
  }
}
.shopware-content-box pre {
  text-align: center;
  margin: 0 auto;
  margin-top: 16px;
  font-family: "source_sans_pro_regular";
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 50px;
  max-width: 842px;
}
.shopware-content-box .shopware-box {
  background-color: white;
  min-height: 370px;
}
@media screen and (max-width: 992px) {
  .shopware-content-box .shopware-box {
    padding: 0px 30px;
    min-height: 255px;
  }
}
.shopware-content-box .shopware-box h3 {
  font-size: 19px;
  line-height: 27px;
  font-family: "source_sans_pro_bold";
  text-align: left;
}
@media screen and (max-width: 992px) {
  .shopware-content-box .shopware-box h3 {
    font-size: 15px;
  }
}
.shopware-content-box .shopware-box h2 {
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}
.shopware-content-box .shopware-box pre {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .shopware-content-box .shopware-box pre {
    font-size: 14px;
  }
}
.shopware-content-box .shopware-box span {
  margin-bottom: 15px;
  width: 26px;
  height: 26px;
  display: flex;
  border-radius: 50%;
  border: 1px solid #294dff;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  background-color: #294dff;
  color: #ffffff;
  margin-top: 20px;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .shopware-content-box .shopware-box span {
    border: 60%;
  }
}
.shopware-content-box .shopware-box span::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(41, 77, 255, 0.1215686275);
  position: absolute;
  display: flex;
  z-index: 1;
  animation: wave 1s ease-in alternate infinite;
  transition-duration: 3ms;
}
.shopware-content-box .shopware-box span::after {
  content: "";
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: rgba(41, 77, 255, 0.1215686275);
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
}

.new-shopware-add {
  margin-top: 0;
  background: #294dff;
}
@media screen and (max-width: 992px) {
  .new-shopware-add {
    align-items: center;
  }
}
.new-shopware-add .new-add-text .h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 42px;
}

@media screen and (max-width: 992px) {
  .new-home-add .new-shopware-add .img-possition {
    display: flex;
  }
}

.number-box-wrapper {
  background-color: #f8f9fc;
}
.number-box-wrapper h2 {
  font-size: 38px;
  line-height: 54px;
  text-align: center;
  font-family: "source_sans_pro_bold";
  letter-spacing: 0px;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .number-box-wrapper h2 {
    font-size: 32px;
    line-height: 34px;
  }
}
.number-box-wrapper pre {
  text-align: center;
  margin: 0 auto;
  margin-top: 16px;
  font-family: "source_sans_pro_regular";
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 50px;
  max-width: 842px;
}

.box-container {
  width: 100%;
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 992px) {
  .box-container {
    padding: 40px 20px;
  }
}
.box-container .box-wrapper {
  display: flex;
  width: 100%;
  position: relative;
}
.box-container .box-wrapper:last-child span::after {
  border: none;
}
.box-container .box-wrapper:nth-child(odd)::after {
  content: "";
  border: 1px dashed #294dff;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 40%;
  opacity: 0.37;
}
@media screen and (max-width: 992px) {
  .box-container .box-wrapper:nth-child(odd)::after {
    border: none;
  }
}
.box-container .box-wrapper:nth-child(even)::after {
  content: "";
  border: 1px dashed #294dff;
  width: 55px;
  position: absolute;
  top: 50%;
  right: 40%;
  opacity: 0.37;
}
@media screen and (max-width: 992px) {
  .box-container .box-wrapper:nth-child(even)::after {
    border: none;
  }
}
.box-container .box-wrapper .content {
  width: 40%;
  padding: 20px;
  border: 1px solid rgba(112, 112, 112, 0);
  background: #ffffff;
}
@media screen and (max-width: 992px) {
  .box-container .box-wrapper .content {
    margin-bottom: 40px;
    width: 100%;
  }
}
.box-container .box-wrapper .content img {
  max-width: 33px;
  height: 33px;
  margin-bottom: 20px;
}
.box-container .box-wrapper .content h6 {
  font-size: 18px;
  text-align: left;
  font-family: "source_sans_pro_semibold";
  line-height: 30px;
  margin-bottom: 10px;
}
.box-container .box-wrapper .content pre {
  text-align: left;
  font-family: "source_sans_pro_regular";
  line-height: 25px;
}
.box-container .box-wrapper span::after {
  content: "";
  border: 1px dashed #294dff;
  width: 1px;
  height: 130px;
  position: absolute;
  top: 130%;
  opacity: 0.37;
}
@media screen and (max-width: 992px) {
  .box-container .box-wrapper span::after {
    display: none;
  }
}
.box-container .right {
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.box-container .right span {
  position: absolute;
  top: 41%;
  left: 48.5%;
  background: #294dff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
@media screen and (max-width: 992px) {
  .box-container .right span {
    top: -6%;
    left: 45%;
  }
}
.box-container .right span::before {
  content: "";
  background: rgba(41, 77, 255, 0.3019607843);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
}
.box-container .left {
  justify-content: flex-start;
}
.box-container .left span {
  position: absolute;
  top: 41%;
  left: 48.5%;
  background: #294dff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
@media screen and (max-width: 992px) {
  .box-container .left span {
    top: -6%;
    left: 45%;
  }
}
.box-container .left span::before {
  content: "";
  background: rgba(41, 77, 255, 0.3019607843);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
}
.box-container .number-box-second {
  display: flex;
  width: 10%;
}

.contact-us-shopware {
  background: black;
  color: white;
  margin-top: 0;
}
.contact-us-shopware h1 {
  font-size: 32px;
  align-items: left;
  line-height: 46px;
  font-family: "source_sans_pro_semibold";
  text-align: center;
}
.contact-us-shopware pre {
  font-size: 18px;
  line-height: 30px;
  align-items: left;
  font-family: "source_sans_pro_semibold";
  text-align: center;
}
.contact-us-shopware .contact-form-shopware {
  display: block;
  width: 300px;
}

.contact-form-img img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.contact-form-input input {
  height: 46px;
  min-width: 328px;
  padding: 20px;
  color: rgba(0, 0, 0, 0.368627451);
  font-size: 18px;
  align-items: left;
  line-height: 30px;
  font-family: "source_sans_pro_semibold";
}
.contact-form-input input input[type="submit"] {
  background-color: blue;
  color: white;
}
.contact-form-input input #fnname {
  width: 60px;
}

.seo-box .shopware-box {
  min-height: 345px;
}

.seo-wrapper {
  padding-top: 60px;
}

@media (max-width: 992px) {
  .seo-wrapper .why-seo {
    padding: 0 15px;
  }
}
.seo-wrapper .why-seo h2 {
  text-align: center;
  font-size: 38px;
  line-height: 54px;
  font-weight: 900;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .seo-wrapper .why-seo h2 {
    line-height: 30px;
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.seo-wrapper .why-seo pre {
  text-align: center;
  max-width: 860px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: "source_sans_pro_regular";
}

.seo-wrapper .why-seo img {
  width: 100%;
  margin-bottom: 30px;
}

.seo-wrapper .seo-box {
  background-color: white;
  padding: 0;
}

@media (max-width: 992px) {
  .seo-wrapper .seo-box {
    padding: 0 15px;
  }
}
.seo-wrapper .seo-box pre {
  max-width: 100%;
}

.seo-wrapper .seo-box .new-shopify-box {
  min-height: 335px;
}

@media (max-width: 992px) {
  .seo-wrapper .seo-box .new-shopify-box {
    min-height: auto;
  }
}
@media screen and (max-width: 992px) {
  .seo-wrapper .why-shopify {
    margin-top: 0;
  }
}
.seo-wrapper .why-shopify .new-shopify-box pre {
  margin-bottom: 0;
}

.seo-wrapper .why-shopify h2 {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .seo-wrapper .why-shopify h2 {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .seo-wrapper .why-shopify .slick-slide {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .content-shopify-bottom {
    padding: 0 15px;
  }
}
.whyreactjs h2 {
  text-align: center;
  font-size: 38px;
  line-height: 54px;
  font-family: "source_sans_pro_black";
  color: #000000;
  margin-bottom: 30px;
}

.whyreactjs p {
  font-size: 18px;
  line-height: 30px;
  font-family: "source_sans_pro_regular";
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
}

.steps-react {
  background-color: #f8f9fc;
  margin-top: 60px;
  padding-bottom: 100px;
}

.steps-react h2 {
  text-align: center;
  font-size: 38px;
  line-height: 54px;
  font-family: "source_sans_pro_black";
  color: #000000;
  margin-bottom: 30px;
}

.steps-react p {
  font-size: 18px;
  line-height: 30px;
  font-family: "source_sans_pro_regular";
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
}

.steps-react .react-stepsbox {
  border: 1px solid #294dff;
  margin-bottom: 25px;
  padding: 20px 40px;
}

.steps-react .react-stepsbox h2 {
  font-size: 18px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7764705882);
  font-family: "source_sans_pro_bold";
  margin-bottom: 0;
}

.steps-react .react-stepsbox p {
  font-size: 16px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7764705882);
  font-family: "source_sans_pro_regular";
  margin-bottom: 10px;
}

.steps-react .react-stepsbox span {
  margin-bottom: 15px;
  width: 26px;
  height: 26px;
  display: flex;
  border-radius: 50%;
  border: 1px solid #294dff;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  background-color: #294dff;
  color: #ffffff;
  margin-top: 20px;
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .steps-react .react-stepsbox span {
    border: 60%;
  }
}
.steps-react .react-stepsbox span::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(41, 77, 255, 0.1215686275);
  position: absolute;
  display: flex;
  z-index: 1;
  animation: wave 1s ease-in alternate infinite;
  transition-duration: 3ms;
}

.steps-react .react-stepsbox span::after {
  content: "";
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: rgba(41, 77, 255, 0.1215686275);
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
}

.why-apps {
  margin-top: 60px;
}

.why-apps pre {
  margin-bottom: 50px;
}

.background {
  background: transparent
    linear-gradient(
      111deg,
      var(--unnamed-color-6392ff) 0%,
      var(--unnamed-color-004dff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(111deg, #6392ff 0%, #004dff 100%) 0% 0%
    no-repeat padding-box;
}

.background-partners {
  padding: 22px 0;
}

.title_sectionform {
  font-family: "source_sans_pro_bold";
  font-size: 53px;
  color: #ffffff;
}

.title_sectionform span {
  color: #c1fd50;
}

.description_sectionform {
  font-family: "source_sans_pro_regular";
  color: #ffffff;
  font-size: 24px;
}

.icontick span {
  background: #c1ff50;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.icontick span::before {
  content: "";
  background: rgba(193, 255, 80, 0.3);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
  transition-duration: 3ms;
}

.icontick span::after {
  content: "";
  background: #c1ff50;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
}

.icontick span svg {
  z-index: 9;
  position: relative;
  width: 12px;
}

.icontick li {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  font-size: 24px;
  font-family: "source_sans_pro_semibold";
  color: #ffffff;
}

.icontick {
  padding: 60px 0;
}

.seo_list {
  display: flex;
  justify-content: space-between;
}

.seo-list span {
  background: #004dff;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.seo-list span::before {
  content: "";
  background: #8ca7e7;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
  transition-duration: 3ms;
}

.seo-list span::after {
  content: "";
  background: #004dff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
}

.seo-list span svg {
  z-index: 9;
  position: relative;
  width: 12px;
}

.seo-list li {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
}

.seo-list {
  width: 50%;
}

.seo-list li {
  font-family: "source_sans_pro_semibold";
  font-size: 18px;
}

.seo_subheading {
  font-family: "source_sans_pro_semibold";
  font-size: 24px;
  color: #000000;
  padding: 20px 0;
}

.seo_title {
  font-family: "source_sans_pro_regular";
  font-size: 48px;
  color: #000000;
}

.py-20 {
  padding: 120px 0;
}

.col-md-7 img {
  width: 100%;
}

.green-tick span {
  background: #00cc00;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.green-tick span::before {
  content: "";
  background: #97e597;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
  transition-duration: 3ms;
}

.green-tick span::after {
  content: "";
  background: rgba(0, 204, 0, 0.5568627451);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s ease-in alternate infinite;
}

.green-tick span svg {
  z-index: 9;
  position: relative;
  width: 12px;
}

.green-tick {
  padding-top: 40px;
}
.green-tick li {
  display: flex;
  font-family: "source_sans_pro_semibold";
  font-size: 18px;
  padding-bottom: 20px;
}

.title_pagespeed {
  font-family: "source_sans_pro_regular";
  font-size: 48px;
  color: #000000;
}

.description_pagespeed {
  font-family: "source_sans_pro_regular";
  font-size: 18px;
  color: #000000;
}

.pagespeed_image {
  width: 100%;
}

.title_codereview {
  font-family: "source_sans_pro_regular";
  font-size: 48px;
  color: #ffffff;
}

.description_codereview {
  font-family: "source_sans_pro_regular";
  font-size: 18px;
  color: #ffffff;
}

.code-review li {
  color: #ffffff;
}

.background-black {
  background: #000000;
}

.new-code-review {
  margin-top: 0;
  background: transparent
    linear-gradient(
      94deg,
      var(--unnamed-color-c1ff50) 0%,
      var(--unnamed-color-00cc00) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(94deg, #c1ff50 0%, #00cc00 100%) 0% 0%
    no-repeat padding-box;
}

.new-code-review .img-possition {
  bottom: 0;
  max-width: 200px;
}

.contact_form {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.4549019608);
  margin: 30px;
}

.contact_form .pipedriveWebForms {
  padding: 30px 0;
}

@media (min-width: 320px) and (max-width: 480px) {
  .title_sectionform {
    font-size: 45px;
  }

  .seo-list {
    width: 100%;
  }

  .seo_list {
    display: block;
  }

  .py-20 {
    padding: 50px 0;
  }

  .contact_form .pipedriveWebForms {
    padding: 30px;
  }

  .contact_form {
    margin: 0px;
  }
}
.new-add-text-client {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  height: 100%;
  padding-top: 20px;
}

.new-add-text-client a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mb-5 {
  margin-bottom: 20px;
}

.py-10 {
  padding: 30px 0;
}

li.last_list span {
  position: relative;
  top: -14px;
}

.new-add-text-client a i {
  animation: call-animation 1s infinite ease-in-out;
}

/*# sourceMappingURL=style.css.map */

.new-home-projects .row {
  justify-content: space-between;
}
.listquestion {
  position: absolute;
  width: 100%;
  padding: 11px 18px;
  margin-top: 50px;
  color: #000000;
  top: -60%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 14px #00000014;
}
.new-home-projects .col-lg-2 {
  position: relative;
}
.new-home-projects > div > div.row > div:nth-child(2) > div img {
  width: 100%;
}
.listquestion a.ahrefshop {
  color: #000000;
  font-size: 14px;
  font-family: "source_sans_pro_regular";
  width: 100%;
  padding-top: 10px;
}
.listquestion .questions {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 280px) and (max-width: 1414px) {
  .listquestion {
    position: unset;
  }
}
.ecommerce-banner {
  height: 80vh;
  display: flex;
  align-items: center;
  background-image: url("dist/img/hero.png");
}
@media (max-width: 992px) {
  .ecommerce-banner {
    height: 100%;
  }
}
.ecommerce-banner h2 {
  color: #0a1128;
  font-size: 46px;
  line-height: 56px;
  font-weight: normal;
}
@media (max-width: 992px) {
  .ecommerce-banner h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.ecommerce-banner h2 span {
  display: block;
  font-weight: bold;
}
.ecommerce-banner ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .ecommerce-banner ul {
    flex-direction: column;
  }
}
.ecommerce-banner ul li {
  width: 50%;
  margin-bottom: 10px;
  display: flex;
  font-weight: bold;
}
@media (max-width: 992px) {
  .ecommerce-banner ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.ecommerce-banner ul li:before {
  content: "";
  width: 12px;
  height: 24px;
  display: block;
  background: #c1ff50;
  z-index: -1;
  position: absolute;
}
.ecommerce-banner ul li span {
  padding-left: 5px;
}
.ecommerce-banner .ecommerce-banner-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .ecommerce-banner p {
    font-size: 16px;
    line-height: 26px;
  }
}

.marketing-service-wrapper {
  padding: 50px 0 10px 0;
}
@media (max-width: 992px) {
  .marketing-service-wrapper {
    padding: 40px 0;
  }
}
.marketing-service-wrapper h2 {
  text-align: center;
font-size: 41px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: linear-gradient(90deg, #1A1C1D 0%, #666C71 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .marketing-service-wrapper h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.marketing-service-wrapper p {
  color: #0a1128;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.38px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .marketing-service-wrapper p {
    font-size: 14px;
    line-height: 26px;
  }
}
.marketing-service-wrapper .marketing-service-box {
 
}
.marketing-service-wrapper .marketing-service-box img {
  max-width:40px;
	max-height:40px;
	width:unset;
	height:unset;
  margin-bottom: 15px;
}
.marketing-service-wrapper .marketing-service-box h2 {
  color: var(--Neutral-colorNeutralDark900, #111213);
    font-family: Latoregular;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}
@media (max-width: 992px) {
  .marketing-service-wrapper .marketing-service-box h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.marketing-service-wrapper .marketing-service-box p {
 color: var(--Neutral-colorNeutralDark200, #777E84);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    text-align: left;
}
@media (max-width: 992px) {
  .marketing-service-wrapper .marketing-service-box p {
    font-size: 16px;
    line-height: 26px;
  }
}

.freeconsulation-wrapper {
  background: linear-gradient(0deg, rgb(255, 255, 255) 49%, rgb(248, 249, 252) 49%);
}
.freeconsulation-wrapper .freeconsulation-box {
  padding: 30px 60px;
  background: transparent linear-gradient(97deg, #00183b 0%, #0a1128 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 8px 26px 26px rgba(10, 17, 40, 0.0784313725);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .freeconsulation-wrapper .freeconsulation-box {
    padding: 24px;
  }
}
.freeconsulation-wrapper .freeconsulation-box h2 {
  color: #ffffff;
  font-size: 38px;
  line-height: 56px;
}
@media (max-width: 992px) {
  .freeconsulation-wrapper .freeconsulation-box h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.freeconsulation-wrapper .freeconsulation-box p {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.38px;
  max-width: 460px;
}
@media (max-width: 992px) {
  .freeconsulation-wrapper .freeconsulation-box p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.freeconsulation-wrapper .freeconsulation-box a {
  background: transparent linear-gradient(105deg, #c1ff50 0%, #00cc00 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 10px 16px rgba(193, 255, 80, 0.1843137255);
  border-radius: 6px;
  padding: 15px 40px;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.freeconsulation-wrapper .freeconsulation-box .freeconsulation-box-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .freeconsulation-wrapper .freeconsulation-box .freeconsulation-box-button {
    justify-content: flex-start;
  }
}

.client-wrapper {
  margin: 60px 0;
}
@media (max-width: 992px) {
  .client-wrapper {
    margin: 40px 0;
  }
}
.client-wrapper h2 {
  color: #0a1128;
  font-size: 38px;
  line-height: 56px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .client-wrapper h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.client-wrapper p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #0a1128;
}
.client-wrapper p p {
  font-size: 16px;
  line-height: 26px;
}
.client-wrapper ul {
  margin-top: 30px;
}
.client-wrapper ul li {
  margin-bottom: 10px;
  display: flex;
  font-weight: bold;
}
.client-wrapper ul li:before {
  content: "";
  width: 12px;
  height: 24px;
  display: block;
  background: #c1ff50;
  z-index: -1;
  position: absolute;
}
.client-wrapper ul li span {
  padding-left: 5px;
}
.client-wrapper .client-info-wrapper {
  display: flex;
  justify-content: space-between;
  width: 95%;
}
@media (max-width: 992px) {
  .client-wrapper .client-info-wrapper {
    width: 100%;
  }
}
.client-wrapper .client-info-wrapper .client-info-box {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .client-wrapper .client-info-wrapper .client-info-box {
    margin-bottom: 20px;
  }
}
.client-wrapper .client-info-wrapper .client-info-box h2 {
  font-size: 38px;
  line-height: 46px;
  color: #0a1128;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .client-wrapper .client-info-wrapper .client-info-box h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.client-wrapper .client-info-wrapper .client-info-box h2 span {
  color: #00cc00;
}
@media (max-width: 992px) {
  .client-wrapper .client-info-wrapper .client-info-box p {
    font-size: 14px;
  }
}
.client-wrapper .image-text-box {
  position: relative;
  margin-bottom: 130px;
}
.client-wrapper .image-text-box .image-box-content {
  padding: 30px;
  background: white;
  box-shadow: 8px 26px 26px rgba(0, 77, 255, 0.0784313725);
  border-radius: 16px;
  margin: 0 3%;
  position: absolute;
  top: 60%;
}
.client-wrapper .image-text-box .image-box-content p {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: #0a1128;
  background: rgba(0, 204, 0, 0.0823529412);
  border-radius: 21px;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.client-wrapper .image-text-box .image-box-content span {
  color: #0a1128;
  font-size: 16px;
  letter-spacing: 0.38px;
  line-height: 26px;
  text-align: center;
  display: block;
}
.client-wrapper .image-text-box .image-box-content h2 {
  font-size: 24px;
  line-height: 56px;
  color: #0a1128;
  font-weight: 900;
  text-align: center;
}
.client-wrapper .image-text-box .image-box-content h2 span {
  color: #00cc00;
  display: inline-block;
  font-size: 24px;
}
.client-wrapper .image-text-box img {
  width: 100%;
}

.ecommerce-testimonials-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ecommerce-testimonials-wrapper {
    margin-top: 220px;
    margin-bottom: 40px;
  }
}
.ecommerce-testimonials-wrapper h2 {
  text-align: center;
  font-size: 28px;
  line-height: 42px;
  color: #000000;
  font-weight: 600;
}
.ecommerce-testimonials-wrapper p {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #0a1128;
  font-weight: normal;
  max-width: 440px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.ecommerce-testimonials-wrapper .ecommerce-testimonials {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 16px;
  background: #f8f9fc;
  padding: 30px 45px;
  position: relative;
}
@media (max-width: 992px) {
  .ecommerce-testimonials-wrapper .ecommerce-testimonials {
    padding: 32px;
  }
}
.ecommerce-testimonials-wrapper .ecommerce-testimonials p {
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.58px;
  color: #0a1128;
  max-width: 100%;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .ecommerce-testimonials-wrapper .ecommerce-testimonials p {
    font-size: 18px;
  }
}
.ecommerce-testimonials-wrapper .ecommerce-testimonials .client-name-position {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 25px;
}
.ecommerce-testimonials-wrapper .ecommerce-testimonials .client-name-position img {
  max-height: 24px;
  max-width: 24px;
  margin: 0 auto;
}
.ecommerce-testimonials-wrapper .ecommerce-testimonials .client-name-position p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.43px;
}
.ecommerce-testimonials-wrapper .ecommerce-testimonials .client-name-position span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  color: #0a1128;
  font-weight: normal;
}
.ecommerce-testimonials-wrapper .ecommerce-testimonials .custom-slider-arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 15%;
  width: 90%;
}
@media (max-width: 767px) {
  .ecommerce-testimonials-wrapper .ecommerce-testimonials .custom-slider-arrows {
    width: 80%;
  }
}
.ecommerce-testimonials-wrapper .ecommerce-testimonials .custom-slider-arrows i {
  font-size: 30px;
}

.work-with-us-wrapper {
  padding: 60px 0;
  background: transparent linear-gradient(285deg, #0a1128 0%, #00183b 100%) 0% 0%
    no-repeat padding-box;
}
@media (max-width: 992px) {
  .work-with-us-wrapper {
    padding: 40px 0;
  }
}
.work-with-us-wrapper h2 {
  color: #ffffff;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
}
@media (max-width: 992px) {
  .work-with-us-wrapper h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.work-with-us-wrapper p {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.38px;
  line-height: 26px;
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .work-with-us-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
.work-with-us-wrapper img {
  display: flex;
  margin: 0 auto;
}
.work-with-us-wrapper .work-with-us-box {
  background: rgba(255, 255, 255, 0.1019607843);
  box-shadow: 8px 26px 26px rgba(0, 77, 255, 0.0784313725);
  border-radius: 16px;
  padding: 32px 16px;
  margin-top: 25px;
}
.work-with-us-wrapper .work-with-us-box h2 {
  font-size: 24px;
  margin-top: 30px;
}
.work-with-us-wrapper .work-with-us-box h2{
	font-size:22px;
	padding-bottom:6px;
}
.work-with-us-wrapper .work-with-us-box p {
  font-size: 16px;
}

.marketing-partner-wrapper {
  margin: 60px 0;
}
.marketing-partner-wrapper .marketing-partner-logo {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width:1280px){
	.marketing-partner-wrapper{
	margin:0 0 60px 0;
}
}
@media (max-width: 992px) {
  .marketing-partner-wrapper .marketing-partner-logo {
    flex-direction: column;
  }
}

.banner-home-contactform {
  box-shadow: 0px 16px 32px rgba(10, 17, 40, 0.1215686275);
  border-radius: 16px;
  padding: 32px;
  max-width: 90%;
  margin-left: auto;
}
@media (max-width: 992px) {
  .banner-home-contactform {
    max-width: 100%;
    margin-top: 50px;
  }
}
.banner-home-contactform h2 {
  color: #000000;
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 25px;
}
.banner-home-contactform form {
  display: flex;
  flex-direction: column;
}
.banner-home-contactform form input,
.banner-home-contactform form textarea {
  background: #fafafa 0% 0% no-repeat padding-box;
  border: 1px solid #f0f3f8;
  opacity: 1;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.banner-home-contactform form .submit-contact {
  background: transparent linear-gradient(96deg, #c1ff50 0%, #00cc00 100%);
  box-shadow: 0px 10px 16px rgba(193, 255, 80, 0.3215686275);
  border-radius: 6px;
}
.banner-home-contactform form p {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}

.process-wrapper {
  margin: 60px 0;
}
@media (max-width: 992px) {
  .process-wrapper {
    margin: 40px 0;
  }
}
.process-wrapper h2 {
  color: #000000;
  font-size: 28px;
  line-height: 34px;
}
.process-wrapper p {
  color: #0a1128;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.38px;
  max-width: 90%;
}
@media (max-width: 992px) {
  .process-wrapper p {
    max-width: 100%;
  }
}
.process-wrapper .process-box {
  display: flex;
  margin-top: 25px;
}
.process-wrapper .process-box span {
  font-size: 66px;
  color: #c1ff50;
  line-height: 79px;
}
.process-wrapper .process-box h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-top: 30px;
}
.process-wrapper .process-box p {
  font-size: 16px;
}
.process-wrapper .process-box .process-box-content {
  margin-left: 10px;
}

/* andi  */
.work {
  padding: 40px 0;
  background: #ffffff;
}
.work__wrapper {
  display: flex;
  align-items: center;
}
.work__subtitle {
  letter-spacing: 0px;
  color: #00cc00;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}
.work__title {
  letter-spacing: 0px;
  color: #000000;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 14px;
}
.work__text {
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 40px;
}
.work__button {
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-weight: bold;
  font-size: 14px;
  border-radius: 8px;
  opacity: 1;
  background: transparent linear-gradient(270deg, #25cf2c 0%, #ceff74 100%);
  padding: 12px 45px;
}
.work__content {
  flex: 1;
}
.work__image {
  flex: 1;
}
.work__image img {
  width: 750px;
}
.work__image img:last-child {
  display: none;
}

.department {
  text-align: center;
  padding: 60px 0;
  background: rgba(0, 0, 0, 0.0196078431);
}
.department__title {
  letter-spacing: 0px;
  color: #000000;
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 14px;
}
.department__text {
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  max-width: 900px;
  margin: 0 auto 40px auto;
}
.department__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.department__box {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.0588235294);
  border-radius: 16px;
  min-height: 180px;
  padding: 32px 0 32px 24px;
  background: #ffffff;
  text-align: left;
}
.department__box-title {
  letter-spacing: 0px;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.department__box-text {
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 24px;
}
.department .department__box-link{
  display: block;
}
.department__box-link {
  letter-spacing: 0px;
  color: #00cc00;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.department__box--disabled {
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.2039215686);
}

.more {
  padding: 60px 0 120px 0;
}
.more__wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
}
.more__content-title {
  letter-spacing: 0px;
  color: #000000;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 24px;
}
.more__content-text {
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 40px;
}
.more__content-link {
  display: inline-block;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-weight: bold;
  font-size: 14px;
  border-radius: 8px;
  opacity: 1;
  background: transparent linear-gradient(270deg, #25cf2c 0%, #ceff74 100%);
  padding: 12px 32px;
}

.about {
  text-align: center;
}
.about__title {
  letter-spacing: 0px;
  color: #000000;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 14px;
}
.about__text {
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  font-weight: normal;
  max-width: 700px;
  margin: 0 auto 40px auto;
}
.about__wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.about__box {
  min-height: 135px;
  padding: 24px 0;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.0588235294);
  border-radius: 16px;
  background: #ffffff;
}
.about__box-img {
  margin-bottom: 24px;
  min-height: 42px;
}
.about__box-title {
  letter-spacing: 0px;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
.about__box--color {
  background: transparent linear-gradient(270deg, #25cf2c 0%, #ceff74 100%);
}

.work__spaces {
  padding-left: 52px;
  padding-top: 110px;
  padding-bottom: 60px;
}
.work__spaces-center {
  position: relative;
}
.work__spaces-arrows {
  position: absolute;
  top: 0;
  right: 11%;
  display: flex;
  gap: 24px;
}
.work__spaces-arrows li {
  border: 1px solid #00cc00;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.work__spaces-title {
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 40px;
}

.benefits {
  text-align: center;
  background: #f8f9fc;
  padding: 60px 0;
}
.benefits__title {
  letter-spacing: 0px;
  color: #000000;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 14px;
}
.benefits__text {
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8;
  margin-bottom: 60px;
  font-size: 14px;
}
.benefits__wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
}
.benefits__content {
  text-align: left;
}
.benefits__content-box {
  margin-bottom: 24px;
}
.benefits__content-box:last-child {
  margin-bottom: 0;
}
.benefits__content h2 {
  letter-spacing: 0px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.benefits__content p {
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  line-height: 24px;
}

.developers {
  padding: 60px 0 20px 0;
  background: #f8f9fc;
}
.developers__box-accordion h2 {
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}

.apply-mobile {
  display: none;
}

.landing__us {
  background: #f0f3f8;
  padding: 60px 0;
}
.landing__us-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}
.landing__us .hide-mobile {
  display: none;
}
.landing__us-map {
  flex: 1;
}
.landing__us-map iframe {
  width: 100%;
  height: 366px;
  border-radius: 16px;
}
.landing__us-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 60px;
}
.landing__us-content-box {
  flex: 1;
}
.landing__us-content-box img {
  margin-bottom: 24px;
}
.landing__us-content-box p {
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 14px;
}
.landing__us-content-box h2 {
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 14px;
}
.landing__us-content-box .tel {
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  font-weight: normal;
}
.landing__us-content-tel {
  margin-bottom: 14px;
  display: inline-block;
}
.landing__us-content-link {
  letter-spacing: 0px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 74px;
  background: transparent linear-gradient(270deg, #25cf2c 0%, #ceff74 100%);
  border-radius: 8px;
  display: inline-block;
  margin-top: 26px;
}
.landing__us-content-links {
  display: flex;
  gap: 25px;
}

.accordion {
  position: relative;
  margin-bottom: 14px;
  background: #ffffff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.0588235294);
  border-radius: 16px;
}
.accordion:last-child {
  margin-bottom: 40px;
}

.accordion .head {
  padding: 17px 22px 17px 32px;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  letter-spacing: 0px;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
}

.accordion p {
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  font-weight: normal;
}

.accordion .arrow {
  color: #563e6e;
  font-size: 60px;
  transition: 0.25s ease;
  opacity: 0.3;
  transform: rotate(-90deg);
}

.accordion .active img {
  transform: rotate(-180deg);
}

.head {
  border-radius: 8px;
}

.accordion .active {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.accordion .content {
  display: none;
  padding: 17px 22px 17px 32px;
  color: #333333;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.active {
  display: block;
}

.head-title {
  display: flex;
  flex-direction: column;
}
.head-title .position {
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.head img {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 16px 14px;
}
.head .apply-desktop {
  letter-spacing: 0px;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 50px;
  border: 1px solid rgba(0, 0, 0, 0.2431372549);
  border-radius: 8px;
  display: inline-block;
  margin-right: 24px;
}

@media only screen and (max-width: 768px) {
  .work__wrapper {
    flex-direction: column-reverse;
  }
  .work__content {
    margin-top: 24px;
  }
  .work__title {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 12px;
  }
  .work__text {
    margin-bottom: 24px;
  }
  .work img {
    width: 100%;
    object-fit: none;
  }
  .work img:first-child {
    display: none;
  }
  .work img:last-child {
    display: block;
  }
  .department {
    padding: 40px 0;
    text-align: left;
  }
  .department__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px;
  }
  .department__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
  }
  .department__text {
    margin-bottom: 24px;
  }
  .department__box {
    padding: 14px 0 14px 24px;
    border-radius: 8px;
    min-height: auto;
  }
  .department__box-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .department__box-text {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .more {
    padding: 40px 0;
  }
  .more__wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .more__image img {
    width: 100%;
  }
  .more__content-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .more__content-text {
    margin-bottom: 24px;
  }
  .about {
    text-align: left;
  }
  .about__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
  }
  .about__text {
    margin-bottom: 24px;
  }
  .about__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: center;
    row-gap: 12px;
    column-gap: 16px;
  }
  .about__box {
    padding: 12px 11px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: auto;
  }
  .about__box-title {
    font-size: 14px;
    line-height: 16px;
  }
  .about__box-img {
    margin-bottom: 12px;
  }
  .work__spaces {
    padding: 40px 0 40px 16px;
  }
  .work__spaces-wrapper img {
    width: 200px;
  }
  .work__spaces-title {
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    max-width: 240px;
    margin-bottom: 36px;
  }
  .work__spaces-arrows {
    right: 4%;
    gap: 14px;
  }
  .benefits {
    padding: 40px 0;
    text-align: left;
  }
  .benefits__wrapper {
    flex-direction: column-reverse;
    gap: 27px;
  }
  .benefits__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
  }
  .benefits__text {
    margin-bottom: 24px;
  }
  .benefits__image {
    width: 100%;
  }
  .benefits__image img {
    width: 100%;
    height: 200px;
  }
  .benefits__content-box {
    margin-bottom: 17px;
  }
  .benefits__content-box h2 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .benefits__content-box p {
    padding-left: 30px;
  }
  .developers {
    padding: 12px 0 40px 0;
  }
  .developers h2 {
    font-size: 18px;
    padding-top: 28px;
  }
  .developers .apply-desktop {
    display: none;
  }
  .developers .content {
    padding: 14px 12px 12px 14px;
  }
  .developers .apply-mobile {
    border: 1px solid rgba(0, 0, 0, 0.2431372549);
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    border-radius: 8px;
    display: inline;
    padding: 12px 0;
    width: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
  }
  .developers .accordion {
    margin-bottom: 12px;
  }
  .developers .accordion .head {
    align-items: flex-start;
    font-size: 18px;
    padding: 14px 12px 12px 14px;
  }
  .developers .accordion .head .position {
    font-size: 12px;
  }
  .landing__us {
    padding: 40px 0;
  }
  .landing__us iframe {
    height: 200px;
  }
  .landing__us .mobile-box p {
    margin-bottom: 0;
  }
  .landing__us-map {
    width: 100%;
  }
  .landing__us-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .landing__us-content {
    flex-direction: column;
    gap: 24px;
  }
  .landing__us-content-box {
    width: 100%;
  }
  .landing__us-content-box img {
    margin-bottom: 14px;
  }
  .landing__us .hide-desktop {
    /* display: none; */
    margin-top: 15px;
  }
  .landing__us .hide-mobile {
    /* display: inline-block; */
  }
  .landing__us-content-link{
    padding: 9px 40px;
  }
}
@media only screen and (max-width: 320px) {
  .work__spaces-title {
    max-width: 170px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.job {
  padding: 60px 0;
}
.job__wrapper {
  display: flex;
  gap: 80px;
}
.job__content {
  flex: 1;
}
.job__content-posted {
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 14px;
}
.job__content h1 {
  letter-spacing: 0px;
  color: #000000;
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 14px;
  line-height: 40px;
}
.job__content-about {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.job__content-about-text {
  display: flex;
  gap: 24px;
}
.job__content-about-text div {
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0px;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  opacity: 0.8;
}
.job__content-about-share {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8;
}
.job__content-description h2 {
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
}
.job__content-description h3 {
  letter-spacing: 0px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 14px;
  margin-top: 20px;
}
.job__content-description p {
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}
.job__content-description p:last-child {
  margin-bottom: 0;
}
.job__content-description-dots p {
  margin-bottom: 8px;
}
.job__content-description-dots p::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #00cc00;
  border-radius: 50%;
  margin-right: 8px;
}
.job__content-cv h2 {
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
}
.job__content-cv p {
  letter-spacing: 0px;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 14px;
}
.job__content-cv .first {
  margin-bottom: 24px;
}
.job__content-cv h3 {
  letter-spacing: 0px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.job__content-cv-us p {
  margin-bottom: 2px;
}
.job__content-border {
  border: 1px solid rgba(0, 0, 0, 0.2352941176);
  margin: 24px 0;
}
.job__form {
  flex: 1;
}
.job__form button {
  letter-spacing: 0px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0;
  display: block;
  width: 100%;
  background: transparent linear-gradient(270deg, #25cf2c 0%, #ceff74 100%);
  border-radius: 8px;
}
.job__form-wrapper {
  max-width: 561px;
  /* min-height: 800px; */
  padding: 24px;
  background: rgba(0, 0, 0, 0.0196078431);
  margin: 0 auto;
  border-radius: 16px;
}
.job__form-title {
  letter-spacing: 0px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}
.job__form-form h2 {
  letter-spacing: 0px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
  margin-top: 24px;
}
.job__form-form-terms {
  margin-bottom: 24px;
  padding: 14px 24px;
  border-radius: 8px;
  background-color: #ebebeb;
  display: flex;
  align-items: baseline;
  gap: 6px;
  letter-spacing: 0px;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
}
.job__form-form-terms img {
  position: relative;
  top: 3px;
}
.job__form-form-terms a {
  letter-spacing: 0px;
  color: #00cc00;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}
.job__form-form-upload {
  border: 2px dashed rgba(0, 0, 0, 0.1411764706);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
  cursor: pointer;
  margin-bottom: 24px;
}
.job__form-form-upload-text {
  letter-spacing: 0px;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 14px;
}
.job__form-form-upload-text span {
  font-weight: bold;
}
.job__form-form-upload-files {
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8;
  font-size: 14ox;
  font-weight: normal;
}
.job__form-form textarea {
  padding-top: 14px;
  min-height: 138px;
}
.job__form-form-radio {
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
  margin-bottom: 27px;
  letter-spacing: 0px;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
}
.job__form-form-checked {
  display: flex;
  gap: 32px;
  margin-right: 60px;
}
.job__form-form-checked label {
  margin-left: 9px;
}
.job__form-form-input {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background: #ffffff;
  padding-left: 24px;
  padding-right: 12px;
  height: 46px;
  width: 100%;
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
}
.job__form-form-input::placeholder {
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.36;
  font-size: 16px;
  font-weight: normal;
}

/* .jobs__more {
  padding: 60px 0 20px 0;
  background: #f8f9fc;
} */

@media only screen and (max-width: 768px) {
  .landing__us-content-box h2, .landing__us-content-box p{
    margin: 0;
  }
  .job {
    padding: 40px 0;
  }
  .job__container {
    padding: 0;
  }
  .job__wrapper {
    flex-direction: column;
  }
  .job .job__form-wrapper {
    min-height: auto;
  }
  .job .job__wrapper {
    gap: 40px;
  }
  .job .job__form-form-radio {
    font-size: 14px;
    margin: 12px 0;
  }
  .job .job__form-form-upload {
    padding: 24px 0;
  }
  .job .job__form-form-terms {
    font-size: 14px;
  }
  .job .job__form-form h2 {
    margin-top: 0;
  }
  .job .job__form-form-upload-text {
    font-size: 14px;
  }
  .job .job__form-form-upload-files {
    font-size: 12px;
  }
  .job .job__form-form-input {
    height: 44px;
    font-size: 14px;
  }
  .job .job__form-form-input::placeholder {
    font-size: 14px;
  }
  .job .job__form-form textarea {
    min-height: 90px;
  }
  .job .job__form-form-checked {
    gap: 12px;
    margin-right: 0;
    align-items: center;
  }
  .job__form-wrapper {
    padding: 24px 16px;
  }
  .job .job__content {
    padding: 0 16px;
  }
  .job .job__content h1 {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .job .job__content-about-text {
    gap: 14px;
  }
  .job .job__content-posted {
    margin-bottom: 4px;
  }
  .job .job__content-about {
    margin-bottom: 40px;
  }
  .job .job__content-border {
    margin: 18px 0;
  }
  .job .job__content-description-dots p::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #00cc00;
    border-radius: 50%;
    margin-right: 8px;
  }
  .job .job__content-description-dots p {
    display: block;
    align-items: baseline;
  }
  .jobs .apply-mobile {
    display: inline-block;
    letter-spacing: 0px;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 0;
    border: 1px solid rgba(0, 0, 0, 0.2431372549);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 137px;
    margin-top: 14px;
  }
  .jobs .apply-desktop {
    display: none;
  }
  .jobs .accordion .head {
    padding: 14px 12px 12px 14px;
    align-items: flex-start;
    font-size: 18px;
  }
  .jobs .content {
    padding: 14px 12px 12px 14px;
  }
  .jobs .position {
    font-size: 12px;
  }
  .jobs .developers__box-accordion h2 {
    font-size: 18px;
  }
  /* .jobs__more {
    padding: 40px 0 40px 0;
  } */
  .jobs .accordion:last-child {
    margin-bottom: 0;
  }
}
@font-face {
    font-family: "latoblack";
    src: url("../fonts/Lato-Black.eot") format("embedded-opentype"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "latobold";
    src: url("../fonts/Lato-Bold.eot") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "latomedium";
    src: url("../fonts/Lato-Medium.eot") format("embedded-opentype"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "latoregular";
    src: url("../fonts/Lato-Regular.eot") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "latosemibold";
    src: url("../fonts/Lato-Semibold.eot") format("embedded-opentype"), url("../fonts/Lato-Semibold.woff") format("woff"), url("../fonts/Lato-Semibold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "latolight";
  src: url("../fonts/Lato-Light.eot") format("embedded-opentype"), url("../fonts/Lato-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "latoheavy";
  src: url("../fonts/Lato-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* andi  */

/* rinor s.*/
.freee__section .wpcf7 .wpcf7-response-output, .banner__section .wpcf7 .wpcf7-response-output {
  font-family: "source_sans_pro_semibold";
  font-size: 14px;
  margin: 12px 0px 0px 0px;
  border-radius: 8px;
  text-align: center;
}
.freee__section .wpcf7 .invalid .wpcf7-text, .freee__section .wpcf7 .invalid .wpcf7-select, .banner__section .wpcf7 .invalid .wpcf7-text, .banner__section .wpcf7 .invalid .wpcf7-select {
  animation: shakeinput 3s alternate backwards;
  -webkit-animation: shakeinput 3s alternate backwards;
}
.freee__section .wpcf7 .invalid .wpcf7-not-valid-tip, .banner__section .wpcf7 .invalid .wpcf7-not-valid-tip {
  display: none;
}
.freee__section .wpcf7 form .wpcf7-select option:first-child, .banner__section .wpcf7 form .wpcf7-select option:first-child {
  display: none;
}
.freee__section .wpcf7 form .wpcf7-not-valid, .banner__section .wpcf7 form .wpcf7-not-valid {
  border: 1px solid red;
}
@-webkit-keyframes shakeinput {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shakeinput {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.freee__section .wpcf7 form .select-row, .banner__section .wpcf7 form .select-row {
  position: relative;
}
.freee__section .wpcf7 form .select-row select, .banner__section .wpcf7 form .select-row select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  resize: none;
  cursor: pointer;
}
.freee__section .wpcf7 form select, .banner__section .wpcf7 form select {
  padding-left: 22px !important;
  position: relative;
  color: rgba(0, 0, 0, 0.3411764706) !important;
}
.freee__section .wpcf7 form select option, .banner__section .wpcf7 form select option {
  color: rgba(0, 0, 0, 0.3411764706) !important;
}
.freee__section .wpcf7 form input, .freee__section .wpcf7 form select, .banner__section .wpcf7 form input, .banner__section .wpcf7 form select {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  font-family: "source_sans_pro_semibold";
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  height: 40px;
  padding-left: 24px;
  margin-bottom: 14px;
  outline: unset;
}
.freee__section .wpcf7 form input::-moz-placeholder, .freee__section .wpcf7 form select::-moz-placeholder, .banner__section .wpcf7 form input::-moz-placeholder, .banner__section .wpcf7 form select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3411764706);
}
.freee__section .wpcf7 form input:-ms-input-placeholder, .freee__section .wpcf7 form select:-ms-input-placeholder, .banner__section .wpcf7 form input:-ms-input-placeholder, .banner__section .wpcf7 form select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3411764706);
}
.freee__section .wpcf7 form input::placeholder, .freee__section .wpcf7 form select::placeholder, .banner__section .wpcf7 form input::placeholder, .banner__section .wpcf7 form select::placeholder {
  color: rgba(0, 0, 0, 0.3411764706);
}
.freee__section .wpcf7 form input:focus, .freee__section .wpcf7 form select:focus, .banner__section .wpcf7 form input:focus, .banner__section .wpcf7 form select:focus {
  border: 1px solid #bdb8b8;
}
.freee__section .wpcf7 form textarea, .banner__section .wpcf7 form textarea {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  font-family: "source_sans_pro_semibold";
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  height: 90px;
  padding-left: 24px;
  margin-bottom: 24px;
  padding-top: 15px;
  outline: unset;
}
.freee__section .wpcf7 form textarea::-moz-placeholder, .banner__section .wpcf7 form textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3411764706);
}
.freee__section .wpcf7 form textarea:-ms-input-placeholder, .banner__section .wpcf7 form textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3411764706);
}
.freee__section .wpcf7 form textarea::placeholder, .banner__section .wpcf7 form textarea::placeholder {
  color: rgba(0, 0, 0, 0.3411764706);
}
.freee__section .wpcf7 form textarea:focus, .banner__section .wpcf7 form textarea:focus {
  border: 1px solid #bdb8b8;
}
.freee__section .wpcf7 form .wpcf7-spinner, .banner__section .wpcf7 form .wpcf7-spinner {
  display: none;
}
.freee__section .wpcf7 form .stl-dv, .banner__section .wpcf7 form .stl-dv {
  background: transparent linear-gradient(270deg, #00CC00 0%, #CEFF74 100%) 0% 0% no-repeat padding-box;
  transition: 0.3s ease-in;
  width: 100%;
  border-radius: 8px;
  margin: auto;
  text-align: center;
  height: 40px;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.freee__section .wpcf7 form .stl-dv input, .banner__section .wpcf7 form .stl-dv input {
  color: #000000;
}
.freee__section .wpcf7 form .stl-dv::before, .banner__section .wpcf7 form .stl-dv::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: transparent linear-gradient(270deg, #CEFF74 0%, #00CC00 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 8px;
}
.freee__section .wpcf7 form .stl-dv:hover::before, .banner__section .wpcf7 form .stl-dv:hover::before {
  opacity: 1;
}
.freee__section .wpcf7 form #form-submit, .banner__section .wpcf7 form #form-submit {
  background: transparent;
}
.freee__section .wpcf7 form #form-submit a, .banner__section .wpcf7 form #form-submit a {
  font-size: 14px;
  line-height: 16px;
  font-family: "source_sans_pro_black";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobilevv {
  display: none;
}

.banner__section {
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 80px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.banner__section .banner_details {
  display: flex;
}
.banner__section .banner_details .left__detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.banner__section .banner_details .left__detail .banner__box-uptitle {
  color: #00CC00;
  font-size: 14px;
  line-height: 16px;
  font-family: "source_sans_pro_black";
}
.banner__section .banner_details .left__detail .banner__box-title {
  color: #000000;
  font-size: 48px;
  line-height: 57px;
  font-family: "source_sans_pro_black";
  padding-top: 4px;
  padding-bottom: 24px;
}
.banner__section .banner_details .left__detail .banner__box-text ul {
  -moz-columns: 2;
       columns: 2;
  padding-right: 100px;
}
.banner__section .banner_details .left__detail .banner__box-text ul li {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-family: "source_sans_pro_semibold";
  margin-bottom: 12px;
  position: relative;
  padding-left: 18px;
}
.banner__section .banner_details .left__detail .banner__box-text ul li:before {
  content: "•";
  color: #00CC00;
  font-size: 30px;
  vertical-align: sub;
  line-height: 0;
  margin-right: 0;
  position: absolute;
  top: 10px;
  left: 0;
}
.banner__section .banner_details .right__detail-pdg {
  padding-left: 90px;
}
.contact-us .right__detail-pdg{
  margin-left: 10%;
  padding: 40px 40px 0;
  text-align: left;
  color: white;
}
.contact-us .right__detail-pdg .right__detail h1{
  display: none;
}
.contact-us .right__detail-pdg .right__detail h2{
  font-style: normal;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    color: white;
    text-align: left;
}
.contact-us .right__detail-pdg .wpcf7-spinner{
  display: none;
}
.contact-us .right__detail-pdg .wpcf7-response-output{
  font-size: 13px;
  margin-left: 0;
  margin-right: 0;
}
.contact-us .right__detail-pdg .right__detail form label{
  width: 100%;
  display: grid;
  color: white;
  margin-bottom: 16px;
  font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    word-break: break-word;
    font-family: "source_sans_pro_regular";
}
.contact-us .right__detail-pdg .right__detail form label input{
  line-height: inherit;
    width: 100%;
    max-width: 100%;
    border: 1px solid rgb(92, 92, 92);
    background-color: rgb(46, 46, 46);
    color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px;
    transition: border-radius 200ms ease 0s;
    height: 36px;
    padding: 8px 10px;
    margin-top: 4px;
}
.contact-us .right__detail-pdg .right__detail form label input:hover, .contact-us .right__detail-pdg .right__detail form label textarea:hover{
  box-shadow: rgb(0 0 0 / 8%) 2px 2px 5px;
}
.contact-us .right__detail-pdg .right__detail form label input:focus, .contact-us .right__detail-pdg .right__detail form label textarea:focus{
  border: 1px solid rgb(82, 143, 231);
  box-shadow: rgb(0 0 0 / 4%) 0px 1px 3px inset;
  outline: none;
}
.contact-us .right__detail-pdg .right__detail form{
  margin: 0px 25px;
}
.contact-us .right__detail-pdg .right__detail form label textarea{
  font-weight: normal;
    line-height: inherit;
    width: 100%;
    max-width: 100%;
    border: 1px solid rgb(92, 92, 92);
    background-color: rgb(46, 46, 46);
    color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px;
    transition: border-radius 200ms ease 0s;
    height: 36px;
    padding: 8px 10px;
    resize: vertical;
    min-height: 95px;
    margin-top: 4px;
}
.contact-us .right__detail-pdg .right__detail .jSFMMi{
  font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
    color: rgb(209, 209, 209);
}
.contact-us .right__detail-pdg .right__detail .jSFMMi a{
  text-decoration: none;
    color: rgb(82, 143, 231)!important;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
    color: rgb(209, 209, 209);
    display: initial;
}
.contact-us .right__detail-pdg .right__detail .wpcf7-submit:hover{
  background-color: rgb(112, 159, 255)!important;
}
.contact-us .right__detail-pdg .right__detail .wpcf7-submit{
  box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px;
    transition: border-radius 200ms ease 0s;
    height: unset;
    padding: 8px 10px;
    margin-top: 30px;
    min-height: 48px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: unset;
    border-radius: unset;
    background-color: rgb(99, 146, 255)!important;
    border: 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-family: inherit;
    font-style: normal;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    outline: none;
}
.contact-us .right__detail-pdg .right__detail {
  background-color: #000000;
}
.contact-us .right__detail-pdg .right__detail .input-rows input{
  box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    width: 100%;
    max-width: 100%;
    border: 1px solid rgb(92, 92, 92);
    background-color: rgb(46, 46, 46);
    color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px;
    transition: border-radius 200ms ease 0s;
    height: 36px;
}
.contact-us .right__detail-pdg .right__detail .input-rows textarea{
  box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    width: 100%;
    max-width: 100%;
    border: 1px solid rgb(92, 92, 92);
    background-color: rgb(46, 46, 46);
    color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px;
    transition: border-radius 200ms ease 0s;
    height: 36px;
    padding: 8px 10px;
    resize: vertical;
    min-height: 95px;
}
@media screen and (max-width: 1199.98px) {
  .banner__section .banner_details .right__detail-pdg {
    padding-left: 50px;
  }
}
.banner__section .banner_details .right__detail-pdg .right__detail {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.0588235294);
  border-radius: 16px;
  padding: 24px;
  flex: 1;
}
.banner__section .banner_details .right__detail-pdg .right__detail .banner__contactform-title {
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 24px;
  color: #000000;
  font-family: "source_sans_pro_black";
}

.slide_section {
  margin-top: -40px;
}
.slide_section .slide__partner {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.0588235294);
  border-radius: 16px;
  height: 80px;
  display: flex;
  align-items: center;
}
.slide_section .slide__partner .mySwiper .swiper-wrapper .swiper-slide {
  border-right: 1px solid rgba(0, 0, 0, 0.1411764706);
  cursor: pointer;
}
.slide_section .slide__partner .mySwiper .swiper-wrapper .swiper-slide .slide__details {
  margin: 0 15px;
  display: flex;
  justify-content: center;
}
.slide_section .slide__partner .mySwiper .swiper-wrapper .swiper-slide .slide__details img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 32px;
}

.partner__section .slide__partner {
  background: transparent linear-gradient(270deg, #25CF2C 0%, #CEFF74 100%) 0% 0% no-repeat padding-box;
  border-radius: 16px;
}

.resources__section .resources__title {
  text-align: center;
  color: #000000;
  font-size: 34px;
  font-family: "source_sans_pro_black";
}
.resources__section .resources__text {
  text-align: center;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  font-family: "source_sans_pro_semibold";
}
.resources__section .resources__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.resources__section .resources__wrapper .resources__box-content {
  border-radius: 16px;
  background-color: #F8F9FC;
  flex: 0 0 auto;
  width: 32.33%;
  margin-bottom: 1.5%;
  transition: 0.4s ease-in;
}
.resources__section .resources__wrapper .resources__box-content:hover {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.0588235294);
  transition: 0.4s ease-out;
}
.resources__section .resources__wrapper .resources__box-content .resources__box-width {
  padding: 24px;
}
.resources__section .resources__wrapper .resources__box-content .resources__box-width .resources__image {
  text-align: center;
}
.resources__section .resources__wrapper .resources__box-content .resources__box-width .resources__image img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.resources__section .resources__wrapper .resources__box-content .resources__box-width .resources__box-title {
  font-size: 18px;
  color: #000000;
  font-family: "source_sans_pro_black";
  text-align: center;
  margin: 15px 0;
}
.resources__section .resources__wrapper .resources__box-content .resources__box-width .resources__box-text {
  font-size: 14px;
  color: #000000;
  opacity: 0.6;
  font-family: "source_sans_pro_semibold";
  text-align: center;
  line-height: 24px;
}
.resources__section .resources__button {
  background: transparent linear-gradient(270deg, #00CC00 0%, #CEFF74 100%) 0% 0% no-repeat padding-box;
  transition: 0.3s ease-in;
  width: 370px;
  border-radius: 8px;
  margin: auto;
  text-align: center;
  height: 40px;
  position: relative;
  z-index: 1;
}
.resources__section .resources__button::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: transparent linear-gradient(270deg, #CEFF74 0%, #00CC00 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 8px;
}
.resources__section .resources__button:hover::before {
  opacity: 1;
}
.resources__section .resources__button a {
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  font-family: "source_sans_pro_black";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.techno__section {
  background-color: #F8F9FC;
}
.techno__section .container {
  padding: 0;
}
.techno__section .techno__title {
  text-align: center;
  color: #000000;
  font-size: 34px;
  font-family: "source_sans_pro_black";
}
.techno__section .techno__text {
  text-align: center;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  font-family: "source_sans_pro_semibold";
}
.techno__section .techno__wrapper {
  margin-bottom: 25px;
}
.techno__section .wrapper_date {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-right: 8px;
  margin-left: 8px;
}
.techno__section .wrapper_date .active {
  display: flex !important;
  justify-content: center;
}
.techno__section .wrapper_date .item {
  display: none;
}
.techno__section .wrapper_date .item .wdth {
  width: 100%;
}
.techno__section .wrapper_date .item .content_banner {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-radius: 16px;
  text-align: center;
  height: 120px;
  padding: 24px;
  margin: 0 8px;
}
.techno__section .wrapper_date .item .content_banner .paragraph-section img {
  width: 100%;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.techno__section .wrapper_date .item .content_banner .paragraph-section .techno__box-title {
  margin-top: 14px;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-family: "source_sans_pro_semibold";
}
.techno__section .techno__nav-buttons .listbtn {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
.techno__section .techno__nav-buttons .listbtn li {
  list-style-type: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}
.techno__section .techno__nav-buttons .listbtn li a {
  cursor: pointer;
  font-size: 14px;
  width: 104px;
  height: 40px;
  line-height: 24px;
  color: #000000;
  font-family: "source_sans_pro_semibold";
  border-radius: 4px;
  padding: 8px 12px;
  transition: 0.4s ease;
}
.techno__section .techno__nav-buttons .listbtn li a:hover {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  transition: 0.4s ease;
}
.techno__section .techno__nav-buttons .listbtn li .active_accordion {
  color: #00CC00;
  font-family: "source_sans_pro_black";
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.techno__section .techno__button {
  background: transparent linear-gradient(270deg, #00CC00 0%, #CEFF74 100%) 0% 0% no-repeat padding-box;
  transition: 0.3s ease-in;
  width: 370px;
  border-radius: 8px;
  margin: auto;
  text-align: center;
  height: 40px;
  z-index: 1;
  position: relative;
}
.techno__section .techno__button::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: transparent linear-gradient(270deg, #CEFF74 0%, #00CC00 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 8px;
}
.techno__section .techno__button:hover::before {
  opacity: 1;
}
.techno__section .techno__button a {
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  font-family: "source_sans_pro_black";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews__section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reviews__section .swiper-pagination {
  position: relative;
  bottom: -15px !important;
  width: 100% !important;
  display: flex;
  padding: 0 40px;
  margin: auto;
  justify-content: center;
  border-radius: 4px;
}
.reviews__section .swiper-pagination span {
  background-color: #00CC00;
  width: 16px;
  border-radius: 0;
  height: 4px;
  margin: 0 5px;
}
.reviews__section .swiper-pagination .swiper-pagination-bullet-active {
  width: 37px;
}
.reviews__section .reviews__title {
  text-align: center;
  color: #000000;
  font-size: 42px;
  line-height: 52px;
  font-family: "latolight";
  max-width: 908px;
  margin: auto;
  margin-bottom: 24px;
}
.reviews__section .reviews__title strong{
  font-family: 'latobold';
}
.reviews__section .reviews__text {
  text-align: center;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  max-width: 908px;
  margin: auto;
  font-family: "latoregular";
  padding-bottom: 32px;
}
.reviews__section .mySwiper2 .swiper-slide {
  height: auto;
  border-radius: 8px;
  background-color: #F8F9FC;
  transition: 0.4s ease-in;
}
.reviews__section .mySwiper2 .swiper-slide:hover {
  transition: 0.4s ease-out;
}
.reviews__section .mySwiper2 .swiper-slide .reviews__box-content {
  border-radius: 8px;
  background-color: #F8F9FC;
}
.reviews__section .mySwiper2 .swiper-slide .reviews__box-content .reviews__box-width {
  padding: 24px;
}
.reviews__section .mySwiper2 .swiper-slide .reviews__box-content .reviews__box-width .reviews__image {
  text-align: center;
  border-radius: 4px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.reviews__section .mySwiper2 .swiper-slide .reviews__box-content .reviews__box-width .reviews__image img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 30px;
  width: 100%;
  padding: 4px 12px;
}
.reviews__section .mySwiper2 .swiper-slide .reviews__box-content .reviews__box-width .reviews__image-up {
  text-align: center;
}
.reviews__section .mySwiper2 .swiper-slide .reviews__box-content .reviews__box-width .reviews__image-up img {
  max-width: 115px;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews__section .mySwiper2 .swiper-slide .reviews__box-content .reviews__box-width .reviews__box-title {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  font-family: "source_sans_pro_black";
  text-align: center;
  margin-top: 14px;
}
.reviews__section .mySwiper2 .swiper-slide .reviews__box-content .reviews__box-width .reviews__box-text {
  margin: 14px 0;
  font-size: 14px;
  color: #000000;
  opacity: 0.8;
  font-family: "source_sans_pro_semibold";
  text-align: center;
  line-height: 24px;
}

.funktion__section {
  background-color: #F8F9FC;
}
.funktion__section .funktion__title {
  text-align: center;
  color: #000000;
  font-size: 34px;
  font-family: "source_sans_pro_black";
  line-height: 40px;
}
.funktion__section .funktion__text {
  text-align: center;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  line-height: 24px;
  font-family: "source_sans_pro_semibold";
}
.funktion__section .funktion__wrapper {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.funktion__section .funktion__wrapper .funktion__box-width {
  width: 22%;
}
.funktion__section .funktion__wrapper .funktion__number {
  text-align: center;
  color: rgba(0, 204, 0, 0.2392156863);
  font-size: 50px;
  font-family: "source_sans_pro_black";
  position: relative;
}
.funktion__section .funktion__wrapper .funktion__number:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid rgba(0, 204, 0, 0.2392156863);
  width: 100%;
  bottom: 30px;
  right: -57%;
}
.funktion__section .funktion__wrapper .funktion__box-content {
  border-radius: 8px;
}
.funktion__section .funktion__wrapper .funktion__box-width:last-child .funktion__number::after {
  border-bottom: 0;
}
.funktion__section .funktion__wrapper .funktion__box-width:first-child .funktion__number::before {
  border-bottom: 0;
}
.funktion__section .funktion__wrapper .funktion__box-width .funktion__box-title {
  color: #000000;
  font-size: 18px;
  line-height: 21px;
  font-family: "source_sans_pro_black";
  margin: 10px 0;
}
.funktion__section .funktion__wrapper .funktion__box-width .funktion__box-text {
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  font-family: "source_sans_pro_semibold";
  line-height: 24px;
}

.green__line {
  background: #18CC00 0% 0% no-repeat padding-box;
}
.green__line .green__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 32px 0px;
  align-items: center;
}
.green__line .green__wrapper .line__text {
  font-size: 24px;
  line-height: 28px;
  font-family: "source_sans_pro_semibold";
  color: #000000;
}
.green__line .green__wrapper .line__text strong {
  font-family: "source_sans_pro_black";
  color: #FFFFFF;
}
.green__line .green__wrapper .resources__button {
  background: #000000 0% 0% no-repeat padding-box;
  width: 370px;
  height: 40px;
  border-radius: 8px;
  transition: 0.4s ease;
}
.green__line .green__wrapper .resources__button:hover {
  background: rgba(0, 0, 0, 0.5098039216) 0% 0% no-repeat padding-box;
  transition: 0.4s ease;
}
.green__line .green__wrapper .resources__button a {
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;
  font-family: "source_sans_pro_semibold";
}
.resources__text, .techno__text, .reviews__text, .funktion__text {
  padding-bottom: 40px;
}

.resources__section, .techno__section, .reviews__section, .funktion__section {
  padding: 60px 0;
}

@media screen and (max-width: 1399.98px) {
  .banner__section {
    padding-top: 100px;
  }
  .banner__section .right__detail-pdg {
    padding-left: 50px;
  }
  .banner__section .banner__box-text ul {
    padding-right: 50px;
  }
}
@media screen and (max-width: 992px) {
  .reviews__section .swiper-pagination {
    visibility: inherit !important;
  }
  .we__section .we__wrapper {
    display: block;
  }
  .we__section .we__wrapper .we_leftside {
    width: 100%;
  }
  .we__section .we__wrapper .we_leftside img {
    border-radius: 16px 16px 0 0;
  }
  .we__section .we__wrapper .we_rightside {
    width: 100%;
  }
  .techno__section .wrapper_date {
    margin-bottom: 16px;
    margin-bottom: 20px;
  }
  .techno__section .wrapper_date .item .content_banner {
    margin-bottom: 24px;
  }
  .resources__section .resources__wrapper .resources__box-content {
    width: 48%;
    margin-bottom: 3.5%;
  }
  .slide_section .container {
    max-width: unset;
  }
  .banner__section .banner_details {
    display: block;
  }
  .banner__section .banner_details .banner__box-text ul {
    padding-right: 0px;
  }
  .banner__section .banner_details .right__detail-pdg {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .we__section .we__wrapper .we_leftside .desktopv img {
    height: 350px;
  }
  .we__section .we__wrapper .we_rightside {
    padding: 20px 30px;
  }
  .green__line .green__wrapper {
    display: block;
  }
  .green__line .green__wrapper .resources__button {
    margin-top: 14px;
  }
  .funktion__section .funktion__wrapper {
    display: block;
  }
  .funktion__section .funktion__wrapper .funktion__box-width {
    display: flex;
    margin-bottom: 40px;
    width: 100%;
  }
  .funktion__section .funktion__wrapper .funktion__box-width:last-child .funktion__number:before {
    content: unset;
  }
  .funktion__section .funktion__wrapper .funktion__box-width .funktion__number {
    margin-right: 15px;
  }
  .funktion__section .funktion__wrapper .funktion__box-width .funktion__number:after {
    content: unset;
  }
  .funktion__section .funktion__wrapper .funktion__box-width .funktion__number:before {
    position: absolute;
    content: "";
    border-left: 2px solid #BDEEC0;
    height: 40px;
    bottom: -35px;
    left: 15px;
  }
  .funktion__section .funktion__wrapper .funktion__box-width .funktion__box-title {
    text-align: left;
  }
  .funktion__section .funktion__wrapper .funktion__box-width .funktion__box-text {
    text-align: left;
  }
  .resources__section .resources__wrapper .resources__box-content {
    width: 100%;
  }
  .resources__section .resources__wrapper .resources__box-content .resources__box-width .resources__image {
    text-align: left;
  }
  .resources__section .resources__wrapper .resources__box-content .resources__box-width .resources__box-title {
    text-align: left;
  }
  .resources__section .resources__wrapper .resources__box-content .resources__box-width .resources__box-text {
    text-align: left;
  }
  .banner__section .banner_details .left__detail .banner__box-text ul {
    padding-right: 0;
  }
  .banner__section .banner_details .left__detail .banner__box-title {
    font-size: 43px;
    line-height: 51px;
  }
  .techno__section .techno__wrapper .techno__nav-buttons .listbtn {
    overflow: scroll;
    margin-left: 16px;
    justify-content: left;
  }
  .techno__section .techno__wrapper .techno__nav-buttons .listbtn li {
    margin-right: 4px;
  }
  .techno__section .wrapper_date .item {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .job .job__content-description-dots p::before {
    width: 8px;
    height: 8px;
  }
  .developers{
    padding-top: 0px;
  }
  .work__spaces .slick-slide {
    padding-right: 25px;
    padding-left: 0;
    }
  .department__box{
    padding: 14px 0 14px 14px;
  }
  .landing__us{
    padding: 16px 0;
  }
  .landing__us-wrapper{
    align-items: baseline;
  }
  .banner__section .banner_details .left__detail .banner__box-text ul li {
    padding-left: 16px
  }
  .banner__section .banner_details .left__detail .banner__box-text ul li:before {
    content: "•";
    font-size: 28px;
  }
  .right__detail-pdg .right__detail form p{
    font-size: 13px;
    line-height: 22px;
  }
  .banner__section {
    padding-top: 24px;
    padding-bottom: 56px;
    background-image: url("../../dist/img/bgrs.png") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .banner__section .banner_details {
    display: block;
  }
  .banner__section .banner_details .right__detail-pdg {
    margin-top: 12px;
  }
  .banner__section .banner_details .right__detail-pdg .right__detail {
    padding: 24px 12px;
  }
  .banner__section .banner_details .right__detail-pdg .right__detail .banner__contactform-title {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 14px;
  }
  .banner__section .banner_details .left__detail .banner__box-title {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 14px;
  }
  .banner__section .banner_details .left__detail .banner__box-text ul {
    -moz-columns: 1;
         columns: 1;
  }
  @-webkit-keyframes shakeinput {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
  }
  @keyframes shakeinput {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
  }
  .freee__section .wpcf7 form .select-row:after, .banner__section .wpcf7 form .select-row:after {
    right: 12px;
    top: 37%;
  }
  .green__line .green__wrapper {
    padding: 14px 0px;
  }
  .green__line .green__wrapper .resources__button {
    width: 100%;
  }
  .funktion__section {
    padding: 40px 0;
  }
  .funktion__section .funktion__title {
    padding-bottom: 14px;
  }
  .funktion__section .funktion__wrapper .funktion__box-width {
    margin-bottom: 0px;
  }
  .funktion__section .funktion__wrapper .funktion__box-width:last-child .mobile-wrapp .funktion__box-text {
    margin-bottom: 0;
  }
  .funktion__section .funktion__wrapper .funktion__box-width .funktion__number:before {
    position: absolute;
    content: "";
    height: 45px;
    bottom: 0px;
  }
  .funktion__section .funktion__wrapper .funktion__box-width .mobile-wrapp .funktion__box-title {
    font-size: 14px;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .funktion__section .funktion__wrapper .funktion__box-width .mobile-wrapp .funktion__box-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
    margin-right: 25px;
  }
  .reviews__section {
    padding-bottom: 60px;
  }
  .reviews__section .reviews__text {
    padding-bottom: 24px;
  }
  .reviews__section .reviews__box-content .reviews__box-width .reviews__image-up {
    height: 18px;
  }
  .reviews__section .reviews__box-content .reviews__box-width .reviews__box-title {
    font-size: 18px;
    line-height: 21px;
  }
  .reviews__section .reviews__box-content .reviews__box-width .reviews__box-text {
    margin-top: 14px;
    margin-bottom: 24px;
  }
  .freee__section .free__wrapper .free_leftside .free__box-title {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .freee__section .free__wrapper .free_leftside .free__box-text {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .freee__section .free__wrapper .free_rightside-pdg {
    margin-top: 24px;
  }
  .freee__section .free__wrapper .free_rightside-pdg .free_rightside .banner__contactform-title {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 14px;
  }
  .freee__section .free__wrapper .free_rightside-pdg .free_rightside .wpcf7 {
    padding: 24px 14px;
  }
  .resources__section, .techno__section, .reviews__section, .funktion__section {
    padding: 40px 0;
  }
  .resources__section .resources__wrapper .resources__box-content:last-child {
    margin-bottom: 0;
  }
  .resources__section .resources__button {
    width: 100%;
  }
  .resources__section .resources__title, .resources__section .reviews__title, .resources__section .funktion__title, .reviews__section .resources__title, .reviews__section .reviews__title, .reviews__section .funktion__title, .funktion__section .resources__title, .funktion__section .reviews__title, .funktion__section .funktion__title {
    font-size: 24px;
    line-height: 34px;
    text-align: left;
  }
  .resources__section .resources__text, .resources__section .reviews__text, .resources__section .funktion__text, .reviews__section .resources__text, .reviews__section .reviews__text, .reviews__section .funktion__text, .funktion__section .resources__text, .funktion__section .reviews__text, .funktion__section .funktion__text {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .techno__section .techno__button {
    margin: auto;
    margin-top: 10px;
    width: 91%;
  }
  .techno__section .techno__title {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
  }
  .techno__section .techno__text {
    text-align: left;
    padding-top: 12px;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .techno__section .techno__wrapper {
    margin-bottom: 0px;
  }
  .techno__section .wrapper_date {
    margin-bottom: 0;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .techno__section .wrapper_date .item {
    display: none;
  }
  .techno__section .wrapper_date .item .content_banner {
    text-align: center;
    height: 94px;
    padding: 14px;
    margin: 0 6px;
    margin-bottom: 12px;
  }
  .techno__section .wrapper_date .item .content_banner .paragraph-section img {
    height: 40px;
  }
  .techno__section .wrapper_date .item .content_banner .paragraph-section .techno__box-title {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-top: 8px;
    font-family: "source_sans_pro_semibold";
  }
  .techno__section .techno__nav-buttons .listbtn {
    justify-content: left;
    margin-right: 4px;
  }
  .techno__section .techno__nav-buttons .listbtn .swiper-slide {
    margin-right: 4px;
    margin: 0;
  }
  .techno__section .techno__nav-buttons .listbtn .swiper-slide a {
    padding: 8px 20px;
    margin: 0 8px;
  }
  .techno__section .techno__nav-buttons .listbtn .swiper-slide:first-child {
    margin-left: 16px;
  }
  .techno__section .techno__nav-buttons .listbtn .swiper-slide:first-child a {
    margin-left: 0;
  }
  .resources__section .resources__title {
    text-align: left;
    font-size: 24px;
    line-height: 34px;
  }
  .resources__section .resources__text {
    text-align: left;
    padding-bottom: 24px;
  }
  .resources__section .resources__wrapper {
    margin-bottom: 24px;
  }
  .resources__section .resources__wrapper .resources__box-content .resources__box-width {
    padding: 14px;
  }
  .resources__section .resources__wrapper .resources__box-content .resources__box-width .resources__box-text {
    font-size: 14px;
    line-height: 24px;
  }
  .resources__section .resources__wrapper .resources__box-content .resources__box-width .resources__box-title {
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0;
  }
  .slide_section {
    margin-top: -35px;
  }
  .slide_section .container {
    padding: 0;
  }
  .slide_section .slide__partner {
    height: 70px;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .we__section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .we__section .we__wrapper .we_leftside .desktopv {
    display: none;
  }
  .we__section .we__wrapper .we_leftside .mobilev {
    display: inherit;
  }
  .we__section .we__wrapper .we_leftside .mobilev img {
    height: 220px;
  }
  .we__section .we__wrapper .we_rightside {
    padding: 24px 14px;
  }
  .we__section .we__wrapper .we_rightside .we__box-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 14px;
  }
}
/* END RINOR STYLE */
/*FSH*/
.allinone-banner {
  height: 53vh;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .allinone-banner {
    height: 100%;
    padding-top: 25px;
    background-repeat: no-repeat;
    background-position: 60% 100%;
    background-size: cover;
  }
}
.allinone-banner h2 {
  color: #0A1128;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  font-family: "source_sans_pro_bold";
}
@media (max-width: 992px) {
  .allinone-banner h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.allinone-banner span {
  color: #00CC00;
  font-weight: bold;
}
.allinone-banner ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .allinone-banner ul {
    flex-direction: row;
    margin-top: 10px;
  }
}
.allinone-banner ul li {
  width: 50%;
  margin-bottom: 10px;
  display: flex;
  font-weight: bold;
}
@media (max-width: 992px) {
  .allinone-banner ul li {
    margin-bottom: 15px;
  }
}
.allinone-banner ul li:before {
  content: "";
  width: 12px;
  height: 24px;
  display: block;
  background: #C1FF50;
  z-index: 0;
  position: absolute;
}
.allinone-banner ul li span {
  z-index: 1;
  padding-left: 5px;
  color: #07122C;
  font-size: 14px;
  font-weight: normal;
  font-family: "source_sans_pro_regular";
}
.allinone-banner .allinone-banner-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.allinone-banner p {
  font-size: 14px;
}
@media (max-width: 992px) {
  .allinone-banner p {
    font-size: 16px;
    line-height: 26px;
  }
}
.allinone-banner .banner-home-contactform {
  background: #FFFFFF;
  max-width: 95%;
  padding: 24px;
}
@media (max-width: 992px) {
  .allinone-banner .banner-home-contactform {
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 25px;
  }
}
.allinone-banner .banner-home-contactform h2 {
  font-size: 24px;
  line-height: 28px;
  font-family: "source_sans_pro_bold";
}
.allinone-banner .banner-home-contactform .submit-contact {
  margin-bottom: 0;
}
.banner-home-contactform .submit-contact{
	font-weight:bold;
}
.allinone-banner .banner-home-contactform input {
  border-radius: 8px;
}

.banner-home-contactform.contact_form{
  border-radius:0;
  }
.allinone-banner .banner-home-contactform textarea {
  border-radius: 8px;
}
.allinone-banner .allinone-banner-info ul li:before {
  height: 20px;
}

.allinone-partners {
  background: linear-gradient(0deg, rgb(255, 255, 255) 49%, rgb(248, 249, 252) 49%);
}
@media (max-width: 992px) {
  .allinone-partners {
    background: white;
  }
}
.allinone-partners .allinone-partners-row {
  display: flex;
  justify-content: space-between;
  padding: 24px 24px;
  background: #ffffff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.0588235294);
  border-radius: 16px;
}
.allinone-partners .allinone-partners-row .partners-box {
  padding: 0 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1411764706);
}
.allinone-partners .allinone-partners-row .partners-box:last-child {
  border: none;
}

.client-web-info {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .client-web-info {
    padding: 40px 0;
  }
}
.client-web-info h2 {
  font-size: 24px;
  font-family: "source_sans_pro_bold";
  color: #07122C;
  line-height: 44px;
}
@media (max-width: 992px) {
  .client-web-info h2 {
    line-height: 32px;
  }
}
.client-web-info h2 span {
  color: #00CC00;
}
.client-web-info .webinfo-box-wrapper .webinfo-box {
  padding: 15px 0;
  border-bottom: 2px solid #CEFF74;
}
.client-web-info .webinfo-box-wrapper .webinfo-box:last-child {
  border-bottom: none;
}
.client-web-info .webinfo-box-wrapper .webinfo-box h2 {
  font-size: 14px;
  line-height: 16px;
  color: #07122C;
}
.client-web-info .webinfo-box-wrapper .webinfo-box p {
  font-size: 14px;
  line-height: 24px;
  color: #07122C;
  opacity: 0.6;
  font-family: "source_sans_pro_regular";
}
.client-web-info .webinfo-box-button a {
  background: transparent linear-gradient(270deg, #00CC00 0%, #CEFF74 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  padding: 12px 24px;
  margin-top: 12px;
  display: block;
  width: fit-content;
}
@media (max-width: 992px) {
  .client-web-info .webinfo-box-button a {
    padding: 12px;
    font-family: "source_sans_pro_bold";
    width: 100%;
    text-align: center;
  }
}
.client-web-info .webinfo-image-slider {
  height: 100%;
  position: relative;
}
.client-web-info .webinfo-image-slider .webinfo-image-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 992px) {
  .client-web-info .webinfo-image-slider .webinfo-image-wrapper {
    margin-top: 20px;
  }
}
.client-web-info .webinfo-image-slider .webinfo-image-wrapper .webinfo-image-box img {
  width: 100%;
}
.client-web-info .webinfo-image-slider .webinfo-image-wrapper .webinfo-image-box a {
  text-align: center;
  display: block;
  text-decoration: underline;
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 992px) {
  .client-web-info .webinfo-image-slider .webinfo-image-wrapper .webinfo-image-box a {
    margin-top: 15px;
  }
}
.client-web-info .webinfo-image-slider .webinfo-image-wrapper .webinfo-image-box a span {
  font-weight: bold;
}
.client-web-info .webinfo-image-slider .custom-slider-arrows {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin-left: 5%;
}
@media (max-width: 992px) {
  .client-web-info .webinfo-image-slider .custom-slider-arrows {
    top: unset;
    bottom: 0;
    width: 70%;
    margin-left: 15%;
  }
}
.client-web-info .webinfo-image-slider .custom-slider-arrows .slick-arrow {
  border: 1px solid white;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .client-web-info .webinfo-image-slider .custom-slider-arrows .slick-arrow {
    border-color: #F0F0F0;
  }
}
.client-web-info .webinfo-image-slider .custom-slider-arrows .slick-arrow i {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: white;
}
@media (max-width: 992px) {
  .client-web-info .webinfo-image-slider .custom-slider-arrows .slick-arrow i {
    color: #000000;
  }
}

.technology-body-allinone .dnone {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.technology-body-allinone .active {
  display: flex;
}

.allinone-accordion {
  padding: 80px 0;
  background: #F8F9FC;
}
@media (max-width: 992px) {
  .allinone-accordion {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .allinone-accordion .row-reverse {
    flex-direction: column-reverse;
  }
}
.allinone-accordion .allinone-tech-accordion {
  display: flex;
}
@media (max-width: 992px) {
  .allinone-accordion .allinone-tech-accordion {
    flex-direction: column;
  }
}
.allinone-accordion .allinone-tech-accordion .technology-header-allinone {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .allinone-accordion .allinone-tech-accordion .technology-header-allinone {
    flex-direction: row;
    overflow: scroll;
  }
}
.allinone-accordion .allinone-tech-accordion .technology-header-allinone a {
  padding: 12px 24px;
  font-family: "source_sans_pro_regular";
}
.allinone-accordion .allinone-tech-accordion .technology-header-allinone a.active-a {
  color: #00CC00;
  background: white;
  border-radius: 4px 0px 0px 4px;
  font-family: "source_sans_pro_bold";
}
.allinone-accordion .allinone-tech-accordion .technology-body-allinone {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0px 4px 4px 4px;
  padding: 30px 48px 0 48px;
}
@media (max-width: 992px) {
  .allinone-accordion .allinone-tech-accordion .technology-body-allinone {
    padding: 18px 12px 0 12px;
  }
}
.allinone-accordion .allinone-tech-accordion .technology-body-allinone .accordion-icon-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  align-items: center;
  padding: 8px 0;
  background: #F8F9FC;
  border-radius: 8px;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .allinone-accordion .allinone-tech-accordion .technology-body-allinone .accordion-icon-text {
    width: 48%;
  }
}
.allinone-accordion .allinone-tech-accordion .technology-body-allinone .accordion-icon-text img {
  max-width: 50px;
  max-height: 50px;
  object-fit: none;
}
.allinone-accordion .allinone-tech-accordion .technology-body-allinone .accordion-icon-text span {
  font-family: "source_sans_pro_regular";
}
.allinone-accordion .accordion-content {
  margin-left: 10%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .allinone-accordion .accordion-content {
    margin-left: 0;
  }
}
.allinone-accordion .accordion-content h2 {
  font-size: 24px;
  line-height: 44px;
  color: #07122C;
  font-family: "source_sans_pro_bold";
}
.allinone-accordion .accordion-content h2 span {
  color: #00CC00;
}
.allinone-accordion .accordion-content p {
  color: #07122C;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.6;
  font-family: "source_sans_pro_regular";
}
.allinone-accordion .accordion-content a {
  background: transparent linear-gradient(270deg, #00CC00 0%, #CEFF74 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  padding: 12px 24px;
  margin-top: 12px;
  display: block;
  width: fit-content;
  font-family: "source_sans_pro_bold";
}
@media (max-width: 992px) {
  .allinone-accordion .accordion-content a {
    padding: 12px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}

.digital-marketing-wrapper {
  height: 64vh;
  display: flex;
  align-items: center;
  background-color: rgb(9, 23, 56);
}
@media (max-width: 992px) {
  .digital-marketing-wrapper {
    height: 100%;
    padding: 40px 0;
  }
}
.digital-marketing-wrapper .digital-marketing-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.digital-marketing-wrapper .digital-marketing-content h2 {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  font-family: "source_sans_pro_bold";
}
.digital-marketing-wrapper .digital-marketing-content h2 span {
  color: #00CC00;
}
.digital-marketing-wrapper .digital-box-wrapper .digital-box {
  padding: 15px 0;
  border-bottom: 2px solid #CEFF74;
}
.digital-marketing-wrapper .digital-box-wrapper .digital-box:last-child {
  border-bottom: none;
}
.digital-marketing-wrapper .digital-box-wrapper .digital-box h2 {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
.digital-marketing-wrapper .digital-box-wrapper .digital-box p {
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.6;
  font-family: "source_sans_pro_regular";
}
.digital-marketing-wrapper .digital-box-button a {
  background: transparent linear-gradient(270deg, #00CC00 0%, #CEFF74 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  padding: 12px 24px;
  margin-top: 12px;
  display: block;
  width: fit-content;
}
.digital-marketing-wrapper img {
  display: flex;
  margin: 0 auto;
  width: 100%;
  object-fit: none;
}
.digital-marketing-wrapper img{
	max-width:550px;
	object-fit:contain;
}
@media (max-width: 992px) {
  .digital-marketing-wrapper img {
    object-fit: contain;
  }
}

.company-info-allinone {
  padding: 60px 0;
  background: #F8F9FC;
}
@media (max-width: 992px) {
  .company-info-allinone {
    padding: 30px 60px;
  }
}
.company-info-allinone h2 {
  margin-top: 15px;
  font-size: 24px;
  line-height: 28px;
  color: #07122C;
  font-family: "source_sans_pro_bold";
}
@media (max-width: 992px) {
  .company-info-allinone h2 {
    text-align: center;
  }
}
.company-info-allinone p {
  color: #07122C;
  font-size: 14px;
  opacity: 0.6;
  font-family: "source_sans_pro_regular";
}
@media (max-width: 992px) {
  .company-info-allinone p {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .company-info-allinone img {
    margin: 0 auto;
  }
}

.ourclients-allinone {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .ourclients-allinone {
    padding: 40px 0;
  }
}
.ourclients-allinone h2 {
  color: #07122C;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  font-family: "source_sans_pro_bold";
}
@media (max-width: 992px) {
  .ourclients-allinone h2 {
    text-align: left;
  }
}
.ourclients-allinone p {
  color: #07122C;
  opacity: 0.6;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
  font-family: "source_sans_pro_regular";
}
@media (max-width: 992px) {
  .ourclients-allinone p {
    text-align: left;
  }
}
.ourclients-allinone img {
  margin-bottom: 12px;
  max-width: 200px;
}
@media (max-width: 500px) {
  .ourclients-allinone img {
    max-width: 180px;
  }
}
@media (min-width: 500px) and (max-width: 992px) {
  .ourclients-allinone img {
    margin-right: 10px;
  }
}

.ourclients-logo-wrapper .ourclients-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .ourclients-logo-wrapper .ourclients-logo {
    display: block;
  }
}
.ourclients-logo-wrapper .ourclients-logo .ourclients-box {
  width: 15%;
}
.ourclients-logo-wrapper .ourclients-logo .ourclients-box img {
  width: 100%;
}

.allinone-banner .allinone-footer-content h2 {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}
.allinone-banner .allinone-footer-content p {
  opacity: 0.8;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 40px;
}
.allinone-banner .allinone-footer-info .allinone-contet-box {
  margin-bottom: 40px;
}
.allinone-banner .allinone-footer-info .allinone-contet-box:last-child {
  margin-bottom: 0;
}
.allinone-banner .allinone-footer-info .allinone-contet-box:last-child h2 span:after {
  background: transparent;
}
.allinone-banner .allinone-footer-info .allinone-contet-box h2 {
  display: flex;
}
.allinone-banner .allinone-footer-info .allinone-contet-box h2 span {
  font-size: 42px;
  margin-right: 24px;
  position: relative;
}
.allinone-banner .allinone-footer-info .allinone-contet-box h2 span:after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 35%;
  margin-top: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='31' viewBox='0 0 8 31'%3E%3Cpath id='Union_10' data-name='Union 10' d='M28.934 542.854a.483.483 0 0 1 0-.708l2.3-2.176H3.47a.469.469 0 1 1 0-.939H31.23l-2.3-2.176a.481.481 0 0 1 0-.707.549.549 0 0 1 .747 0l3.163 3a.48.48 0 0 1 0 .707l-3.163 3a.55.55 0 0 1-.747 0Z' transform='translate(543.5 -2.5) rotate(90)' fill='%230c0' stroke='%230c0' stroke-width='1' opacity='0.3'/%3E%3C/svg%3E");
}
.allinone-banner .allinone-footer-info .allinone-contet-box p {
  margin-left: 48px;
  margin-bottom: 0;
}

.allinone-banner {
  height: unset;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .allinone-banner-footer {
    background-position: 55% 100%;
  }
}

/*END FSH*/


/* R.S  contact form */
.job__form-form-terms img{
  top: 7px;
}
.job__form-form-terms p{
  font-size: 13px;
}
.job__form-wrapper{
  /* padding-bottom: 10px; */
}
.job__form .wpcf7-spinner{
  width: 18px;
    height: 18px;
}
.codedropz-upload-container{
  padding: 0;
}
.codedropz-upload-inner a{
  text-decoration: underline!important;
  width: 100%;
  /* padding: 35px 30px; */
  padding-top: 25px;
    padding-bottom: 55px; 
    padding-left: 8px;
    padding-right: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 500;
}
.codedropz-upload-inner h3{
  letter-spacing: 0px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}
.job__content-about-share{
  display: none;
}
.dnd-upload-counter{
  display: none;
}
.codedropz-upload-inner h3{
  /* display: none; */
  z-index: -1;
  position: absolute;
  opacity: .7;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  bottom: 25px;
  line-height: 15px;
  padding-left: 8px;
  padding-right: 8px;
}
.codedropz-upload-inner span:first-of-type{
  display: none;
}
.dnd-upload-status {
  margin-bottom: 10px;
}
.job__form-form-input option:first-child{
  display: none;
}
@media screen and (max-width: 1200px) {
  .landing__us-content-box img{
    margin-bottom: 10px;
  }
.landing__us-wrapper{
  display: block;
}
.landing__us-content{
  margin-top: 20px;
}
.landing__us-content-link{
  margin-top: 0px;
}
}
@media screen and (max-width: 450px) {
  .landing__us-content {
    margin-top: 0;
}
  .landing__us-content-link{
    margin-top: 20px;
  }
  .landing__us-content-box img{
    margin-bottom: 20px;
  }
  .landing__us-wrapper{
    display: flex;
  }
  .codedropz-upload-inner h3{
    font-size: 12px;
  }
  .job .job__content-about {
    margin-bottom: 30px;
}
  .codedropz-upload-inner a{
    padding: 35px 22px;
  }
  .job__form-form-input {
    padding-left: 17px;
  }
  .job .job__content{
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .codedropz-upload-inner a{
    padding-top: 20px; 
        padding-bottom: 65px;
  }
  .codedropz-upload-inner h3{
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .codedropz-upload-inner a{
    padding-top: 25px;
    padding-bottom: 55px;
  }
  .codedropz-upload-inner h3{
    bottom: 25px;
  }
}
@media screen and (max-width: 321px) {
  .codedropz-upload-inner h3{
    font-size: 11px;
  }
  .codedropz-upload-inner a {
    padding-bottom: 55px;
}
  .job__content-about-text div {
    gap: 6px;
    font-size: 13px;
}
.job .job__content-about-text {
  gap: 4px;
}
.job .job__content h1 {
  font-size: 26px;
  margin-bottom: 12px;
}
}
/* R.S END contact form */
.apply-desktop {
	 transition: all 0.5s;
	 position: relative;
	 z-index: 1;
}
 .apply-desktop:after {
	 content: "";
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: -2;
}
 .apply-desktop:before {
	 content: "";
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 0%;
	 height: 100%;
	 background-color: #000000;
	 transition: all 0.5s;
	 z-index: -1;
}
 .apply-desktop:hover {
	 color: #c1ff50;
}
 .apply-desktop:hover:before {
	 width: 100%;
}
.more__content-link, .work__button, .landing__us-content-link {
	 transition: all 0.5s;
	 position: relative;
	 z-index: 1;
}
 .more__content-link:after,.work__button:after, .landing__us-content-link:after {
	 content: "";
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: -2;
	 border-radius: 8px;
}
 .more__content-link:before, .work__button:before, .landing__us-content-link:before {
	 content: "";
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 0%;
	 height: 100%;
	 background-color: #000000;
	 transition: all 0.5s;
	 z-index: -1;
	 border-radius: 8px;
}
 .more__content-link:hover, .work__button:hover, .landing__us-content-link:hover {
	 color: #fff;
}
 .more__content-link:hover:before, .work__button:hover:before, .landing__us-content-link:hover:before {
	 width: 100%;
}
.page-template-career-page #CybotCookiebotDialog{
	display:none!important;
}
.page-template-ecommercepage #CybotCookiebotDialog{
	display:none!important;
}
.page-template-job #CybotCookiebotDialog{
	display:none!important;
}
.file__wrapper{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.file__wrapper input{
	width: 100%;
	height: 100%;
	opacity: 0;
}

.job__form-form-upload{
	position: relative;
}

.job__form-wrapper textarea{
	padding-top: 14px;
    min-height: 138px;
}

.job__form-wrapper h2{
letter-spacing: 0px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}

input[type="submit"]{
	letter-spacing: 0px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0;
    display: block;
    width: 100%;
    background: transparent linear-gradient(270deg, #25cf2c 0%, #ceff74 100%);
    border-radius: 8px;
}

.submit-btn{
	text-align:center;
}


.job__content-description p::before{
	content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #00cc00;
    border-radius: 50%;
    margin-right: 8px;
}

.title__changes h2{
	letter-spacing: 0px;
    color: #000000;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold;
}

.title__changes p {
	letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}

.more .more__wrapper .more__image img, .benefits .benefits__wrapper .benefits__image img, .work__spaces .work__spaces-wrapper img{
	border-radius:16px;
}

.work__spaces-wrapper img{
	height:244px;
	max-width:327px;
}

@media only screen and (max-width:768px){
	.work__spaces-wrapper img{
	height:150px;
	max-width:100%;
	width:auto;
}
	.more .more__wrapper .more__image img, .benefits .benefits__wrapper .benefits__image img, .work__spaces .work__spaces-wrapper img{
	border-radius:8px;
}
	
	.work__image img:last-child{
		display:none;
	}


}

.about .about__box:hover{
  transition: 1s ease-in-out;
}

.about .about__box{
	cursor:pointer;
}

.about .about__box:hover img{
     transition: 1s ease-in-out;
     transform: rotate(360deg);
}

.apply-desktop:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 48px;
    background-color: #000000;
    border-radius: 8px;
    transition: all 0.5s;
    top: 0;
    z-index: -1;
}

.work .work__button{
	display:inline-block;
	cursor:pointer;
}

.department__box-link{
	background:none;
}

/* temporary style */
.single .job .job__wrapper .job__content h1{
  word-break: break-word;
}
.contact-us .cf-banner .rightside li .wpcf7 form .banner__contactform-title{
  display: none;
}
.contact-us .cf-banner .rightside li .wpcf7 form .privacy p{
  font-size: 14px;
  line-height: 20px;
  color: white;
  font-family: "latolight";
}
.contact-us .cf-banner .rightside li .wpcf7 form .privacy p span{
  font-size: 14px;
  line-height: 24px;
  font-family: "latoregular";
  margin-bottom: unset;
  display: unset;
}
.contact-us .cf-banner .rightside li .wpcf7 form{
  padding-top: 0;
}
.contact-us .cf-banner{
  padding-top: 20px;
}
@media (max-width: 992px) {
  .contact-us .cf-banner .rightside li .wpcf7 form{
    padding: 0;
  }
}
.contact-us .cf-banner .rightside li .wpcf7 form .wpcf7-response-output{
  color: white;
}
footer ul li .custom-html-widget{
  font-family: "latoregular";
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 0;
}
.contact-us-dedic .cf-banner .rightside li form h1{
  display: inherit!important;
  color: white!important;
}
.contact-us-dedic .cf-banner{
  align-self: center;
  padding-bottom: 20px;
}
.contact-us-dedic .cf-banner .rightside li form{
  width: 90%;
    margin: auto;
}
.contact-us-dedic .dedicated-contact-us-img img{
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .hiring-left .box-left:last-child{
    margin-bottom: 0;
  }
}



@media (max-width: 992px) {
  header .navbar nav ul li .sub-menu {
    background: #000000;
    padding: 20px 0;
    margin-left: 5px;
    margin-top: 0;
    padding-bottom: 0;
  }
}
header .navbar nav ul li .sub-menu li a {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 992px) {
  header .navbar nav ul li .sub-menu li a .sub-customized span {
    display: none;
  }
}
@media (min-width: 992px) {
  header .navbar nav ul li .sub-menu li a .sub-customized {
    display: flex;
    flex-direction: column;
  }
  header .navbar nav ul li .sub-menu li a .sub-customized span {
    color: rgba(255, 255, 255, 0.6705882353);
    letter-spacing: 0.72px;
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 992px) and (max-width: 992px) {
  header .navbar nav ul li .sub-menu li a span {
    display: none;
  }
}
@media (min-width: 992px) {
  header .navbar nav ul li .sub-menu li a .reacticon {
    background-image: url("../../../../../wp-content/uploads/2023/02/Group-454.png");
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  header .navbar nav ul li .sub-menu li a .nodeicon {
    background-image: url("../../../../../wp-content/uploads/2022/10/nodejs-1.png");
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  header .navbar nav ul li .sub-menu li a .angularicon {
    background-image: url("../../../../../wp-content/uploads/2022/10/angular-1.png");
    width: 30px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  header .navbar nav ul li .sub-menu li a .seoicon {
    background-image: url("../../../../../wp-content/uploads/2023/02/Group-455.png");
    width: 30px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  header .navbar nav ul li .sub-menu li a .seaicon {
    background-image: url("../../../../../wp-content/uploads/2023/02/Group-455.png");
    width: 30px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
header .navbar .logo li {
  width: 162px;
  height: 24px;
}
@media (max-width: 992px) {
  header .navbar .logo li {
    width: 108px;
    height: 16px;
  }
}
header .navbar .logo li img {
  width: 100%;
  display: flex;
  height: 100%;
}
header nav .banner-btn {
  border: 1px solid #FFFFFF;
  padding: 0px;
  height: 46px;
  width: 192px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
header nav .banner-btn li {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
header nav .banner-btn li .textwidget {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
header nav .banner-btn li .textwidget a {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 992px) {
  header nav .banner-btn li .textwidget a {
    padding: 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header nav .banner-btn {
    display: none;
  }
}
@media (max-width: 992px) {
  header nav .banner-btn {
    width: fit-content;
  }
}
header nav .banner-btn li a {
  font-family: "source_sans_pro_bold";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
header .topbar ul {
  gap: 30px;
  padding: 7px 0;
}
header .topbar ul li, header .topbar ul .lang-item {
  margin-right: 0;
}
header .topbar ul li a, header .topbar ul .lang-item a {
  color: #FFFFFF !important;
  font-family: "source_sans_pro_semibold";
  font-size: 14px;
  line-height: 20px;
}

/*Header END*/
/*Hompage*/
.banner-wrapper .content-left {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .banner-wrapper .content-left {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.banner-wrapper .content-left .line.blue {
  color: #C1FF50;
}
.banner-wrapper .content-left h1 {
  margin-bottom: 0px;
  font-family: "latoblack";
  font-size: 56px;
  line-height: 64px;
}
.banner-wrapper .content-left h1 strong {
  white-space: nowrap;
}
@media (max-width: 992px) {
  .banner-wrapper .content-left h1 {
    margin-top: 0px;
    font-size: 46px;
    line-height: 56px;
  }
}
.banner-wrapper .content-left h2 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  margin-bottom: 32px;
  margin-top: 24px;
  font-family: "latoregular";
}
@media (max-width: 992px) {
  .banner-wrapper .content-left h2 {
    line-height: 22px;
  }
}

.banner-wrapper .content-left .banner-btn li .textwidget {
  width: 100%;
  height: 100%;
}
.slider-partners {
  padding-bottom: 40px;
}
.slider-partners .mySwiperone .swiper-wrapper .swiper-slide {
  height: 22px;
  padding: 10px 0;
}
@media only screen and (max-width: 992px) {
  .slider-partners .mySwiperone .swiper-wrapper .swiper-slide {
    height: 30px;
    padding: 5px 0;
  }
}
.slider-partners .mySwiperone .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 992px) {
  .slider-partners .mySwiperone .swiper-wrapper .swiper-slide img {
    object-position: left;
  }
}

.our-app_section {
  padding: 16px 0;
  background: transparent linear-gradient(93deg, #6392FF 0%, #004DFF 100%) 0% 0% no-repeat padding-box;
}
.our-app_section h1 {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 46px;
  letter-spacing: 0px;
  font-family: "latoblack";
}
@media only screen and (max-width: 992px) {
  .our-app_section {
    display: none;
  }
}
.our-app_section .links-img {
  gap: 10px;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .our-app_section .links-img {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.our-app_section .links-img a img {
  max-width: 155px;
  min-width: 155px;
  min-height: 52px;
  max-height: 52px;
}

@media only screen and (max-width: 1199px) {
  .services-wrapper .row-custom {
    display: block;
  }
  .services-wrapper .col-lg-4, .services-wrapper .col-lg-8 {
    width: 100%;
  }
  .services-wrapper .col-lg-8 {
    margin-top: 40px;
  }
  .services-wrapper .col-lg-8 .unique {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .services-wrapper .col-lg-8 .unique .services-item {
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .services-wrapper .col-lg-8 .unique {
    width: 100%;
    padding: 0;
    padding-bottom: 24px;
  }
  .services-wrapper .col-lg-8 .unique:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .services-wrapper .col-lg-8 .unique {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .services-wrapper .col-lg-8 .unique:last-child {
    padding-bottom: 0;
  }
}
.services-wrapper h2 {
  margin-bottom: 24px;
  font-family: "latolight";
  font-size: 36px;
  line-height: 42px;
}
@media only screen and (max-width: 992px) {
  .services-wrapper h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.services-wrapper h2 strong {
  font-family: "latosemibold";
  white-space: nowrap;
}
.services-wrapper h3 {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  letter-spacing: 0.34px;
  font-family: "latoregular";
}
.services-wrapper .unique {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .services-wrapper .unique:nth-last-child(-n+2) {
    padding-bottom: 0rem;
  }
}
.services-wrapper .unique .services-item {
  box-shadow: 8px 26px 26px rgba(0, 77, 255, 0.0784313725);
  border-radius: 12px;
  margin-left: 0px;
}
.services-wrapper .unique .services-item img {
  margin-bottom: 0px;
  min-height: 35px;
  object-fit: contain;
}
.services-wrapper .unique:nth-child(4) .services-item img{
  max-width: 80px;
}
.services-wrapper .unique .services-item h3 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: "latobold";
}
.services-wrapper .unique .services-item pre {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "latoregular";
  letter-spacing: 0.38px;
}
@media only screen and (min-width: 992px) {
  .services-wrapper .unique .services-item pre {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 992px) {
  .services-wrapper .unique .services-item pre {
    line-height: 24px;
  }
}
.services-wrapper .unique .services-item a {
  font-size: 16px;
  line-height: 19px;
  font-family: "latoblack";
  text-decoration: unset;
}
.services-wrapper .unique .services-item a .btn-link {
  color: #004DFF;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "latoblack";
}
.services-wrapper .unique .services-item a .btn-link i {
  font-size: 25px;
}

.techno__section-home {
  background-color: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .techno__section-home {
    padding-bottom: 20px;
    padding-top: 40px;
  }
}
.techno__section-home .container {
  padding: 0;
}
.techno__section-home .techno__title {
  background: linear-gradient(90deg, #1A1C1D 0%, #666C71 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-family: Latoregular;
font-size: 41px;
font-style: normal;
font-weight: 700;
line-height: normal;
max-width: 650px;
margin: auto;
}
@media only screen and (max-width: 1199px) {
  .techno__section-home .techno__title {
    max-width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .techno__section-home .techno__title {
    max-width: 90%;
    font-size: 32px;
    line-height: 42px;
  }
}
.techno__section-home .techno__title strong {
  font-family: "latobold";
  display: block;
}
.techno__section-home .techno__text {
  text-align: center;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
}
.techno__section-home .techno__wrapper {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .techno__section-home .techno__wrapper {
    margin-bottom: 10px;
  }
}
.techno__section-home .wrapper_date {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-right: 8px;
  margin-left: 8px;
}
@media only screen and (max-width: 992px) {
  .techno__section-home .wrapper_date {
    row-gap: 16px;
  }
}
.techno__section-home .wrapper_date .active {
  display: flex !important;
  justify-content: center;
}
.techno__section-home .wrapper_date .item {
  display: none;
}
@media only screen and (max-width: 768px) {
  .techno__section-home .wrapper_date .item {
    flex: 0 0 auto;
    width: 50%;
  }
}
.techno__section-home .wrapper_date .item .wdth {
  width: 100%;
}
.techno__section-home .wrapper_date .item .content_banner {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 11px 12px rgba(0, 0, 0, 0.0431372549);
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-radius: 16px;
  text-align: center;
  height: 120px;
  padding: 24px;
  margin: 0 8px;
}
.techno__section-home .wrapper_date .item .content_banner .paragraph-section img {
  width: 80px;
  height: 42px;
  -o-object-fit: contain;
  object-fit: contain;
}
.techno__section-home .wrapper_date .item .content_banner .paragraph-section .techno__box-title {
  margin-top: 14px;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.techno__section-home .techno__nav-buttons .listbtn {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 40px;
  gap: 24px;
}
@media only screen and (max-width: 992px) {
  .techno__section-home .techno__nav-buttons .listbtn {
    overflow: scroll;
/* 	 overflow-x: scroll; */
/*     overflow-y: unset; */
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .techno__section-home .techno__nav-buttons .listbtn {
    justify-content: left;
    gap: 8px;
  }
}
.techno__section-home .techno__nav-buttons .listbtn li {
  list-style-type: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.techno__section-home .techno__nav-buttons .listbtn li a {
  cursor: pointer;
  font-size: 14px;
  width: 104px;
  height: 40px;
  line-height: 24px;
  color: #000000;
  border-radius: 4px;
  padding: 8px 12px;
  transition: 0.4s ease;
  font-family: "latoregular";
}
@media only screen and (max-width: 768px) {
  .techno__section-home .techno__nav-buttons .listbtn li a {
    padding-bottom: 0px;
    height: 30px;
  }
}
.techno__section-home .techno__nav-buttons .listbtn li a:hover {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  transition: 0.4s ease;
}
.techno__section-home .techno__nav-buttons .listbtn li .active_accordion {
  color: #00CC00;
  font-family: "latobold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.techno__section-home .techno__button {
  background: transparent linear-gradient(270deg, #00CC00 0%, #CEFF74 100%) 0% 0% no-repeat padding-box;
  transition: 0.3s ease-in;
  width: 370px;
  border-radius: 8px;
  margin: auto;
  text-align: center;
  height: 40px;
  z-index: 1;
  position: relative;
}
.techno__section-home .techno__button::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: transparent linear-gradient(270deg, #CEFF74 0%, #00CC00 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 8px;
}
.techno__section-home .techno__button:hover::before {
  opacity: 1;
}
.techno__section-home .techno__button a {
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.consulation-wrapper {
  background: transparent linear-gradient(121deg, #0A1128 0%, #000000 100%) 0% 0% no-repeat padding-box;
  border-radius: 12px;
  padding: 36px;
}
@media only screen and (max-width: 992px) {
  .consulation-wrapper {
    padding: 24px;
  }
}
.consulation-wrapper h3 {
  font-family: "latoblack";
  color: white;
  font-size: 38px;
  line-height: 48px;
}
.consulation-wrapper h3 strong {
  color: #C1FF50;
  white-space: nowrap;
  display: block;
}
.consulation-wrapper h3 em {
  white-space: nowrap;
  font-style: unset;
}
@media only screen and (max-width: 992px) {
  .consulation-wrapper h3 {
    text-align: left;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 29px;
  }
}
.consulation-wrapper .col-lg-5 {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .consulation-wrapper .col-lg-5 {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .consulation-wrapper .col-lg-5 a {
    padding: 15px 20px;
  }
}

.our-portfolio {
  overflow-x: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .our-portfolio {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.our-portfolio .portfolio-title {
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #000000;
  font-family: "latolight";
  max-width: 100%;
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .our-portfolio .portfolio-title {
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    padding-bottom: 32px;
  }
}
.our-portfolio .portfolio-title strong {
  font-family: "latobold";
  white-space: nowrap;
}
.our-portfolio .intro .view-allbutton {
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .our-portfolio .intro .view-allbutton {
    margin-top: 20px;
  }
}
.our-portfolio .intro .view-allbutton a {
  font-size: 32px;
  line-height: 46px;
  color: #000000;
  font-family: "latolight";
}
@media only screen and (max-width: 768px) {
  .our-portfolio .intro .view-allbutton a {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 992px) {
  .our-portfolio .intro .col-lg-4 .intro-boxes {
    margin-bottom: 32px;
  }
  .our-portfolio .intro .col-lg-4:last-child .intro-boxes {
    margin-bottom: 0px;
  }
}
.our-portfolio .intro .intro-boxes {
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.0784313725);
  border-radius: 12px;
}
.our-portfolio .intro .intro-boxes .imgbox {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  min-height: 230px;
}
@media only screen and (max-width: 992px) {
  .our-portfolio .intro .intro-boxes .imgbox {
    max-height: 300px;
    min-height: 170px;
    border-radius: 12px 12px 0 0;
  }
}
.our-portfolio .intro .intro-boxes .content-box {
  padding: 25px 32px;
}
@media only screen and (max-width: 992px) {
  .our-portfolio .intro .intro-boxes .content-box {
    padding: 22px 24px;
  }
}
.our-portfolio .intro .intro-boxes .content-box h2 {
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  margin-top: 20px;
  font-family: "latolight";
}
@media only screen and (max-width: 992px) {
  .our-portfolio .intro .intro-boxes .content-box h2 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.our-portfolio .intro .intro-boxes .content-box a {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  font-family: "latoregular";
}

.team-wrapper {
  background: transparent linear-gradient(97deg, #0A1128 0%, #000000 100%) 0% 0% no-repeat padding-box;
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 992px) {
  .team-wrapper {
    padding: 40px 0;
    text-align: center;
  }
}
.team-wrapper pre {
  color: #FFFFFF;
  font-family: "latoblack";
  margin-bottom: 0;
}
.team-wrapper pre strong {
  color: #C1FF50;
  white-space: nowrap;
}

.our-portfolio-satisfied {
  padding-top: 80px;
}
@media only screen and (max-width: 992px) {
  .our-portfolio-satisfied {
    padding-top: 60px;
  }
}
.our-portfolio-satisfied .portfolio-title {
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0px;
  font-family: "latolight";
  padding-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .our-portfolio-satisfied .portfolio-title {
    padding-bottom: 48px;
    font-size: 32px;
    line-height: 42px;
  }
}
.our-portfolio-satisfied .portfolio-title strong {
  font-family: "latobold";
  white-space: nowrap;
}
.our-portfolio-satisfied .intro {
  text-align: center;
}
@media (min-width: 992px) {
  .our-portfolio-satisfied .intro .col-md-6 {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 992px) and (max-width: 576px) {
  .our-portfolio-satisfied .intro .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .our-portfolio-satisfied .intro .col-md-6:nth-child(odd) {
    border-right: 1px dashed #E0E1E3;
    border-bottom: 1px dashed #E0E1E3;
  }
}
@media only screen and (max-width: 992px) {
  .our-portfolio-satisfied .intro .col-md-6:nth-child(even) {
    border-bottom: 1px dashed #E0E1E3;
  }
}
@media only screen and (max-width: 992px) {
  .our-portfolio-satisfied .intro .col-md-6:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}
.our-portfolio-satisfied .intro img {
  width: 175px;
  max-height: 40px;
  min-height: 25px;
  object-fit: contain;
}
@media only screen and (max-width: 992px) {
  .our-portfolio-satisfied .intro img {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    max-height: 45px;
    max-width: 200px;
  }
}

.blogs-wrapper {
  position: relative;
}
@media only screen and (max-width: 992px) {
  .blogs-wrapper {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
.blogs-wrapper .pagination-blog {
  position: relative;
  top: 15px;
}
@media only screen and (min-width: 992px) {
  .blogs-wrapper .pagination-blog {
    display: none;
  }
}
.blogs-wrapper .pagination-blog .swiper-pagination {
  top: 0px;
}
.blogs-wrapper .pagination-blog .swiper-pagination .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.0431372549);
  border-radius: 4px;
  width: 32px;
  height: 4px;
  opacity: 1;
}
.blogs-wrapper .pagination-blog .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.3254901961);
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .blogs-wrapper .mySwiper3 .swiper-wrapper {
    gap: 15px;
  }
  .blogs-wrapper .mySwiper3 .swiper-wrapper .swiper-slide {
    transform: unset;
    flex-shrink: unset;
  }
}
.blogs-wrapper .blogstitle {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 29px;
  font-family: "latosemibold";
}
.blogs-wrapper .unique a .blog-item {
  background: transparent;
  padding: 0;
}
.blogs-wrapper .unique a .blog-item:hover {
  box-shadow: unset;
}
@media only screen and (max-width: 992px) {
  .blogs-wrapper .unique a .blog-item {
    margin-top: 0px;
  }
}
.blogs-wrapper .unique a .blog-item img {
  border-radius: 8px;
  margin-bottom: 0px;
  height: 240px;
}
.blogs-wrapper .unique a .blog-item h3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  font-family: "latobold";
  height: unset;
}
.blogs-wrapper .unique a .blog-item .blog-author-wrapper {
  margin-top: 18px;
  margin-bottom: 17px;
}
.blogs-wrapper .unique a .blog-item .blog-author-wrapper .user-photo {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.blogs-wrapper .unique a .blog-item .blog-author-wrapper pre {
  margin-left: 10px;
  font-size: 12px;
  line-height: 20px;
  font-family: "latobold";
  display: flex;
  flex-direction: column;
}
.blogs-wrapper .unique a .blog-item .blog-author-wrapper pre span {
  font-family: "latoregular";
  font-size: 10px;
  line-height: 12px;
}

@media (max-width: 992px) {
  .testimonial-wrapper {
    padding-top: 60px;
  }
}
.testimonial-wrapper .subtitle-testimonials{
  font-size: 14px;
  line-height: 20px;
  font-family: 'latoregular';
  letter-spacing: .34px;
  color: #000000;
  max-width: 436px;
}
@media (max-width: 992px) {
  .testimonial-wrapper .subtitle-testimonials {
    margin-bottom: 20px;
  }
}
.testimonial-wrapper .title-testimonials {
  font-family: "latolight";
  font-size: 42px;
  line-height: 52px;
  color: #000000;
  letter-spacing: 0px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .testimonial-wrapper .title-testimonials {
    font-size: 32px;
    line-height: 42px;
  }
}
.testimonial-wrapper .title-testimonials strong {
  font-family: "latobold";
  white-space: nowrap;
}
.testimonial-wrapper .mySwiperfour {
  background: transparent linear-gradient(112deg, #0A1128 0%, #000000 100%) 0% 0% no-repeat padding-box;
  border-radius: 12px;
}
.testimonial-wrapper .mySwiperfour .testimonials-arrow {
  position: absolute;
  width: 100%;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  z-index: 9;
}
.testimonial-wrapper .mySwiperfour .testimonials-arrow .swiper-button-nextt, .testimonial-wrapper .mySwiperfour .testimonials-arrow .swiper-button-prevv {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.testimonial-wrapper .mySwiperfour .testimonials-arrow .swiper-button-nextt i {
  background: transparent 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  color: white;
  font-size: 25px;
}
.testimonial-wrapper .mySwiperfour .testimonials-arrow .swiper-button-prevv i {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 4px;
  font-size: 25px;
  border: 1px solid #FFFFFF;
}
.testimonial-wrapper .mySwiperfour .swiper-wrapper .swiper-slide .slide-box {
  padding: 50px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-wrapper .mySwiperfour .swiper-wrapper .swiper-slide .slide-box {
    padding: 35px;
  }
}
@media (max-width: 992px) {
  .testimonial-wrapper .mySwiperfour .swiper-wrapper .swiper-slide .slide-box {
    padding: 24px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .testimonial-wrapper .mySwiperfour .swiper-wrapper .swiper-slide .slide-box {
    padding-bottom: 50px;
  }
}
.testimonial-wrapper .mySwiperfour .swiper-wrapper .swiper-slide .slide-box h3 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-family: "latoregular";
  font-style: italic;
  text-align: center;
}
@media (max-width: 992px) {
  .testimonial-wrapper .mySwiperfour .swiper-wrapper .swiper-slide .slide-box h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonial-wrapper .mySwiperfour .swiper-wrapper .swiper-slide .slide-box .author {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .testimonial-wrapper .mySwiperfour .swiper-wrapper .swiper-slide .slide-box .author {
    margin-top: 25px;
  }
}
.testimonial-wrapper .mySwiperfour .swiper-wrapper .swiper-slide .slide-box .author .leftside {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: end;
  border-right: 1px solid #FFFFFF;
  padding-right: 15px;
  margin-right: 15px;
  justify-content: center;
}
.testimonial-wrapper .mySwiperfour .swiper-wrapper .swiper-slide .slide-box .author .leftside .author-name {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  font-family: "latobold";
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .testimonial-wrapper .mySwiperfour .swiper-wrapper .swiper-slide .slide-box .author .leftside .author-name {
    font-size: 12px;
    line-height: 17px;
  }
}
.testimonial-wrapper .mySwiperfour .swiper-wrapper .swiper-slide .slide-box .author .leftside .author-company {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  font-family: "latolight";
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .testimonial-wrapper .mySwiperfour .swiper-wrapper .swiper-slide .slide-box .author .leftside .author-company {
    font-size: 10px;
    line-height: 14px;
  }
}
.testimonial-wrapper .mySwiperfour .swiper-wrapper .swiper-slide .slide-box .author .rightside {
  width: 50%;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  font-family: "latoblack";
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.cf-banner {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cf-banner {
    padding-bottom: 60px;
    padding-top: 0px;
  }
}
.cf-banner .leftside h1 {
  font-size: 28px;
  line-height: 38px;
  color: #000000;
  font-family: "latosemibold";
  margin-bottom: 11px;
}
.cf-banner .leftside h2 {
  font-family: "latoregular";
  font-size: 16px;
  line-height: 22px;
  color: #0A1128;
  letter-spacing: 0.38px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .cf-banner .leftside h2 {
    max-width: 80%;
  }
}
@media (max-width: 992px) {
  .cf-banner .leftside h2 {
    margin-bottom: 24px;
  }
}
.cf-banner .leftside .listednr {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.cf-banner .leftside .listednr .first-row .row-custom {
  gap: 12px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cf-banner .leftside .listednr .first-row .row-custom {
    display: block;
  }
}
.cf-banner .leftside .listednr .first-row .row-custom h4 {
  font-size: 66px;
  line-height: 40px;
  color: #C1FF50;
  letter-spacing: 0px;
  font-family: "latosemibold";
}
@media (max-width: 992px) {
  .cf-banner .leftside .listednr .first-row .row-custom h4 {
    font-size: 46px;
    line-height: 56px;
  }
}
.cf-banner .leftside .listednr .first-row .row-custom .row-under-title {
  gap: 12px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cf-banner .leftside .listednr .first-row .row-custom .row-under-title {
    gap: 8px;
  }
}
.cf-banner .leftside .listednr .first-row .row-custom .row-under-title h3 {
  font-family: "latobold";
  font-size: 24px;
  line-height: 29px;
  color: #0A1128;
}
@media (max-width: 992px) {
  .cf-banner .leftside .listednr .first-row .row-custom .row-under-title h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.cf-banner .leftside .listednr .first-row .row-custom .row-under-title p {
  font-size: 16px;
  line-height: 26px;
  color: #0A1128;
  letter-spacing: 0.38px;
}
@media (min-width: 992px) {
  .cf-banner .leftside .listednr .first-row .row-custom .row-under-title p {
    max-width: 80%;
  }
}
@media (max-width: 992px) {
  .cf-banner .leftside .listednr .first-row .row-custom .row-under-title p {
    font-size: 14px;
    line-height: 24px;
  }
}
.cf-banner .rightside {
  align-self: center;
}
@media (max-width: 992px) {
  .cf-banner .rightside {
    margin-top: 32px;
  }
}
.cf-banner .rightside li .wpcf7 form {
  box-shadow: 0px 16px 32px rgba(10, 17, 40, 0.1215686275);
  border-radius: 16px;
  padding: 32px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cf-banner .rightside li .wpcf7 form {
    padding: 16px;
  }
}
.cf-banner .rightside li .wpcf7 form .banner__contactform-title {
  color: #000000;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  margin-bottom: 8px;
  font-family: "latoblack";
}
@media (max-width: 992px) {
  .cf-banner .rightside li .wpcf7 form .banner__contactform-title {
    margin-bottom: 0px;
  }
}
.cf-banner .rightside li .wpcf7 form .privacy p {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "latolight";
}
.cf-banner .rightside li .wpcf7 form .privacy p span {
  text-decoration: underline;
}
.cf-banner .rightside li .wpcf7 form .wpcf7-spinner {
  display: none;
}
.cf-banner .rightside li .wpcf7 form .wpcf7-response-output {
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.cf-banner .rightside li .wpcf7 form .input-rows textarea, .cf-banner .rightside li .wpcf7 form .input-rows input {
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border: 1px solid #F0F3F8;
}
.cf-banner .rightside li .wpcf7 form .input-rows textarea::placeholder, .cf-banner .rightside li .wpcf7 form .input-rows input::placeholder {
  color: rgba(0, 0, 0, 0.5607843137);
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  font-family: "latoregular";
}
.cf-banner .rightside li .wpcf7 form .input-rows input {
  width: 100%;
  height: 46px;
  padding-left: 12px;
}
.cf-banner .rightside li .wpcf7 form .input-rows textarea {
  max-height: 85px;
  width: 100%;
  padding-left: 12px;
  padding-top: 5px;
}

/*Homepage END*/
/* Shopware */
.banner-wrapper-up-shopify {
  min-height: 450px;
  align-items: center;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .banner-wrapper-up-shopify {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.banner-wrapper-up-shopify .opside-content .content-left {
  max-width: 80%;
}
@media (max-width: 1199px) {
  .banner-wrapper-up-shopify .opside-content .content-left {
    max-width: 100%;
  }
}
.banner-wrapper-up-shopify .opside-content .content-left .banner-btn li {
  background: #C1FF50;
  width: 196px;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #C1FF50;
}
.banner-wrapper-up-shopify .opside-content .content-left .banner-btn li .textwidget {
  width: 100%;
  height: 100%;
}

.banner-wrapper-up-shopify .opside-content h1 {
  font-family: "latolight";
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .banner-wrapper-up-shopify .opside-content h1 {
    margin-top: 0px;
    font-size: 46px;
    line-height: 56px;
  }
}
.banner-wrapper-up-shopify .opside-content h1 strong {
  font-family: "latoblack";
  font-style: italic;
}

.banner-wrapper-new-shopify {
  background: transparent linear-gradient(92deg, #0A1128 0%, #000000 100%) 0% 0% no-repeat padding-box;
}
.banner-wrapper-new-shopify .content-shopify .header-logo-text {
  display: flex;
}
.banner-wrapper-new-shopify .content-shopify .header-logo-text img {
  max-width: 120px;
  object-fit: contain;
  height: 30px;
}
.banner-wrapper-new-shopify .content-shopify .header-logo-text h1 {
  font-size: 24px;
  line-height: 34px;
  font-family: "latoregular";
  margin-right: 15px;
}

.shopify-wrapper {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .shopify-wrapper {
    padding-bottom: 40px;
  }
  .shopify-wrapper .col-lg-8 {
    order: -1;
  }
}
@media (max-width: 992px) {
  .shopify-wrapper .content-shopware-content {
    margin-bottom: 24px;
    margin-top: 0px;
  }
}
.shopify-wrapper .content-shopware-content h2 {
  text-align: left;
  font-size: 36px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 20px;
  font-family: "latoblack";
}
@media (max-width: 992px) {
  .shopify-wrapper .content-shopware-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.shopify-wrapper .content-shopware-content pre {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  max-width: unset;
  margin: 0;
}
.shopify-wrapper .questions {
  background: #F8F9FC 0% 0% no-repeat padding-box;
  border-radius: 12px;
  margin: 0;
  padding: 24px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.shopify-wrapper .questions a {
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  font-family: "latoregular";
  padding: 0;
}

.box-shop {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
  background: transparent linear-gradient(111deg, #0A1128 0%, #000000 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 992px) {
  .box-shop {
    padding-bottom: 55px;
    margin-top: 50px;
  }
}
.box-shop .shopware-content-box {
  background: unset;
  padding: 0px;
}
@media (max-width: 1400px) {
  .box-shop .shopware-content-box .col-md-3 {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .box-shop .shopware-content-box .col-md-3 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 16px;
  }
}
.box-shop .shopware-content-box .shopware-box {
  background: rgba(255, 255, 255, 0.1019607843) 0% 0% no-repeat padding-box;
  box-shadow: 8px 26px 26px rgba(0, 77, 255, 0.0784313725);
  border-radius: 12px;
  border: unset;
  margin: 0px;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  min-height: unset;
  padding: 32px 24px;
}
.box-shop .shopware-content-box .shopware-box img {
  height: 35px;
  width: 100%;
  object-fit: contain;
}
.box-shop .shopware-content-box .shopware-box h3 {
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  font-family: "latoblack";
  text-align: center;
  margin-top: 30px;
  margin-bottom: 16px;
}
.box-shop .shopware-content-box .shopware-box pre {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.38px;
  color: #FFFFFF;
  text-align: center;
}
.box-shop .shopware-content-box .title h2 {
  font-size: 36px;
  font-family: "latomedium";
  color: #FFFFFF;
  line-height: 42px;
  margin-bottom: 40px;
  letter-spacing: 0px;
}
@media (max-width: 992px) {
  .box-shop .shopware-content-box .title h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.box-shop .shopware-content-box .title h2 strong {
  color: #C1FF50;
}
.box-shop .shopware-content-box .title pre {
  margin: 0px;
}

.project-step {
  background: #F8F9FC;
  padding-bottom: 60px;
}
.project-step .number-box-wrapper {
  background: unset;
}
.project-step .box-inside {
  margin-top: 40px;
}
.project-step .box-inside .box-wrapper {
  margin-bottom: 1.5rem;
}
.project-step .box-inside .box-wrapper .content {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 8px 26px 26px rgba(0, 77, 255, 0.0784313725);
  border-radius: 12px;
  padding: 24px;
  height: 100%;
}
.project-step .box-inside .box-wrapper .content img {
  height: 40px;
  width: 40px;
  object-fit: contain;
  object-position: left;
}
.project-step .box-inside .box-wrapper .content h3 {
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  letter-spacing: 0px;
  font-family: "latobold";
  margin-bottom: 16px;
  margin-top: 18px;
}
.project-step .box-inside .box-wrapper .content pre {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0.38px;
  font-family: "latoregular";
  margin: 0px;
  max-width: unset;
  padding: 0px;
}
.project-step .title h2 {
  font-family: "latomedium";
  font-size: 36px;
  line-height: 42px;
  color: #000000;
  max-width: 60%;
  margin: auto;
  margin-bottom: 24px;
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .project-step .title h2 {
    max-width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .project-step .title h2 {
    max-width: 100%;
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.project-step .title pre {
  font-family: "latomedium";
  font-size: 16px;
  padding: 0px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  max-width: 60%;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .project-step .title pre {
    max-width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .project-step .title pre {
    max-width: 100%;
  }
}

.our-portfolio .swiper-button-nextt {
  display: none;
}
@media (min-width: 992px) {
  .our-portfolio .swiper-button-nextt {
    display: inherit;
    top: 35%;
    position: absolute;
    right: 5px;
    z-index: 1;
  }
  .our-portfolio .swiper-button-nextt i {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 50%;
    font-size: 21px;
    padding: 5px;
  }
}
.our-portfolio .swiper-button-prevv {
  display: none;
}
@media (min-width: 992px) {
  .our-portfolio .swiper-button-prevv {
    display: inherit;
    top: 35%;
    position: absolute;
    left: 5px;
    z-index: 1;
  }
  .our-portfolio .swiper-button-prevv i {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 50%;
    font-size: 21px;
    padding: 5px;
  }
}

.our-portfolio-shopware, .our-portfolio-shopify {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .our-portfolio-shopware, .our-portfolio-shopify {
    margin-bottom: 60px;
  }
}

.our-portfolio .title-post {
  font-size: 20px;
}
@media (min-width: 992px) {
  .our-portfolio .customized-container {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .our-portfolio .customized-container {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .our-portfolio .customized-container {
    max-width: 1420px;
  }
}
@media (min-width: 992px) {
  .our-portfolio .mySwiperportfolio {
    padding: 0px 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .our-portfolio .mySwiperportfolio {
    overflow: unset;
  }
}
.our-portfolio .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
}
.our-portfolio .swiper-wrapper .swiper-slide .intro-boxes {
  height: 100%;
}

.set-up {
  margin: auto;
  padding-top: 80px;
}
@media (max-width: 992px) {
  .set-up {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .set-up .box:nth-last-of-type(2) {
    border-left: 1px dashed #E0E1E3;
    border-right: 1px dashed #E0E1E3;
  }
}
@media (max-width: 992px) {
  .set-up .box {
    text-align: center;
  }
  .set-up .box pre {
    border-bottom: 1px dashed #E0E1E3;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .set-up .box:last-child pre {
    margin-bottom: 0px;
    padding-bottom: 0;
    border: 0;
  }
}
.set-up .box img {
  height: 42px;
  object-fit: contain;
  width: 100%;
  object-position: left;
}
@media (max-width: 992px) {
  .set-up .box img {
    object-position: center;
  }
}
.set-up .box h2 {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  letter-spacing: 0px;
  font-family: "latoblack";
  margin: 16px 0;
}
.set-up .box pre {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  letter-spacing: 0px;
  font-family: "latoregular";
}

/* Shopware End style*/
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

.blog-intro .title {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .blog-intro .title {
    padding: 60px 0;
  }
}
.blog-intro .title h2 {
  font-size: 56px;
  line-height: 66px;
  color: #000000;
  font-family: "latolight";
  max-width: 70%;
}
@media (max-width: 992px) {
  .blog-intro .title h2 {
    font-size: 36px;
    line-height: 46px;
    max-width: 100%;
  }
}

.blog-item-custom {
  background-color: unset;
}
@media (max-width: 768px) {
  .blog-item-custom {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .blog-item-custom .container {
    max-width: 755px;
  }
}
@media (min-width: 992px) {
  .blog-item-custom .container {
    max-width: 995px;
  }
}
@media (min-width: 1200px) {
  .blog-item-custom .container {
    max-width: 1175px;
  }
}
@media (min-width: 1400px) {
  .blog-item-custom .container {
    max-width: 1415px;
  }
}
.blog-item-custom .latest-post-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.blog-item-custom .latest-post-container .latest-post {
  width: 25%;
  padding: 0 18px;
}
.blog-item-custom .latest-post-container .latest-post:hover {
  box-shadow: unset;
}
@media (max-width: 1199px) {
  .blog-item-custom .latest-post-container .latest-post {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .blog-item-custom .latest-post-container .latest-post {
    width: 100%;
    padding: 0px;
  }
}
.blog-item-custom .latest-post-container .latest-post .inside {
  width: 100%;
}
.blog-item-custom .page-numbers {
  position: relative;
  bottom: 0;
  background-color: unset;
  float: unset;
  margin-left: auto;
  box-shadow: unset;
  padding: 0;
  right: 0px;
  gap: 7px;
  margin-top: 10px;
}
.blog-item-custom .page-numbers li:last-child {
  padding-right: 18px;
}
.blog-item-custom .page-numbers li:last-child a {
  display: inherit !important;
  position: relative;
  font-family: "latomedium";
  margin-left: 10px;
}
.blog-item-custom .page-numbers li .next {
  gap: 15px;
}
.blog-item-custom .page-numbers li .next:after {
  position: relative;
  content: "";
  background-image: url(../../dist/img/arrow-dedic.png);
  width: 12px;
  height: 15px;
  right: 0;
  transform: rotate(-90deg);
  object-fit: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: unset;
  top: 0;
  bottom: unset;
}
.blog-item-custom .page-numbers li .next:hover:after {
  width: 12px;
}
.blog-item-custom .page-numbers li span {
  font-size: 14px;
  font-family: "latoblack";
  line-height: 19px;
}
.blog-item-custom .page-numbers li span::after {
  content: unset !important;
}
.blog-item-custom .page-numbers li .current {
  color: #004DFF;
}
.blog-item-custom .blog-item .attachment-post-thumbnail {
  height: 240px;
  border-radius: 8px;
}
.blog-item-custom .blog-item h3 {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  font-family: "latobold";
  height: unset;
}
.blog-item-custom .blog-item .blog-author-wrapper {
  margin-top: 12px;
  margin-bottom: 12px;
}
.blog-item-custom .blog-item .blog-author-wrapper img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.blog-item-custom .blog-item .blog-author-wrapper pre {
  margin-left: 10px;
  font-size: 12px;
  line-height: 16px;
  font-family: "latobold";
  display: flex;
  margin-bottom: 0px;
  flex-direction: column;
}
.blog-item-custom .blog-item .blog-author-wrapper pre span {
  font-family: "latoregular";
}

.blog-submenu {
  z-index: 0;
}
@media (max-width: 1199px) {
  .blog-submenu .container {
    overflow-x: unset;
  }
}
.blog-submenu .flex h2 {
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  font-family: "latolight";
}
@media (max-width: 992px) {
  .blog-submenu .flex h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .blog-submenu .flex {
    flex-direction: column-reverse;
    gap: 5px;
  }
  .blog-submenu .flex ul {
    width: 100%;
    justify-content: left;
  }
  .blog-submenu .flex h2 {
    width: 100%;
  }
}
.blog-submenu .flex ul {
  display: flex;
  gap: 23px;
  max-height: unset;
}
@media (max-width: 992px) {
  .blog-submenu .flex ul {
    overflow-x: auto;
    padding-bottom: 10px;
  }
}
.blog-submenu .flex ul li a {
  padding: 0;
  margin-right: 0px;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.blog-submenu .flex ul li .active {
  border: unset;
  color: #004DFF;
}

.blog-appoint {
  margin-bottom: 40px;
}

.crmb #crumbs {
  background-color: unset;
  padding: 16px 0;
}
.crmb #crumbs .container {
  color: #000000;
}
.crmb #crumbs .container a {
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  font-family: "latoregular";
}
.crmb #crumbs .container .current {
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  font-family: "latosemibold";
}

.single-blog {
  background-color: unset !important;
}
@media (max-width: 1199px) {
  .single-blog .min-read {
    margin-top: 24px;
  }
}
.single-blog .min-read p {
  gap: 10px;
  display: flex;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  font-family: "latomedium";
  position: relative;
}
.single-blog .min-read p::before {
  position: relative;
  content: "";
  background-image: url(../../dist/img/clock.png);
  display: flex;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.single-blog .post-date {
  margin-top: 10px;
  font-family: "latoregular";
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.single-blog .share-buttons {
  display: flex;
  gap: 12px;
}
.single-blog .share-buttons a i {
  display: flex;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
.single-blog .share-buttons a .fa-facebook {
  background-image: url("../../../../../wp-content/uploads/2023/02/Group-4210.png");
}
.single-blog .share-buttons a .fa-twitter {
  background-image: url("../../../../../wp-content/uploads/2023/02/Group-4215.png");
}
.single-blog .share-buttons a .fa-linkedin {
  background-image: url("../../../../../wp-content/uploads/2023/02/Group-4214.png");
}
.single-blog .img-thumb {
  height: 437px;
}
@media (max-width: 992px) {
  .single-blog .img-thumb {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .single-blog .img-thumb {
    height: 180px;
  }
}
.single-blog .img-thumb img {
  border-radius: 8px;
}
.single-blog pre {
  font-family: "latoregular";
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  letter-spacing: 0px;
  margin-bottom: 0;
  white-space: unset;
}
@media (max-width: 1199px) {
  .single-blog pre {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .single-blog pre {
    font-size: 16px;
    line-height: 26px;
  }
}
.single-blog pre img {
  object-fit: contain;
  height: 400px;
  object-position: left;
}
.single-blog h1 {
  font-size: 40px;
  line-height: 50px;
  font-family: "latomedium";
  color: #000000;
  letter-spacing: 0px;
}
@media (max-width: 992px) {
  .single-blog h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 1199px) {
  .single-blog .rightsd {
    display: flex;
    margin-top: 24px;
    gap: 80px;
  }
}
@media (max-width: 576px) {
  .single-blog .rightsd {
    gap: 50px;
  }
}
.single-blog .rightsd .sharecontent .ttl {
  font-family: "latobold";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 8px;
}
.single-blog .blog-author-wrapper {
  align-items: center;
  margin-bottom: 14px !important;
  margin-top: 24px !important;
}
@media (max-width: 1199px) {
  .single-blog .blog-author-wrapper {
    margin: 0 !important;
    height: 100%;
    align-self: center;
  }
  .single-blog .blog-author-wrapper .userph {
    height: 53px;
    width: 53px;
    display: flex;
    align-items: center;
  }
  .single-blog .blog-author-wrapper .userph img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    margin-bottom: 0px !important;
  }
  .single-blog .blog-author-wrapper pre {
    width: fit-content;
  }
}
.single-blog .blog-author-wrapper img {
  height: 48px !important;
  width: 48px;
  object-fit: contain;
}
.single-blog .blog-author-wrapper pre {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  font-family: "latobold";
  margin: 0;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.single-blog .blog-author-wrapper pre span {
  font-size: 12px;
  font-family: "latoregular";
}
.single-blog .extra-content {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .single-blog .extra-content {
    margin-bottom: 40px;
  }
}
.single-blog .extra-content h2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000000;
  font-family: "latobold";
  margin-bottom: 30px;
  margin-top: 30px;
  letter-spacing: 0px;
}

@media (max-width: 992px) {
  .single-wr {
    margin-bottom: 0;
  }
}

.blog-single-appoint {
  margin-top: 40px;
}
.page-template-ecommercepage{
	padding-top:90px;
}
.page-template-ecommercepage {
  padding-top: 0px !important;
}

.online-mark-page {
  padding: 20px 0;
}
.online-mark-page .mySwiperone .swiper-wrapper .swiper-slide img {
  filter: brightness(0.5);
}

.ecommerce-banner {
  padding-top: 80px;
  height: unset;
}
.ecommerce-banner .ecommerce-banner-content p {
  line-height: 26px;
  font-size: 16px;
  letter-spacing: 0.38px;
  color: #000000;
  font-family: "latoregular";
}
.ecommerce-banner ul {
  margin-top: 0;
  width: 85%;
}
.ecommerce-banner ul li {
  font-family: "latobold";
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.38px;
}
@media (max-width: 1199px) {
  .ecommerce-banner ul {
    width: 100%;
  }
}
.ecommerce-banner p {
  margin-top: 16px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .ecommerce-banner {
    padding-top: 60px;
  }
  .ecommerce-banner .ecommerce-banner-content {
    margin-top: 0px !important;
  }
  .ecommerce-banner .ecommerce-banner-content .ecommerce-banner-info {
    margin-bottom: 40px;
  }
  .ecommerce-banner .ecommerce-banner-content .ecommerce-banner-info ul li:nth-of-type(3) {
    margin-bottom: 34px;
  }
}
@media (max-width: 500px) {
  .ecommerce-banner {
    background-size: contain !important;
    background-position: 0 60% !important;
    background-image: url(/wp-content/uploads/2023/02/hero-mobile.png) !important;
  }
}
.ecommerce-banner .banner-home-contact li form {
  box-shadow: 0px 16px 32px rgba(10, 17, 40, 0.12);
  border-radius: 16px;
  padding: 32px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  max-width: 85%;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .ecommerce-banner .banner-home-contact li form {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .ecommerce-banner .banner-home-contact li form {
    padding: 16px;
  }
}
.ecommerce-banner .banner-home-contact li form .privacy p {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "latolight";
  margin: 0px;
}
.ecommerce-banner .banner-home-contact li form .privacy p span {
  text-decoration: underline;
}
.ecommerce-banner .banner-home-contact li form .banner__contactform-title {
  color: #000000;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  margin-bottom: 8px;
  font-family: "source_sans_pro_bold";
}
@media (max-width: 992px) {
  .ecommerce-banner .banner-home-contact li form .banner__contactform-title {
    margin-bottom: 0px;
  }
}

.ecommerce-banner .banner-home-contact li form .wpcf7-spinner {
  display: none;
}
.ecommerce-banner .banner-home-contact li form .input-rows textarea, .ecommerce-banner .banner-home-contact li form .input-rows input {
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border: 1px solid #F0F3F8;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  font-family: "latoregular";
}
.ecommerce-banner .banner-home-contact li form .input-rows textarea::placeholder, .ecommerce-banner .banner-home-contact li form .input-rows input::placeholder {
  color: rgba(0, 0, 0, 0.5607843137);
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  font-family: "latoregular";
}
.ecommerce-banner .banner-home-contact li form .input-rows input {
  width: 100%;
  height: 46px;
  padding-left: 12px;
}
.ecommerce-banner .banner-home-contact li form .input-rows textarea {
  max-height: 85px;
  width: 100%;
  padding-left: 12px;
  padding-top: 5px;
}

.marketing-service-wrapper p {
  margin-top: 16px;
  margin-bottom: 24px;
  line-height: 24px;
}
.marketing-service-wrapper .col-lg-4 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
    .marketing-service-wrapper .col-lg-4 {
        flex: 0 0 auto;
        width: 50%;
    }
  .marketing-service-wrapper .col-lg-4:last-child {
    margin-bottom: 0px;
  }
}
.marketing-service-wrapper .col-lg-4 .marketing-service-box {
  height: 100% !important;
  margin-bottom: 0;

}
.marketing-service-wrapper .col-lg-4 .marketing-service-box p {
  margin-bottom: 0;
  margin-top: 0px;
}
@media (max-width: 992px) {
  .marketing-service-wrapper .col-lg-4 .marketing-service-box p {
    font-size: 14px;
    letter-spacing: 0.34px;
    line-height: 22px;
  }
}

.client-wrapper-onlinem {
  margin: 120px 0;
}
@media (max-width: 992px) {
  .client-wrapper-onlinem {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .client-wrapper-onlinem .client-info-wrapper {
    max-width: 100% !important;
  }
}
.client-wrapper-onlinem h2, .client-wrapper-onlinem p, .client-wrapper-onlinem ul, .client-wrapper-onlinem .client-info-wrapper {
  max-width: 95%;
}
@media (max-width: 992px) {
  .client-wrapper-onlinem h2, .client-wrapper-onlinem p, .client-wrapper-onlinem ul, .client-wrapper-onlinem .client-info-wrapper {
    max-width: 100%;
  }
}
.client-wrapper-onlinem p {
  letter-spacing: 0.38px;
}
.client-wrapper-onlinem .image-text-box {
  margin-bottom: 0;
}
.client-wrapper-onlinem .image-text-box .image-box-content {
  padding: 8px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 8px 26px 26px rgba(0, 77, 255, 0.08);
  border-radius: 16px;
  margin: 0;
  position: absolute;
  top: 48%;
  left: 0%;
  width: 318px;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .client-wrapper-onlinem .image-text-box .image-box-content {
    top: unset;
    width: 85%;
    left: 50%;
  }
}
.client-wrapper-onlinem .image-text-box .image-box-content .title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-wrapper-onlinem .image-text-box .image-box-content .title span {
  color: #00cc00;
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0.38px;
  line-height: 26px;
  text-align: center;
  font-weight: 900;
  font-family: "latoblack";
}
.client-wrapper-onlinem .image-text-box .image-box-content p {
  padding: 8px 16px;
  border-radius: 21px;
  margin: 0 auto;
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 8px;
  max-width: 100%;
  letter-spacing: 0.34px;
}
.client-wrapper-onlinem .image-text-box .image-box-content h2 {
  max-width: 100%;
}
@media (max-width: 992px) {
  .client-wrapper-onlinem .image-text-box .image-box-content h2 {
    font-size: 18px;
  }
}
.client-wrapper-onlinem .offset-lg-2 {
  align-self: center;
}
@media (max-width: 992px) {
  .client-wrapper-onlinem .offset-lg-2 {
    order: -1;
    margin-bottom: 120px;
  }
}
.client-wrapper-onlinem .client-info-wrapper {
  width: unset;
  gap: 20px;
}
.client-wrapper-onlinem .client-info-wrapper .client-info-box {
  width: 100%;
}
@media (max-width: 992px) {
  .client-wrapper-onlinem .client-info-wrapper .client-info-box {
    margin-bottom: 0px;
  }
}
.client-wrapper-onlinem .client-info-wrapper .client-info-box .title {
  width: 100%;
  display: flex;
}
.client-wrapper-onlinem .client-info-wrapper .client-info-box h2 {
  font-family: "latoblack";
}
@media (max-width: 1399px) {
  .client-wrapper-onlinem .client-info-wrapper .client-info-box h2 {
    font-size: 35px;
  }
}
@media (max-width: 1399px) {
  .client-wrapper-onlinem .client-info-wrapper .client-info-box h2 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .client-wrapper-onlinem .client-info-wrapper .client-info-box h2 {
    font-size: 28px;
  }
}
.client-wrapper-onlinem .client-info-wrapper .client-info-box span {
  letter-spacing: -5px;
  color: #00cc00;
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "latoblack";
}
@media (max-width: 1399px) {
  .client-wrapper-onlinem .client-info-wrapper .client-info-box span {
    font-size: 35px;
  }
}
@media (max-width: 1399px) {
  .client-wrapper-onlinem .client-info-wrapper .client-info-box span {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .client-wrapper-onlinem .client-info-wrapper .client-info-box span {
    font-size: 28px;
    line-height: 34px;
  }
}
.client-wrapper-onlinem .client-info-wrapper .client-info-box span i {
  font-style: unset;
  color: #000000;
}
.client-wrapper-onlinem .client-info-wrapper .client-info-box p {
  font-family: "latobold";
  font-size: 16px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .client-wrapper-onlinem .client-info-wrapper .client-info-box p {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .ecommerce-testimonials-wrapper {
    margin-top: 0px;
  }
}
.ecommerce-testimonials-wrapper h2 {
  font-size: 28px;
  line-height: 42px;
  font-family: "latosemibold";
}
@media (max-width: 992px) {
  .ecommerce-testimonials-wrapper h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.ecommerce-testimonials-wrapper p {
  padding-top: 10px;
  padding-bottom: 24px;
}
.ecommerce-testimonials-wrapper .testimonials-arrow {
  position: absolute;
  width: 100%;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
  z-index: 9;
}
@media (max-width: 992px) {
  .ecommerce-testimonials-wrapper .testimonials-arrow {
    bottom: 0;
  }
}
.ecommerce-testimonials-wrapper .testimonials-arrow .swiper-button-nextt, .ecommerce-testimonials-wrapper .testimonials-arrow .swiper-button-prevv {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ecommerce-testimonials-wrapper .testimonials-arrow .swiper-button-nextt:after, .ecommerce-testimonials-wrapper .testimonials-arrow .swiper-button-prevv:after {
  content: unset;
}
.ecommerce-testimonials-wrapper .testimonials-arrow .swiper-button-nextt i {
  border-radius: 4px;
  font-size: 25px;
  color: #000000;
}
.ecommerce-testimonials-wrapper .testimonials-arrow .swiper-button-prevv i {
  border-radius: 4px;
  color: #000000;
  font-size: 25px;
}
.ecommerce-testimonials-wrapper .ecommerce-testimonials {
  max-width: 75%;
  padding: 32px;
}
@media (max-width: 992px) {
  .ecommerce-testimonials-wrapper .ecommerce-testimonials {
    max-width: 100%;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .ecommerce-testimonials-wrapper .ecommerce-testimonials .testimonial-box .client-name-position img {
    max-height: 15px;
  }
}
.ecommerce-testimonials-wrapper .ecommerce-testimonials .testimonial-box p {
  width: 100%;
  margin-top: 15px;
  padding-top: 0px;
}
.ecommerce-testimonials-wrapper .ecommerce-testimonials .testimonial-box span {
  line-height: 12px;
}

.work-with-us-wrapper {
  background: transparent linear-gradient(108deg, #0A1128 0%, #000000 100%) 0% 0% no-repeat padding-box;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .work-with-us-wrapper {
    border-radius: 0px;
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.work-with-us-wrapper p {
  margin-bottom: 24px;
  font-size: 14px;
  margin-top: 14px;
}
@media (max-width: 1199px) {
  .work-with-us-wrapper .col-lg-3 {
    width: 50%;
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .work-with-us-wrapper .col-lg-3 {
    width: 100%;
  }
  .work-with-us-wrapper .col-lg-3:last-child {
    margin-bottom: 0;
  }
}
.work-with-us-wrapper .col-lg-3 .work-with-us-box {
  margin-top: 0px;
  background: rgba(255, 255, 255, 0.1019607843) 0% 0% no-repeat padding-box;
  box-shadow: 8px 26px 26px rgba(0, 77, 255, 0.0784313725);
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .work-with-us-wrapper .col-lg-3 .work-with-us-box {
    height: 100% !important;
  }
}
.work-with-us-wrapper .col-lg-3 .work-with-us-box img {
  max-height: 42px;
  max-width: 42px;
}
.work-with-us-wrapper .col-lg-3 .work-with-us-box h2 {
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .work-with-us-wrapper .col-lg-3 .work-with-us-box h2 {
    padding-bottom: 0px;
  }
}
.work-with-us-wrapper .col-lg-3 .work-with-us-box p {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .work-with-us-wrapper .col-lg-3 .work-with-us-box p {
    font-size: 14px;
  }
}

.impressum_content h1 {
  text-align: left;
}
.impressum_content h2 {
  display: flex;
  text-align: left;
  justify-content: left;
  font-family: "latoblack";
  font-size: 25px;
  margin-bottom: 30px;
}
.impressum_content h4 {
  justify-content: left;
  text-align: left;
  display: flex;
  font-size: 18px;
  margin-bottom: 20px;
  max-width: 80%;
  margin-right: auto;
}
.impressum_content .subtitle {
  text-align: left;
  justify-content: left;
}

.dedicated-intro {
  padding-bottom: 80px;
}
.dedicated-intro .banner-btn {
  margin-top: 32px;
}

.dedicated-intro .banner-btn li .textwidget {
  width: 100%;
  height: 100%;
}
.dedicated-intro .title {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .dedicated-intro .title {
    padding: 60px 0;
  }
}
.dedicated-intro .title h2 {
  font-size: 56px;
  line-height: 66px;
  color: #000000;
  font-family: "latolight";
  max-width: 70%;
}
@media (max-width: 992px) {
  .dedicated-intro .title h2 {
    font-size: 36px;
    line-height: 46px;
    max-width: 100%;
  }
}

.dedicated-page {
  padding: 0;
}
@media (max-width: 992px) {
  .dedicated-page {
    padding: 20px 0;
  }
}
.dedicated-page .mySwiperone .swiper-wrapper .swiper-slide img {
  filter: brightness(0.5);
}

.dedicated-consulting {
  background: unset;
}

.dedicated-page-services {
  margin-top: 32px;
}
.dedicated-page-services p {
  max-width: 50%;
  margin: auto;
  margin-bottom: 32px;
  margin-top: 16px;
  color: var(--Neutral-colorNeutralDark200, #777E84);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
}
@media (max-width: 992px) {
  .dedicated-page-services p {
    max-width: 70%;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .dedicated-page-services p {
    max-width: 100%;
  }
}
.dedicated-page-services .marketing-service-box p {
  max-width: 100%;
  margin: 0;
}

.shopify-wrapper ul {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.shopify-wrapper .tab-content > .tab-pane {
  display: none;
}
.shopify-wrapper .tab-content > .active {
  display: block;
}

.prod-analyze-banner {
  background-image: unset !important;
}
.prod-analyze-banner h2 {
  font-family: "latolight" !important;
}
.prod-analyze-banner h2 span {
  font-family: "latobold" !important;
}
.prod-analyze-banner .online-mark-page {
  padding: 20px 0;
}

.ui-ux-analyse {
  padding-top: 80px;
  padding-bottom: 80px;
  background: transparent linear-gradient(293deg, rgba(248, 249, 252, 0) 0%, #F8F9FC 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 992px) {
  .ui-ux-analyse {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .ui-ux-analyse .col-md-5 .seo_subheading {
    padding-top: 0px;
  }
}
@media (max-width: 992px) {
  .ui-ux-analyse .col-md-7 img {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .ui-ux-analyse .seo_list {
    flex-direction: column;
  }
}
.ui-ux-analyse .seo_list:first-of-type {
  margin-bottom: 60px;
}
.ui-ux-analyse .seo_list .seo-listt {
  width: 50%;
}
.ui-ux-analyse .seo_list ul li {
  font-family: "latobold";
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.38px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  margin-bottom: 10px;
  padding-left: 5px;
}
.ui-ux-analyse .seo_list ul li:before {
  content: "";
  width: 12px;
  height: 24px;
  display: block;
  background: #c1ff50;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-ux-analyse .py-20 {
  padding: 0;
}
.ui-ux-analyse .seo_title {
  font-family: "latomedium";
  font-size: 36px;
  line-height: 42px;
  color: #000000;
  text-align: center;
  max-width: 60%;
  margin: auto;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .ui-ux-analyse .seo_title {
    text-align: left;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .background-black .py-20 {
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  .background-black .pagespeed_image {
    margin-top: 30px;
  }
}
.background-black .title_codereview {
  font-family: "latomedium";
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
}
.background-black .description_codereview {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.38px;
  font-family: "latoregular";
}
.background-black .green-tick ul li {
  font-family: "latobold";
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.38px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  margin-bottom: 10px;
  align-items: center;
  gap: 5px;
  padding-left: 30px;
}
.background-black .green-tick ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url("../../../../../wp-content/uploads/2023/02/Group-791@2x.png");
  display: flex;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 992px) {
  .analyse-ssection .pagespeed_image {
    margin-top: 30px;
  }
}
.analyse-ssection .title_pagespeed {
  font-family: "latomedium";
  font-size: 36px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 20px;
  overflow-wrap: break-word;
}
.analyse-ssection .description_pagespeed {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.38px;
  color: #000000;
  font-family: "latoregular";
}
.analyse-ssection .green-tick ul li {
  font-family: "latobold";
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.38px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  margin-bottom: 10px;
  padding-left: 5px;
}
.analyse-ssection .green-tick ul li:before {
  content: "";
  width: 12px;
  height: 24px;
  display: block;
  background: #c1ff50;
  z-index: -1;
  position: absolute;
  left: 0;
}

.seo-services-sections {
  padding-top: 115px;
  padding-bottom: 80px;
  background: transparent linear-gradient(293deg, rgba(248, 249, 252, 0) 0%, #F8F9FC 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 992px) {
  .seo-services-sections {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .seo-services-sections .col-md-7 {
    width: 100%;
  }
  .seo-services-sections .col-md-7 img {
    margin-top: 30px;
  }
}
.seo-services-sections .col-md-5 {
  align-self: center;
}
@media (max-width: 992px) {
  .seo-services-sections .col-md-5 {
    width: 100%;
  }
}
.seo-services-sections .freeconsulation-wrapper-analyse {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .seo-services-sections .freeconsulation-wrapper-analyse {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.seo-services-sections .seo_title {
  font-family: "latomedium";
  font-size: 36px;
  line-height: 42px;
  color: #000000;
  text-align: center;
  max-width: 60%;
  margin: auto;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .seo-services-sections .seo_title {
    font-size: 24px;
    line-height: 34px;
    max-width: 100%;
    text-align: left;
  }
}
.seo-services-sections p {
  margin: 0;
}
.seo-services-sections .py-20 {
  padding-top: 0px;
  padding-bottom: 0;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .seo-services-sections .py-20 .row {
    flex-direction: column;
    display: flex;
  }
}
.seo-services-sections .seo_subheading {
  text-align: left;
  font-family: "latoregular";
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .seo-services-sections .seo_list {
    flex-direction: column;
  }
}
.seo-services-sections .seo_list:first-of-type {
  margin-bottom: 60px;
}
.seo-services-sections .seo_list .seo-listt {
  width: 50%;
}
@media (max-width: 992px) {
  .seo-services-sections .seo_list ul {
    width: 100%;
  }
}
.seo-services-sections .seo_list ul li {
  font-family: "latobold";
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.38px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  margin-bottom: 10px;
  padding-left: 5px;
}
.seo-services-sections .seo_list ul li:before {
  content: "";
  width: 12px;
  height: 24px;
  display: block;
  background: #c1ff50;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .work .work__wrapper {
    flex-direction: column-reverse;
  }
}
.work .work__wrapper .work__content {
  margin-top: 32px;
}
@media (max-width: 1199px) {
  .work .work__wrapper .work__content {
    margin-top: 12px;
  }
}
.work .work__image img:first-child {
  display: inherit !important;
  object-fit: contain;
  max-height: 500px;
}
@media (min-width: 992px) {
  .work .work__image img:first-child {
    padding-left: 40px;
  }
}
.work .work__image img:last-child {
  display: none;
}
.work .work__wrapper h1 {
  margin: 0;
}
.work .work__wrapper h2 {
  font-family: "latolight";
  font-size: 46px;
  line-height: 56px;
  color: #000000;
  margin: 0;
}
@media (max-width: 992px) {
  .work .work__wrapper h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
.work .work__wrapper h2 strong {
  font-family: "latobold";
}
.work .work__wrapper p {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  letter-spacing: 0.38px;
  margin-bottom: 40px;
  margin-top: 24px;
}
.work .work__wrapper .work__button:before, .work .work__wrapper .work__button:after {
  content: unset;
}

.more-c {
  background: #F8F9FC;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .more-c {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}
.more-c .row .more__content {
  align-self: center;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .more-c .row .more__content {
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: 30px;
  }
}
.more-c .row .more__content h2 {
  font-family: "latolight";
  font-size: 32px;
  line-height: 42px;
  color: #000000;
  margin: 0;
}
@media (max-width: 992px) {
  .more-c .row .more__content h2 {
    font-size: 28px;
  }
}
.more-c .row .more__content h2 strong {
  font-family: "latobold";
}
.more-c .row .more__content p {
  margin-bottom: 40px;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .more-c .row .more__content p {
    margin-bottom: 32px;
    margin-top: 20px;
  }
}
.more-c .row .more__content .more__content-link {
  font-size: 14px;
  color: #004DFF;
  line-height: 17px;
  letter-spacing: 0px;
  background: 0;
  padding: 0;
}
.more-c .row .more__content .more__content-link:after {
  background-image: url(../../dist/img/arrow-up-right.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  background-size: contain;
  left: unset;
  right: -22px;
  border-radius: 0px;
  bottom: 2px;
}
.more-c .row .more__content .more__content-link:before {
  content: unset;
}
.more-c .row .more__image {
  max-height: 374px;
}
@media (max-width: 576px) {
  .more-c .row .more__image {
    max-height: 191px;
  }
}
.more-c .row .more__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.about-c {
  background: transparent linear-gradient(114deg, #0A1128 0%, #000000 100%) 0% 0% no-repeat padding-box;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .about-c {
    padding: 60px 0;
  }
}
.about-c .about__wrapper {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 992px) {
  .about-c .about__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .about-c .about__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
  }
}
.about-c .about__wrapper .scrollTolink {
  border-radius: 12px;
}
.about-c .about__wrapper .scrollTolink .about__box {
  background: #C1FF50 0% 0% no-repeat padding-box;
  box-shadow: 8px 26px 26px rgba(0, 77, 255, 0.0784313725);
  border-radius: 12px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding: 16px;
}
@media (max-width: 768px) {
  .about-c .about__wrapper .scrollTolink .about__box {
    align-items: end;
    min-height: 125px;
    justify-content: space-between;
  }
}
.about-c .about__wrapper .scrollTolink .about__box h2 {
  text-align: left;
  margin-right: 15px;
  color: #000000;
}
@media (max-width: 992px) {
  .about-c .about__wrapper .scrollTolink .about__box h2 {
    margin-right: 30px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.about-c .about__wrapper .scrollTolink .about__box .about__box-img {
  margin-bottom: 0px;
  align-items: center;
  display: flex;
  width: 35px;
  height: 20px;
}
@media (max-width: 992px) {
  .about-c .about__wrapper .scrollTolink .about__box .about__box-img {
    width: 30px;
  }
}
.about-c .about__wrapper .scrollTolink .about__box .about__box-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.about-c .about__wrapper .about__box {
  background: rgba(255, 255, 255, 0.1019607843) 0% 0% no-repeat padding-box;
  box-shadow: 8px 26px 26px rgba(0, 77, 255, 0.0784313725);
  border-radius: 12px;
}
@media (max-width: 992px) {
  .about-c .about__wrapper .about__box {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .about-c .about__wrapper .about__box {
    min-height: 125px;
  }
}
.about-c .about__wrapper .about__box .about__box-img {
  margin-bottom: 14px;
}
.about-c .about__wrapper .about__box .about__box-img img img {
  object-fit: contain;
  width: 42px;
  height: 42px;
}
.about-c .about__wrapper .about__box .about__box-title {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 21px;
}
@media (max-width: 768px) {
  .about-c .about__wrapper .about__box .about__box-title {
    margin-right: unset;
    max-width: 50%;
    margin: auto;
  }
}
@media (max-width: 450px) {
  .about-c .about__wrapper .about__box .about__box-title {
    margin-right: unset;
    max-width: 65%;
    margin: auto;
  }
}
.about-c .about__text {
  color: white;
  text-align: left;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  max-width: 90%;
}
@media (max-width: 992px) {
  .about-c .about__text {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.about-c .about__title {
  font-size: 32px;
  line-height: 42px;
  color: white;
  text-align: left;
  font-family: "latolight";
  margin-bottom: 24px;
  max-width: 90%;
}
@media (max-width: 992px) {
  .about-c .about__title {
    font-size: 28px;
    line-height: 38px;
    max-width: 100%;
  }
}
.about-c .about__title strong {
  font-family: "latobold";
}
.unsere_jobs {
  background: rgba(248, 249, 252, 0.8);
  padding: 80px 0;
}
@media (max-width: 992px) {
  .unsere_jobs {
    padding: 60px 0;
  }
}
.unsere_jobs .title-sub h1 {
  font-family: "latolight";
  font-size: 32px;
  line-height: 42px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .unsere_jobs .title-sub h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
.unsere_jobs .title-sub h1 strong {
  font-family: "latobold";
}
.unsere_jobs .title-sub h2 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.38px;
  color: #000000;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 46px;
  font-family: "latoregular";
}
@media (max-width: 992px) {
  .unsere_jobs .title-sub h2 {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 22px;
  }
}
.unsere_jobs nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .unsere_jobs nav {
    flex-direction: column;
  }
}
.unsere_jobs nav ul {
  display: flex;
  gap: 24px;
}
@media (max-width: 1199px) {
  .unsere_jobs nav ul {
    width: 100%;
    justify-content: unset;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .unsere_jobs nav ul {
    justify-content: unset;
  }
}
.unsere_jobs nav ul li {
  display: flex;
  align-items: center;
}
.unsere_jobs nav ul li:first-child {
  order: -1;
}
.unsere_jobs nav ul li:nth-of-type(2) {
  order: 0;
}
.unsere_jobs nav ul li:nth-of-type(3) {
  order: -1;
}
.unsere_jobs nav ul li:nth-of-type(4) {
  order: 3;
}
.unsere_jobs nav ul li a {
  font-family: "latobold";
  font-size: 14px;
  line-height: 17px;
}
.unsere_jobs nav ul li .active {
  color: #004DFF;
}
.unsere_jobs nav h3 {
  font-family: "latolight";
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
@media (max-width: 1199px) {
  .unsere_jobs nav h3 {
    order: 1;
    text-align: left;
    margin-top: 25px;
    width: 100%;
  }
}
.unsere_jobs .tab-content > .tab-pane {
  display: none;
}
.unsere_jobs .tab-content > .active {
  display: block;
}
.unsere_jobs .tab-pane .all {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .unsere_jobs .tab-pane .all {
    margin-top: 16px;
  }
}
.unsere_jobs .tab-pane .accordion {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 10px rgba(0, 77, 255, 0.0431372549);
  border-radius: 12px;
  margin-bottom: 10px;
}
.unsere_jobs .tab-pane .accordion:last-child {
  margin-bottom: 0px;
}
.unsere_jobs .tab-pane .accordion .head {
  padding: 16px 24px;
  cursor: unset;
}
@media (max-width: 768px) {
  .unsere_jobs .tab-pane .accordion .head {
    padding: 16px;
  }
}
.unsere_jobs .tab-pane .accordion .head .head-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: unset;
}
@media (max-width: 768px) {
  .unsere_jobs .tab-pane .accordion .head .head-title {
    flex-direction: column;
    gap: 20px;
  }
}

.unsere_jobs .tab-pane .accordion .head .head-title .leftside-content {
  flex-direction: column;
  display: flex;
}
.unsere_jobs .tab-pane .accordion .head .head-title .leftside-content span {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 8px;
}
.unsere_jobs .tab-pane .accordion .head .head-title .leftside-content .three-undertitle {
  display: flex;
  gap: 5px;
}
.unsere_jobs .tab-pane .accordion .head .head-title .leftside-content .three-undertitle pre {
  border-right: 1px solid #000000;
  height: 12px;
  padding-right: 5px;
  align-items: center;
  display: flex;
  font-family: "latoregular";
  line-height: 17px;
  opacity: 0.8;
  font-weight: unset;
}
.unsere_jobs .tab-pane .accordion .head .head-title .leftside-content .three-undertitle pre:last-child {
  border-right: unset;
}

@media (max-width: 1199px) {
  .single .job .job__wrapper {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .single .job .job__wrapper {
    gap: 40px;
    flex-direction: column;
  }
}
.single .job .job__wrapper .job__form .job__form-wrapper {
  max-width: 100%;
}
.single .job .job__wrapper .job__content h1 {
  font-family: "latoblack";
}
.single .job .job__wrapper .job__content .title__changes h2 {
  font-family: "latoblack";
}
.single .job .job__wrapper .job__content .job__content-cv h2 {
  font-family: "latoblack";
}
.single .job .job__wrapper .job__content .job__content-cv .first {
  font-family: "latoregular";
}
.single .job .job__wrapper .job__content .job__content-cv h3 {
  font-family: "latoblack";
}
.single .job .job__wrapper .job__content .job__content-description .cont:last-child {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2352941176);
  padding-bottom: 30px;
  margin-bottom: 24px;
}
.single .job .job__wrapper .job__content .job__content-description .cont:last-child p {
  margin-bottom: 0;
}
.single .job .job__wrapper .job__content .job__content-description p {
  position: relative;
  padding-left: 5px;
  margin-bottom: 20px;
  font-family: "latoregular";
}
.single .job .job__wrapper .job__content .job__content-description p:before {
  content: "";
  width: 12px;
  height: 24px;
  display: block;
  background: #c1ff50;
  z-index: -1;
  position: absolute;
  border-radius: unset;
  margin-right: unset;
  left: 0;
}
.single .job .job__wrapper .job__content .three-undertitle {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .single .job .job__wrapper .job__content .three-undertitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .single .job .job__wrapper .job__content .three-undertitle {
    flex-direction: column;
    gap: unset;
  }
  .single .job .job__wrapper .job__content .three-undertitle div {
    width: 100%;
    margin-bottom: 10px;
  }
  .single .job .job__wrapper .job__content .three-undertitle div:last-child {
    margin-bottom: 0;
  }
}
.single .job .job__wrapper .job__content .three-undertitle div {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: center;
}
.single .job .job__wrapper .job__content .three-undertitle div pre {
  margin-bottom: 0;
}

.team-slider {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .team-slider {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}
.team-slider .teamslider-title {
  font-family: "latolight";
  font-size: 32px;
  line-height: 42px;
  color: #000000;
  max-width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .team-slider .teamslider-title {
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .team-slider .teamslider-title {
    max-width: 70%;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .team-slider .teamslider-title {
    max-width: 100%;
  }
}
.team-slider .teamslider-title strong {
  font-family: "latobold";
}
.team-slider .mySwiperteam .teamslider-arrow {
  position: relative;
  width: 100px;
  margin-left: auto;
  height: 40px;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .team-slider .mySwiperteam .teamslider-arrow {
    margin: auto;
    width: 95px;
    margin-top: 24px;
  }
}
.team-slider .mySwiperteam .teamslider-arrow .swiper-button-nextt {
  display: flex;
  top: 0;
  position: relative;
  right: 0;
  z-index: 1;
  width: 25px;
  height: 25px;
  background-image: url(../../dist/img/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.team-slider .mySwiperteam .teamslider-arrow .swiper-button-prevv {
  display: flex;
  top: 0;
  position: relative;
  right: 0;
  z-index: 1;
  width: 25px;
  height: 25px;
  transform: rotate(180deg);
  background-image: url(../../dist/img/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.team-slider .mySwiperteam .swiper-slide .slide {
  height: 274px;
}
.team-slider .mySwiperteam .swiper-slide .slide img {
  object-fit: cover;
  width: 100%;
  border-radius: 12px;
  height: 100%;
}

.benefits-c {
  background: #FFFFFF;
}
@media (max-width: 992px) {
  .benefits-c {
    padding: 60px 0;
  }
}
.benefits-c .row .benefits__content .benefits__content-box {
  margin-bottom: 40px;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .benefits-c .row .benefits__content .benefits__content-box {
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-bottom: 50px;
  }
}
.benefits-c .row .benefits__content .benefits__content-box:nth-last-child(-n+2) {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .benefits-c .row .benefits__content .benefits__content-box:nth-last-child(-n+2) {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .benefits-c .row .benefits__content .benefits__content-box:last-child {
    margin-bottom: 0px;
  }
}
.benefits-c .row .benefits__content .benefits__content-box p {
  font-size: 16px;
  line-height: 22px;
  font-family: "latoregular";
}
@media (max-width: 992px) {
  .benefits-c .row .benefits__content .benefits__content-box p {
    text-align: center;
    margin: 0;
    padding-left: 0;
  }
}
.benefits-c .row .benefits__content .benefits__content-box h2 {
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 26px;
  font-family: "latoblack";
}
@media (max-width: 992px) {
  .benefits-c .row .benefits__content .benefits__content-box h2 {
    align-items: center;
    margin-bottom: 16px;
  }
}
.benefits-c .row .benefits__content .benefits__content-box h2 img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.benefits-c .row .benefits__title {
  font-size: 32px;
  line-height: 42px;
  color: #000000;
  font-family: "latolight";
  text-align: left;
  align-self: flex-start;
}
@media (max-width: 992px) {
  .benefits-c .row .benefits__title {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 50px;
  }
  .benefits-c .row .benefits__title h2 {
    margin-bottom: 12px;
  }
}
.benefits-c .row .benefits__title strong {
  font-family: "latobold";
}
.benefits-c .row .benefits__title .benefits__text {
  text-align: left;
  line-height: 24px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .benefits-c .row .benefits__title .benefits__text {
    text-align: center;
    max-width: 70%;
    margin: auto;
  }
}
@media (max-width: 576px) {
  .benefits-c .row .benefits__title .benefits__text {
    max-width: 95%;
  }
}

@media (max-width: 992px) {
  .landing__us {
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  .landing__us .row {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .landing__us .row .landing__us-map {
    flex: 0 0 auto;
  }
}
.landing__us .row .landing__us-map iframe {
  border: 6px solid rgba(0, 77, 255, 0.1607843137) !important;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .landing__us .row .landing__us-map iframe {
    height: 277px;
  }
}
@media (min-width: 992px) {
  .landing__us .row .landing__us-content {
    flex: 0 0 auto;
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .landing__us .row .landing__us-content {
    margin-top: 32px;
  }
}
.landing__us .row .landing__us-content .landing__us-content-box .landing__us-content-links {
  gap: 12px;
}
.landing__us .row .landing__us-content .landing__us-content-box .landing__us-content-links a {
  color: #232633;
  font-size: 18px;
  font-display: swap;
  font-family: "Lato-Bold";
  line-height: 28px;
  letter-spacing: 0px;
}
.landing__us .row .landing__us-content .landing__us-content-box .landing__us-content-links a:nth-of-type(1) span {
  background-image: url(../../../../../wp-content/uploads/2023/02/Group-4214.png);
  width: 24px;
  height: 24px;
  display: flex;
}
.landing__us .row .landing__us-content .landing__us-content-box .landing__us-content-links a:nth-of-type(2) span {
  background-image: url(../../../../../wp-content/uploads/2023/02/Group-4210.png);
  width: 24px;
  height: 24px;
  display: flex;
}
.landing__us .row .landing__us-content .landing__us-content-box .landing__us-content-links a:last-child span {
  background-image: url(../../../../../wp-content/uploads/2023/02/Group-4215.png);
  width: 24px;
  height: 24px;
  display: flex;
}
.landing__us .row .landing__us-content .landing__us-content-box p {
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  font-family: "latoregular";
}

@media (max-width: 768px) {
  .landing__us .row .landing__us-content .landing__us-content-box .landing__us-content-link {
    margin-top: 24px;
  }
}
.landing__us .row .landing__us-content .landing__us-content-box .landing__us-content-link:before, .landing__us .row .landing__us-content .landing__us-content-box .landing__us-content-link:after {
  content: unset;
}

.archive-jobposts {
  background: white;
}
.archive-jobposts .title-sub h2 {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

form .wpcf7-response-output {
  margin-top: 15px !important;
}

.archive .latest-post-wrapper .latest-post-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* .archive:not(.term-news):not(.term-events) .latest-post-wrapper .latest-post-container .latest-post {
  width: 16%;
}
@media (max-width: 1400px) {
  .archive:not(.term-news):not(.term-events) .latest-post-wrapper .latest-post-container .latest-post {
    width: 19%;
  }
}
@media (max-width: 1199px) {
  .archive:not(.term-news):not(.term-events) .latest-post-wrapper .latest-post-container .latest-post {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .archive:not(.term-news):not(.term-events) .latest-post-wrapper .latest-post-container .latest-post {
    width: 24%;
  }
  .archive:not(.term-news):not(.term-events) .latest-post-wrapper .latest-post-container .latest-post h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .archive:not(.term-news):not(.term-events) .latest-post-wrapper .latest-post-container .latest-post {
    width: 49%;
    padding: 10px;
  }
} */

.place-desc-large {
  display: none !important;
}

.w-100p {
  width: 100%;
}

.desk-height {
  height: 778px;
}

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

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

#navbarNav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

body {
  overflow-x: hidden;
}

/*Footer*/

footer .logos-clients {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 992px) {
  footer .logos-clients {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  footer .logos-clients {
    justify-content: space-around;
  }
}
footer .logos-clients .logo {
  width: 120px;
  height: 40px;
}
footer .logos-clients .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: contrast(0.2);
}
@media (max-width: 576px) {
  footer .logomob-custom {
    margin-bottom: 0 !important;
  }
}
footer hr {
  margin-top: 40px;
  border: 0;
  border-bottom: 2px solid #E5E5E5;
}
@media (max-width: 992px) {
  footer hr {
    margin-bottom: 28px;
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  footer .mob-width {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  footer .mob-width {
    width: 100%;
  }
  footer .mob-width ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
footer .f-custom {
  margin-bottom: 0px !important;
}
@media (max-width: 992px) {
  footer .custom-f {
    margin-bottom: 0px !important;
  }
  footer .custom-f pre {
    margin-top: 21px;
    margin-bottom: 10px !important;
  }
}
footer .custom-f pre, footer .custom-f ul {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  footer .custom-f {
    order: unset !important;
  }
}
@media (max-width: 992px) {
  footer .custom-f {
    justify-content: flex-start;
    display: flex;
  }
}
@media (min-width: 993px) and (max-width: 1399px) {
  footer .custom-f .privacy-policy {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) and (max-width: 1398px) {
  footer .custom-f .footer-icon-partner {
    justify-content: flex-start;
  }
}
footer ul li a {
  font-family: "latoregular";
  color: #000000;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 0;
}
@media (max-width: 576px) {
  footer .row {
    display: block;
  }
  footer .row .custom-f {
    display: flex;
  }
  footer .row .f-custom {
    margin-bottom: 0 !important;
  }
}
footer .address-wrapper pre {
  line-height: 30px;
  font-size: 14px;
  font-family: "latoregular";
  color: #000000;
}
@media (min-width: 1400px) {
  footer .address-wrapper {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    text-align: right;
  }
  footer .address-wrapper .logo {
    display: flex;
    justify-content: flex-end;
  }
  footer .address-wrapper .footer-address {
    text-align: right;
  }
}
footer .address-wrapper a {
  margin-top: 0px !important;
  color: #000000;
  font-family: "latoregular";
  font-size: 14px;
}
footer .address-wrapper .logo {
  margin-bottom: 30px;
}
footer .address-wrapper .logo li {
  width: 162px;
  height: 24px;
}
footer .address-wrapper .logo li img {
  width: 100%;
  height: 100%;
}
footer .footer-icon-partner li .flex {
  gap: 10px;
}
footer .footer-icon-partner li .flex a {
  color: #232633;
  font-size: 18px;
  font-display: swap;
  font-family: "Lato-Bold";
  line-height: 28px;
  letter-spacing: 0px;
}
footer .footer-icon-partner li .flex a:nth-of-type(1) span {
  background-image: url(../../../../../wp-content/uploads/2023/02/Group-4214.png);
  width: 24px;
  height: 24px;
  display: flex;
}
footer .footer-icon-partner li .flex a:nth-of-type(2) span {
  background-image: url(../../../../../wp-content/uploads/2023/02/Group-4210.png);
  width: 24px;
  height: 24px;
  display: flex;
}
footer .footer-icon-partner li .flex a:last-child span {
  background-image: url(../../../../../wp-content/uploads/2023/02/Group-4215.png);
  width: 24px;
  height: 24px;
  display: flex;
}
/*Footer END*/
/*Moved from Dashboard START*/
.banner__section-new .content .center .bottom-line .rights h3 strong {
  display: unset;
}
@media screen and (min-width:768px) and (max-width:992px){
	.marketing-partner-logo .slick-slide img{
	max-width:70px;
		min-height:unset;
}
}
@media screen and (min-width:510px) and (max-width:768px){
	.ecommerce-testimonials-wrapper{
		margin-top:100px;
	}
}
.banner-home-contactform .submit-contact{
	color:#000000;
}
@media screen and (min-width:500px) and (max-width:1024px){
	.ecommerce-banner{
    background-position: 40%;
	}
}
@media screen and (max-width:500px){
	.ecommerce-banner{
	    background-repeat: no-repeat;
    background-size: cover;
    background-position: 53.5% 200px;
	}
}
.client-wrapper .image-text-box .image-box-content p{
	font-family:"latobold";
}
.client-wrapper .image-text-box .image-box-content span{
	font-family:"latoregular";
}
.client-wrapper .image-text-box .image-box-content h2{
	font-family:"latoblack";
}
.ecommerce-testimonials-wrapper h2{
	font-family:"latosemibold";
}
.ecommerce-testimonials-wrapper p{
		font-family:"latoregular";
}
.ecommerce-testimonials-wrapper .ecommerce-testimonials p{
			font-family:"latoregular";
}
.ecommerce-testimonials-wrapper .ecommerce-testimonials .client-name-position p{
		font-family:"latobold";
}
.work-with-us-wrapper h2{
		font-family:"latosemibold";
}
.work-with-us-wrapper p{
	font-family:"latoregular";
}
.work-with-us-wrapper .work-with-us-box h2{
	font-family:"latobold";
}
.work-with-us-wrapper .work-with-us-box p{
				font-family:"latoregular";
}
.process-wrapper h2{
			font-family:"latosemibold";
}
.process-wrapper p{
	font-family:"latoregular";
}
.process-wrapper .process-box span{
				font-family:"latosemibold";
}
.process-wrapper .process-box h2{
	font-family:"latobold";
}
.process-wrapper .process-box p{
		font-family:"latoregular";
}
.banner-home-contactform form p{
			font-family:"latoregular";
}
.ecommerce-banner-content h2{
	font-family:"latoregular";
}
.ecommerce-banner-content p{
	font-family:"latoregular";
}
.ecommerce-banner-content h2 span{
	font-family:"latoblack";
}
.ecommerce-banner ul li span{
	font-family:"latobold";
}
.marketing-service-wrapper h2{
		font-family:"latosemibold";
}
.marketing-service-wrapper p{
		font-family:"latoregular";
}
.marketing-service-wrapper .marketing-service-box h2{
	font-family:"latobold";
	margin-bottom:10px;
}
.marketing-service-wrapper .marketing-service-box p{
	font-family:"latoregular";
}
.freeconsulation-wrapper .freeconsulation-box h2{
		font-family:"latoblack";
}
.freeconsulation-wrapper .freeconsulation-box p{
			font-family:"latoregular";
}
.freeconsulation-wrapper .freeconsulation-box a{
	font-family:"latoblack";
}
.client-wrapper h2{
	font-family:"latosemibold";
}
.client-wrapper p{
				font-family:"latoregular";
}
.client-wrapper ul li span{
		font-family:"latobold";
}
.banner-home-contactform{
	background:white;
}
.work-with-us-wrapper .work-with-us-box{
	height:100%;
}
.marketing-service-wrapper .marketing-service-box{
	height:90%;
}
.ecommerce-banner ul li:before{
	z-index:1;
}
.ecommerce-banner ul li span{
	z-index:2;
}
.freeconsulation-wrapper .freeconsulation-box h2{
	font-size:32px;
}

.ecommerce-testimonials-wrapper .ecommerce-testimonials .client-name-position img{
	max-width:100px;
}
.ecommerce-testimonials-wrapper .ecommerce-testimonials p{
	width:90%;
}
@media screen and (max-width: 992px) {
  .seo-wrapper .why-seo h1 {
      line-height: 30px !important;
      font-size: 32px !important;
      margin-bottom: 15px !important;
  }
    .new-shopware-add .new-add-text {
      text-align: center;
      justify-content: center;
  }
    .blog-submenu ul{
      overflow: scroll;
      justify-content: flex-start;
  }
  }
    .seo-wrapper .why-seo h1 {
      text-align: center;
      font-size: 38px;
      line-height: 54px;
      font-weight: 900;
      margin-bottom: 10px;
  }
  .latest-post-wrapper h1 {
      font-size: 36px;
      font-family: "source_sans_pro_black";
      margin-bottom: 40px;
  }
  .reference-single-wrapper h3 {
      font-size: 24px;
      line-height: 31px;
      color: #ffffff;
      font-family: "source_sans_pro_semibold";
      margin-bottom: 16px;
  }
  .new-shopware-add img.img-possition {
    bottom: 0;
      max-width: 200px;
  }
  .new-shopware-add h2 {
      color: #FFFFFF;
      font-size: 36px;
      line-height: 42px;
  }
  
  .services-wrapper .services-item a{
    color:inherit;
  }
  .single-blog-container pre a {
      color: #004dff;
  }
  @media screen and (min-width:1222px) and (max-width:1392px){
    .blog-social-media > a img{
      height:160px;
    }
    .contact_form .pipedriveWebForms{
      padding:30px 30px;
  }
  }
  .input-has-value-ecommerce{
    pointer-events:none;
    user-select:none;
  }
  .banner-home-contactform .wpcf7-spinner{
    display:none;
  }
  .banner-home-contactform .wpcf7-response-output{
    margin:0;
  }
  .ecommerce-banner{
      background-image:url("/wp-content/uploads/2022/10/hero.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 100px;
  }
  @media screen and (min-width:768px) and (max-width:1023px){
    .new-parners-container img{
      width:-webkit-fill-available;
    }
    .slick-slide img{
      width:175px;
    }
    .slick-slide{
      display:flex;
      align-items:center;
    }
    .slick-slide img{
      min-height:70px;
    }
  }
  @media screen and (min-width:1024px) and (max-width:1199px){
      .contact-us .row{
      --bs-gutter-x: 0;
    }
    .new-projects-box img{
      max-width:240px;
    }
    .img-possition{
      display:none;
    }
    .numers-hiring{
      display:none;
    }
    .hiring-box{
      flex-direction:column;
    }
    .hiring-rigth,.hiring-left{
      width:100%;
      margin-top:0;
    }
    .why-us-wrapper .whyusbox:last-child .content-wrapper{
      margin-bottom:25px;
    }
    .why-us-wrapper .whyusbox .content-wrapper::after{
      display:none;
    }
    .new-add-text{
      justify-content:center;
    }
    .new-add-text a{
      width:100%;
      text-align:center;
    }
    .hiring-wrapper h3{
      font-size: 37px;
      line-height: 50px;
    }
  }
  
    @media screen and (min-width:1200px) and (max-width:1399px){
      .left-bottom::after{
    width: 160%;
    left: -30%;
    margin-top: 70%;
  }
      .numers-hiring{
        top:9%;
      }
  }
  @media screen and (max-width:1024px){
  .hiring-rigth .box-right:first-child:before {
      content: "1";
      background: #294DFF;
      width: 38px;
      height: 38px;
      text-align: center;
      border-radius: 50px;
      position: absolute;
      top: -5%;
      left: 46%;
      align-items: center;
      justify-content: center;
      display: flex;
      color: white;
      font-size: 18px;
      box-shadow: 0px 0px 30px #294dff;
  }
  .hiring-rigth .box-right:nth-child(2):before {
      content: "2";
      background: #294DFF;
      width: 38px;
      height: 38px;
      text-align: center;
      border-radius: 50px;
      position: absolute;
      top: -5%;
      left: 46%;
      align-items: center;
      justify-content: center;
      display: flex;
      color: white;
      font-size: 18px;
      box-shadow: 0px 0px 30px #294dff;
  }
    .hiring-rigth .box-right:nth-child(3):before {
      content: "3";
      background: #294DFF;
      width: 38px;
      height: 38px;
      text-align: center;
      border-radius: 50px;
      position: absolute;
      top: -5%;
      left: 46%;
      align-items: center;
      justify-content: center;
      display: flex;
      color: white;
      font-size: 18px;
      box-shadow: 0px 0px 30px #294dff;
  }
  .hiring-rigth .box-right:nth-child(4):before {
      content: "4";
      background: #294DFF;
      width: 38px;
      height: 38px;
      text-align: center;
      border-radius: 50px;
      position: absolute;
      top: -5%;
      left: 46%;
      align-items: center;
      justify-content: center;
      display: flex;
      color: white;
      font-size: 18px;
      box-shadow: 0px 0px 30px #294dff;
  }
  .hiring-rigth .box-right:nth-child(5):before {
      content: "5";
      background: #294DFF;
      width: 38px;
      height: 38px;
      text-align: center;
      border-radius: 50px;
      position: absolute;
      top: -5%;
      left: 46%;
      align-items: center;
      justify-content: center;
      display: flex;
      color: white;
      font-size: 18px;
      box-shadow: 0px 0px 30px #294dff;
  }
  .hiring-left .box-left:first-child:before {
      content: "6";
      background: #294DFF;
      width: 38px;
      height: 38px;
      text-align: center;
      border-radius: 50px;
      position: absolute;
      top: -5%;
      left: 46%;
      align-items: center;
      justify-content: center;
      display: flex;
      color: white;
      font-size: 18px;
      box-shadow: 0px 0px 30px #294dff;
  }
  .hiring-left .box-left:nth-child(2):before {
      content: "7";
      background: #294DFF;
      width: 38px;
      height: 38px;
      text-align: center;
      border-radius: 50px;
      position: absolute;
      top: -5%;
      left: 46%;
      align-items: center;
      justify-content: center;
      display: flex;
      color: white;
      font-size: 18px;
      box-shadow: 0px 0px 30px #294dff;
  }
  .hiring-left .box-left:nth-child(3):before {
      content: "8";
      background: #294DFF;
      width: 38px;
      height: 38px;
      text-align: center;
      border-radius: 50px;
      position: absolute;
      top: -5%;
      left: 46%;
      align-items: center;
      justify-content: center;
      display: flex;
      color: white;
      font-size: 18px;
      box-shadow: 0px 0px 30px #294dff;
  }
  .hiring-left .box-left:nth-child(4):before {
      content: "9";
      background: #294DFF;
      width: 38px;
      height: 38px;
      text-align: center;
      border-radius: 50px;
      position: absolute;
      top: -5%;
      left: 46%;
      align-items: center;
      justify-content: center;
      display: flex;
      color: white;
      font-size: 18px;
      box-shadow: 0px 0px 30px #294dff;
  }
    .slick-slide img{
      margin:0 auto;
    }
  }
  
  .why-chose-us .why-choseus-box{
    min-height:391px;
  }
  .box-container .box-wrapper .content{
    min-height:230px;
  }
  .box-container .box-wrapper span::after{
    height:240px;
  }
  .box-container .box-wrapper:nth-child(odd)::after{
    top:48%;
  }
  .box-container .box-wrapper:nth-child(even)::after{
    top:47%;
  }
  @media screen and (min-width:768px) and (max-width:1023px){
    .why-shopify .new-shopify-box img{
      object-fit:contain
    }
  }
  .single-blog .blog-author-wrapper pre{
    color:black;
  }
  
  /* header .menubar .menubar-menu span:nth-child(1) {
      background-color: #005BBB;
      height: 4px;
  }
  
  header .menubar .menubar-menu span:nth-child(2) {
    display: none
  }
  
  header .menubar .menubar-menu span:nth-child(3) {
      background-color: #FFD500;
      height: 4px;
  }
  header .menubar .menubar-menu.active span:nth-child(3) {
      top: -2px;
  } */
  @media screen and (max-width:992px){
    .work-with-us-wrapper .col-lg-3 .work-with-us-box{
      height:unset;
    }
      .new-home-add .row{
      margin:0 auto;
    }
    .number-box-wrapper h2{
      line-height:34px;
    }
    .new-shopify-add h2{
      font-size:32px;
    }
    .why-shopify h2{
      line-height:34px;
    }
    .why-shopify .new-shopify-box{
      min-height:auto;
    }
    .why-chose-us .why-choseus-box{
      min-height:auto;
    }
    .ecommerce-banner .ecommerce-banner-content{
      margin-top:30px;
    }
  }
  @media (min-width: 992px) {
  .blogs-wrapper .blog-item h4 {
      height: 115px !important;
    }}
  
  
  /* buleza */
  
  @media (max-width:992px){
    .contact-us	.dedicated-contact-us-img{
      display:none;
    }
    .ecommerce-testimonials-wrapper .ecommerce-testimonials p{
      line-height:28px;
    }
  }
  
  
  @media (max-width:992px){
    .marketing-partner-wrapper{
      margin:60px 0 0 0;
    }
  }
  @media (max-width:992px){
  .banner-wrapper-new-shopify .header-logo-text h1{
    font-size:23px
  }
  }
  @media (max-width:992px){
    .why-shopify pre{
      text-align:left;
    }
  }
  
  @media (max-width:992px){
    .content-shopware-content pre{
      text-align:left;
    }
  }
  
  @media (max-width:992px){
    .content-shopify-bottom pre{
      font-size:18px;
    }
  }
  
  .contact-us h1{
    font-size:46px;
  }
  
  .impressum_content ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .impressum_content pre {
    white-space: break-spaces !important;
  }
  .impressum_content pre a {
      word-break: break-word;
  }
  .impressum_content ul {
      font-size: 18px;
      line-height: 30px;
      color: #00000091;
      font-family: "source_sans_pro_regular";
  }
  
  .content-shopify-bottom pre {
    font-size:18px;
  }
  
  .blog-submenu ul li a.active {
      border-bottom-color: #004dff;
      color: #000000;
  }
  
  .over-banner-certifications .partnership-certifications-wrapper {
  border-radius: 16px;
  background: linear-gradient(135deg, #2F5AF5 0.53%, #A033FF 100%);
  min-height: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px 24px;
  row-gap: 24px;
  column-gap: 50px;
}

@media (max-width: 991.98px) {
  .over-banner-certifications .partnership-certifications-wrapper {
    flex-direction: column;
    row-gap: 10px;
  }
}

.over-banner-certifications .partnership-certifications-wrapper .title h3{
  text-align: center;
  font-family: "latobold";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.5px;
  color: #C1FF50;
  display: flex;
  align-items: center;
}
.over-banner-certifications .partnership-certifications-wrapper .title h4 strong {
  font-weight: unset;
  margin-left: 5px;
}
.over-banner-certifications .partnership-certifications-wrapper .title h4{
  text-align: left;
  font-family: latoregular;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  gap: 5px;
  display: flex;
  align-items: center;
}
.over-banner-certifications .partnership-certifications-wrapper .title {
  display: flex;
  gap: 8px;
}
.over-banner-certifications {
  margin-top: 16px;
}
body .header-rd .topbar {
	background-color: #EEF0F2!important;
}
@media (min-width: 991.98px) {
  .over-banner-certifications .partnership-certifications-wrapper .title h3{
    font-size: 45px;
  }
  .over-banner-certifications .partnership-certifications-wrapper .title h4{
    display: flex;
    flex-direction: column;
  }
}
.over-banner-certifications .partnership-certifications-wrapper .partnership {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
}
@media (min-width: 991.98px) {
  .over-banner-certifications .partnership-certifications-wrapper .partnership {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (max-width: 1400px) {
  .over-banner-certifications .partnership-certifications-wrapper .partnership {
    row-gap: 12px;
  }
}
.over-banner-certifications .partnership-certifications-wrapper .partnership .imgs {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.over-banner-certifications .partnership-certifications-wrapper .partnership .imgs img {
  height: 100px;
  width: 100%;
  max-width: 82px;
  -o-object-fit: contain;
     object-fit: contain;
}
.over-banner-certifications .partnership-certifications-wrapper .certifications {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
}
@media (min-width: 991.98px) {
  .over-banner-certifications .partnership-certifications-wrapper .certifications {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (max-width: 1400px) {
  .over-banner-certifications .partnership-certifications-wrapper .certifications {
    row-gap: 12px;
  }
}
.over-banner-certifications .partnership-certifications-wrapper .certifications .imgs {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
       width: 100%;
}
@media (max-width: 767.98px) {
  .over-banner-certifications .container {
    max-width: unset;
    padding: 0;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
  }
}
@media (max-width: 575.98px) {
  .over-banner-certifications .partnership-certifications-wrapper .certifications .imgs {
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
  .over-banner-certifications .partnership-certifications-wrapper {
    padding: 14px 12px;
  }
	.partnership-certifications .partnership-certifications-wrapper .certifications .imgs {
		flex-direction: unset;
		column-gap: unset;
		justify-content: space-between;
	}
	.partnership-certifications .partnership-certifications-wrapper .certifications .imgs img{
        width: calc(50% - 10px);
		flex: unset!important;
		height: 60px;
	}
}
@media (min-width: 425px) {
  .over-banner-certifications .partnership-certifications-wrapper .certifications .imgs img {
    height: 40px;
  }
}
@media (min-width: 767.98px) {
  .over-banner-certifications .partnership-certifications-wrapper .certifications .imgs img {
    height: 70px;
    width: 100%;
    max-width: 135px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767.98px) and (min-width: 575.98px) {
  .over-banner-certifications .partnership-certifications-wrapper .certifications .imgs img {
    height: 50px;
  }
}
.over-banner-certifications .partnership-certifications-wrapper .certifications .imgs img {
  object-fit: contain;
  flex: 1;
}
.banner-wrapper-redesign-25 {
  margin: 16px 0 16px!important;
}
@media (max-width: 991.98px) {
	.over-banner-certifications .partnership-certifications-wrapper .certifications .imgs img {
		object-position: left;
	}
	.banner-wrapper-redesign-25 {
	  margin: 34px 0 16px !important;
	}
}
@media (max-width: 767.98px) {
  	.partnership-certifications .partnership-certifications-wrapper .certifications .imgs {
		    flex-wrap: wrap;
    		row-gap: 12px;
	}
	.partnership-certifications .partnership-certifications-wrapper .certifications .imgs img {
    flex: 1;
    max-width: unset;
	}
}
@media (min-width: 1200px) {
	.support-button	{
		display: none!important;
	}
}
.support-button {
    border-radius: 8px;
    background: #004DFF;
    width: 32px;
    height: 32px;
    position: absolute;
    left: -44px;
	display: flex;
}
.support-button a {
		background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.66699 9.33333V7.33333C2.66699 5.91885 3.2289 4.56229 4.22909 3.5621C5.22928 2.5619 6.58584 2 8.00033 2C9.41481 2 10.7714 2.5619 11.7716 3.5621C12.7718 4.56229 13.3337 5.91885 13.3337 7.33333V9.33333" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 12.6665C12 13.7712 10.2093 14.6665 8 14.6665" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.66699 9.33333C2.66699 8.97971 2.80747 8.64057 3.05752 8.39052C3.30756 8.14048 3.6467 8 4.00033 8H4.66699C5.02061 8 5.35975 8.14048 5.6098 8.39052C5.85985 8.64057 6.00033 8.97971 6.00033 9.33333V11.3333C6.00033 11.687 5.85985 12.0261 5.6098 12.2761C5.35975 12.5262 5.02061 12.6667 4.66699 12.6667H4.00033C3.6467 12.6667 3.30756 12.5262 3.05752 12.2761C2.80747 12.0261 2.66699 11.687 2.66699 11.3333V9.33333Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 9.33333C10 8.97971 10.1405 8.64057 10.3905 8.39052C10.6406 8.14048 10.9797 8 11.3333 8H12C12.3536 8 12.6928 8.14048 12.9428 8.39052C13.1929 8.64057 13.3333 8.97971 13.3333 9.33333V11.3333C13.3333 11.687 13.1929 12.0261 12.9428 12.2761C12.6928 12.5262 12.3536 12.6667 12 12.6667H11.3333C10.9797 12.6667 10.6406 12.5262 10.3905 12.2761C10.1405 12.0261 10 11.687 10 11.3333V9.33333Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	width: 32px;
    height: 32px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 1200px) {
    .header-rd .navbar .right-widget .get-in-touch-btn {
        opacity: 1;
        visibility: visible;
        position: relative;
        transform: translateX(0);
    }
}
@media (max-width: 1400px) {
	.header-rd .navbar nav ul li a {
		font-size: 12px!important;
	}	
}
.header-rd .navbar .right-widget .language-switcher ul .widget_polylang ul {
	background: #EEF0F2!important;
}
@media (max-width: 1200px) {
	.header-rd .navbar .menubar {
		right: 8px;
	}
	header .menubar .menubar-menu {
		width: 16px;
	}
	/* header .menubar .menubar-menu span {
		margin-bottom: 5px;
	}
	header .menubar .menubar-menu.active span:nth-child(1) {
		top: 4px!important;
	}
	header .menubar .menubar-menu.active span:nth-child(2) {
		top: -3px!important;
	} */
}
.captcha-custom input {
	font-size: 16px!important;
}
.over-banner-certifications-one {
/* 	display: none; */
}
.over-banner-certifications .over-banner-certifications{
	    border-radius: 16px;
    background: #FCE61F;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	    column-gap: 16px;
	    padding: 16px 16px;
	row-gap: 16px;
}
.over-banner-certifications-one .over-banner-certifications .text{
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
	    column-gap: 16px;
	align-items: center;
	row-gap: 8px;
}
.over-banner-certifications-one .over-banner-certifications .text h3{
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	font-family: latoregular;
	text-align: center;
}
.over-banner-certifications-one .over-banner-certifications .text h4{
	color: #000;
	text-align: right;
	font-family: Latolight;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
}
.over-banner-certifications-one .over-banner-certifications .text h4 b{
    font-family: latobold;
}
.over-banner-certifications-one .over-banner-certifications .btn-btn-btn a{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #000;
    color: #FFF;
    font-family: 'latoregular';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    height: 46px;
    padding: 0 20px;
}

@media (max-width: 575.98px) {
	.over-banner-certifications-one .over-banner-certifications .text h3{
	font-size: 26px;
}
.over-banner-certifications-one .over-banner-certifications .text h4{
	font-size: 22px;
}
.over-banner-certifications-one .over-banner-certifications .btn-btn-btn a{
font-size: 14px;
}
}
.captcha-custom {
	display: flex;
	gap: 10px;
}
.captcha-custom img {
	border-radius: 8px;
}
.captcha-custom input {
	border-radius: 8px;
    background: var(--Neutral-colorNeutralDark700,#222426);
    font-size: 14px;
	width: 110px;
	height: 100%;
	color: white;
	padding-left: 10px;
	height: 25px;
	letter-spacing: 12px;
	text-transform: uppercase;
	border: 1px solid transparent;
	}
	.captcha-custom input.wpcf7-not-valid {
		border-color: red;
	}
	.captcha-custom .wpcf7-not-valid-tip {
		display: none;
	}
  @media (max-width: 991.98px) {
      .over-banner-certifications-one .over-banner-certifications .text h3 span {
          display: inline-block;
      }
        body .header-rd .navbar .menubar {
              top: 6px;
      }
  }
  @media (max-width: 991.98px) {
    body .use-cases-wrapper-redesign .use-cases-stitle {
        text-align: left;
    }
    body .use-cases-wrapper-redesign {
        padding-top: 45px;
    }
    .use-cases-wrapper-redesign .layout-w-one .col .content p {
        font-size: 14px;
    }
    }
    body .blogs-wrapper-redesign .services-new .our-services .boxes p {
        font-family: latolight;
    }
    body .blogs-wrapper-redesign .services-new .our-services .boxes p strong {
        font-family: latoregular;
    }
    
    @media (max-width: 400px) {
        body footer .top-footer-rd .side-wrapper .leftside .up h2 {
            font-size: 35px;
        }
    }

.impressum_content h3 {
	text-align: left;
}

.banner-wrapper-redesign-25 .mySwiper-frontpage .content-center .content-wrapper h1 {
	font-size: 43px!important;
}

.banner-wrapper-new-pg .content-shopw h1 {
	color: #000;
}

.banner-wrapper-new-pg {
	background: radial-gradient(303.8% 361.12% at 234.76% -219.58%, rgba(129, 143, 157, 0.68) 35.5%, rgba(129, 143, 157, 0.68) 54%, rgba(129, 143, 157, 0.68) 71.5%, rgba(228, 232, 237, 0.68) 99.5%);
}

.banner-wrapper-new-pg:after {
content: unset;
}

.plugin_section-single-card {
 margin-top: 40px;
}

.plugin_section-new .scale-box-new a .inner .img-new {
	    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1200px) {
	.header-rd .navbar nav ul li a {
		font-size:14px!important;
	}
	.header-rd .navbar nav ul li .sub-menu {
		padding-bottom: 0!important;
	}
}
@media (min-width: 1200px) {
    .header-rd .navbar nav {
        left: -110px;
    }
}

.meet-our-core-team .action-team {
	border-radius: 0px !important;
}

.home .meet-our-core-team .action-team {
	margin-bottom: -40px;
}



@media (max-width: 368px) {
	.action-black .wrapper .box {
		font-size:11px;
	}
	
	.action-black .box span {
		font-size: 24px;
	}
}

@media (max-width: 350px) {
	.action-black .wrapper .box {
		font-size:10px;
	}
}

@media (max-width: 600px) {
		.home .meet-our-core-team .action-team {
		margin-bottom: -15px;
	}

	.action-black .box {
		column-gap: 3px;
	}
	
}

@media (max-width: 991.98px) {
	
	.blogs-wrapper-redesign .services-new .our-services {
		        gap: 16px;
	}
	
	.new-banner-wrapper-redesign .certificates-new .wrapper-line .icons-wrapper {
		column-gap: 12px
	}
}

.certification-nr-txt .svg img {
		    height: 30px;
    		object-fit: contain;
	width:auto;
	}

.new-banner-wrapper-redesign .certificates-new .wrapper-line .icons-wrapper img {
	height:auto;
}

.boxes.box-one,
.boxes.box-two, 
.boxes.box-three {
	background: linear-gradient(90deg, #eef0f2 0%, rgba(238, 240, 242, .52) 49.5%, rgba(238, 240, 242, 0) 100%) !important;

}

.new-banner-wrapper-redesign .content-center h1 {
	line-height: normal;
}

.blogs-wrapper-redesign .blogstitle, .blogs-wrapper-redesign .servicestitle {
    width: fit-content;
    margin: auto;
	background: linear-gradient(90deg, #666c71 0%, #1a1c1d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.use-cases-wrapper-redesign .use-cases-stitle,
.meet-our-core-team .title {
    width: fit-content;
    margin: auto;
	background: linear-gradient(90deg, #666c71 0%, #1a1c1d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom: 40px
}

.blogs-wrapper-redesign .blogstitle {
    width: fit-content;
    margin: auto;
	background: linear-gradient(90deg, #666c71 0%, #1a1c1d 100%);
	 background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blogs-wrapper-redesign .services-new .our-services .boxes p {
	color: #333;
    font-family: latoregular !important;
}


.header-rd {
	    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px!important;
}

.privacy-acceptance {
  margin-top: -5px;
}
.privacy-acceptance .wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 14px;
	padding-bottom: 0;
}
.privacy-acceptance .wpcf7-acceptance .wpcf7-list-item-label a {
	text-decoration: underline;
}
.privacy-acceptance .wpcf7-acceptance {
	padding-bottom: 0;
}
.privacy-acceptance .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	padding: 0;
}

.privacy-acceptance .wpcf7-acceptance .wpcf7-list-item input {
	width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}
.top-footer-rd {
	color: white;
}
.top-footer-rd2 {
color: black;
}
.top-footer-rd2 .wpcf7-response-output {
	color: black!important;
}


@media (max-width: 767.98px) {
    .new-banner-wrapper-redesign .content-center h1 {
        font-size: 24px!important;
    }
}

.new-banner-wrapper-redesign .content-center p {
	font-family: latoregular;
}

@media (max-width: 768px) {
    .grecaptcha-badge {
        display: none !important;
    }
	.privacy-acceptance .wpcf7-acceptance .wpcf7-list-item-label {
		    bottom: -2px;
    position: relative;
	}
}


.single-blog strong {
    font-family: 'latobold';
}
.banner-wrapper-blog .col-xl-3 {
	display: none;
}

.banner-wrapper-blog .custom-img img {
    object-fit: contain;
}

.single-blog .custom-img {
	height: 100%;
}

.single-plugin-landingpage .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf,
.single-plugin-landingpage .cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    margin-bottom: 100px !important;
}

@media (max-width: 420px) {
.single-plugin-landingpage .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf,
.single-plugin-landingpage .cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    margin-bottom: 130px !important;
}
}

@media (min-width: 991.98px) {
    .header-rd .navbar nav ul li .sub-menu li a {
        text-align:left;
    }
	.header-rd .navbar nav ul li .sub-menu li:hover a{
		    text-decoration: underline;
	}
}
@media (max-width: 992px) {
    header .navbar nav ul li .sub-menu {
        margin-left: 15px;
    }
}
@media (max-width: 1200px) {
    /* header .navbar nav {
        margin: 40px 0 40px 0;
    } */
	.cky-consent-container.cky-box-bottom-left {
	    width: calc(100% - 30px);
		left: 50%;
		transform: translate(-50%);
		bottom: 10px;
	}
}
.page-template-shopify-to-shopw6 .four-steps-garantie .boxs .box,
.page-template-shopify-to-shopw6 .four-steps-garantie .boxs .box h3,
.page-template-shopify-to-shopw6 .four-steps-garantie .boxs .box p{
	color: white;
}

.h3-style {
	font-size: 1.5rem;
	font-weight: 600;
	display: block;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.content-with-table img {
border-radius: 8px;
}

.content-with-table .row {
   column-gap: 140px;
}

.content-with-table .rights h2 {
font-weight: 500;
}
.content-with-table .rights {
	font-weight: 300;
}

@media (min-width: 991.98px) {
	.content-with-table .rights {
    	padding-right: 0px;
	}
	.content-with-table .row {
	column-gap: 10px;
	}
}

.content-with-table .lefts .sticky-table .upside {
	margin-top: 40px;
}
.content-with-table .lefts .sticky-table .downside {
	margin-top: 0;
}

.content-with-table {
	font-family: latoregular;
}

.page-template-migrationen {
	overflow: unset;
}

body .banner__section-migrationen .downside .boxs .box .inner h3 {
	font-size: 18px;
    line-height: 22px;
    color: white;
    font-family: "latoblack";
    text-align: center;
    margin-top: 30px;
    margin-bottom: 16px;
	font-weight: 500;
}

body .banner-wrapper-new-pg .content-shopw h3 {
    font-size: 24px;
    font-family: "latoregular";
    line-height: 34px;
    color: black;
    margin-right: 24px;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
body .banner-wrapper-new-pg .content-shopw h3 {
font-size: 18px;
line-height: 23px;
}
}


body .header-rd .topbar .announcmentbar-rd .swiper-wrapper .swiper-slide .one:before{
	    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M16.6861 2.56066C14.8651 0.913883 12.4787 -0.000288715 10.0017 1.28813e-05C8.68265 -0.00210094 7.37771 0.255965 6.16244 0.758859C4.94718 1.26175 3.84747 1.9992 2.92872 2.92735C1.05075 4.82036 0 7.35723 0 9.99832C0 12.6394 1.05075 15.1763 2.92872 17.0693C4.60485 18.7613 6.85407 19.7938 9.25264 19.9723C11.6512 20.1508 14.0335 19.4629 15.9508 18.0382C15.969 18.0248 15.9837 18.0074 15.9939 17.9874C16.004 17.9674 16.0093 17.9453 16.0093 17.923C16.0093 17.9007 16.004 17.8786 15.9939 17.8587C15.9837 17.8387 15.969 17.8212 15.9508 17.8078C14.8604 17.1041 13.6824 16.5405 12.4457 16.1311C10.727 15.5586 9.10392 14.7406 7.6287 13.7036C6.88645 13.1423 6.29032 12.4166 5.88912 11.5859C5.48792 10.7552 5.29306 9.84315 5.32049 8.92438C5.30496 8.08204 5.48904 7.24767 5.85822 6.48695C6.22741 5.72624 6.77162 5.05995 7.44801 4.54055C9.44899 3.18202 11.8565 2.52028 14.286 2.66104C15.0502 2.65906 15.8138 2.70834 16.5712 2.80853C16.6018 2.81248 16.6328 2.80664 16.6597 2.79187C16.6867 2.77711 16.708 2.75421 16.7205 2.72659C16.7333 2.6989 16.7369 2.66795 16.7307 2.63815C16.7245 2.60836 16.7089 2.58124 16.6861 2.56066Z" fill="%23111213"/><path d="M19.9061 8.97764C17.8193 7.24562 16.1325 6.53888 14.0813 6.53888C13.1992 6.48121 12.3226 6.71251 11.5892 7.19646C11.3536 7.3735 11.1637 7.60239 11.0349 7.86464C10.9061 8.1269 10.842 8.41518 10.8477 8.70622C10.8477 10.4239 12.9449 11.2064 15.3753 12.1129C16.6602 12.5562 17.9091 13.0941 19.1113 13.722C19.1326 13.734 19.1567 13.7404 19.1813 13.7404C19.2101 13.7399 19.2381 13.7309 19.2617 13.7147C19.2854 13.6985 19.3035 13.6757 19.3139 13.6493C19.8823 12.1946 20.1021 10.6313 19.9562 9.08007C19.9554 9.06056 19.9505 9.04142 19.9419 9.02382C19.9332 9.00621 19.9211 8.99051 19.9061 8.97764Z" fill="%23111213"/></svg>');
}
body .header-rd .topbar .announcmentbar-rd .swiper-wrapper .swiper-slide .two:before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M16.6861 2.56066C14.8651 0.913883 12.4787 -0.000288715 10.0017 1.28813e-05C8.68265 -0.00210094 7.37771 0.255965 6.16244 0.758859C4.94718 1.26175 3.84747 1.9992 2.92872 2.92735C1.05075 4.82036 0 7.35723 0 9.99832C0 12.6394 1.05075 15.1763 2.92872 17.0693C4.60485 18.7613 6.85407 19.7938 9.25264 19.9723C11.6512 20.1508 14.0335 19.4629 15.9508 18.0382C15.969 18.0248 15.9837 18.0074 15.9939 17.9874C16.004 17.9674 16.0093 17.9453 16.0093 17.923C16.0093 17.9007 16.004 17.8786 15.9939 17.8587C15.9837 17.8387 15.969 17.8212 15.9508 17.8078C14.8604 17.1041 13.6824 16.5405 12.4457 16.1311C10.727 15.5586 9.10392 14.7406 7.6287 13.7036C6.88645 13.1423 6.29032 12.4166 5.88912 11.5859C5.48792 10.7552 5.29306 9.84315 5.32049 8.92438C5.30496 8.08204 5.48904 7.24767 5.85822 6.48695C6.22741 5.72624 6.77162 5.05995 7.44801 4.54055C9.44899 3.18202 11.8565 2.52028 14.286 2.66104C15.0502 2.65906 15.8138 2.70834 16.5712 2.80853C16.6018 2.81248 16.6328 2.80664 16.6597 2.79187C16.6867 2.77711 16.708 2.75421 16.7205 2.72659C16.7333 2.6989 16.7369 2.66795 16.7307 2.63815C16.7245 2.60836 16.7089 2.58124 16.6861 2.56066Z" fill="%23111213"/><path d="M19.9061 8.97764C17.8193 7.24562 16.1325 6.53888 14.0813 6.53888C13.1992 6.48121 12.3226 6.71251 11.5892 7.19646C11.3536 7.3735 11.1637 7.60239 11.0349 7.86464C10.9061 8.1269 10.842 8.41518 10.8477 8.70622C10.8477 10.4239 12.9449 11.2064 15.3753 12.1129C16.6602 12.5562 17.9091 13.0941 19.1113 13.722C19.1326 13.734 19.1567 13.7404 19.1813 13.7404C19.2101 13.7399 19.2381 13.7309 19.2617 13.7147C19.2854 13.6985 19.3035 13.6757 19.3139 13.6493C19.8823 12.1946 20.1021 10.6313 19.9562 9.08007C19.9554 9.06056 19.9505 9.04142 19.9419 9.02382C19.9332 9.00621 19.9211 8.99051 19.9061 8.97764Z" fill="%23111213"/></svg>');
}
body .header-rd .topbar .announcmentbar-rd .swiper-wrapper .swiper-slide .three:before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 0C4.48622 0 0 4.48622 0 10C0 15.5138 4.48622 20 10 20C15.5138 20 20 15.5138 20 10C20 4.48622 15.5138 0 10 0ZM15.589 7.36842L9.198 13.7093C8.82206 14.0852 8.22055 14.1103 7.81955 13.7343L4.43609 10.6516C4.03509 10.2757 4.01003 9.64912 4.3609 9.24812C4.73684 8.84712 5.36341 8.82206 5.76441 9.198L8.44612 11.6541L14.1604 5.93985C14.5614 5.53885 15.188 5.53885 15.589 5.93985C15.99 6.34085 15.99 6.96742 15.589 7.36842Z" fill="%23111213"/></svg>');
}
body .header-rd .topbar .announcmentbar-rd .swiper-wrapper .swiper-slide .four:before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M20 16.3639C20 16.605 19.9042 16.8362 19.7337 17.0067C19.5632 17.1772 19.332 17.273 19.0909 17.273H8.18182C7.94071 17.273 7.70948 17.1772 7.53899 17.0067C7.36851 16.8362 7.27273 16.605 7.27273 16.3639C7.27273 14.9173 7.8474 13.5299 8.87033 12.507C9.89325 11.484 11.2806 10.9094 12.7273 10.9094H14.5455C15.9921 10.9094 17.3795 11.484 18.4024 12.507C19.4253 13.5299 20 14.9173 20 16.3639ZM13.6364 2.72754C12.9172 2.72754 12.2141 2.94081 11.6161 3.34038C11.0181 3.73995 10.552 4.30787 10.2768 4.97233C10.0016 5.63679 9.92956 6.36794 10.0699 7.07332C10.2102 7.77871 10.5565 8.42665 11.0651 8.9352C11.5736 9.44375 12.2216 9.79008 12.9269 9.93039C13.6323 10.0707 14.3635 9.99869 15.0279 9.72346C15.6924 9.44824 16.2603 8.98215 16.6599 8.38416C17.0595 7.78616 17.2727 7.08311 17.2727 6.3639C17.2727 5.39948 16.8896 4.47456 16.2077 3.79261C15.5257 3.11065 14.6008 2.72754 13.6364 2.72754ZM5.45455 2.72754C4.73534 2.72754 4.03229 2.94081 3.43429 3.34038C2.83629 3.73995 2.37021 4.30787 2.09498 4.97233C1.81976 5.63679 1.74774 6.36794 1.88805 7.07332C2.02836 7.77871 2.37469 8.42665 2.88325 8.9352C3.3918 9.44375 4.03974 9.79008 4.74513 9.93039C5.45051 10.0707 6.18166 9.99869 6.84612 9.72346C7.51058 9.44824 8.0785 8.98215 8.47807 8.38416C8.87764 7.78616 9.09091 7.08311 9.09091 6.3639C9.09091 5.39948 8.70779 4.47456 8.02584 3.79261C7.34389 3.11065 6.41897 2.72754 5.45455 2.72754ZM5.45455 16.3639C5.45319 15.409 5.64132 14.4633 6.00804 13.5816C6.37475 12.7 6.91277 11.8998 7.59091 11.2275C7.03594 11.018 6.44775 10.9102 5.85455 10.9094H5.05455C3.71473 10.9118 2.43049 11.4451 1.4831 12.3925C0.535706 13.3398 0.00240325 14.6241 0 15.9639V16.3639C0 16.605 0.0957789 16.8362 0.266267 17.0067C0.436754 17.1772 0.667985 17.273 0.909091 17.273H5.61818C5.51234 16.9815 5.457 16.674 5.45455 16.3639Z" fill="%23111213"/></svg>');
}

body .one {
	color: #111213;
}
body .two{
	color: #111213;
}
body .three{
	color: #111213;
}
body .four{
	color: #111213;
}
body .header-rd .topbar .announcmentbar-rd .swiper-wrapper .swiper-slide span strong b {
	color: #111213;
	font-family: latobold;

}
body .use-cases-wrapper-redesign .box2 img{
	padding: 0;
}
body .reference-wrapper-rd .layout-w-one .col {
	padding: 0px 20px 20px 20px !important;
}

.box-shop.box-shop-new.box-shop-new-rd .shopware-content-box .title .h2 {
	text-align: center;
    font-family: Latoregular;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	margin-bottom: 25px;
	color: #1a1c1d;
    background: unset !important;
	letter-spacing: 0px;
	display: block;
	opacity: 1;
}

.page-template-shopify .box-shop-new-rd .shopware-content-box .shopware-box .h3, .page-template-shopware-new .box-shop-new-rd .shopware-content-box .shopware-box .h3 {
	font-family: Latoregular;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 16px 0;
    text-align: left;
	color: #111213 !important;
}
.page-template-shopware-new .banner__section-migrationen-shop-rd .content .upside .h2, .page-template-shopify .banner__section-migrationen-shop-rd .content .upside .h2 {
	text-align: center;
    font-family: Latoregular;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(90deg, #1a1c1d 0%, #666c71 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
	display: block;
	color: #000;
}
.page-template-shopware-new .banner__section-migrationen-shop-rd .content .upside .h3, .page-template-shopify .banner__section-migrationen-shop-rd .content .upside .h3 {
	    max-width: 700px;
    	margin: auto;
	    color: var(--Neutral-colorNeutralDark200, #777e84);
		text-align: center;
		font-family: Latoregular;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		display: block;
		line-height: 140%;
	}
.page-template-shopware-new .banner__section-migrationen-shop-rd .downside .boxs .box .inner .h3, .page-template-shopify .banner__section-migrationen-shop-rd .downside .boxs .box .inner .h3 {
		color: var(--Neutral-colorNeutralDark900, #111213);
    font-family: Latoregular;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
	display: block;
    margin-top: 16px;
}

footer .top-footer-rd .side-wrapper .leftside .up .h3 {
	color: var(--Neutral-colorNeutral, #99a2aa);
    font-family: latoregular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
	display: block;
}


@media (max-width: 991.98px) {
	.page-template-shopware-new .banner__section-migrationen-shop-rd .downside .boxs .box .inner .h3, .page-template-shopify .banner__section-migrationen-shop-rd .downside .boxs .box .inner .h3 {
font-size: 18px;
        margin-bottom: 12px;
        margin-top: 12px;
	}
	.page-template-shopware-new .banner__section-migrationen-shop-rd .content .upside .h2, .page-template-shopify .banner__section-migrationen-shop-rd .content .upside .h2 {
		font-size: 28px;
	}
	.page-template-shopware-new .box-shop-new-rd .shopware-content-box .shopware-box .h3 {
		font-size: 18px;
	}
	.box-shop.box-shop-new.box-shop-new-rd .shopware-content-box .title .h2 {
	    font-size: 28px;
        text-align: left;
        margin-bottom: 40px;
	}
}

.expand-button {
    display: none;
}
 
@media (max-width: 1200px) {
    .header-rd nav ul li ul.sub-menu {
        display: none 
    }
 
    .header-rd nav ul li ul.sub-menu.open {
        display: block 
    }
 
    .header-rd nav ul li .expand-button {
        display: flex;
        margin-left: 14px;
        cursor: pointer;
		content: '';
        transition: transform 0.3s;
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8" fill="none"><path d="M4.73893e-06 0.6667C4.74646e-06 0.496202 0.0622091 0.325538 0.18646 0.195372C0.435119 -0.0651249 0.837779 -0.0651249 1.08628 0.195372L7.00001 6.39064L12.9137 0.195373C13.1624 -0.0651243 13.5651 -0.0651243 13.8136 0.195373C14.0621 0.45587 14.0622 0.877699 13.8136 1.13803L7.44992 7.80462C7.20126 8.06512 6.7986 8.06512 6.5501 7.80462L0.186459 1.13803C0.0622091 1.00786 4.7314e-06 0.837198 4.73893e-06 0.6667Z" fill="black"/></svg>');
		        width: 20px;
        height: 15px;
        background-size: 65%;
        background-repeat: no-repeat;
        background-position: center;
    }
 
    .expand-button.open {
        transform: rotate(180deg);
    }
 
    .menu-item-has-children > a {
        padding-right: 20px;
    }
}

.page-template-table-content-template, .page-template-table-content-template-new {
  overflow: unset;
}

/* @media (max-width: 1200px) {
	header .navbar nav ul li {
		margin-bottom: 20px;
	}
} */
  /*Move from Dashboard END*/