@import url("https://fonts.googleapis.com/css2?family=Asap:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700;800&display=swap") all;
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;600&display=swap") all;
.cl-white {
  color: #fff;
}

.cl-primary {
  color: #28aaa9;
}

.cl-orange {
  color: #ff8f3f;
}

.cl-blue {
  color: #4b95ff;
}

.cl-green {
  color: #29cf93;
}

.cl-gradient {
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cl-text {
  color: #1b2a40;
}

.cl-input {
  color: #838e9e;
}

.cl-gray-3 {
  color: #4b4f58;
}

.cl-gray-4 {
  color: #60656b;
}

.bg-orange {
  background-color: #ff8f3f;
}

.bg-blue {
  background-color: #4b95ff;
}

.bg-green {
  background-color: #29cf93;
}

.bg-gradient {
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
}

.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.3333333333%;
}

.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.6666666667%;
}

.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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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;
  }
}
.ic-section-space {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1650px) {
  .ic-section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-section-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.ic-section-space-top {
  padding-top: 90px;
}
@media only screen and (max-width: 1650px) {
  .ic-section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space-top {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-section-space-top {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-space-top {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-space-top {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-section-space-top {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-section-space-top {
    padding-top: 25px;
  }
}

.ic-section-space-bottom {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1650px) {
  .ic-section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space-bottom {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-section-space-bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-space-bottom {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-space-bottom {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-section-space-bottom {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-section-space-bottom {
    padding-bottom: 25px;
  }
}

.ic-section-header-space {
  padding: 60px 0;
}
@media only screen and (max-width: 1650px) {
  .ic-section-header-space {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-header-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-section-header-space {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-header-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-header-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-section-header-space {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-section-header-space {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.ic-section-header-space-bottom {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1650px) {
  .ic-section-header-space-bottom {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-header-space-bottom {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-section-header-space-bottom {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-header-space-bottom {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-header-space-bottom {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-section-header-space-bottom {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-section-header-space-bottom {
    padding-bottom: 18px;
  }
}

.ic-section-header-space-bottom-m {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1650px) {
  .ic-section-header-space-bottom-m {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-header-space-bottom-m {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-section-header-space-bottom-m {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-header-space-bottom-m {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-header-space-bottom-m {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-section-header-space-bottom-m {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-section-header-space-bottom-m {
    margin-bottom: 18px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1650px) {
  .mb-50 {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .mb-50 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-50 {
    margin-bottom: 22px;
  }
}

.mb-45 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1650px) {
  .mb-45 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .mb-45 {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-45 {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-45 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-45 {
    margin-bottom: 22px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1650px) {
  .mb-40 {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .mb-40 {
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-40 {
    margin-bottom: 22px;
  }
}

.mb-38 {
  margin-bottom: 38px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399.98px) {
  .mb-30 {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-30 {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-30 {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-30 {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media only screen and (max-width: 1399.98px) {
  .mt-30 {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mt-30 {
    margin-top: 27px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mt-30 {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mt-30 {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mt-30 {
    margin-top: 20px;
  }
}

.mb-28 {
  margin-bottom: 28px;
}
@media only screen and (max-width: 1199.98px) {
  .mb-28 {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-28 {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-28 {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mb-28 {
    margin-bottom: 18px;
  }
}

.mb-25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1650px) {
  .mb-25 {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .mb-25 {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-25 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-25 {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mb-25 {
    margin-bottom: 17px;
  }
}

.pb-25 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 1650px) {
  .pb-25 {
    padding-bottom: 23px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .pb-25 {
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pb-25 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pb-25 {
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .pb-25 {
    padding-bottom: 17px;
  }
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-22 {
  margin-bottom: 22px;
}
@media only screen and (max-width: 1399.98px) {
  .mb-22 {
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-22 {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-22 {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-22 {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mb-22 {
    margin-bottom: 14px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .mb-20 {
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-20 {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-20 {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-20 {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mb-20 {
    margin-bottom: 14px;
  }
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399.98px) {
  .mb-15 {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-15 {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-15 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-15 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mb-15 {
    margin-bottom: 9px;
  }
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-12 {
  margin-bottom: 13px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ic-pos-rel {
  position: relative;
}

.ic-over-hi {
  overflow: hidden;
}

.ic-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.row-gap-30 {
  row-gap: 30px;
}

@media only screen and (max-width: 575.98px) {
  .js-cookie-consent {
    text-align: center;
    width: 200px;
  }
}

.g-row-gap-4 {
  row-gap: 24px;
}
@media only screen and (max-width: 767.98px) {
  .g-row-gap-4 {
    row-gap: 16px;
  }
}

.js-cookie-consent-button {
  padding: 8px 2px !important;
  font-size: 16px !important;
}
@media only screen and (max-width: 1199.98px) {
  .js-cookie-consent-button {
    padding: 7px 2px !important;
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .js-cookie-consent-button {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .js-cookie-consent-button {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .js-cookie-consent-button {
    font-size: 13px !important;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Asap", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 0px;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 5px;
}
body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #28AAA9;
  border-radius: 5px;
}

h1, h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span,
p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
  line-height: initial;
}
button:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

/**Font Size & Font Family**/
h1, h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span {
  margin: 0px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

h1, h1 span {
  font-size: 48px;
  line-height: 60px;
}
h2, h2 span {
  font-size: 44px;
  line-height: auto;
}
@media only screen and (max-width: 1650px) {
  h2, h2 span {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1399.98px) {
  h2, h2 span {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h2, h2 span {
    font-size: 36px;
    line-height: normal;
  }
}
@media only screen and (max-width: 991.98px) {
  h2, h2 span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  h2, h2 span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  h2, h2 span {
    font-size: 25px;
  }
}
.fs-38 {
  font-size: 38px;
  line-height: normal;
  margin: 0px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.fw-600 {
  font-weight: 600;
}

h3, h3 span {
  font-size: 35px;
  line-height: normal;
}
@media only screen and (max-width: 1650px) {
  h3, h3 span {
    font-size: 33px;
  }
}
@media only screen and (max-width: 1399.98px) {
  h3, h3 span {
    font-size: 31px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h3, h3 span {
    font-size: 29px;
  }
}
@media only screen and (max-width: 991.98px) {
  h3, h3 span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  h3, h3 span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  h3, h3 span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  h3, h3 span {
    font-size: 22px;
  }
}
h4, h4 span {
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 1399.98px) {
  h4, h4 span {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h4, h4 span {
    font-size: 22px;
    line-height: normal;
  }
}
@media only screen and (max-width: 991.98px) {
  h4, h4 span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  h4, h4 span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  h4, h4 span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  h4, h4 span {
    font-size: 16px;
  }
}
h5, h5 span {
  font-size: 22px;
  line-height: auto;
}
@media only screen and (max-width: 1650px) {
  h5, h5 span {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1399.98px) {
  h5, h5 span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h5, h5 span {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  h5, h5 span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  h5, h5 span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  h5, h5 span {
    font-size: 15px;
  }
}
h6, h6 span {
  font-size: 18px;
  line-height: auto;
}
@media only screen and (max-width: 1399.98px) {
  h6, h6 span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991.98px) {
  h6, h6 span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  h6, h6 span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  h6, h6 span {
    font-size: 14px;
  }
}
p,
a,
span,
label,
li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #1b2a40;
}
@media only screen and (max-width: 1399.98px) {
  p,
  a,
  span,
  label,
  li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  p,
  a,
  span,
  label,
  li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  p,
  a,
  span,
  label,
  li {
    font-size: 13px;
  }
}

p {
  font-family: "Asap", sans-serif;
}

.ic-btn, .ic-btn-primary {
  height: 50px;
  padding: 0px 25px;
  font-size: 15px;
  font-weight: 400;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1650px) {
  .ic-btn, .ic-btn-primary {
    height: 48px;
    padding: 0px 23px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-btn, .ic-btn-primary {
    height: 46px;
    padding: 0px 22px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-btn, .ic-btn-primary {
    height: 42px;
    font-size: 14px;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-btn, .ic-btn-primary {
    height: 40px;
    padding: 0px 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-btn, .ic-btn-primary {
    height: 38px;
    font-size: 13px;
    padding: 0px 16px;
  }
}
.ic-btn.primary, .primary.ic-btn-primary {
  color: #fff;
  background-image: linear-gradient(to right, #28AAA9 66.666667%, #00A9C6 100%);
  background-size: 300% auto;
  background-position: right;
}
.ic-btn.primary:hover, .primary.ic-btn-primary:hover {
  background-position: center;
  color: #fff;
}
.ic-btn.white, .white.ic-btn-primary {
  color: #28aaa9;
  background: #fff;
}
.ic-btn.white:hover, .white.ic-btn-primary:hover {
  background: #1b2a40;
  color: #fff;
}
.ic-btn.orange, .orange.ic-btn-primary {
  color: #fff;
  background: #ff8f3f;
}
.ic-btn.orange:hover, .orange.ic-btn-primary:hover {
  background: #1b2a40;
  color: #fff;
}
.ic-btn svg, .ic-btn-primary svg {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ic-btn:hover, .ic-btn-primary:hover {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
}

.ic-button-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1650px) {
  .ic-button-wrapper {
    gap: 18px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-button-wrapper {
    gap: 17px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-button-wrapper {
    gap: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-button-wrapper {
    gap: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-button-wrapper {
    gap: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-button-wrapper {
    gap: 10px;
  }
}
.ic-button-wrapper.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.form-control {
  height: 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e7e6e6 !important;
  background: #fff;
  box-shadow: none !important;
}
@media only screen and (max-width: 1650px) {
  .form-control {
    height: 40px;
  }
}
.form-control::placeholder {
  color: #727272 !important;
}
@media only screen and (max-width: 1650px) {
  .form-control::placeholder {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .form-control::placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .form-control::placeholder {
    font-size: 13px;
  }
}

.form-select {
  height: 48px;
}
@media only screen and (max-width: 1650px) {
  .form-select {
    height: 40px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1650px) {
  .form-select option {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .form-select option {
    font-size: 14px;
  }
}

.ic-timeline-section {
  position: relative;
}
.ic-timeline-section .timeline-shape-one {
  position: absolute;
  left: 0;
  top: 0;
}
.ic-timeline-section .timeline-shape-two {
  position: absolute;
  top: 0;
  right: 0;
}
.ic-timeline-section .timeline-shape-three {
  position: absolute;
  left: 0;
  bottom: 0;
}
.ic-timeline-section .timeline-shape-four {
  position: absolute;
  right: 0;
  bottom: 0;
}

.grey_light-block {
  background-color: #f7f7f7;
  overflow: hidden;
}

.timeline {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  text-align: center;
  transition: all 0.3s;
}
@media only screen and (max-width: 991.98px) {
  .timeline {
    left: unset;
    transform: unset;
    width: unset;
  }
}
.timeline .point {
  position: relative;
}
.timeline .point .year-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991.98px) {
  .timeline .point .year-wrapper {
    top: 202px;
    left: 50% !important;
    right: unset !important;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 575.98px) {
  .timeline .point .year-wrapper {
    top: 188px;
  }
}
.timeline .point .year-wrapper::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 4px;
  border-bottom: 4px dashed #4B95FF;
  z-index: -1;
  left: 50%;
}
@media only screen and (max-width: 1399.98px) {
  .timeline .point .year-wrapper::after {
    width: 165px;
  }
}
@media only screen and (max-width: 991.98px) {
  .timeline .point .year-wrapper::after {
    width: 4px;
    height: 105px;
    border-right: 4px dashed #4B95FF;
  }
}
@media only screen and (max-width: 575.98px) {
  .timeline .point .year-wrapper::after {
    height: 74px;
  }
}
.timeline .point .year {
  font-size: 20px;
  height: 48px;
  font-weight: 800;
  padding: 0px 20px;
  background: white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media only screen and (max-width: 1399.98px) {
  .timeline .point .year {
    height: 46px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .timeline .point .year {
    font-size: 18px;
    height: 40px;
    padding: 0px 15px;
  }
}
.timeline .point .round {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 3px solid white;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991.98px) {
  .timeline .point .round {
    display: none;
  }
}
.timeline .point .img-box {
  position: absolute;
  background-color: #ffffff;
  padding: 12px;
  transition: all 0.3s;
  width: 370px;
  border-radius: 10px;
  background: var(--White, #FFF);
  box-shadow: 0px 4px 56px 0px rgba(27, 42, 64, 0.1);
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1399.98px) {
  .timeline .point .img-box {
    width: 280px;
  }
}
@media only screen and (max-width: 991.98px) {
  .timeline .point .img-box {
    right: unset !important;
    left: 50% !important;
    transform: translateX(-50%);
    top: 0px;
    padding: 8px;
  }
}
.timeline .point .img-box img {
  border-radius: 5px;
}
.timeline .point .point-content {
  display: flex;
  align-items: center;
  position: relative;
  width: 546px;
  min-height: 250px;
}
@media only screen and (max-width: 1399.98px) {
  .timeline .point .point-content {
    width: 450px;
    min-height: 200px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .timeline .point .point-content {
    width: 415px;
    min-height: 180px;
  }
}
@media only screen and (max-width: 991.98px) {
  .timeline .point .point-content {
    width: unset;
    min-height: unset;
    text-align: center !important;
    left: 50% !important;
    transform: translateX(-50%);
    padding-top: 285px;
  }
}
@media only screen and (max-width: 575.98px) {
  .timeline .point .point-content {
    padding-top: 251px;
  }
}
.timeline .point .point-content p {
  color: #1B2A40;
}
@media only screen and (max-width: 1399.98px) {
  .timeline .point .point-content p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .timeline .point .point-content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .timeline .point .point-content p {
    font-size: 13px;
  }
}
.timeline .point.sky {
  background-color: #4B95FF;
}
.timeline .point.sky .year-wrapper::after {
  border-color: #4B95FF;
}
.timeline .point.sky .year {
  color: #4B95FF;
}
.timeline .point.blue {
  background-color: #28AAA9;
}
.timeline .point.blue .year-wrapper::after {
  border-color: #28AAA9;
}
.timeline .point.blue .year {
  color: #28AAA9;
}
.timeline .point.black {
  background-color: #1B2A40;
}
.timeline .point.black .year-wrapper::after {
  border-color: #1B2A40;
}
.timeline .point.black .year {
  color: #1B2A40;
}
.timeline .point.yellow {
  background-color: #FF8F3F;
}
.timeline .point.yellow.year-wrapper::after {
  border-color: #FF8F3F;
}
.timeline .point.yellow .year {
  color: #FF8F3F;
}
.timeline .point.green {
  background-color: #29CF93;
}
.timeline .point.green.year-wrapper::after {
  border-color: #29CF93;
}
.timeline .point.green .year {
  color: #29CF93;
}
@media only screen and (max-width: 991.98px) {
  .timeline .point {
    background-color: unset !important;
    margin-bottom: 30px;
  }
}
.timeline .point:nth-child(odd) .img-box {
  right: 216px;
}
@media only screen and (max-width: 1399.98px) {
  .timeline .point:nth-child(odd) .img-box {
    right: 180px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .timeline .point:nth-child(odd) .img-box {
    right: 170px;
  }
}
.timeline .point:nth-child(odd) .year-wrapper {
  right: 60px;
}
@media only screen and (max-width: 1399.98px) {
  .timeline .point:nth-child(odd) .year-wrapper {
    right: 50px;
  }
}
.timeline .point:nth-child(odd) .point-content {
  left: 50px;
  text-align: left;
}
.timeline .point:nth-child(even) .img-box {
  left: 216px;
}
@media only screen and (max-width: 1399.98px) {
  .timeline .point:nth-child(even) .img-box {
    width: 280px;
    left: 181px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .timeline .point:nth-child(even) .img-box {
    left: 170px;
  }
}
.timeline .point:nth-child(even) .year-wrapper {
  left: 60px;
}
@media only screen and (max-width: 1399.98px) {
  .timeline .point:nth-child(even) .year-wrapper {
    left: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .timeline .point:nth-child(even) .year-wrapper {
    left: 55px;
  }
}
.timeline .point:nth-child(even) .point-content {
  right: 578px;
  text-align: end;
}
@media only screen and (max-width: 1399.98px) {
  .timeline .point:nth-child(even) .point-content {
    right: 464px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .timeline .point:nth-child(even) .point-content {
    right: 430px;
  }
}
.timeline .point .arrow-wrap {
  overflow: hidden;
}
.timeline .point .arrow {
  position: absolute;
  left: 0px;
  top: -11px;
}
.timeline .point .arrow path {
  fill: #F7FAFD;
}
@media only screen and (max-width: 991.98px) {
  .timeline .point .arrow {
    display: none;
  }
}
.timeline .point .arrow-top {
  border: solid #f7f7f7;
  border-width: 8px 0px 0px 8px;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  left: -2px;
  width: 25px;
  height: 25px;
}
.timeline .point .arrow-top path {
  fill: #F7FAFD;
}
@media only screen and (max-width: 991.98px) {
  .timeline .point .arrow-top {
    display: none;
  }
}
.timeline .point .arrow-bottom {
  bottom: -11px;
  position: absolute;
  left: 0;
}
.timeline .point .arrow-bottom path {
  fill: #F7FAFD;
}
.timeline .point:first-child .arrow {
  top: -11px;
}
.timeline .point:last-child .arrow {
  bottom: -11px;
}

.title {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1.28px;
}

.ic-process-wrap {
  display: flex;
  align-items: center;
  gap: 80px;
}

.ic-process-box {
  padding: 10px;
  background: white;
  border-radius: 100px;
  display: inline-block;
  box-shadow: 0px 20px 41px 22px rgb(227, 227, 227);
  position: relative;
}
.ic-process-box .ic-icon-box {
  background-color: #FF8F3F;
  height: 185px;
  width: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.ic-process-box .process-heading {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.ic-section-title {
  position: relative;
}
.ic-section-title.sub-title .ic-section-title-content {
  padding-bottom: 12px;
}
.ic-section-title.sub-title h3, .ic-section-title.sub-title h3 span, h3 .ic-section-title.sub-title span {
  padding-bottom: 8px;
}
.ic-section-title.sub-title p {
  padding-bottom: 8px;
}
.ic-section-title.center {
  text-align: center;
}
.ic-section-title.center .ic-border-bottom {
  left: calc(50% - 40px);
  transform: translateX(-50%);
}
.ic-section-title .ic-section-title-content {
  padding-bottom: 15px;
}
.ic-section-title .ic-section-title-content p {
  text-transform: capitalize;
  color: #1b2a40;
  font-weight: 400;
  font-size: 18px;
  line-height: auto;
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-title .ic-section-title-content p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-title .ic-section-title-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-title .ic-section-title-content p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-section-title .ic-section-title-content p {
    font-size: 14px;
  }
}
.ic-section-title h3, .ic-section-title h3 span, h3 .ic-section-title span {
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  font-weight: 700;
}
.ic-section-title h6, .ic-section-title h6 span, h6 .ic-section-title span {
  text-transform: capitalize;
  color: #1b2a40;
  font-weight: 400;
}
.ic-section-title .ic-border-bottom {
  position: absolute;
  width: 46px;
  height: 2px;
  background: linear-gradient(to right, #28AAA9, #00A9C6);
  bottom: 0;
  left: 0;
}
.ic-section-title .ic-border-bottom:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 2px;
  background: linear-gradient(to right, #28AAA9, #00A9C6);
  bottom: 0;
  left: 52px;
}
.ic-section-title .ic-border-bottom:after {
  position: absolute;
  content: "";
  width: 46px;
  height: 2px;
  background: linear-gradient(to right, #28AAA9, #00A9C6);
  bottom: 0;
  left: 79px;
}
.ic-section-title.has-title-bg h3, .ic-section-title.has-title-bg h3 span, h3 .ic-section-title.has-title-bg span {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  font-weight: 700;
}
.ic-section-title.has-title-bg .ic-border-bottom {
  background: linear-gradient(to right, #ffffff, #ffffff);
}
.ic-section-title.has-title-bg .ic-border-bottom:before {
  background: linear-gradient(to right, #ffffff, #ffffff);
}
.ic-section-title.has-title-bg .ic-border-bottom:after {
  background: linear-gradient(to right, #ffffff, #ffffff);
}

.txt404 span {
  line-height: 72px;
}

.ic-footer {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.ic-footer .ic-footer-logo-top {
  max-width: 132px;
}
@media only screen and (max-width: 1650px) {
  .ic-footer .ic-footer-logo-top {
    max-width: 130px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer .ic-footer-logo-top {
    max-width: 128px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer .ic-footer-logo-top {
    max-width: 126px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-logo-top {
    max-width: 122px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-logo-top {
    max-width: 115px;
  }
}
.ic-footer .ic-footer-top-part {
  position: relative;
  padding-bottom: 44px;
  margin-bottom: 44px;
}
.ic-footer .ic-footer-top-part .ic-footer-top-content {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1650px) {
  .ic-footer .ic-footer-top-part {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer .ic-footer-top-part {
    margin-bottom: 36px;
    padding-bottom: 36px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer .ic-footer-top-part {
    margin-bottom: 34px;
    padding-bottom: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-top-part {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-top-part {
    margin-bottom: 26px;
    padding-bottom: 26px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-top-part {
    margin-bottom: 4px;
    padding-bottom: 0px;
  }
}
.ic-footer .ic-footer-top-part:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  opacity: 0.15;
  width: 100%;
  height: 1px;
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-top-part:before {
    content: unset;
  }
}
.ic-footer .left-logo-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 45px;
}
@media only screen and (max-width: 1650px) {
  .ic-footer .left-logo-content-wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer .left-logo-content-wrapper {
    gap: 36px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer .left-logo-content-wrapper {
    gap: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .left-logo-content-wrapper {
    gap: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .left-logo-content-wrapper {
    gap: 7px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .left-logo-content-wrapper {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center;
  }
}
.ic-footer .ic-footer-contact-us {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  color: #838E9E;
  padding: 6px 7px 6px 30px;
  height: 60px;
  position: relative;
}
@media only screen and (max-width: 1650px) {
  .ic-footer .ic-footer-contact-us {
    height: 56px;
    padding: 6px 7px 6px 26px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer .ic-footer-contact-us {
    height: 54px;
    padding: 6px 7px 6px 25px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer .ic-footer-contact-us {
    height: 50px;
    padding: 6px 7px 6px 23px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-contact-us {
    height: 48px;
    padding: 6px 7px 6px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-contact-us {
    height: 46px;
    padding: 6px 7px 6px 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-contact-us {
    height: 44px;
    padding: 6px 7px 6px 16px;
  }
}
.ic-footer .ic-footer-contact-us input {
  background-color: transparent;
  padding-right: 85px;
  color: #838E9E;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1650px) {
  .ic-footer .ic-footer-contact-us input {
    padding-right: 82px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer .ic-footer-contact-us input {
    padding-right: 78px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer .ic-footer-contact-us input {
    padding-right: 76px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-contact-us input {
    padding-right: 69px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-contact-us input {
    padding-right: 64px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-contact-us input {
    padding-right: 60px;
  }
}
.ic-footer .ic-footer-contact-us .ic-abs {
  height: 48px;
  width: 79px;
  padding: 7px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  background-image: linear-gradient(to right, #00053f 0%, #00053f 33.3333%, #28AAA9 66.666667%, #00A9C6 100%);
  background-size: 300% auto;
  background-position: right;
}
@media only screen and (max-width: 1650px) {
  .ic-footer .ic-footer-contact-us .ic-abs {
    height: 45px;
    width: 77px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer .ic-footer-contact-us .ic-abs {
    height: 44px;
    width: 74px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer .ic-footer-contact-us .ic-abs {
    height: 42px;
    width: 72px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-contact-us .ic-abs {
    height: 36px;
    width: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-contact-us .ic-abs {
    height: 34px;
    width: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-contact-us .ic-abs {
    height: 34px;
    width: 55px;
  }
}
.ic-footer .ic-footer-contact-us .ic-abs:hover {
  background-position: center;
  color: #fff;
}
.ic-footer .ic-footer-contact-us .ic-abs img {
  max-width: 32px;
}
@media only screen and (max-width: 1650px) {
  .ic-footer .ic-footer-contact-us .ic-abs img {
    max-width: 30px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer .ic-footer-contact-us .ic-abs img {
    max-width: 28px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer .ic-footer-contact-us .ic-abs img {
    max-width: 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-contact-us .ic-abs img {
    max-width: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-contact-us .ic-abs img {
    max-width: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-contact-us .ic-abs img {
    max-width: 20px;
  }
}
.ic-footer .ic-footer-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  position: relative;
}
@media only screen and (max-width: 1650px) {
  .ic-footer .ic-footer-row {
    gap: 48px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer .ic-footer-row {
    gap: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer .ic-footer-row {
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-row {
    row-gap: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-row {
    gap: 16px;
    row-gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-row {
    row-gap: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-row .ic-f-col {
    text-align: left;
  }
}
.ic-footer .ic-footer-row .ic-f-col:nth-child(1) {
  width: calc(27% - 50px + 10px);
}
@media only screen and (max-width: 1650px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(1) {
    width: calc(27% - 48px + 9.6px);
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(1) {
    width: calc(27% - 40px + 8px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(1) {
    width: calc(28% - 20px + 4px);
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(1) {
    width: calc(40% - 20px + 6.6666666667px);
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(1) {
    width: calc(50% - 16px + 8px);
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(1) {
    width: 100%;
    order: 1;
  }
}
.ic-footer .ic-footer-row .ic-f-col:nth-child(2) {
  position: relative;
  width: calc(8% - 50px + 10px);
}
@media only screen and (max-width: 1650px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(2) {
    width: calc(8% - 48px + 9.6px);
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(2) {
    width: calc(8% - 40px + 8px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(2) {
    width: calc(5% - 20px + 4px);
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(2) {
    width: calc(18% - 20px + 6.6666666667px);
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(2) {
    width: calc(2% - 16px + 5.3333333333px);
    display: none;
  }
}
.ic-footer .ic-footer-row .ic-f-col:nth-child(2):before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  background: #FFF;
  opacity: 0.15;
  width: 1px;
}
.ic-footer .ic-footer-row .ic-f-col:nth-child(3) {
  width: calc(26% - 50px + 10px);
}
@media only screen and (max-width: 1650px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(3) {
    width: calc(26% - 48px + 9.6px);
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(3) {
    width: calc(26% - 40px + 8px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(3) {
    width: calc(29% - 20px + 4px);
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(3) {
    width: calc(42% - 20px + 6.6666666667px);
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(3) {
    width: calc(50% - 16px + 8px);
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(3) {
    width: 100%;
    order: 4;
    padding-bottom: 29px;
    margin-bottom: 28px;
  }
}
.ic-footer .ic-footer-row .ic-f-col:nth-child(4) {
  width: calc(15% - 50px + 10px);
}
@media only screen and (max-width: 1650px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(4) {
    width: calc(15% - 48px + 9.6px);
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(4) {
    width: calc(15% - 40px + 8px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(4) {
    width: calc(15% - 20px + 4px);
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(4) {
    width: calc(30% - 20px + 10px);
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(4) {
    width: calc(50% - 16px + 8px);
    order: 2;
  }
}
.ic-footer .ic-footer-row .ic-f-col:nth-child(5) {
  width: calc(24% - 50px + 10px);
}
@media only screen and (max-width: 1650px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(5) {
    width: calc(24% - 48px + 9.6px);
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(5) {
    width: calc(24% - 40px + 8px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(5) {
    width: calc(23% - 20px + 4px);
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(5) {
    width: calc(40% - 20px + 10px);
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(5) {
    width: calc(46% - 20px + 10px);
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-row .ic-f-col:nth-child(5) {
    width: calc(50% - 16px + 8px);
    order: 3;
  }
}
.ic-footer .ic-footer-title {
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1650px) {
  .ic-footer .ic-footer-title {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer .ic-footer-title {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-title {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-title {
    margin-bottom: 17px;
  }
}
.ic-footer .ic-single-column-item li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-single-column-item li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-single-column-item li:not(:last-child) {
    margin-bottom: 7px;
  }
}
.ic-footer .ic-single-column-item li a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-single-column-item li a {
    font-size: 14px;
    line-height: normal;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-single-column-item li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-single-column-item li a {
    color: #838E9E;
    font-size: 14px;
    font-weight: 300;
  }
}
.ic-footer .ic-single-column-item li a:hover {
  color: #28aaa9;
}
.ic-footer .ic-social-link-wrapper {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 6px;
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-social-link-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.ic-footer .ic-social-link-wrapper .ic-single-social-item {
  width: 38px;
  height: 38px;
  color: #fff;
  background-color: rgba(40, 170, 169, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-social-link-wrapper .ic-single-social-item {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-social-link-wrapper .ic-single-social-item {
    width: 33px;
    height: 33px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-social-link-wrapper .ic-single-social-item {
    width: 30px;
    height: 30px;
  }
}
.ic-footer .ic-social-link-wrapper .ic-single-social-item i {
  font-size: 11px;
}
.ic-footer .ic-social-link-wrapper .ic-single-social-item:hover {
  background-color: #28aaa9;
}
.ic-footer .ic-footer-des {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-des {
    font-size: 14px;
    line-height: normal;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-des {
    font-size: 13px;
  }
}
.ic-footer .ic-footer-des.review {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer .ic-footer-des.review {
    gap: 9px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-des.review {
    gap: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-des.review {
    gap: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-des.review {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.ic-footer .ic-footer-des.review a {
  text-decoration: underline;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-des.review a {
    font-size: 14px;
    line-height: normal;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-des.review a {
    font-size: 13px;
  }
}
.ic-footer .ic-footer-des.review span {
  font-size: 15px;
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-des.review span {
    font-size: 14px;
    line-height: normal;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-des.review span {
    font-size: 13px;
  }
}
.ic-footer .ic-footer-des.ic-mail {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer .ic-footer-des.ic-mail {
    gap: 9px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-des.ic-mail {
    gap: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-des.ic-mail {
    gap: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-des.ic-mail {
    font-size: 14px;
    font-weight: 400;
  }
}
.ic-footer .ic-footer-des.ic-mail i {
  color: #1b2a40;
}
.ic-footer .ic-footer-des.ic-mail a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-des.ic-mail a {
    font-size: 14px;
    line-height: normal;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-des.ic-mail a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-des.ic-mail a {
    color: #838E9E;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
  }
}
.ic-footer .ic-footer-des.ic-mail a span {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-des.ic-mail a span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-des.ic-mail a span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-des.ic-mail a span {
    color: #838E9E;
  }
}
@media only screen and (max-width: 1650px) {
  .ic-footer .ic-footer-des.ic-mail img {
    max-width: 16px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer .ic-footer-des.ic-mail img {
    max-width: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-des.ic-mail img {
    max-width: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-des.ic-mail img {
    max-width: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-des.ic-mail img {
    max-width: 16px;
  }
}
.ic-footer .ic-footer-des.ic-address {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 10px;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer .ic-footer-des.ic-address {
    gap: 9px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-des.ic-address {
    gap: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-des.ic-address {
    gap: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-des.ic-address {
    color: #838E9E;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
  }
}
.ic-footer .ic-footer-des.ic-address i {
  color: #1b2a40;
}
@media only screen and (max-width: 1650px) {
  .ic-footer .ic-footer-des.ic-address img {
    max-width: 16px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer .ic-footer-des.ic-address img {
    max-width: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-des.ic-address img {
    max-width: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-des.ic-address img {
    max-width: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-des.ic-address img {
    max-width: 16px;
  }
}
.ic-footer .ic-footer-des.ic-address a {
  color: #fff;
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-des.ic-address a {
    color: #838E9E;
  }
}
.ic-footer .ic-footer-des.ic-address a span {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 991.98px) {
  .ic-footer .ic-footer-des.ic-address a span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer .ic-footer-des.ic-address a span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-des.ic-address a span {
    color: #838E9E;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-des.ic-address.ic-no-allign {
    display: unset !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-des.ic-address.ic-no-allign img {
    margin-right: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-mobile-abs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    gap: 20px;
    bottom: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-mobile-abs .ic-footer-title {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    font-size: 15px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer .ic-footer-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

#copyright {
  background: #1b2a40 !important;
}
#copyright p {
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 9px;
}

.ic-header-top {
  padding: 0;
}

.navbar {
  z-index: 99 !important;
}

.ic-social-fixed {
  z-index: 12 !important;
}

.ic_top_header {
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  padding: 11px 0;
}
.ic_top_header .top_headers_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .ic_top_header .top_headers_ul {
    gap: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_top_header .top_headers_ul li:nth-child(1) {
    display: none;
  }
}
.ic_top_header .top_headers_ul .ic_top_follows {
  display: flex;
  align-items: center;
}
.ic_top_header .top_headers_ul .ic_top_follows p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  padding-right: 20px;
}
.ic_top_header .top_headers_ul .ic_top_follows a {
  color: #fff;
  margin-right: 20px;
}
.ic_top_header .top_headers_ul .ic_numbers_call {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 575.98px) {
  .ic_top_header .top_headers_ul .ic_numbers_call {
    gap: 20px;
  }
}
.ic_top_header .top_headers_ul .ic_numbers_call a {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
@media only screen and (max-width: 575.98px) {
  .ic_top_header .top_headers_ul .ic_numbers_call a {
    gap: 4px;
  }
  .ic_top_header .top_headers_ul .ic_numbers_call a:nth-child(2) {
    display: none;
  }
}
.ic_top_header .top_headers_ul .ic_numbers_call a:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  width: 1px;
  height: 15px;
  background-color: #fff;
}
@media only screen and (max-width: 575.98px) {
  .ic_top_header .top_headers_ul .ic_numbers_call a:not(:last-child)::after {
    right: -6px;
    height: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_top_header .top_headers_ul .ic_numbers_call a:not(:last-child)::after {
    content: unset;
  }
}
.ic_top_header .top_headers_ul .ic_numbers_call a span {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}
.ic_top_header .top_headers_ul .ic_numbers_call a i {
  font-size: 20px;
}
@media only screen and (max-width: 767.98px) {
  .ic_top_header .top_headers_ul .ic_numbers_call a i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_top_header .top_headers_ul .ic_numbers_call a i {
    font-size: 14px;
  }
}

.ic_dropdown_style {
  display: flex;
  align-items: center;
  gap: 30px;
}
.ic_dropdown_style a {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 13px */
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
}

.ic_dropdown .dropdown-toggle {
  background-color: transparent;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 13px */
  color: #fff;
}
.ic_dropdown .dropdown-toggle::after {
  margin-left: unset;
  border-top: unset;
  border-bottom: unset;
}
.ic_dropdown::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -11px;
  width: 1px;
  height: 15px;
  background-color: rgba(214, 218, 225, 0.5);
}

.navbar {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 10px 0px rgba(40, 170, 169, 0.1);
  padding-top: 0;
  padding-bottom: 0;
  position: unset;
  top: unset;
}
.navbar .ic_new_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.navbar .ic_new_header .navbar-brand img {
  max-width: 128px;
}
.navbar .ic_new_header .navbar-nav {
  gap: 40px;
}
.navbar .ic_new_header .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar .ic_new_header .navbar-nav .nav-link::after {
  right: -15px;
}
.navbar .ic_new_header .navbar-nav li:not(:last-child) .nav-link::before {
  position: absolute;
  content: "";
  left: unset;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) !important;
  background: #d6dae1;
  width: 1px;
  height: 14px;
}
.navbar .ic_new_header ul li.menu_item_children .nav-link {
  margin-right: 20px;
}
.navbar .ic_new_header ul li.menu_item_children .nav-link::before {
  right: -38px !important;
}
.navbar .ic_new_header ul li .nav-link {
  color: rgba(27, 42, 64, 0.7);
}
.navbar .ic_new_header ul li:last-child {
  margin-left: 0;
}
.navbar .ic_new_header ul li:last-child .nav-link {
  margin-left: 0;
  color: rgba(27, 42, 64, 0.7);
}
.navbar .ic_new_header ul li:last-child .nav-link:hover {
  color: #6acdcc !important;
  background: transparent;
}
.navbar .ic_new_header ul li .it-mega-menu {
  z-index: 99999;
  border-radius: 5px;
}
.navbar .ic_new_header ul li ul {
  border-radius: 5px;
  z-index: 99999;
}
.navbar .ic_new_header ul li ul li a {
  color: rgba(27, 42, 64, 0.7);
}
.navbar .ic_new_header ul li ul li a:hover {
  color: #28aaa9;
}
.navbar .ic_new_header ul li ul li:last-child a {
  padding-bottom: 0px;
}
.navbar .ic_new_header .ic-btn, .navbar .ic_new_header .ic-btn-primary {
  height: 43px;
}
@media only screen and (max-width: 991.98px) {
  .navbar .ic_new_header .ic-btn, .navbar .ic_new_header .ic-btn-primary {
    display: none;
  }
}

.sticky.navbar .ic_new_header .navbar-brand img {
  max-width: 90px;
  transform: unset;
}

.ic_dropdown_style .ic_dropdown .dropdown-menu {
  border: 1px solid #fff;
  top: 11px !important;
  box-shadow: 0px 15px 40px 0px rgba(35, 35, 35, 0.05);
}
.ic_dropdown_style .ic_dropdown .dropdown-menu a {
  color: rgba(27, 42, 64, 0.7);
  font-family: asap-medium;
  font-size: 15px;
  padding: 0.75rem 1.5rem;
}
.ic_dropdown_style .ic_dropdown .dropdown-menu a:focus {
  background-color: #28aaa9;
}

.ic-modile-device-heads {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ic-section-title {
  position: relative;
}
.ic-section-title.white h3, .ic-section-title.white h3 span, h3 .ic-section-title.white span {
  background: unset;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
}
.ic-section-title.white h6, .ic-section-title.white h6 span, h6 .ic-section-title.white span {
  color: #fff;
}
.ic-section-title.white p {
  color: #fff;
}
.ic-section-title.white .ic-border-bottom {
  background: #fff;
}
.ic-section-title.white .ic-border-bottom::after {
  background: #fff;
}
.ic-section-title.white .ic-border-bottom::before {
  background: #fff;
}

/* ===== banner ===== */
@media only screen and (max-width: 575.98px) {
  .ic_banner_content {
    text-align: center;
  }
}

.ic_banner_part {
  padding-top: 113px;
  padding-bottom: 145px;
  background-color: #f7f7fa;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1650px) {
  .ic_banner_part {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_banner_part {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_banner_part {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_banner_part {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_banner_part {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_part {
    padding-top: 30px;
  }
}
.ic_banner_part::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: #00a9c5;
  filter: blur(100px);
}
.ic_banner_part::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: #ff8f3f;
  filter: blur(100px);
}
.ic_banner_part .ic_blur_banner {
  position: absolute;
  width: 113px;
  height: 113px;
  background-color: #657ce6;
  filter: blur(100px);
  top: 0;
  right: 0;
}
.ic_banner_part h2, .ic_banner_part h2 span, h2 .ic_banner_part span {
  font-weight: 700;
  line-height: 60px;
  /* 125% */
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199.98px) {
  .ic_banner_part h2, .ic_banner_part h2 span, h2 .ic_banner_part span {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_banner_part h2, .ic_banner_part h2 span, h2 .ic_banner_part span {
    margin-bottom: 12px;
    line-height: normal;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_banner_part h2, .ic_banner_part h2 span, h2 .ic_banner_part span {
    margin-bottom: 10px;
  }
}
.ic_banner_part h2 span, h2 .ic_banner_part span span {
  color: #ff8f3f;
  position: relative;
  display: inline-block;
  background: linear-gradient(95deg, #ff8f3f 13.35%, #ff8f3f 87.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
@keyframes motion {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.ic_banner_part .ic_banner_paragraph {
  padding-bottom: 30px;
  color: rgba(27, 42, 64, 0.6);
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1399.98px) {
  .ic_banner_part .ic_banner_paragraph {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_banner_part .ic_banner_paragraph {
    padding-bottom: 27px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_banner_part .ic_banner_paragraph {
    padding-bottom: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_banner_part .ic_banner_paragraph {
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_part .ic_banner_paragraph {
    padding-bottom: 20px;
  }
}
.ic_banner_part .ic_banner_btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_part .ic_banner_btn {
    justify-content: center;
  }
}
.ic_banner_part .ic_banner_btn a {
  padding: 0 35px;
}
@media only screen and (max-width: 1199.98px) {
  .ic_banner_part .ic_banner_btn a {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_banner_part .ic_banner_btn a {
    padding: 0px 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_banner_part .ic_banner_btn a {
    padding: 0px 16px;
  }
}
.ic_banner_part .trustpilot {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 1650px) {
  .ic_banner_part .trustpilot {
    margin-top: 48px;
    gap: 13px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_banner_part .trustpilot {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_banner_part .trustpilot {
    margin-top: 40px;
    gap: 11px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_banner_part .trustpilot {
    margin-top: 30px;
    gap: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_banner_part .trustpilot {
    margin-top: 22px;
    gap: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_part .trustpilot {
    justify-content: center;
  }
}
.ic_banner_part .trustpilot p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
  color: #1b2a40;
}
@media only screen and (max-width: 991.98px) {
  .ic_banner_part .trustpilot p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_banner_part .trustpilot p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_part .trustpilot p {
    font-size: 15px;
  }
}
.ic_banner_part .trustpilot span {
  color: #838e9e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 93.75% */
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_part .trustpilot span {
    font-size: 15px;
  }
}
.ic_banner_part .trustpilot img {
  max-width: 130px;
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_part .trustpilot img {
    max-width: 106px;
  }
}
.ic_banner_part .ic_banner_logos {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 40px;
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 50px;
  gap: 24px;
}
@media only screen and (max-width: 1650px) {
  .ic_banner_part .ic_banner_logos {
    margin-top: 40px;
    gap: 22px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_banner_part .ic_banner_logos {
    margin-top: 35px;
    gap: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_banner_part .ic_banner_logos {
    margin-top: 30px;
    gap: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_banner_part .ic_banner_logos {
    margin-top: 28px;
    gap: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_banner_part .ic_banner_logos {
    margin-top: 24px;
    gap: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_part .ic_banner_logos {
    margin-top: 22px;
    gap: 12px;
  }
}
.ic_banner_part .ic_banner_logos .logo-after {
  position: relative;
}
.ic_banner_part .ic_banner_logos .logo-after:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 1px;
  height: 24px;
  background-color: #d6dae1;
}
@media only screen and (max-width: 1650px) {
  .ic_banner_part .ic_banner_logos .logo-after:not(:last-child)::after {
    right: -14px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_banner_part .ic_banner_logos .logo-after:not(:last-child)::after {
    right: -13px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_banner_part .ic_banner_logos .logo-after:not(:last-child)::after {
    right: -12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_banner_part .ic_banner_logos .logo-after:not(:last-child)::after {
    right: -11px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_banner_part .ic_banner_logos .logo-after:not(:last-child)::after {
    right: -10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_part .ic_banner_logos .logo-after:not(:last-child)::after {
    right: -9px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_banner_part .ic_banner_logos .logo-after img {
    max-width: 80px;
  }
}
.ic_banner_part .ic_banner_logos a {
  position: relative;
  display: inline-block;
}
.ic_banner_part .ic_banner_logos a:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 1px;
  height: 24px;
  background-color: #d6dae1;
}
@media only screen and (max-width: 1650px) {
  .ic_banner_part .ic_banner_logos a:not(:last-child)::after {
    right: -14px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_banner_part .ic_banner_logos a:not(:last-child)::after {
    right: -13px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_banner_part .ic_banner_logos a:not(:last-child)::after {
    right: -12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_banner_part .ic_banner_logos a:not(:last-child)::after {
    right: -11px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_banner_part .ic_banner_logos a:not(:last-child)::after {
    right: -10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_part .ic_banner_logos a:not(:last-child)::after {
    right: -9px;
  }
}
.ic_banner_part .ic_banner_logos a img {
  max-width: 100%;
  height: auto;
}
@keyframes changedash {
  from {
    stroke-dashoffset: 502.7825622559px;
    stroke-dasharray: 502.7825622559 502.7825622559;
  }
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 502.7825622559 502.7825622559;
  }
}
.ic_banner_part .motion-shap {
  position: absolute;
  right: -13px;
  max-width: 321px;
  bottom: 176px;
}
.ic_banner_part .motion-shap path {
  stroke-width: 100;
}
@media only screen and (max-width: 1199.98px) {
  .ic_banner_part .motion-shap {
    display: none;
  }
}

.ic_banner_gallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
  max-width: 442px;
}
@media only screen and (max-width: 1199.98px) {
  .ic_banner_gallery {
    gap: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_banner_gallery {
    gap: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_banner_gallery {
    gap: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_gallery {
    gap: 10px;
  }
}
.ic_banner_gallery .ic_banner_gallery_items {
  width: calc(50% - 17px + 8.5px);
  overflow: hidden;
  height: 208px;
  object-fit: cover;
}
@media only screen and (max-width: 1199.98px) {
  .ic_banner_gallery .ic_banner_gallery_items {
    width: calc(50% - 15px + 7.5px);
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_banner_gallery .ic_banner_gallery_items {
    width: calc(50% - 14px + 7px);
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_banner_gallery .ic_banner_gallery_items {
    width: calc(50% - 12px + 6px);
    height: 190px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_gallery .ic_banner_gallery_items {
    width: calc(50% - 10px + 5px);
    height: 170px;
  }
}
.ic_banner_gallery .ic_banner_gallery_items:hover img {
  transform: scale(1.05);
}
.ic_banner_gallery .ic_banner_gallery_items img {
  transition: 0.6s;
  height: 208px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767.98px) {
  .ic_banner_gallery .ic_banner_gallery_items img {
    height: 190px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_gallery .ic_banner_gallery_items img {
    height: 100%;
  }
}
.ic_banner_gallery .ic_banner_gallery_items:nth-child(1) {
  border-radius: 100px 0px 0px 0px;
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_gallery .ic_banner_gallery_items:nth-child(1) {
    border-radius: 60px 0px 0px 0px;
  }
}
.ic_banner_gallery .ic_banner_gallery_items:nth-child(1) img {
  border-radius: 100px 0px 0px 0px;
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_gallery .ic_banner_gallery_items:nth-child(1) img {
    border-radius: 60px 0px 0px 0px;
  }
}
.ic_banner_gallery .ic_banner_gallery_items:nth-child(2) {
  margin-top: 30px;
  border-radius: 0px 100px 0px 0px;
}
@media only screen and (max-width: 1199.98px) {
  .ic_banner_gallery .ic_banner_gallery_items:nth-child(2) {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_banner_gallery .ic_banner_gallery_items:nth-child(2) {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_banner_gallery .ic_banner_gallery_items:nth-child(2) {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_gallery .ic_banner_gallery_items:nth-child(2) {
    margin-top: 18px;
    border-radius: 0px 60px 0px 0px;
  }
}
.ic_banner_gallery .ic_banner_gallery_items:nth-child(2) img {
  border-radius: 0px 100px 0px 0px;
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_gallery .ic_banner_gallery_items:nth-child(2) img {
    border-radius: 0px 60px 0px 0px;
  }
}
.ic_banner_gallery .ic_banner_gallery_items:nth-child(3) {
  margin-top: -30px;
  border-radius: 0px 0px 0px 100px;
}
@media only screen and (max-width: 1199.98px) {
  .ic_banner_gallery .ic_banner_gallery_items:nth-child(3) {
    margin-top: -28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_banner_gallery .ic_banner_gallery_items:nth-child(3) {
    margin-top: -26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_banner_gallery .ic_banner_gallery_items:nth-child(3) {
    margin-top: -22px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_gallery .ic_banner_gallery_items:nth-child(3) {
    margin-top: -18px;
    border-radius: 0px 0px 0px 60px;
  }
}
.ic_banner_gallery .ic_banner_gallery_items:nth-child(3) img {
  border-radius: 0px 0px 0px 100px;
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_gallery .ic_banner_gallery_items:nth-child(3) img {
    border-radius: 0px 0px 0px 60px;
  }
}
.ic_banner_gallery .ic_banner_gallery_items:nth-child(4) {
  border-radius: 0px 0px 100px 0px;
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_gallery .ic_banner_gallery_items:nth-child(4) {
    border-radius: 0px 0px 60px 0px;
  }
}
.ic_banner_gallery .ic_banner_gallery_items:nth-child(4) img {
  border-radius: 0px 0px 100px 0px;
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_gallery .ic_banner_gallery_items:nth-child(4) img {
    border-radius: 0px 0px 60px 0px;
  }
}

.ic_banner_right_content {
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .ic_banner_right_content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.ic_banner_right_content .ic_team_member {
  padding: 24px 36px;
  border-radius: 57.5px;
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  display: inline-block;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
}
@media only screen and (max-width: 1650px) {
  .ic_banner_right_content .ic_team_member {
    padding: 22px 34px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_banner_right_content .ic_team_member {
    padding: 21px 33px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_banner_right_content .ic_team_member {
    padding: 19px 31px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_banner_right_content .ic_team_member {
    padding: 17px 29px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_banner_right_content .ic_team_member {
    padding: 15px 29px;
  }
}
.ic_banner_right_content .ic_team_member p {
  color: white;
  text-align: center;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767.98px) {
  .ic_banner_right_content .ic_team_member p {
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_banner_right_content .ic_team_member p {
    padding-bottom: 6px;
  }
}
.ic_banner_right_content .ic_team_member .ic_member_icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic_banner_right_content .ic_team_member .ic_member_icons img {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  margin-left: -10px;
}
.ic_banner_right_content .ic_team_member .ic_member_icons .ic_team_plus {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
}
.ic_banner_right_content .ic_team_member .ic_member_icons .ic_team_plus i {
  font-weight: 300;
  color: #28aaa9;
}

.type-text-flex {
  display: flex;
  height: 72px;
}
@media only screen and (max-width: 1650px) {
  .type-text-flex {
    height: 71px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .type-text-flex {
    height: 66px;
  }
}
@media only screen and (max-width: 991.98px) {
  .type-text-flex {
    height: 52px;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-text-flex {
    height: 45px;
  }
}
@media only screen and (max-width: 575.98px) {
  .type-text-flex {
    height: 41px;
    justify-content: center;
  }
}
.type-text-flex span {
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  color: #28aaa9;
}
.type-text-flex .typed-cursor {
  display: none;
}

@media only screen and (max-width: 1650px) {
  .type-text-banner .highlight {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .type-text-banner .highlight {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .type-text-banner .highlight {
    font-size: 36px;
    line-height: normal;
  }
}
@media only screen and (max-width: 991.98px) {
  .type-text-banner .highlight {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-text-banner .highlight {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  .type-text-banner .highlight {
    font-size: 25px;
  }
}

.none-display {
  color: transparent;
  display: none;
}

/* ===== banner ===== */
/* ===== client & mentions ===== */
.ic_client__header {
  padding-bottom: 45px;
}
.ic_client__header p {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.8px;
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1650px) {
  .ic_client__header {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_client__header {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_client__header {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_client__header {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_client__header {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_client__header {
    padding-bottom: 22px;
  }
}

.ic_client__slider_main {
  margin: 0 -50px;
}
.ic_client__slider_main .slick-track {
  display: flex;
}
@media only screen and (max-width: 1650px) {
  .ic_client__slider_main {
    margin: 0 -45px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_client__slider_main {
    margin: 0 -40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_client__slider_main {
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_client__slider_main {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_client__slider_main {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_client__slider_main {
    margin: 0 -10px;
  }
}
.ic_client__slider_main .ic_client_items {
  margin: 0 50px;
  display: flex;
  align-items: center;
  height: auto;
}
@media only screen and (max-width: 1650px) {
  .ic_client__slider_main .ic_client_items {
    margin: 0 45px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_client__slider_main .ic_client_items {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_client__slider_main .ic_client_items {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_client__slider_main .ic_client_items {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_client__slider_main .ic_client_items {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_client__slider_main .ic_client_items {
    margin: 0 10px;
  }
}
.ic_client__slider_main .ic_client_items img {
  transition: 0.3s ease-in-out;
  opacity: 0.5;
  display: block;
  margin: 0 auto;
}
.ic_client__slider_main .ic_client_items img:hover {
  opacity: 1;
}

#my-calendly-embed {
  height: 1000px;
}

.ic-featured-card-wrapper .row .col-lg-4:nth-child(1) .ic-featured-card {
  border-radius: 10px;
}
.ic-featured-card-wrapper .row .col-lg-4 .ic-btn:hover::after, .ic-featured-card-wrapper .row .col-lg-4 .ic-btn-primary:hover::after {
  background: #3a3838 !important;
}

.tab-container {
  border-radius: 4px;
}

.tab-menu ul {
  display: flex;
  justify-content: center;
  gap: 16px;
  overflow-x: scroll;
}

.tab-menu ul li {
  list-style-type: none;
  display: inline-block;
}

.tab-menu ul li button {
  color: #28aaa9;
  border-radius: 50px;
  background-color: white;
  box-shadow: 0px 15px 50px 0px rgba(35, 35, 35, 0.05);
  display: flex;
  height: 48px;
  padding: 0px 25px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.tab-menu ul li button.active-a {
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  color: #ffffff;
}

.tab {
  display: none;
}

.tab-active {
  display: block;
}

.ic-make-us-section {
  padding-bottom: 607px;
}

.ic-make-us-card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .ic-make-us-card-wrap {
    gap: 24px;
  }
}

.ic-make-us-card {
  border-radius: 16px;
  background: #fff;
  box-shadow: 15px 20px 70px -2px rgba(0, 0, 0, 0.04);
  display: flex;
  padding: 30px 25px;
  align-items: flex-start;
  gap: 15px;
  width: calc(50% - 30px + 15px);
}
@media only screen and (max-width: 991.98px) {
  .ic-make-us-card {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .ic-make-us-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
}
.ic-make-us-card .item-icon img {
  width: 71px;
  height: 71px;
  border-radius: 50px;
}
@media only screen and (max-width: 575.98px) {
  .ic-make-us-card .item-icon img {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-make-us-card .item-icon img {
    width: 50px;
    height: 50px;
  }
}

.ic-make-us-content-section {
  margin-top: -607px;
}

.ic_client__part {
  border-top: 1px solid #d6dae1;
}

.ic_service__part {
  padding-bottom: 180px;
}
.ic_service__part.double-row {
  padding-bottom: 180px;
}
.ic_service__part .ic-section-title-content h3, .ic_service__part .ic-section-title-content h3 span, h3 .ic_service__part .ic-section-title-content span {
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  text-transform: unset;
  color: #fff;
}
.ic_service__part .ic-section-title-content p {
  color: #fff;
}
.ic_service__part .ic-border-bottom {
  background: #fff;
}
.ic_service__part .ic-border-bottom::before {
  background: #fff;
}
.ic_service__part .ic-border-bottom::after {
  background: #fff;
}

.ic_top_rated_item {
  height: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  background: #f6fef9;
  box-shadow: 0px 12px 56px 0px rgba(6, 28, 61, 0.12);
}
.ic_top_rated_item .ic_top_rated_img {
  border-radius: 10px 10px 0px 0px;
  background: #d1e1f0;
  overflow: hidden;
  background: #fff;
}
.ic_top_rated_item .ic_top_rated_img img {
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
  transition: linear 0.7s;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.ic_top_rated_item .ic_top_rated_content {
  padding: 25px 20px;
  text-align: center;
  border-top: 1px solid #d6dae1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1399.98px) {
  .ic_top_rated_item .ic_top_rated_content {
    padding: 23px 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_top_rated_item .ic_top_rated_content {
    padding: 21px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_top_rated_item .ic_top_rated_content {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_top_rated_item .ic_top_rated_content {
    padding: 19px 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_top_rated_item .ic_top_rated_content {
    padding: 18px 20px;
  }
}
.ic_top_rated_item .ic_top_rated_content h5, .ic_top_rated_item .ic_top_rated_content h5 span, h5 .ic_top_rated_item .ic_top_rated_content span,
.ic_top_rated_item .ic_top_rated_content h4,
.ic_top_rated_item .ic_top_rated_content h4 span,
h4 .ic_top_rated_item .ic_top_rated_content span {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  color: #28aaa9;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  .ic_top_rated_item .ic_top_rated_content h5, .ic_top_rated_item .ic_top_rated_content h5 span, h5 .ic_top_rated_item .ic_top_rated_content span,
  .ic_top_rated_item .ic_top_rated_content h4,
  .ic_top_rated_item .ic_top_rated_content h4 span,
  h4 .ic_top_rated_item .ic_top_rated_content span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_top_rated_item .ic_top_rated_content h5, .ic_top_rated_item .ic_top_rated_content h5 span, h5 .ic_top_rated_item .ic_top_rated_content span,
  .ic_top_rated_item .ic_top_rated_content h4,
  .ic_top_rated_item .ic_top_rated_content h4 span,
  h4 .ic_top_rated_item .ic_top_rated_content span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_top_rated_item .ic_top_rated_content h5, .ic_top_rated_item .ic_top_rated_content h5 span, h5 .ic_top_rated_item .ic_top_rated_content span,
  .ic_top_rated_item .ic_top_rated_content h4,
  .ic_top_rated_item .ic_top_rated_content h4 span,
  h4 .ic_top_rated_item .ic_top_rated_content span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_top_rated_item .ic_top_rated_content h5, .ic_top_rated_item .ic_top_rated_content h5 span, h5 .ic_top_rated_item .ic_top_rated_content span,
  .ic_top_rated_item .ic_top_rated_content h4,
  .ic_top_rated_item .ic_top_rated_content h4 span,
  h4 .ic_top_rated_item .ic_top_rated_content span {
    font-size: 16px;
  }
}
.ic_top_rated_item .ic_top_rated_content p {
  color: #727272;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ic_top_rated_item:hover {
  box-shadow: 0px 12px 56px 0px rgba(6, 28, 61, 0.12);
  background-color: #28aaa9;
}
.ic_top_rated_item:hover .ic_top_rated_img img {
  transform: scale(1.05);
}
.ic_top_rated_item:hover .ic_top_rated_content h5, .ic_top_rated_item:hover .ic_top_rated_content h5 span, h5 .ic_top_rated_item:hover .ic_top_rated_content span,
.ic_top_rated_item:hover .ic_top_rated_content p,
.ic_top_rated_item:hover .ic_top_rated_content h4,
.ic_top_rated_item:hover .ic_top_rated_content h4 span,
h4 .ic_top_rated_item:hover .ic_top_rated_content span {
  color: #fff;
}

.ic-process-card {
  height: 100%;
  position: relative;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  border-radius: 8px;
  padding: 25px 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: 0px 12px 56px 0px rgba(6, 28, 61, 0.12);
}
@media only screen and (max-width: 1399.98px) {
  .ic-process-card {
    padding: 23px 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-process-card {
    padding: 21px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-process-card {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-process-card {
    padding: 19px 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-process-card {
    padding: 18px 20px;
  }
}
.ic-process-card::after {
  content: "";
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}
.ic-process-card .content {
  position: relative;
  z-index: 1;
}
.ic-process-card .content h4, .ic-process-card .content h4 span, h4 .ic-process-card .content span {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  color: #1b2a40;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1650px) {
  .ic-process-card .content h4, .ic-process-card .content h4 span, h4 .ic-process-card .content span {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-process-card .content h4, .ic-process-card .content h4 span, h4 .ic-process-card .content span {
    font-size: 23px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-process-card .content h4, .ic-process-card .content h4 span, h4 .ic-process-card .content span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-process-card .content h4, .ic-process-card .content h4 span, h4 .ic-process-card .content span {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-process-card .content h4, .ic-process-card .content h4 span, h4 .ic-process-card .content span {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-process-card .content h4, .ic-process-card .content h4 span, h4 .ic-process-card .content span {
    font-size: 17px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-process-card .content h4, .ic-process-card .content h4 span, h4 .ic-process-card .content span {
    font-size: 16px;
  }
}
.ic-process-card .content ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .ic-process-card .content ul li {
    gap: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-process-card .content ul li {
    gap: 6px;
  }
}
.ic-process-card .content ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-process-card .content ul li:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-process-card .content ul li:not(:last-child) {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-process-card .content ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-process-card .content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-process-card .content ul li:not(:last-child) {
    margin-bottom: 9px;
  }
}
.ic-process-card .content ul li .icon {
  height: 22px;
  width: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #f0f5ff;
  padding: 5px;
  flex: 0 0 auto;
  margin-top: 1px;
}
.ic-process-card .content ul li .icon i {
  font-size: 11px;
  color: #28aaa9;
}
.ic-process-card .content ul li p {
  color: #1b2a40;
}

.ic_top_rated_card {
  margin-top: -184px;
}
.ic_top_rated_card.double-row {
  margin-top: -184px;
}
@media only screen and (max-width: 480px) {
  .ic_top_rated_card.double-row {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.ic_top_rated_card .ic-btn.primary, .ic_top_rated_card .primary.ic-btn-primary {
  background-color: unset;
}

/** ======= our mission ======= **/
.ic_our_vision_mission {
  border-top: 1px solid #d6dae1;
}
.ic_our_vision_mission .ic-section-title-content p {
  color: rgba(27, 42, 64, 0.7);
}
.ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1650px) {
  .ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items:not(:last-child) {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items:not(:last-child) {
    margin-bottom: 22px;
  }
}
.ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items h4, .ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items h4 span, h4 .ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items span {
  font-style: normal;
  font-weight: 700;
  padding-bottom: 9px;
}
.ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items h4.pink, .ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items h4 span.pink, h4 .ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items span.pink {
  color: #fd7eb3;
}
.ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items h4.green, .ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items h4 span.green, h4 .ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items span.green {
  color: #29cf93;
}
.ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items h4.orange, .ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items h4 span.orange, h4 .ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items span.orange {
  color: #ff8f3f;
}
.ic_our_vision_mission .ic_our_vision_mission_content .ic_mission_items p {
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  color: rgba(27, 42, 64, 0.7);
}

.ic_mission_img {
  position: relative;
}
.ic_mission_img .svg-1 {
  position: absolute;
  bottom: 50px;
  animation: svg1 5s infinite alternate;
}
.ic_mission_img .svg-2 {
  position: absolute;
  right: 10px;
  animation: svg2 6s infinite alternate;
}
.ic_mission_img .svg-3 {
  position: absolute;
  right: 0px;
  top: 60px;
  animation: svg3 2s infinite alternate;
}
.ic_mission_img .svg-4 {
  position: absolute;
  right: 0px;
  top: 40%;
  animation: svg4 2s infinite alternate;
}
.ic_mission_img .svg-5 {
  position: absolute;
  right: 10%;
  top: 80%;
  animation: svg5 2s infinite alternate;
}
.ic_mission_img .svg-6 {
  position: absolute;
  right: 40%;
  top: 80%;
  animation: svg6 2s infinite alternate;
}
.ic_mission_img .ic_img_big {
  border-radius: 10px;
  border: 2px solid #fff;
  width: 376px;
  height: 420px;
  object-fit: cover;
}
.ic_mission_img .ic_img_small {
  margin-left: 147px;
  margin-top: -193px;
  border-radius: 10px;
  width: 297px;
  height: 282px;
  object-fit: cover;
}

@keyframes svg1 {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes svg2 {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes svg3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  75% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes svg4 {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
  }
}
/** ====== refund granted ======**/
.ic_refund_gurantee_main {
  border-top: 1px solid #d6dae1;
}
.ic_refund_gurantee_main.no-border {
  border-top: none;
}

.ic_refund_gurantee_content {
  padding: 50px;
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 85px;
}
@media only screen and (max-width: 1650px) {
  .ic_refund_gurantee_content {
    padding: 45px;
    gap: 80px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_refund_gurantee_content {
    padding: 40px;
    gap: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_refund_gurantee_content {
    padding: 35px;
    gap: 55px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_refund_gurantee_content {
    padding: 30px;
    gap: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_refund_gurantee_content {
    padding: 25px;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_refund_gurantee_content {
    padding: 20px;
    gap: 18px;
  }
}
.ic_refund_gurantee_content .ic_refund_gurantee_content_left {
  max-width: 277px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1650px) {
  .ic_refund_gurantee_content .ic_refund_gurantee_content_left {
    max-width: 270px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_refund_gurantee_content .ic_refund_gurantee_content_left {
    max-width: 260px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_refund_gurantee_content .ic_refund_gurantee_content_left {
    max-width: 250px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_refund_gurantee_content .ic_refund_gurantee_content_left {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_refund_gurantee_content .ic_refund_gurantee_content_left {
    max-width: 230px;
  }
}

.ic_refund_gurantee_content_right h2, .ic_refund_gurantee_content_right h2 span, h2 .ic_refund_gurantee_content_right span {
  color: #fff;
  padding-bottom: 15px;
  font-size: 42px;
}
@media only screen and (max-width: 1650px) {
  .ic_refund_gurantee_content_right h2, .ic_refund_gurantee_content_right h2 span, h2 .ic_refund_gurantee_content_right span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_refund_gurantee_content_right h2, .ic_refund_gurantee_content_right h2 span, h2 .ic_refund_gurantee_content_right span {
    font-size: 39px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_refund_gurantee_content_right h2, .ic_refund_gurantee_content_right h2 span, h2 .ic_refund_gurantee_content_right span {
    font-size: 37px;
    padding-bottom: 11px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_refund_gurantee_content_right h2, .ic_refund_gurantee_content_right h2 span, h2 .ic_refund_gurantee_content_right span {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_refund_gurantee_content_right h2, .ic_refund_gurantee_content_right h2 span, h2 .ic_refund_gurantee_content_right span {
    font-size: 26px;
    padding-bottom: 9px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_refund_gurantee_content_right h2, .ic_refund_gurantee_content_right h2 span, h2 .ic_refund_gurantee_content_right span {
    font-size: 24px;
    padding-bottom: 8px;
  }
}
.ic_refund_gurantee_content_right p {
  color: #fff;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .ic_refund_gurantee_content_right p {
    padding-bottom: 19px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_refund_gurantee_content_right p {
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_refund_gurantee_content_right p {
    padding-bottom: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_refund_gurantee_content_right p {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_refund_gurantee_content_right p {
    padding-bottom: 14px;
  }
}
.ic_refund_gurantee_content_right .payment_methods {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
@media only screen and (max-width: 1650px) {
  .ic_refund_gurantee_content_right .payment_methods {
    gap: 15px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_refund_gurantee_content_right .payment_methods {
    gap: 14px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_refund_gurantee_content_right .payment_methods {
    gap: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_refund_gurantee_content_right .payment_methods {
    gap: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_refund_gurantee_content_right .payment_methods {
    gap: 8px;
    justify-content: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_refund_gurantee_content_right .payment_methods {
    gap: 6px;
  }
}
.ic_refund_gurantee_content_right .payment_methods .payment_text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 0;
}
@media only screen and (max-width: 1399.98px) {
  .ic_refund_gurantee_content_right .payment_methods .payment_text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_refund_gurantee_content_right .payment_methods .payment_text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_refund_gurantee_content_right .payment_methods .payment_text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_refund_gurantee_content_right .payment_methods .payment_text {
    font-size: 14px;
  }
}
.ic_refund_gurantee_content_right .payment_methods .payment_img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 1650px) {
  .ic_refund_gurantee_content_right .payment_methods .payment_img {
    gap: 14px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_refund_gurantee_content_right .payment_methods .payment_img {
    gap: 13px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_refund_gurantee_content_right .payment_methods .payment_img {
    gap: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_refund_gurantee_content_right .payment_methods .payment_img {
    gap: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_refund_gurantee_content_right .payment_methods .payment_img {
    gap: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_refund_gurantee_content_right .payment_methods .payment_img {
    gap: 6px;
  }
}

/** ==== brand logos ====**/
.ic_brand_logos {
  background: linear-gradient(0deg, rgba(241, 250, 254, 0.9) 0%, rgba(241, 250, 254, 0.9) 100%);
}

.ic_brand_logos_slider {
  /* the parent */
}
.ic_brand_logos_slider .slick-slide {
  margin: 0 15px;
}
@media only screen and (max-width: 1650px) {
  .ic_brand_logos_slider .slick-slide {
    margin: 0 13px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_brand_logos_slider .slick-slide {
    margin: 0 12px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_brand_logos_slider .slick-slide {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_brand_logos_slider .slick-slide {
    margin: 0 6px;
  }
}
.ic_brand_logos_slider .slick-list {
  margin: 0 -15px;
}
@media only screen and (max-width: 1650px) {
  .ic_brand_logos_slider .slick-list {
    margin: 0 -13px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_brand_logos_slider .slick-list {
    margin: 0 -12px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_brand_logos_slider .slick-list {
    margin: 0 -8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_brand_logos_slider .slick-list {
    margin: 0 -6px;
  }
}
.ic_brand_logos_slider a .ic_brands_items {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  padding: 35px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border: 4px solid #fff;
  background-color: #fff;
  display: flex !important;
}
.ic_brand_logos_slider a .ic_brands_items:hover {
  border: 4px solid #28aaa9;
}
.ic_brand_logos_slider a .ic_brands_items img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1650px) {
  .ic_brand_logos_slider a .ic_brands_items {
    width: 165px;
    height: 165px;
    padding: 33px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_brand_logos_slider a .ic_brands_items {
    width: 160px;
    height: 160px;
    padding: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_brand_logos_slider a .ic_brands_items {
    width: 155px;
    height: 155px;
    padding: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_brand_logos_slider a .ic_brands_items {
    width: 150px;
    height: 150px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_brand_logos_slider a .ic_brands_items {
    width: 140px;
    height: 140px;
    padding: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_brand_logos_slider a .ic_brands_items {
    width: 130px;
    height: 130px;
    padding: 15px;
  }
}

/* ====== service details ====== */
.ic_website_service_card {
  padding: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  border-radius: 8px;
}
@media only screen and (max-width: 1199.98px) {
  .ic_website_service_card {
    padding: 45px 35px 128px 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_website_service_card {
    padding: 35px 30px;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_website_service_card {
    padding: 30px 26px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_website_service_card {
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_website_service_card {
    margin-bottom: 18px;
  }
}
.ic_website_service_card .ic_website_service_left {
  flex: 1;
}
@media only screen and (max-width: 991.98px) {
  .ic_website_service_card .ic_website_service_left {
    text-align: center;
  }
}
.ic_website_service_card .ic_website_service_left h3, .ic_website_service_card .ic_website_service_left h3 span, h3 .ic_website_service_card .ic_website_service_left span {
  color: #fff;
  padding-bottom: 6px;
  font-size: 25px;
  font-family: 700;
}
@media only screen and (max-width: 1399.98px) {
  .ic_website_service_card .ic_website_service_left h3, .ic_website_service_card .ic_website_service_left h3 span, h3 .ic_website_service_card .ic_website_service_left span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_website_service_card .ic_website_service_left h3, .ic_website_service_card .ic_website_service_left h3 span, h3 .ic_website_service_card .ic_website_service_left span {
    font-size: 23px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_website_service_card .ic_website_service_left h3, .ic_website_service_card .ic_website_service_left h3 span, h3 .ic_website_service_card .ic_website_service_left span {
    font-size: 22px;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_website_service_card .ic_website_service_left h3, .ic_website_service_card .ic_website_service_left h3 span, h3 .ic_website_service_card .ic_website_service_left span {
    font-size: 21px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_website_service_card .ic_website_service_left h3, .ic_website_service_card .ic_website_service_left h3 span, h3 .ic_website_service_card .ic_website_service_left span {
    font-size: 20px;
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_website_service_card .ic_website_service_left h3, .ic_website_service_card .ic_website_service_left h3 span, h3 .ic_website_service_card .ic_website_service_left span {
    font-size: 19px;
  }
}
.ic_website_service_card .ic_website_service_left p {
  color: #fff;
}
.ic_website_service_card .ic_website_service_right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
  justify-content: flex-end;
  flex-direction: column;
}
@media only screen and (max-width: 1199.98px) {
  .ic_website_service_card .ic_website_service_right {
    gap: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_website_service_card .ic_website_service_right {
    gap: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_website_service_card .ic_website_service_right {
    gap: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_website_service_card .ic_website_service_right {
    gap: 12px;
  }
}
.ic_website_service_card .ic_website_service_right .ic-btn, .ic_website_service_card .ic_website_service_right .ic-btn-primary {
  width: 100%;
}

.ic_service_anchor {
  display: block;
  border-radius: 10px;
  background: #fff;
  padding: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 12px 56px 0px rgba(27, 42, 64, 0.1);
}
.ic_service_anchor:hover h4, .ic_service_anchor:hover h4 span, h4 .ic_service_anchor:hover span {
  color: #1b2a40;
}

.service_process_items .ic_service_items_icon {
  width: 76px;
  height: 76px;
  padding: 10px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1399.98px) {
  .service_process_items .ic_service_items_icon {
    width: 74px;
    height: 74px;
    padding: 9px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .service_process_items .ic_service_items_icon {
    width: 72px;
    height: 72px;
    padding: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service_process_items .ic_service_items_icon {
    width: 70px;
    height: 70px;
    padding: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service_process_items .ic_service_items_icon {
    width: 68px;
    height: 68px;
    padding: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service_process_items .ic_service_items_icon {
    width: 66px;
    height: 66px;
    padding: 5px;
  }
}
.service_process_items .ic_service_items_icon.green {
  background-color: #29cf93;
}
.service_process_items .ic_service_items_icon.pink {
  background-color: #fd7eb3;
}
.service_process_items .ic_service_items_icon.orange {
  background-color: #ff8f3f;
}
.service_process_items h4, .service_process_items h4 span, h4 .service_process_items span {
  padding-top: 24px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 1399.98px) {
  .service_process_items h4, .service_process_items h4 span, h4 .service_process_items span {
    padding-top: 19px;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .service_process_items h4, .service_process_items h4 span, h4 .service_process_items span {
    padding-top: 18px;
    padding-bottom: 7px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service_process_items h4, .service_process_items h4 span, h4 .service_process_items span {
    padding-top: 16px;
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service_process_items h4, .service_process_items h4 span, h4 .service_process_items span {
    padding-top: 14px;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service_process_items h4, .service_process_items h4 span, h4 .service_process_items span {
    padding-top: 12px;
    padding-bottom: 2px;
  }
}
.service_process_items p {
  color: #1b2a40;
}

@media only screen and (max-width: 991.98px) {
  .ic_service_process_step {
    margin-top: 0;
  }
}

/* ======= discount development ====== */
.ic_development_count {
  border-radius: 16px;
  background: linear-gradient(92deg, #ff8f3f 7.76%, #29cf93 100%);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 1650px) {
  .ic_development_count {
    padding: 35px;
    gap: 28px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_development_count {
    padding: 32px;
    gap: 25px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_development_count {
    padding: 28px;
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_development_count {
    padding: 25px;
    gap: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_development_count {
    padding: 20px;
    gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_development_count {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_development_count {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 1650px) {
  .ic_development_count {
    gap: 22px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 1399.98px) {
  .ic_development_count {
    gap: 21px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 1199.98px) {
  .ic_development_count {
    gap: 19px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 991.98px) {
  .ic_development_count {
    gap: 17px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .ic_development_count {
    gap: 15px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 575.98px) {
  .ic_development_count {
    gap: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_development_count .ic_development_count_left {
    text-align: center;
  }
}
.ic_development_count .ic_development_count_left h3, .ic_development_count .ic_development_count_left h3 span, h3 .ic_development_count .ic_development_count_left span {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: unset;
  padding-bottom: 6px;
}
@media only screen and (max-width: 1399.98px) {
  .ic_development_count .ic_development_count_left h3, .ic_development_count .ic_development_count_left h3 span, h3 .ic_development_count .ic_development_count_left span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_development_count .ic_development_count_left h3, .ic_development_count .ic_development_count_left h3 span, h3 .ic_development_count .ic_development_count_left span {
    font-size: 23px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_development_count .ic_development_count_left h3, .ic_development_count .ic_development_count_left h3 span, h3 .ic_development_count .ic_development_count_left span {
    font-size: 22px;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_development_count .ic_development_count_left h3, .ic_development_count .ic_development_count_left h3 span, h3 .ic_development_count .ic_development_count_left span {
    font-size: 21px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_development_count .ic_development_count_left h3, .ic_development_count .ic_development_count_left h3 span, h3 .ic_development_count .ic_development_count_left span {
    font-size: 20px;
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_development_count .ic_development_count_left h3, .ic_development_count .ic_development_count_left h3 span, h3 .ic_development_count .ic_development_count_left span {
    font-size: 19px;
  }
}
.ic_development_count .ic_development_count_left p {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  text-transform: unset;
}
@media only screen and (max-width: 1399.98px) {
  .ic_development_count .ic_development_count_left p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_development_count .ic_development_count_left p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_development_count .ic_development_count_left p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_development_count .ic_development_count_left p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_development_count .ic_development_count_left p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_development_count .ic_development_count_left p {
    font-size: 16px;
  }
}

.ic_save_count {
  display: flex;
  align-items: center;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: rgba(27, 42, 64, 0.4);
}
@media only screen and (max-width: 767.98px) {
  .ic_save_count {
    padding: 9px 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_save_count {
    padding: 8px 7px;
  }
}
.ic_save_count .ic-countdown-item {
  text-align: center;
  padding: 0 15px;
}
@media only screen and (max-width: 1199.98px) {
  .ic_save_count .ic-countdown-item {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_save_count .ic-countdown-item {
    padding: 0 11px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_save_count .ic-countdown-item {
    padding: 0 9px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_save_count .ic-countdown-item {
    padding: 0 7px;
  }
}
.ic_save_count .ic-countdown-item .time {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 40px */
  color: #fff;
}
@media only screen and (max-width: 1650px) {
  .ic_save_count .ic-countdown-item .time {
    font-size: 31px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_save_count .ic-countdown-item .time {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_save_count .ic-countdown-item .time {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_save_count .ic-countdown-item .time {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_save_count .ic-countdown-item .time {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_save_count .ic-countdown-item .time {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_save_count .ic-countdown-item .time {
    font-size: 20px;
  }
}
.ic_save_count .ic-countdown-item:not(:last-child) {
  border-right: 1px dashed rgba(214, 218, 225, 0.5);
}

.ic_best_company_video_Card {
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.ic_best_company_video_Card .plyr.plyr--full-ui {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  width: 99.9%;
}
.ic_best_company_video_Card .plyr__control--overlaid {
  background: #fff;
  color: #28aaa9;
  animation: ripple 1.5s linear infinite;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 1650px) {
  .ic_best_company_video_Card .plyr__control--overlaid {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_best_company_video_Card .plyr__control--overlaid {
    width: 85px;
    height: 85px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_best_company_video_Card .plyr__control--overlaid {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_best_company_video_Card .plyr__control--overlaid {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_best_company_video_Card .plyr__control--overlaid {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_best_company_video_Card .plyr__control--overlaid {
    width: 60px;
    height: 60px;
  }
}
.ic_best_company_video_Card .plyr__control--overlaid:hover {
  color: #fff !important;
  background: #28aaa9 !important;
}
.ic_best_company_video_Card .plyr__control--overlaid svg {
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 1650px) {
  .ic_best_company_video_Card .plyr__control--overlaid svg {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_best_company_video_Card .plyr__control--overlaid svg {
    width: 23px;
    height: 23px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_best_company_video_Card .plyr__control--overlaid svg {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_best_company_video_Card .plyr__control--overlaid svg {
    width: 19px;
    height: 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_best_company_video_Card .plyr__control--overlaid svg {
    width: 17px;
    height: 17px;
  }
}
.ic_best_company_video_Card .ic_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  animation: ripple 1.5s linear infinite;
}
@media only screen and (max-width: 1650px) {
  .ic_best_company_video_Card .ic_play_button {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_best_company_video_Card .ic_play_button {
    width: 85px;
    height: 85px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_best_company_video_Card .ic_play_button {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_best_company_video_Card .ic_play_button {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_best_company_video_Card .ic_play_button {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_best_company_video_Card .ic_play_button {
    width: 60px;
    height: 60px;
  }
}
.ic_best_company_video_Card .ic_play_button i {
  font-size: 26px;
  position: relative;
  z-index: 1;
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1650px) {
  .ic_best_company_video_Card .ic_play_button i {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_best_company_video_Card .ic_play_button i {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_best_company_video_Card .ic_play_button i {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_best_company_video_Card .ic_play_button i {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_best_company_video_Card .ic_play_button i {
    font-size: 17px;
  }
}

.ic_video_btn_divs {
  padding-top: 50px;
  gap: 20px;
}
@media only screen and (max-width: 1650px) {
  .ic_video_btn_divs {
    padding-top: 48px;
    gap: 18px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_video_btn_divs {
    padding-top: 45px;
    gap: 17px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_video_btn_divs {
    padding-top: 40px;
    gap: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_video_btn_divs {
    padding-top: 30px;
    gap: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_video_btn_divs {
    padding-top: 22px;
    gap: 11px;
  }
}

.ic_bestcompany_project {
  position: relative;
}
.ic_bestcompany_project .ic_video_container {
  position: relative;
  z-index: 1;
}
.ic_bestcompany_project .ic_video_bg_half {
  height: 58%;
  position: absolute;
  width: 100%;
  bottom: 0;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 4px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.ic-web-server {
  background: #f1fafe;
}

.ic-web-server-card {
  letter-spacing: -0.6px;
  padding: 30px 10px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-bottom: 4px solid #28aaa9;
  background: #fff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1650px) {
  .ic-web-server-card {
    padding: 28px 10px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-web-server-card {
    padding: 26px 10px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-web-server-card {
    padding: 24px 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-web-server-card {
    padding: 22px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-web-server-card {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-web-server-card {
    padding: 18px 10px;
  }
}
.ic-web-server-card::after {
  content: "";
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}
.ic-web-server-card .ic-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
  z-index: 1;
  height: 75px;
  width: 75px;
  padding: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-web-server-card .ic-icon {
    height: 70px;
    width: 70px;
    padding: 18px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-web-server-card .ic-icon {
    height: 68px;
    width: 68px;
    padding: 16px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-web-server-card .ic-icon {
    height: 66px;
    width: 66px;
    padding: 14px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-web-server-card .ic-icon {
    height: 64px;
    width: 64px;
    padding: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-web-server-card .ic-icon {
    height: 56px;
    width: 56px;
    padding: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-web-server-card .ic-icon {
    height: 50px;
    width: 50px;
    padding: 12px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-web-server-card .ic-icon svg {
    width: 34px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-web-server-card .ic-icon svg {
    width: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-web-server-card .ic-icon svg {
    width: 31px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-web-server-card .ic-icon svg {
    width: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-web-server-card .ic-icon svg {
    width: 26px;
  }
}
.ic-web-server-card h5, .ic-web-server-card h5 span, h5 .ic-web-server-card span {
  color: #1b2a40;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 1;
}
.ic-web-server-card:hover::after {
  opacity: 1;
  visibility: visible;
}
.ic-web-server-card:hover .ic-icon {
  background: #ff8f3f !important;
}
.ic-web-server-card:hover h5, .ic-web-server-card:hover h5 span, h5 .ic-web-server-card:hover span {
  color: #fff;
}

.ic-web-server.has-bg .ic-web-server-card {
  background: #1b2a40;
}
.ic-web-server.has-bg .ic-web-server-card h5, .ic-web-server.has-bg .ic-web-server-card h5 span, h5 .ic-web-server.has-bg .ic-web-server-card span {
  color: #fff;
}
.ic-web-server.has-bg .ic-section-title-content h3, .ic-web-server.has-bg .ic-section-title-content h3 span, h3 .ic-web-server.has-bg .ic-section-title-content span {
  color: #fff;
}

.ic-featured-product .ic-featured-card {
  padding: 70px 40px 60px 40px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #1b2a40;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1650px) {
  .ic-featured-product .ic-featured-card {
    padding: 65px 35px 55px 35px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-featured-product .ic-featured-card {
    padding: 65px 30px 55px 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-featured-product .ic-featured-card {
    padding: 60px 25px 50px 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-featured-product .ic-featured-card {
    padding: 50px 20px 40px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-featured-product .ic-featured-card {
    padding: 40px 18px 35px 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-featured-product .ic-featured-card {
    padding: 30px 17px 25px 17px;
  }
}
.ic-featured-product .ic-featured-card .ic-featured-card-logo {
  max-width: 247px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1650px) {
  .ic-featured-product .ic-featured-card .ic-featured-card-logo {
    margin-bottom: 55px;
    max-width: 245px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-featured-product .ic-featured-card .ic-featured-card-logo {
    margin-bottom: 50px;
    max-width: 240px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-featured-product .ic-featured-card .ic-featured-card-logo {
    margin-bottom: 45px;
    max-width: 235px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-featured-product .ic-featured-card .ic-featured-card-logo {
    margin-bottom: 40px;
    max-width: 230px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-featured-product .ic-featured-card .ic-featured-card-logo {
    margin-bottom: 30px;
    max-width: 225px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-featured-product .ic-featured-card .ic-featured-card-logo {
    margin-bottom: 25px;
    max-width: 220px;
  }
}
.ic-featured-product .ic-featured-card .ic-featured-dashboard {
  margin-bottom: 55px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-featured-product .ic-featured-card .ic-featured-dashboard {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-featured-product .ic-featured-card .ic-featured-dashboard {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-featured-product .ic-featured-card .ic-featured-dashboard {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-featured-product .ic-featured-card .ic-featured-dashboard {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-featured-product .ic-featured-card .ic-featured-dashboard {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-featured-product .ic-featured-card .ic-featured-dashboard {
    margin-bottom: 18px;
  }
}
.ic-featured-product .ic-featured-card .ic-btn, .ic-featured-product .ic-featured-card .ic-btn-primary {
  height: 60px;
  position: relative;
}
@media only screen and (max-width: 1650px) {
  .ic-featured-product .ic-featured-card .ic-btn, .ic-featured-product .ic-featured-card .ic-btn-primary {
    height: 58px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-featured-product .ic-featured-card .ic-btn, .ic-featured-product .ic-featured-card .ic-btn-primary {
    height: 55px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-featured-product .ic-featured-card .ic-btn, .ic-featured-product .ic-featured-card .ic-btn-primary {
    height: 52px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-featured-product .ic-featured-card .ic-btn, .ic-featured-product .ic-featured-card .ic-btn-primary {
    height: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-featured-product .ic-featured-card .ic-btn, .ic-featured-product .ic-featured-card .ic-btn-primary {
    height: 49px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-featured-product .ic-featured-card .ic-btn, .ic-featured-product .ic-featured-card .ic-btn-primary {
    height: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-featured-product .ic-featured-card .ic-btn, .ic-featured-product .ic-featured-card .ic-btn-primary {
    height: 45px;
  }
}
.ic-featured-product .ic-featured-card .ic-btn.white, .ic-featured-product .ic-featured-card .white.ic-btn-primary {
  padding: 0px 40px;
  color: #28aaa9;
  font-weight: 600;
  background: #fff;
}
@media only screen and (max-width: 1650px) {
  .ic-featured-product .ic-featured-card .ic-btn.white, .ic-featured-product .ic-featured-card .white.ic-btn-primary {
    padding: 0px 38px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-featured-product .ic-featured-card .ic-btn.white, .ic-featured-product .ic-featured-card .white.ic-btn-primary {
    padding: 0px 37px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-featured-product .ic-featured-card .ic-btn.white, .ic-featured-product .ic-featured-card .white.ic-btn-primary {
    padding: 0px 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-featured-product .ic-featured-card .ic-btn.white, .ic-featured-product .ic-featured-card .white.ic-btn-primary {
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-featured-product .ic-featured-card .ic-btn.white, .ic-featured-product .ic-featured-card .white.ic-btn-primary {
    padding: 0px 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-featured-product .ic-featured-card .ic-btn.white, .ic-featured-product .ic-featured-card .white.ic-btn-primary {
    padding: 0px 25px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-featured-product .ic-featured-card .ic-btn.white, .ic-featured-product .ic-featured-card .white.ic-btn-primary {
    padding: 0px 20px;
  }
}
.ic-featured-product .ic-featured-card .ic-btn::after, .ic-featured-product .ic-featured-card .ic-btn-primary::after {
  content: "";
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
}
.ic-featured-product .ic-featured-card .ic-btn svg, .ic-featured-product .ic-featured-card .ic-btn-primary svg {
  max-width: 30px;
}
@media only screen and (max-width: 1650px) {
  .ic-featured-product .ic-featured-card .ic-btn svg, .ic-featured-product .ic-featured-card .ic-btn-primary svg {
    max-width: 29px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-featured-product .ic-featured-card .ic-btn svg, .ic-featured-product .ic-featured-card .ic-btn-primary svg {
    max-width: 28px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-featured-product .ic-featured-card .ic-btn svg, .ic-featured-product .ic-featured-card .ic-btn-primary svg {
    max-width: 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-featured-product .ic-featured-card .ic-btn svg, .ic-featured-product .ic-featured-card .ic-btn-primary svg {
    max-width: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-featured-product .ic-featured-card .ic-btn svg, .ic-featured-product .ic-featured-card .ic-btn-primary svg {
    max-width: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-featured-product .ic-featured-card .ic-btn svg, .ic-featured-product .ic-featured-card .ic-btn-primary svg {
    max-width: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-featured-product .ic-featured-card .ic-btn svg, .ic-featured-product .ic-featured-card .ic-btn-primary svg {
    max-width: 18px;
  }
}
.ic-featured-product .ic-featured-card .ic-btn:hover, .ic-featured-product .ic-featured-card .ic-btn-primary:hover {
  background: #1b2a40;
  color: #fff;
}
.ic-featured-product .ic-featured-card .ic-btn:hover::after, .ic-featured-product .ic-featured-card .ic-btn-primary:hover::after {
  opacity: 1;
  visibility: visible;
}
.ic-featured-product .ic-featured-card .ic-btn:hover svg path, .ic-featured-product .ic-featured-card .ic-btn-primary:hover svg path {
  stroke: #fff;
}
.ic-featured-product .ic-featured-card .ic-btn .content, .ic-featured-product .ic-featured-card .ic-btn-primary .content {
  position: relative;
  z-index: 4;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 1650px) {
  .ic-featured-product .ic-featured-card .ic-btn svg, .ic-featured-product .ic-featured-card .ic-btn-primary svg {
    width: 38px !important;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-featured-product .ic-featured-card .ic-btn svg, .ic-featured-product .ic-featured-card .ic-btn-primary svg {
    width: 36px !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-featured-product .ic-featured-card .ic-btn svg, .ic-featured-product .ic-featured-card .ic-btn-primary svg {
    width: 32px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-featured-product .ic-featured-card .ic-btn svg, .ic-featured-product .ic-featured-card .ic-btn-primary svg {
    width: 28px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-featured-product .ic-featured-card .ic-btn svg, .ic-featured-product .ic-featured-card .ic-btn-primary svg {
    width: 25px !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-featured-product .ic-featured-card .ic-btn svg, .ic-featured-product .ic-featured-card .ic-btn-primary svg {
    width: 22px !important;
  }
}
@media only screen and (max-width: 480px) {
  .ic-featured-product .ic-featured-card .ic-btn svg, .ic-featured-product .ic-featured-card .ic-btn-primary svg {
    width: 20px !important;
  }
}

.ic-trust-us {
  background-color: #fff;
}
.ic-trust-us .ic-trust-us-left {
  max-width: 416px;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .ic-trust-us .ic-trust-us-left {
    max-width: 100%;
  }
}
.ic-trust-us .ic-trust-us-left .ic-section-title-content {
  max-width: 385px;
}
@media only screen and (max-width: 991.98px) {
  .ic-trust-us .ic-trust-us-left .ic-section-title-content {
    max-width: 100%;
  }
}
.ic-trust-us .ic-trust-us-right {
  height: 100%;
}
.ic-trust-us .ic-portfolio-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 60px;
}
@media only screen and (max-width: 1650px) {
  .ic-trust-us .ic-portfolio-wrapper {
    column-gap: 18px;
    row-gap: 50px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-trust-us .ic-portfolio-wrapper {
    column-gap: 17px;
    row-gap: 45px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-trust-us .ic-portfolio-wrapper {
    column-gap: 15px;
    row-gap: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-trust-us .ic-portfolio-wrapper {
    row-gap: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-trust-us .ic-portfolio-wrapper {
    row-gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-trust-us .ic-portfolio-wrapper {
    row-gap: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-trust-us .ic-portfolio-wrapper {
    column-gap: 6px;
  }
}
.ic-trust-us .ic-portfolio-wrapper .ic-portfolio-item {
  width: calc(50% - 20px + 10px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1650px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-portfolio-item {
    width: calc(50% - 18px + 9px);
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-portfolio-item {
    width: calc(50% - 17px + 8.5px);
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-portfolio-item {
    width: calc(50% - 15px + 7.5px);
  }
}
@media only screen and (max-width: 480px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-portfolio-item {
    gap: 5px;
    width: calc(50% - 6px + 3px);
  }
}
.ic-trust-us .ic-portfolio-wrapper .ic-icon {
  height: 90px;
  width: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 20px;
}
@media only screen and (max-width: 1650px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-icon {
    height: 85px;
    width: 85px;
    padding: 18px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-icon {
    height: 80px;
    width: 80px;
    padding: 16px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-icon {
    height: 75px;
    width: 75px;
    padding: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-icon {
    height: 70px;
    width: 70px;
    padding: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-icon {
    height: 60px;
    width: 60px;
    padding: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-icon {
    height: 50px;
    width: 50px;
    padding: 13px;
  }
}
.ic-trust-us .ic-portfolio-wrapper .ic-content h2, .ic-trust-us .ic-portfolio-wrapper .ic-content h2 span, h2 .ic-trust-us .ic-portfolio-wrapper .ic-content span {
  font-weight: 700;
  color: #1b2a40;
  margin-bottom: 8px;
  font-size: 40px;
}
@media only screen and (max-width: 1650px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-content h2, .ic-trust-us .ic-portfolio-wrapper .ic-content h2 span, h2 .ic-trust-us .ic-portfolio-wrapper .ic-content span {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-content h2, .ic-trust-us .ic-portfolio-wrapper .ic-content h2 span, h2 .ic-trust-us .ic-portfolio-wrapper .ic-content span {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-content h2, .ic-trust-us .ic-portfolio-wrapper .ic-content h2 span, h2 .ic-trust-us .ic-portfolio-wrapper .ic-content span {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-content h2, .ic-trust-us .ic-portfolio-wrapper .ic-content h2 span, h2 .ic-trust-us .ic-portfolio-wrapper .ic-content span {
    font-size: 28px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-content h2, .ic-trust-us .ic-portfolio-wrapper .ic-content h2 span, h2 .ic-trust-us .ic-portfolio-wrapper .ic-content span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-content h2, .ic-trust-us .ic-portfolio-wrapper .ic-content h2 span, h2 .ic-trust-us .ic-portfolio-wrapper .ic-content span {
    font-size: 20px;
  }
}
.ic-trust-us .ic-portfolio-wrapper .ic-content .ic-des {
  color: #28aaa9;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Asap", sans-serif;
  font-size: 24px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-content .ic-des {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-content .ic-des {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-content .ic-des {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-trust-us .ic-portfolio-wrapper .ic-content .ic-des {
    font-size: 13px;
  }
}
.ic-trust-us .ic-bottom-part {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  padding: 50px;
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  .ic-trust-us .ic-bottom-part {
    padding: 45px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-trust-us .ic-bottom-part {
    padding: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-trust-us .ic-bottom-part {
    padding: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-trust-us .ic-bottom-part {
    padding: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-trust-us .ic-bottom-part {
    padding: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-trust-us .ic-bottom-part {
    padding: 20px;
  }
}
.ic-trust-us .ic-bottom-part h3, .ic-trust-us .ic-bottom-part h3 span, h3 .ic-trust-us .ic-bottom-part span {
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .ic-trust-us .ic-bottom-part h3, .ic-trust-us .ic-bottom-part h3 span, h3 .ic-trust-us .ic-bottom-part span {
    font-weight: 600;
    font-size: 20px;
  }
}
.ic-trust-us .ic-bottom-part h5, .ic-trust-us .ic-bottom-part h5 span, h5 .ic-trust-us .ic-bottom-part span {
  color: #fff;
  font-weight: 500;
  font-family: "Asap", sans-serif;
}
.ic-trust-us .ic-bottom-part p {
  color: #fff;
  font-weight: 500;
  font-family: "Asap", sans-serif;
  font-size: 22px;
  line-height: auto;
}
@media only screen and (max-width: 1650px) {
  .ic-trust-us .ic-bottom-part p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-trust-us .ic-bottom-part p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-trust-us .ic-bottom-part p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-trust-us .ic-bottom-part p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-trust-us .ic-bottom-part p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-trust-us .ic-bottom-part p {
    font-size: 15px;
  }
}

.ic-why-choose {
  background-color: #f1fafe;
}
.ic-why-choose .ic-why-choose-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 75px;
}
@media only screen and (max-width: 1650px) {
  .ic-why-choose .ic-why-choose-content-wrapper {
    gap: 70px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-why-choose .ic-why-choose-content-wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-why-choose .ic-why-choose-content-wrapper {
    gap: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-why-choose .ic-why-choose-content-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-why-choose .ic-why-choose-content-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-why-choose .ic-why-choose-content-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-why-choose .ic-why-choose-content-wrapper {
    gap: 20px;
  }
}
.ic-why-choose .ic-column-content {
  width: calc(50% - 75px + 37.5px);
  position: relative;
}
@media only screen and (max-width: 1650px) {
  .ic-why-choose .ic-column-content {
    width: calc(50% - 70px + 35px);
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-why-choose .ic-column-content {
    width: calc(50% - 50px + 25px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-why-choose .ic-column-content {
    width: calc(50% - 45px + 22.5px);
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-why-choose .ic-column-content {
    width: 100%;
  }
}
.ic-why-choose .ic-choose-list ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1650px) {
  .ic-why-choose .ic-choose-list ul li {
    gap: 18px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-why-choose .ic-choose-list ul li {
    gap: 17px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-why-choose .ic-choose-list ul li {
    gap: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-why-choose .ic-choose-list ul li {
    gap: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-why-choose .ic-choose-list ul li {
    gap: 11px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-why-choose .ic-choose-list ul li {
    gap: 9px;
  }
}
.ic-why-choose .ic-choose-list ul li:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1650px) {
  .ic-why-choose .ic-choose-list ul li:not(:last-child) {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-why-choose .ic-choose-list ul li:not(:last-child) {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-why-choose .ic-choose-list ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-why-choose .ic-choose-list ul li:not(:last-child) {
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-why-choose .ic-choose-list ul li:not(:last-child) {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-why-choose .ic-choose-list ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.ic-why-choose .ic-choose-list ul li .ic-icon {
  height: 80px;
  width: 80px;
  padding: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1650px) {
  .ic-why-choose .ic-choose-list ul li .ic-icon {
    height: 75px;
    width: 75px;
    padding: 19px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-why-choose .ic-choose-list ul li .ic-icon {
    height: 70px;
    width: 70px;
    padding: 18px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-why-choose .ic-choose-list ul li .ic-icon {
    height: 65px;
    width: 65px;
    padding: 17px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-why-choose .ic-choose-list ul li .ic-icon {
    height: 60px;
    width: 60px;
    padding: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-why-choose .ic-choose-list ul li .ic-icon {
    height: 58px;
    width: 58px;
    padding: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-why-choose .ic-choose-list ul li .ic-icon {
    height: 55px;
    width: 55px;
    padding: 14px;
  }
}
.ic-why-choose .ic-choose-list ul li .ic-choose-list-content h4, .ic-why-choose .ic-choose-list ul li .ic-choose-list-content h4 span, h4 .ic-why-choose .ic-choose-list ul li .ic-choose-list-content span {
  font-weight: 700;
  color: #28aaa9;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1650px) {
  .ic-why-choose .ic-choose-list ul li .ic-choose-list-content h4, .ic-why-choose .ic-choose-list ul li .ic-choose-list-content h4 span, h4 .ic-why-choose .ic-choose-list ul li .ic-choose-list-content span {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-why-choose .ic-choose-list ul li .ic-choose-list-content h4, .ic-why-choose .ic-choose-list ul li .ic-choose-list-content h4 span, h4 .ic-why-choose .ic-choose-list ul li .ic-choose-list-content span {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-why-choose .ic-choose-list ul li .ic-choose-list-content h4, .ic-why-choose .ic-choose-list ul li .ic-choose-list-content h4 span, h4 .ic-why-choose .ic-choose-list ul li .ic-choose-list-content span {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-why-choose .ic-choose-list ul li .ic-choose-list-content h4, .ic-why-choose .ic-choose-list ul li .ic-choose-list-content h4 span, h4 .ic-why-choose .ic-choose-list ul li .ic-choose-list-content span {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-why-choose .left-abs-content-wrapper {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.ic-why-choose .left-abs-content-wrapper img {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  object-fit: cover;
}
.ic-why-choose .left-abs-content-wrapper .main-image {
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  max-width: 483px;
  max-height: 430px;
  object-fit: cover;
}
@media only screen and (max-width: 1650px) {
  .ic-why-choose .left-abs-content-wrapper .main-image {
    max-width: 473px;
    max-height: 420px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-why-choose .left-abs-content-wrapper .main-image {
    max-width: 463px;
    max-height: 410px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-why-choose .left-abs-content-wrapper .main-image {
    max-width: 453px;
    max-height: 400px;
  }
}
.ic-why-choose .left-abs-content-wrapper .abs-content-1 {
  position: absolute;
  right: -12%;
  top: 100%;
  transform: translateY(-50%);
  border: 3px solid #fff;
  z-index: 2;
  max-width: 313px;
  max-height: 242px;
  object-fit: cover;
}
@media only screen and (max-width: 1650px) {
  .ic-why-choose .left-abs-content-wrapper .abs-content-1 {
    max-width: 303px;
    max-height: 232px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-why-choose .left-abs-content-wrapper .abs-content-1 {
    max-width: 293px;
    max-height: 222px;
    right: -8%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-why-choose .left-abs-content-wrapper .abs-content-1 {
    max-width: 283px;
    max-height: 2112px;
  }
}
.ic-why-choose .left-abs-content-wrapper .abs-content-2 {
  position: absolute;
  left: 0;
  top: 112%;
  border: 3px solid #fff;
  max-width: 338px;
  max-height: 223px;
  object-fit: cover;
}
@media only screen and (max-width: 1650px) {
  .ic-why-choose .left-abs-content-wrapper .abs-content-2 {
    max-width: 328px;
    max-height: 213px;
    top: 110%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-why-choose .left-abs-content-wrapper .abs-content-2 {
    max-width: 318px;
    max-height: 203px;
    top: 108%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-why-choose .left-abs-content-wrapper .abs-content-2 {
    max-width: 308px;
    max-height: 193px;
  }
}

.ic-happy-clients-wrapper {
  /* the parent */
}
.ic-happy-clients-wrapper .ic-happy-clients-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(27, 42, 64, 0.1);
  padding: 45px 38px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
@media only screen and (max-width: 1650px) {
  .ic-happy-clients-wrapper .ic-happy-clients-card {
    padding: 40px 36px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-card {
    padding: 38px 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-card {
    padding: 28px 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-card {
    padding: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-card {
    padding: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-card {
    padding: 22px;
  }
}
.ic-happy-clients-wrapper .ic-happy-clients-card::after {
  content: "";
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}
.ic-happy-clients-wrapper .ic-happy-clients-card:hover::after {
  opacity: 1;
  visibility: visible;
}
.ic-happy-clients-wrapper .ic-happy-clients-card:hover .ic-happy-clients-card-des,
.ic-happy-clients-wrapper .ic-happy-clients-card:hover .ic-post,
.ic-happy-clients-wrapper .ic-happy-clients-card:hover .ic-name {
  color: #fff;
}
.ic-happy-clients-wrapper .ic-happy-clients-card:hover .ic-happy-clients-card-des::after {
  background-color: #fff;
}
.ic-happy-clients-wrapper .ic-happy-clients-card:hover .ic-logo-wrapper .ic-abs {
  background-color: #ff8f3f;
}
.ic-happy-clients-wrapper .ic-logo-wrapper {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  position: relative;
  z-index: 1;
}
.ic-happy-clients-wrapper .ic-logo-wrapper .ic-logo {
  height: 85px;
  width: 85px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0px 4px 56px 0px rgba(27, 42, 64, 0.1);
}
.ic-happy-clients-wrapper .ic-logo-wrapper .ic-abs {
  border-radius: 50%;
  bottom: 10%;
  left: 90%;
  transform: translateX(-50%);
  position: absolute;
  height: 34px;
  width: 34px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px;
  background-color: #28aaa9;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ic-happy-clients-wrapper .ic-happy-clients-card-des {
  color: #838e9e;
  font-weight: 400;
  letter-spacing: -0.54px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: auto;
  font-family: "Asap", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media only screen and (max-width: 1399.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-card-des {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-card-des {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-card-des {
    font-size: 14px;
  }
}
.ic-happy-clients-wrapper .ic-happy-clients-card-des::after {
  content: "";
  background-color: #28aaa9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ic-happy-clients-wrapper .ic-name {
  color: #121e31;
  font-weight: 600;
  line-height: 161.523%;
  /* 29.074px */
  letter-spacing: -0.54px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ic-happy-clients-wrapper .ic-post {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #838e9e;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ic-happy-clients-wrapper .slick-slide {
  margin: 15px 15px;
  height: auto !important;
}
@media only screen and (max-width: 1650px) {
  .ic-happy-clients-wrapper .slick-slide {
    margin: 13px 13px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-happy-clients-wrapper .slick-slide {
    margin: 12px 12px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-happy-clients-wrapper .slick-slide {
    margin: 8px 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-wrapper .slick-slide {
    margin: 6px 6px;
  }
}
.ic-happy-clients-wrapper .slick-list {
  margin: -15px -15px;
}
@media only screen and (max-width: 1650px) {
  .ic-happy-clients-wrapper .slick-list {
    margin: -13px -13px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-happy-clients-wrapper .slick-list {
    margin: -12px -12px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-happy-clients-wrapper .slick-list {
    margin: -8px -8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-wrapper .slick-list {
    margin: -6px -6px;
  }
}
.ic-happy-clients-wrapper .slick-track {
  display: flex !important;
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot {
  background: #f0f5ff;
  box-shadow: 0px 0px 9px 0px rgba(27, 42, 64, 0.1);
  position: relative;
  padding: 40px 40px;
  height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1650px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot {
    padding: 35px 35px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot {
    padding: 35px 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot {
    padding: 25px 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot {
    padding: 20px 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot {
    padding: 18px 15px;
  }
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot::after {
  content: "";
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-profile-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-profile-wrapper .ic-profile-img {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  flex: 0 0 auto;
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-profile-wrapper .ic-name {
  margin-bottom: 0;
  font-weight: 600;
  color: #1b2a40;
  line-height: normal;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-profile-wrapper .ic-post {
  font-family: "Asap", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #42526b;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-profile-wrapper .ic-post span {
  color: #28aaa9;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des {
  font-family: "Asap", sans-serif;
  font-weight: 300;
  color: #1b2a40;
  opacity: 0.8;
  font-size: 18px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 1.3;
}
@media only screen and (max-width: 1399.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des {
    font-size: 14px;
  }
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des span {
  opacity: 0.8;
  color: #28aaa9;
  font-family: "Asap", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 18px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des span {
    font-size: 14px;
  }
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des p {
  font-family: "Asap", sans-serif;
  font-weight: 300;
  color: #1b2a40;
  opacity: 0.8;
  font-size: 18px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1399.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des p {
    font-size: 14px;
  }
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des p span {
  opacity: 0.8;
  color: #28aaa9;
  font-family: "Asap", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 18px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des p span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des p span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des p span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-des p span {
    font-size: 14px;
  }
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper {
    gap: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper {
    gap: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper {
    gap: 6px;
  }
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper .ic-rating {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #ff8f3f;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1650px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper .ic-rating {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper .ic-rating {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper .ic-rating {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper .ic-rating {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper .ic-rating {
    font-size: 14px;
  }
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper .ic-rating span {
  font-family: "Asap", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #28aaa9;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1650px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper .ic-rating span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper .ic-rating span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper .ic-rating span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper .ic-rating span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper .ic-rating span {
    font-size: 14px;
  }
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper .icon i {
  color: #ff8f3f;
}
@media only screen and (max-width: 991.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper .icon i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper .icon i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-wrapper .ic-happy-clients-trustpilot .ic-rating-wrapper .icon i {
    font-size: 12px;
  }
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot:hover::after {
  opacity: 1;
  visibility: visible;
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot:hover .ic-name {
  color: #fff;
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot:hover .ic-rating span {
  color: #fff;
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot:hover .ic-post {
  color: #fff;
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot:hover .ic-post span {
  color: #fff;
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot:hover .ic-des {
  color: #fff !important;
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot:hover .ic-des p {
  color: #fff !important;
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot:hover .ic-des p span {
  color: #fff !important;
}
.ic-happy-clients-wrapper .ic-happy-clients-trustpilot:hover .ic-des span {
  color: #fff !important;
}

.ic-slider-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #d6dae1;
  background: #f1fafe;
  padding: 10px;
  position: relative;
  height: 56px;
  width: 56px;
  color: #28aaa9;
  cursor: pointer;
}
@media only screen and (max-width: 1650px) {
  .ic-slider-button {
    height: 54px;
    width: 54px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-slider-button {
    height: 52px;
    width: 52px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-slider-button {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-slider-button {
    height: 48px;
    width: 48px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-slider-button {
    height: 46px;
    width: 46px;
  }
}
.ic-slider-button::after {
  content: "";
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.ic-slider-button svg {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 1;
}
.ic-slider-button svg path {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1650px) {
  .ic-slider-button svg {
    height: 22px;
    width: 22px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-slider-button svg {
    height: 21px;
    width: 21px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-slider-button svg {
    height: 20px;
    width: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-slider-button svg {
    height: 19px;
    width: 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-slider-button svg {
    height: 18px;
    width: 18px;
  }
}
.ic-slider-button:hover::after {
  opacity: 1;
  visibility: visible;
}
.ic-slider-button:hover svg path {
  stroke: #fff;
}

#my-calendly-embed {
  height: 658px !important;
}

.lmtWIHO_gkbTeeyuvoJC {
  min-height: unset !important;
}

.ic-technology-work {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 1650px) {
  .ic-technology-work {
    gap: 26px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-technology-work {
    gap: 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-technology-work {
    gap: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-technology-work {
    gap: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-technology-work {
    gap: 10px;
  }
}
.ic-technology-work .ic-single-tech {
  width: calc(16.6666666667% - 30px + 5px);
}
@media only screen and (max-width: 1650px) {
  .ic-technology-work .ic-single-tech {
    width: calc(16.6666666667% - 26px + 4.3333333333px);
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-technology-work .ic-single-tech {
    width: calc(16.6666666667% - 24px + 4px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-technology-work .ic-single-tech {
    width: calc(20% - 16px + 3.2px);
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-technology-work .ic-single-tech {
    width: calc(25% - 16px + 4px);
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-technology-work .ic-single-tech {
    width: calc(33.3333333333% - 12px + 4px);
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-technology-work .ic-single-tech {
    width: calc(33.3333333333% - 10px + 3.3333333333px);
  }
}
@media only screen and (max-width: 480px) {
  .ic-technology-work .ic-single-tech {
    width: calc(50% - 10px + 5px);
  }
}
.ic-technology-work a .ic_brands_items {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  padding: 35px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border: 4px solid #fff;
  background-color: #fff;
  display: flex !important;
}
.ic-technology-work a .ic_brands_items:hover {
  border: 4px solid #28aaa9;
}
.ic-technology-work a .ic_brands_items img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1650px) {
  .ic-technology-work a .ic_brands_items {
    width: 165px;
    height: 165px;
    padding: 33px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-technology-work a .ic_brands_items {
    width: 160px;
    height: 160px;
    padding: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-technology-work a .ic_brands_items {
    width: 155px;
    height: 155px;
    padding: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-technology-work a .ic_brands_items {
    width: 150px;
    height: 150px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-technology-work a .ic_brands_items {
    width: 140px;
    height: 140px;
    padding: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-technology-work a .ic_brands_items {
    width: 130px;
    height: 130px;
    padding: 15px;
  }
}

.ic-happy-clients-title-wrapper {
  padding: 21px 35px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #d6dae1;
  background: #f1fafe;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1650px) {
  .ic-happy-clients-title-wrapper {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-happy-clients-title-wrapper {
    padding: 19px 28px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-happy-clients-title-wrapper {
    padding: 18px 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-happy-clients-title-wrapper {
    padding: 17px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-title-wrapper {
    padding: 17px 15px;
    gap: 7px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-title-wrapper {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-happy-clients-title-wrapper .item:first-child {
    width: 100%;
  }
  .ic-happy-clients-title-wrapper .item:first-child img {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-title-wrapper .item:first-child {
    width: unset;
  }
  .ic-happy-clients-title-wrapper .item:first-child img {
    display: block;
    margin-right: auto;
  }
}
.ic-happy-clients-title-wrapper .ic-happyclient-item-mobile-block {
  display: none;
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-title-wrapper .ic-happyclient-item-mobile-block {
    display: block;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-title-wrapper .ic-happyclient-item-mobile-none {
    display: none;
  }
}
.ic-happy-clients-title-wrapper .logo {
  max-width: 136px;
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-title-wrapper .logo {
    max-width: 125px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-title-wrapper .logo {
    max-width: 100px;
  }
}
.ic-happy-clients-title-wrapper .trustpilot {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 1650px) {
  .ic-happy-clients-title-wrapper .trustpilot {
    gap: 13px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-happy-clients-title-wrapper .trustpilot {
    gap: 11px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-happy-clients-title-wrapper .trustpilot {
    gap: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-title-wrapper .trustpilot {
    gap: 4px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-title-wrapper .trustpilot {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.ic-happy-clients-title-wrapper .trustpilot p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
  color: #1b2a40;
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-title-wrapper .trustpilot p {
    font-size: 16px;
  }
}
.ic-happy-clients-title-wrapper .trustpilot span {
  color: #838e9e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 93.75% */
}
.ic-happy-clients-title-wrapper .trustpilot img {
  max-width: 130px;
}
@media only screen and (max-width: 480px) {
  .ic-happy-clients-title-wrapper .trustpilot img {
    display: none;
  }
}
.ic-happy-clients-title-wrapper .ic-review-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  color: #838e9e;
}
@media only screen and (max-width: 767.98px) {
  .ic-happy-clients-title-wrapper .ic-review-wrapper {
    gap: 7px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-title-wrapper .ic-review-wrapper {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.ic-happy-clients-title-wrapper .ic-review-wrapper p {
  position: relative;
}
.ic-happy-clients-title-wrapper .ic-review-wrapper p span {
  height: 5px;
  width: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #838e9e;
  margin-bottom: 2px;
}
.ic-happy-clients-title-wrapper .ic-review-wrapper h3, .ic-happy-clients-title-wrapper .ic-review-wrapper h3 span, h3 .ic-happy-clients-title-wrapper .ic-review-wrapper span {
  font-weight: 800;
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 575.98px) {
  .ic-happy-clients-title-wrapper .ic-review-wrapper h3, .ic-happy-clients-title-wrapper .ic-review-wrapper h3 span, h3 .ic-happy-clients-title-wrapper .ic-review-wrapper span {
    font-size: 19px;
  }
}

.ic-talk-about-project .ic-talk-about-project-content {
  max-width: 610px;
}
@media only screen and (max-width: 767.98px) {
  .ic-talk-about-project .ic-talk-about-project-content {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.ic-talk-about-project .ic-talk-about-project-content h2, .ic-talk-about-project .ic-talk-about-project-content h2 span, h2 .ic-talk-about-project .ic-talk-about-project-content span {
  font-weight: 700;
  font-size: 42px;
  line-height: auto;
  color: #fff;
}
@media only screen and (max-width: 1650px) {
  .ic-talk-about-project .ic-talk-about-project-content h2, .ic-talk-about-project .ic-talk-about-project-content h2 span, h2 .ic-talk-about-project .ic-talk-about-project-content span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-talk-about-project .ic-talk-about-project-content h2, .ic-talk-about-project .ic-talk-about-project-content h2 span, h2 .ic-talk-about-project .ic-talk-about-project-content span {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-talk-about-project .ic-talk-about-project-content h2, .ic-talk-about-project .ic-talk-about-project-content h2 span, h2 .ic-talk-about-project .ic-talk-about-project-content span {
    font-size: 36px;
    line-height: normal;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-talk-about-project .ic-talk-about-project-content h2, .ic-talk-about-project .ic-talk-about-project-content h2 span, h2 .ic-talk-about-project .ic-talk-about-project-content span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-talk-about-project .ic-talk-about-project-content h2, .ic-talk-about-project .ic-talk-about-project-content h2 span, h2 .ic-talk-about-project .ic-talk-about-project-content span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-talk-about-project .ic-talk-about-project-content h2, .ic-talk-about-project .ic-talk-about-project-content h2 span, h2 .ic-talk-about-project .ic-talk-about-project-content span {
    font-size: 25px;
  }
}
.ic-talk-about-project .ic-talk-about-project-content h5, .ic-talk-about-project .ic-talk-about-project-content h5 span, h5 .ic-talk-about-project .ic-talk-about-project-content span {
  font-weight: 400;
  font-size: 18px;
  font-family: "Asap", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 1650px) {
  .ic-talk-about-project .ic-talk-about-project-content h5, .ic-talk-about-project .ic-talk-about-project-content h5 span, h5 .ic-talk-about-project .ic-talk-about-project-content span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-talk-about-project .ic-talk-about-project-content h5, .ic-talk-about-project .ic-talk-about-project-content h5 span, h5 .ic-talk-about-project .ic-talk-about-project-content span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-talk-about-project .ic-talk-about-project-content h5, .ic-talk-about-project .ic-talk-about-project-content h5 span, h5 .ic-talk-about-project .ic-talk-about-project-content span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-talk-about-project .ic-talk-about-project-content h5, .ic-talk-about-project .ic-talk-about-project-content h5 span, h5 .ic-talk-about-project .ic-talk-about-project-content span {
    font-size: 14px;
  }
}
.ic-talk-about-project .ic-talk-about-project-right-image {
  position: relative;
}
.ic-talk-about-project .ic-talk-about-project-right-image:before {
  position: absolute;
  content: "";
  top: -18px;
  right: 0;
  width: 68%;
  height: calc(100% + 36px);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 1;
  background: #fff;
}
.ic-talk-about-project .ic-talk-about-project-right-image .image-content-wrapper {
  padding-right: 18px;
}
.ic-talk-about-project .ic-talk-about-project-right-image img {
  position: relative;
  z-index: 4;
  display: block;
  margin-left: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 767.98px) {
  .ic-talk-about-project .ic-abs-wrapper {
    display: none;
  }
}
.ic-talk-about-project .ic-abs-wrapper .abs-1 {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991.98px) {
  .ic-talk-about-project .ic-abs-wrapper .abs-1 {
    max-width: 75px;
  }
}
.ic-talk-about-project .ic-abs-wrapper .abs-2 {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991.98px) {
  .ic-talk-about-project .ic-abs-wrapper .abs-2 {
    max-width: 75px;
  }
}
.ic-talk-about-project .ic-abs-wrapper .abs-3 {
  position: absolute;
  left: 70px;
  top: 100%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991.98px) {
  .ic-talk-about-project .ic-abs-wrapper .abs-3 {
    max-width: 75px;
  }
}
.ic-talk-about-project .ic-abs-wrapper .abs-4 {
  position: absolute;
  right: 70px;
  top: 100%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991.98px) {
  .ic-talk-about-project .ic-abs-wrapper .abs-4 {
    max-width: 75px;
  }
}

.ic-single-accordian {
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  height: fit-content;
}
@media only screen and (max-width: 1399.98px) {
  .ic-single-accordian {
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-single-accordian {
    padding: 12px 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-single-accordian {
    padding: 11px 16px;
  }
}
.ic-single-accordian.status-active {
  box-shadow: 10px 20px 80px 0px rgba(0, 0, 0, 0.1);
}
.ic-single-accordian.status-active .ic-single-accordian-heading::after {
  content: "";
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 8px 8px 0px 0px;
  opacity: 1;
  visibility: visible;
  z-index: -1;
}
.ic-single-accordian.status-active h5, .ic-single-accordian.status-active h5 span, h5 .ic-single-accordian.status-active span {
  color: #fff;
}
.ic-single-accordian.status-active i {
  color: #fff;
}

.ic-info-list-accordian-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1650px) {
  .ic-info-list-accordian-wrapper {
    gap: 25px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-info-list-accordian-wrapper {
    gap: 22px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-info-list-accordian-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-info-list-accordian-wrapper {
    gap: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-info-list-accordian-wrapper {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-info-list-accordian-wrapper {
    gap: 14px;
  }
}

.ic-single-accordian-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  gap: 20px;
  position: relative;
  z-index: 2;
  padding: 24px;
  border-radius: 8px 8px 0px 0px;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 575.98px) {
  .ic-single-accordian-heading {
    padding: 10px;
  }
}
.ic-single-accordian-heading .icon {
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  flex: 0 0 auto;
  color: #28aaa9;
}
.ic-single-accordian-heading .icon i {
  font-size: 22px;
}
.ic-single-accordian-heading .icon .ri-subtract-line {
  display: none;
}
.ic-single-accordian-heading .icon.active .ri-subtract-line {
  display: block;
}
.ic-single-accordian-heading .icon.active .ri-add-line {
  display: none;
}
.ic-single-accordian-heading h5, .ic-single-accordian-heading h5 span, h5 .ic-single-accordian-heading span {
  font-size: 18px;
  font-weight: 500;
  color: #1b2a40;
  line-height: 28px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-single-accordian-heading h5, .ic-single-accordian-heading h5 span, h5 .ic-single-accordian-heading span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-single-accordian-heading h5, .ic-single-accordian-heading h5 span, h5 .ic-single-accordian-heading span {
    font-size: 17px;
    line-height: normal;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-single-accordian-heading h5, .ic-single-accordian-heading h5 span, h5 .ic-single-accordian-heading span {
    font-size: 17px;
    line-height: normal;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-single-accordian-heading h5, .ic-single-accordian-heading h5 span, h5 .ic-single-accordian-heading span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-single-accordian-heading h5, .ic-single-accordian-heading h5 span, h5 .ic-single-accordian-heading span {
    font-size: 15px;
  }
}

.ic-single-accordian-content {
  position: relative;
  z-index: 2;
  display: none;
  padding: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-single-accordian-content {
    margin-top: 19px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-single-accordian-content {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-single-accordian-content {
    margin-top: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-single-accordian-content {
    margin-top: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-single-accordian-content {
    margin-top: 13px;
    padding: 10px;
  }
}
.ic-single-accordian-content.ic_active {
  display: block;
}
.ic-single-accordian-content p {
  color: #1b2a40;
  font-weight: 300;
}

.ic-choose-plan {
  background-color: #f4fafa;
}

.ic-plan-card {
  height: 100%;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.ic-plan-card .top-part {
  padding: 25px;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 17px;
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  .ic-plan-card .top-part {
    padding: 22px;
    gap: 16px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-plan-card .top-part {
    padding: 21px;
    gap: 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-plan-card .top-part {
    padding: 19px;
    gap: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-plan-card .top-part {
    padding: 18px;
    gap: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-plan-card .top-part {
    padding: 17px;
    gap: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-plan-card .top-part {
    padding: 16px;
    gap: 12px;
  }
}
.ic-plan-card .top-part h3, .ic-plan-card .top-part h3 span, h3 .ic-plan-card .top-part span {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  font-family: "Asap", sans-serif;
}
@media only screen and (max-width: 1399.98px) {
  .ic-plan-card .top-part h3, .ic-plan-card .top-part h3 span, h3 .ic-plan-card .top-part span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-plan-card .top-part h3, .ic-plan-card .top-part h3 span, h3 .ic-plan-card .top-part span {
    font-size: 23px;
    line-height: normal;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-plan-card .top-part h3, .ic-plan-card .top-part h3 span, h3 .ic-plan-card .top-part span {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-plan-card .top-part h3, .ic-plan-card .top-part h3 span, h3 .ic-plan-card .top-part span {
    font-size: 19px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-plan-card .top-part h3, .ic-plan-card .top-part h3 span, h3 .ic-plan-card .top-part span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-plan-card .top-part h3, .ic-plan-card .top-part h3 span, h3 .ic-plan-card .top-part span {
    font-size: 17px;
  }
}
.ic-plan-card .top-part h4, .ic-plan-card .top-part h4 span, h4 .ic-plan-card .top-part span {
  font-weight: 600;
  color: #1b2a40;
  font-family: "Asap", sans-serif;
}
.ic-plan-card .bottom-part {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 25px 16px;
}
@media only screen and (max-width: 1650px) {
  .ic-plan-card .bottom-part {
    padding: 22px 14px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-plan-card .bottom-part {
    padding: 21px 13px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-plan-card .bottom-part {
    padding: 19px 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-plan-card .bottom-part {
    padding: 18px 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-plan-card .bottom-part {
    padding: 17px 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-plan-card .bottom-part {
    padding: 16px 12px;
  }
}
.ic-plan-card .bottom-part h5, .ic-plan-card .bottom-part h5 span, h5 .ic-plan-card .bottom-part span {
  text-align: center;
}
.ic-plan-card .bottom-part ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .ic-plan-card .bottom-part ul li {
    gap: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-plan-card .bottom-part ul li {
    gap: 6px;
  }
}
.ic-plan-card .bottom-part ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-plan-card .bottom-part ul li:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-plan-card .bottom-part ul li:not(:last-child) {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-plan-card .bottom-part ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-plan-card .bottom-part ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-plan-card .bottom-part ul li:not(:last-child) {
    margin-bottom: 9px;
  }
}
.ic-plan-card .bottom-part ul li .icon {
  height: 22px;
  width: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #f0f5ff;
  padding: 5px;
  flex: 0 0 auto;
  margin-top: 1px;
}
.ic-plan-card .bottom-part ul li .icon i {
  font-size: 11px;
  color: #28aaa9;
}
.ic-plan-card .bottom-part ul li p {
  color: #1b2a40;
}
.ic-plan-card .ic-btn, .ic-plan-card .ic-btn-primary {
  height: 40px;
}
@media only screen and (max-width: 767.98px) {
  .ic-plan-card .ic-btn, .ic-plan-card .ic-btn-primary {
    height: 38px;
  }
}
.ic-plan-card .ic-btn:hover, .ic-plan-card .ic-btn-primary:hover {
  background: #1b2a40;
}

@media only screen and (max-width: 767.98px) {
  .ic_book_schedule_web .ic-section-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_book_schedule_web .ic-section-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_book_schedule_web .ic-section-title {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_book_schedule_web .row .col-lg-12 {
    width: 96%;
  }
}

.ic_choose_us_img_animation .svg-2 {
  position: absolute;
  left: 10px;
  top: 40px;
  animation: csvg4 6s infinite alternate;
}
.ic_choose_us_img_animation .svg-3 {
  position: absolute;
  right: 40px;
  top: 60px;
  animation: csvg3 4s infinite alternate;
}
.ic_choose_us_img_animation .svg-4 {
  position: absolute;
  left: 15%;
  top: 32%;
  animation: csvg4 3s infinite alternate;
}
.ic_choose_us_img_animation .svg-5 {
  position: absolute;
  left: 10%;
  top: 27%;
  animation: csvg3 5s infinite alternate;
}
.ic_choose_us_img_animation .svg-6 {
  position: absolute;
  left: 4%;
  top: 35%;
  animation: csvg5 20s infinite alternate;
}

@keyframes csvg3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  75% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes csvg4 {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes csvg5 {
  0% {
    top: 20%;
    left: 30%;
  }
  25% {
    top: 24%;
    left: 60%;
  }
  50% {
    top: 70%;
    left: 48%;
  }
  75% {
    top: 50%;
    left: 5%;
  }
  100% {
    top: 20%;
    left: 30%;
  }
}
.ic-offer-countdown-wrap {
  gap: 9px;
}
@media only screen and (max-width: 991.98px) {
  .ic-offer-countdown-wrap {
    gap: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-offer-countdown-wrap {
    gap: 7px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-offer-countdown-wrap {
    gap: 6px;
  }
}

.ic-offer-countdown-wrap .ic-countdown-item {
  min-width: 63px;
  padding: 9px 10px;
}
@media only screen and (max-width: 991.98px) {
  .ic-offer-countdown-wrap .ic-countdown-item {
    min-width: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-offer-countdown-wrap .ic-countdown-item {
    min-width: 52px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-offer-countdown-wrap .ic-countdown-item {
    min-width: 48px;
  }
}

.ic-countdown-item .time {
  font-size: 24px;
}
@media only screen and (max-width: 991.98px) {
  .ic-countdown-item .time {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-countdown-item .time {
    font-size: 21px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-countdown-item .time {
    font-size: 20px;
  }
}

.ic-countdown-item span {
  font-size: 12px;
  line-height: 1.2;
}
@media only screen and (max-width: 767.98px) {
  .ic-countdown-item span {
    line-height: 1;
  }
}

.et-lates-talk-small {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: auto !important;
}

@media only screen and (max-width: 1199.98px) {
  .offer-main-section {
    display: none;
  }
}

.offer-1199 {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .offer-1199 {
    display: block;
    background-position: 0%;
  }
}
@media only screen and (max-width: 991.98px) {
  .offer-1199 {
    display: none;
  }
}

.offer-991 {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .offer-991 {
    display: block;
    background-position: 33%;
  }
}
@media only screen and (max-width: 767.98px) {
  .offer-991 {
    display: none;
  }
}

.offer-767 {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .offer-767 {
    display: block;
    background-position: 32%;
  }
}
@media only screen and (max-width: 575.98px) {
  .offer-767 {
    display: none;
  }
}

.offer-575 {
  display: none;
}
@media only screen and (max-width: 575.98px) {
  .offer-575 {
    display: block;
    background-position: 22%;
  }
}
@media only screen and (max-width: 375px) {
  .offer-575 {
    display: none;
  }
}

.offer-375 {
  display: none;
}
@media only screen and (max-width: 375px) {
  .offer-375 {
    display: block;
  }
}

.ic-top-banner .ic-top-banner-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  padding: 40px 0;
}
@media only screen and (max-width: 1650px) {
  .ic-top-banner .ic-top-banner-content {
    padding: 46px 0;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-top-banner .ic-top-banner-content {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-top-banner .ic-top-banner-content {
    padding: 36px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-top-banner .ic-top-banner-content {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-top-banner .ic-top-banner-content {
    padding: 28px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-top-banner .ic-top-banner-content {
    padding: 26px 0;
  }
}
.ic-top-banner h3, .ic-top-banner h3 span, h3 .ic-top-banner span {
  color: #fff;
  margin-bottom: 10px;
  line-height: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .ic-top-banner h3, .ic-top-banner h3 span, h3 .ic-top-banner span {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-top-banner h3, .ic-top-banner h3 span, h3 .ic-top-banner span {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-top-banner h3, .ic-top-banner h3 span, h3 .ic-top-banner span {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-top-banner h3, .ic-top-banner h3 span, h3 .ic-top-banner span {
    margin-bottom: 3px;
  }
}

.ic-breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ic-breadcrumb .ic-breadcrumb-item {
  color: #fff;
  font-weight: 500;
}
.ic-breadcrumb .ic-breadcrumb-item a {
  color: #fff;
  font-weight: 500;
}
.ic-breadcrumb .ic-breadcrumb-item:not(:first-child) {
  padding-left: 0.5rem;
}
.ic-breadcrumb .ic-breadcrumb-item:not(:first-child):before {
  color: #fff;
  padding-right: 0.5rem;
  color: #fff;
  content: "/";
}

.ic-why-choose.ic-experience {
  background-color: #f1fafe;
}

.ic-about-us.ic-why-choose {
  background-color: #fff;
}

.ic-capability-image .ic-capability-image-content {
  position: relative;
  z-index: 3;
}
.ic-capability-image img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ic-capability-image .ic-half-bg {
  height: 58%;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.ic-progress {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #F0F5FF;
  position: relative;
  margin-bottom: 0;
  height: 41px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-progress {
    height: 38px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-progress {
    height: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-progress {
    height: 34px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-progress {
    height: 30px;
  }
}
.ic-progress .progress-bar {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.ic-progress .ic-progress-abs {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ic-progress .ic-progress-abs .progress-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-progress .ic-progress-abs .progress-content {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-progress .ic-progress-abs .progress-content {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-progress .ic-progress-abs .progress-content {
    padding: 0 14px;
  }
}
.ic-progress .ic-progress-abs .progress-content p {
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 991.98px) {
  .ic-progress .ic-progress-abs .progress-content p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-progress .ic-progress-abs .progress-content p {
    font-size: 11px;
  }
}

.ic-column-content .ic-img-gallery img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}
.ic-column-content .ic-img-gallery .big-img {
  height: 424px;
}
@media only screen and (max-width: 575.98px) {
  .ic-column-content .ic-img-gallery .big-img {
    height: unset;
  }
}
.ic-column-content .ic-img-gallery .small-img {
  height: 200px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-column-content .ic-img-gallery .small-img {
    height: 204px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-column-content .ic-img-gallery .small-img {
    height: unset;
  }
}

.ic-values-card {
  box-shadow: 0px 4px 56px 0px rgba(27, 42, 64, 0.1);
  padding: 28px 40px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .ic-values-card {
    padding: 26px 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-values-card {
    padding: 24px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-values-card {
    padding: 22px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-values-card {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-values-card {
    padding: 18px 10px;
  }
}
.ic-values-card::after {
  content: "";
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}
.ic-values-card .ic-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-values-card .ic-icon {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-values-card .ic-icon {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-values-card .ic-icon {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-values-card .ic-icon {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-values-card .ic-icon img {
    max-width: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-values-card .ic-icon img {
    max-width: 65px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-values-card .ic-icon img {
    max-width: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-values-card .ic-icon img {
    max-width: 55px;
  }
}
.ic-values-card h4, .ic-values-card h4 span, h4 .ic-values-card span {
  color: #838E9E;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 1;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.ic-team-sorting-bar {
  flex-wrap: wrap;
}
@media only screen and (max-width: 991.98px) {
  .ic-team-sorting-bar {
    gap: 10px;
    justify-content: center !important;
  }
}
.ic-team-sorting-bar ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-team-sorting-bar ul {
    gap: 14px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-team-sorting-bar ul {
    gap: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-team-sorting-bar ul {
    gap: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-team-sorting-bar ul {
    gap: 8px;
  }
}
.ic-team-sorting-bar ul li {
  height: 48px;
  padding: 0px 25px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0px 15px 50px 0px rgba(35, 35, 35, 0.05);
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media only screen and (max-width: 1399.98px) {
  .ic-team-sorting-bar ul li {
    height: 46px;
    padding: 0px 22px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-team-sorting-bar ul li {
    height: 42px;
    font-size: 14px;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-team-sorting-bar ul li {
    height: 40px;
    padding: 0px 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-team-sorting-bar ul li {
    height: 38px;
    font-size: 13px;
    padding: 0px 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-team-sorting-bar ul li {
    height: 36px;
  }
}
.ic-team-sorting-bar ul li .content {
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #28aaa9;
  z-index: 3;
}
.ic-team-sorting-bar ul li::after {
  content: "";
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
}
.ic-team-sorting-bar ul li.active::after {
  opacity: 1;
  visibility: visible;
}
.ic-team-sorting-bar ul li.active .content {
  color: #fff;
}
.ic-team-sorting-bar ul li:hover:not(.active)::after {
  opacity: 1;
  visibility: visible;
}
.ic-team-sorting-bar ul li:hover:not(.active) .content {
  color: #fff;
}
@media only screen and (max-width: 575.98px) {
  .ic-team-sorting-bar .ic-mobile-sort-off {
    display: none;
  }
}
.ic-team-sorting-bar .ic-drop-down-btn .btn {
  height: 48px;
  padding: 0px 25px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0px 15px 50px 0px rgba(35, 35, 35, 0.05);
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  border: 0 !important;
}
@media only screen and (max-width: 1399.98px) {
  .ic-team-sorting-bar .ic-drop-down-btn .btn {
    height: 46px;
    padding: 0px 22px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-team-sorting-bar .ic-drop-down-btn .btn {
    height: 42px;
    font-size: 14px;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-team-sorting-bar .ic-drop-down-btn .btn {
    height: 40px;
    padding: 0px 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-team-sorting-bar .ic-drop-down-btn .btn {
    height: 38px;
    font-size: 13px;
    padding: 0px 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-team-sorting-bar .ic-drop-down-btn .btn {
    height: 36px;
  }
}
.ic-team-sorting-bar .ic-drop-down-btn .btn .content {
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #28aaa9;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-team-sorting-bar .ic-drop-down-btn .btn .content {
    gap: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-team-sorting-bar .ic-drop-down-btn .btn .content {
    gap: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-team-sorting-bar .ic-drop-down-btn .btn .content {
    gap: 4px;
  }
}
.ic-team-sorting-bar .ic-drop-down-btn .btn .content .icon {
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 5px;
}
@media only screen and (max-width: 991.98px) {
  .ic-team-sorting-bar .ic-drop-down-btn .btn .content .icon {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-team-sorting-bar .ic-drop-down-btn .btn .content .icon {
    margin-top: 0px;
  }
}
.ic-team-sorting-bar .ic-drop-down-btn .btn .content .icon i {
  font-size: 14px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-team-sorting-bar .ic-drop-down-btn .btn .content .icon i {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-team-sorting-bar .ic-drop-down-btn .btn .content .icon i {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-team-sorting-bar .ic-drop-down-btn .btn .content .icon i {
    font-size: 11px;
  }
}
.ic-team-sorting-bar .ic-drop-down-btn .btn::after {
  content: "";
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  border: 0;
}
.ic-team-sorting-bar .ic-drop-down-btn .btn.active::after {
  opacity: 1;
  visibility: visible;
}
.ic-team-sorting-bar .ic-drop-down-btn .btn.active .content {
  color: #fff;
}
.ic-team-sorting-bar .ic-drop-down-btn .btn:hover:not(.active)::after {
  opacity: 1;
  visibility: visible;
}
.ic-team-sorting-bar .ic-drop-down-btn .btn:hover:not(.active) .content {
  color: #fff;
}

.ic-latest-work-text p {
  color: #838E9E;
}

@media only screen and (max-width: 767.98px) {
  .ic-mobile-center-work {
    row-gap: 12px;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-mobile-center-work .ic-border-bottom {
    left: calc(50% - 40px);
    transform: translateX(-50%);
  }
}

.ic-team-card-content .col-lg-3.col-md-4 .ic-team-card-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 575.98px) {
  .ic-team-card-content .col-lg-3.col-md-4:nth-child(odd) .ic-team-card-wrapper {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-team-card-content .col-lg-3.col-md-4:nth-child(even) .ic-team-card-wrapper {
    justify-content: flex-end;
  }
}

.ic-team-card {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 56px 0px rgba(27, 42, 64, 0.1);
  padding: 20px 20px 26px 20px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 100%;
  width: 100%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  flex-direction: column;
}
@media only screen and (max-width: 1650px) {
  .ic-team-card {
    padding: 18px 18px 24px 18px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-team-card {
    padding: 17px 17px 23px 17px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-team-card {
    padding: 16px 16px 21px 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-team-card {
    padding: 15px 15px 19px 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-team-card {
    padding: 15px 15px 17px 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-team-card {
    padding: 14px 14px 16px 14px;
  }
}
.ic-team-card .top-part {
  position: relative;
  z-index: 3;
  margin-bottom: 18px;
}
.ic-team-card .top-part img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(35, 35, 35, 0.1);
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.ic-team-card .bottom-part {
  position: relative;
  z-index: 3;
}
.ic-team-card .bottom-part .ic-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 8px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1199.98px) {
  .ic-team-card .bottom-part .ic-title {
    padding-bottom: 8px;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-team-card .bottom-part .ic-title {
    padding-bottom: 7px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-team-card .bottom-part .ic-title {
    padding-bottom: 6px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-team-card .bottom-part .ic-title {
    padding-bottom: 4px;
    margin-bottom: 3px;
  }
}
.ic-team-card .bottom-part .ic-title::after {
  content: "";
  background: linear-gradient(144deg, #28AAA9 5.75%, #00A9C6 94.25%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1199.98px) {
  .ic-team-card .bottom-part .ic-title::after {
    width: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-team-card .bottom-part .ic-title::after {
    width: 48px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-team-card .bottom-part .ic-title::after {
    height: 2px;
  }
}
.ic-team-card .bottom-part .ic-title h5, .ic-team-card .bottom-part .ic-title h5 span, h5 .ic-team-card .bottom-part .ic-title span {
  font-size: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1650px) {
  .ic-team-card .bottom-part .ic-title h5, .ic-team-card .bottom-part .ic-title h5 span, h5 .ic-team-card .bottom-part .ic-title span {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-team-card .bottom-part .ic-title h5, .ic-team-card .bottom-part .ic-title h5 span, h5 .ic-team-card .bottom-part .ic-title span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-team-card .bottom-part .ic-title h5, .ic-team-card .bottom-part .ic-title h5 span, h5 .ic-team-card .bottom-part .ic-title span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-team-card .bottom-part .ic-title h5, .ic-team-card .bottom-part .ic-title h5 span, h5 .ic-team-card .bottom-part .ic-title span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-team-card .bottom-part .ic-title h5, .ic-team-card .bottom-part .ic-title h5 span, h5 .ic-team-card .bottom-part .ic-title span {
    font-size: 15px;
  }
}
.ic-team-card .bottom-part .ic-des {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #1b2a40;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ic-team-card .bottom-part .ic-des span {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  color: #28aaa9;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ic-team-card::after {
  content: "";
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}
.ic-team-card:hover::after {
  opacity: 1;
  visibility: visible;
}
.ic-team-card:hover .bottom-part .ic-title::after {
  background: #fff;
}
.ic-team-card:hover .bottom-part h5, .ic-team-card:hover .bottom-part h5 span, h5 .ic-team-card:hover .bottom-part span {
  color: #fff;
}
.ic-team-card:hover .bottom-part .ic-des {
  color: #fff;
}
.ic-team-card:hover .bottom-part .ic-des span {
  color: #fff;
}

.ic-paggination-wrapper ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ic-paggination-wrapper ul li a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
  background: transparent;
  height: 44px;
  width: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  padding: 4px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-paggination-wrapper ul li a {
    height: 42px;
    width: 42px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-paggination-wrapper ul li a {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-paggination-wrapper ul li a {
    height: 38px;
    width: 38px;
  }
}
.ic-paggination-wrapper ul li a::after {
  content: "";
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.ic-paggination-wrapper ul li a .content {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 3;
  color: #42526B;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1399.98px) {
  .ic-paggination-wrapper ul li a .content {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-paggination-wrapper ul li a .content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-paggination-wrapper ul li a .content {
    font-size: 13px;
  }
}
.ic-paggination-wrapper ul li a .content i {
  font-size: 14px;
}
.ic-paggination-wrapper ul li a:hover:not(.active)::after {
  opacity: 1;
  visibility: visible;
}
.ic-paggination-wrapper ul li a:hover:not(.active) .content {
  color: #fff;
}
.ic-paggination-wrapper ul li a.active {
  background: #fff;
}
.ic-paggination-wrapper ul li a.active .content {
  color: #28aaa9;
}
.ic-paggination-wrapper ul li:first-child {
  margin-right: 12px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-paggination-wrapper ul li:first-child {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-paggination-wrapper ul li:first-child {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-paggination-wrapper ul li:first-child {
    margin-right: 6px;
  }
}
.ic-paggination-wrapper ul li:first-child a {
  padding: 0 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: unset;
}
@media only screen and (max-width: 1399.98px) {
  .ic-paggination-wrapper ul li:first-child a {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-paggination-wrapper ul li:first-child a {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-paggination-wrapper ul li:first-child a {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-paggination-wrapper ul li:first-child a {
    padding: 0 12px;
  }
}
.ic-paggination-wrapper ul li:first-child a .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ic-paggination-wrapper ul li:last-child {
  margin-left: 12px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-paggination-wrapper ul li:last-child {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-paggination-wrapper ul li:last-child {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-paggination-wrapper ul li:last-child {
    margin-left: 6px;
  }
}
.ic-paggination-wrapper ul li:last-child a {
  padding: 0 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: unset;
}
@media only screen and (max-width: 1399.98px) {
  .ic-paggination-wrapper ul li:last-child a {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-paggination-wrapper ul li:last-child a {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-paggination-wrapper ul li:last-child a {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-paggination-wrapper ul li:last-child a {
    padding: 0 12px;
  }
}
.ic-paggination-wrapper ul li:last-child a .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.ic-latest-work-card {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 100%;
  overflow: hidden;
}
.ic-latest-work-card:hover .top-part img {
  transform: scale(1.05);
}
.ic-latest-work-card .top-part {
  position: relative;
  overflow: hidden;
}
.ic-latest-work-card .top-part img {
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: linear 0.7s;
}
.ic-latest-work-card .top-part .ic-abs-label {
  position: absolute;
  top: 34px;
  left: 0px;
  border-radius: 0px 50px 50px 0px;
  height: 50px;
  background: #fff;
  padding: 10px 24px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1650px) {
  .ic-latest-work-card .top-part .ic-abs-label {
    padding: 8px 22px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-latest-work-card .top-part .ic-abs-label {
    padding: 7px 21px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-latest-work-card .top-part .ic-abs-label {
    padding: 6px 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-latest-work-card .top-part .ic-abs-label {
    padding: 5px 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-latest-work-card .top-part .ic-abs-label {
    padding: 5px 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-latest-work-card .top-part .ic-abs-label {
    padding: 5px 15px;
  }
}
.ic-latest-work-card .top-part .ic-abs-label p {
  font-weight: 500;
  color: #28aaa9;
}
.ic-latest-work-card .bottom-part {
  padding: 24px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1650px) {
  .ic-latest-work-card .bottom-part {
    padding: 22px 28px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-latest-work-card .bottom-part {
    padding: 21px 25px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-latest-work-card .bottom-part {
    padding: 19px 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-latest-work-card .bottom-part {
    padding: 17px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-latest-work-card .bottom-part {
    gap: 8px;
    padding: 16px 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-latest-work-card .bottom-part {
    gap: 6px;
    padding: 15px 16px;
  }
}
.ic-latest-work-card .bottom-part h4, .ic-latest-work-card .bottom-part h4 span, h4 .ic-latest-work-card .bottom-part span {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1650px) {
  .ic-latest-work-card .bottom-part h4, .ic-latest-work-card .bottom-part h4 span, h4 .ic-latest-work-card .bottom-part span {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-latest-work-card .bottom-part h4, .ic-latest-work-card .bottom-part h4 span, h4 .ic-latest-work-card .bottom-part span {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-latest-work-card .bottom-part h4, .ic-latest-work-card .bottom-part h4 span, h4 .ic-latest-work-card .bottom-part span {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-latest-work-card .bottom-part h4, .ic-latest-work-card .bottom-part h4 span, h4 .ic-latest-work-card .bottom-part span {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-latest-work-card .bottom-part h4, .ic-latest-work-card .bottom-part h4 span, h4 .ic-latest-work-card .bottom-part span {
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-latest-work-card .bottom-part h4, .ic-latest-work-card .bottom-part h4 span, h4 .ic-latest-work-card .bottom-part span {
    margin-bottom: 2px;
  }
}
.ic-latest-work-card .bottom-part .ic-rating-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-latest-work-card .bottom-part .ic-rating-wrapper {
    gap: 13px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-latest-work-card .bottom-part .ic-rating-wrapper {
    gap: 11px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-latest-work-card .bottom-part .ic-rating-wrapper {
    gap: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-latest-work-card .bottom-part .ic-rating-wrapper {
    gap: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-latest-work-card .bottom-part .ic-rating-wrapper {
    gap: 6px;
  }
}
.ic-latest-work-card .bottom-part .ic-rating-wrapper .icon {
  color: #838E9E;
}
.ic-latest-work-card .bottom-part .ic-rating-wrapper .icon .star {
  color: #FF8F3F;
}
.ic-latest-work-card .bottom-part .ic-rating-wrapper .icon i {
  font-size: 12px;
}
.ic-latest-work-card .bottom-part .ic-rating-wrapper .count {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #1B2A40;
}
@media only screen and (max-width: 991.98px) {
  .ic-latest-work-card .bottom-part .ic-rating-wrapper .count {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-latest-work-card .bottom-part .ic-rating-wrapper .count {
    font-size: 12px;
  }
}
.ic-latest-work-card .bottom-part .ic-rating-wrapper .count span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #838E9E;
}
@media only screen and (max-width: 991.98px) {
  .ic-latest-work-card .bottom-part .ic-rating-wrapper .count span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-latest-work-card .bottom-part .ic-rating-wrapper .count span {
    font-size: 12px;
  }
}
.ic-latest-work-card .bottom-part button {
  flex: 0 0 auto;
  height: 44px;
}
@media only screen and (max-width: 1650px) {
  .ic-latest-work-card .bottom-part button {
    height: 42px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-latest-work-card .bottom-part button {
    height: 41px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-latest-work-card .bottom-part button {
    height: 39px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-latest-work-card .bottom-part button {
    height: 37px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-latest-work-card .bottom-part button {
    height: 36px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-latest-work-card .bottom-part button {
    height: 35px;
  }
}

.ic-subscribe-now {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
}
.ic-subscribe-now .subscribe-title {
  font-size: 28px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1399.98px) {
  .ic-subscribe-now .subscribe-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-subscribe-now .subscribe-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-subscribe-now .subscribe-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-subscribe-now .subscribe-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-subscribe-now .subscribe-title {
    font-size: 18px;
  }
}

.ic-subscribe-form-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.ic-subscribe-now {
  padding-right: 10px;
  padding-left: 10px;
}

.ic-subscribe-form {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  color: #838E9E;
  padding: 8px 8px 8px 16px;
  height: 64px;
  position: relative;
  width: 67%;
}
@media only screen and (max-width: 1650px) {
  .ic-subscribe-form {
    height: 60px;
    width: 70%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-subscribe-form {
    height: 58px;
    width: 72%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-subscribe-form {
    height: 55px;
    width: 75%;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-subscribe-form {
    height: 52px;
    width: 78%;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-subscribe-form {
    height: 50px;
    width: 81%;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-subscribe-form {
    height: 48px;
    width: 85%;
  }
}
.ic-subscribe-form input {
  background-color: transparent;
  padding-right: 182px;
  color: #1B2A40;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1650px) {
  .ic-subscribe-form input {
    padding-right: 162px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-subscribe-form input {
    font-size: 15px;
    padding-right: 152px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-subscribe-form input {
    padding-right: 142px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-subscribe-form input {
    font-size: 14px;
    padding-right: 132px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-subscribe-form input {
    font-size: 13px;
    padding-right: 122px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-subscribe-form input {
    padding-right: 118px;
  }
}
.ic-subscribe-form .ic-abs {
  font-size: 16px;
  font-weight: 400;
  padding: 7px 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  white-space: nowrap;
  height: 48px;
}
@media only screen and (max-width: 1650px) {
  .ic-subscribe-form .ic-abs {
    height: 46px;
    padding: 7px 28px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-subscribe-form .ic-abs {
    font-size: 15px;
    height: 45px;
    padding: 7px 26px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-subscribe-form .ic-abs {
    height: 43px;
    padding: 7px 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-subscribe-form .ic-abs {
    font-size: 14px;
    height: 40px;
    padding: 7px 20px;
    right: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-subscribe-form .ic-abs {
    font-size: 13px;
    height: 38px;
    padding: 7px 18px;
    right: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-subscribe-form .ic-abs {
    height: 36px;
    padding: 7px 16px;
    right: 5px;
  }
}

.ic-blog-banner {
  position: relative;
}
.ic-blog-banner.overlay::before {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(1, 169, 198, 0) 0%, #008197 71.35%);
}
.ic-blog-banner img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ic-blog-banner .content {
  bottom: 37px;
  left: 75px;
  right: 75px;
  z-index: 2;
  position: absolute;
}
@media only screen and (max-width: 1650px) {
  .ic-blog-banner .content {
    bottom: 34px;
    left: 70px;
    right: 70px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-blog-banner .content {
    bottom: 32px;
    left: 65px;
    right: 65px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-blog-banner .content {
    bottom: 30px;
    left: 60px;
    right: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-blog-banner .content {
    bottom: 25px;
    left: 35px;
    right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-blog-banner .content {
    bottom: 15px;
    left: 16px;
    right: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-blog-banner .content {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }
}
.ic-blog-banner .content h3, .ic-blog-banner .content h3 span, h3 .ic-blog-banner .content span {
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  .ic-blog-banner .content h3, .ic-blog-banner .content h3 span, h3 .ic-blog-banner .content span {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-blog-banner .content h3, .ic-blog-banner .content h3 span, h3 .ic-blog-banner .content span {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-blog-banner .content h3, .ic-blog-banner .content h3 span, h3 .ic-blog-banner .content span {
    font-size: 18px;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-blog-banner .content h3, .ic-blog-banner .content h3 span, h3 .ic-blog-banner .content span {
    font-size: 17px;
    margin-bottom: 1px;
  }
}
.ic-blog-banner .content a {
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ic-blog-banner .content a i {
  margin-top: 2px;
}
.ic-blog-banner .content a:hover {
  gap: 12px;
}
.ic-blog-banner .content .ic-time {
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
  color: #fff;
}
.ic-blog-banner .content .badge-time-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-blog-banner .content .badge-time-wrapper {
    gap: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-blog-banner .content .badge-time-wrapper {
    gap: 12px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-blog-banner .content .badge-time-wrapper {
    gap: 10px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-blog-banner .content .badge-time-wrapper {
    gap: 8px;
    margin-bottom: 5px;
  }
}
.ic-blog-banner .content .badge-time-wrapper .ic-badge {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #FF8F3F;
  padding: 6px 12px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.12px;
  text-transform: capitalize;
}

.ic-card-row {
  border-bottom: 1px solid #D6DAE1;
}

.ic-blog-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: column;
}
.ic-blog-card .img {
  height: 260px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ic-blog-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-blog-card .img {
    height: 218px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-blog-card .img {
    height: 246px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-blog-card .img {
    height: 180px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-blog-card .img {
    height: unset;
  }
}
.ic-blog-card h5, .ic-blog-card h5 span, h5 .ic-blog-card span {
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}
@media only screen and (max-width: 1650px) {
  .ic-blog-card h5, .ic-blog-card h5 span, h5 .ic-blog-card span {
    font-size: 19px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-blog-card h5, .ic-blog-card h5 span, h5 .ic-blog-card span {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-blog-card h5, .ic-blog-card h5 span, h5 .ic-blog-card span {
    font-size: 17px;
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-blog-card h5, .ic-blog-card h5 span, h5 .ic-blog-card span {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-blog-card h5, .ic-blog-card h5 span, h5 .ic-blog-card span {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-blog-card h5, .ic-blog-card h5 span, h5 .ic-blog-card span {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.ic-blog-card .ic-des {
  color: #222326;
  font-weight: 400;
  opacity: 0.7;
}
.ic-blog-card .ic-btn, .ic-blog-card .ic-btn-primary {
  height: 45px;
}
@media only screen and (max-width: 1650px) {
  .ic-blog-card .ic-btn, .ic-blog-card .ic-btn-primary {
    height: 42px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-blog-card .ic-btn, .ic-blog-card .ic-btn-primary {
    height: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-blog-card .ic-btn, .ic-blog-card .ic-btn-primary {
    height: 38px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-blog-card .ic-btn, .ic-blog-card .ic-btn-primary {
    height: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-blog-card .ic-btn, .ic-blog-card .ic-btn-primary {
    height: 34px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-blog-card .ic-btn, .ic-blog-card .ic-btn-primary {
    height: 32px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-blog-card .mb-25 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-blog-card .mb-25 {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-blog-card .mb-25 {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-blog-card .mb-25 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-blog-card .mb-25 {
    margin-bottom: 8px;
  }
}

.ic-spin {
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ic-blog-details .details-content img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ic-blog-details .details-content p {
  opacity: 0.7;
}

.ic-share-wrapper {
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  border: 1px solid #D6DAE1;
  background: #F1FAFE;
  padding: 10px 16px 10px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-share-wrapper {
    padding: 8px 12px 8px 26px;
    gap: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-share-wrapper {
    padding: 6px 10px 6px 20px;
    gap: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-share-wrapper {
    padding: 6px 7px 6px 18px;
    gap: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-share-wrapper {
    padding: 6px 7px 6px 14px;
    gap: 3px;
  }
}
.ic-share-wrapper .ic-social-link-wrapper {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .ic-share-wrapper .ic-social-link-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.ic-share-wrapper .ic-social-link-wrapper li:first-child {
  background: linear-gradient(144deg, #28AAA9 5.75%, #00A9C6 94.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 8px;
  font-weight: 500;
}
@media only screen and (max-width: 575.98px) {
  .ic-share-wrapper .ic-social-link-wrapper li:first-child {
    margin-right: 10px;
  }
}
.ic-share-wrapper .ic-social-link-wrapper .ic-single-social-item {
  width: 36px;
  height: 36px;
  padding: 10px;
  color: #1b2a40;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 575.98px) {
  .ic-share-wrapper .ic-social-link-wrapper .ic-single-social-item {
    width: 25px;
    height: 25px;
    padding: 6px;
  }
}
.ic-share-wrapper .ic-social-link-wrapper .ic-single-social-item i {
  font-size: 14px;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
@media only screen and (max-width: 575.98px) {
  .ic-share-wrapper .ic-social-link-wrapper .ic-single-social-item i {
    font-size: 11px;
  }
}
.ic-share-wrapper .ic-social-link-wrapper .ic-single-social-item:hover {
  background-color: #28aaa9;
  color: #fff;
}
.ic-share-wrapper .ic-btn, .ic-share-wrapper .ic-btn-primary {
  max-height: 40px;
}
@media only screen and (max-width: 991.98px) {
  .ic-share-wrapper .ic-btn, .ic-share-wrapper .ic-btn-primary {
    max-height: 38px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-share-wrapper .ic-btn, .ic-share-wrapper .ic-btn-primary {
    height: 34px;
    padding: 0px 11px;
  }
}

.ic-work-process-section .ic-process-area {
  position: relative;
  padding: 156px 0px 254px 0;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 991.98px) {
  .ic-work-process-section .ic-process-area {
    padding: 20px 0px 20px 0;
  }
}
.ic-work-process-section .ic-process-area .line {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -45%);
  z-index: 3;
}
@media only screen and (max-width: 1199.98px) {
  .ic-work-process-section .ic-process-area .line {
    display: none;
  }
}
.ic-work-process-section .ic-process-area .line::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 10px;
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ic-work-process-section .ic-process-area .line::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 10px;
  background-color: #29cf93;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ic-work-process-section .ic-process-area .ic-bg-process {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ic-work-process-section .ic-process-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 87px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-work-process-section .ic-process-wrap {
    gap: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-work-process-section .ic-process-wrap {
    flex-wrap: wrap;
    gap: 20px;
    align-items: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-work-process-section .ic-process-wrap {
    gap: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-work-process-section .ic-process-wrap {
    gap: 12px;
  }
}
.ic-work-process-section .ic-process-box-working {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  padding-top: 20px;
  border-radius: 50%;
}
@media only screen and (max-width: 991.98px) {
  .ic-work-process-section .ic-process-box-working {
    position: relative;
    padding-top: 0px;
    width: calc(33.3333333333% - 20px + 6.6666666667px);
    height: 100%;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-work-process-section .ic-process-box-working {
    width: calc(50% - 18px + 9px);
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-work-process-section .ic-process-box-working {
    width: calc(50% - 12px + 6px);
  }
}
.ic-work-process-section .ic-process-box-working .ic-icon-box-process {
  height: 175px;
  width: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  box-shadow: 0px 20px 41px 22px rgb(227, 227, 227);
  border: 10px solid white;
}
@media only screen and (max-width: 1199.98px) {
  .ic-work-process-section .ic-process-box-working .ic-icon-box-process {
    height: 156px;
    width: 156px;
    border: 8px solid white;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-work-process-section .ic-process-box-working .ic-icon-box-process {
    margin-bottom: 14px;
    height: 140px;
    width: 140px;
    border: 6px solid white;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-work-process-section .ic-process-box-working .ic-icon-box-process {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-work-process-section .ic-process-box-working .ic-icon-box-process {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-work-process-section .ic-process-box-working .ic-icon-box-process img {
    max-width: 70px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-work-process-section .ic-process-box-working .ic-icon-box-process img {
    max-width: 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-work-process-section .ic-process-box-working .ic-icon-box-process img {
    max-width: 40px;
  }
}
.ic-work-process-section .ic-process-box-working:nth-child(odd) h4, .ic-work-process-section .ic-process-box-working:nth-child(odd) h4 span, h4 .ic-work-process-section .ic-process-box-working:nth-child(odd) span {
  position: absolute;
  white-space: nowrap;
  z-index: 4;
  bottom: -50px;
  white-space: normal;
}
@media only screen and (max-width: 991.98px) {
  .ic-work-process-section .ic-process-box-working:nth-child(odd) h4, .ic-work-process-section .ic-process-box-working:nth-child(odd) h4 span, h4 .ic-work-process-section .ic-process-box-working:nth-child(odd) span {
    top: unset;
    bottom: unset;
    position: relative;
    white-space: normal;
    text-align: center;
  }
}
.ic-work-process-section .ic-process-box-working:nth-child(even) h4, .ic-work-process-section .ic-process-box-working:nth-child(even) h4 span, h4 .ic-work-process-section .ic-process-box-working:nth-child(even) span {
  position: absolute;
  white-space: nowrap;
  z-index: 4;
  top: -34px;
}
@media only screen and (max-width: 991.98px) {
  .ic-work-process-section .ic-process-box-working:nth-child(even) h4, .ic-work-process-section .ic-process-box-working:nth-child(even) h4 span, h4 .ic-work-process-section .ic-process-box-working:nth-child(even) span {
    top: unset;
    bottom: unset;
    position: relative;
    white-space: normal;
    text-align: center;
  }
}
.ic-work-process-section .work-details-banner {
  position: relative;
  border-radius: 10px;
}
.ic-work-process-section .work-details-banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  display: inline-block;
  border-radius: 0px 0px 10px 10px;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(1, 169, 198, 0) 0%, #008197 71.35%);
}
.ic-work-process-section .work-details-banner img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.ic-work-process-section .work-details-banner .content {
  position: absolute;
  max-width: 805px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
.ic-work-process-section .ic-project-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media only screen and (max-width: 480px) {
  .ic-work-process-section .ic-project-steps {
    gap: 15px;
  }
}
.ic-work-process-section .ic-project-steps .ic-step {
  width: calc(25% - 30px + 7.5px);
  border-radius: 5px;
  opacity: 0.9;
  background: #fff;
  box-shadow: 0px 30px 60px -10px rgba(35, 35, 35, 0.08);
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .ic-work-process-section .ic-project-steps .ic-step {
    width: calc(50% - 25px + 12.5px);
  }
}
@media only screen and (max-width: 480px) {
  .ic-work-process-section .ic-project-steps .ic-step {
    width: 100%;
  }
}
.ic-work-process-section .ic-project-steps .ic-step span {
  color: #838E9E;
}
.ic-work-process-section .ic-about-project .img-box img {
  border-radius: 10px;
}
.ic-work-process-section .project-img-box {
  display: flex;
  gap: 30px;
}
.ic-work-process-section .project-img-box img {
  border-radius: 10px;
}
.ic-work-process-section .ic-process-des p {
  font-style: normal;
  font-weight: 400;
  color: #1b2a40;
  max-width: 1009px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.work-details-section p {
  font-family: "Inter", sans-serif;
}

.work-details-banner {
  position: relative;
  border-radius: 10px;
}
.work-details-banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  display: inline-block;
  border-radius: 0px 0px 10px 10px;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(1, 169, 198, 0) 0%, #008197 71.35%);
}
.work-details-banner img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.work-details-banner .content {
  position: absolute;
  max-width: 810px;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  bottom: 40px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 1650px) {
  .work-details-banner .content {
    bottom: 36px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .work-details-banner .content {
    bottom: 34px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .work-details-banner .content {
    bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .work-details-banner .content {
    bottom: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .work-details-banner .content {
    bottom: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  .work-details-banner .content {
    bottom: 18px;
  }
}
.work-details-banner .content h2, .work-details-banner .content h2 span, h2 .work-details-banner .content span {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 53.2px */
  text-transform: capitalize;
  font-size: 38px;
}
@media only screen and (max-width: 1650px) {
  .work-details-banner .content h2, .work-details-banner .content h2 span, h2 .work-details-banner .content span {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .work-details-banner .content h2, .work-details-banner .content h2 span, h2 .work-details-banner .content span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .work-details-banner .content h2, .work-details-banner .content h2 span, h2 .work-details-banner .content span {
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
  }
}
@media only screen and (max-width: 991.98px) {
  .work-details-banner .content h2, .work-details-banner .content h2 span, h2 .work-details-banner .content span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .work-details-banner .content h2, .work-details-banner .content h2 span, h2 .work-details-banner .content span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .work-details-banner .content h2, .work-details-banner .content h2 span, h2 .work-details-banner .content span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .work-details-banner .content h2, .work-details-banner .content h2 span, h2 .work-details-banner .content span {
    font-size: 22px;
  }
}

.ic-project-steps {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 1650px) {
  .ic-project-steps {
    gap: 26px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-project-steps {
    gap: 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-project-steps {
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-project-steps {
    gap: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-project-steps {
    gap: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-project-steps {
    gap: 14px;
  }
}
.ic-project-steps .ic-step {
  width: calc(25% - 30px + 7.5px);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 30px 60px -10px rgba(35, 35, 35, 0.08);
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1650px) {
  .ic-project-steps .ic-step {
    width: calc(25% - 26px + 6.5px);
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-project-steps .ic-step {
    width: calc(25% - 24px + 6px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-project-steps .ic-step {
    width: calc(25% - 20px + 5px);
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-project-steps .ic-step {
    width: calc(33.3333333333% - 18px + 6px);
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-project-steps .ic-step {
    width: calc(33.3333333333% - 16px + 5.3333333333px);
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-project-steps .ic-step {
    width: calc(50% - 14px + 7px);
  }
}
.ic-project-steps .ic-step span {
  color: #838E9E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.ic-project-steps .ic-step p {
  font-weight: 600;
  margin-bottom: 2px;
}

.ic-about-project h1, .ic-about-project h1 span, h1 .ic-about-project span,
.ic-about-project h2,
.ic-about-project h2 span,
h2 .ic-about-project span,
.ic-about-project h3,
.ic-about-project h3 span,
h3 .ic-about-project span {
  color: #00033e;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-about-project h1, .ic-about-project h1 span, h1 .ic-about-project span,
  .ic-about-project h2,
  .ic-about-project h2 span,
  h2 .ic-about-project span,
  .ic-about-project h3,
  .ic-about-project h3 span,
  h3 .ic-about-project span {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-about-project h1, .ic-about-project h1 span, h1 .ic-about-project span,
  .ic-about-project h2,
  .ic-about-project h2 span,
  h2 .ic-about-project span,
  .ic-about-project h3,
  .ic-about-project h3 span,
  h3 .ic-about-project span {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-about-project h1, .ic-about-project h1 span, h1 .ic-about-project span,
  .ic-about-project h2,
  .ic-about-project h2 span,
  h2 .ic-about-project span,
  .ic-about-project h3,
  .ic-about-project h3 span,
  h3 .ic-about-project span {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-about-project h1, .ic-about-project h1 span, h1 .ic-about-project span,
  .ic-about-project h2,
  .ic-about-project h2 span,
  h2 .ic-about-project span,
  .ic-about-project h3,
  .ic-about-project h3 span,
  h3 .ic-about-project span {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-about-project h1, .ic-about-project h1 span, h1 .ic-about-project span,
  .ic-about-project h2,
  .ic-about-project h2 span,
  h2 .ic-about-project span,
  .ic-about-project h3,
  .ic-about-project h3 span,
  h3 .ic-about-project span {
    margin-bottom: 20px;
  }
}
.ic-about-project h4, .ic-about-project h4 span, h4 .ic-about-project span {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1650px) {
  .ic-about-project h4, .ic-about-project h4 span, h4 .ic-about-project span {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-about-project h4, .ic-about-project h4 span, h4 .ic-about-project span {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-about-project h4, .ic-about-project h4 span, h4 .ic-about-project span {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-about-project h4, .ic-about-project h4 span, h4 .ic-about-project span {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-about-project h4, .ic-about-project h4 span, h4 .ic-about-project span {
    margin-bottom: 17px;
  }
}
.ic-about-project h5, .ic-about-project h5 span, h5 .ic-about-project span {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-about-project h5, .ic-about-project h5 span, h5 .ic-about-project span {
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-about-project h5, .ic-about-project h5 span, h5 .ic-about-project span {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-about-project h5, .ic-about-project h5 span, h5 .ic-about-project span {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-about-project h5, .ic-about-project h5 span, h5 .ic-about-project span {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-about-project h5, .ic-about-project h5 span, h5 .ic-about-project span {
    margin-bottom: 14px;
  }
}
.ic-about-project h6, .ic-about-project h6 span, h6 .ic-about-project span {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-about-project h6, .ic-about-project h6 span, h6 .ic-about-project span {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-about-project h6, .ic-about-project h6 span, h6 .ic-about-project span {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-about-project h6, .ic-about-project h6 span, h6 .ic-about-project span {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-about-project h6, .ic-about-project h6 span, h6 .ic-about-project span {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-about-project h6, .ic-about-project h6 span, h6 .ic-about-project span {
    margin-bottom: 9px;
  }
}
.ic-about-project p {
  font-family: "Inter", sans-serif;
}
.ic-about-project p:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1650px) {
  .ic-about-project p:not(:last-child) {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-about-project p:not(:last-child) {
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-about-project p:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-about-project p:not(:last-child) {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-about-project p:not(:last-child) {
    margin-bottom: 22px;
  }
}
.ic-about-project p img:first-child {
  margin-right: 25px;
}
.ic-about-project img {
  border-radius: 10px;
}
.ic-about-project .img-box img {
  border-radius: 10px;
}
.ic-about-project ul {
  list-style-type: unset;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.ic-about-project ol {
  list-style-type: unset;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.project-img-box img {
  border-radius: 10px;
}

.breadcumb-text {
  z-index: 9 !important;
}

#works .colorful-tab-wrapper {
  margin: 30px auto;
}
#works .colorful-tab-wrapper .colorful-tab-menu {
  gap: 10px;
}

.ic-crazyTab .ic-service-colorful-tab-menu li a {
  display: inline-flex !important;
}
.ic-crazyTab .ic-service-colorful-tab-menu li a:hover {
  color: #fff !important;
}

.open-popup-link {
  display: block;
  height: 100%;
}
.open-popup-link:hover {
  display: block;
}

.ic-work-subcategory-btn .ic-dropdwon-btn {
  height: 48px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-work-subcategory-btn .ic-dropdwon-btn {
    height: 46px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-work-subcategory-btn .ic-dropdwon-btn {
    height: 42px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-work-subcategory-btn .ic-dropdwon-btn {
    height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-work-subcategory-btn .ic-dropdwon-btn {
    height: 38px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-work-subcategory-btn .ic-dropdwon-btn {
    height: 36px;
  }
}
.ic-work-subcategory-btn .ic-dropdwon-btn span {
  color: white;
}

.colorful-tab-menu .colorful-tab-menu-item a {
  border-radius: 50px !important;
  height: 48px;
  padding: 0px 25px !important;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-family: "Asap", sans-serif !important;
}
@media only screen and (max-width: 1399.98px) {
  .colorful-tab-menu .colorful-tab-menu-item a {
    height: 46px;
    padding: 0px 22px !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .colorful-tab-menu .colorful-tab-menu-item a {
    height: 42px;
    font-size: 14px;
    padding: 0px 20px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .colorful-tab-menu .colorful-tab-menu-item a {
    height: 40px;
    padding: 0px 18px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .colorful-tab-menu .colorful-tab-menu-item a {
    height: 38px;
    font-size: 13px;
    padding: 0px 16px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .colorful-tab-menu .colorful-tab-menu-item a {
    height: 36px;
  }
}

#sign-in [name=remember],
#sign-in [name=agree] {
  display: none;
}
#sign-in form .checktext {
  padding-left: 22px;
}

.collaborating-gallery-first {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
  padding-bottom: 12px;
}
.collaborating-gallery-first .collaborating-items {
  width: calc(100% - 12px);
  overflow: hidden;
  border-radius: 4px;
}
.collaborating-gallery-first .collaborating-items img {
  transition: 0.6s;
}
.collaborating-gallery-first .collaborating-items:hover img {
  transform: scale(1.2);
}
.collaborating-gallery-first .collaborating-items:nth-child(1) {
  width: 210px;
}
@media only screen and (max-width: 991.98px) {
  .collaborating-gallery-first .collaborating-items:nth-child(1) {
    width: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  .collaborating-gallery-first .collaborating-items:nth-child(1) {
    flex: 1;
  }
}
.collaborating-gallery-first .collaborating-items:nth-child(2) {
  width: 244px;
}
@media only screen and (max-width: 1199.98px) {
  .collaborating-gallery-first .collaborating-items:nth-child(2) {
    width: 220px;
  }
}
@media only screen and (max-width: 991.98px) {
  .collaborating-gallery-first .collaborating-items:nth-child(2) {
    width: 170px;
  }
}
@media only screen and (max-width: 767.98px) {
  .collaborating-gallery-first .collaborating-items:nth-child(2) {
    flex: 1;
  }
}
.collaborating-gallery-first .collaborating-items:nth-child(3) {
  width: 302px;
}
@media only screen and (max-width: 1199.98px) {
  .collaborating-gallery-first .collaborating-items:nth-child(3) {
    width: 265px;
  }
}
@media only screen and (max-width: 991.98px) {
  .collaborating-gallery-first .collaborating-items:nth-child(3) {
    width: 210px;
  }
}
@media only screen and (max-width: 767.98px) {
  .collaborating-gallery-first .collaborating-items:nth-child(3) {
    flex: 1;
  }
}
.collaborating-gallery-first .collaborating-items:nth-child(4) {
  width: 318px;
}
@media only screen and (max-width: 1199.98px) {
  .collaborating-gallery-first .collaborating-items:nth-child(4) {
    width: 195px;
  }
}
@media only screen and (max-width: 991.98px) {
  .collaborating-gallery-first .collaborating-items:nth-child(4) {
    width: 123px;
  }
}
@media only screen and (max-width: 767.98px) {
  .collaborating-gallery-first .collaborating-items:nth-child(4) {
    flex: 1;
  }
}

.collaborating-gallery-second {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}
.collaborating-gallery-second .collaborating-items {
  width: calc(100% - 12px);
  overflow: hidden;
}
.collaborating-gallery-second .collaborating-items img {
  transition: 0.6s;
}
.collaborating-gallery-second .collaborating-items:hover img {
  transform: scale(1.2);
}
.collaborating-gallery-second .collaborating-items:nth-child(1) {
  width: 305px;
}
@media only screen and (max-width: 1199.98px) {
  .collaborating-gallery-second .collaborating-items:nth-child(1) {
    width: 256px;
  }
}
@media only screen and (max-width: 991.98px) {
  .collaborating-gallery-second .collaborating-items:nth-child(1) {
    width: 185px;
  }
}
@media only screen and (max-width: 767.98px) {
  .collaborating-gallery-second .collaborating-items:nth-child(1) {
    flex: 1;
  }
}
.collaborating-gallery-second .collaborating-items:nth-child(2) {
  width: 188px;
}
@media only screen and (max-width: 991.98px) {
  .collaborating-gallery-second .collaborating-items:nth-child(2) {
    width: 161px;
  }
}
@media only screen and (max-width: 767.98px) {
  .collaborating-gallery-second .collaborating-items:nth-child(2) {
    flex: 1;
  }
}
.collaborating-gallery-second .collaborating-items:nth-child(3) {
  width: 369px;
}
@media only screen and (max-width: 1199.98px) {
  .collaborating-gallery-second .collaborating-items:nth-child(3) {
    width: 298px;
  }
}
@media only screen and (max-width: 991.98px) {
  .collaborating-gallery-second .collaborating-items:nth-child(3) {
    width: 188px;
  }
}
@media only screen and (max-width: 767.98px) {
  .collaborating-gallery-second .collaborating-items:nth-child(3) {
    flex: 1;
  }
}
.collaborating-gallery-second .collaborating-items:nth-child(4) {
  width: 212px;
}
@media only screen and (max-width: 1199.98px) {
  .collaborating-gallery-second .collaborating-items:nth-child(4) {
    width: 151px;
  }
}
@media only screen and (max-width: 991.98px) {
  .collaborating-gallery-second .collaborating-items:nth-child(4) {
    width: 118px;
  }
}
@media only screen and (max-width: 767.98px) {
  .collaborating-gallery-second .collaborating-items:nth-child(4) {
    flex: 1;
  }
}

.ic-our-culture {
  position: relative;
  background-image: url("../../itclan/images/gallery/culture-work-images.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.ic-our-culture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url("../../itclan/images/gallery/vactor-bg.png");
}

.our-culture-gallery {
  position: relative;
  z-index: 9;
}

.our-culture-thumnail {
  margin-top: -50px;
  position: relative;
  z-index: 9;
}

.culture-thumnail-items {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.culture-thumnail-items .item img {
  border-radius: 19px;
  border: 4px solid #fff;
}

.lg-counter span {
  color: #999;
}

.our-gallery-items a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.our-gallery-items a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.5);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.our-gallery-items a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  z-index: 9;
  font-size: 30px;
  transition: 0.4s;
}
.our-gallery-items a:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .our-gallery-items a:not(:last-child) {
    margin-bottom: 10px;
  }
}
.our-gallery-items a:hover::after {
  opacity: 1;
  visibility: visible;
}
.our-gallery-items a:hover i {
  transform: translate(-50%, -50%) scale(1);
}

@media only screen and (max-width: 767.98px) {
  .ic-gallery-text {
    padding-bottom: 20px;
  }
}

.ic-work-popup-cross {
  max-width: 1170px;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 1650px) {
  .ic-work-popup-cross {
    max-width: 1000px;
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-work-popup-cross {
    max-width: 800px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-work-popup-cross {
    max-width: 680px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-work-popup-cross {
    max-width: 480px;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-work-popup-cross {
    max-width: 100%;
    padding: 40px 20px;
  }
}
.ic-work-popup-cross .mfp-close {
  position: absolute;
  top: -15px;
  right: -15px;
  border: 1px solid #d6dae1;
  background: #fff;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #DD3409;
  line-height: 27px;
}
@media only screen and (max-width: 575.98px) {
  .ic-work-popup-cross .mfp-close {
    top: 0px;
    right: 0px;
  }
}

.ic-popup-description-main {
  padding: 0;
  margin-bottom: 25px;
}

.ic-new-popup-description {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: start;
}
@media only screen and (max-width: 480px) {
  .ic-new-popup-description {
    flex-direction: column;
  }
}
.ic-new-popup-description .ic-project-titles h3, .ic-new-popup-description .ic-project-titles h3 span, h3 .ic-new-popup-description .ic-project-titles span {
  color: #1b2a40;
}
.ic-new-popup-description .ic-project-titles p {
  color: #28aaa9;
}

.ic-works-popup-slide {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.ic-works-popup-slide .owl-nav {
  position: absolute;
  width: 20%;
  right: 0;
  top: -74px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
@media only screen and (max-width: 575.98px) {
  .ic-works-popup-slide .owl-nav {
    justify-content: space-between;
    padding: 0 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.ic-works-popup-slide .owl-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d6dae1 !important;
}
.ic-works-popup-slide .owl-nav button i {
  font-size: 20px;
  color: #28aaa9;
}

.ic-works-popup-slider-item {
  border-radius: 8px;
  border: 1px solid #d6dae1;
}
@media only screen and (max-width: 1199.98px) {
  .ic-works-popup-slider-item {
    max-height: 380px;
  }
}

.work-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.work-tags .ic-popup-tags {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.work-tags .ic-popup-tags .tags-btns {
  height: 38px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #838e9e;
  border: 1px solid #d6dae1;
  padding: 8px 25px;
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .work-tags .ic-popup-tags .tags-btns {
    height: 30px;
    padding: 8px 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .work-tags .ic-popup-tags {
    gap: 8px;
  }
}

body .mfp-with-zoom.mfp-ready.mfp-bg {
  background-image: unset;
  opacity: 0.6;
}

.ic-technology-img {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767.98px) {
  .ic-technology-img {
    padding-right: 114px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-technology-img {
    padding-right: 0;
  }
}
.ic-technology-img li {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d6dae1;
  padding: 10px;
}
.ic-technology-img li img {
  width: 100%;
}

.ic-popup-two-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ic-popup-two-buttons a {
  white-space: nowrap;
}
@media only screen and (max-width: 767.98px) {
  .ic-popup-two-buttons {
    flex-direction: column;
  }
  .ic-popup-two-buttons a {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .ic-popup-two-buttons {
    flex-direction: row;
  }
  .ic-popup-two-buttons a {
    width: 100%;
  }
}

.js-cookie-consent {
  display: none !important;
}

.ic-location-section {
  background-color: #f1fafe;
}

.ic-common-header {
  text-align: center;
}
.ic-common-header .ic-contact-title {
  padding-bottom: 12px;
}
.ic-common-header .ic-contact-title h3, .ic-common-header .ic-contact-title h3 span, h3 .ic-common-header .ic-contact-title span {
  font-weight: 700;
}
.ic-common-header .ic-contact-title p {
  color: #1b2a40;
}

.ic-location-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .ic-location-wrap {
    gap: 20px;
  }
}
.ic-location-wrap .ic-location-item {
  width: calc(33.3333333333% - 30px + 10px);
  padding: 30px 48px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1199.98px) {
  .ic-location-wrap .ic-location-item {
    padding: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-location-wrap .ic-location-item {
    width: calc(50% - 20px + 10px);
  }
}
@media only screen and (max-width: 480px) {
  .ic-location-wrap .ic-location-item {
    width: 100%;
  }
}
.ic-location-wrap .ic-location-item .item-icon {
  width: 108px;
  height: 108px;
  border-radius: 100px;
  background-color: #f0f5ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .ic-location-wrap .ic-location-item .item-icon {
    height: 95px;
    width: 95px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-location-wrap .ic-location-item .item-icon {
    height: 80px;
    width: 80px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-location-wrap .ic-location-item .item-icon {
    height: 60px;
    width: 60px;
  }
}
.ic-location-wrap .ic-location-item .item-icon svg {
  height: 30px;
  width: 30px;
}
.ic-location-wrap .ic-location-item .item-title {
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
  padding-bottom: 12px;
}
.ic-location-wrap .ic-location-item .item-title h6, .ic-location-wrap .ic-location-item .item-title h6 span, h6 .ic-location-wrap .ic-location-item .item-title span {
  font-weight: 500;
}
.ic-location-wrap .ic-location-item .item-title::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: linear-gradient(95deg, #28aaa9 13.35%, #00a9c6 87.06%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ic-contact-form-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 767.98px) {
  .ic-contact-form-wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.ic-contact-form-wrap .form-content {
  max-width: 471px;
}
@media only screen and (max-width: 767.98px) {
  .ic-contact-form-wrap .form-content {
    max-width: 100%;
  }
}
.ic-contact-form-wrap .form-content .mb-12 {
  padding-left: 58px;
  position: relative;
}
.ic-contact-form-wrap .form-content .mb-12::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ic-contact-form-wrap .ic-contact-option {
  padding: 16px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 315px;
}
.ic-contact-form-wrap .ic-contact-option .ic-icon {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: #f0f5ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-contact-form-wrap form {
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .ic-contact-form-wrap form {
    padding: 30px;
  }
}
.ic-contact-form-wrap form .ic-form-group .ic-form-group .form-label {
  margin-bottom: 6px;
  font-weight: 500;
}
.ic-contact-form-wrap form .ic-form-group .form-control::placeholder {
  color: #98a2b3;
}
.ic-contact-form-wrap form .ic-form-group .form-select {
  padding: 0px 12px;
  border-radius: 5px;
  border: 1px solid #e7e6e6;
  width: 100%;
}
.ic-contact-form-wrap form .ic-form-group textarea {
  max-height: 107px;
  padding: 12px 18px;
  border-radius: 5px;
  border: 1px solid #e7e6e6;
}

.ic-career-details-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 93px;
}
@media only screen and (max-width: 1650px) {
  .ic-career-details-main {
    gap: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-career-details-main {
    flex-direction: column;
  }
}
.ic-career-details-main .ic-carrer-details-right {
  width: 270px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 991.98px) {
  .ic-career-details-main .ic-carrer-details-right {
    order: 1;
    width: 100%;
  }
}
.ic-career-details-main .ic-carrer-details-right .ic-carrer-details-right-inner {
  padding: 30px 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(214, 218, 225, 0.2);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991.98px) {
  .ic-career-details-main .ic-career-details-left {
    order: 2;
  }
}

.ic-role-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-role-name {
    gap: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-role-name {
    margin-bottom: 15px;
  }
}
.ic-role-name img {
  width: 96px;
  height: 96px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}
@media only screen and (max-width: 1399.98px) {
  .ic-role-name img {
    width: 80px;
    height: 80px;
  }
}
.ic-role-name h3, .ic-role-name h3 span, h3 .ic-role-name span {
  font-size: 28px;
  line-height: 32px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-role-name h3, .ic-role-name h3 span, h3 .ic-role-name span {
    font-size: 26px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1366.98px) {
  .ic-role-name h3, .ic-role-name h3 span, h3 .ic-role-name span {
    font-size: 25px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-role-name h3, .ic-role-name h3 span, h3 .ic-role-name span {
    font-size: 23px;
    line-height: 26px;
    padding-bottom: 8px;
  }
}
.ic-role-name p span {
  display: inline-block;
  background: linear-gradient(144deg, #28aaa9 5.75%, #00a9c6 94.25%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  padding: 4px 12px;
  font-weight: 500;
  margin-left: 15px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-role-name p span {
    padding: 2px 10px;
    font-size: 12px;
  }
}

.ic-job-icon {
  text-align: right;
}
.ic-job-icon i {
  font-size: 40px;
  color: #28aaa9;
}

.ic-career-details-warper-area {
  padding: 75px 0px;
}

.ic-career-details-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 115px 0px;
  margin-top: 102px;
}

.ic-career-details-banner-content h1, .ic-career-details-banner-content h1 span, h1 .ic-career-details-banner-content span {
  color: #ffffff;
  font-size: 72px;
  font-family: "Inter", sans-serif;
  text-transform: unset;
  width: 75%;
  padding-bottom: 30px;
}
.ic-career-details-banner-content p {
  color: #ffffff;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  padding-bottom: 0px;
}
.ic-career-details-banner-content p span {
  font-family: "Inter", sans-serif;
}

.ic-career-details-requirment {
  margin-bottom: 18px;
}
.ic-career-details-requirment p {
  padding-bottom: 20px;
  font-family: "Inter", sans-serif;
  color: #60656b;
  padding-bottom: 0px;
}
.ic-career-details-requirment h5, .ic-career-details-requirment h5 span, h5 .ic-career-details-requirment span {
  margin-bottom: 18px;
}
.ic-career-details-requirment ul li {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #60656b;
  margin-bottom: 4px;
  position: relative;
  padding-left: 26px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-career-details-requirment ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-career-details-requirment ul li {
    font-size: 13px;
  }
}
.ic-career-details-requirment ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #60656b;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.ic-career-details-requirment ul li span {
  color: #28aaa9;
}

.ic-career-details-apply {
  padding-top: 35px;
}

@media only screen and (max-width: 991.98px) {
  .ic-career-details-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.ic-career-details-right .ic-header {
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #E6E8EC;
}
@media only screen and (max-width: 991.98px) {
  .ic-career-details-right .ic-header {
    flex-basis: 100%;
  }
}
.ic-career-details-right .ic-header h6, .ic-career-details-right .ic-header h6 span, h6 .ic-career-details-right .ic-header span {
  font-weight: 600;
}
.ic-career-details-right .ic-career-details-info-item {
  padding: 20px 0;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .ic-career-details-right .ic-career-details-info-item {
    width: 25%;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-career-details-right .ic-career-details-info-item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-career-details-right .ic-career-details-info-item {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .ic-career-details-right .ic-career-details-info-item {
    width: 100%;
  }
}
.ic-career-details-right .ic-career-details-info-item:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .ic-career-details-right .ic-career-details-info-item:last-child {
    padding-bottom: 20px;
    flex-basis: 100%;
  }
}
.ic-career-details-right .ic-career-details-info-item:not(:last-child) {
  border-bottom: 1px solid rgba(129, 129, 129, 0.1019607843);
}
@media only screen and (max-width: 991.98px) {
  .ic-career-details-right .ic-career-details-info-item:not(:last-child) {
    border-right: 1px solid rgba(129, 129, 129, 0.1019607843);
  }
}
@media (max-width: 400px) {
  .ic-career-details-right .ic-career-details-info-item:not(:last-child) {
    border-right: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-career-details-right .ic-career-details-info-item:last-child {
    border-bottom: 1px solid rgba(129, 129, 129, 0.1019607843);
  }
}
.ic-career-details-right .ic-career-details-info-item i {
  font-size: 32px;
  display: block;
  margin-bottom: 12px;
  background: linear-gradient(144deg, #28aaa9 5.75%, #00a9c6 94.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ic-career-details-right .ic-career-details-info-item span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #838e9e;
  margin-bottom: 4px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
.ic-career-details-right .ic-career-details-info-item p {
  font-size: 16px;
  color: #1b2a40;
  padding-bottom: 0px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 991.98px) {
  .ic-career-details-right .ic-career-details-info-item p {
    font-size: 14px;
  }
}
.ic-career-details-right .ic-career-details-info-item .ic-content {
  margin-left: 20px;
}

.ic-career-details-view-all-jobs {
  padding: 20px 20px 40px 30px;
}
.ic-career-details-view-all-jobs a {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #2b2d5d;
  text-decoration: underline;
  transition: all 0.5s;
}
.ic-career-details-view-all-jobs a:hover {
  color: #28aaa9;
}

.ic-job-social-share {
  margin-top: 35px;
}
.ic-job-social-share h4, .ic-job-social-share h4 span, h4 .ic-job-social-share span {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #28aaa9;
  margin-bottom: 20px;
}
.ic-job-social-share ul li a {
  border: 1px solid #28aaa9;
  color: #28aaa9;
}

.job-app-header {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6dae1;
  text-align: center;
}
.job-app-header p {
  display: inline-block;
  background: linear-gradient(144deg, #28AAA9 5.75%, #00A9C6 94.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .job-app-header p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .job-app-header p {
    font-size: 18px;
    line-height: 22px;
  }
}

.form-group-upload {
  background-color: #F5F6F7;
  padding: 12px 12px 12px 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  margin-bottom: 15px;
}
.form-group-upload input {
  display: none;
}
.form-group-upload span {
  font-family: "Inter";
  font-weight: 500;
}
.form-group-upload label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border: 1px solid #E6E8EC;
  position: relative;
  padding: 0 20px;
  margin-bottom: 0;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.form-group-upload label span {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  background-image: linear-gradient(144deg, #28AAA9 5.75%, #00A9C6 94.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.form-group-upload label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  z-index: -1;
}

.modal-dialog.job-application-for {
  max-width: 1140px;
}

.ic-application-form {
  padding: 50px;
  background: #FFFFFF;
  border: 1px solid #D6DAE1;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.ic-application-form input, .ic-application-form select {
  color: #727272 !important;
}
@media only screen and (max-width: 1650px) {
  .ic-application-form input, .ic-application-form select {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-application-form input, .ic-application-form select {
    font-size: 14px;
  }
}
.ic-application-form input::placeholder, .ic-application-form select::placeholder {
  color: #727272 !important;
}
@media only screen and (max-width: 991.98px) {
  .ic-application-form {
    padding: 30px;
  }
}

.ic-career-banner .ic-top-banner-content {
  justify-content: center;
  padding: 112px 0;
}
.ic-career-banner .ic-breadcrumb {
  justify-content: center;
}
.ic-career-banner .ic-breadcrumb-item:not(:first-child):before {
  color: #1b2a40;
}
.ic-main-content-wrap .content-title {
  text-align: center;
  margin-bottom: 40px;
}

.ic-career-item {
  padding: 22px 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .ic-career-item {
    padding: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-career-item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-career-item {
    gap: 10px;
    padding: 16px;
  }
}
.ic-career-item .item-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ic-career-item .item-icon img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
}
@media only screen and (max-width: 575.98px) {
  .ic-career-item .item-icon img {
    width: 45px;
    height: 45px;
  }
}
.ic-career-item .ic-item-content {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media only screen and (max-width: 1199.98px) {
  .ic-career-item .ic-item-content {
    gap: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-career-item .ic-item-content {
    gap: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-career-item .ic-item-content {
    gap: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-career-item .ic-item-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.ic-career-item .ic-item-content li {
  margin-left: 24px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .ic-career-item .ic-item-content li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-career-item .ic-item-content li {
    margin-left: 0px;
  }
}
.ic-career-item .ic-item-content li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background: #d6dae1;
  display: inline-block;
}
@media only screen and (max-width: 991.98px) {
  .ic-career-item .ic-item-content li::before {
    left: -10px;
    height: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-career-item .ic-item-content li::before {
    content: unset;
  }
}
.ic-career-item .ic-item-content li:first-child {
  margin-left: unset;
}
.ic-career-item .ic-item-content li:first-child::before {
  content: unset;
}
.ic-career-item .ic-item-content li:last-child {
  margin-left: unset;
}
.ic-career-item .ic-item-content li:last-child::before {
  content: unset;
}

.ic-career-select .form-select {
  height: 60px;
  padding: 0px 25px;
  border-radius: 50px;
  border: 1px solid #d6dae1;
  background: white;
  box-shadow: 0px 15px 50px 0px rgba(35, 35, 35, 0.05);
  color: #28aaa9;
}
@media only screen and (max-width: 575.98px) {
  .ic-career-select .form-select {
    height: 40px;
    padding: 0px 12px;
  }
}
.ic-career-select .form-select option {
  color: #28aaa9;
}

.ic-benefit-section .ic-section-title-content {
  max-width: 630px;
  margin: auto;
}
.ic-benefit-section .ic-section-title-content h6, .ic-benefit-section .ic-section-title-content h6 span, h6 .ic-benefit-section .ic-section-title-content span {
  color: #4b95ff;
  font-weight: 600;
}

.ic-benefit-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ic-benefit-item-wrap .ic-benefit-item {
  text-align: center;
  width: 20%;
  padding: 50px 40px;
  position: relative;
  border-bottom: 1px solid #d6dae1;
}
.ic-benefit-item-wrap .ic-benefit-item h4, .ic-benefit-item-wrap .ic-benefit-item h4 span, h4 .ic-benefit-item-wrap .ic-benefit-item span {
  font-weight: 500;
}
.ic-benefit-item-wrap .ic-benefit-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 147px;
  opacity: 0.5;
  background: #d6dae1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ic-benefit-item-wrap .ic-benefit-item:nth-child(5n+5)::after {
  content: unset;
}
.ic-benefit-item-wrap .ic-benefit-item:nth-last-child(-n+5) {
  border-bottom: unset;
}
@media only screen and (max-width: 1199.98px) {
  .ic-benefit-item-wrap .ic-benefit-item {
    width: 25%;
    padding: 40px 20px;
  }
  .ic-benefit-item-wrap .ic-benefit-item:nth-child(5n+5)::after {
    content: "";
  }
  .ic-benefit-item-wrap .ic-benefit-item:nth-child(4n+4)::after {
    content: unset;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-benefit-item-wrap .ic-benefit-item {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-benefit-item-wrap .ic-benefit-item {
    width: 33.3333333333%;
  }
  .ic-benefit-item-wrap .ic-benefit-item:nth-child(3n+3)::after {
    content: unset;
  }
  .ic-benefit-item-wrap .ic-benefit-item:nth-child(4n+4)::after {
    content: "";
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-benefit-item-wrap .ic-benefit-item {
    width: 50%;
  }
  .ic-benefit-item-wrap .ic-benefit-item:nth-child(2n+2)::after {
    content: unset;
  }
  .ic-benefit-item-wrap .ic-benefit-item:nth-child(3n+3)::after {
    content: "";
  }
}
.ic-benefit-item-wrap .ic-benefit-item:last-child::after {
  content: unset;
}

.ic-achive-content-area .ic-achive-container {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(208px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
@media only screen and (max-width: 1199.98px) {
  .ic-achive-content-area .ic-achive-container {
    grid-template-columns: repeat(auto-fit, minmax(171px, 1fr));
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-achive-content-area .ic-achive-container {
    grid-gap: 8px;
  }
}
.ic-achive-content-area .ic-achive-container div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-achive-content-area .ic-achive-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.ic-achive-content-area .ic-big-span {
  grid-column: span 2;
}
@media only screen and (max-width: 991.98px) {
  .ic-achive-content-area .ic-big-span {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-achive-content-area .ic-big-span {
    grid-column: span 2;
  }
}

.ic_service_development {
  background: #f1fafe;
}

.ic-cms-part, .ic-cms-part-2 {
  display: flex;
  gap: 90px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-cms-part, .ic-cms-part-2 {
    gap: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-cms-part, .ic-cms-part-2 {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-cms-part .ic-cms-left, .ic-cms-part-2 .ic-cms-left {
    text-align: center;
  }
}
.ic-cms-part .ic-cms-left h3, .ic-cms-part-2 .ic-cms-left h3, .ic-cms-part .ic-cms-left h3 span, .ic-cms-part-2 .ic-cms-left h3 span, h3 .ic-cms-part .ic-cms-left span, h3 .ic-cms-part-2 .ic-cms-left span {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-cms-part .ic-cms-left h3, .ic-cms-part-2 .ic-cms-left h3, .ic-cms-part .ic-cms-left h3 span, .ic-cms-part-2 .ic-cms-left h3 span, h3 .ic-cms-part .ic-cms-left span, h3 .ic-cms-part-2 .ic-cms-left span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-cms-part .ic-cms-left h3, .ic-cms-part-2 .ic-cms-left h3, .ic-cms-part .ic-cms-left h3 span, .ic-cms-part-2 .ic-cms-left h3 span, h3 .ic-cms-part .ic-cms-left span, h3 .ic-cms-part-2 .ic-cms-left span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-cms-part .ic-cms-left h3, .ic-cms-part-2 .ic-cms-left h3, .ic-cms-part .ic-cms-left h3 span, .ic-cms-part-2 .ic-cms-left h3 span, h3 .ic-cms-part .ic-cms-left span, h3 .ic-cms-part-2 .ic-cms-left span {
    font-size: 22px;
    line-height: 30px;
  }
}
.ic-cms-part .ic-cms-right, .ic-cms-part-2 .ic-cms-right {
  flex: 0 0 auto;
}
.ic-cms-part .ic-cms-right img, .ic-cms-part-2 .ic-cms-right img {
  border-radius: 8px;
}

.ic-cms-part-2 {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991.98px) {
  .ic-cms-part-2 {
    flex-direction: column;
    align-items: center;
  }
}

.ic_service__part.ic-workflow-section {
  padding-bottom: 90px;
}

.ic-workflow-content {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 12px 56px 0px rgba(27, 42, 64, 0.1);
  padding: 55px;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-workflow-content {
    padding: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-workflow-content {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-workflow-content {
    padding: 15px;
  }
}
.ic-workflow-content .ic-workflow-item {
  height: 60px;
  border-radius: 8px;
  background: #005f88;
  display: flex;
  align-items: center;
  transition: all 0.5s linear;
  position: relative;
}
@media only screen and (max-width: 575.98px) {
  .ic-workflow-content .ic-workflow-item {
    height: 40px;
  }
}
.ic-workflow-content .ic-workflow-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f1fafe;
  transition: all 0.4s;
  border-radius: 8px;
  padding: 0px 24px;
}
.ic-workflow-content .ic-workflow-item h5, .ic-workflow-content .ic-workflow-item h5 span, h5 .ic-workflow-content .ic-workflow-item span {
  color: #28aaa9;
  position: relative;
  padding: 0px 24px;
}
@media only screen and (max-width: 575.98px) {
  .ic-workflow-content .ic-workflow-item h5, .ic-workflow-content .ic-workflow-item h5 span, h5 .ic-workflow-content .ic-workflow-item span {
    padding: 0px 12px;
  }
}
.ic-workflow-content .ic-workflow-item:hover::before {
  background: linear-gradient(144deg, #28aaa9 5.75%, #00a9c6 94.25%);
  transition: all 0.4s;
}
.ic-workflow-content .ic-workflow-item:hover h5, .ic-workflow-content .ic-workflow-item:hover h5 span, h5 .ic-workflow-content .ic-workflow-item:hover span {
  color: #fff;
}
.ic-workflow-content .ic-workflow-right {
  width: calc(50% - 35px + 17.5px);
}
@media only screen and (max-width: 991.98px) {
  .ic-workflow-content .ic-workflow-right {
    width: 100%;
  }
}
.ic-workflow-content .ic-workflow-right .ic-tick-mark {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 575.98px) {
  .ic-workflow-content .ic-workflow-right .ic-tick-mark {
    margin-bottom: 8px;
  }
}
.ic-workflow-content .ic-workflow-left {
  width: calc(50% - 35px + 17.5px);
}
@media only screen and (max-width: 991.98px) {
  .ic-workflow-content .ic-workflow-left {
    width: 100%;
  }
}

.ic-customize-content-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 575.98px) {
  .ic-customize-content-area {
    gap: 15px;
  }
}

.ic-customize-title {
  height: 74px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-customize-title h4, .ic-customize-title h4 span, h4 .ic-customize-title span {
  color: #28aaa9;
}

.ic-customize-item {
  box-shadow: 0px 12px 40px 0px rgba(27, 42, 64, 0.05);
  width: calc(25% - 30px + 7.5px);
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .ic-customize-item {
    width: calc(33.3333333333% - 30px + 10px);
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-customize-item {
    width: calc(50% - 30px + 15px);
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-customize-item {
    width: 100%;
  }
}
.ic-customize-item .ic-customize-item-heading {
  height: 96px;
  padding: 0px 32px;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 575.98px) {
  .ic-customize-item .ic-customize-item-heading {
    height: 60px;
  }
}
.ic-customize-item .ic-customize-item-heading h5, .ic-customize-item .ic-customize-item-heading h5 span, h5 .ic-customize-item .ic-customize-item-heading span {
  color: #fff;
  text-align: center;
}
.ic-customize-item .ic-customize-item-text {
  padding: 25px;
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
}
@media only screen and (max-width: 575.98px) {
  .ic-customize-item .ic-customize-item-text {
    padding: 20px;
  }
}
.ic-customize-item .ic-customize-item-text p {
  font-size: 15px;
  text-align: center;
}

.ic-benefit-content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 575.98px) {
  .ic-benefit-content-wrap {
    gap: 15px;
  }
}

.ic-benefit-item {
  padding: 30px;
  border-radius: 8px;
  width: calc(33.3333333333% - 30px + 10px);
  background: #fff;
  box-shadow: 0px 12px 56px 0px rgba(6, 28, 61, 0.1);
  transition: all 0.4s;
}
@media only screen and (max-width: 1199.98px) {
  .ic-benefit-item {
    width: calc(50% - 30px + 15px);
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-benefit-item {
    width: 100%;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-benefit-item {
    padding: 20px;
  }
}
.ic-benefit-item .item-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ic-benefit-item .item-title i {
  font-size: 22px;
  color: #28aaa9;
  transition: all 0.4s;
}
.ic-benefit-item h5, .ic-benefit-item h5 span, h5 .ic-benefit-item span,
.ic-benefit-item p {
  transition: all 0.4s;
}
.ic-benefit-item:hover {
  background: #28aaa9;
}
.ic-benefit-item:hover h5, .ic-benefit-item:hover h5 span, h5 .ic-benefit-item:hover span,
.ic-benefit-item:hover p,
.ic-benefit-item:hover i {
  color: #fff;
}

.ic-talk-about-project-content-wrap {
  padding: 74px 86px;
  border-radius: 8px;
  background: linear-gradient(144deg, #28aaa9 5.75%, #00a9c6 94.25%);
}
@media only screen and (max-width: 575.98px) {
  .ic-talk-about-project-content-wrap {
    padding: 30px 20px;
  }
}

.ic-cms-item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .ic-cms-item-wrap {
    gap: 15px;
  }
}
.ic-cms-item-wrap .ic-cms-item {
  width: calc(50% - 30px + 15px);
  border-radius: 16px;
  background: #fff;
  box-shadow: 15px 20px 70px -2px rgba(0, 0, 0, 0.04);
  display: flex;
  padding: 30px 25px;
  align-items: flex-start;
  gap: 15px;
}
@media only screen and (max-width: 991.98px) {
  .ic-cms-item-wrap .ic-cms-item {
    width: 100%;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-cms-item-wrap .ic-cms-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.ic-cms-item-wrap .ic-cms-item img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
@media only screen and (max-width: 575.98px) {
  .ic-cms-item-wrap .ic-cms-item img {
    width: 66px;
    height: 66px;
  }
}

.ic-pricing-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.ic-pricing-item-wrapper .ic-pricing-item {
  width: calc(25% - 30px + 7.5px);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 12px 56px 0px rgba(27, 42, 64, 0.1);
}
@media only screen and (max-width: 1199.98px) {
  .ic-pricing-item-wrapper .ic-pricing-item {
    width: calc(33.3333333333% - 30px + 10px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-pricing-item-wrapper .ic-pricing-item {
    width: calc(50% - 30px + 15px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-pricing-item-wrapper .ic-pricing-item {
    width: 100%;
  }
}
.ic-pricing-item-wrapper .ic-pricing-item .item-top {
  border-radius: 10px 10px 0px 0px;
  padding: 42px 25px;
  text-align: center;
}
.ic-pricing-item-wrapper .ic-pricing-item .item-top h6, .ic-pricing-item-wrapper .ic-pricing-item .item-top h6 span, h6 .ic-pricing-item-wrapper .ic-pricing-item .item-top span {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ic-pricing-item-wrapper .ic-pricing-item .item-top .item-price {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.ic-pricing-item-wrapper .ic-pricing-item .item-top .item-price .price {
  display: inline-flex;
  height: 34px;
  padding: 0 15px;
  border-radius: 50px;
  background: rgba(27, 42, 64, 0.5);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  align-items: center;
}
.ic-pricing-item-wrapper .ic-pricing-item .item-top .item-price .cl-white {
  font-size: 18px;
  font-weight: 600;
}
.ic-pricing-item-wrapper .ic-pricing-item .item-content {
  padding: 25px;
}
.ic-pricing-item-wrapper .ic-pricing-item .item-content .form-group {
  display: block;
  margin-bottom: 12px;
}
.ic-pricing-item-wrapper .ic-pricing-item .item-content .form-group:last-child {
  margin-bottom: unset;
}
.ic-pricing-item-wrapper .ic-pricing-item .item-content .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.ic-pricing-item-wrapper .ic-pricing-item .item-content .form-group label {
  position: relative;
  cursor: pointer;
  display: flex;
  line-height: 24px;
}
.ic-pricing-item-wrapper .ic-pricing-item .item-content .form-group label:before {
  content: "";
  background-color: transparent;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  border-radius: 100px;
  border: 1.5px solid #cdd2d8;
  width: 20px;
  height: 20px;
}
.ic-pricing-item-wrapper .ic-pricing-item .item-content .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #28aaa9;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-radius: 0px;
}
.ic-pricing-item-wrapper .ic-pricing-item .item-content .form-group input:checked + label::before {
  border: 1.5px solid transparent;
  background: rgba(40, 170, 169, 0.2);
}
.ic-pricing-item-wrapper .ic-pricing-item .item-content .ic-btn, .ic-pricing-item-wrapper .ic-pricing-item .item-content .ic-btn-primary {
  height: 40px;
}
.ic-pricing-item-wrapper .ic-pricing-item:first-child .form-group input:checked + label {
  color: #28aaa9;
}
.ic-pricing-item-wrapper .ic-pricing-item:first-child .form-group input:checked + label::before {
  border: 1.5px solid transparent;
  background: rgba(40, 170, 169, 0.2);
}
.ic-pricing-item-wrapper .ic-pricing-item:first-child .form-group input:checked + label:after {
  border: solid #28aaa9;
  border-width: 0 2px 2px 0;
}
.ic-pricing-item-wrapper .ic-pricing-item:nth-child(2) .form-group input:checked + label {
  color: #29cf93;
}
.ic-pricing-item-wrapper .ic-pricing-item:nth-child(2) .form-group input:checked + label::before {
  border: 1.5px solid transparent;
  background: rgba(41, 207, 147, 0.2);
}
.ic-pricing-item-wrapper .ic-pricing-item:nth-child(2) .form-group input:checked + label:after {
  border: solid #29cf93;
  border-width: 0 2px 2px 0;
}
.ic-pricing-item-wrapper .ic-pricing-item:nth-child(3) .form-group input:checked + label {
  color: #4b95ff;
}
.ic-pricing-item-wrapper .ic-pricing-item:nth-child(3) .form-group input:checked + label::before {
  border: 1.5px solid transparent;
  background: rgba(75, 149, 255, 0.2);
}
.ic-pricing-item-wrapper .ic-pricing-item:nth-child(3) .form-group input:checked + label:after {
  border: solid #4b95ff;
  border-width: 0 2px 2px 0;
}
.ic-pricing-item-wrapper .ic-pricing-item:last-child .form-group input:checked + label {
  color: #ff8f3f;
}
.ic-pricing-item-wrapper .ic-pricing-item:last-child .form-group input:checked + label::before {
  border: 1.5px solid transparent;
  background: rgba(255, 143, 63, 0.2);
}
.ic-pricing-item-wrapper .ic-pricing-item:last-child .form-group input:checked + label:after {
  border: solid #ff8f3f;
  border-width: 0 2px 2px 0;
}

.ic-service-details-accordion-part .row {
  margin: unset;
  padding: unset;
  gap: 30px;
}
.ic-service-details-accordion-part .col-lg-4 {
  margin: unset;
  padding: unset;
}

.toggle {
  display: none;
}

.ic-service-caccordion-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-service-caccordion-item-wrapper {
    gap: 24px;
  }
}

.ic-service-caccordion-item {
  width: calc(33.3333333333% - 30px + 10px);
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background: var(--Gray-00, #fff);
  box-shadow: 0px 12px 56px 0px rgba(27, 42, 64, 0.1);
}
@media only screen and (max-width: 1199.98px) {
  .ic-service-caccordion-item {
    width: calc(50% - 24px + 12px);
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-service-caccordion-item {
    padding: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-service-caccordion-item {
    width: 100%;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-service-caccordion-item {
    padding: 12px;
  }
}
.ic-service-caccordion-item .ic-title-left {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ic-service-caccordion-item .ic-title-left h6, .ic-service-caccordion-item .ic-title-left h6 span, h6 .ic-service-caccordion-item .ic-title-left span {
  font-size: 16px;
}
.ic-service-caccordion-item .title,
.ic-service-caccordion-item .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}
.ic-service-caccordion-item .title {
  padding: 14px;
  display: block;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  margin-bottom: unset;
}
.ic-service-caccordion-item .title h6, .ic-service-caccordion-item .title h6 span, h6 .ic-service-caccordion-item .title span {
  color: #fff;
}
.ic-service-caccordion-item .content {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}
.ic-service-caccordion-item .content p {
  margin: 0;
  padding: 24px 0 0 0;
  font-size: 0.9em;
  line-height: 1.5;
}
@media only screen and (max-width: 575.98px) {
  .ic-service-caccordion-item .content p {
    padding: 12px 0 0 0;
  }
}
.ic-service-caccordion-item .toggle:checked + .title + .content {
  max-height: 500px;
}
.ic-service-caccordion-item .toggle:checked + .title:before {
  transform: rotate(45deg) !important;
}
.ic-service-caccordion-item .toggle:checked + .title:after {
  transform: rotate(-45deg) !important;
}

.ic-revive-item {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 12px 56px 0px rgba(27, 42, 64, 0.1);
}
.ic-revive-item .ic-item-content {
  padding: 24px;
}
.ic-revive-item .top-part {
  padding: 12px 12px 0px 12px;
}
.ic-revive-item .top-part img {
  border-radius: 5px;
}
.ic-revive-item .top-part video {
  border-radius: 5px;
}
.ic-revive-item .ic-client {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ic-revive-item .ic-client h6, .ic-revive-item .ic-client h6 span, h6 .ic-revive-item .ic-client span {
  margin-bottom: 6px;
}
.ic-revive-item .ic-client p {
  color: #3f486a;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.ic-revive-item .ic-client i {
  color: #fd960c;
}
.ic-revive-item .ic_best_company_video_Card .plyr.plyr--full-ui {
  border-radius: 5px;
}

/*# sourceMappingURL=new-style.css.map */
