/* bootstrap 4 columns */

.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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.main_iptv_content_body {
    /* background-image: url("../images/iptv/iptv_app.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center; */
    background: #101010;
}

.top_section_of_casestudy {
    /* background-image: url("../../images/18days/hero.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    /* padding-top: 1.5rem; */
    background: #101010;
    position: relative;
}
.top_section_of_casestudy h1 span {
    color: #ea6036;
}
.top_section_of_casestudy h1 {
    font-family: Poppins;
    font-size: 60px;
    font-weight: 700;
    line-height: 66.2px;
    position: absolute;
    top: 0;
    left: 0;

    color: #ffffff;
    /*border: 1.5px solid #ffffff0a;*/

    text-align: center;

    margin-left: auto;
    margin-right: auto;

    letter-spacing: -3px;
}
.top_section_of_casestudy p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
    margin-top: 1rem;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.top_section_of_casestudy a {
    display: inline-block;
    text-align: center;
    margin: 6px;
    margin-top: 1rem;
}
.top_section_of_casestudy .main_image {
    position: relative;
    /* width: 550px; */
    margin-left: auto;
    margin-right: auto;
    /* padding-bottom: 2rem; */
    /* margin-bottom: 5rem; */
}
/* .top_section_of_casestudy .main_image .frame_1 {
    position: absolute;
    top: -67px;
    left: -28px;
}
.top_section_of_casestudy .main_image .frame_2 {
    position: absolute;
    top: 33px;
    left: -179px;
}
.top_section_of_casestudy .main_image .frame_3 {
    position: absolute;
    bottom: -23px;
    left: -183px;
}
.top_section_of_casestudy .main_image .frame_4 {
    position: absolute;
    top: -133px;
    right: -156px;
}
.top_section_of_casestudy .main_image .frame_5 {
    position: absolute;
    top: 101px;
    right: -214px;
}
.top_section_of_casestudy .main_image .frame_6 {
    position: absolute;
    bottom: -100px;
    right: -162px;
} */
.top_section_of_casestudy .main_image .main {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* margin-top: 1rem; */
}
/*--global---styles-------*/
.move-up {
    transform: translateY(50px);
    transition: all 0.5s linear;
}
.animation-move-up {
    transform: translateY(0);
}

.service_top_sec {
    padding-top: 2rem;
    position: relative;
    z-index: 4;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center !important;
}
.service_top_sec ul {
    display: block;
    padding-left: 0;
    text-align: center;
}
.service_top_sec ul li {
    display: inline-block;
    width: 66%;
    vertical-align: middle;
}
.service_top_sec ul li:first-child {
    text-align: left;
    width: 33%;
}
.service_top_sec ul li span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.service_top_sec ul li h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0.3rem;
}
.service_top_sec ul li p {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 32.76px;
    color: #000000;
}
.service_top_sec ul li .main_header_img {
    width: 781px;
    height: 533px;
    animation: image-animation 12s infinite linear alternate;
    -webkit-animation: image-animation 12s infinite linear alternate;
}
.service_top_sec ul li .main_header_img.ceo_image {
    width: 300px;
}
.top_social_btn {
    text-align: center;
}
.service_top_sec ul li a {
    width: 164px;
    height: 60px;
    display: inline-block;
    /* left: 105px; */
    /* top: 569px; */
    background: #ff7144;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    text-decoration: none;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin: 0.5rem 0.5rem;
    margin-left: 0;
}

.port_sec h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    color: #ec5533;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 3rem;
}

.port_sec h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 66px;
    color: #ec5533;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.port_sec ul {
    display: block;
    padding-left: 0;
    text-align: center;
}
.port_sec ul li {
    display: inline-block;
    margin: 10px;
}

.port_sec .port {
    text-align: center;
    margin-bottom: 1rem;
    text-decoration: none;
    display: block;
    position: relative;
    transition: 0.5s ease;
    cursor: pointer;
}
.port_sec .port .user_img {
    width: 321px;
    height: 230px;
}
.port_sec .port .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 321px;
    height: 230px;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #000000cb;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.port:hover .user_img.left {
    transform: rotate(3deg);
}
.port:hover .user_img.right {
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}
.port:hover .overlay {
    opacity: 1;
}

.port .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .service_top_sec ul li,
    .service_top_sec ul li:first-child {
        width: 47%;
    }
    .service_top_sec ul li .main_header_img {
        width: 480px;
        height: 488px;
    }
    .service_top_sec ul li h1 {
        font-size: 2.3rem;
    }
}

@media only screen and (max-width: 992px) {
    .service_top_sec ul li,
    .service_top_sec ul li:first-child {
        width: 100%;
    }
    .service_top_sec ul li:first-child {
        text-align: center;
    }
    /* .service_top_sec ul li a {
        margin-left: auto;
        margin-right: auto;
    } */

    .port_main_sec .case_study {
        top: 12px;
        right: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .service_top_sec ul li .main_header_img {
        width: 100%;
        height: auto;
    }
    .port_main_sec .case_study {
        right: 15px;
        font-size: 14px;
    }
    .port_main_sec .circle_bottom_right {
        display: none;
    }

    .service_top_sec ul li h1 {
        margin-top: 5rem;
    }

    .service_top_sec ul li a {
        margin: 0.5rem 0.5rem;
    }
    .service_top_sec ul li p {
        font-size: 20px;
    }
}

@keyframes image-animation {
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateY(25px);
    }
    50% {
        transform: translateY(0px);
    }
    75% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0px);
    }
}

/*----blogs---section--styling---starts---*/
.blogs-section {
    padding: 4rem 0;
    width: 100%;
    margin-top: 5rem;
    background-color: #f8f8f8;
}

.blogs-wrapper {
    width: 70rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 0px auto;
}

.blogs-item {
    width: 16rem;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    position: relative;
    gap: 1rem;
}

.blogs-item:before {
    content: attr(data-blog-type);
    position: absolute;
    top: 1rem;
    right: 1rem;
    text-transform: uppercase;
    padding: 0.3rem;
    background-color: var(--white-color);
    border-radius: 3px;
    color: var(--black-color);
    font-size: 0.88888rem;
    font-weight: 550;
    font-family: var(--poppins-font);
}

.blogs-item > img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
    display: block;
}

.blogs-item > h2 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--black-color);
    text-transform: capitalize;
    line-height: 1.5;
}

.blogs-item > p {
    color: var(--black-gray);
    text-transform: capitalize;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.7;
}

/*------------media-queries-for-blogs-section--*/
@media screen and (max-width: 1150px) {
    .blogs-wrapper {
        width: 99%;
        flex-wrap: wrap;
        gap: 3rem;
    }
}

.sections-heading {
    font-size: 2rem;
    margin: 2rem auto;
    color: var(--main-color);
    text-align: center;
}

/*------------Project Overview-section--*/
.top_heading_transparent {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-top: 3rem;
    justify-content: center;
}
.top_heading_transparent.center {
    justify-content: space-between;
}

.top_heading_transparent h2 {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.top_heading_transparent h2 span:first-child {
    color: #ec5533;
}

.text-center {
    text-align: center;
}
.simple_heading {
    color: #ea6036;
    text-align: center;
    font-family: Poppins;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 2rem;
}

.project_soc {
    margin-top: 0.5rem;
}
.project_soc img {
    margin: 8px;
    width: 30px;
    height: 30px;
}

/*------------all_parts_sectin-section--*/

.all_parts_inside .about_sec {
    border-radius: 65px 65px 0px 0px;
    background: #272727;
    padding: 2.5rem 0rem;
    padding-bottom: 0;
}
.background_app_screen {
    background-image: url("../../images/pomotimer/pomotimer_back.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2.5rem 0rem;
    padding-bottom: 0;
}
.about_left_content {
    border-radius: 586px;
    background: #ea6036;
    height: 400px;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0rem 3rem;
    margin-left: auto;
    margin-right: auto;
}
.about_left_content h3 {
    color: #fff;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
.about_left_content p {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.mt-2 {
    margin-top: 2rem;
}
.mt-3 {
    margin-top: 3rem;
}
.about_right_box {
    border-radius: 70px;
    border: 2px solid #545252;
    padding: 3rem 4rem;
}
.about_right_box h3 {
    color: #ea6036;
    text-align: left;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.5rem;
}
.about_right_box p {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0.5rem;
}
.about_right_box p span {
    color: #ea6036;
}
.main_heading_design {
    margin-bottom: 2rem;
}
.main_heading_design h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_heading_design h2 .left {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.main_heading_design h2 .search {
    border-radius: 57px;
    border: 1px solid #ea6036;
    width: 83%;
    padding: 7px 26px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.8rem;
    height: 50px;
}
.main_heading_design h2 .search .text {
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.main_heading_design h2 .right {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.main_heading_design.black_color h2 .left,
.main_heading_design.black_color h2 .search .text,
.main_heading_design.black_color h2 .right {
    color: #000;
}
.main_heading_design.black_color h2 .search {
    border: 1px solid #000;
}

.main_heading_design.white_color h2 .left,
.main_heading_design.white_color h2 .search .text,
.main_heading_design.white_color h2 .right {
    color: #fff;
}
.main_heading_design.white_color h2 .search {
    border: 1px solid #fff;
}
.problem_solution_sec {
    border-radius: 65px 65px 0px 0px;
    background: #090909;
    padding: 2.5rem 0rem;
    padding-bottom: 0;
    /* margin-top: 2rem; */
}
.problem_solution_sec img {
    width: 100%;
    max-width: 76%;
    margin-left: auto;
    margin-right: auto;
}
.problem_sol_left_box p {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}
.new_design_heading {
    color: #ea6036;
    font-family: Poppins;
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    position: relative;
}
.new_design_heading .white_right {
    position: absolute;
    top: -18px;
    left: 28%;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    line-height: 39px;
    padding: 0px 7px;
    font-weight: 700;
    /* transform: rotate(-3.263deg); */
    width: 109.292px;
    height: 41px;
    transform: rotate(-2.925deg);
    flex-shrink: 0;
}

.style_guidlines_sec {
    border-radius: 65px 65px 0px 0px;
    background: #fff;
    padding-top: 3rem;
    margin-top: 3rem;
}
.style_guidlines_sec p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.new_design_heading2 {
    color: #000;
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    position: relative;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.new_design_heading2 .white_text {
    position: absolute;
    top: -18px;
    left: 61%;
    border-radius: 10px;
    background: #ea6036;
    font-size: 15px;
    line-height: 39px;
    padding: 0px 7px;
    font-weight: 700;
    /* transform: rotate(-3.263deg); */
    width: 125.292px;
    height: 41px;
    transform: rotate(-2.925deg);
    flex-shrink: 0;
    color: #fff;
    margin-top: 0rem;
    /* transform: rotate(-2.925deg); */
}

.home_calander_sec_box {
    background-image: url("../../images/pomotimer/home_cal.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 65px 65px 0px 0px;
    padding-top: 3rem;
    margin-top: 3rem;
    padding-bottom: 3rem;
}
.home_calander_sec_box h3 {
    color: #fff;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    position: relative;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.home_calander_sec_box h3 span {
    position: absolute;
    top: -10px;
    left: 53%;
    border-radius: 10px;
    background: #000;
    font-size: 15px;
    line-height: 39px;
    padding: 0px 7px;
    font-weight: 700;
    /* transform: rotate(-3.263deg); */
    width: 125.292px;
    height: 41px;
    transform: rotate(-2.925deg);
    flex-shrink: 0;
    color: #fff;
    margin-top: 0rem;
    /* transform: rotate(-2.925deg); */
}
.home_left_box {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    height: 100%;
}
.home_calander_sec_box p {
    color: #000;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
    width: 100%;
}
.branding_sec_box h3 {
    color: #ea6036;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    position: relative;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.branding_sec_box h3 span {
    position: absolute;
    top: -26px;
    left: 54%;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    line-height: 39px;
    padding: 0px 7px;
    font-weight: 700;
    /* transform: rotate(-3.263deg); */
    /* width: 125.292px; */
    height: 41px;
    transform: rotate(-2.925deg);
    flex-shrink: 0;
    color: #000;
    margin-top: 0rem;
    /* transform: rotate(-2.925deg); */
}
.branding_sec_box img {
    width: 100%;
    margin-top: 1.5rem;
    border-radius: 20px;
}
/*------------Media Queries All Section--*/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
    .about_left_content {
        border-radius: 70px;
        width: auto;
        height: auto;
        padding: 3rem 4rem;
    }
    .top_heading_transparent {
        gap: 0rem;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .branding_sec_box h3 span {
        left: 20%;
    }
    .top_section_of_casestudy h1 {
        font-size: 36px;
        line-height: 35.2px;
    }
    .new_design_heading2 .white_text {
        top: -25px;
        left: 45%;
    }

    .record_section_moneda {
        padding-top: 0;
    }
    .project_timeline h2 {
        font-size: 34px;
        text-align: center;
    }

    .top_section_of_casestudy .main_image {
        width: 100%;
    }

    .top_heading_transparent h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 500px) {
    .project_timeline .content {
        margin-top: 0rem;
        overflow: hidden;
        padding-top: 5rem;
        padding-bottom: 7rem;
    }
}

/*---------contact-section-styling----*/
.contact-section {
    width: 58rem;
    box-shadow: 0 0 3px 3px rgba(21, 23, 27, 0.2);
    display: flex;
    padding: 3rem;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    margin: 0 auto;
    margin-top: 5rem;
    padding-right: 0;
}

.contact-left {
    width: 25rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 2rem;
}

.contact-left > h2 {
    font-size: 2rem;
    color: var(--main-color);
    font-weight: 600;
    line-height: 1.5;
}

.contact-inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.contact-inputs div {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.contact-inputs input {
    height: 3rem;
    width: 12rem;
    background: rgba(0, 0, 0, 0.04);
    border: none;
    font-size: 0.9555rem;
    padding-left: 0.5rem;
    outline: none;
    position: relative;
}

.contact-inputs p {
    font-size: 0.899rem;
    font-weight: 550;
    text-transform: capitalize;
}

.contact-textarea {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.contact-textarea textarea {
    height: 9rem;
    width: 25rem;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.04);
    padding: 1rem;
}

.contact-textarea p {
    font-size: 0.899rem;
    font-weight: 550;
    text-transform: capitalize;
}

.contact-left > button {
    height: 3rem;
    width: 10rem;
    border-radius: 3rem;
    font-size: 0.8666rem;
    text-transform: capitalize;
    font-weight: 550;
    border: none;
    outline: none;
    color: var(--white-color);
    margin-left: auto;
    margin-right: auto;
    background-color: var(--main-color);
    cursor: pointer;
}

.contact-right {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 2rem;
}
.contact-right-item img {
    height: 1.3rem;
    width: 1.3rem;
}
.contact-right > p {
    color: var(--main-color);
}

.contact-right > h1 {
    font-size: 2rem;
    color: var(--black-color);
    line-height: 1.4;
    text-align: left;
    text-transform: capitalize;
    font-weight: 700;
}

.contact-right > div {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
}

.contact-right > div p {
    color: var(--form-color);
    font-weight: 550;
    font-size: 1rem;
}
.form-icons img {
    height: 3rem;
    width: 3rem;
}

/*----------media-queries-for-contact-section--*/
/* @media screen and (max-width: 1150px) {
    .contact-section {
        width: 97%;
        gap: 1rem;
    }
} */

.app_store_icons {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 992px) {
    .top_section_of_casestudy .main_image .frame_1,
    .top_section_of_casestudy .main_image .frame_2,
    .top_section_of_casestudy .main_image .frame_3,
    .top_section_of_casestudy .main_image .frame_4,
    .top_section_of_casestudy .main_image .frame_5,
    .top_section_of_casestudy .main_image .frame_6 {
        width: 100px;
    }
    .top_section_of_casestudy .main_image .frame_4 {
        top: -104px;
        right: -56px;
    }
    .top_section_of_casestudy .main_image .frame_5 {
        top: 81px;
        right: -104px;
    }
    .top_section_of_casestudy .main_image .frame_6 {
        bottom: -55px;
        right: -32px;
    }
    .top_section_of_casestudy .main_image .frame_1 {
        top: -77px;
    }
    .top_section_of_casestudy .main_image .frame_2 {
        left: -79px;
    }
    .top_section_of_casestudy .main_image .frame_3 {
        left: -79px;
    }

    .contact-section {
        flex-direction: column;
        gap: 5rem;
        width: 42rem;
        padding-right: 3rem;
    }

    .contact-right,
    .contact-left {
        align-items: center;
        justify-content: center;
        border-left: none;
        padding-left: 0;
        width: 100%;
    }

    .contact-right > h1 {
        width: 40rem;
        font-size: 2.5rem;
        text-align: center;
    }

    .contact-left > h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .top_section_of_casestudy .main_image .frame_1,
    .top_section_of_casestudy .main_image .frame_2,
    .top_section_of_casestudy .main_image .frame_3,
    .top_section_of_casestudy .main_image .frame_4,
    .top_section_of_casestudy .main_image .frame_5,
    .top_section_of_casestudy .main_image .frame_6 {
        display: none;
    }
    .top_section_of_casestudy .main_image .main {
        width: 100%;
    }
    .top_section_of_casestudy p {
        width: 90%;
    }
    .contact-right > h1 {
        font-size: 2rem;
        width: 99%;
    }

    .contact-left {
        width: 80%;
        display: block;
    }
    .contact-right {
        width: 80%;
    }
    .contact-left > h2 {
        font-size: 1.8rem;
    }

    .contact-section {
        width: 90%;
        padding: 3rem 0rem;
    }

    .contact-inputs {
        flex-direction: column;
    }

    .contact-inputs input {
        width: 100%;
        display: block;
    }
    .contact-textarea {
        margin-top: 14px;
        margin-bottom: 1rem;
    }
    .contact-textarea textarea {
        width: 100%;
        display: block;
    }
    .contact-left > button {
        display: block;
    }
    .contact-inputs div {
        display: block;
        width: 100%;
    }
    .app_store_icons {
        width: 100%;
    }
}

.what_is_nfc_tap {
    overflow: hidden;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.what_is_nfc_tap .content_main_box {
    position: relative;
    height: 231px;
}
.what_is_nfc_tap .content_main_box .image_1 {
    position: absolute;
    top: 0;
    left: -88px;
    width: 130px;
}
.what_is_nfc_tap .content_main_box .image_2 {
    position: absolute;
    top: 0;
    right: -88px;
    width: 90px;
}
.what_is_nfc_tap .content_main_box .image_3 {
    position: absolute;
    top: 57px;
    left: 98px;
    width: 60px;
}
.what_is_nfc_tap .content_main_box .image_4 {
    position: absolute;
    bottom: 34px;
    right: 0;
    width: 173px;
}
.what_is_nfc_tap h2 {
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 52.5px;
    color: #fff;
}
.what_is_nfc_tap h2 span {
    background: linear-gradient(91deg, #ec5533 33.54%, #fff 58.69%);

    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.what_is_nfc_tap .image_content {
    text-align: center;
}
.what_is_nfc_tap .content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.what_is_nfc_tap .content h3 {
    color: #000;
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 60.5px;
}
.what_is_nfc_tap .content p {
    font-size: 16px;
    text-align: left;
    margin-top: 1rem;
    line-height: 24px;
}
.what_is_nfc_tap .left_image {
    width: 376px;
    height: 620px;
}
.what_is_nfc_tap p {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-top: 1.5rem;
}
.what_is_nfc_tap p span {
    color: #e5a7e0;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .what_is_nfc_tap .left_image {
        width: 100%;
        height: 100%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .what_is_nfc_tap .content_main_box .image_1,
    .what_is_nfc_tap .content_main_box .image_2 {
        display: none;
    }
    .what_is_nfc_tap .content_main_box .image_3,
    .what_is_nfc_tap .content_main_box .image_4 {
        opacity: 0.2;
    }
}

.search-container {
    position: relative;
    margin: 2rem auto;
    max-width: 800px;
}

.search-input {
    background-color: transparent;
    color: white;
    border: 2px solid #ff4d4d;
    border-radius: 50px;
    padding: 15px 20px 15px 50px;
    width: 100%;
}

.search-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 77, 77, 0.3);
}

.search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.timeline-container {
    margin-top: 4rem;
    position: relative;
    padding-bottom: 2rem;
}

.timeline-item {
    text-align: left;
    margin-bottom: 2rem;
    display: inline-block;
}

.icon-container {
    width: 100%;
    /* height: 50px; */
    /* margin: 0 auto 1rem; */
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 2.5rem;
    gap: 1rem;
}
.line_bg {
    background: linear-gradient(
        90deg,
        rgba(198, 80, 214, 0.96) 50.07%,
        rgba(149, 173, 229, 0.92) 89.21%
    );
    width: 148px;
    height: 1px;
}
.icon-container img {
    width: 50px;
    height: 50px;
}
.timeline-title {
    /* font-size: 1.75rem; */
    /* font-weight: 700; */
    margin-bottom: 1rem;
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.timeline-description {
    /* font-size: 1rem; */
    /* color: #aaa; */
    max-width: 300px;
    /* margin: 0 auto; */
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.5px;
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}

.page-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.page-number {
    font-size: 1.5rem;
    font-weight: bold;
}

/* Icons styling */
.icon-magnifier {
    color: #3498db;
}

.icon-pencil {
    color: #f1c40f;
}

.icon-building {
    color: #3498db;
}

.icon-test {
    color: #e67e22;
}

.icon-rocket {
    color: #3498db;
}

@media (max-width: 767.98px) {
    .timeline-item {
        margin-bottom: 2rem;
    }

    .vertical-line {
        display: none;
    }
}

@media (min-width: 768px) {
    .timeline-section {
        /* display: flex;
        justify-content: space-around; */
        position: relative;
        text-align: center;
    }

    .timeline-item {
        z-index: 1;
        width: 24%;
    }
}
