:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
* {
  font-family: "Inter", sans-serif;
  color: #fff;
  box-sizing: border-box;
  margin: 0;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #191919;
  color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  margin: 0;
  color: #fff;
}

h1 {
  font-size: 64px;
  line-height: 70px;
}

p {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

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

.bg-light {
  background-color: #f5f5f5 !important;
}

.bg-light-color {
  color: #516B7B;
}

img {
  max-width: 100%;
  height: auto;
}

.slick-slider {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.slick-slider.slick-initialized {
  opacity: 1;
}

.slick-slide {
  outline: none;
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  max-width: 1286px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.container.container_sm {
  max-width: 1074px;
}
@media screen and (min-width: 1700px) {
  .container {
    max-width: 1920px;
    padding: 0 100px;
  }
  .container.container_sm {
    max-width: 1920px;
    padding: 0 246px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 768px;
    padding: 0 32px;
  }
  .container.container_sm {
    max-width: 768px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 20px;
  }
}

.container-fluid {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.btn {
  box-shadow: none;
  padding: 18px 33px;
  border-radius: 50px;
  border: 1px solid;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: center;
  width: fit-content;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
.btn span,
.btn img {
  margin-left: 10px;
  display: flex;
}
.btn.btn_lg {
  font-size: 20px;
  line-height: 24px;
}

.btn-primary {
  background-color: #E6B400;
  color: #000;
  border-color: #E6B400;
}
.btn-primary img {
  max-width: 20px;
}
.btn-primary:hover {
  background-color: #B57D16;
  border-color: #B57D16;
  color: #000;
}

.btn-outline-white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-outline-white img {
  max-width: 20px;
}
.btn-outline-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn-outline-white:hover img {
  filter: brightness(0) invert(0);
}

.btn-outline-primary {
  background-color: transparent;
  color: #E6B400;
  border-color: #E6B400;
}
.btn-outline-primary img {
  max-width: 20px;
}
.btn-outline-primary:hover {
  background-color: #E6B400;
  color: #fff;
  border-color: #E6B400;
}
.btn-outline-primary:hover span img {
  filter: brightness(0) saturate(100%) invert(100%);
}

.btn-secondary {
  background-color: #FF0101;
  color: #fff;
  border-color: #FF0101;
  font-weight: 700;
}
.btn-secondary:hover {
  background-color: transparent;
  border-color: #FF0101;
  color: #FF0101;
}

button,
.navbar-toggler:focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

.textbtn {
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  color: #E6B400;
  cursor: pointer;
}

.max-auto {
  margin: 0 auto;
}

.w-100 {
  width: 100%;
}

.text-uppercase {
  text-transform: uppercase;
}

.fw-300 {
  font-weight: 300 !important;
  font-size: 18px;
}

@media (min-width: 993px) {
  .grid-columns-5 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
.text-primary {
  color: #E6B400 !important;
}

.no-bg {
  background-image: none !important;
}

.mt-60 {
  margin-top: 60px;
}

.br-24 {
  border-radius: 24px !important;
}

.text-left {
  text-align: left !important;
}

.d-flex {
  display: flex;
}

.hide {
  display: none;
}

.blurred {
  position: relative;
}
.blurred:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  z-index: 3;
}

.proheading {
  padding-bottom: 48px;
}
.proheading h2 {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 34px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  text-transform: uppercase;
}
.proheading h2 span {
  font-weight: 700;
  color: #fff;
  margin-left: 5px;
  display: contents;
}
.proheading h2::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 13px;
  background: url("./../../src/images/styledotheading.webp") no-repeat center;
  bottom: 0;
}
.proheading h1 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 44px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.proheading h1 span {
  font-weight: 700;
  color: #fff;
  margin-left: 5px;
  display: contents;
}
.proheading h1::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 13px;
  background: url("./../../src/images/styledotheading.webp") no-repeat center;
  bottom: 0;
  display: none;
}
.proheading .sepratordots {
  padding: 8px;
  background: url("./../../src/images/styledotheading.webp") no-repeat center;
}
.proheading p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin: 48px 0 0;
  text-align: center;
}
.proheading p a {
  color: #E6B400;
}

.breadcrumbs {
  padding: 0 0 40px;
  margin: 0;
  list-style: none;
  text-align: left;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}
.breadcrumbs li a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
.breadcrumbs li a:hover {
  color: #E6B400;
}
.breadcrumbs li + li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="10" viewBox="0 0 7 10" fill="none"><path d="M1.27098 10C1.15473 10 1.03837 9.95557 0.949617 9.86682C0.772003 9.68921 0.772003 9.40159 0.949617 9.22409L5.17371 4.99999L0.949617 0.775896C0.772003 0.598282 0.772003 0.310668 0.949617 0.133168C1.12723 -0.0443324 1.41484 -0.0444461 1.59234 0.133168L6.13781 4.67863C6.31542 4.85624 6.31542 5.14386 6.13781 5.32136L1.59234 9.86682C1.50359 9.95557 1.38723 10 1.27098 10Z" fill="white"/></svg>') no-repeat center;
  background-size: contain;
  margin: 0 10px;
}

.backbtn {
  display: none;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.fs-26 {
  font-size: 26px;
}

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

.w-auto {
  width: auto !important;
}

.d-flex {
  display: flex;
}

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

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

.pt-0 {
  padding-top: 0 !important;
}

.border-0 {
  border: none !important;
}

.multiselect2 + .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  left: 1px;
  height: 100%;
}

.multiselect2 + .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: #191919;
  color: #fff;
  outline: none;
}

.multiselect2 + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding-left: 23px;
}

.select2-results__option {
  color: #000;
}

.mb-responsive {
  margin-bottom: 52px;
}

@media screen and (min-width: 1700px) {
  .mb-responsive {
    margin-bottom: 80px;
  }
  .btn {
    padding: 19px 42px;
    font-size: 16px;
  }
  .btn img,
  .btn span {
    margin-left: 14px;
  }
  .proheading {
    padding-bottom: 70px;
  }
  .proheading h2 {
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 45px;
    max-width: 1140px;
  }
  .proheading h2 span {
    margin-left: 9px;
  }
  .proheading h1 {
    font-size: 44px;
    line-height: 51px;
    padding-bottom: 58px;
  }
  .proheading h1 span {
    margin-left: 9px;
  }
  .proheading p {
    font-size: 20px;
    line-height: 36px;
    margin: 32px auto 0;
    max-width: 1232px;
  }
  .breadcrumbs {
    padding: 0 0 50px;
  }
  .breadcrumbs li {
    font-size: 18px;
  }
  .breadcrumbs li a {
    font-size: 18px;
  }
  .breadcrumbs li + li::before {
    width: 12px;
    height: 12px;
    margin: 0 12px;
  }
}
@media screen and (max-width: 992px) {
  .mb-responsive {
    margin-bottom: 40px;
  }
  .btn {
    padding: 14px 26px;
    font-size: 14px;
  }
  .proheading {
    padding-bottom: 40px;
  }
  .proheading h2 {
    font-size: 36px;
    line-height: 41px;
    padding-bottom: 20px;
  }
  .proheading h2 span {
    margin-left: 5px;
  }
  .proheading h1 {
    font-size: 42px;
    line-height: 49px;
    padding-bottom: 40px;
  }
  .proheading h1 span {
    margin-left: 5px;
  }
  .proheading p {
    margin: 36px 0 0;
  }
}
@media screen and (max-width: 576px) {
  .mb-responsive {
    margin-bottom: 24px;
  }
  .backbtn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    z-index: 12;
    background: #272727;
    left: 20px;
    top: 26px;
  }
  .breadcrumbs {
    padding: 0 0 26px;
  }
  .breadcrumbs li {
    font-size: 14px;
    line-height: 22px;
  }
  .breadcrumbs li a {
    font-size: 14px;
    line-height: 22px;
  }
  .breadcrumbs li + li::before {
    width: 9px;
    height: 9px;
    margin: 0 7px;
  }
  .btn {
    font-size: 14px;
    padding: 11px 27px;
  }
  .btn.btn_lg {
    font-size: 14px;
    line-height: 18px;
  }
  .proheading {
    padding-bottom: 26px;
  }
  .proheading h2 {
    font-size: 26px;
    line-height: 31px;
    padding-bottom: 20px;
  }
  .proheading h1 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 24px;
  }
  .proheading p {
    font-size: 16px;
    line-height: 21px;
    margin: 30px 0 0;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
label {
  color: #191919;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 14px;
}
@media screen and (max-width: 1600px) {
  label {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  label {
    font-size: 14px;
  }
}

input {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  width: 100%;
  color: #191919;
  height: 60px;
  padding: 5px 15px;
}
@media screen and (max-width: 1600px) {
  input {
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  input {
    height: 38px;
  }
}

select,
.input-group {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  width: 100%;
  color: #191919;
  height: 60px;
}
@media screen and (max-width: 1600px) {
  select,
  .input-group {
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  select,
  .input-group {
    height: 38px;
  }
}

.input-group .form-control::placeholder {
  color: #adadad;
  opacity: 1;
}

textarea {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  width: 100%;
  color: #191919;
  height: 140px;
  padding: 10px 20px;
}
@media screen and (max-width: 1600px) {
  textarea {
    height: 84px;
  }
}

select:focus,
.input-group:focus,
.form-control:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.border-upward:before {
  background: linear-gradient(to bottom, #ffffff 0%, rgba(153, 153, 153, 0) 100%) !important;
}

.mainbanneranimie .content h1,
.mainbanneranimie .content h1 + .btn {
  opacity: 0;
}

.mainbanneranimie .content h1.wave-animate-ready,
.mainbanneranimie .content h1.wave-animate-ready + .btn {
  opacity: 1;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mainbanneranimie .content h1.animate-fadeup {
  animation: fadeUp 1s cubic-bezier(0.23, 1, 0.32, 1) 0.1s both;
}

.mainbanneranimie .content a.animate-fadeup {
  animation: fadeUp 1s cubic-bezier(0.23, 1, 0.32, 1) 0.4s both;
}

/* === Mainbanner background zoom effect === */
.mainbanneranimie.bg-zoom {
  transition: background-size 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  background-size: 105% 105% !important;
}

.mainbanneranimie {
  transition: background-size 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  background-size: 100% 100% !important;
}

/* === Wave Text Animation === */
.mainbanneranimie .content h1 span.wave-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(60px);
  animation: waveUp 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes waveUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* === Bubble Cursor Effect === */
.bubble-cursor {
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(169, 179, 184, 0.233);
  box-shadow: 0 0 16px 4px rgba(169, 179, 184, 0.233);
  transform: translate(-50%, -50%) scale(1);
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
  will-change: transform;
  pointer-events: none;
}

header {
  z-index: 7;
  transition: background 1s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 14px;
  border-top: 2px solid #B57D16;
}
header.sticky .headercontent {
  background: rgba(0, 0, 0, 0.7);
}
header .headercontent {
  border: 1px solid rgba(220, 220, 220, 0.7);
  background: rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(20px);
  padding: 0 12px;
  border-radius: 120px;
  display: grid;
  grid-template-columns: 200px 1fr 198px;
  align-items: center;
  position: relative;
  transition: border-radius 0.4s ease-in-out;
}
header .headercontent .logo {
  padding-left: 16px;
}
header .headercontent .navbar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
header .headercontent .navbar ul .navbaritem {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  text-transform: capitalize;
}
header .headercontent .navbar ul .navbaritem:hover, header .headercontent .navbar ul .navbaritem.active {
  color: #E6B400;
}
header .headercontent .navbar ul .dropdown {
  cursor: pointer;
  padding: 26px 0;
}
header .headercontent .navbar ul .dropdown:hover .navbaritem, header .headercontent .navbar ul .dropdown.active .navbaritem {
  color: #E6B400;
}
header .headercontent .navbar ul .dropdown-menu {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: calc(100% + 2px);
  padding: 12px 12px 12px 28px;
  border: 1px solid rgba(220, 220, 220, 0.7);
  border-top: none;
  background: rgba(0, 0, 0, 0.5);
  left: -1px;
  border-radius: 0 0 28px 28px;
  transition: all 0.2s ease-in-out;
  cursor: auto;
}
header .headercontent .navbar ul .dropdown-menu .listitem {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #fff;
}
header .headercontent .navbar ul .dropdown-menu .listitem img, header .headercontent .navbar ul .dropdown-menu .listitem svg {
  margin-right: 16px;
  max-width: 52px;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown {
  display: flex;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 42px;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .tab-content {
  padding: 18px 0;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown ul {
  display: block;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab {
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  width: 356px;
  margin-right: 32px;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul li {
  width: 100%;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul li .list {
  display: none;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 18px;
  transition: all 0.3s;
  opacity: 0.5;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem img {
  max-width: 42px;
  margin-right: 14px;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem::after {
  content: "";
  width: 14px;
  height: 8px;
  background: url("./../../src/images/arrowdown.svg") no-repeat center;
  position: absolute;
  right: 0;
  transition: all 0.3s;
  display: none;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem .arrowtabb {
  position: absolute;
  right: 0;
  transition: all 0.3s;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem .arrowtabb img {
  margin: 0;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem.activelink {
  opacity: 1;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem.activelink::after {
  transition: all 0.3s;
  transform: rotate(-90deg);
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem.activelink .arrowtabb {
  transition: all 0.3s;
  transform: rotate(-90deg);
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem:hover {
  opacity: 1;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .list {
  display: none !important;
}
header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .list:not(.hide) {
  display: block !important;
}
header .headercontent .navbar ul .dropdown-menu .productslist {
  width: 100%;
  padding: 12px 0;
}
header .headercontent .navbar ul .dropdown-menu .productslist ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 42px;
}
header .headercontent .navbar ul .dropdown-menu .solutionlistnew {
  width: 100%;
  padding: 12px 0;
}
header .headercontent .navbar ul .dropdown-menu .solutionlistnew ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 42px;
}
header .headercontent .navbar ul .dropdown-menu .solutionlist {
  padding: 12px 0;
  width: 100%;
}
header .headercontent .navbar ul .dropdown-menu .solutionlist ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 42px;
}
header .headercontent.menu-open {
  border-radius: 28px 28px 0 0;
  transition: none;
  background: rgba(0, 0, 0, 0.5);
}

.mobile_toggleBtn {
  display: none;
  align-items: center;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 42px;
  justify-content: center;
  width: 42px;
  z-index: 1;
  margin-left: 10px;
}
.mobile_toggleBtn .mobile_toggleBtn_line {
  background-color: #fff;
  border-radius: 10px;
  width: 16.62px;
}
.mobile_toggleBtn .mobile_toggleBtn_line:first-child,
.mobile_toggleBtn .mobile_toggleBtn_line:last-child {
  height: 2.2px;
}

.backward, .forward {
  transition: 0.3s ease-in-out;
}

.forward {
  transform: rotate(45deg);
  transform-origin: 4px 3px;
}

.backward {
  transform: rotate(-45deg);
  transform-origin: 4px -0.5px;
}

.dropdownarrow {
  display: none;
}

@media screen and (min-width: 1700px) {
  header {
    padding-top: 27px;
  }
  header .headercontent {
    padding: 0 36px;
    border-radius: 120px;
    grid-template-columns: 257px 1fr 230px;
  }
  header .headercontent .logo {
    padding-left: 0;
  }
  header .headercontent .navbar ul {
    gap: 36px;
  }
  header .headercontent .navbar ul .navbaritem {
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
  }
  header .headercontent .navbar ul .dropdown {
    padding: 32px 0;
  }
  header .headercontent .navbar ul .dropdown-menu {
    padding: 22px 36px;
  }
  header .headercontent .navbar ul .dropdown-menu .listitem {
    font-size: 20px;
  }
  header .headercontent .navbar ul .dropdown-menu .listitem img, header .headercontent .navbar ul .dropdown-menu .listitem svg {
    margin-right: 22px;
    max-width: 52px;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown {
    width: 100%;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab {
    width: 426px;
    margin-right: 82px;
    padding: 25px 28px;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul {
    gap: 16px;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem {
    font-size: 20px;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem img {
    max-width: 48px;
    margin-right: 20px;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .list ul {
    gap: 46px 42px;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .tab-content {
    width: calc(100% - 508px);
  }
  header .headercontent .navbar ul .dropdown-menu .productslist ul {
    gap: 46px 42px;
  }
  header .headercontent .navbar ul .dropdown-menu .solutionlistnew ul {
    gap: 46px 42px;
  }
  header .headercontent .rightlinks .btn {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  header .headercontent .navbar ul {
    gap: 20px;
  }
  header .headercontent .navbar ul .dropdown-menu .solutionlist ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  header {
    padding-top: 18px;
  }
  header .headercontent {
    display: flex;
    align-items: center;
    padding: 12px;
  }
  header .headercontent .logo img {
    max-width: 184px;
  }
  header .headercontent .navbar {
    display: none;
    position: absolute;
    left: -0.5px;
    top: 100%;
    width: calc(100% + 1px);
    padding: 42px 28px;
    border: 1px solid rgba(220, 220, 220, 0.7);
    border-top: none;
    border-radius: 0 0 28px 28px;
    transition: all 0.2s;
    max-height: 84vh;
    overflow: auto;
  }
  header .headercontent .navbar.nav--active {
    display: block;
    background: rgba(0, 0, 0, 0.7);
  }
  header .headercontent .navbar ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
  }
  header .headercontent .navbar ul li {
    width: 100%;
  }
  header .headercontent .navbar ul li .navbaritem {
    display: block;
  }
  header .headercontent .navbar ul li.dropdown {
    padding: 0;
    position: relative;
  }
  header .headercontent .navbar ul li.dropdown .navbaritem {
    padding-right: 25px;
    position: relative;
  }
  header .headercontent .navbar ul li.dropdown .navbaritem::after {
    content: "";
    width: 25px;
    height: 25px;
    background: url("./../../src/images/chevron-down.svg") no-repeat center;
    position: absolute;
    right: 0;
    transition: all 0.3s;
    display: none;
  }
  header .headercontent .navbar ul li.dropdown .navbaritem .dropdownarrow {
    position: absolute;
    right: 0;
    transition: all 0.3s;
    display: inline-block;
  }
  header .headercontent .navbar ul li.dropdown.active .navbaritem::after {
    transform: rotate(-90deg);
    transition: all 0.1s;
  }
  header .headercontent .navbar ul li.dropdown.active .navbaritem .dropdownarrow {
    transform: rotate(-90deg);
    transition: all 0.1s;
  }
  header .headercontent .navbar ul .dropdown:hover > .dropdown-menu {
    display: none;
  }
  header .headercontent .navbar ul .dropdown-menu {
    background-color: #fff;
    padding: 24px;
    border-radius: 12px;
    width: 100%;
    border: none;
    position: relative;
    top: auto;
    left: auto;
    transition: none;
    margin-top: 22px;
    opacity: 1;
  }
  header .headercontent .navbar ul .dropdown-menu .listitem {
    color: #000;
  }
  header .headercontent .navbar ul .dropdown-menu .listitem svg {
    width: 36px;
    height: 36px;
    margin: 0;
  }
  header .headercontent .navbar ul .dropdown-menu .listitem img {
    max-width: 36px;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown {
    display: block;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .tab-content {
    display: none;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab {
    background-color: transparent;
    padding: 0;
    border-radius: unset;
    width: 100%;
    margin-right: 0;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul {
    gap: 18px;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul li .list {
    display: none;
    margin-top: 18px;
    padding-left: 66px;
    position: relative;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul li .list:not(.hide) {
    display: block;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul li .list::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 0;
    width: 1px;
    height: 100%;
    background: url("./../../src/images/dotedline.webp") center;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem {
    opacity: 1;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem.activelink::after {
    transform: rotate(180deg);
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem.activelink .arrowtabb {
    transform: rotate(180deg);
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab.opendrop ul .dropdownwithdropdownitem {
    opacity: 0.5;
  }
  header .headercontent .navbar ul .dropdown-menu .dropdownwithdropdown .innertab.opendrop ul .dropdownwithdropdownitem.activelink {
    opacity: 1;
  }
  header .headercontent .navbar ul .dropdown-menu .productslist {
    padding: 6px 0;
  }
  header .headercontent .navbar ul .dropdown-menu .productslist ul {
    gap: 32px 19px;
  }
  header .headercontent .navbar ul .dropdown-menu .productslist ul .listitem {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  header .headercontent .navbar ul .dropdown-menu .solutionlistnew {
    padding: 6px 0;
  }
  header .headercontent .navbar ul .dropdown-menu .solutionlistnew ul {
    gap: 32px 19px;
    grid-template-columns: repeat(3, 1fr);
  }
  header .headercontent .navbar ul .dropdown-menu .solutionlistnew ul .listitem {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  header .headercontent .navbar ul .dropdown-menu .solutionlist ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
  }
  header .headercontent .navbar ul .dropdown-menu .solutionlist ul .listitem {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  header .headercontent .rightlinks {
    margin-left: auto;
  }
  .list {
    display: none;
  }
  .list.hide {
    display: none;
  }
  .mobile_toggleBtn {
    display: flex;
  }
  .mob_black {
    fill: #000;
  }
}
@media screen and (max-width: 576px) {
  header {
    padding-top: 24px;
    position: absolute;
  }
  header .headercontent {
    border: none;
    background: transparent;
    border-radius: unset;
    backdrop-filter: unset;
    display: flex;
    justify-content: center;
    padding: 0;
  }
  header .headercontent .logo {
    padding: 0;
  }
  header .headercontent .navbar, header .headercontent .rightlinks, header .headercontent #toggleBtn {
    display: none;
  }
  header.sticky .headercontent {
    background: transparent;
  }
}
@media screen and (min-width: 576px) {
  .mobileheader {
    display: none;
  }
}
.mobileheader {
  z-index: 99;
  position: fixed;
  bottom: 20px;
  width: 100%;
}
.mobileheader .navbar_mob {
  border: none;
  box-shadow: 0 0 0 1px rgba(204, 204, 204, 0.4);
  border: none;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
  padding: 10px;
  border-radius: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.mobileheader .navbar_mob.open-dropdown {
  border-radius: 0 0 20px 20px;
}
.mobileheader .navbar_mob .navmobitem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px;
  border-radius: 100%;
  background-color: #3f3f3e;
}
.mobileheader .navbar_mob .navmobitem span {
  display: none;
}
.mobileheader .navbar_mob .navmobitem svg {
  width: 22px;
  height: 22px;
}
.mobileheader .navbar_mob ul {
  display: flex;
  justify-content: space-between;
  gap: 9px;
  width: 100%;
}
.mobileheader .navbar_mob ul li.active .navmobitem, .mobileheader .navbar_mob ul li.show .navmobitem {
  padding: 10px 14px;
  border-radius: 40px;
  background-color: #E6B400;
}
.mobileheader .navbar_mob ul li.active .navmobitem svg path, .mobileheader .navbar_mob ul li.show .navmobitem svg path {
  fill: #000;
}
.mobileheader .navbar_mob ul li.active .navmobitem span, .mobileheader .navbar_mob ul li.show .navmobitem span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.mobileheader .navbar_mob ul li.active .togglebtnmob .mobile_toggleBtn_line, .mobileheader .navbar_mob ul li.show .togglebtnmob .mobile_toggleBtn_line {
  background-color: #000;
}
.mobileheader .navbar_mob ul .dropdown-menu {
  display: none;
  position: absolute;
  bottom: 100%;
  width: 100%;
  padding: 43px 20px 30px;
  border: none;
  box-shadow: 0 -0.5px 0 1px rgba(204, 204, 204, 0.4);
  border: none;
  border-top: none;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  border-radius: 20px 20px 0 0;
  transition: none;
  cursor: auto;
  max-height: 84vh;
  overflow: auto;
}
.mobileheader .navbar_mob ul .dropdown-menu::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
  display: none;
}
.mobileheader .navbar_mob ul .dropdown-menu::-webkit-scrollbar-track {
  display: none;
}
.mobileheader .navbar_mob ul .dropdown-menu::-webkit-scrollbar-thumb {
  display: none;
}
.mobileheader .navbar_mob ul .dropdown-menu::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 64px;
  height: 3px;
  background-color: #fff;
  opacity: 0.4;
}
.mobileheader .navbar_mob ul .dropdown-menu .titleindropdown {
  display: flex;
  align-items: center;
  font-weight: 700;
  width: 100%;
  margin-bottom: 16px;
}
.mobileheader .navbar_mob ul .dropdown-menu .titleindropdown img {
  max-width: 32px;
  margin-right: 14px;
}
.mobileheader .navbar_mob ul .dropdown-menu .list .listitem img, .mobileheader .navbar_mob ul .dropdown-menu .list .listitem svg {
  margin-right: 16px;
}
.mobileheader .navbar_mob ul .dropdown-menu .listitem {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}
.mobileheader .navbar_mob ul .dropdown-menu .listitem img, .mobileheader .navbar_mob ul .dropdown-menu .listitem svg {
  margin-right: 0;
  max-width: 52px;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown {
  display: flex;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 42px;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown ul {
  display: block;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab {
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  width: 356px;
  margin-right: 32px;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul li {
  width: 100%;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul li .list {
  display: none;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 18px;
  transition: all 0.3s;
  opacity: 0.5;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem img {
  max-width: 32px;
  margin-right: 14px;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem::after {
  content: "";
  width: 18px;
  height: 8px;
  background: url("./../../src/images/arrowdown.svg") no-repeat center;
  position: absolute;
  right: 0;
  transition: all 0.3s;
  filter: brightness(0) invert(1);
  display: none;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem .arrowtabb {
  width: 21px;
  height: 18px;
  position: absolute;
  right: 0;
  transition: all 0.3s;
  text-align: right;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem .arrowtabb img {
  filter: brightness(0) invert(1);
  margin: 0;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem.activelink {
  opacity: 1;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem.activelink::after {
  transition: all 0.3s;
  transform: rotate(-90deg);
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem.activelink .arrowtabb {
  transition: all 0.3s;
  transform: rotate(-180deg);
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem:hover {
  opacity: 1;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .list {
  display: none;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .list:not(.hide) {
  display: block;
}
.mobileheader .navbar_mob ul .dropdown-menu .productslist ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 14px;
}
.mobileheader .navbar_mob ul .dropdown-menu .productslist ul li .listitem {
  flex-direction: column;
  text-align: center;
  gap: 12px;
}
.mobileheader .navbar_mob ul .dropdown-menu .solutionlist ul {
  display: grid;
}
.mobileheader .navbar_mob ul .dropdown-menu .otherpagelink {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.mobileheader .navbar_mob ul .dropdown-menu .otherpagelink a {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 27px;
  display: block;
  text-align: center;
}
.mobileheader .navbar_mob ul .navbaritem {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  text-transform: capitalize;
}
.mobileheader .navbar_mob ul .navbaritem:hover {
  color: #E6B400;
}
.mobileheader .navbar_mob ul li .navbaritem {
  display: block;
}
.mobileheader .navbar_mob ul li.dropdown {
  padding: 0;
}
.mobileheader .navbar_mob ul li.dropdown .navbaritem {
  padding-right: 25px;
  position: relative;
}
.mobileheader .navbar_mob ul li.dropdown .navbaritem::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("./../../src/images/chevron-down.svg") no-repeat center;
  position: absolute;
  right: 0;
  transition: all 0.3s;
}
.mobileheader .navbar_mob ul li.dropdown.active .navbaritem::after {
  transform: rotate(-90deg);
  transition: all 0.1s;
}
.mobileheader .navbar_mob ul .dropdown-menu .listitem svg {
  width: 32px;
  height: 32px;
  margin: 0;
}
.mobileheader .navbar_mob ul .dropdown-menu .listitem img {
  max-width: 32px;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown {
  display: block;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab {
  background-color: transparent;
  padding: 0;
  border-radius: unset;
  width: 100%;
  margin-right: 0;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul {
  gap: 16px;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul li .list {
  display: none;
  margin-top: 16px;
  padding-left: 34px;
  position: relative;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul li .list:not(.hide) {
  display: block;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul li .list::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  width: 1px;
  height: 100%;
  background: url("./../../src/images/dotedline.webp") center;
  filter: brightness(0) invert(1);
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem {
  opacity: 1;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab ul .dropdownwithdropdownitem.activelink::after {
  transform: rotate(180deg);
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab.opendrop ul .dropdownwithdropdownitem {
  opacity: 0.5;
}
.mobileheader .navbar_mob ul .dropdown-menu .dropdownwithdropdown .innertab.opendrop ul .dropdownwithdropdownitem.activelink {
  opacity: 1;
  font-weight: 600;
}
.mobileheader .navbar_mob ul .dropdown-menu .solutionlist ul {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 14px;
}
.mobileheader .navbar_mob ul .dropdown-menu .solutionlist ul .listitem {
  flex-direction: column;
  text-align: center;
  gap: 12px;
}

.togglebtnmob {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
}
.togglebtnmob .mobile_toggleBtn_line {
  background-color: #fff;
  border-radius: 10px;
  width: 16.62px;
}
.togglebtnmob .mobile_toggleBtn_line:first-child,
.togglebtnmob .mobile_toggleBtn_line:last-child {
  height: 2.2px;
}

.toggleactive #line-1,
.toggleactive #line-1mob {
  transform: rotate(45deg);
  transform-origin: 4px 3px;
  transition: 0.3s ease-in-out;
}
.toggleactive #line-2,
.toggleactive #line-2mob {
  transition: 0.3s ease-in-out;
  transform: rotate(-45deg);
  transform-origin: 4px -0.5px;
}

@media screen and (max-width: 400px) {
  .mobileheader .navbar_mob ul {
    gap: 8px;
  }
  .mobileheader .navbar_mob ul li.active .navmobitem {
    padding: 10px 13px;
  }
  .mobileheader .navbar_mob ul li.active .navmobitem svg {
    width: 19px;
  }
  .mobileheader .navbar_mob ul li.active .navmobitem span {
    font-size: 14px;
  }
  .mobileheader .navbar_mob .navmobitem {
    gap: 6px;
    padding: 9px;
  }
}
footer {
  background-color: #1a1a19;
  padding: 160px 0 40px;
  position: relative;
}
footer .graphics {
  position: absolute;
  z-index: 1;
  margin-top: 0;
  width: 100%;
  top: -12%;
}
footer .graphics img {
  margin-bottom: 0;
  object-fit: cover;
  width: 100%;
}
footer .footerinner .needhelp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
footer .footerinner .needhelp h2 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}
footer .footerinner .needhelp h2 span {
  font-weight: 700;
  color: #fff;
}
footer .footerinner .footer_navbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 90px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
  margin: 30px 0;
}
footer .footerinner .footer_navbar:nth-last-child(2) {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
footer .footerinner .footer_navbar .footeritem {
  position: relative;
}
footer .footerinner .footer_navbar .footeritem:last-child {
  padding-right: 0;
  border-right: none;
}
footer .footerinner .footer_navbar .footeritem:last-child::after {
  display: none;
}
footer .footerinner .footer_navbar .footeritem::after {
  content: "";
  position: absolute;
  right: -44px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
footer .footerinner .footer_navbar .footeritem h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #fff;
  margin: 0 0 24px;
}
footer .footerinner .footer_navbar .footeritem a {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #fff;
}
footer .footerinner .footer_navbar .footeritem a strong {
  font-weight: 500;
}
footer .footerinner .footer_navbar .footeritem .socialsharing {
  display: flex;
  gap: 12px;
}
footer .footerinner .footer_navbar .footeritem .socialsharing .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid #fff;
  width: 28px;
  height: 28px;
  border-radius: 100%;
}
footer .footerinner .footer_navbar .footeritem .socialsharing .icon:hover {
  background-color: #fff;
}
footer .footerinner .footer_navbar .footeritem .socialsharing .icon:hover svg path {
  fill: #000;
}
footer .footerinner .footer_navbar .footeritem .socialsharing .icon:hover img {
  filter: brightness(0);
}
footer .footerinner .footer_navbar .footeritem ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
footer .footerinner .footer_navbar .footeritem ul li a {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
footer .footerinner .footer_navbar .footeritem ul li a::before {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'><path d='M1.3335 11L6.19208 6.14142C6.27018 6.06332 6.27018 5.93668 6.19207 5.85858L1.3335 1' stroke='white' stroke-width='2' stroke-linecap='round'/></svg>");
  position: absolute;
  left: 0;
  top: 1px;
}
footer .footerinner .footer_navbar .footeritem ul li a:hover {
  color: #E6B400;
}
footer .footerinner .footer_navbar .footeritem ul li a:hover::before {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'><path d='M1.3335 11L6.19208 6.14142C6.27018 6.06332 6.27018 5.93668 6.19207 5.85858L1.3335 1' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/></svg>");
}
footer .footerinner .copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footerinner .copyrights .logo {
  max-width: 184px;
}
footer .footerinner .copyrights p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
}
footer .footerinner .copyrights p a {
  text-decoration: none;
  color: #fff;
}
footer .footerinner .copyrights p a:hover {
  color: #E6B400;
}

@media screen and (min-width: 1700px) {
  footer {
    padding: 180px 0 60px;
  }
  footer .footerinner .needhelp {
    gap: 60px;
  }
  footer .footerinner .needhelp h2 {
    font-size: 48px;
    line-height: 53px;
  }
  footer .footerinner .footer_navbar {
    padding: 60px 0;
    margin: 60px 0;
    gap: 170px;
  }
  footer .footerinner .footer_navbar .footeritem::after {
    right: -85px;
  }
  footer .footerinner .footer_navbar .footeritem h2 {
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 36px;
  }
  footer .footerinner .footer_navbar .footeritem ul li a {
    font-size: 18px;
    line-height: 23px;
  }
  footer .footerinner .footer_navbar .footeritem a {
    font-size: 18px;
    line-height: 23px;
  }
  footer .footerinner .footer_navbar .footeritem .socialsharing {
    gap: 17px;
  }
  footer .footerinner .footer_navbar .footeritem .socialsharing .icon {
    width: 32px;
    height: 32px;
  }
  footer .footerinner .copyrights .logo {
    max-width: 255px;
  }
  footer .footerinner .copyrights p {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1910px) and (min-width: 1775px) {
  footer .footerinner .footer_navbar {
    gap: 127px;
  }
  footer .footerinner .footer_navbar .footeritem::after {
    right: -63px;
  }
}
@media screen and (max-width: 1775px) and (min-width: 1700px) {
  footer .footerinner .footer_navbar {
    gap: 100px;
  }
  footer .footerinner .footer_navbar .footeritem h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
  }
  footer .footerinner .footer_navbar .footeritem ul li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
  }
  footer .footerinner .footer_navbar .footeritem::after {
    right: -50px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 576px) {
  footer {
    padding: 50px 0 50px;
  }
  footer .footerinner .needhelp {
    gap: 28px;
  }
  footer .footerinner .needhelp h2 {
    font-size: 24px;
  }
  footer .footerinner .footer_navbar {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 100px;
  }
  footer .footerinner .footer_navbar .footeritem::after {
    right: -50px;
  }
  footer .footerinner .footer_navbar .footeritem:nth-child(2)::after {
    display: none;
  }
  footer .footerinner .footer_navbar .footeritem:nth-child(3), footer .footerinner .footer_navbar .footeritem:nth-child(4) {
    margin-top: 30px;
  }
  footer .footerinner .footer_navbar .footeritem:nth-child(3)::before, footer .footerinner .footer_navbar .footeritem:nth-child(4)::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: calc(100% + 50px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  footer .footerinner .footer_navbar .footeritem:nth-child(4)::before {
    left: -50px;
  }
  footer .footerinner .footer_navbar .footeritem h2 {
    font-size: 18px;
    margin: 0 0 22px;
  }
  footer .footerinner .footer_navbar .footeritem ul {
    gap: 18px;
  }
  footer .footerinner .footer_navbar.footer_navbarbottom {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 96px;
  }
  footer .footerinner .footer_navbar.footer_navbarbottom .footeritem {
    width: calc(33.33% - 64px);
  }
  footer .footerinner .footer_navbar.footer_navbarbottom .footeritem:nth-child(2)::after {
    display: block;
  }
  footer .footerinner .footer_navbar.footer_navbarbottom .footeritem:nth-child(3) {
    margin: 0;
  }
  footer .footerinner .footer_navbar.footer_navbarbottom .footeritem:nth-child(3)::before, footer .footerinner .footer_navbar.footer_navbarbottom .footeritem:nth-child(3)::after {
    display: none;
  }
  footer .footerinner .footer_navbar.footer_navbarbottom .footeritem:nth-child(4) {
    width: 100%;
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
  }
  footer .footerinner .footer_navbar.footer_navbarbottom .footeritem:nth-child(4) h2 {
    margin: 0;
  }
  footer .footerinner .footer_navbar.footer_navbarbottom .footeritem:nth-child(4)::before {
    left: 0;
    width: 100%;
  }
  footer .graphics {
    top: -10%;
  }
}
@media screen and (max-width: 700px) and (min-width: 576px) {
  footer .footerinner .needhelp {
    gap: 20px;
    flex-direction: column;
  }
  footer .footerinner .needhelp h2 {
    font-size: 20px;
  }
  footer .footerinner .needhelp .btn {
    width: 100%;
  }
  footer .footerinner .footer_navbar {
    gap: 30px 70px;
  }
  footer .footerinner .footer_navbar .footeritem::after {
    right: -35px;
  }
  footer .footerinner .footer_navbar .footeritem:nth-child(4)::before, footer .footerinner .footer_navbar .footeritem:nth-child(3)::before {
    width: calc(100% + 35px);
  }
  footer .footerinner .footer_navbar .footeritem:nth-child(4)::before {
    left: -35px;
  }
  footer .footerinner .footer_navbar.footer_navbarbottom {
    gap: 30px 50px;
  }
  footer .footerinner .footer_navbar.footer_navbarbottom .footeritem {
    width: calc(33.33% - 40px);
  }
  footer .footerinner .footer_navbar.footer_navbarbottom .footeritem::after {
    right: -25px;
  }
  footer .footerinner .copyrights {
    justify-content: center;
  }
  footer .footerinner .copyrights .logo {
    display: none;
  }
  footer .graphics {
    top: -8%;
  }
}
@media screen and (max-width: 576px) {
  footer {
    padding: 40px 0 105px;
  }
  footer .footerinner .needhelp {
    gap: 20px;
    flex-direction: column;
  }
  footer .footerinner .needhelp h2 {
    font-size: 20px;
  }
  footer .footerinner .needhelp .btn {
    width: 100%;
  }
  footer .footerinner .footer_navbar {
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 27px 0;
    margin: 27px 0;
  }
  footer .footerinner .footer_navbar:not(.footer_navbarbottom) {
    border-bottom: none;
    margin-bottom: 0;
  }
  footer .footerinner .footer_navbar:not(.footer_navbarbottom) .footeritem h2 {
    padding-right: 15px;
    position: relative;
    margin: 0;
  }
  footer .footerinner .footer_navbar:not(.footer_navbarbottom) .footeritem h2::after {
    content: "";
    width: 18px;
    height: 8px;
    background: url(./../../src/images/arrowdown.svg) no-repeat center;
    position: absolute;
    right: 0;
    top: 6px;
    transition: all 0.3s;
    filter: brightness(0) invert(1);
  }
  footer .footerinner .footer_navbar:not(.footer_navbarbottom) .footeritem ul {
    display: none;
    margin-top: 20px;
  }
  footer .footerinner .footer_navbar:not(.footer_navbarbottom) .footeritem.active h2::after {
    transform: rotate(180deg);
  }
  footer .footerinner .footer_navbar:not(.footer_navbarbottom) .footeritem.active ul {
    display: grid;
  }
  footer .footerinner .footer_navbar .footeritem::after {
    display: none;
  }
  footer .footerinner .footer_navbar .footeritem h2 {
    font-size: 14px;
    margin: 0 0 20px;
  }
  footer .footerinner .footer_navbar .footeritem ul {
    gap: 18px;
  }
  footer .footerinner .footer_navbar.footer_navbarbottom .footeritem:last-child {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  footer .footerinner .footer_navbar.footer_navbarbottom .footeritem:last-child h2 {
    margin: 0;
  }
  footer .footerinner .copyrights {
    justify-content: center;
  }
  footer .footerinner .copyrights .logo {
    display: none;
  }
  footer .footerinner .copyrights p {
    text-align: center;
  }
  footer .graphics {
    top: -8%;
  }
  footer .graphics img {
    min-height: 102px;
    object-position: left;
  }
}
@media screen and (max-width: 400px) {
  footer .footerinner .footer_navbar .footeritem .socialsharing {
    gap: 7px;
  }
}
.mainbanner {
  position: relative;
  background: url("./../../src/images/BG.webp") no-repeat center;
}
.mainbanner .content {
  padding: 186px 0 94px;
  max-width: 813px;
  margin: 0 auto;
  text-align: center;
}
.mainbanner .content h1 {
  font-size: 42px;
  font-weight: 300;
  line-height: 53px;
  color: #fff;
  text-align: center;
  margin: 0 0 35px;
}
.mainbanner .content h1 span {
  font-weight: 700;
  color: #fff;
}
.mainbanner .graphics {
  position: relative;
  z-index: 1;
  margin-top: 27px;
}
.mainbanner .graphics img {
  margin-bottom: 0;
  object-fit: cover;
  width: 100%;
}
.mainbanner .brandslinked {
  max-width: 1286px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mainbanner .brandslinked .slick-slide {
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (min-width: 1700px) {
  .mainbanner .brandslinked {
    max-width: 1760px;
    padding: 0 100px;
  }
}
@media screen and (max-width: 992px) {
  .mainbanner .brandslinked {
    max-width: 100%;
    padding: 0;
  }
}
.mainbanner .brandslinked .bannerbrands {
  opacity: 0;
  display: flex;
  align-items: center;
}
.mainbanner .brandslinked .bannerbrands.slick-slider .slick-list {
  width: 100% !important;
}
.mainbanner .brandslinked .bannerbrands.slick-slider .slick-track {
  display: flex;
  align-items: center;
  min-width: 100%;
}
.mainbanner .brandslinked .branditem {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.mainbanner .brandslinked .branditem img {
  width: 100%;
  object-fit: contain;
  height: 68px;
}

@media screen and (min-width: 1700px) {
  .mainbanner .content {
    padding: 277px 0 107px;
    max-width: 1209px;
  }
  .mainbanner .content h1 {
    font-size: 64px;
    line-height: 74px;
    margin: 0 0 50px;
  }
  .mainbanner .brandslinked .slick-slide {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mainbanner .brandslinked .branditem {
    padding: 0 0px;
  }
  .mainbanner .brandslinked .branditem img {
    width: 100%;
    object-fit: contain;
    height: 100px;
  }
  .mainbanner .brandslinked .branditem img[src$=".svg"] {
    max-width: 165px;
  }
  .mainbanner .graphics {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1275px) {
  .mainbanner .brandslinked .slick-slide {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mainbanner .brandslinked .branditem img {
    height: 64px;
  }
}
@media screen and (max-width: 992px) {
  .mainbanner .content {
    padding: 174px 0 64px;
    max-width: 550px;
  }
  .mainbanner .brandslinked .slick-slide {
    padding-right: 8px;
    padding-left: 8px;
  }
  .mainbanner .brandslinked .branditem {
    padding: 0 10px;
  }
  .mainbanner .brandslinked .branditem img {
    width: 100%;
    object-fit: contain;
    height: 72px;
  }
  .mainbanner .graphics {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .mainbanner .content {
    padding: 112px 0 46px;
    max-width: 100%;
  }
  .mainbanner .content h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .mainbanner .brandslinked .slick-slide {
    padding-right: 5px;
    padding-left: 5px;
  }
  .mainbanner .brandslinked .branditem {
    padding: 0 0px;
  }
  .mainbanner {
    background-position: left;
  }
  .mainbanner .graphics img {
    min-height: 102px;
    object-position: left;
  }
}
.maininnercontents {
  position: relative;
  background: url("./../../src/images/expBanner_BG.webp") no-repeat center;
  background-size: cover !important;
}
.maininnercontents.digital-transformationmain {
  background: url("./../../src/images/digiBanner_BG.webp") no-repeat center;
}
.maininnercontents.software-development {
  background: url("./../../src/images/softdevBanner_BG.webp") no-repeat center;
}
.maininnercontents .content {
  padding: 134px 0 80px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.maininnercontents .content h1 {
  text-transform: uppercase;
}
.maininnercontents .content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  margin: 0 0 30px;
  text-align: left;
}
.maininnercontents .content p a {
  color: #E6B400;
}
.maininnercontents .content .semiheading {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 30px;
  text-transform: capitalize;
  text-align: center;
}
.maininnercontents .content .semiheading a {
  color: #E6B400;
}
.maininnercontents .content .btnmaininnercontent {
  margin: 0 auto 30px;
}
.maininnercontents .content .btnmaininnercontentbottom {
  margin: 30px auto 0;
}
.maininnercontents .content .imgmain {
  margin: 30px 0 0;
}
.maininnercontents .experitesmain {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin: 60px 0 0;
}
.maininnercontents .experitesmain .expertisecard p {
  text-align: left;
  margin: 0;
}
.maininnercontents .productsmain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin: 60px 0 0;
}
.maininnercontents .productsmain .productscard {
  flex: 0 1 calc(33.33% - 20px);
}
.maininnercontents .contactmain {
  margin: 60px 0 0;
}
.maininnercontents .contactmain .contactcard p {
  margin-bottom: 0;
  margin-top: 26px;
  font-weight: 300;
}
.maininnercontents .contactmain .contactcard p a {
  color: #fff;
}
.maininnercontents .filters {
  max-width: 700px;
  margin: 0 auto;
}
.maininnercontents .filters h3 {
  display: none;
}
.maininnercontents .filters .filtersinner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.maininnercontents .filters .filtersinner .dropdown {
  position: relative;
  display: block;
}
.maininnercontents .filters .filtersinner .dropdown .dropdownbutton {
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #151515;
  padding: 21px 18px;
  padding-right: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  position: relative;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.maininnercontents .filters .filtersinner .dropdown .dropdownbutton::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(./../images/arrow-down.svg) center no-repeat;
  transition: all 0.4s;
}
.maininnercontents .filters .filtersinner .dropdown .dropdownOptions {
  display: none;
  position: absolute;
  background-color: #151515;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  padding: 20px;
  border-radius: 15px;
  z-index: 2;
  transition: all 0.4s;
}
.maininnercontents .filters .filtersinner .dropdown .dropdownOptions .Optionitem {
  color: #fff;
  padding: 10px 0px;
  display: block;
  text-decoration: none;
  text-align: left;
}
.maininnercontents .filters .filtersinner .dropdown.open .dropdownbutton {
  border-radius: 15px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
.maininnercontents .filters .filtersinner .dropdown.open .dropdownbutton::after {
  transform: rotate(180deg);
  transition: all 0.4s;
}
.maininnercontents .filters .filtersinner .dropdown.open .dropdownOptions {
  display: block;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-top: none;
  transition: all 0.4s;
}
.maininnercontents .detaillinner {
  max-width: 882px;
  min-width: 882px;
  margin: 0 auto;
}
.maininnercontents .detaillinner h1 {
  font-weight: 700;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  position: relative;
}
.maininnercontents .detaillinner .blogdetail img {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 500px;
  object-position: top;
}
.maininnercontents .detaillinner .blogdetail .detailcontent {
  margin-top: -5px;
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
  position: relative;
  background: #151515;
  transition: background-position 1.5s ease-in-out;
}
.maininnercontents .detaillinner .blogdetail .detailcontent::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(153, 153, 153, 0) 60%);
}
.maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail {
  background: #151515;
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
  padding: 40px 40px;
  padding-bottom: 20px;
  margin: 0.8px;
  z-index: 1;
  position: relative;
}
.maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail .datauthor {
  display: flex;
  align-items: center;
}
.maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail .datauthor > div {
  position: relative;
  padding: 0 28px;
  font-size: 15px;
  line-height: 20px;
}
.maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail .datauthor > div::after {
  content: "";
  width: 1.2px;
  height: 13px;
  background: #fff;
  display: block;
  position: absolute;
  right: 0px;
  top: 3px;
}
.maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail .datauthor > div:last-child::after {
  display: none;
}
.maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail p.imprtantshort {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  margin: 28px 0;
  text-align: left;
}
.maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail p.imprtantshort a {
  color: #E6B400;
}
.maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail .breakline {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 1px;
  margin: 28px 0;
}
.maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: left;
}
.maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail p {
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 20px;
  text-align: left;
}
.maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail p strong {
  font-weight: 700;
}
.maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail ul {
  list-style: none;
  margin: 0 0 20px;
}
.maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail ul li {
  margin: 0 0 5px;
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
}
.maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail ul li strong {
  font-weight: 700;
}
.maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail a {
  color: #E6B400;
}
.maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: left;
}
.maininnercontents.iffooter .content {
  padding-bottom: 130px;
}

.contactmain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}

.contactcard {
  flex: 0 1 calc(33.33% - 20px);
  overflow: hidden;
  padding: 0;
  padding-bottom: 1.6px;
  border-radius: 32px;
  position: relative;
  transition: background-position 1.5s ease-in-out;
}
.contactcard::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to top, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
}
.contactcard .contactcardin {
  background-color: #151515;
  padding: 32px 36px;
  border-radius: 32px;
  height: 100%;
  text-align: center;
  margin: 0.8px;
  z-index: 1;
  position: relative;
}
.contactcard img {
  max-width: 72px;
  margin: 0 auto;
}
.contactcard h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 24px 0 0;
  color: #fff;
  text-align: center;
}
.contactcard p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  margin-top: 26px;
}
.contactcard p strong {
  font-weight: 700;
}
.contactcard p a {
  font-weight: 300;
  color: #fff;
}
.contactcard p a[href^="tel:"] {
  font-weight: 700;
}
.contactcard:nth-child(n+4):nth-child(-n+6)::before {
  background: linear-gradient(to bottom, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
}

.socialmedia {
  display: grid;
  grid-template-columns: 478px 1fr;
  gap: 50px;
  padding: 21px 102px;
  border: 1px solid #fff;
  border-radius: 60px;
  margin-top: 24px;
  align-items: center;
}
.socialmedia h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.socialmedia ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
.socialmedia ul li .icon {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialmedia ul li .icon img {
  max-width: 20px;
}

.contact_map {
  width: 100%;
  height: 488px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.6980392157);
  margin-top: 24px;
}

.agile_product {
  background-size: cover;
  padding: 80px 0 80px;
  position: relative;
  background: url("./../../src/images/expSecondSection_BG.webp");
  background-size: cover;
}
.agile_product.software_agile_product {
  background: url("./../../src/images/softdev2ndSection.webp");
  background-size: cover;
}
.agile_product .agilesmain {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 17px;
}
.agile_product.fourprocessitems .agilesmain {
  grid-template-columns: repeat(4, 1fr);
}
.agile_product.fourprocessitems .numberagile {
  grid-template-columns: repeat(4, 1fr);
}
.agile_product.fourprocessitems .numberagile::before {
  width: 77%;
  left: 12%;
}
.agile_product .secpera {
  font-size: 20px;
  line-break: 25px;
  font-weight: 600;
  text-align: center;
}
.agile_product .secpera.ifbottom {
  margin: 48px 0 0;
}
.agile_product .secpera.iftop {
  margin: 0 0 48px;
}
.agile_product.iffooter {
  padding: 80px 0 130px;
}

.agilecard {
  overflow: hidden;
  padding: 0;
  padding-bottom: 1.6px;
  border-radius: 22px;
  position: relative;
  transition: background-position 1.5s ease-in-out;
}
.agilecard::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to top, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
}
.agilecard .agilecardin {
  background-color: #151515;
  padding: 26px 14px;
  border-radius: 22px;
  height: 100%;
  text-align: center;
  margin: 0.8px;
  z-index: 1;
  position: relative;
}
.agilecard img {
  max-width: 56px;
  margin: 0 auto;
}
.agilecard h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0;
  color: #fff;
  text-align: center;
}
.agilecard:hover h3 {
  color: #E6B400;
}

.numberagile {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 17px;
  position: relative;
  align-items: center;
  margin-bottom: 22px;
}
.numberagile::before {
  content: "";
  width: 84%;
  left: 8%;
  height: 1px;
  background-color: #E6B400;
  position: absolute;
}
.numberagile .numbagile {
  border: 1px solid #E6B400;
  background: #fff;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 1;
}
.helpsec {
  padding: 80px 0;
  background: url("./../../src/images/digiSection1BG.webp") no-repeat center;
  background-size: cover !important;
  display: grid;
}
.helpsec.iffooter {
  padding: 80px 0 130px;
}
.helpsec .helpmmain {
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
  padding-bottom: 1.6px;
  position: relative;
  transition: background-position 1.5s ease-in-out;
}
.helpsec .helpmmain::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(153, 153, 153, 0) 60%);
}
.helpsec .helpmmain .helpinner {
  background-color: #151515;
  padding: 48px 48px;
  border-radius: 30px;
  margin: 0.8px;
  z-index: 1;
  position: relative;
}
.helpsec .secpera {
  font-size: 20px;
  line-break: 25px;
  font-weight: 600;
  text-align: center;
}
.helpsec .secpera.ifbottom {
  margin: 48px 0 0;
}
.helpsec .secpera.iftop {
  margin: 0 0 48px;
}

.helpitem {
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 34px;
}
.helpitem:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.helpitem h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}
.helpitem h3 a {
  color: #E6B400;
}
.helpitem p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  padding: 24px 0 0;
}
.helpitem p a {
  color: #E6B400;
}
.helpitem h3 + ul {
  margin-top: 26px;
}
.helpitem ul li {
  font-size: 18px;
  line-height: 25px;
  margin-top: 4px;
}
.helpitem ul li a {
  color: #E6B400;
}

.processmain {
  padding: 80px 0;
  background: url("./../../src/images/softdev3rdSection.webp") no-repeat center;
  background-size: 100% 100%;
  background-position: center;
}
.processmain.iffooter {
  padding: 80px 0 130px;
}

.processlisting {
  counter-reset: process-counter;
}

.processitem {
  counter-increment: process-counter;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 52px;
  margin-top: 52px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 44px;
  align-items: center;
}
.processitem:first-child {
  margin-top: 0;
}
.processitem .counter {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
  font-size: 131px;
  line-height: 136px;
  position: relative;
}
.processitem .counter::before {
  content: counter(process-counter, decimal-leading-zero);
}
.processitem .content h3 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  margin: 0 0 26px;
}
.processitem .content h3 a {
  color: #E6B400;
}
.processitem .content p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.processitem .content p a {
  color: #E6B400;
}
.processitem .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 15px;
  counter-reset: li-counter;
}
.processitem .content ul li {
  position: relative;
  width: 100%;
  counter-increment: li-counter;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.processitem .content ul li a {
  color: #E6B400;
}
.processitem .content ul li::before {
  content: counter(li-counter) ". ";
  color: #E6B400;
}
.processitem .content ul + p {
  margin-top: 16px;
}

.helpitem + .processlisting .processitem:first-child {
  border-top: none;
  padding-top: 0;
}

.helpitem + .processlisting .processitem .content h3 {
  font-size: 20px;
  line-height: 25px;
}

.blogmain {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin: 60px 0 0;
}

.blogcard {
  overflow: hidden;
  padding: 0;
  padding-bottom: 1.6px;
  border-radius: 16px;
  position: relative;
  transition: background-position 1.5s ease-in-out;
}
.blogcard::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to top, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
}
.blogcard .blogcardin {
  background-color: #151515;
  padding: 14px;
  border-radius: 16px;
  height: 100%;
  text-align: left;
  margin: 0.8px;
  z-index: 1;
  position: relative;
}
.blogcard .blogimg {
  border-radius: 16px;
  width: 100%;
  height: 233px;
  overflow: hidden;
  display: inline-block;
}
.blogcard .blogimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogcard .contentincard {
  padding: 26px 12px 12px;
}
.blogcard .datauthor {
  display: flex;
  align-items: center;
}
.blogcard .datauthor > div {
  position: relative;
  padding: 0 28px;
  font-size: 15px;
  line-height: 20px;
}
.blogcard .datauthor > div:last-child::after {
  display: none;
}
.blogcard .datauthor > div::after {
  content: "";
  width: 2px;
  height: 13px;
  background: #fff;
  display: block;
  position: absolute;
  right: 0px;
  top: 3px;
}
.blogcard h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
  color: #fff;
}
.blogcard p.peradetail {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
.blogcard p.peradetail strong {
  font-weight: 700;
}
.blogcard p.peradetail a {
  font-weight: 300;
  color: #fff;
}
.blogcard a.readmore {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.blogcard a.readmore img {
  margin-left: 14px;
}

.contact_map div[style*="display: inline-flex;"] {
  display: none !important;
}

.newcreationdesign {
  padding: 80px 0 80px;
  position: relative;
  background: url(./../../src/images/websitedevsection_2_bg.webp);
  background-size: cover;
}

.creationmain {
  border-radius: 30px;
  position: relative;
  background: #151515;
  transition: background-position 1.5s ease-in-out;
  overflow: hidden;
}
.creationmain::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(153, 153, 153, 0) 60%);
}
.creationmain .creationmaininner {
  background: #151515;
  border-radius: 30px;
  padding: 13px 48px;
  margin: 0.8px;
  z-index: 1;
  position: relative;
}

.createcards {
  display: flex;
  flex-wrap: wrap;
}

.createcarditem {
  padding: 0 43px;
  width: calc(25% - 0px);
  padding-bottom: 35px;
  padding-top: 35px;
  position: relative;
}
.createcarditem::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50px;
  width: 1px;
  height: 112px;
  background: rgba(255, 255, 255, 0.2);
}
.createcarditem img {
  max-width: 56px;
}
.createcarditem h3 {
  margin: 34px 0 0;
  font-size: 24px;
  line-height: 30px;
}
.createcarditem:first-child {
  padding-left: 0;
}
.createcarditem:last-child, .createcarditem:nth-child(5n-1) {
  border-right: none;
  padding-right: 0;
}
.createcarditem:last-child::after, .createcarditem:nth-child(5n-1)::after {
  display: none;
}
.createcarditem:nth-child(-n+4) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.createcarditem:nth-child(5n) {
  padding-left: 0;
}

.featuresmain {
  padding: 80px 0 80px;
  position: relative;
  background: url(./../../src/images/websitedevsection_2_bg.webp);
  background-size: cover;
}
.featuresmain.iffooter {
  padding: 80px 0 130px;
}

.featuremain {
  border-radius: 30px;
  position: relative;
  background: #151515;
  transition: background-position 1.5s ease-in-out;
  overflow: hidden;
}
.featuremain::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
}
.featuremain .featureinner {
  background: #151515;
  border-radius: 30px;
  padding: 10px 48px 55px;
  margin: 0.8px;
  z-index: 1;
  position: relative;
}
.featuremain .featureinner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.featuremain .featureinner ul::after {
  content: "";
  width: 1px;
  height: calc(100% - 45px);
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  top: 45px;
  transform: translateX(50%);
}
.featuremain .featureinner ul li {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: 45px 0 0;
  width: calc(50% - 50px);
  padding: 0 0px 0 15px;
}
.featuremain .featureinner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #fff;
}
.featuremain .featureinner ul li a {
  color: #E6B400;
}
.featuremain .featureinner h4 {
  margin: 45px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.toptobottmlinesstyle {
  margin-top: 36px;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
  padding-bottom: 1.6px;
  position: relative;
  transition: background-position 1.5s ease-in-out;
}
.toptobottmlinesstyle::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(153, 153, 153, 0) 60%);
}
.toptobottmlinesstyle .toptobottmlinesstyleinner {
  background-color: #151515;
  padding: 48px 48px;
  border-radius: 30px;
  margin: 0.8px;
  z-index: 1;
  position: relative;
}
.toptobottmlinesstyle .proheading {
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 34px;
}
.toptobottmlinesstyle .proheading h2 {
  justify-content: flex-start;
  text-align: left;
  margin: 0;
}
.toptobottmlinesstyle .proheading h2 + h3 {
  margin-top: 26px;
}
.toptobottmlinesstyle .proheading h3 {
  text-align: left;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}
.toptobottmlinesstyle .proheading p {
  margin: 26px 0 0;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}
.toptobottmlinesstyle .proheading ul {
  margin: 16px 0 0;
}
.toptobottmlinesstyle .proheading ul li {
  text-align: left;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
}
.toptobottmlinesstyle .proheading ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 11px;
}
.toptobottmlinesstyle .proheading:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.listing_dot li {
  position: relative;
  padding-left: 15px;
}
.listing_dot li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
}

@media screen and (min-width: 1700px) {
  .maininnercontents .content {
    padding: 184px 0 120px;
  }
  .maininnercontents .content p {
    font-size: 26px;
    line-height: 45px;
    margin: 0 0 30px;
  }
  .maininnercontents .content .semiheading {
    font-size: 28px;
    line-height: 37px;
    margin: 0 0 30px;
  }
  .maininnercontents .content .btnmaininnercontent {
    margin: 0 auto 30px;
  }
  .maininnercontents .content .btnmaininnercontentbottom {
    margin: 30px auto 0;
  }
  .maininnercontents .content .imgmain {
    margin-top: 40px;
  }
  .maininnercontents .experitesmain {
    gap: 34px;
    margin: 70px 0 0;
  }
  .maininnercontents .productsmain {
    gap: 33px;
    margin: 70px 0 0;
  }
  .maininnercontents .productsmain .productscard {
    flex: 0 1 calc(33.33% - 22px);
  }
  .maininnercontents .contactmain {
    margin: 70px 0 0;
    gap: 33px;
  }
  .maininnercontents .filters {
    max-width: 880px;
  }
  .maininnercontents .filters .filtersinner .dropdown .dropdownbutton {
    font-size: 16px;
    line-height: 22px;
    padding: 20px 24px;
  }
  .maininnercontents .detaillinner {
    max-width: 1100px;
    min-width: 1100px;
  }
  .maininnercontents .detaillinner h1 {
    font-size: 56px;
    line-height: 61px;
  }
  .maininnercontents .detaillinner .blogdetail img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 50px 48px;
    padding-bottom: 22px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail .datauthor > div {
    font-size: 16px;
    line-height: 20px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail p.imprtantshort {
    font-size: 26px;
    line-height: 32px;
    margin: 36px 0;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail .breakline {
    margin: 36px 0;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail h3 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 28px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail p {
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 28px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 28px;
  }
  .maininnercontents.iffooter .content {
    padding-bottom: 193px;
  }
  .toptobottmlinesstyle .proheading p {
    font-size: 20px;
    line-height: 27px;
    margin: 26px 0 0;
  }
  .toptobottmlinesstyle .proheading ul li {
    font-size: 20px;
    line-height: 27px;
  }
  .blogmain {
    margin: 70px 0 0;
    gap: 36px;
  }
  .blogcard h3 {
    font-size: 26px;
    line-height: 31px;
  }
  .blogcard p.peradetail {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
  }
  .blogcard a.readmore {
    font-size: 16px;
    line-height: 21px;
  }
  .contactcard {
    flex: 0 1 calc(33.33% - 22px);
  }
  .socialmedia {
    padding: 22px 104px;
    grid-template-columns: 635px 1fr;
    border-radius: 60px;
    margin-top: 33px;
  }
  .socialmedia h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .socialmedia ul {
    gap: 30px;
  }
  .socialmedia ul li .icon {
    width: 64px;
    height: 64px;
  }
  .socialmedia ul li .icon img {
    max-width: 32px;
  }
  .contact_map {
    border-radius: 60px;
    margin-top: 33px;
    height: 673px;
  }
  .agile_product {
    padding: 120px 0;
  }
  .agile_product .secpera {
    font-size: 26px;
    line-break: 31px;
  }
  .agile_product .secpera.ifbottom {
    margin: 70px 0 0;
  }
  .agile_product .secpera.iftop {
    margin: 0 0 70px;
  }
  .agile_product.iffooter {
    padding: 120px 0 193px;
  }
  .numberagile::before {
    height: 2px;
  }
  .numberagile .numbagile {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
  .agilecard .agilecardin {
    padding: 32px 15px;
  }
  .agilecard img {
    max-width: 72px;
  }
  .agilecard h3 {
    font-size: 22px;
    line-height: 29px;
    margin: 30px 0 0;
  }
  .helpsec {
    padding: 120px 0;
  }
  .helpsec.iffooter {
    padding: 120px 0 193px;
  }
  .helpsec .secpera {
    font-size: 26px;
    line-break: 31px;
  }
  .helpsec .secpera.ifbottom {
    margin: 70px 0 0;
  }
  .helpsec .secpera.iftop {
    margin: 0 0 70px;
  }
  .helpsec .helpmmain {
    border-radius: 40px;
  }
  .helpsec .helpmmain .helpinner {
    border-radius: 40px;
  }
  .toptobottmlinesstyle {
    border-radius: 40px;
  }
  .toptobottmlinesstyle .toptobottmlinesstyleinner {
    border-radius: 40px;
  }
  .toptobottmlinesstyle .toptobottmlinesstyleinner .proheading h3 {
    font-size: 26px;
  }
  .helpitem {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .helpitem h3 {
    font-size: 26px;
  }
  .helpitem p {
    font-size: 22px;
    line-height: 29px;
    padding-top: 27px;
  }
  .helpitem ul li {
    font-size: 20px;
    line-height: 28px;
  }
  .helpitem ul li::before {
    top: 12px;
  }
  .helpitem h3 + ul {
    margin-top: 38px;
  }
  .processmain {
    padding: 120px 0;
  }
  .processmain.iffooter {
    padding: 120px 0 193px;
  }
  .processitem {
    padding-top: 80px;
    margin-top: 80px;
    grid-template-columns: 226px 1fr;
    gap: 70px;
  }
  .processitem .counter {
    font-size: 190px;
    line-height: 196px;
  }
  .processitem .content h3 {
    font-size: 32px;
    line-height: 37px;
    margin: 0 0 38px;
  }
  .processitem .content p {
    font-size: 20px;
    line-height: 32px;
  }
  .processitem .content ul {
    gap: 13px;
    margin-top: 18px;
  }
  .processitem .content ul li {
    font-size: 20px;
    line-height: 32px;
  }
  .helpitem + .processlisting .processitem .content h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .contactcard {
    border-radius: 60px;
  }
  .contactcard .contactcardin {
    border-radius: 60px;
    padding: 36px 45px;
  }
  .contactcard img {
    max-width: 90px;
  }
  .contactcard h3 {
    font-size: 32px;
    margin-top: 30px;
  }
  .newcreationdesign {
    padding: 120px 0;
  }
  .createcarditem img {
    max-width: 72px;
  }
  .createcarditem h3 {
    margin: 34px 0 0;
    font-size: 32px;
    line-height: 37px;
  }
  .featuresmain {
    padding: 120px 0 120px;
  }
  .featuresmain.iffooter {
    padding: 120px 0 193px;
  }
  .featuremain .featureinner ul li {
    font-size: 26px;
    line-height: 33px;
  }
}
@media screen and (min-width: 1700px) and (max-width: 1920px) {
  .socialmedia {
    padding: 22px 55px;
    grid-template-columns: 575px 1fr;
    display: flex;
    justify-content: space-between;
  }
  .socialmedia h3 {
    font-size: 30px;
  }
  .socialmedia ul {
    gap: 30px;
  }
  .socialmedia ul li .icon {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 1785px) and (min-width: 1700px) {
  .contactcard .contactcardin {
    padding: 36px 38px;
  }
  .contactcard h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .maininnercontents .filters {
    max-width: 100%;
  }
  .maininnercontents .filters .filtersinner {
    gap: 16px;
  }
  .maininnercontents .filters .filtersinner .dropdown .dropdownbutton {
    font-size: 15px;
    padding: 18px 20px;
  }
  .maininnercontents .filters .filtersinner .dropdown .dropdownOptions {
    padding: 10px 20px;
  }
  .maininnercontents .content {
    padding: 126px 0 50px;
  }
  .maininnercontents .content p {
    font-size: 18px;
  }
  .maininnercontents .content .imgmain {
    margin: 10px 0 0;
  }
  .maininnercontents .experitesmain {
    gap: 30px;
    margin: 36px 0 0;
  }
  .maininnercontents .experitesmain .expertisecard h3 {
    text-align: left;
  }
  .maininnercontents .productsmain {
    gap: 30px;
    margin: 36px 0 0;
  }
  .maininnercontents .productsmain .productscard {
    flex: 0 1 calc(50% - 15px);
  }
  .maininnercontents .contactmain {
    margin: 40px 0 0;
  }
  .maininnercontents .detaillinner {
    max-width: 1100px;
    min-width: 100%;
  }
  .maininnercontents .detaillinner h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 36px;
  }
  .maininnercontents .detaillinner .blogdetail img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 28px 28px;
    padding-bottom: 12px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail .datauthor > div {
    font-size: 15px;
    line-height: 20px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail p.imprtantshort {
    font-size: 18px;
    line-height: 24px;
    margin: 24px 0;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail .breakline {
    margin: 24px 0;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 16px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 16px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 16px;
  }
  .maininnercontents.iffooter .content {
    padding-bottom: 135px;
  }
  .blogmain {
    margin-top: 36px;
    gap: 30px;
  }
  .blogcard .blogcardin {
    padding: 10px;
  }
  .blogcard .blogimg {
    height: 155px;
  }
  .blogcard .contentincard {
    padding: 20px 6px 6px;
  }
  .blogcard .datauthor > div {
    position: relative;
    padding: 0 18px;
    font-size: 12px;
    line-height: 18px;
  }
  .blogcard .datauthor > div::after {
    height: 11px;
  }
  .blogcard h3 {
    font-size: 18px;
    line-height: 23px;
    margin: 15px 0;
  }
  .blogcard p.peradetail {
    font-size: 15px;
    line-height: 20px;
  }
  .blogcard a.readmore {
    margin-top: 16px;
  }
  .agile_product {
    padding: 50px 0;
  }
  .agile_product .agilesmain {
    grid-template-columns: 1fr;
  }
  .agile_product .secpera {
    font-size: 18px;
    line-break: 25px;
  }
  .agile_product .secpera.ifbottom {
    margin: 36px 0 0;
  }
  .agile_product .secpera.iftop {
    margin: 0 0 36px;
  }
  .agile_product.iffooter {
    padding: 50px 0 135px;
  }
  .agile_product.fourprocessitems .agilesmain {
    grid-template-columns: 1fr;
  }
  .helpsec {
    padding: 50px 0;
  }
  .helpsec.iffooter {
    padding: 50px 0 135px;
  }
  .helpsec .helpmmain {
    border-radius: 26px;
  }
  .helpsec .helpmmain .helpinner {
    border-radius: 26px;
    padding: 48px 35px;
  }
  .helpsec .secpera {
    font-size: 18px;
    line-break: 25px;
  }
  .helpsec .secpera.ifbottom {
    margin: 36px 0 0;
  }
  .helpsec .secpera.iftop {
    margin: 0 0 36px;
  }
  .toptobottmlinesstyle {
    border-radius: 26px;
  }
  .toptobottmlinesstyle .toptobottmlinesstyleinner {
    border-radius: 26px;
    padding: 48px 35px;
  }
  .toptobottmlinesstyle .toptobottmlinesstyleinner .proheading h3 {
    font-size: 18px;
  }
  .toptobottmlinesstyle .toptobottmlinesstyleinner .proheading p {
    margin: 26px 0 0;
  }
  .toptobottmlinesstyle .toptobottmlinesstyleinner .proheading ul li {
    font-size: 18px;
    line-height: 24px;
  }
  .featuresmain {
    padding: 50px 0 50px;
  }
  .featuresmain.iffooter {
    padding: 50px 0 135px;
  }
  .helpitem {
    margin-bottom: 28px;
    padding-bottom: 28px;
  }
  .helpitem h3 {
    font-size: 18px;
  }
  .helpitem p {
    font-size: 18px;
    padding: 24px 0 0;
  }
  .helpitem ul li {
    font-size: 16px;
    line-height: 23px;
  }
  .helpitem h3 + ul {
    margin-top: 22px;
  }
  .helpitem + .processlisting .processitem .content h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .processmain {
    padding: 50px 0;
  }
  .processmain.iffooter {
    padding: 50px 0 135px;
  }
  .processitem {
    padding-top: 40px;
    margin-top: 40px;
    grid-template-columns: 118px 1fr;
    gap: 16px;
  }
  .processitem .counter {
    font-size: 85px;
    line-height: 91px;
  }
  .processitem .content h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 22px;
  }
  .processitem .content p {
    font-size: 16px;
    line-height: 25px;
  }
  .processitem .content ul {
    gap: 12px;
    margin-top: 15px;
  }
  .processitem .content ul li {
    font-size: 16px;
    line-height: 25px;
  }
  .contactcard {
    border-radius: 26px;
  }
  .contactcard .contactcardin {
    border-radius: 26px;
    padding: 22px 40px;
  }
  .contactcard img {
    max-width: 60px;
  }
  .contactcard h3 {
    font-size: 20px;
    margin-top: 24px;
  }
  .contactmain {
    gap: 22px;
  }
  .contactcard {
    width: 100%;
    flex: unset;
  }
  .contactcard::before {
    background: linear-gradient(to left, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
  }
  .contactcard .contactcardin {
    padding: 26px 38px;
    text-align: left;
  }
  .contactcard .contactcardin .headicon {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .contactcard .contactcardin img {
    margin: 0;
  }
  .contactcard .contactcardin h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    text-align: left;
  }
  .contactcard .contactcardin p {
    text-align: left;
    font-size: 18px;
    margin-top: 20px !important;
  }
  .contactcard .contactcardin .contactphone {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  .contactcard .contactcardin .contactphone br {
    display: none;
  }
  .socialmedia {
    display: flex;
    gap: 36px;
    padding: 21px 72px;
    margin-top: 40px;
  }
  .socialmedia h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .socialmedia ul {
    gap: 18px;
  }
  .socialmedia ul li .icon {
    width: 38px;
    height: 38px;
  }
  .socialmedia ul li .icon img {
    max-width: 19px;
  }
  .contact_map {
    height: 332px;
    border-radius: 30px;
    margin-top: 40px;
  }
  .newcreationdesign {
    padding: 50px 0;
  }
  .creationmain .creationmaininner {
    padding: 13px 35px;
  }
  .createcarditem {
    padding: 0 50px;
    width: calc(33.33% - 0px);
    padding-bottom: 35px;
    padding-top: 35px;
    position: relative;
  }
  .createcarditem::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50px;
    width: 1px;
    height: 112px;
    background: rgba(255, 255, 255, 0.2);
  }
  .createcarditem img {
    max-width: 56px;
  }
  .createcarditem h3 {
    margin: 25px 0 0;
    font-size: 17px;
    line-height: 23px;
  }
  .createcarditem:first-child {
    padding-left: 0;
  }
  .createcarditem:last-child, .createcarditem:nth-child(5n-1) {
    border-right: none;
  }
  .createcarditem:last-child::after, .createcarditem:nth-child(5n-1)::after {
    display: none;
  }
  .createcarditem:nth-child(5n) {
    padding-left: 50px;
  }
  .createcarditem:nth-child(-n+4) {
    border-bottom: none;
  }
  .createcarditem:nth-child(5n-1)::after {
    display: block;
  }
  .createcarditem:nth-child(-n+6) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .createcarditem:nth-child(3n+1) {
    padding-left: 0;
  }
  .createcarditem:last-child, .createcarditem:nth-child(3n) {
    border-right: none;
    padding-right: 0;
  }
  .createcarditem:last-child::after, .createcarditem:nth-child(3n)::after {
    display: none;
  }
  .featuremain .featureinner {
    padding: 12px 32px 50px;
  }
  .featuremain .featureinner ul::after {
    display: none;
  }
  .featuremain .featureinner ul li {
    width: 100%;
    margin: 38px 0 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  .agilemain {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 15px;
  }
  .numberagile {
    grid-template-columns: 1fr;
    gap: 17px;
    margin: 0;
  }
  .numberagile::before {
    width: 2px;
    top: 8%;
    height: 84%;
    left: 17px;
  }
  .agilecard .agilecardin {
    padding: 20px 20px 20px 35px;
    display: grid;
    gap: 32px;
    grid-template-columns: 56px 1fr;
    align-items: center;
  }
  .agilecard .agilecardin img {
    max-width: 56px;
  }
  .agilecard .agilecardin h3 {
    margin: 0;
    text-align: left;
  }
  .agile_product.fourprocessitems .numberagile {
    grid-template-columns: 1fr;
  }
  .agile_product.fourprocessitems .numberagile::before {
    width: 2px;
    top: 8%;
    height: 84%;
    left: 17px;
  }
}
@media screen and (max-width: 700px) {
  .maininnercontents .filters h3 {
    text-align: left;
    padding: 14px 20px;
    background: #151515;
    border-radius: 60px;
    display: block;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
  .maininnercontents .filters h3::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(./../images/arrow-down.svg) center no-repeat;
    transition: all 0.4s;
  }
  .maininnercontents .filters .filtersinner {
    display: none;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px 14px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-top: none;
    border-radius: 15px;
    background: #151515;
  }
  .maininnercontents .filters.open h3 {
    border-radius: 15px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    border-bottom: none;
  }
  .maininnercontents .filters.open h3::after {
    transform: rotate(180deg);
    transition: all 0.4s;
  }
  .maininnercontents .filters.open .filtersinner {
    display: grid;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
  }
  .maininnercontents .experitesmain {
    display: block;
    opacity: 0;
  }
  .maininnercontents .experitesmain .slick-track {
    display: flex;
  }
  .maininnercontents .experitesmain .slick-track .slick-slide {
    height: inherit !important;
  }
  .maininnercontents .experitesmain .slick-track .slick-slide > div {
    height: 100%;
  }
  .maininnercontents .experitesmain .slick-track .slick-slide > div .expertisecard {
    height: 100%;
  }
  .maininnercontents .experitesmain.slick-slider {
    margin: 0 -8px;
    width: calc(100% + 28px);
  }
  .maininnercontents .experitesmain.slick-slider .slick-list {
    padding: 0 10% 0 0 !important;
  }
  .maininnercontents .experitesmain.slick-slider .slick-slide {
    padding-right: 8px;
    padding-left: 8px;
  }
  .maininnercontents .experitesmain.slick-slider .slick-slide:nth-child(2n) .expertisecard::before {
    background: linear-gradient(to right, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
  }
  .maininnercontents .productsmain {
    display: block;
    opacity: 0;
  }
  .maininnercontents .productsmain .slick-track {
    display: flex;
  }
  .maininnercontents .productsmain .slick-track .slick-slide {
    height: inherit !important;
  }
  .maininnercontents .productsmain .slick-track .slick-slide > div {
    height: 100%;
  }
  .maininnercontents .productsmain .slick-track .slick-slide > div .productscard {
    height: 100%;
  }
  .maininnercontents .productsmain.slick-slider {
    margin: 0 -6px;
    width: calc(100% + 26px);
  }
  .maininnercontents .productsmain.slick-slider .slick-list {
    padding: 0 8% 0 0 !important;
  }
  .maininnercontents .productsmain.slick-slider .slick-slide {
    padding-right: 6px;
    padding-left: 6px;
  }
  .contactmain {
    display: block;
    opacity: 0;
  }
  .contactmain .slick-track {
    display: flex;
  }
  .contactmain .slick-track .slick-slide {
    height: inherit !important;
  }
  .contactmain .slick-track .slick-slide > div {
    height: 100%;
  }
  .contactmain .slick-track .slick-slide > div .contactcard {
    height: 100%;
  }
  .contactmain.slick-slider {
    margin: 0 -6px;
    width: calc(100% + 26px);
  }
  .contactmain.slick-slider .slick-list {
    padding: 0 15% 0 0 !important;
  }
  .contactmain.slick-slider .slick-slide {
    padding-right: 6px;
    padding-left: 6px;
  }
  .contactmain.slick-slider .slick-slide:nth-child(2n) .contactcard::before {
    background: linear-gradient(to right, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
  }
  .contactcard img {
    max-width: 46px;
  }
  .contactcard .contactcardin {
    padding: 22px 32px;
  }
  .contactcard .contactcardin .headicon {
    gap: 16px;
  }
  .contactcard .contactcardin h3 {
    font-size: 18px;
  }
  .contactcard .contactcardin p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .contactcard .contactcardin .contactphone {
    display: block;
  }
  .contactcard .contactcardin .contactphone br {
    display: block;
  }
  .socialmedia {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 21px 30px;
    border-radius: 20px;
    margin-top: 18px;
  }
  .socialmedia h3 {
    font-size: 20px;
    text-align: center;
  }
  .socialmedia ul {
    gap: 10px;
    justify-content: center;
  }
  .socialmedia ul li .icon {
    width: 32px;
    height: 32px;
  }
  .socialmedia ul li .icon img {
    max-width: 16px;
  }
  .contact_map {
    height: 218px;
    border-radius: 20px;
    margin-top: 18px;
  }
  .blogmain {
    margin-top: 26px;
    gap: 14px;
    grid-template-columns: repeat(1, 1fr);
  }
  .blogcard .blogcardin {
    padding: 10px;
  }
  .blogcard .blogcardin .blogimg {
    height: 165px;
  }
  .blogcard .blogcardin .contentincard {
    padding: 18px 6px 6px;
  }
  .blogcard .blogcardin h3 {
    font-size: 16px;
    margin: 16px 0;
  }
  .blogcard .blogcardin p.peradetail {
    font-size: 14px;
    line-height: 19px;
  }
  .blogcard .blogcardin a.readmore {
    font-size: 14px;
    line-height: 18px;
  }
  .creationmain .creationmaininner {
    padding: 0px 20px;
  }
  .createcarditem {
    padding: 0 30px;
    width: calc(50% - 0px);
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
  }
  .createcarditem::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50px;
    width: 1px;
    height: 112px;
    background: rgba(255, 255, 255, 0.2);
  }
  .createcarditem img {
    max-width: 56px;
  }
  .createcarditem h3 {
    margin: 25px 0 0;
    font-size: 17px;
    line-height: 23px;
  }
  .createcarditem:first-child {
    padding-left: 0;
  }
  .createcarditem:nth-child(-n+4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .createcarditem:nth-child(5n-1)::after {
    display: block;
  }
  .createcarditem:nth-child(-n+6) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .createcarditem:nth-child(3n+1) {
    padding-left: 30px;
  }
  .createcarditem:last-child {
    padding-right: 0;
  }
  .createcarditem:last-child::after {
    display: none;
  }
  .createcarditem:nth-child(3n) {
    padding-right: 30px;
  }
  .createcarditem:nth-child(3n)::after {
    display: block;
  }
  .createcarditem:nth-child(2n+1) {
    padding-left: 0;
  }
  .createcarditem:nth-child(2n) {
    padding-right: 0;
  }
  .createcarditem:nth-child(2n)::after {
    display: none;
  }
  .createcarditem:nth-child(-n+6) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .agilesmain {
    display: block;
    opacity: 0;
  }
  .agilesmain .slick-track {
    display: flex;
  }
  .agilesmain .slick-track .slick-slide {
    height: inherit !important;
  }
  .agilesmain .slick-track .slick-slide > div {
    height: 100%;
  }
  .agilesmain .slick-track .slick-slide > div .agilecard {
    height: 100%;
  }
  .agilesmain.slick-slider {
    margin: 0 -11px;
    width: calc(100% + 40px);
  }
  .agilesmain.slick-slider .slick-list {
    padding: 0 8% 0 0 !important;
  }
  .agilesmain.slick-slider .slick-slide {
    padding-right: 6px;
    padding-left: 6px;
  }
  .numberagile {
    display: block;
    opacity: 0;
  }
  .numberagile::before {
    display: none;
  }
  .numberagile .numbagile {
    width: 34px !important;
    height: 34px !important;
    display: flex !important;
    position: relative;
  }
  .numberagile .slick-track {
    display: flex;
  }
  .numberagile .slick-track .slick-slide {
    height: inherit !important;
  }
  .numberagile .slick-track .slick-slide > div {
    height: 100%;
  }
  .numberagile .slick-track .slick-slide > div .numbagile {
    height: 100%;
  }
  .numberagile.slick-slider {
    margin: 0 -11px 22px;
    width: calc(100% + 40px);
  }
  .numberagile.slick-slider .slick-list {
    padding: 0 8% 0 0 !important;
  }
  .numberagile.slick-slider .slick-slide {
    padding-right: 6px;
    padding-left: 6px;
    position: relative;
  }
  .numberagile.slick-slider .slick-slide::before {
    content: "";
    width: 100%;
    left: 50%;
    top: 17px;
    height: 1px;
    background-color: #E6B400;
    position: absolute;
  }
  .numberagile.slick-slider .slick-slide:last-child::before {
    display: none;
  }
  .agile_product.fourprocessitems .numberagile {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .maininnercontents {
    background-position: left;
  }
  .maininnercontents .content {
    padding: 112px 0 40px;
  }
  .maininnercontents .content p {
    font-size: 16px;
    line-height: 22px;
  }
  .maininnercontents .detaillinner {
    max-width: 1100px;
  }
  .maininnercontents .detaillinner h1 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 36px;
  }
  .maininnercontents .detaillinner .blogdetail img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    max-height: 375px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 28px 16px;
    padding-bottom: 12px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail .datauthor > div {
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail p.imprtantshort {
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail .breakline {
    margin: 20px 0;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 16px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 16px;
  }
  .maininnercontents .detaillinner .blogdetail .detailcontent .blogcontentinnerdetail h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 16px;
  }
  .maininnercontents.iffooter .content {
    padding-bottom: 125px;
  }
  .agilecard .agilecardin {
    padding: 20px 14px;
  }
  .agilecard h3 {
    font-size: 16px;
    margin: 18px 0 0;
  }
  .agile_product {
    padding: 40px 0;
  }
  .agile_product .secpera {
    font-size: 16px;
    line-break: 22px;
  }
  .agile_product .secpera.ifbottom {
    margin: 30px 0 0;
  }
  .agile_product .secpera.iftop {
    margin: 0 0 30px;
  }
  .agile_product.iffooter {
    padding: 40px 0 125px;
  }
  .helpsec {
    padding: 40px 0;
  }
  .helpsec.iffooter {
    padding: 40px 0 125px;
  }
  .helpsec .secpera {
    font-size: 16px;
    line-break: 22px;
  }
  .helpsec .secpera.ifbottom {
    margin: 30px 0 0;
  }
  .helpsec .secpera.iftop {
    margin: 0 0 30px;
  }
  .helpsec .helpmmain {
    border-radius: 20px;
  }
  .helpsec .helpmmain .helpinner {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .helpsec.noaccordian .helpitem h3 {
    padding-right: 0;
  }
  .helpsec.noaccordian .helpitem h3::after {
    display: none;
  }
  .toptobottmlinesstyle {
    border-radius: 20px;
  }
  .toptobottmlinesstyle .toptobottmlinesstyleinner {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .toptobottmlinesstyle .toptobottmlinesstyleinner .proheading h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .toptobottmlinesstyle .toptobottmlinesstyleinner .proheading ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .helpitem {
    margin-bottom: 22px;
    padding-bottom: 22px;
  }
  .helpitem h3 {
    font-size: 16px;
    line-height: 23px;
    position: relative;
    padding-right: 18px;
  }
  .helpitem h3::after {
    content: "";
    width: 18px;
    height: 8px;
    background: url("./../../src/images/arrowdown.svg") no-repeat center;
    position: absolute;
    right: 0;
    top: 7px;
    transition: all 0.3s;
    filter: brightness(0) invert(1);
  }
  .helpitem p {
    font-size: 14px;
    padding: 24px 0 0;
    display: none;
  }
  .helpitem ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .helpitem h3 + ul {
    margin-top: 20px;
  }
  .helpitem.active h3::after {
    transition: all 0.3s;
    transform: rotate(-180deg);
  }
  .helpitem.active p {
    display: block;
  }
  .featuresmain {
    padding: 40px 0 40px;
  }
  .featuresmain.iffooter {
    padding: 40px 0 125px;
  }
  .featuremain .featureinner {
    padding: 10px 30px 40px;
  }
  .featuremain .featureinner ul li {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 22px;
  }
  .processmain {
    padding: 40px 0;
  }
  .processmain.iffooter {
    padding: 40px 0 125px;
  }
  .processitem {
    padding-top: 24px;
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .processitem .counter {
    font-size: 42px;
    line-height: 47px;
  }
  .processitem .content h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 20px;
  }
  .processitem .content p {
    font-size: 14px;
    line-height: 22px;
  }
  .processitem .content ul {
    gap: 10px;
    margin-top: 12px;
  }
  .processitem .content ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .contactcard .contactcardin {
    border-radius: 26px;
    padding: 20px 17px;
  }
  .contactcard img {
    max-width: 56px;
  }
  .contactcard h3 {
    font-size: 15px;
    margin-top: 16px;
  }
  .newcreationdesign {
    padding: 40px 0;
  }
}
.Bitrixsectionmain {
  padding: 80px 0;
}
.Bitrixsectionmain.iffooter {
  padding: 80px 0 130px;
}

.leftrigthsection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 78px;
  margin-bottom: 50px;
  align-items: center;
}
.leftrigthsection.mt-cozitbottom {
  margin-bottom: 0;
  margin-top: 50px;
}
.leftrigthsection.imgfixstyle {
  display: flex;
}
.leftrigthsection.imgfixstyle .pre_img {
  width: 425px;
}
.leftrigthsection.imgfixstyle .content {
  width: calc(100% - 425px - 78px);
}
.leftrigthsection.imgfixstyle .content ul {
  list-style: disc;
  margin: 26px 0 0;
}
.leftrigthsection.imgfixstyle .content ul li {
  margin-left: 30px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 4px;
}
.leftrigthsection .content .proheading {
  padding: 0;
  text-align: left;
}
.leftrigthsection .content .proheading h2 {
  justify-content: flex-start;
  text-align: left;
}
.leftrigthsection .content .proheading p {
  text-align: left;
  margin: 26px 0 0;
}
.leftrigthsection .content .proheading h3 {
  text-align: left;
  margin: 26px 0 0;
  font-size: 20px;
  line-height: 26px;
}
.leftrigthsection .pre_img .proheading {
  display: none;
}
.leftrigthsection .contentbox {
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  padding-bottom: 1.6px;
  position: relative;
  transition: background-position 1.5s ease-in-out;
}
.leftrigthsection .contentbox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(153, 153, 153, 0) 60%);
}
.leftrigthsection .contentbox .contentboxin {
  background-color: #151515;
  padding: 28px 26px;
  border-radius: 20px;
  margin: 0.8px;
  z-index: 1;
  position: relative;
  height: 100%;
}
.leftrigthsection .contentbox .contentboxin .contenitem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.leftrigthsection .contentbox .contentboxin .contenitem h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 700;
}
.leftrigthsection .contentbox .contentboxin .contenitem p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
}
.leftrigthsection .contentbox .contentboxin .contenitem p a, .leftrigthsection .contentbox .contentboxin .contenitem p span {
  color: #E6B400;
}
.leftrigthsection .contentbox .contentboxin .contenitem:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.leftrigthsection.boxstyle {
  gap: 28px;
  align-items: normal;
  margin-bottom: 28px;
}
.leftrigthsection.boxstyle .pre_img {
  height: 100%;
}
.leftrigthsection.boxstyle .pre_img img {
  border-radius: 22px;
  height: 100%;
}

.marketingmethod {
  padding: 80px 0;
}
.marketingmethod.iffooter {
  padding: 80px 0 130px;
}

.leftrigthsectionboxmain {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  padding-bottom: 1.6px;
  transition: background-position 1.5s ease-in-out;
}
.leftrigthsectionboxmain::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(153, 153, 153, 0) 60%);
}
.leftrigthsectionboxmain .leftrigthsectionbox {
  margin: 0.8px;
  z-index: 1;
  position: relative;
}
.leftrigthsectionboxmain .leftrigthsectionbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  margin-bottom: 50px;
  align-items: center;
  padding: 35px 35px;
  border-radius: 20px;
  background-color: #151515;
}
.leftrigthsectionboxmain .leftrigthsectionbox.imgfixstyle {
  display: flex;
}
.leftrigthsectionboxmain .leftrigthsectionbox.imgfixstyle .pre_img {
  width: 360px;
}
.leftrigthsectionboxmain .leftrigthsectionbox.imgfixstyle .content {
  width: calc(100% - 425px);
}
.leftrigthsectionboxmain .leftrigthsectionbox.imgfixstyle .content ul {
  list-style: disc;
  margin-bottom: 30px;
}
.leftrigthsectionboxmain .leftrigthsectionbox.imgfixstyle .content ul li {
  margin-left: 30px;
  text-align: left;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 5px;
}
.leftrigthsectionboxmain .leftrigthsectionbox.imgfixstyle .content ul li:last-child {
  margin-bottom: 0;
}
.leftrigthsectionboxmain .leftrigthsectionbox .content .duallisting p {
  margin-bottom: 20px;
}
.leftrigthsectionboxmain .leftrigthsectionbox .content h2 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 22px;
}
.leftrigthsectionboxmain .leftrigthsectionbox .content p {
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  margin-bottom: 30px;
}
.leftrigthsectionboxmain .leftrigthsectionbox .content p a {
  color: #E6B400;
}
.leftrigthsectionboxmain .leftrigthsectionbox .content p:last-child {
  margin-bottom: 0;
}
.leftrigthsectionboxmain .leftrigthsectionbox .content h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 22px;
}
.leftrigthsectionboxmain .leftrigthsectionbox .content h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}
.leftrigthsectionboxmain .leftrigthsectionbox .pre_img .proheading {
  display: none;
}
.leftrigthsectionboxmain.dualinone .parent {
  margin: 0.8px;
  z-index: 1;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}
.leftrigthsectionboxmain.dualinone .parent .leftrigthsectionbox {
  border-radius: 0;
  margin: 0;
}
.leftrigthsectionboxmain.dualinone .parent .leftrigthsectionbox:first-child {
  margin-bottom: 0;
}

.leftrightbottommain {
  padding: 80px 0;
}
.leftrightbottommain .btns {
  display: flex;
  gap: 29px;
  max-width: 646px;
  margin: 28px auto 0;
  justify-content: center;
}
.leftrightbottommain.iffooter {
  padding: 80px 0 130px;
}

.chosenbitrixmain {
  position: relative;
  overflow: hidden;
  padding: 0;
  padding-bottom: 0px;
  border-radius: 32px;
  transition: background-position 1.5s ease-in-out;
}
.chosenbitrixmain::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to top, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
}
.chosenbitrixmain .chosenbitrixinner {
  background-color: #151515;
  padding: 40px 14px;
  border-radius: 32px;
  height: 100%;
  text-align: center;
  margin: 0.8px;
  z-index: 1;
  position: relative;
}
.chosenbitrixmain .chosenbitrixinner h2 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 34px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 468px;
  margin: 0 auto;
}
.chosenbitrixmain .chosenbitrixinner h2 span {
  font-weight: 700;
  color: #fff;
  margin-left: 5px;
  display: contents;
}
.chosenbitrixmain .chosenbitrixinner h2::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 13px;
  background: url(./../../src/images/styledotheading.webp) no-repeat center;
  bottom: 0;
}
.chosenbitrixmain .chosenbitrixinner .btns {
  display: flex;
  justify-content: center;
  gap: 29px;
  max-width: 646px;
  margin: 25px auto 0;
}
.chosenbitrixmain .chosenbitrixinner .btns .btn {
  width: 100%;
}

.listingitems {
  display: flex;
  gap: 18px;
}
.listingitems .featcard {
  width: calc(20% - 14px);
}

.featcard {
  overflow: hidden;
  padding: 0;
  padding-bottom: 1.6px;
  border-radius: 22px;
  position: relative;
  transition: background-position 1.5s ease-in-out;
}
.featcard::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to top, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
}
.featcard .featcardin {
  background-color: #151515;
  padding: 26px 14px;
  border-radius: 22px;
  height: 100%;
  text-align: center;
  margin: 0.8px;
  z-index: 1;
  position: relative;
}
.featcard .featcardin img {
  max-width: 56px;
  margin: 0 auto;
}
.featcard .featcardin h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0;
  color: #fff;
  text-align: center;
}

.faqsmain {
  padding: 80px 0;
}
.faqsmain.iffooter {
  padding: 80px 0 130px;
}

.faqs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.faqs .faqitem {
  padding: 18px 24px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  border-radius: 60px;
  width: 100%;
}
.faqs .faqitem h3 {
  position: relative;
  padding-right: 35px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faqs .faqitem h3::after {
  content: "+";
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #E6B400;
  color: #E6B400;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}
.faqs .faqitem .faqcontent {
  display: none;
  padding-top: 14px;
}
.faqs .faqitem .faqcontent p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.faqs .faqitem .faqcontent ul li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 4px;
}
.faqs .faqitem .faqcontent ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
}
.faqs .faqitem .faqcontent p + ul {
  margin-top: 14px;
}
.faqs .faqitem.active {
  overflow: hidden;
  padding: 0.8px;
  border-radius: 22px;
  position: relative;
  transition: background-position 1.5s ease-in-out;
  border: none;
}
.faqs .faqitem.active::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to top, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
}
.faqs .faqitem.active .faqsinn {
  background-color: #151515;
  border: none;
  padding: 18px 24px 18px 16px;
  border-radius: 22px;
  height: 100%;
  margin: 0px;
  z-index: 1;
  position: relative;
}
.faqs .faqitem.active h3::after {
  content: "-";
  font-weight: 700;
  color: #000;
  background-color: #E6B400;
}
.faqs .faqitem.active .faqcontent {
  display: block;
}

.simpleheadingpara {
  padding: 80px 0;
  background-size: 100% 100% !important;
}
.simpleheadingpara .headingparaitem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.simpleheadingpara .headingparaitem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.simpleheadingpara .headingparaitem h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin: 0 0 24px;
}
.simpleheadingpara .headingparaitem p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  font-weight: 400;
}
.simpleheadingpara.iffooter {
  padding: 80px 0 130px;
}

.demosectionstyle {
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
  padding-bottom: 1.6px;
  position: relative;
  transition: background-position 1.5s ease-in-out;
}
.demosectionstyle::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(153, 153, 153, 0) 60%);
}
.demosectionstyle .demosectionstyleinner {
  background-color: #151515;
  padding: 48px 48px;
  border-radius: 30px;
  margin: 0.8px;
  z-index: 1;
  position: relative;
  gap: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.demosectionstyle .demosectionstyleinner .proheading h2 {
  text-align: left;
  justify-content: flex-start;
}
.demosectionstyle .demosectionstyleinner p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.demosectionstyle .demosectionstyleinner .btn {
  margin-top: 32px;
}

@media screen and (min-width: 1700px) {
  .demosectionstyle {
    border-radius: 40px;
  }
  .demosectionstyle .demosectionstyleinner {
    border-radius: 40px;
  }
  .demosectionstyle .demosectionstyleinner p {
    font-size: 26px;
    line-height: 32px;
  }
  .demosectionstyle .demosectionstyleinner .btn {
    margin-top: 32px;
  }
  .Bitrixsectionmain {
    padding: 120px 0;
  }
  .Bitrixsectionmain.iffooter {
    padding: 120px 0 193px;
  }
  .simpleheadingpara {
    padding: 120px 0;
  }
  .simpleheadingpara .headingparaitem {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .simpleheadingpara .headingparaitem h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 32px;
  }
  .simpleheadingpara .headingparaitem p {
    font-size: 20px;
    line-height: 27px;
  }
  .simpleheadingpara.iffooter {
    padding: 120px 0 193px;
  }
  .marketingmethod {
    padding: 120px 0;
  }
  .marketingmethod.iffooter {
    padding: 120px 0 193px;
  }
  .faqsmain {
    padding: 120px 0;
  }
  .faqsmain.iffooter {
    padding: 120px 0 193px;
  }
  .leftrightbottommain {
    padding: 120px 0;
  }
  .leftrightbottommain.iffooter {
    padding: 120px 0 193px;
  }
  .leftrightbottommain .btns {
    margin: 70px auto 0;
  }
  .leftrigthsection {
    margin-bottom: 70px;
    gap: 104px;
  }
  .leftrigthsection.mt-cozitbottom {
    margin-bottom: 0;
    margin-top: 70px;
  }
  .leftrigthsection.boxstyle {
    gap: 36px;
    margin-bottom: 36px;
  }
  .leftrigthsection .contentbox {
    padding-bottom: 0;
    padding-left: 0.5px;
  }
  .leftrigthsection .contentbox .contentboxin {
    padding: 42px 42px;
    margin: 1.4px;
  }
  .leftrigthsection .contentbox .contentboxin .contenitem {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .leftrigthsection .contentbox .contentboxin .contenitem h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .leftrigthsection .contentbox .contentboxin .contenitem p {
    font-size: 22px;
    line-height: 29px;
  }
  .leftrigthsection.imgfixstyle {
    gap: 37px;
  }
  .leftrigthsection.imgfixstyle .content {
    width: calc(100% - 552px);
  }
  .leftrigthsection.imgfixstyle .pre_img {
    width: 515px;
  }
  .leftrigthsection .content .proheading h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .chosenbitrixmain {
    padding-bottom: 0px;
  }
  .chosenbitrixmain .chosenbitrixinner {
    padding: 58px 15px;
  }
  .chosenbitrixmain .chosenbitrixinner h2 {
    font-size: 48px;
    line-height: 56px;
    max-width: 775px;
  }
  .chosenbitrixmain .chosenbitrixinner .btns {
    max-width: 718px;
  }
  .listingitems {
    gap: 22px;
  }
  .featcard {
    padding-bottom: 2.5px;
  }
  .featcard .featcardin {
    margin: 1.4px;
  }
  .featcard .featcardin h3 {
    font-size: 19px;
    line-height: 25px;
    margin-top: 30px;
  }
  .faqs .faqitem {
    padding: 28px;
  }
  .faqs .faqitem h3 {
    font-size: 26px;
  }
  .faqs .faqitem h3::after {
    width: 42px;
    height: 42px;
    line-height: 1;
  }
  .faqs .faqitem.active .faqsinn {
    padding: 28px 28px 28px 28px;
  }
  .faqs .faqitem.active .faqcontent {
    padding-top: 24px;
  }
  .faqs .faqitem.active .faqcontent p {
    font-size: 20px;
    line-height: 27px;
  }
  .faqs .faqitem.active .faqcontent ul li {
    font-size: 20px;
    line-height: 27px;
  }
  .faqs .faqitem.active .faqcontent p + ul {
    margin-top: 24px;
  }
  .leftrigthsectionboxmain {
    border-radius: 40px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox {
    border-radius: 40px;
    gap: 100px;
    margin-bottom: 50px;
    padding: 42px 38px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox.imgfixstyle {
    gap: 37px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox.imgfixstyle .content {
    width: calc(100% - 552px);
  }
  .leftrigthsectionboxmain .leftrigthsectionbox.imgfixstyle .content ul li {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 5px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox.imgfixstyle .content ul li:last-child {
    margin-bottom: 0;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox.imgfixstyle .pre_img {
    width: 515px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content .duallisting {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content .duallisting p {
    margin-bottom: 20px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content p {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 35px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content p:last-child {
    margin-bottom: 0;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .leftrigthsectionboxmain.dualinone .parent {
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .demosectionstyle {
    border-radius: 26px;
  }
  .demosectionstyle .demosectionstyleinner {
    border-radius: 26px;
    padding: 48px 35px;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .demosectionstyle .demosectionstyleinner .proheading h2 {
    justify-content: center;
    text-align: center;
  }
  .demosectionstyle .demosectionstyleinner p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 34px;
    text-align: center;
  }
  .demosectionstyle .demosectionstyleinner .btn {
    margin-top: 0;
    margin: 0 auto;
  }
  .Bitrixsectionmain {
    padding: 50px 0;
  }
  .Bitrixsectionmain.iffooter {
    padding: 50px 0 135px;
  }
  .simpleheadingpara {
    padding: 50px 0;
  }
  .simpleheadingpara .headingparaitem {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .simpleheadingpara .headingparaitem h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 22px;
  }
  .simpleheadingpara .headingparaitem p {
    font-size: 16px;
    line-height: 22px;
  }
  .simpleheadingpara.iffooter {
    padding: 50px 0 135px;
  }
  .marketingmethod {
    padding: 50px 0;
  }
  .marketingmethod.iffooter {
    padding: 50px 0 135px;
  }
  .faqsmain {
    padding: 50px 0;
  }
  .faqsmain.iffooter {
    padding: 50px 0 135px;
  }
  .leftrightbottommain {
    padding: 50px 0;
  }
  .leftrightbottommain.iffooter {
    padding: 50px 0 135px;
  }
  .leftrightbottommain .btns {
    margin: 40px auto 0;
  }
  .leftrigthsection {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 48px;
  }
  .leftrigthsection.mt-cozitbottom {
    margin-bottom: 0;
    margin-top: 48px;
  }
  .leftrigthsection.imgfixstyle {
    display: grid;
  }
  .leftrigthsection.imgfixstyle .pre_img {
    width: auto;
    max-width: 100%;
  }
  .leftrigthsection.imgfixstyle .content {
    width: 100%;
  }
  .leftrigthsection.imgfixstyle .content .proheading p {
    text-align: left;
  }
  .leftrigthsection .content .proheading h2 {
    display: none;
  }
  .leftrigthsection .content .proheading p {
    margin-top: 15px;
    text-align: center;
  }
  .leftrigthsection .content .proheading p:first-child, .leftrigthsection .content .proheading p:nth-child(2) {
    margin-top: 0;
  }
  .leftrigthsection .pre_img {
    order: -1;
    text-align: center;
  }
  .leftrigthsection .pre_img .proheading {
    display: block;
  }
  .leftrigthsection.boxstyle {
    gap: 20px;
    margin-bottom: 20px;
  }
  .leftrigthsection.boxstyle .pre_img {
    order: 1;
  }
  .leftrigthsection .contentbox .contentboxin {
    padding: 24px 22px;
  }
  .leftrigthsection .contentbox .contentboxin .contenitem h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .leftrigthsection .contentbox .contentboxin .contenitem p {
    font-size: 18px;
  }
  .chosenbitrixmain {
    padding-bottom: 0px;
  }
  .chosenbitrixmain .chosenbitrixinner {
    padding: 32px 32px;
  }
  .chosenbitrixmain .chosenbitrixinner h2 {
    max-width: 100%;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 25px;
  }
  .listingitems {
    gap: 12px;
  }
  .listingitems .featcard {
    width: calc(20% - 9px);
  }
  .featcard {
    padding-bottom: 2.5px;
  }
  .featcard .featcardin img {
    max-width: 42px;
  }
  .featcard .featcardin h3 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
  }
  .faqs .faqitem {
    padding: 18px 10px 18px 20px;
  }
  .faqs .faqitem h3 {
    font-size: 18px;
  }
  .faqs .faqitem h3::after {
    line-height: 7px;
  }
  .faqs .faqitem.active .faqsinn {
    padding: 18px 10px 18px 20px;
  }
  .faqs .faqitem.active .faqcontent {
    padding-top: 14px;
  }
  .faqs .faqitem.active .faqcontent p {
    font-size: 16px;
    line-height: 22px;
  }
  .faqs .faqitem.active .faqcontent ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .faqs .faqitem.active .faqcontent p + ul {
    margin-top: 14px;
  }
  .leftrigthsectionboxmain {
    border-radius: 20px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox {
    border-radius: 20px;
    gap: 35px;
    margin-bottom: 35px;
    padding: 35px 35px;
    grid-template-columns: 1fr;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox.imgfixstyle {
    display: grid;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox.imgfixstyle .pre_img {
    width: auto;
    max-width: 100%;
    order: -1;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox.imgfixstyle .content {
    width: 100%;
    order: 1;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content {
    order: -1;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content p:last-child {
    margin-bottom: 0;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .leftrigthsectionboxmain.dualinone .parent {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 576px) {
  .demosectionstyle {
    border-radius: 20px;
  }
  .demosectionstyle .demosectionstyleinner {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .demosectionstyle .demosectionstyleinner p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }
  .demosectionstyle .demosectionstyleinner .btn {
    width: 100%;
  }
  .Bitrixsectionmain {
    padding: 40px 0;
  }
  .Bitrixsectionmain.iffooter {
    padding: 40px 0 125px;
  }
  .simpleheadingpara {
    padding: 40px 0;
  }
  .simpleheadingpara .headingparaitem {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .simpleheadingpara .headingparaitem h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 18px;
  }
  .simpleheadingpara .headingparaitem p {
    font-size: 14px;
    line-height: 20px;
  }
  .simpleheadingpara.iffooter {
    padding: 40px 0 125px;
  }
  .marketingmethod {
    padding: 40px 0;
  }
  .marketingmethod.iffooter {
    padding: 40px 0 125px;
  }
  .faqsmain {
    padding: 40px 0;
  }
  .faqsmain.iffooter {
    padding: 40px 0 125px;
  }
  .leftrightbottommain {
    padding: 40px 0;
  }
  .leftrightbottommain.iffooter {
    padding: 40px 0 125px;
  }
  .leftrightbottommain .btns {
    margin: 26px auto 0;
    flex-wrap: wrap;
    gap: 12px;
  }
  .leftrightbottommain .btns a {
    width: 100%;
  }
  .leftrigthsection {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 30px;
  }
  .leftrigthsection.mt-cozitbottom {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .leftrigthsection .content .proheading h2 {
    display: none;
  }
  .leftrigthsection .content .proheading p {
    margin-top: 0;
    text-align: center;
  }
  .leftrigthsection .pre_img {
    order: -1;
    text-align: center;
  }
  .leftrigthsection .pre_img .proheading {
    display: block;
  }
  .leftrigthsection.boxstyle {
    gap: 16px;
    margin-bottom: 16px;
  }
  .leftrigthsection .contentbox .contentboxin {
    padding: 24px 22px;
  }
  .leftrigthsection .contentbox .contentboxin .contenitem h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .leftrigthsection .contentbox .contentboxin .contenitem p {
    font-size: 18px;
  }
  .chosenbitrixmain {
    padding-bottom: 0px;
  }
  .chosenbitrixmain .chosenbitrixinner {
    padding: 20px 14px;
  }
  .chosenbitrixmain .chosenbitrixinner h2 {
    max-width: 100%;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 25px;
  }
  .chosenbitrixmain .chosenbitrixinner .btns {
    flex-wrap: wrap;
    gap: 12px;
  }
  .chosenbitrixmain .chosenbitrixinner .btns a {
    width: 100%;
  }
  .listingitems {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .listingitems .featcard {
    width: calc(33.33% - 8px);
  }
  .featcard {
    padding-bottom: 2.5px;
  }
  .featcard .featcardin img {
    max-width: 42px;
  }
  .featcard .featcardin h3 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
  }
  .faqs .faqitem {
    padding: 18px 10px 18px 20px;
  }
  .faqs .faqitem h3 {
    font-size: 18px;
  }
  .faqs .faqitem h3::after {
    line-height: 7px;
  }
  .faqs .faqitem.active .faqsinn {
    padding: 18px 10px 18px 20px;
  }
  .faqs .faqitem.active .faqcontent {
    padding-top: 14px;
  }
  .faqs .faqitem.active .faqcontent p {
    font-size: 16px;
    line-height: 22px;
  }
  .faqs .faqitem.active .faqcontent ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .faqs .faqitem.active .faqcontent p + ul {
    margin-top: 14px;
  }
  .leftrigthsectionboxmain {
    border-radius: 12px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox {
    border-radius: 12px;
    gap: 25px;
    margin-bottom: 28px;
    padding: 30px 22px;
    grid-template-columns: 1fr;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content p:last-child {
    margin-bottom: 0;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .leftrigthsectionboxmain .leftrigthsectionbox .content h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .leftrigthsectionboxmain.dualinone .parent {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 400px) {
  .featcard .featcardin {
    padding: 26px 3px;
  }
  .featcard .featcardin h3 {
    font-size: 13px;
    line-height: 18px;
  }
}
.timelinemain {
  padding: 80px 0 80px;
}

.timeline {
  position: relative;
  list-style: none;
}
.timeline li {
  position: relative;
  margin-top: -60px;
}
.timeline li::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -13px;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  border: 2px solid #E6B400;
  background-color: #191919;
  z-index: 1;
}
.timeline li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  margin-left: 0px;
  background-color: #E6B400;
}
.timeline li:first-child::before {
  background-color: #E6B400;
}
.timeline li:last-child::after {
  content: "";
  position: absolute;
  background-color: #191919;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.timeline li .timelinecard {
  position: relative;
  width: calc(50% - 32px);
}
.timeline li:nth-child(odd) {
  margin-top: 0;
}
.timeline li:nth-child(odd) .timelinecard {
  position: relative;
  width: calc(50% - 32px);
  margin-top: 0;
  margin-left: auto;
  border-top-right-radius: 32px;
  border-top-left-radius: unset;
}
.timeline li:nth-child(odd) .timelinecard::before {
  background: linear-gradient(to top left, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.5) 75%, rgba(153, 153, 153, 0) 100%);
}
.timeline li:nth-child(odd) .timelinecard .timelinecardin {
  border-top-right-radius: 32px;
  border-top-left-radius: unset;
}

.timelinecard {
  overflow: hidden;
  padding: 0;
  padding-bottom: 0;
  border-radius: 22px;
  position: relative;
  transition: background-position 1.5s ease-in-out;
  border-top-right-radius: unset;
}
.timelinecard::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to top right, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.5) 75%, rgba(153, 153, 153, 0) 100%);
}
.timelinecard .timelinecardin {
  background-color: #151515;
  padding: 32px 34px;
  border-radius: 22px;
  height: 100%;
  margin: 0.8px;
  z-index: 1;
  position: relative;
  border-top-right-radius: unset;
}
.timelinecard h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 24px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
}
.timelinecard h3 img {
  margin-right: 22px;
}
.timelinecard p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.timelinecard p a {
  color: #E6B400;
}
.timelinecard p a:hover {
  color: #B57D16;
}
.timelinecard a:hover h3 {
  color: #E6B400;
}
.timelinecard:nth-child(2n)::before {
  background: linear-gradient(to right, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
}
@media screen and (min-width: 1700px) {
  .timelinemain {
    padding: 120px 0 120px;
  }
  .timeline li::before {
    width: 33px;
    height: 33px;
  }
  .timeline li .timelinecard {
    width: calc(50% - 48px);
  }
  .timeline li:nth-child(odd) .timelinecard {
    width: calc(50% - 48px);
  }
  .timelinecard .timelinecardin {
    padding: 36px 40px;
  }
  .timelinecard .timelinecardin h3 {
    font-size: 32px;
  }
  .timelinecard .timelinecardin p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 992px) {
  .timelinemain {
    padding: 50px 0 50px;
  }
  .timeline li {
    margin-top: 0;
    padding-bottom: 28px;
  }
  .timeline li:last-child {
    padding-bottom: 0;
    margin-top: 0;
  }
  .timeline li:last-child::after {
    display: none;
  }
  .timeline li .timelinecard {
    width: calc(100% - 58px);
    margin-left: auto;
  }
  .timeline li::before {
    left: 0;
    transform: none;
    width: 22.8px;
    height: 22.8px;
  }
  .timeline li:nth-child(odd) .timelinecard {
    width: calc(100% - 58px);
    border-top-right-radius: 22px;
  }
  .timeline li:nth-child(odd) .timelinecard .timelinecardin {
    border-top-right-radius: 22px;
    border-top-left-radius: unset;
  }
  .timeline li:not(:last-child)::after {
    left: 12px;
    transform: none;
  }
  .timelinecard {
    border-radius: 22px;
    border-top-left-radius: 0;
  }
  .timelinecard::before {
    background: linear-gradient(to top left, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.5) 75%, rgba(153, 153, 153, 0) 100%);
  }
  .timelinecard .timelinecardin {
    padding: 26px;
    border-radius: 22px;
    border-top-left-radius: 0;
  }
  .timelinecard h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .timelinecard h3 img {
    margin-right: 20px;
  }
  .timelinecard p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 576px) {
  .timelinemain {
    padding: 40px 0 40px;
  }
  .timeline li {
    margin-top: 0;
    padding-bottom: 16px;
  }
  .timeline li:last-child {
    padding-bottom: 0;
    margin-top: 0;
  }
  .timeline li .timelinecard {
    width: calc(100% - 38px);
    margin-left: auto;
  }
  .timeline li::before {
    left: 0;
    transform: none;
    width: 18.8px;
    height: 18.8px;
  }
  .timeline li:nth-child(odd) .timelinecard {
    width: calc(100% - 38px);
    border-top-right-radius: 16px;
  }
  .timeline li:nth-child(odd) .timelinecard .timelinecardin {
    border-top-right-radius: 16px;
    border-top-left-radius: unset;
  }
  .timeline li:not(:last-child)::after {
    left: 10px;
    transform: none;
  }
  .timelinecard {
    border-radius: 16px;
    border-top-left-radius: 0;
  }
  .timelinecard::before {
    background: linear-gradient(to top left, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.5) 75%, rgba(153, 153, 153, 0) 100%);
  }
  .timelinecard .timelinecardin {
    padding: 24px 18px;
    border-radius: 16px;
    border-top-left-radius: 0;
  }
  .timelinecard h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 14px;
  }
  .timelinecard h3 img {
    margin-right: 20px;
  }
  .timelinecard p {
    font-size: 14px;
    line-height: 20px;
  }
}
.pagination {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.pagination a, .pagination span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  opacity: 0.4;
  border-radius: 100%;
  font-size: 14px;
}
.pagination a.active, .pagination a:hover, .pagination span.active, .pagination span:hover {
  opacity: 1;
}
.pagination a.prev, .pagination a.next, .pagination span.prev, .pagination span.next {
  opacity: 1;
}
.pagination a[disabled], .pagination span[disabled] {
  opacity: 0.4;
}

@media screen and (min-width: 1700px) {
  .pagination {
    gap: 20px;
    margin-top: 70px;
  }
  .pagination a, .pagination span {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .pagination {
    margin-top: 36px;
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .pagination {
    margin-top: 26px;
    gap: 14px;
  }
  .pagination a, .pagination span {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  .pagination {
    margin-top: 26px;
    gap: 8px;
  }
}
.contact-us-modal .modal-dialog {
  width: 844px;
  min-width: 844px;
}
@media screen and (max-width: 1600px) {
  .contact-us-modal .modal-dialog {
    width: 666px;
    min-width: 666px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us-modal .modal-dialog {
    width: 704px;
    min-width: 704px;
  }
}
@media screen and (max-width: 767px) {
  .contact-us-modal .modal-dialog {
    width: auto;
    min-width: auto;
  }
}
.contact-us-modal .modal-dialog .modal-content {
  background-color: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 1600px) {
  .contact-us-modal .modal-dialog .modal-content {
    border-radius: 24px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us-modal .modal-dialog .modal-content {
    border-radius: 16px;
  }
}
.contact-us-modal .modal-dialog .modal-content .modal-header {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 37px 44px 0;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .contact-us-modal .modal-dialog .modal-content .modal-header {
    padding: 27px 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-us-modal .modal-dialog .modal-content .modal-header {
    padding: 20px 20px 5px;
  }
}
.contact-us-modal .modal-dialog .modal-content .modal-header h4 {
  font-weight: 700;
  font-size: 32px;
  color: #191919;
}
@media screen and (max-width: 1600px) {
  .contact-us-modal .modal-dialog .modal-content .modal-header h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us-modal .modal-dialog .modal-content .modal-header h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-us-modal .modal-dialog .modal-content .modal-header h4 {
    font-size: 16px;
  }
}
.contact-us-modal .modal-dialog .modal-content .modal-header .ico-close {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: none;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .contact-us-modal .modal-dialog .modal-content .modal-header .ico-close {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .contact-us-modal .modal-dialog .modal-content .modal-header .ico-close {
    width: 16px;
    height: 16px;
  }
}
.contact-us-modal .modal-dialog .modal-content .modal-body {
  padding: 0 44px 44px;
}
@media screen and (max-width: 1600px) {
  .contact-us-modal .modal-dialog .modal-content .modal-body {
    padding: 0 24px 27px;
  }
}
.contact-us-modal .modal-dialog .modal-content .modal-body .p-desc {
  font-weight: 400;
  font-size: 18px;
  color: #191919;
}
@media screen and (max-width: 1600px) {
  .contact-us-modal .modal-dialog .modal-content .modal-body .p-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact-us-modal .modal-dialog .modal-content .modal-body .p-desc {
    font-size: 14px;
  }
}
.contact-us-modal .modal-dialog .modal-content .modal-body .cg {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .contact-us-modal .modal-dialog .modal-content .modal-body .cg {
    --bs-gutter-y: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-us-modal .modal-dialog .modal-content .modal-body .cg {
    margin-top: 0px;
    --bs-gutter-y: 0.9rem;
  }
}
.contact-us-modal .modal-dialog .modal-content .modal-body .terms {
  align-items: center;
  padding-right: 0;
  justify-content: space-between;
  margin-top: 25px;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .terms label {
  color: #191919;
  font-size: 16px;
  margin-top: 2px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 4px;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .terms label a {
  color: inherit;
}
@media screen and (max-width: 991px) {
  .contact-us-modal .modal-dialog .modal-content .modal-body .terms label {
    font-size: 14px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .contact-us-modal .modal-dialog .modal-content .modal-body .terms {
    margin-top: 5px;
  }
}
.contact-us-modal .modal-dialog .modal-content .modal-body .terms .form-check-input {
  width: 20px;
  height: 20px;
  border: 1.5px solid #000000;
  padding: 0;
  margin-left: 10px;
}
.contact-us-modal .modal-dialog .modal-content .modal-body .terms .btn-primary {
  width: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .contact-us-modal .modal-dialog .modal-content .modal-body .terms .btn-primary {
    width: 100%;
    margin-top: 15px;
  }
}

.select2-container--default .select2-selection--multiple {
  padding: 0.375rem 0.75rem;
  min-height: calc(1.5em + 0.75rem + 2px);
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #343a40;
  border: none;
  color: white;
  padding: 0.25rem 0.5rem;
  margin-top: 0.25rem;
}

.packages {
  width: 842px;
  margin: 30px auto 0;
}
.packages table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.packages table thead th {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right-width: 0;
  border-left-width: 0.5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  background-color: #151515;
  padding: 18px 20px;
}
.packages table thead th:first-child {
  border-top-left-radius: 20px;
  border-left-width: 1px;
}
.packages table thead th:last-child {
  border-top-right-radius: 20px;
  border-right-width: 1px;
}
.packages table tbody tr td {
  padding: 20px 20px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
  border-right-width: 0;
  border-left-width: 0.5px;
  border-top: none;
}
.packages table tbody tr td:first-child {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  border-left-width: 1px;
  width: 250px;
}
.packages table tbody tr td:last-child {
  border-right-width: 1px;
}
.packages table tbody tr:last-child td {
  padding: 20px 13px;
}
.packages table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.packages table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.packages .btn {
  white-space: nowrap;
  padding: 18px 20px;
}

@media screen and (min-width: 1700px) {
  .packages {
    width: 1200px;
    margin: 30px auto 0;
  }
  .packages table thead tr th {
    border-width: 1.6px;
    font-size: 20px;
    line-height: 26px;
    padding: 25px 30px;
  }
  .packages table thead tr th:first-child {
    text-align: left;
  }
  .packages table tbody tr td {
    padding: 25px 30px;
    font-size: 16px;
  }
  .packages table tbody tr td:first-child {
    width: 370px;
    font-size: 18px;
    text-align: left;
  }
  .packages table tbody tr:last-child td {
    padding: 25px 22px;
  }
  .packages .btn {
    padding: 18px 25px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .packages {
    width: calc(100% + 29px);
    margin: 10px auto 0;
    overflow-x: auto;
  }
  .packages table {
    min-width: 842px;
  }
  .packages table thead tr th {
    font-size: 16px;
    line-height: 22px;
    padding: 20px 18px;
  }
  .packages table thead tr th:first-child {
    text-align: left;
  }
  .packages table tbody tr td {
    padding: 20px 18px;
    font-size: 15px;
  }
  .packages table tbody tr td:first-child {
    width: 250px;
    font-size: 15px;
    text-align: left;
  }
  .packages table tbody tr:last-child td {
    padding: 18px 13px;
  }
  .packages .btn {
    padding: 18px 20px;
    margin: 0 auto;
  }
  .seopackagebrreome br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .packages {
    width: calc(100% + 19px);
    margin: 0px auto 0;
    overflow-x: auto;
  }
  .packages table {
    min-width: 825px;
  }
  .packages table thead tr th {
    font-size: 16px;
    line-height: 22px;
    padding: 13px 18px;
  }
  .packages table thead tr th:first-child {
    text-align: left;
  }
  .packages table tbody tr td {
    padding: 15px 18px;
    font-size: 14px;
  }
  .packages table tbody tr td:first-child {
    width: 225px;
    font-size: 14px;
    text-align: left;
  }
  .packages table tbody tr:last-child td {
    padding: 18px 13px;
  }
  .packages .btn {
    padding: 18px 20px;
    margin: 0 auto;
  }
}
.our_expertise {
  background: url("./../../src/images/Expertise_BG.webp") no-repeat center;
  background-size: cover;
  padding: 60px 0 80px;
}
.our_expertise .experitesmain {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.our_expertise.featuredservice {
  background: url("./../../src/images/FS_BG.webp") no-repeat center;
  background-size: 100% 100%;
  background-position: center;
}
.our_expertise.iffooter {
  padding-bottom: 150px;
}

.expertisecard,
.maininnercontents .expertisecard {
  overflow: hidden;
  padding: 0;
  padding-bottom: 1.6px;
  border-radius: 32px;
  position: relative;
  transition: background-position 1.5s ease-in-out;
}
.expertisecard::before,
.maininnercontents .expertisecard::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
}
.expertisecard .expertisecardin,
.maininnercontents .expertisecard .expertisecardin {
  background-color: #151515;
  padding: 32px 36px;
  border-radius: 32px;
  height: 100%;
  margin: 0.8px;
  z-index: 1;
  position: relative;
}
.expertisecard h3,
.maininnercontents .expertisecard h3 {
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 24px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
}
.expertisecard h3 img,
.maininnercontents .expertisecard h3 img {
  margin-right: 20px;
  max-width: 60px;
}
.expertisecard p,
.maininnercontents .expertisecard p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.expertisecard p a,
.maininnercontents .expertisecard p a {
  color: #E6B400;
}
.expertisecard p a:hover,
.maininnercontents .expertisecard p a:hover {
  color: #B57D16;
}
.expertisecard a:hover h3,
.maininnercontents .expertisecard a:hover h3 {
  color: #E6B400;
}
.expertisecard:nth-child(2n)::before,
.maininnercontents .expertisecard:nth-child(2n)::before {
  background: linear-gradient(to right, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
}
.our_product {
  background-size: cover;
  padding: 90px 0 90px;
  position: relative;
}
.our_product::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("./../../src/images/Section_BG.webp");
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  background-size: cover;
  background-position: bottom;
}
.our_product .productsmain {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.our_product.digitalservice {
  padding: 80px 0;
}
.our_product.digitalservice::before {
  background: url("./../../src/images/digisection2.webp");
  background-size: cover;
  opacity: 1;
  background-position: bottom;
}
.our_product.digitalservice.softwareservice::before {
  background: url("./../../src/images/softdev4thsection.webp");
  background-size: cover;
}
.our_product.digitalservice .productsmain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our_product.digitalservice .productsmain .productscard {
  flex: 0 1 calc(33.33% - 20px);
}
.our_product.digitalservice.iffooter {
  padding: 80px 0 130px;
}
.our_product .secpera {
  font-size: 20px;
  line-break: 25px;
  font-weight: 600;
  text-align: center;
}
.our_product .secpera.ifbottom {
  margin: 48px 0 0;
}
.our_product .secpera.iftop {
  margin: 0 0 48px;
}

.productscard {
  overflow: hidden;
  padding: 0;
  padding-bottom: 1.6px;
  border-radius: 32px;
  position: relative;
  transition: background-position 1.5s ease-in-out;
}
.productscard::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to top, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
}
.productscard .productscardin {
  background-color: #151515;
  padding: 32px 20px;
  border-radius: 32px;
  height: 100%;
  text-align: center;
  margin: 0.8px;
  z-index: 1;
  position: relative;
}
.productscard img {
  max-width: 72px;
  margin: 0 auto;
}
.productscard h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 24px 0 0;
  color: #fff;
  text-align: center;
}
.productscard:nth-child(n+4):nth-child(-n+6)::before {
  background: linear-gradient(to bottom, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
}
.productscard:hover h3 {
  color: #E6B400;
}

@keyframes animateBorder {
  0% {
    background: linear-gradient(0deg, #ffffff, rgba(153, 153, 153, 0));
  }
  25% {
    background: linear-gradient(90deg, #ffffff, rgba(153, 153, 153, 0));
  }
  50% {
    background: linear-gradient(180deg, #ffffff, rgba(153, 153, 153, 0));
  }
  75% {
    background: linear-gradient(270deg, #ffffff, rgba(153, 153, 153, 0));
  }
  100% {
    background: linear-gradient(360deg, #ffffff, rgba(153, 153, 153, 0));
  }
}
@media screen and (min-width: 1700px) {
  .our_expertise {
    padding: 66px 0 120px;
  }
  .our_expertise .experitesmain {
    gap: 34px;
  }
  .our_expertise.featuredservice {
    padding: 120px 0;
  }
  .our_expertise.iffooter {
    padding-bottom: 190px;
  }
  .expertisecard,
  .maininnercontents .expertisecard {
    border-radius: 60px;
  }
  .expertisecard .expertisecardin,
  .maininnercontents .expertisecard .expertisecardin {
    padding: 48px 44px;
    border-radius: 60px;
  }
  .expertisecard h3,
  .maininnercontents .expertisecard h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 26px;
  }
  .expertisecard h3 img,
  .maininnercontents .expertisecard h3 img {
    margin-right: 22px;
  }
  .expertisecard p,
  .maininnercontents .expertisecard p {
    font-size: 21px;
    line-height: 29px;
  }
  .our_product {
    padding: 120px 0 120px;
  }
  .our_product .productsmain {
    gap: 28px;
  }
  .our_product.digitalservice {
    padding: 120px 0;
  }
  .our_product.digitalservice .productsmain .productscard {
    flex: 0 1 calc(33.33% - 22px);
  }
  .our_product.digitalservice.iffooter {
    padding: 120px 0 160px;
  }
  .our_product .secpera {
    font-size: 26px;
    line-break: 31px;
  }
  .our_product .secpera.ifbottom {
    margin: 70px 0 0;
  }
  .our_product .secpera.iftop {
    margin: 0 0 70px;
  }
  .productscard {
    border-radius: 40px;
  }
  .productscard .productscardin {
    border-radius: 40px;
    padding: 32px 22px;
  }
  .productscard img {
    max-width: 90px;
  }
  .productscard h3 {
    font-size: 20px;
    line-height: 34px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 1785px) and (min-width: 1700px) {
  .productscard .productscardin {
    padding: 32px 22px;
  }
  .productscard h3 {
    font-size: 19px;
  }
}
@media screen and (min-width: 992px) {
  .homeproductmain .productscard:nth-child(n+3):not(:nth-last-child(-n+2))::before {
    background: #fff;
  }
  .homeproductmain .productscard h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 992px) {
  .our_expertise {
    padding: 30px 0 50px;
  }
  .our_expertise .experitesmain {
    gap: 30px;
  }
  .our_expertise.featuredservice {
    padding: 50px 0;
  }
  .our_expertise.iffooter {
    padding-bottom: 155px;
  }
  .expertisecard,
  .maininnercontents .expertisecard {
    border-radius: 26px;
  }
  .expertisecard .expertisecardin,
  .maininnercontents .expertisecard .expertisecardin {
    padding: 26px;
    border-radius: 26px;
  }
  .expertisecard h3,
  .maininnercontents .expertisecard h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 24px;
  }
  .expertisecard h3 img,
  .maininnercontents .expertisecard h3 img {
    margin-right: 20px;
  }
  .expertisecard p,
  .maininnercontents .expertisecard p {
    font-size: 18px;
    line-height: 23px;
  }
  .our_product {
    padding: 50px 0 50px;
  }
  .our_product .productsmain {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .our_product.digitalservice {
    padding: 50px 0 50px;
  }
  .our_product.digitalservice .productsmain .productscard {
    flex: 0 1 calc(50% - 15px);
  }
  .our_product.digitalservice.iffooter {
    padding: 50px 0 120px;
  }
  .our_product .secpera {
    font-size: 18px;
    line-break: 25px;
  }
  .our_product .secpera.ifbottom {
    margin: 36px 0 0;
  }
  .our_product .secpera.iftop {
    margin: 0 0 36px;
  }
  .productscard {
    border-radius: 26px;
  }
  .productscard .productscardin {
    border-radius: 26px;
    padding: 22px 40px;
  }
  .productscard img {
    max-width: 60px;
  }
  .productscard h3 {
    font-size: 20px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 992px) and (min-width: 576px) {
  .productscard:nth-child(4n-1)::before, .productscard:nth-child(4n)::before {
    background: rgba(255, 255, 255, 0.6980392157) !important;
  }
}
@media screen and (max-width: 700px) {
  .our_expertise .experitesmain {
    display: block;
    opacity: 0;
  }
  .our_expertise .experitesmain .slick-track {
    display: flex;
  }
  .our_expertise .experitesmain .slick-track .slick-slide {
    height: inherit !important;
  }
  .our_expertise .experitesmain .slick-track .slick-slide > div {
    height: 100%;
  }
  .our_expertise .experitesmain .slick-track .slick-slide > div .expertisecard {
    height: 100%;
  }
  .our_expertise .experitesmain.slick-slider {
    margin: 0 -8px;
    width: calc(100% + 28px);
  }
  .our_expertise .experitesmain.slick-slider .slick-list {
    padding: 0 10% 0 0 !important;
  }
  .our_expertise .experitesmain.slick-slider .slick-slide {
    padding-right: 8px;
    padding-left: 8px;
  }
  .our_expertise .experitesmain.slick-slider .slick-slide:nth-child(2n) .expertisecard::before {
    background: linear-gradient(to right, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
  }
  .our_product.digitalservice .productsmain {
    display: block;
  }
  .our_product .productsmain {
    display: block;
    opacity: 0;
  }
  .our_product .productsmain .slick-track {
    display: flex;
  }
  .our_product .productsmain .slick-track .slick-slide {
    height: inherit !important;
  }
  .our_product .productsmain .slick-track .slick-slide > div {
    height: 100%;
  }
  .our_product .productsmain .slick-track .slick-slide > div .productscard {
    height: 100%;
  }
  .our_product .productsmain.slick-slider {
    margin: 0 -6px;
    width: calc(100% + 26px);
  }
  .our_product .productsmain.slick-slider .slick-list {
    padding: 0 8% 0 0 !important;
  }
  .our_product .productsmain.slick-slider .slick-slide {
    padding-right: 6px;
    padding-left: 6px;
  }
}
@media screen and (max-width: 576px) {
  .our_expertise {
    padding: 20px 0 40px;
  }
  .our_expertise.featuredservice {
    padding: 40px 0;
  }
  .our_expertise.iffooter {
    padding-bottom: 110px;
  }
  .expertisecard .expertisecardin,
  .maininnercontents .expertisecard .expertisecardin {
    padding: 26px 18px;
  }
  .expertisecard h3,
  .maininnercontents .expertisecard h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .expertisecard h3 img,
  .maininnercontents .expertisecard h3 img {
    margin-right: 16px;
    max-width: 46px;
  }
  .expertisecard p,
  .maininnercontents .expertisecard p {
    font-size: 14px;
    line-height: 19px;
  }
  .our_product {
    padding: 40px 0 40px;
  }
  .our_product .secpera {
    font-size: 16px;
    line-break: 22px;
  }
  .our_product .secpera.ifbottom {
    margin: 30px 0 0;
  }
  .our_product .secpera.iftop {
    margin: 0 0 30px;
  }
  .productscard .productscardin {
    border-radius: 26px;
    padding: 20px 17px;
  }
  .productscard img {
    max-width: 56px;
  }
  .productscard h3 {
    font-size: 15px;
    margin-top: 16px;
  }
}
.sbs {
  --bs-gutter-x: 2.5rem;
}
.sbs .productscard h3 {
  text-align: left;
  margin-bottom: 35px;
  margin-top: 0;
}
.sbs .productscard p {
  text-align: left;
}
@media (max-width: 1700px) {
  .sbs .productscard p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sbs .productscard p {
    font-size: 14px;
  }
}
.sbs .productscard .productscardin {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sbs .sbs-images {
  width: 647px;
  height: 440px;
}
@media (max-width: 1699px) and (min-width: 993px) {
  .sbs {
    --bs-gutter-x: 1.8rem;
  }
  .sbs.mt-60 {
    margin-top: 35px;
  }
  .sbs .sbs-images {
    width: 503px;
    height: auto;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .sbs {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 40px;
  }
  .sbs.mt-60 {
    margin-top: 0;
  }
  .sbs .sbs-images {
    width: 704px;
    height: auto;
  }
  .sbs.column-reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .sbs {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 25px;
  }
  .sbs.mt-60 {
    margin-top: 0;
  }
  .sbs .sbs-images {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .sbs.column-reverse {
    flex-direction: column-reverse;
  }
}

.ims-row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}
@media (max-width: 1699px) {
  .ims-row {
    --bs-gutter-x: 1.8rem;
    --bs-gutter-y: 1.8rem;
  }
}
.ims-row .productscard h3 {
  text-align: left;
  margin-bottom: 35px;
  margin-top: 0;
}
@media (max-width: 1699px) {
  .ims-row .productscard h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .ims-row .productscard h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.ims-row .productscard ul {
  list-style: disc;
  margin: 0 0 0 30px;
}
.ims-row .productscard ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media (max-width: 1699px) {
  .ims-row .productscard ul li {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .ims-row .productscard ul li {
    font-size: 14px;
  }
}
.ims-row .productscard .productscardin {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 320px;
}
@media (max-width: 1699px) {
  .ims-row .productscard .productscardin {
    min-height: 300px;
  }
}
@media (max-width: 992px) {
  .ims-row .productscard .productscardin {
    min-height: 280px;
  }
}

/*# sourceMappingURL=main.css.map */
