.text_align {
    text-align: center !important;
}
.error {
    color: rgb(255, 0, 0);
}
.oops {
    color: white;
}
.oopscolor {
    color: black;
}

  .active {
    color: black;
    /* color: #698FC6; */
}

@media (max-width: 768px) {
   .active {
    /* color: grey; */
    color: #698FC6;
}
}




.pad_btm1 {
    padding-bottom: 100px;
}

/* section 8 */

.service-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-section .shape {
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: -9;
    max-width: 500px;
}

.service-section .shape img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-section.style-two .shape {
    top: -2px;
    right: -2px;
    z-index: -9;
    max-width: 100% !important;
    max-height: 100% !important;
    opacity: 0.5;
}

@media only screen and (min-width: 1400px) {
    .divider {
        height: 130px;
    }
}

.divider {
    width: 100%;
    display: block;
    height: 60px;
}

@media only screen and (min-width: 576px) {
    .divider {
        height: 70px;
    }
}

@media only screen and (min-width: 768px) {
    .divider {
        height: 80px;
    }
}

@media only screen and (min-width: 992px) {
    .divider {
        height: 95px;
    }
}

@media only screen and (min-width: 1200px) {
    .divider {
        height: 110px;
    }
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 370px;
}

@media (min-width: 400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 400px;
    }
}

@media (min-width: 480px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        /* max-width:420px */
        max-width: 480px;
    }
}

@media (min-width: 576px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 570px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

.custom-container {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 480px) {
    .custom-container {
        width: 420px;
    }
}

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

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

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

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

@media (min-width: 1400px) {
    .custom-container {
        width: 1320px;
    }
}

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

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

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

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

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

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

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

.col {
    flex: 1 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-lay4 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-heading {
    position: relative;
    z-index: 1;
}

.section-heading .subtitle {
    background: var(--Secondary-Two);
    color: #052e26;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 6px;
    padding: 6px 24px;
    text-transform: capitalize;
    display: inline-flex;
    margin-bottom: 1rem;
}

.section-heading .subtitle.text-white {
    color: #052e26 !important;
    background: #bde162;
}

.section-heading h2 {
    font-size: clamp(28px, 4.5vw, 48px);
    line-height: 1.25;
    /* color: #698FC6; */
    color: #000000;
font-family: var(--font-heading--family);
    letter-spacing: -1.44px;
}

.section-heading p {
    line-height: 1.75;
        font-family: var(--font-heading--family);

}

@media only screen and (min-width: 1200px) {
    .section-heading p {
        font-size: 18px;
        font-family: var(--font-heading--family);
    }
}

.section-heading .question-mark {
    position: absolute;
    bottom: -20%;
    right: 10%;
    z-index: -10;
}

.section-heading img {
    border-radius: 18px;
    width: 100%;
}

.pe-xxl-4 {
    padding-right: 1.5rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
        font-family: var(--font-heading--family);
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

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

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.btn {
    transition: all 0.35s ease;
    font-family: var(--Font-Primary);
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 10px 20px;
    gap: 6px;
    border-radius: 6px;
    border: 0;
    position: relative;
    height: 48px;
    min-width: auto;
    overflow: hidden;
    font-weight: 600;
}

@media only screen and (min-width: 1200px) {
    .btn {
        height: 54px;
        padding: 12px 24px;
    }
}

@media only screen and (min-width: 1400px) {
    .btn {
        height: 60px;
        padding: 16px 32px;
        font-size: 16px;
                margin: 0px auto;
    }
}

.service-card {
    transition: all 0.35s ease;
    background: white;
    padding: 30px 24px;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

@media only screen and (min-width: 1400px) {
    .service-card {
        padding: 40px 36px;
    }
}

.service-card .service-icon {
    transition: all 0.35s ease;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: white;
    /* margin-bottom: 50px; */
margin-bottom: 25px;
    font-size: 40px;
    color: #052e26;
}

.service-card .service-icon i {
    line-height: 0.7;
}

.service-card h4 {
    transition: all 0.35s ease;
}

.service-card p {
    line-height: 1.8;
        font-family: var(--font-heading--family);
}

.service-card:hover .service-icon,
.service-card:focus .service-icon {
    background: #ffffff;
    color: #052e26;
}

.service-card:hover h4,
.service-card:focus h4 {
    /* color: var(--Primary-Hover); */
}

.service-card.style-two {
    background: white;
    min-height: 100%;
}

.service-card.style-two .service-icon {
    background: white;
}

.service-card.style-two:hover .service-icon,
.service-card.style-two:focus .service-icon {
    background: #bde162;
    color: white;
}

.service-card-two {
    position: relative;
    z-index: 1;
    transition: all 0.35s ease;
    padding: 28px 24px;
    border-radius: 20px;
    background: white;
}

.service-card-two img {
    width: 100%;
    border-radius: 12px;
}

.service-card-two p {
    line-height: 1.8;
        font-family: var(--font-heading--family);

}

.service-card-two:hover,
.service-card-two:focus {
    /* background: #bde162; */
}

.bg-primary {
    background-color: #bde162 !important;
}

.bg-secondary {
    /* background-color: #f5f2f0 !important; */
    background-color: #EEF5FF;
}

.bg-success {
    background-color: var(--Success) !important;
}

.bg-danger {
    background-color: var(--Danger) !important;
}

.bg-warning {
    background-color: var(--Warning) !important;
}

.bg-info {
    background-color: var(--Info) !important;
}

.bg-dark {
    /* background-color: #052e26 !important; */
    background-color: #EEF5FF !important;
}

.bg-gray {
    background-color: white !important;
}

.text-primary {
    color: var(--Primary-Hover) !important;
}

.text-dark {
    color: var(--Text) !important;
}

.text-heading {
    color: #052e26 !important;
}

.text-success {
    color: var(--Success) !important;
}

.text-danger {
    color: var(--Danger) !important;
}

.text-warning {
    color: var(--Warning) !important;
}

.text-info {
    color: var(--Info) !important;
}

/* section10  */

.cta-section .cta-content {
    border-radius: 20px;
    background: #698FC6;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}

@media only screen and (min-width: 1400px) {
    .cta-section .cta-content {
        padding: 100px 110px;
        gap: 200px;
    }
}

@media only screen and (min-width: 1200px) {
    .cta-section .cta-content {
        padding: 80px 90px;
        gap: 100px;
    }
}

@media only screen and (min-width: 992px) {
    .cta-section .cta-content {
        flex-wrap: nowrap;
        padding: 50px;
    }
}

/* current account page section3  */
.justify-content-center {
    justify-content: center !important;
}

.step-card {
    position: relative;
    z-index: 1;
    text-align: center;
}

.step-card .step-number {
    position: relative;
    z-index: 1;
    padding-bottom: 88px;
}

.step-card .step-number:after {
    content: "";
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(5, 46, 38, 0.3);
    z-index: -10;
}

.step-card .step-number span {
    width: 105px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #698FC6;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
}

.step-card .step-number .arrow-down {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: -5;
}

.step-section .row .col-12:first-child .step-card .step-number:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #052e26;
    border-radius: 50%;
    opacity: 0.3;
    top: 22px;
    left: -4px;
    z-index: 1;
}

.step-section .row .col-12:last-child .step-card .step-number:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #052e26;
    border-radius: 50%;
    opacity: 0.3;
    top: 22px;
    right: -4px;
    z-index: 1;
}

.px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.divider-sm {
    width: 100%;
    display: block;
    height: 50px;
}

@media only screen and (min-width: 768px) {
    .divider-sm {
        height: 60px;
    }
}

.price-banner-card {
    position: relative;
    z-index: 1;
    padding: 40px 36px 30px;
    border-radius: 20px;
    background-color: #698FC6;
    overflow: hidden;
}

.price-banner-card img {
    width: 100%;
    border-radius: 20px;
}

.price-banner-card p {
    color: white;
}

.price-banner-card:before {
    content: "";
    position: absolute;
    bottom: -310px;
    left: 50%;
    width: 500px;
    height: 500px;
    /* background-color: #bde162; */
    border-radius: 50%;
    transform: translate(-50%);
    z-index: -10;
}

@media only screen and (min-width: 576px) {
    .price-banner-card:before {
        width: 600px;
        height: 600px;
    }
}

@media only screen and (min-width: 768px) {
    .price-banner-card:before {
        width: 450px;
        height: 450px;
    }
}

@media only screen and (min-width: 992px) {
    .price-banner-card:before {
        bottom: -210px;
    }
}

.price-banner {
    order: 5;
}

@media only screen and (min-width: 768px) {
    .price-banner {
        order: 0;
    }
}

.text_white {
    color: white;
}

.price-card {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 26px;
    border-radius: 18px;
    background-color: white;
    flex-wrap: wrap;
}

@media only screen and (min-width: 992px) {
    .price-card {
        flex-wrap: nowrap;
        gap: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .price-card {
        gap: 100px;
        padding: 30px 36px;
    }
}

@media only screen and (min-width: 1400px) {
    .price-card {
        gap: 140px;
    }
}

.price-card .pricing-value {
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.price-card .price-display {
    transition: opacity 0.4s ease;
}

.price-card .price-display.fade-out {
    opacity: 0;
}

.price-card .price-display.fade-in {
    opacity: 1;
}

.price-card .price-display .price-amount {
    font-size: clamp(36px, 4vw, 48px);
}

.price-card .price-display .price-type {
    font-size: clamp(16px, 2vw, 18px);
    color: #132b49;
}

.gap-4 {
    gap: 1.5rem !important;
}

.flex-column {
    flex-direction: column !important;
}

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

.lg\:grid-cols-4 {
    @media (width >= 992px) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.blog-card-two {
    position: relative;
    z-index: 1;
    transition: all 0.35s ease;
    overflow: hidden;
    border-radius: 20px;
}

.blog-card-two:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(5, 46, 38, 0) 0%, #052e26 100%);
    z-index: 0;
}

.blog-card-two img {
    border-radius: 20px;
    transition: all 0.35s ease;
}

.blog-card-two .blog-body {
    transition: all 0.35s ease;
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: -35px;
    left: 0;
    padding: 30px;
}

.blog-card-two .blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-card-two .blog-meta .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #edf0f6;
    flex-shrink: 0;
}

.blog-card-two .blog-meta .post-category,
.blog-card-two .blog-meta .post-date {
    transition: all 0.35s ease;
    color: #edf0f6;
    font-weight: 400;
    font-size: 16px;
}

.blog-card-two .blog-meta .post-category:hover,
.blog-card-two .blog-meta .post-category:focus,
.blog-card-two .blog-meta .post-date:hover,
.blog-card-two .blog-meta .post-date:focus {
    color: #bde162;
}

.blog-card-two .post-title {
    color: white;
    transition-duration: 0.35s;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.5s ease;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
}

.blog-card-two .post-title:hover,
.blog-card-two .post-title:focus {
    background-size: 100% 2px;
    color: #bde162;
}

.blog-card-two .btn-view-more span {
    color: white;
    border-color: #bde162;
}

.blog-card-two .btn-view-more span:first-child {
    opacity: 0;
    visibility: hidden;
}

.blog-card-two .btn-view-more span:last-child {
    opacity: 1;
    visibility: visible;
}

.translateY8 {
    transition: all 0.35s ease;
}

.translateY8:hover,
.translateY8:focus {
    transform: translateY(-8px);
}

.tilt-image {
    transition: transform 0.2s ease;
    transform-style: preserve-3d;
    will-change: transform;
    /* cursor: pointer; */
}

.imgZoomInOut {
    transition: width 0.5s ease;
}

.img-rotate360 {
    animation: rotate360 8s linear infinite;
}

@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.blog-card-two:hover .blog-body,
.blog-card-two:focus .blog-body {
    bottom: 0;
}

.blog-card-two:hover img,
.blog-card-two:focus img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.blog-card-two.style-two .blog-body {
    padding: 38px;
    bottom: -83px;
}

.blog-card-two.style-two .post-title {
    font-size: clamp(20px, 3vw, 28px);
}

.blog-card-two.style-two .post-title:hover,
.blog-card-two.style-two .post-title:focus {
    background-size: 100% 2px;
    color: var(--Primary);
}

.blog-card-two.style-two:hover .blog-body,
.blog-card-two.style-two:focus .blog-body {
    bottom: 0;
}

.blog-card-three {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    background-color: var(--Secondary);
    border-radius: 20px;
}

.blog-card-three .blog-img {
    border-radius: 20px 0 0 20px;
    transition: var(--Animation-Duration);
    flex-shrink: 0;
    flex: 0 0 35%;
    width: 35%;
}

.blog-card-three .blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

.blog-card-three .blog-body {
    padding: 24px;
    background-color: var(--Secondary);
    border-radius: 0 20px 20px 0;
    transition: var(--Animation-Duration);
}

.blog-card-three .blog-body .post-title {
    transition: var(--Animation-Duration);
    color: #052e26;
    line-height: 1.4;
    transition-duration: 0.35s;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.5s ease;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    letter-spacing: -1px;
}

.blog-card-three .blog-body .post-title:hover,
.blog-card-three .blog-body .post-title:focus {
    background-size: 100% 2px;
}

.blog-card-three .blog-body .blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-card-three .blog-body .blog-meta .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #132b49;
    flex-shrink: 0;
}

.blog-card-three .blog-body .blog-meta .post-category,
.blog-card-three .blog-body .blog-meta .post-date {
    transition: var(--Animation-Duration);
    color: #132b49;
    font-weight: 400;
    font-size: 16px;
}

.blog-card-three .blog-body .blog-meta .post-category:hover,
.blog-card-three .blog-body .blog-meta .post-category:focus,
.blog-card-three .blog-body .blog-meta .post-date:hover,
.blog-card-three .blog-body .blog-meta .post-date:focus {
    color: var(--Primary-Hover);
}

.blog-card-three .btn-link:hover,
.blog-card-three .btn-link:focus {
    color: #052e26;
}

.widget-card {
    background-color: var(--Secondary);
    padding: 32px 24px;
    border-radius: 20px;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .widget-card {
        padding: 40px 36px;
    }
}

.widget-card .widget-title {
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.widget-card form {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.widget-card form .form-control {
    transition: var(--Animation-Duration);
    background-color: var(--White);
    border-radius: 8px;
    height: 50px;
    color: var(--Text);
    border: 1px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
}

.widget-card form .form-control::-moz-placeholder {
    color: var(--Text);
    opacity: 0.8;
}

.widget-card form .form-control::placeholder {
    color: var(--Text);
    opacity: 0.8;
}

.widget-card form .form-control:focus {
    box-shadow: none;
    border-color: var(--Border);
}

.widget-card form button {
    transition: var(--Animation-Duration);
    background-color: transparent;
    color: #052e26;
    position: absolute;
    right: 0;
    border: 0;
    width: 60px;
    height: 100%;
    border-radius: 0 8px 8px 0;
    font-size: 24px;
    z-index: 10;
}

.widget-card form button:hover,
.widget-card form button:focus {
    color: var(--Primary-Hover);
}

.blog-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    gap: 12px;
}

.blog-list li a {
    position: relative;
    z-index: 1;
    width: 100%;
    color: var(--Text);
    border-radius: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    transition: var(--Animation-Duration);
}

@media only screen and (min-width: 992px) {
    .blog-list li a {
        font-size: 18px;
    }
}

.blog-list li a:hover,
.blog-list li a:focus {
    color: var(--Primary-Hover);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.widget-blog {
    display: flex;
    align-items: center;
    gap: 20px;
}

.widget-blog .blog-thumbnail {
    border-radius: 10px;
    flex: 0 0 100px;
    max-width: 100px;
}

.widget-blog .blog-thumbnail img {
    width: 100%;
    border-radius: 10px;
}

.widget-blog .blog-content .post-date {
    color: #49515b;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

@media only screen and (min-width: 1200px) {
    .widget-blog .blog-content .post-date {
        font-size: 16px;
    }
}

.widget-blog .blog-content .post-title {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: -1px;
}

.widget-blog .blog-content .post-title:hover,
.widget-blog .blog-content .post-title:focus {
    color: var(--Primary-Hover);
}

.tag-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.tag-list a {
    padding: 6px 20px;
    color: #052e26;
    font-size: 16px;
    font-weight: 400;
    display: block;
    border-radius: 6px;
    background-color: var(--White);
    transition: var(--Animation-Duration);
}

.tag-list a:hover,
.tag-list a:focus {
    background-color: var(--Primary);
    color: #052e26;
}

.btmftp {
    padding-bottom: 100px;
}

.about-section {
    position: relative;
    z-index: 1;
}

.about-section.style-one:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--Secondary);
    z-index: -1;
    opacity: 0.8;
}

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

.about-cool-facts {
    display: flex;
    align-items: center;
    gap: 2rem;
}

@media only screen and (min-width: 1200px) {
    .about-cool-facts {
        gap: 3rem;
    }
}

.about-cool-facts .line {
    width: 1px;
    height: 86px;
    background: var(--Border);
    flex-shrink: 0;
}

.about-cool-facts h2 {
    font-size: clamp(32px, 4vw, 48px);
}

.about-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
}

.about-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1rem;
    color: #052e26;
    font-weight: 600;
}

@media only screen and (min-width: 1400px) {
    .about-list li {
        font-size: 18px;
    }
}

.about-list li svg {
    flex-shrink: 0;
}

.about-countdown {
    padding: 20px 24px;
    border-radius: 20px;
    background-color: var(--White);
    width: 200px;
    flex-shrink: 0;
}

.about-countdown h2 {
    font-size: clamp(32px, 5vw, 48px);
}

.about-countdown h6 {
    color: #132b49;
    line-height: 1.5;
}

.about-img {
    position: relative;
}

.about-img .first-img {
    /* border-radius: 100px 20px 20px; */
}

.about-img .first-img-reverse {
    border-radius: 20px 20px 100px;
}

.about-img .dots-img {
    padding-right: 40px;
}

.experience-card {
    transition: var(--Animation-Duration);
    border-radius: 20px;
    background-color: #052e26;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

@media only screen and (min-width: 576px) {
    .experience-card {
        justify-content: center;
        flex-wrap: nowrap;
        gap: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .experience-card {
        padding: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .experience-card {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1200px) {
    .experience-card {
        justify-content: center;
        flex-wrap: nowrap;
    }
}

.experience-card h2 {
    color: #edf0f6;
    line-height: 1;
    font-size: clamp(32px, 4vw, 54px);
    transition: var(--Animation-Duration);
}

.experience-card h5 {
    color: #edf0f6;
    line-height: 1.5;
    letter-spacing: -0.4px;
    font-size: clamp(16px, 2vw, 20px);
    transition: var(--Animation-Duration);
}

.experience-card:hover,
.experience-card:focus {
    background-color: var(--Primary);
}

.experience-card:hover h2,
.experience-card:hover h5,
.experience-card:focus h2,
.experience-card:focus h5 {
    color: #052e26 !important;
}

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

.ps-xxl-5 {
    padding-left: 3rem !important;
}

@media (max-width: 991px) {
    .ps-xxl-5 {
        padding-left: 0rem !important;
    }
}

.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

/* .exp_car
{
    background:white
}

.exp_car_txt
{
    color:black !important;
} */

.bg_colo {
    background: #EEF5FF;
}

.faq_bg {
    background: white;
}

.mar_btm {
    margin-bottom: 10px;
}

.font_we {
    font-weight: 600;
    color: #698FC6;
        font-family: var(--font-heading--family);
}

@media (max-width: 1025px) {
    /* Fix accordion visibility on smaller screens */
    .accordion-li {
        width: 100% !important; /* let it expand on small screens */
        max-width: 100%;
    }
}

.bg_colo2 {
    background: #EEF5FF;
}

.serv_bgr {
    background: #ffffff !important;
}

.counter_disnone {
    display: none;
}

.rotate-slowly {
    transform-origin: 100px 100px;
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

text {
    /* font-family: "Inter", sans-serif; */
        font-family: var(--font-heading--family);
}

.pric_pad_top {
    padding: 32px 36px !important;
}

.pady_tp_btm {
    padding: 300px 36px 0 !important;
}

.post_data_text {
    color: #ffffff;
}

.pady_tp_btm1 {
    padding: 220px 36px 0 !important;
}

.grid-cols_cus-12 {
    grid-template-columns: repeat(16, minmax(0, 1fr));
}

.pady_tp_btm_payout {
    padding: 218px 36px 0 !important;
}

.img_top {
    margin-top: 52px;
}

@media (max-width: 900px) {
    .step_pad {
        padding-bottom: 40px;
    }
    .text-center {
        text-align: left;
    }
    .footer-custom-row {
        column-gap: 60px;
    }
    .multicolumn-header {
        max-width: 700px;
    }
    .font_mobl {
        text-align: left !important;
        font-size: 40px;
    }

.justify-content-center {
    justify-content: left !important;
}

.span_marg_tab {
    margin-bottom: 30px;
}

.mob_dis
{
    display: none;
}


}

.pad_hero {
  padding: 100px 130px ;
}

@media (max-width: 1100px) {
    .pad_hero {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
    }

    .tab_wid {
        max-width: 280px !important;
    }
    .list_justy {
        justify-content: space-between;
    }
}

@media (max-width: 600px) {
    .list_justy {
        flex-direction: column;
        align-items: flex-start;
    }
    .tab_wid {
        max-width: 320px !important;
    }
    .text-center {
        text-align: left;
    }
    .footer-custom-row {
        column-gap: 0px;
    }

    .multicolumn-header {
    max-width: 380px;
}
}



@media (max-width: 380px) {
.multicolumn-header {
    max-width: 300px !important;
}
}



.span_marg{
    margin-bottom: 18px;
}

.more_width{
        max-width: 666px !important;
}
.txt_algn
{
    text-align: center;
}


/* Loader container */
    #loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      transition: opacity 0.6s ease, visibility 0.6s ease;
    }

    /* Loader fade-out */
    #loader.fade-out {
      opacity: 0;
      visibility: hidden;
    }

    /* Logo styling */
    #loader img {
      width:200px;
      /* height: 120px; */
      animation: pulse 1.5s infinite ease-in-out;
    }

    /* Simple pulsing effect */
    @keyframes pulse {
      0% { transform: scale(1); opacity: 1; }
      50% { transform: scale(1.1); opacity: 0.8; }
      100% { transform: scale(1); opacity: 1; }
    }

    /* Main content hidden initially */
    #content {
      display: none;
      text-align: center;
      padding: 50px;
    }

/* correction styles  */
.pady_topsec3
{
margin-top: 15px !important;

}

.mt_60
{
    margin-top: 60px;
}

.mad_top_mg
{
margin-top: 20px !important;

}

@media only screen and (min-width: 1200px) {
    .pri_card {
        padding: 32px 36px;
    }
}

.service_new_card
{
 padding: 15px 36px;
}

.service_new_card_2
{
    padding: 15px 15px; 
}
.mt_10
{
    margin-top: 20px;
}

@media (max-width: 768px) {
.service_new_card
{
 padding: 30px 24px 0px 24px;
}

.service_new_card_2
{
 padding: 30px 24px 0px 24px;
}
}

.ul_mg_top
{
    margin-top: 2px !important;

}

.btm_pdy_step
{
    padding-bottom: 10px !important;
}

.blog_paddy
{
    padding: 30px 15px !important;
}

@media (max-width: 500px) {
.grid-cols_cus-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
}

.prom_img
{
    height: 600px !important;
}


















/* Reset and base layout */
.page-wrapper {
	box-sizing: border-box;
	background: #f6f5f7;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: 'Montserrat', sans-serif;
	min-height: 100vh;
	margin: 0;
	padding: 20px;
}

/* Typography */
.heading-main {
	font-weight: bold;
	margin: 0;
	font-size: 2rem;
}

.heading-secondary {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.5rem;
}

.text-paragraph {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}

.text-small {
	font-size: 12px;
}

.link-text {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	margin: 15px 0;
	display: inline-block;
}

/* Buttons */
.btn {
	border-radius: 20px;
	border: 1px solid #698FC6;
	/* background-color: #FF4B2B; */
    background-color: #698FC6;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
	cursor: pointer;
}

.btn:active {
	transform: scale(0.95);
}

.btn:focus {
	outline: none;
}

.btn-ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

/* Forms */
.auth-form {
	background-color: #FFFFFF;
	display: flex;
	/* align-items: center; */
    align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

.input-field {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
	border-radius: 4px;
}

/* Container layout */
.auth-container {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
				0 10px 10px rgba(0,0,0,0.22);
	position: relative;
	overflow: hidden;
	width: 885px;
	max-width: 100%;
	min-height: 558px;
	transition: all 0.6s ease-in-out;
}

.form-wrapper {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.signup-section {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

.signin-section {
	left: 0;
	width: 50%;
	z-index: 2;
}

.auth-container.right-panel-active .signin-section {
	transform: translateX(100%);
}

.auth-container.right-panel-active .signup-section {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: fadeIn 0.6s;
}

@keyframes fadeIn {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

/* Overlay */
.overlay-wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 5;
}

.auth-container.right-panel-active .overlay-wrapper {
	transform: translateX(-100%);
}

.overlay-bg {
	/* background: linear-gradient(to right, #FF4B2B, #FF416C); */
    /* background: linear-gradient(0deg, rgba(105, 143, 198, 1) 0%, rgba(182, 251, 255, 1) 100%) !important; */
    background-color: #698FC6;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.auth-container.right-panel-active .overlay-bg {
	transform: translateX(50%);
}

.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.overlay-left {
	transform: translateX(-20%);
}

.auth-container.right-panel-active .overlay-left {
	transform: translateX(0);
}

.overlay-right {
	right: 0;
	transform: translateX(0);
}

.auth-container.right-panel-active .overlay-right {
	transform: translateX(20%);
}

/* Social */
.social-links {
	margin: 20px 0;
}

.social-btn {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
	color: #333;
}

/* Responsive */
@media (max-width: 768px) {
	.auth-container {
		width: 90%;
		min-height: 600px;
	}

	.overlay-wrapper {
		display: none;
	}

	.form-wrapper {
		position: relative;
		width: 100%;
		height: auto;
		opacity: 1 !important;
		transform: none !important;
	}

	.auth-form {
		padding: 40px;
	}

	.btn {
		width: 100%;
		padding: 12px;
	}

	.heading-main {
		font-size: 22px;
	}

	.text-paragraph,
	.text-small {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.page-wrapper {
		padding: 30px;
	}

	.auth-container {
		min-height: 520px;
		border-radius: 8px;
	}

	.auth-form {
		padding: 10px;
	}

	.input-field {
		padding: 10px;
		font-size: 14px;
	}

	.btn {
		padding: 10px;
		font-size: 11px;
	}

	.heading-main {
		font-size: 20px;
	}

	.text-paragraph {
		font-size: 12px;
	}
}

.line_heig_h4
{
    line-height: 1.6;
}

.white_bg_pd
{
    background: white;
    border-radius: 8px;
    padding: 20px 12px;
}

.custom_12
{
        grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.white_bg_pd_step
{
    background: white;
    border-radius: 8px;
    padding: 12px 12px 16px 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.col_lg_3
{
            width: 24% ;
}

.gappy
{
    gap:16px;
        margin-top: 35px;
}

.h4_line_hgt
{
    line-height: 2;

}


.font_bl
{
    font-size: 40px !important;
}

.font_bl_content
{
    font-size: 28px !important;
}

.svg_bg_color
{
    border-radius: 8px;
    background: #698fc6;
}

.svg_wid
{
    width: 50px;
}

.sec7_svg
{
background-color: #EEF5FF;
    width: 50px;
    border-radius: 50%;
    padding: 10px;
}

.bg_sec_9
{
        background: #698FC6 !important;
}

.tctx_color
{
    color:#698FC6;
}

.bg_hero_img
{
        background: #EEF5FF;
}

.som_text
{
    color:#ffffff
}

.filler
{
  background: #698FC6 !important;
}

.text_text
{
        font-family: var(--font-heading--family);
    color:#ffffff;
}

.bg_gard
{
    background: #698FC6;
background: linear-gradient(30deg,rgba(105, 143, 198, 1) 0%, rgba(182, 251, 255, 1) 100%);
}

.card_backgrd
{
  background-color:#EEF5FF;
}

/* .ft_bg
{
    background-image: url(assets/img/home60/footer-backgorund.webp) !important;
     background-repeat: no-repeat !important;
    background-size: auto !important;
}  */

.bg_whit
{
    background-color: #698FC6 !important;
}

.svg_wid_accord
{
width: 70px;
    background: #698FC6;
    padding: 10px;
    border-radius: 12px;
}

.color_btn
{
    /* color:#698FC6 !important; */
    color:#000000 !important;

}

.accordion-block.active .akord
{
    background-color: #698FC6 !important;
color:white;
}

.bk_cor
{
    background-color: #D2E4FF;
}

/* flipbox start  */

.flipbox-container {
  width: 100%;
  display: flex;
  justify-content: center;
  /* padding: 40px 0; */
}

/* FLIPBOX WRAPPER */
.flipbox {
  width: 300px;
  /* 1:2 ratio */
  aspect-ratio: 0.8 ; 
  perspective: 1000px;
  position: relative;
}

/* COMMON SIDE STYLE */
.flipbox-front,
.flipbox-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: transform 0.6s ease;
  overflow: hidden;
}

/* FRONT SIDE */
.flipbox-front {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.flipbox-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom; /* bottom of image */
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* .flipbox-front h2 {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 22px;
  margin: 0;
  padding: 15px;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
} */

.flipbox-front h2 {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 22px;
    margin: 0px;
    padding: 55px;
    font-weight: 600;
    text-align: center;
        font-family: var(--font-heading--family);
    /* background: linear-gradient(to top, rgba(0,0,0,0.6), transparent); */
    background: linear-gradient(to top, rgb(0 0 0 / 81%), transparent);
}

/* BACK SIDE */
.flipbox-back {
background: linear-gradient(30deg, rgba(105, 143, 198, 1) 0%, rgba(182, 251, 255, 1) 100%);
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.flipbox-back p {
  color: white;
  font-size: 18px;
  text-align: center;
  margin: 0;
}

/* HOVER FLIP */
.flipbox:hover .flipbox-front {
  transform: rotateY(180deg);
}

.flipbox:hover .flipbox-back {
  transform: rotateY(360deg);
}

/* RESPONSIVE */
@media (max-width: 480px) {
  .flipbox {
    width: 90%;
  }
}


/* flipbox end  */


.bg_fff
{
 background: #ffffff;
}

.bg_line
{
background-color: #EEF5FF !important;
}

.sec_svg_circle
{
    width: 65px;
    border-radius: 50%;
    padding: 12px;
    border: solid 1px #000000;
}

@media (max-width: 999px) {
  .footer-main {
    background-image: url(assets/img/home60/footer-backgorund.webp);
    background-repeat: repeat !important;
    background-size: auto !important;
}
}

  .footer-main {
    background-image: url(assets/img/home60/footer-backgorund.webp);
    background-repeat: repeat !important;
    background-size: auto !important;
}

.activeli
{
    color:#698FC6 !important;
}

.contact_phone {
    display: flex;
    align-items: center;
}

.contact_head_banner
{
    background: #EEF5FF;
}

.list-block  .new_wid
{
max-width: 275px !important;
    background: aliceblue;
    padding: 0px 10px 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
@media (max-width: 900px) {
    .list-block .new_wid {
max-width: 330px !important;
    }

}
@media (max-width: 600px) {
.list-block  .new_wid
{
max-width: 100% !important;

}
}


.margi_10px
{
    /* color:#000000 !important; */
    margin-bottom: 10px;
}

.margi_15px
{
    color:#000000 !important;
    margin-bottom: 15px;

}

.input-field:hover {
    background-color: #eee;
}

.input-field:focus {
    background-color: #eee;
}

.fot_svg_width
{
width: 35px !important;
}

/* .n_mar_top
{
    margin-top: 50px !important;
}

.n_mar_top60
{
    margin-top: 60px !important;
}

.n_mar_top80
{
    margin-top: 80px !important;
}



.n_pdm_btm
{
    padding-bottom: 50px !important;
}

.n_pdm_top
{
    padding-top: 30px !important;
}
.n_pdm_btm60
{
    padding-bottom: 60px !important;
} */

    .divider2 {
        height: 75px;
    }

    .sect_padd_top
    {
            padding-top: 60px !important;
  
    }

       .sect_padd_btm
    {        
    padding-bottom: 60px !important;
    }

    .sec_horz
    {
        justify-content: center !important;
    }

    .txtg_aln
    {
        text-align: center !important;
    }

    .flik_back
    {
position: relative;
    z-index: 1;
    color: white;
    font-size: 22px;
    margin: 0px;
    padding: 55px;
    font-weight: 600;
    text-align: center;
    /* background: linear-gradient(to top, rgba(0,0,0,0.6), transparent); */
    /* background: linear-gradient(to top, rgb(0 0 0 / 81%), transparent); */
    }


    .new_gap
    {
            gap: 20px !important;
    }

    .ul_mr_left
    {
        margin-left: 22px;
    }


    @media (max-width: 1024px) {
.chs_med img {
object-fit: contain !important;
}

    }

        @media (max-width: 1024px) {
.tab_img_none {
display: none !important;
}

    }


           @media (max-width:1024px) {
.gappy {
    gap: 12px !important;
    margin-top: 35px;
}


    }


          @media (max-width:900px) {
.col_lg_3 {
    width: 100%;
}
.step_pad1
{
    padding-bottom: 0px;
}
.color_btn
{
    text-align: left !important;
}
          }







      @media (max-width:768px) {
.col_lg_3 {
    width: 49%;
}

    .stpd {
        padding-bottom: 0px !important;
    }
      }

       @media (max-width:768px) {
.col_lg_3 {
    width: 100%;
}


.mob_mar_top
{
    margin-top: 40px;
}

       }



       .white_bg_pd_step:hover {
    background: white;
    border-radius: 8px;
    padding: 12px 12px 16px 12px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    box-shadow: 0px 0px 10px 2px #698fc687;
}


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

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    border: 0;
    border-radius: .25em;
    background: initial;
   background-color: #698FC6 !important;
    color: #fff;
    font-size: 1em;
}



@media screen and (max-width: 1024px) {
  .accordion-li.active .accordion-content {
    max-height: 180px !important;
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
    .col-lg-lay4 {
        flex: 0 0 auto;
        width: 25% !important;
    }
}

@media (min-width: 1024px) {
    .col-lg-lay4 {
        flex: 0 0 auto;
        width: 30%;
    }
}

@media (max-width: 768px) {
    .service_new_card {
        padding: 30px 24px 20px 24px;
    }
}


@media (max-width: 768px) {
.pd_btm_new
{
    padding-bottom: 25px;

}

}



@media (max-width: 1024px) {
.new_grid-cols_cus-12
{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
}



@media (min-width: 992px) {
    .accordion-horizontal .accordion-li.active {
        width: 100%;
        /* min-width: 420px; */
    }
}

.hovr:hover
{
    color:#698fc6
}

.margi_0px{
    margin: 0px !important;
}

.gap0
{
    gap: 0px !important;
}

.jus_lft
{
    justify-content: left !important;
}



@media (max-width: 600px) {
.sect_padd_btm {
    padding-bottom: 40px !important;
}
.sect_padd_top {
    padding-top: 40px !important;
}
.pad_hero {
padding-bottom: 40px !important;
}
}


@media (max-width: 400px) {
  .text-image-sticky .image-text-card {
    --position: calc(var(--header-height) + var(--top, 40px));
    background-color: var(--color-background);
    top: 70px;
}


}





@media (max-width: 600px) {
.font_28
{
    font-size: 28px !important;

}
.pad_5px
{
    padding: 0px 5px;
}

.card-icon-text-horizontal {
    -ms-flex-wrap: nowrap;
    flex-wrap: wrap;
}
}


@media (max-width: 380px) {
    .multicolumn-header_380 {
        max-width: 380px !important;
    }

     .multicolumn-header_330 {
        max-width: 330px !important;
    }


   
}
@media (max-width: 1024px) {
.bg_gard_400 {
    background: #698FC6 !important;
    background: linear-gradient(30deg,rgba(105, 143, 198, 1) 0%, rgba(182, 251, 255, 1) 212%) !important;
}
.our-services .service_list {
    background: #698FC6 !important;
    background: linear-gradient(30deg,rgba(105, 143, 198, 1) 0%, rgba(182, 251, 255, 1) 212%) !important;
}
}

.bor_none
{
    border: none !important;
}

@media (max-width: 280px) {
.f35_280px
{
font-size: 35px;
}
 .flik_back {
    padding: 30px;
    }
    .flipbox-front h2 {
padding: 40px;
    }

    .cta-section .cta-content {
    padding: 24px;
    }

        .card-team-content-absolute {
        padding: 10px;
    }

    .promotion-img img {
    -o-object-fit: cover;
    object-fit: fill;
    height: auto;
}




}

/* @media (max-width: 1400px) {
.top_55
{
    top:0px !important;
}
} */

@media (max-width: 991px) {
    .text-image-sticky .image-text-card {
        padding: 55px 24px;
    }
}

@media (max-width: 900px) {
.top_55
{
    top:55px !important;
}
}



@media (max-width: 1024px) {
.choose-media img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
}

.promotion-img img {
    -o-object-fit: cover;
    object-fit: contain;
    height: auto;
}
}

.text_align {
    text-align: center !important;
}

@media (max-width: 900px) {
    .grid_container {
        grid-template-columns: 1fr;
        grid-template-areas:
        "area-b" /* Section B now appears first */
        "area-a";
    }

 
}

.mobview
{
    display: none;
}

@media (max-width: 991px) {

    .mobview
{
    display: block;
}

}

.footer-main
{
    /* background-image: url('assets/img/home60/footer-backgorund.webp') !important;  */
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}


@media (max-width: 900px) {
  .footer-main
{
    /* background-image: url('assets/img/home60/footer-backgorund.webp') !important;  */
    background-repeat: repeat !important;
    background-size: auto !important;
}


 
}