@charset "UTF-8";

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/*Default-style start*/
body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}

body p {
  color: #242425;
  margin: 0;
  font: 400 16px/28px "Open Sans", sans-serif;
}

body ul {
  margin: 0;
  padding: 0;
}

body ul li {
  list-style: none;
}

body section.row,
body header.row,
body footer.row {
  margin: 0;
}

body #success {
  display: none;
}

body #error {
  display: none;
}

body iframe {
  border: none;
}

body i:before {
  margin-left: 0px !important;
}

body a,
body .btn,
body button {
  outline: none;
  transition: all 300ms linear 0s;
}

body a:before,
body a:after,
body .btn:before,
body .btn:after,
body button:before,
body button:after {
  transition: all 300ms linear 0s;
}

body a:focus,
body a:hover,
body .btn:focus,
body .btn:hover,
body button:focus,
body button:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms linear 0s;
}

section {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

p {
  color: rgba(0, 0, 0, 0.75) !important;
}

h1,
h2,
h3 {
  font-family: "Noto Sans";
  font-weight: bold;
}

h4,
h5,
h6 {
  font-family: "Open Sans";
  font-weight: 600;
}

/*Default-style end*/

/* Preloader*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/resurse/img/preloader.svg");
}

/* Scroll Top */
.scroll-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 15px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: #3c3ccf;
  border: 0;
  box-shadow: none;
  z-index: 999;
  color: #fff;
}

.scroll-top:hover,
.scroll-top:focus {
  background: #ca19af;
}

/* Button Style */
.theme_btn {
  color: #fff;
  text-align: center;
  font: 600 20px/60px "Open Sans", sans-serif;
  display: inline-block;
  padding: 0 30px;
  background: #ca19af;
  z-index: 1;
  border-radius: 30px;
  position: relative;
}

.theme_btn:hover,
.theme_btn:focus {
  color: #fff;
  background: #ca19af;
}

.theme_btn2,
.theme_btn3 {
  color: #fff;
  text-align: center;
  font: 600 20px/60px "Open Sans", sans-serif;
  display: inline-block;
  padding: 0 20px;
  background-image: linear-gradient(
    to right,
    #ca19af 0%,
    #3c3ccf 51%,
    #ca19af 100%
  );
  background-size: 200% auto;
  z-index: 1;
  border-radius: 30px;
  min-width: 214px;
  border: 2px solid transparent;
}

.theme_btn2:hover,
.theme_btn2:focus,
.theme_btn3:hover,
.theme_btn3:focus {
  color: #fff;
  background-position: right center;
  text-decoration: none;
}

.theme_btn3 {
  background-image: linear-gradient(
    to right,
    #ffbb2d 0%,
    #ff9d69 51%,
    #ffbb2d 100%
  );
}

/* tittle */
.tittle {
  display: block;
  overflow: hidden;
  text-align: center;
}

.tittle span.span-title-h6 {
  font: 600 22px/22px "Open Sans", sans-serif;
  color: #3c3ccf;
  display: inline-block;
  padding-bottom: 20px;
}

.tittle h2 {
  font: 700 40px/50px "Noto Sans", sans-serif;
  color: #181818;
  display: block;
}

/* Alimation */
.lfa {
  animation: float-bob-x2 infinite 15s linear;
}

.lfar {
  animation: float-bob-x3 infinite 15s linear;
}

.lfup {
  animation: float-bob-y infinite 2s linear;
}

/* Alimation */
/*----------------------------------------------------*/
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}

@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}

@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

@keyframes moveShap2 {
  0% {
    right: 230px;
    top: 85px;
  }

  25% {
    right: 100px;
    top: 85px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 230px;
    top: 200px;
  }

  100% {
    right: 220px;
    top: 100px;
  }
}

/* Move frame*/
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}

/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #f3f4fc;
  }

  70% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

/* Bottom to Top key frame*/
@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes BottomToTop {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes BottomToTop {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

/* DoublePulse */
@-webkit-keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*----------------------------------------------------*/
/* Min header area */
/*Header-section start*/
.main_header_area {
  display: block;
  width: 100%;
  z-index: 999;
  position: absolute;
  padding: 25px 40px 15px;
  border-bottom: 1px solid #eaeaea;
  background-color: transparent;
}

.main_header_area .navbar {
  padding: 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*logo*/
.main_header_area .navbar .navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-width: 170px;
}

/*main-menu*/
.main_header_area .navbar .navbar_supported {
  margin-left: 9.6%;
}

.main_header_area .navbar .navbar_supported ul li.dropdown {
  position: relative;
}

.main_header_area .navbar .navbar_supported ul li a {
  margin: 0 20px;
  padding: 0;
  color: #fff;
  font: 400 17px/60px "Noto Sans", sans-serif;
  position: relative;
  display: block;
  z-index: 1;
}

.main_header_area .navbar .navbar_supported ul li a:hover,
.main_header_area .navbar .navbar_supported ul li a:focus,
.main_header_area .navbar .navbar_supported ul li a.active {
  color: #ca19af;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu {
  margin: 0;
  padding: 15px;
  border-radius: 0;
  box-shadow: 0px 22px 26px 0px rgba(185, 185, 185, 0.35);
  text-align: center;
  /* Sub dropdown */
}

.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

@media (min-width: 992px) {
  .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: inherit;
    min-width: 240px;
    background-color: #fff;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
  }
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a {
  background-color: transparent;
  font: 400 18px/20px "Noto Sans", sans-serif;
  color: rgba(36, 36, 37, 0.702);
  margin: 0;
  display: block;
  position: relative;
  cursor: pointer;
  text-align: left;
  padding: 7px;
}

.main_header_area
  .navbar
  .navbar_supported
  ul
  li.dropdown
  .dropdown-menu
  a:hover,
.main_header_area
  .navbar
  .navbar_supported
  ul
  li.dropdown
  .dropdown-menu
  a:focus,
.main_header_area
  .navbar
  .navbar_supported
  ul
  li.dropdown
  .dropdown-menu
  a.active {
  color: #ca19af;
  background: #f7f7f7;
}

@media (min-width: 992px) {
  .main_header_area
    .navbar
    .navbar_supported
    ul
    li.dropdown:hover
    .dropdown-menu,
  .main_header_area
    .navbar
    .navbar_supported
    ul
    li.dropdown:focus
    .dropdown-menu {
    right: 0px;
    visibility: visible;
    opacity: 1;
  }
}

/*right-btn*/
.main_header_area .navbar .right_nav li {
  display: inline-block;
}

/*header-fixed*/
.main_header_area.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -72px;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0 40px;
  background-image: -moz-linear-gradient(-45deg, #ca19af 0%, #2e19e6 100%);
  background-image: -webkit-linear-gradient(-45deg, #ca19af 0%, #2e19e6 100%);
  background-image: -ms-linear-gradient(-45deg, #ca19af 0%, #2e19e6 100%);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(70px);
  transition: transform 500ms ease, background 200ms ease;
}

.main_header_area.navbar_fixed .navbar .navbar_supported ul li a.theme_btn {
  margin-top: 2px !important;
}

@media (min-width: 992px) {
  .mha_2 .navbar .navbar_supported {
    display: block !important;
    margin: 0;
    margin-right: 20px;
  }

  .mha_2 .navbar .navbar_supported ul li a {
    color: #494454;
  }
}

.mha_2 .navbar .right_nav li a {
  color: #282828;
}

.mha_2 .navbar .right_nav li a {
  min-width: 155px;
  padding: 0;
}

.mha_2.navbar_fixed {
  background: #fff;
  padding: 5px 0;
}

.mha_2 {
  padding-left: 0;
  padding-right: 0;
}

.mobile-menu {
  display: none;
  align-items: center;
  margin-left: auto;
}

.mobile-menu > span {
  font-size: 25px;
  color: #000;
  margin-right: 5px;
}

.menu-open {
  cursor: pointer;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: auto;
}

.menu-open__line,
.menu-open__line::before,
.menu-open__line::after {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #339;
  top: 50%;
  margin-top: -1.5px;
}

.menu-open__line::before,
.menu-open__line::after {
  content: "";
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu-open__line::before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.menu-open__line::after {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

.menu-open__active span {
  height: 0;
}

.menu-open__active span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-open__active span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*Header-section end*/

/*Banner-section start*/
.banner_2 {
  display: block;
  overflow: hidden;
  padding: 200px 0 50px;
  position: relative;
  z-index: 1;
}

.banner_2 .rs_banner {
  display: none !important;
}

/*.banner_2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 180px;
  width: 100%;
  height: 100%;
  background: url("../images/illustration/banner-2.5.png") no-repeat left bottom;
  z-index: -1;
}*/
.banner_2 .span-title,
.span-title {
  font: 600 22px/30px "Open Sans", sans-serif;
  color: rgba(0, 0, 0, 0.75);
}

.banner_2 h1 {
  font: 700 50px/60px "Noto Sans", sans-serif;
  color: #181818;
  max-width: 650px;
  padding: 30px 0;
  position: relative;
  z-index: 9;
}

.banner_2 p {
  font: 400 22px/32px "Open Sans", sans-serif;
  padding-bottom: 45px;
  max-width: 580px;
}

.banner_2 .illustration {
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner_2 .illustration .illustration_inner {
  position: relative;
  width: 835px;
  height: 800px;
  z-index: 1;
}

.banner_2 .illustration .illustration_inner .img_1 {
  position: absolute;
  bottom: 110px;
  right: 65px;
}

.banner_2 .illustration .illustration_inner .img_3 {
  position: absolute;
  left: 86px;
  top: 231px;
  z-index: 1;
}

.banner_2 .illustration .illustration_inner .img_4 {
  position: absolute;
  left: 25%;
  top: 100px;
  max-width: 170px;
}

.pages_banner .banner_img {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: -1;
}

.tittle p {
  font-size: 20px;
  margin: 25px 0;
  text-align: justify;
}

.pb_3 {
  position: relative;
  z-index: 1;
}

.pb_3:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("/resurse/img/shap/banner-shap.png") no-repeat right bottom;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.pb_3 .banner_img {
  position: absolute;
  bottom: 75px;
  right: 135px;
}

/*Banner-section end*/

/*Service_area-section start*/
.servises_area {
  display: block;
  overflow: hidden;
  padding-bottom: 70px;
}

.servises_area .tittle {
  margin-bottom: 20px;
  padding-bottom: 50px;
}

.servises_area .servis_items {
  border-radius: 10px;
  background: #fff;
  padding: 40px 20px;
  margin-bottom: 30px;
  text-align: center;
  height: calc(100% - 30px);
  transition: all 300ms linear 0s;
}

.servises_area .servis_items .icons {
  margin: 0 auto;
  border-radius: 50%;
  background-color: #3c3ccf;
  width: 127px;
  height: 127px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.servises_area .servis_items .icons i:before {
  color: #fff;
  font-size: 61px;
  line-height: 1;
}

.servises_area .servis_items .icons:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  display: block;
  border: 1px solid #ffeff0;
  margin: 0 auto;
  border-radius: 50%;
}

.servises_area .servis_items h2,
.servises_area .servis_items span {
  display: block;
  font: 400 24px/32px "Noto Sans", sans-serif;
  color: #282828;
  padding-bottom: 20px;
  padding-top: 20px;
}

.servises_area .servis_items a:hover h2,
.servises_area .servis_items a:focus h2,
.servises_area .servis_items a:hover span,
.servises_area .servis_items a:focus span {
  color: #ca19af;
}

.servises_area .servis_items:hover,
.servises_area .servis_items:focus,
.servises_area .servis_items.active {
  box-shadow: 0px 0px 30px 0px rgba(186, 184, 191, 0.35);
}

.servises_area .servis_items.active {
  box-shadow: 0px 0px 10px 0px rgba(186, 184, 191, 0.35);
}

.servises_area .servis_items.active:hover {
  box-shadow: 0px 0px 30px 0px rgba(186, 184, 191, 0.35);
}

.servises_area .servis_items .is_2:before {
  border-color: #f2edff;
}

.servises_area .servis_items .is_3:before {
  border-color: #e3fafe;
}

.sa_page_2 .servis_items {
  box-shadow: 0px 0px 30px 0px rgba(186, 184, 191, 0.35);
}

.servis_items .is_2 {
  background-image: -moz-linear-gradient(-47deg, #a97aff 0%, #ca19af 100%);
  background-image: -webkit-linear-gradient(-47deg, #a97aff 0%, #ca19af 100%);
  background-image: -ms-linear-gradient(-47deg, #a97aff 0%, #ca19af 100%);
}

.servis_items .is_3 {
  background-image: -moz-linear-gradient(134deg, #e8c554 0%, #ff9d69 100%);
  background-image: -webkit-linear-gradient(134deg, #e8c554 0%, #ff9d69 100%);
  background-image: -ms-linear-gradient(134deg, #e8c554 0%, #ff9d69 100%);
}

.servis_items .is_4 {
  background-image: -moz-linear-gradient(134deg, #deffe4 0%, #74cc84 100%);
  background-image: -webkit-linear-gradient(134deg, #deffe4 0%, #74cc84 100%);
  background-image: -ms-linear-gradient(134deg, #deffe4 0%, #74cc84 100%);
}

.servis_items .is_5 {
  background-image: -moz-linear-gradient(-47deg, #3c3ccf 0%, #9696ff 100%);
  background-image: -webkit-linear-gradient(-47deg, #3c3ccf 0%, #9696ff 100%);
  background-image: -ms-linear-gradient(-47deg, #3c3ccf 0%, #9696ff 100%);
}

.servis_items .is_6 {
  background-image: -moz-linear-gradient(134deg, #ffeba8 10%, #e8c554 90%);
  background-image: -webkit-linear-gradient(134deg, #ffeba8 10%, #e8c554 90%);
  background-image: -ms-linear-gradient(134deg, #ffeba8 10%, #e8c554 90%);
}

.blgr {
  background-image: linear-gradient(150deg, #3c3ccf, #00c2a2);
}

.blpr {
  background-image: linear-gradient(150deg, #3c3ccf, #ca19af);
}

.blbl {
  background-image: linear-gradient(145deg, #3c3ccf, #007fff);
}

.blpn {
  background-image: linear-gradient(145deg, #3c3ccf, #ff3773);
}

.bllt {
  background-image: linear-gradient(145deg, #3c3ccf, #9696ff);
}

.lblb {
  background-image: linear-gradient(145deg, #007fff, #0067f1);
}

.grlt {
  background-image: linear-gradient(145deg, #00c2a2, #50d1bc);
}

.prlt {
  background-image: linear-gradient(145deg, #ca19af, #df77cc);
}

.orlt {
  background-image: linear-gradient(145deg, #ff7d5b, #ffbcaa);
}

/*Service_area-section end*/

/*CTA-section strart*/
.cta {
  text-align: center;
  background-color: #f7f7ff;
}
.cta .h3 {
  font: 700 40px "Noto Sans", sans-serif;
  color: #181818;
  line-height: 1.4em;
}

/*CTA-section end*/

/*Digital_agency-section strart*/
.digital_agency {
  display: block;
  overflow: hidden;
}

.digital_agency .tittle p {
  max-width: 885px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 26px;
  padding-top: 30px;
}

.da_3 .tittle {
  border-bottom: 1px solid #eae8ef;
  padding-bottom: 70px;
}

/*Digital_agency-section end*/

/*optimizarion_area-section start*/
.optimizarion_area {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.optimizarion_area:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("/resurse/img/shap/seo-bg-1.png") no-repeat top right;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.optimizarion_area .tittle {
  text-align: left;
  padding-top: 90px;
}

.optimizarion_area .tittle p {
  font-size: 18px !important;
  padding: 15px 0;
}

.optimizarion_area .tittle .theme_btn2,
.blog_details .theme_btn2 {
  margin-top: 40px;
  border: 2px solid #f2efff;
  color: #ca19af;
  background: transparent;
  display: block;
  max-width: 225px;
  /*  margin: 0 auto;
*/
}

.blog_details .theme_btn2 {
  margin-top: 20px;
}

.optimizarion_area .tittle .theme_btn2:hover,
.optimizarion_area .tittle .theme_btn2:focus,
.blog_details .theme_btn2:hover,
.blog_details .theme_btn2:focus {
  color: #fff;
  background-image: -moz-linear-gradient(
    -7deg,
    #8972f9 0%,
    #6d76f8 41%,
    #3c3ccf 100%
  );
  background-image: -webkit-linear-gradient(
    -7deg,
    #8972f9 0%,
    #6d76f8 41%,
    #3c3ccf 100%
  );
  background-image: -ms-linear-gradient(
    -7deg,
    #8972f9 0%,
    #6d76f8 41%,
    #3c3ccf 100%
  );
}

.optimizarion_area img {
  animation: float-bob-y infinite 2s linear;
}

.optimizarion_2 .optimizarion_row {
  padding-bottom: 140px;
}

.optimizarion_2 .optimizarion_row:last-child {
  padding-bottom: 0;
}

.optimizarion_2 .optimizarion_row .tittle {
  padding-top: 0;
}

.optimizarion_2 .optimizarion_row .tittle .theme_btn2,
.blog_details .theme_btn2 {
  border-color: #3c3ccf;
  color: #3c3ccf;
}

.optimizarion_2 .optimizarion_row .tittle .theme_btn2:hover,
.optimizarion_2 .optimizarion_row .tittle .theme_btn2:focus,
.blog_details .theme_btn2:hover,
.blog_details .theme_btn2:focus {
  color: #fff;
  background-image: -moz-linear-gradient(-7deg, #3c3ccf 0%, #3c3ccf 100%);
  background-image: -webkit-linear-gradient(-7deg, #3c3ccf 0%, #3c3ccf 100%);
  background-image: -ms-linear-gradient(-7deg, #3c3ccf 0%, #3c3ccf 100%);
}

/*optimizarion_area-section end*/

/*pricing_area-section start*/
.pricing_area {
  display: block;
  overflow: hidden;
  position: relative;
}

.pricing_area .tittle {
  padding-bottom: 80px;
}

.pricing_area .nav-tabs {
  border: 0;
  box-shadow: 0px 0px 20px 0px rgba(218, 218, 218, 0.45);
  background: #fff;
  border-radius: 30px;
  height: 60px;
  width: 131px;
  display: block;
  margin: 0 auto;
  padding: 5px;
  margin-bottom: 90px;
}

.pricing_area .nav-tabs li {
  display: inline-block;
}

.pricing_area .nav-tabs li:before {
  content: "SEO";
  font: 700 18px/49px "Open Sans", sans-serif;
  color: #242425;
  position: absolute;
  margin-left: -85px;
}

.pricing_area .nav-tabs li:last-child {
  padding-left: 18px;
}

.pricing_area .nav-tabs li:last-child:before {
  content: "Website";
  margin-left: 68px;
}

.pricing_area .nav-tabs li a {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: transparent;
  display: block;
}

.pricing_area .nav-tabs li a.active {
  background-image: -moz-linear-gradient(180deg, #3c3ccf 0%, #ca19af 100%);
  background-image: -webkit-linear-gradient(180deg, #3c3ccf 0%, #ca19af 100%);
  background-image: -ms-linear-gradient(180deg, #3c3ccf 0%, #ca19af 100%);
}

.pricing_area .plan {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
  margin: 0 auto 30px;
  height: calc(100% - 30px);
  max-width: 370px;
  padding: 20px;
  padding-bottom: 65px;
  text-align: center;
  background: url("/resurse/img/shap/price-shap-2.png") no-repeat center top;
}

.pricing_area .plan h3 {
  font: 500 26px/1 "Noto Sans", sans-serif;
  color: #242425;
  padding-top: 80px;
}

.pricing_area .plan span {
  font: 700 42px/125px "Noto Sans", sans-serif;
  color: #fff;
  display: block;
  text-align: center;
  width: 125px;
  border-radius: 50%;
  margin: 0 auto;
  background-image: -moz-linear-gradient(180deg, #9696ff 0%, #3c3ccf 100%);
  background-image: -webkit-linear-gradient(180deg, #9696ff 0%, #3c3ccf 100%);
  background-image: -ms-linear-gradient(180deg, #9696ff 0%, #3c3ccf 100%);
}

.pricing_area .plan ul {
  padding: 40px 0;
  padding-bottom: 50px;
  min-height: 250px;
  flex-grow: 1;
}

.pricing_area .plan ul li {
  font: 400 16px/32px "Open Sans", sans-serif;
  color: #242425;
}

.pricing_area .plan .theme_btn {
  font: 600 20px/60px "Open Sans", sans-serif;
  display: inline-block;
  padding: 0 20px;
  min-width: 214px;
  background: transparent;
  border: 2px solid #f2efff;
  color: #3c3ccf;
  text-transform: uppercase;
}

.pricing_area .plan .theme_btn:after,
.pricing_area .plan .theme_btn:before {
  display: none;
}

.pricing_area .plan .theme_btn:hover,
.pricing_area .plan .theme_btn:focus {
  background-image: -moz-linear-gradient(0deg, #ca19af 0%, #3c3ccf 100%);
  background-image: -webkit-linear-gradient(0deg, #ca19af 0%, #3c3ccf 100%);
  background-image: -ms-linear-gradient(0deg, #ca19af 0%, #3c3ccf 100%);
  color: #fff;
}

.pricing_area .plan2 {
  background: url("/resurse/img/shap/price-shap.png") no-repeat center top;
}

.pricing_area .plan2 h2 {
  background-image: -moz-linear-gradient(180deg, #ca19af 0%, #3c3ccf 100%);
  background-image: -webkit-linear-gradient(180deg, #ca19af 0%, #3c3ccf 100%);
  background-image: -ms-linear-gradient(180deg, #ca19af 0%, #3c3ccf 100%);
}

.pricing_area .plan3 {
  background: url("/resurse/img/shap/price-shap-2.png") no-repeat center top;
}

.pricing_area .plan3 h2 {
  background-image: -moz-linear-gradient(180deg, #87cbf7 0%, #3c3ccf 100%);
  background-image: -webkit-linear-gradient(180deg, #87cbf7 0%, #3c3ccf 100%);
  background-image: -ms-linear-gradient(180deg, #87cbf7 0%, #3c3ccf 100%);
}

/*pricing_area-section end*/

/*got_problem-section end*/
.got_problem {
  display: block;
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding-top: 200px;
}

.got_problem:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("/resurse/img/shap/problem-shap.png") no-repeat;
  width: 210px;
  height: 184px;
  right: 150px;
  top: 0;
  animation: float-bob-y infinite 2s linear;
}

.got_problem img {
  margin-left: -150px;
}

.got_problem .problem_from h3.h3 {
  padding-bottom: 30px;
}

.got_problem h1 {
  font-size: 30px;
}

.got_problem .problem_from > h2,
.quick_call h2,
.got_problem h1 {
  margin-bottom: 20px;
}

.got_problem .problem_from p,
.quick_call p {
  font-size: 18px;
}

.got_problem .problem_from .solve_from {
  padding-top: 40px;
}

.got_problem .problem_from .solve_from .form-group {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

.got_problem .problem_from .solve_from .form-group .form-control {
  box-shadow: none;
  outline: none;
  border: 2px solid #fdf6f2;
  background: transparent;
  font: 400 18px/58px "Open Sans", sans-serif;
  color: rgba(40, 35, 49, 0.6);
  border-radius: 0;
  height: auto;
  padding: 0 25px;
  resize: none;
  min-width: 100%;
}

.got_problem .problem_from .solve_from .form-group .form-control.placeholder {
  color: rgba(40, 35, 49, 0.702);
}

.got_problem
  .problem_from
  .solve_from
  .form-group
  .form-control:-moz-placeholder {
  color: rgba(40, 35, 49, 0.702);
}

.got_problem
  .problem_from
  .solve_from
  .form-group
  .form-control::-moz-placeholder {
  color: rgba(40, 35, 49, 0.702);
}

.got_problem
  .problem_from
  .solve_from
  .form-group
  .form-control::-webkit-input-placeholder {
  color: rgba(40, 35, 49, 0.702);
}

.got_problem .problem_from .solve_from .form-group .form-control:focus {
  box-shadow: 0px 14px 28px 0px rgba(247, 223, 205, 0.35);
  border-color: #fff;
}

.got_problem
  .problem_from
  .solve_from
  .form-group
  .form-control:focus.placeholder {
  color: transparent;
}

.got_problem
  .problem_from
  .solve_from
  .form-group
  .form-control:focus:-moz-placeholder {
  color: transparent;
}

.got_problem
  .problem_from
  .solve_from
  .form-group
  .form-control:focus::-moz-placeholder {
  color: transparent;
}

.got_problem
  .problem_from
  .solve_from
  .form-group
  .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.got_problem .problem_from .solve_from .form-group textarea {
  line-height: 30px !important;
  height: 220px !important;
  padding-top: 20px !important;
}

.got_problem .problem_from .solve_from .form-group .theme_btn {
  border: 0;
  box-shadow: none;
  outline: none;
  width: 125px;
  margin-top: 20px;
  cursor: pointer;
}

.got_problem .problem_from .solve_from .form-group.has-error .form-control {
  border-color: red;
}

/*got_problem-section end*/

/*popular_post-section start*/
.popular_post {
  display: block;
  overflow: hidden;
}

.popular_post .tittle p {
  max-width: 885px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tittle_blog {
  margin: 30px auto !important;
}

.popular_post .col-lg-4 {
  margin-bottom: 30px;
}

.popular_post .post_item {
  margin: 0 auto 0;
  max-width: 370px;
  height: 100%;
  background-color: #fdfdfd;
  box-shadow: 0px 25px 18px 0px rgba(214, 214, 214, 0.45);
  padding: 50px 32px;
  transition: all 300ms linear 0s;
}

.popular_post .post_item .heding {
  font: 400 22px/32px "Noto Sans", sans-serif;
  color: #242425;
  padding: 10px 0 15px;
  display: block;
}

.popular_post .post_item .heding:hover,
.popular_post .post_item .heding:focus {
  color: #3c3ccf;
}

.popular_post .post_item .read_more {
  display: block;
  padding-left: 40px;
  font: 400 16px/1 "Open Sans", sans-serif;
  color: #242425;
  position: relative;
  margin-top: 40px;
}

.popular_post .post_item .read_more:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 2px solid #3c3ccf;
  transition: all 300ms linear 0s;
}

.popular_post .post_item .read_more:hover,
.popular_post .post_item .read_more:focus {
  color: #3c3ccf;
}

.popular_post .post_item .read_more:hover:before,
.popular_post .post_item .read_more:focus:before {
  background: #3c3ccf;
}

.popular_post .post_item:hover,
.popular_post .post_item:focus {
  background: #fff;
  box-shadow: 0px 22px 28px 0px rgba(83, 83, 83, 0.35);
}

/*popular_post-section end*/

/*portfolio_list-section start*/
.portfolio_list {
  display: block;
  overflow: hidden;
  padding-top: 150px;
}

.portfolio__title h1 {
  font: 700 50px/60px "Noto Sans", sans-serif;
  color: #181818;
  padding: 30px 0;
  position: relative;
  z-index: 9;
}

.portfolio__title p {
  font: 400 22px/32px "Open Sans", sans-serif;
  padding-bottom: 45px;
}

.portfolio__work {
  margin-bottom: 30px;
}

.work-entry {
  position: relative;
  max-width: 570px;
  margin: 0 auto;
  line-height: 0;
}

.work-entry img {
  display: block;
  max-width: 100%;
  height: auto;
}

.work-entry .text {
  background: #3c3ccf;
  position: absolute;
  line-height: 1.2;
  padding: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.work-entry .text span {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  display: inline-block;
}

.work-entry .text h3 {
  font-size: 22px;
  color: #fff;
}

.work-entry:hover .text,
.work-entry:focus .text {
  opacity: 1;
}

/*portfolio_list-section end*/

/*blog_area-section start*/
.blog_area {
  display: block;
  overflow: hidden;
  padding: 0;
  margin-top: 50px;
}

.blog_details {
  padding: 0 0 0 0;
}

.blog_details h2 {
  font: 700 26px/38px "Noto Sans", sans-serif;
  color: #282828;
  padding-bottom: 20px;
  padding-top: 20px;
}

.blog_details p {
  font-size: 18px;
  padding-bottom: 15px;
}

.blog_details h3 {
  font: 700 22px/38px "Noto Sans", sans-serif;
  color: #282828;
  padding-bottom: 10px;
  padding-top: 25px;
}

.blog_details .single_img {
  padding: 40px 0 50px;
  max-width: 100%;
}

.blog_details ul {
  padding-left: 30px;
}

.blog_details ul li {
  list-style: initial;
  color: rgba(36, 36, 37, 0.702);
  margin: 0;
  font: 400 18px/28px "Open Sans", sans-serif;
}

.blog_details .hilight {
  padding-left: 30px;
  border-left: 1px solid #ca19af;
  color: #2f2f2f;
  padding-bottom: 0;
  max-width: 725px;
  margin: 25px 0;
}

.read-more {
  display: none;
}

/*blog_area-section end*/

/*history_area-section start*/
.history_area {
  display: block;
  overflow: hidden;
}

.history_area img {
  max-width: 100%;
}

.history_area .history_content {
  padding-left: 35px;
}

.history_area .history_content h3 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.history_content p {
  margin: 10px 0;
}

.history_area .tittle {
  margin-bottom: 30px;
}

/*history_area-section end*/

/*about_area-section start*/
.about_area {
  display: block;
  overflow: hidden;
  background: url("/resurse/img/shap/about-bg.png") no-repeat left top / cover;
  padding: 190px 0 50px;
}

.about_area .tittle {
  text-align: left;
  padding-top: 0px;
}

.about_area .tittle h4 {
  font: 500 32px/42px "Noto Sans", sans-serif;
  color: #6b6b6b;
  display: block;
  padding: 25px 0 35px;
}

.about_area .tittle h4 a {
  color: #ca19af;
}

.about_area .tittle h4 a:hover,
.about_area .tittle h4 a:focus {
  color: #ca19af;
}

.about_area .tittle p {
  font-size: 18px;
  max-width: 570px;
  padding-bottom: 35px;
}

.about_area .tittle .theme_btn {
  min-width: 214px;
}

/*about_area-section end*/

/*digital_marketing-section start*/
.digital_marketing {
  overflow: hidden;
  background: url("/resurse/img/shap/marketing-bg.png") no-repeat top right /
    cover;
  padding: 50px 0;
}

.digital_marketing .tittle {
  text-align: left;
  max-width: 570px;
  padding-top: 360px;
  float: right;
}

.digital_marketing .tittle .theme_btn {
  min-width: 214px;
  margin-top: 40px;
}

.digital_marketing .marketing_inner {
  max-width: 780px;
}

.digital_marketing .marketing_inner .marketing_item {
  border-radius: 10px;
  background: #fff;
  padding: 50px 20px;
  margin-bottom: 30px;
  text-align: center;
  transition: all 300ms linear 0s;
  box-shadow: 0px 0px 30px 0px rgba(186, 184, 191, 0.35);
}

.digital_marketing .marketing_inner .marketing_item .icons {
  margin: 0 auto;
  border-radius: 50%;
  background-image: -moz-linear-gradient(134deg, #fc6ddc 0%, #fe3b2b 100%);
  background-image: -webkit-linear-gradient(134deg, #fc6ddc 0%, #fe3b2b 100%);
  background-image: -ms-linear-gradient(134deg, #fc6ddc 0%, #fe3b2b 100%);
  width: 145px;
  height: 145px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 16px solid #fff2f2;
  box-shadow: 0px 12px 32px 0px rgba(140, 140, 140, 0.35);
}

.digital_marketing .marketing_inner .marketing_item .icons i:before {
  color: #fff;
  font-size: 61px;
  line-height: 1;
}

.digital_marketing .marketing_inner .marketing_item .is_2 {
  background-image: -moz-linear-gradient(134deg, #cb88ff 0%, #a473ff 100%);
  background-image: -webkit-linear-gradient(134deg, #cb88ff 0%, #a473ff 100%);
  background-image: -ms-linear-gradient(134deg, #cb88ff 0%, #a473ff 100%);
  border-color: #f1fcff;
}

.digital_marketing .marketing_inner .marketing_item .is_3 {
  background-image: -moz-linear-gradient(-47deg, #58fe5f 0%, #9cfdfa 100%);
  background-image: -webkit-linear-gradient(-47deg, #58fe5f 0%, #9cfdfa 100%);
  background-image: -ms-linear-gradient(-47deg, #58fe5f 0%, #9cfdfa 100%);
  border-color: #edfff1;
}

.digital_marketing .marketing_inner .marketing_item .is_4 {
  background-image: -moz-linear-gradient(134deg, #2a75f5 0%, #a962f8 100%);
  background-image: -webkit-linear-gradient(134deg, #2a75f5 0%, #a962f8 100%);
  background-image: -ms-linear-gradient(134deg, #2a75f5 0%, #a962f8 100%);
  border-color: #f7f2ff;
}

.digital_marketing .marketing_inner .marketing_item a p {
  display: block;
  font: 500 24px/32px "Noto Sans", sans-serif;
  color: #282828;
  padding-top: 20px;
}

.digital_marketing .marketing_inner .marketing_item a p:hover,
.digital_marketing .marketing_inner .marketing_item a p:focus {
  color: #ca19af;
}

.digital_marketing .marketing_inner .fast_colum {
  padding-top: 170px;
}

/*digital_marketing-section end*/

/*selected_projects-section start*/
.selected_projects {
  display: block;
  overflow: hidden;
  background: url("/resurse/img/shap/selected-projects.png") no-repeat;
  position: relative;
  padding-bottom: 200px;
  z-index: 1;
}

.selected_projects:after {
  content: "";
  position: absolute;
  left: 40%;
  bottom: 170px;
  height: 14px;
  width: 14px;
  border: 3px solid #ecbafa;
  border-radius: 50%;
  animation: float-bob-x infinite 15s linear;
  z-index: -1;
}

.selected_projects .tittle {
  padding-bottom: 20px;
}

.selected_projects .selected_img img {
  margin-left: -240px;
}

.selected_projects .selected_text h3 {
  font: 700 30px/40px "Noto Sans", sans-serif;
  color: #181818;
  padding-top: 30px;
  margin-bottom: 25px;
}

.selected_projects .selected_text h4 {
  font: 400 22px/30px "Noto Sans", sans-serif;
  color: rgba(36, 36, 37, 0.702);
  padding: 40px 0 25px;
}

.selected_projects .selected_text p {
  max-width: 560px;
  padding-bottom: 30px;
}

.selected_projects .selected_text .theme_btn {
  min-width: 214px;
}

/*selected_projects-section end*/

/*footer_area-section end*/
.footer_area {
  display: block;
  overflow: hidden;
  background-color: #f7faff;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}

.footer_area:before {
  content: "";
  position: absolute;
  left: 140px;
  top: 190px;
  height: 14px;
  width: 14px;
  border: 3px solid #ecbafa;
  border-radius: 50%;
  animation: float-bob-x infinite 15s linear;
  z-index: -1;
}

.footer_area .footer_inner {
  padding-bottom: 15px;
}

.footer_area .footer_address address {
  font: 400 18px/28px "Open Sans", sans-serif;
  color: rgba(40, 40, 40, 0.8);
}

.footer_area .footer_address address a {
  display: block;
  color: rgba(36, 36, 37, 0.8);
  padding-top: 5px;
}

.footer_area .footer_address .footer_social {
  padding: 40px 0 65px;
}

.footer_area .footer_address .footer_social li {
  display: inline-block;
  padding-right: 10px;
}

.footer_area .footer_address .footer_social li:last-child {
  padding: 0;
}

.footer_area .footer_address .footer_social li a {
  font-size: 18px;
  color: #575757;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_area .footer_address .footer_social li a:hover,
.footer_area .footer_address .footer_social li a:focus {
  color: #fff;
  background: #ca19af;
}

.footer_area .footer_address .footer_social li a:hover i:before,
.footer_area .footer_address .footer_social li a:focus i:before {
  color: #fff;
}

.footer_area .footer_widget p {
  font-size: 20px;
  color: #242425;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer_area .footer_widget .footer_nav li a {
  font: 400 18px/38px "Open Sans", sans-serif;
  color: rgba(36, 36, 37, 0.8);
  display: block;
}

.footer_area .footer_widget .footer_nav li a:hover,
.footer_area .footer_widget .footer_nav li a:focus {
  color: #3c3ccf;
}

.footer_area .footer_widget.fw_2 {
  padding-left: 0;
}

.footer_area .copy_right {
  align-items: center;
  padding: 65px 0;
  border-top: 1px solid #fff;
}

.footer_area .copy_right p {
  color: rgba(36, 36, 37, 0.8);
  line-height: 26px;
}

.footer_area .copy_right p a {
  color: rgba(36, 36, 37, 0.8);
}

.footer_area .copy_right p a:hover,
.footer_area .copy_right p a:focus {
  color: #3c3ccf;
}

.footer_area .copy_right .footer_nav {
  text-align: right;
}

.footer_area .copy_right .footer_nav li {
  display: inline-block;
  padding-left: 7px;
}

.footer_area .copy_right .footer_nav li a {
  font: 400 16px/1 "Open Sans", sans-serif;
  color: rgba(36, 36, 37, 0.8);
  display: block;
  border-bottom: 1px solid transparent;
}

.footer_area .copy_right .footer_nav li a:hover,
.footer_area .copy_right .footer_nav li a:focus {
  color: #3c3ccf;
  border-color: #3c3ccf;
}

.footer_area.footer_2 {
  padding-top: 150px;
  position: relative;
  z-index: 1;
}

.footer_area.footer_2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/resurse/img/shap/footer-shap.png) no-repeat center top;
  background-size: contain;
  z-index: -1;
}

/*footer_area-section end*/

/*error-page start*/
.error_area {
  display: block;
  overflow: hidden;
  text-align: center;
  background: #fff;
  padding-top: 70px;
  padding-bottom: 140px;
}

.error_area img {
  max-width: 100%;
}

.error_area h4 {
  font: 500 30px/40px "Noto Sans", sans-serif;
  color: #292929;
  padding: 100px 0 90px;
}

.error_area a {
  min-width: 255px;
}

.bg_s {
  position: relative;
  z-index: 1;
}

.bg_s:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 15%;
  height: 71px;
  width: 71px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-176deg, #ffebff 0%, #e240ff 100%);
  background-image: -webkit-linear-gradient(-176deg, #ffebff 0%, #e240ff 100%);
  background-image: -ms-linear-gradient(-176deg, #ffebff 0%, #e240ff 100%);
  box-shadow: 0px 22px 32px 0px rgba(157, 157, 157, 0.35);
  z-index: -1;
  animation: float-bob-x infinite 15s linear;
}

.bg_s:after {
  content: "";
  position: absolute;
  bottom: 20%;
  right: 10%;
  height: 71px;
  width: 71px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-113deg, #faf2fe 0%, #9779fb 100%);
  background-image: -webkit-linear-gradient(-113deg, #faf2fe 0%, #9779fb 100%);
  background-image: -ms-linear-gradient(-113deg, #faf2fe 0%, #9779fb 100%);
  box-shadow: 0px 22px 32px 0px rgba(157, 157, 157, 0.35);
  z-index: -1;
  animation: float-bob-x infinite 15s linear;
}

.bg_s .shap_1 {
  position: absolute;
  right: 10%;
  top: 25%;
  z-index: -1;
  animation: float-bob-y infinite 2s linear;
}

.bg_s .shap_2 {
  position: absolute;
  right: 34%;
  bottom: 0;
  z-index: -1;
  animation: float-bob-y infinite 2s linear;
}

.bg_s .shap_3 {
  position: absolute;
  left: 30%;
  bottom: 0;
  z-index: -1;
  animation: float-bob-y infinite 2s linear;
}

/*error-page end*/
.contact_info .info {
  text-align: center;
}

.contact_info .info .icons {
  width: 114px;
  height: 114px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin: 0 auto;
  background: #3c3ccf;
  border-radius: 50%;
}

.contact_info .info .icons i:before {
  font-size: 50px;
  color: #fff;
  line-height: 1;
  display: block;
}

.contact_info .info .icons_2 {
  background: #a300bb;
}

.contact_info .info h4 {
  font: 500 22px/1 "Noto Sans", sans-serif;
  color: #282828;
  padding-bottom: 28px;
  padding-top: 45px;
}

.contact_info .info a,
.contact_info .info p {
  display: block;
  font: 400 18px/28px "Open Sans", sans-serif;
  color: rgba(40, 40, 40, 0.8);
}

.contact_info .info a:hover {
  color: #ff9d69;
}

/*Responsive*/
@media (max-width: 1600px) {
  .banner_2 {
    padding-bottom: 70px;
  }

  .banner_2 .illustration .illustration_inner {
    width: 550px;
  }

  .banner_2 .illustration .illustration_inner img {
    max-width: 100%;
  }

  .banner_2 .illustration .illustration_inner .img_1 {
    right: 0;
  }

  .banner_2 .illustration .illustration_inner .img_3 {
    top: 315px;
    left: -30px;
  }

  .banner_2 .illustration .illustration_inner .img_4 {
    left: 25%;
    top: 180px;
  }

  .pb_3 .banner_img {
    right: 0;
  }

  .optimizarion_area img {
    max-width: 100%;
    margin: 0 !important;
  }

  .about_area img {
    max-width: 100%;
  }

  .selected_projects .selected_img img {
    margin: 0;
    max-width: 100%;
  }
}

@media (max-width: 1440px) {
  .pages_banner .banner_img {
    right: -190px;
  }

  .pb_3 .banner_img {
    right: 0;
    bottom: 0;
    max-height: 100%;
  }

  .got_problem img {
    margin: 0;
    max-width: 100%;
  }
}

/*@media (max-width: 1366px) and (min-width: 992px) {*/
/*  .main_header_area .navbar .navbar_supported .navbar-nav {*/
/*    float: none;*/
/*    padding-right: 20px;*/
/*  }*/
/*}*/
@media (max-width: 1199px) {
  .main_header_area .navbar .navbar_supported .navbar-nav {
    padding-right: 0;
  }

  .main_header_area .navbar .navbar_supported ul li a {
    margin: 0 10px;
  }

  .banner_2 {
    padding-bottom: 70px;
    padding-top: 140px;
    position: relative;
    z-index: 0;
  }

  .banner_2 .illustration {
    display: none;
  }

  .banner_2 .rs_banner {
    display: block !important;
    max-width: 100%;
    margin: 35px auto;
    order: -1;
    z-index: -1;
    position: relative;
  }

  .pages_banner {
    padding-top: 180px;
    padding-bottom: 0;
  }

  .pages_banner .banner_img {
    position: relative;
    left: 15px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-top: 0px;
    max-width: 100%;
    bottom: 0;
  }

  .pb_3:after {
    bottom: inherit;
    top: -300px;
  }

  .about_area .row,
  .banner_2 {
    display: flex;
    flex-direction: column;
  }

  .about_area .row > .image,
  .pages_banner .banner_img {
    order: -1;
    margin: 20px auto;
    text-align: center;
  }

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

  .optimizarion_area .tittle {
    padding-top: 0;
  }

  .optimizarion_area .tittle h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .blog_area .blog_right_sidebar {
    padding-left: 15px;
  }

  .about_area {
    padding: 100px 0;
  }

  .digital_marketing {
    padding-bottom: 0;
  }

  .digital_marketing .tittle {
    float: none;
    padding-top: 0;
  }

  .digital_marketing .marketing_inner {
    margin: 0 auto;
  }

  .selected_projects {
    padding-bottom: 100px;
  }

  .footer_area .copy_right {
    padding-bottom: 30px;
  }

  .footer_area .copy_right p {
    text-align: center;
    padding-top: 30px;
  }

  .footer_2 .copy_right p {
    padding-top: 0;
  }
}

@media (max-width: 991.45px) {
  .mobile-menu {
    display: flex;
  }

  .main_header_area {
    padding: 30px 15px 0;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 9999;
  }

  .main_header_area .navbar {
    position: relative;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }

  .main_header_area .navbar .navbar-brand {
    margin: 0;
    position: relative;
    top: 0px;
  }

  .main_header_area .navbar .navbar-toggler {
    font-size: 25px;
    color: #000;
    margin: 0;
    padding: 0;
    margin-left: 15px;
    line-height: 60px;
    border: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 8px;
  }

  .main_header_area .navbar .navbar_supported {
    display: none;
    float: none;
    width: 100%;
    margin-top: 28px;
    margin-left: 0;
    order: 1;
  }

  .main_header_area .navbar .navbar-nav {
    margin: 0;
    max-height: 370px;
    overflow-y: auto;
    background: #fff;
    border: 1px dashed #fff;
    padding-left: 0 !important;
    flex-direction: column;
    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    justify-content: flex-start;
  }

  .main_header_area .navbar .navbar-nav li {
    width: 100%;
  }

  .main_header_area .navbar .navbar-nav li.dropdown.show > ul {
    display: block;
  }

  .main_header_area .navbar .navbar_supported ul li a,
  .main_header_area .navbar .navbar-nav li.dropdown:after {
    color: #3c3ccf !important;
  }

  .main_header_area .navbar .navbar-nav li.dropdown.show > ul {
    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%) !important;
    -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%) !important;
  }

  .main_header_area .navbar .navbar-nav li.dropdown.show > ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .main_header_area .navbar .navbar-nav li.dropdown.show > ul li a {
    font: 400 16px/17px "Noto Sans", sans-serif;
    padding-top: 0;
    padding-bottom: 0;
    color: #38384f !important;
  }

  .main_header_area .navbar .navbar-nav li.dropdown.show > ul li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }

  .main_header_area .navbar .navbar-nav li.dropdown.show > ul li:last-child {
    border-bottom: none;
  }

  .main_header_area .navbar .navbar-nav li:last-child {
    border: 0;
  }

  .main_header_area .navbar .navbar-nav li a {
    line-height: 45px !important;
    margin: 0 20px !important;
    color: #fff !important;
  }

  .main_header_area .navbar .navbar-nav li a:after {
    display: none !important;
  }

  .main_header_area .navbar .navbar-nav li.dropdown:after {
    content: "\e939";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 15px/48px s-creative;
    color: #fff;
  }

  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu {
    display: none;
    background-color: transparent;
    border: 0;
    border-top: 1px dashed #fff;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a {
    border: 0;
    color: #fff;
    margin: 0 10px;
  }

  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a:hover,
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a:focus,
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a.active {
    color: #fff;
    border: 0;
    padding: 0 20px;
    background-color: transparent;
  }

  .main_header_area.navbar_fixed {
    padding: 0 15px;
  }

  .banner_2 h1,
  .portfolio__title h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .optimizarion_area .tittle {
    padding-bottom: 50px;
  }

  .optimizarion_2 .optimizarion_row .tittle {
    padding-top: 30px;
  }

  .selected_projects .tittle {
    padding-bottom: 20px;
  }

  .got_problem .problem_from {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .got_problem .problem_from h2,
  .quick_call h2 {
    font-size: 30px;
  }

  .blog_details {
    padding: 0;
  }

  .blog_area .blog_right_sidebar {
    padding-top: 0;
    max-width: 100%;
  }

  .history_area .history_content {
    padding-left: 15px;
    padding-top: 10px;
  }

  .got_problem {
    padding-top: 150px;
  }

  .footer_area .footer_widget.fw_2 {
    padding-left: 15px;
  }

  .footer_area.footer_2 {
    padding-top: 150px;
  }
  .optimizarion_2 .optimizarion_row {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .banner_2 p,
  .banner_2 .span-title,
  .portfolio__title p {
    font-size: 16px;
  }
  .cta {
    padding: 50px 20px;
  }
  .banner_2 p,
  .portfolio__title p {
    padding-bottom: 30px;
  }

  .banner_2 h1,
  .portfolio__title h1 {
    font-size: 30px;
    line-height: 40px;
    padding: 10px 0;
  }

  .tittle h2 {
    font-size: 30px;
    line-height: 40px;
    padding-top: 10px;
  }

  .tittle p {
    font-size: 16px !important;
  }

  .tittle span.span-title-h6 {
    font-size: 16px;
    line-height: 16px;
    border-width: 2px;
  }

  .pb_3:after {
    display: none;
  }

  .hire_us h2 {
    font-size: 30px;
    line-height: 40px;
    padding-top: 150px;
  }

  .optimizarion_area .tittle .theme_btn2 {
    margin: 40px auto 0;
  }

  .testimonial_area .tittle {
    padding-bottom: 20px;
  }

  .testimonial_area .tittle h3.h3 {
    padding: 0;
  }

  .testimonial_area .tittle h2 {
    padding-bottom: 20px;
  }

  .testimonial_area .ts_slide {
    margin-bottom: 40px;
  }

  .testimonial_area .ts_slide p {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .about_area .tittle h4 {
    font-size: 18px;
    padding: 10px 0;
  }

  .digital_marketing .marketing_inner .fast_colum {
    padding-top: 50px;
  }

  .pricing_area .tittle {
    padding-bottom: 40px;
  }

  .pricing_area .nav-tabs {
    margin-bottom: 60px;
  }

  .selected_projects .selected_text h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .servises_area .servis_items h2,
  .servises_area .servis_items span {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .servises_area .tittle {
    margin-bottom: 10px;
    padding-bottom: 15px;
  }

  .history_area .tittle {
    margin-bottom: 10px;
  }

  .footer_area .copy_right {
    margin-top: 0px;
    padding: 30px 0;
    border-top: none;
  }

  .footer_area .footer_address .footer_social {
    padding: 10px 0 30px;
  }

  .footer_area .copy_right p {
    text-align: left;
  }

  .footer_area .copy_right .footer_nav {
    text-align: left;
  }

  .footer_area .copy_right .footer_nav {
    padding-top: 15px;
  }

  .footer_area .copy_right .footer_nav li:first-child {
    padding-left: 0;
  }

  .footer_area.footer_2 {
    padding-top: 150px;
  }

  .footer_area.footer_2 .copy_right p {
    padding-top: 20px;
  }
  .optimizarion_2 .optimizarion_row {
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .hire_us h2 {
    font-size: 18px;
    line-height: 30px;
  }

  .testimonial_2 .tittle h2 {
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .footer_area .footer_widget.fw_2 {
    padding-top: 50px;
  }

  .error_area {
    padding-top: 230px;
  }

  .error_area h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .cta .h3 {
    padding: 30px 0 80px;
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  .banner_2 .container .theme_btn2 {
    display: block;
    width: 60%;
    margin: 0 auto 15px;
  }
}

@media (max-width: 450px) {
  .testimonial_sct .slider-testimonial__item {
    padding: 35px 25px;
  }
  .testimonial_sct .testimonial-info {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
  .testimonial-picture {
    margin-left: 5px;
  }
}

@media (max-width: 415px) {
  .cta .h3 {
    padding: 20px 0 60px;
  }
}

@media (max-width: 360px) {
  .navbar-brand img {
    max-width: 140px;
  }
}

/*my-code*/
.white-btn {
  color: #3c3ccf !important;
  text-align: center;
  font: 600 20px/60px "Open Sans", sans-serif !important;
  display: inline-block;
  padding: 0 20px;
  border: 2px solid #3c3ccf;
  border-radius: 30px;
  background: transparent;
}

.white-btn:hover,
.white-btn:focus {
  background: #3c3ccf;
  color: #fff !important;
}

.blue-btn {
  color: #fff !important;
  background: #3c3ccf;
  text-align: center;
  font: 600 20px/60px "Open Sans", sans-serif !important;
  display: inline-block;
  padding: 0 20px;
  border: 2px solid #3c3ccf;
  border-radius: 30px;
}

.blue-btn:hover,
.blue-btn:focus {
  background: transparent;
  color: #3c3ccf !important;
}

.h3 {
  font: 700 30px/40px "Noto Sans", sans-serif;
  color: #181818;
  padding: 70px 0;
}

#seo.tittle {
  margin-bottom: 50px;
}

.ui-dropdown-list {
  position: relative;
  margin-left: 10px;
}

p.ui-dropdown-list-trigger {
  margin-top: 0;
}

.ui-dropdown-list-trigger strong {
  position: relative;
  z-index: 999;
}

.ui-dropdown-list-trigger strong,
.ui-dropdown-list-trigger a {
  display: inline-block;
  padding: 6px 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.75);
  font-weight: normal;
}

.ui-dropdown-list-trigger strong {
  color: #3c3ccf;
  font-weight: bold;
}

@media (max-width: 767px) {
  section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .banner_2 {
    padding-bottom: 50px;
    padding-top: 140px;
  }

  .optimizarion_2 .optimizarion_row {
    padding-bottom: 50px;
  }

  .h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

/*client*/
.clients {
  margin-bottom: 60px;
}

.client-carousel .item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}

.client-carousel .item:hover img {
  filter: none;
}

.client-carousel .item {
  height: 60px;
  overflow: hidden;
  max-width: 160px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/*cta*/
.cta-width {
  margin: 0 auto;
  max-width: 750px;
}

.alt-text {
  color: #3c3ccf;
}

.container-smal {
  max-width: 960px;
  margin: 0 auto;
}

.digital_agency p {
  text-align: center;
}

@media only screen and (min-width: 991px) {
  .optimizarion_row:nth-child(2n) .seo_img {
    order: 2;
  }
}

/* Testimonial */

.testimonial-carousel {
  position: relative;
  padding: 60px 0;
}

.testimonial-carousel::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 80%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background-color: #5c5cd9;
  border-radius: 35px;
}

.testimonial-carousel .item {
  background: #ffffff;
  box-shadow: 0px -1px 6px -4px rgb(0 0 0 / 92%);
  border-radius: 35px;
  padding: 60px 25px;
}

.owl-carousel .owl-stage {
  padding: 30px 0px;
}

.owl-carousel .owl-stage-outer {
  padding: 0 15px;
  margin: 0 -15px;
}

.testimonial-carousel img {
  max-width: 150px;
  margin: 20px auto;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}

.testimonial-carousel .item:hover img {
  filter: none;
}

.testimonial-carousel h4 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
}

.testimonial-description {
  font-style: italic;
}

.owl-dots {
  position: relative;
  z-index: 111;
  text-align: center;
}

.owl-carousel button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #c4c4ff;
  margin: 0px 2px;
}
.owl-carousel button.owl-dot.active {
  background-color: #fff;
}
.cta-width .h3 {
  padding-top: 0;
  padding-bottom: 30px;
}

.slick-slider {
  margin: 0 -15px;
}
.slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.slick-slide img {
  max-width: 100%;
}

.slider-testimonial__item {
  position: relative;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 50px 45px;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  min-height: 430px;
}
.quote {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 100px;
  font-family: sans-serif;
  color: #4e37cb;
}
.testimonial_sct {
  background: #f7f7ff;
}

.slick-track {
  padding: 20px 0;
}

.testimonial-picture {
  position: relative;
  display: block;
  width: 100%;
  max-width: 80px;
  height: 80px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-info {
  --star-size: 25px;
  --star-color: #fff;
  --star-background: #ca19af;
  padding-left: 25px;
}
.testimonial-picture::before {
  position: absolute;
  content: "";
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background-image: -moz-linear-gradient(
    -29deg,
    rgb(60, 60, 207) 0%,
    rgb(202, 25, 175) 100%
  );
  background-image: -webkit-linear-gradient(
    -29deg,
    rgb(60, 60, 207) 0%,
    rgb(202, 25, 175) 100%
  );
  background-image: -ms-linear-gradient(
    -29deg,
    rgb(60, 60, 207) 0%,
    rgb(202, 25, 175) 100%
  );
  border-top-left-radius: 35px;
  z-index: -1;
}
.testimonial-picture::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-top-left-radius: 30px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.stars {
  --percent: calc(var(--rating) / 5 * 100%);

  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
.stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(
    90deg,
    var(--star-background) var(--percent),
    var(--star-color) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-picture img {
  max-width: 90%;
  max-height: 90%;
  z-index: 2;
  position: relative;
  border-top-left-radius: 28px;
}

.slider-testimonials p {
  padding-top: 25px;
  width: 100%;
}

.testimonial_sct .tittle span.span-title-h6 {
  display: block;
  text-align: left;
}

.testimonial_sct h3 {
  padding-top: 10px;
  padding-bottom: 35px;
  text-align: left;
}

.testimonial_sct {
  padding: 90px 0px 60px;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.testimonial_sct .slick-dots {
  padding-top: 15px;
}

.slick-dots li button {
  font-size: 0px;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 2px solid #3c3ccf;
}

.slick-dots li.slick-active button {
  background-color: #3c3ccf;
}

/*client*/
.slider-client img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.3 ease-in-out;
}
.slider-client img:hover {
  filter: grayscale(0);
}
.slider-client .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-title p {
  font-size: 20px;
}
.clients .slick-track {
  padding: 0;
}
.clients {
  padding-top: 20px;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .clients p {
    padding-bottom: 25px;
  }
}

