@font-face {
    font-family: "sigmundpro-medium";
    src: url("fonts/sigmundpro-medium.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "new-order";
    src: url("fonts/new-order.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Chalfont";
    src: url("fonts/Chalfont.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FuturaCyrillicMedium";
    src: url("fonts/FuturaCyrillicMedium.woff");
    font-weight: normal;
    font-style: normal;
}



body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Carlito", sans-serif !important;
}

.nav-link {
    color: rgb(247, 246, 246);
}

/* .fixed-top {
    padding: 10px 56px;
    background: #f3f3e98c;
} */
.fixed-top {
    padding: 1px 56px;


}

ul.navbar-nav {
    background: #fff;
    border-radius: 33px;
    padding: 8px 8px;
    border: 1px solid #103e68;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(14 37 58);

}

li.nav-item:hover {
    background: #0e253a29;
    border-radius: 30px;
    color: rgb(14 37 58);
}

.navbar-dark .navbar-nav .nav-link {
    color: #0e253a;
    font-weight: 600;
    letter-spacing: .3px;
    font-size: 17px;
    font-weight: 500;
}

li.nav-item {
    line-height: 15px;
    padding: 2px 3px;
    margin: 0 5px;
}

.get-apps hr {
    height: 2px;
    color: #fff;
    opacity: 1;
}

.get-apps .cta-arrow-icon {
    transition: all .3s ease;
}




.get-apps .flex-get-se:hover .cta-arrow-icon {
    transform: translateX(30%);
}

.btn-send-two {
    padding: 18px 20px;
    text-align: center;
}

.accordion-content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    margin-top: 7px;
}

.get-apps {
    background-image: url(../images/shapes.png);
    padding: 85px 0;
    background-color: #002639;
    background-size: 806px;
}

.get-apps .flex-get-se {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.get-apps .flex-get-se h3 {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

.get-apps .flex-get-se h2 {
    font-size: 60px;
    color: #fff;
    cursor: pointer;
}

li.nav-item.active {
    background: #0e253a;
    border-radius: 37px;
}

li.nav-item.active:hover a.nav-link {
    color: #fff;
}

li.nav-item.active a.nav-link {
    color: #fff;
}

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

.btn.send-s {
    font-weight: 600;
    font-size: 27px;
    border-radius: 0;
    padding: 0px 0 0px 0;
    color: #fff;
    font-family: 'Space Grotesk' !important;
}

.btn.send-s:hover:before {
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .55s cubic-bezier(.785, .135, .15, .86);
    transition-delay: 0s;
}

.btn.send-s:before {
    transform-origin: left;
    transform: scaleX(1);
    transition: transform .55s cubic-bezier(.785, .135, .15, .86);
    transition-delay: .5s;
}

.btn.send-s:hover:after {
    transform-origin: left;
    transform: scaleX(1);
    transition: transform .55s cubic-bezier(.785, .135, .15, .86);
    transition-delay: .2s;
}

.btn.send-s:after {
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .55s cubic-bezier(.785, .135, .15, .86);
    transition-delay: 0s;
}

.btn.send-s:after,
.btn.send-s:before {
    content: "";
    position: absolute;
    bottom: .1em;
    right: 0;
    left: 0;
    height: 2px;
    min-height: 2px;
    background-color: #ffffff;
}

.news {
    position: relative;
}

.slideshow-text .item h3 {
    background: #ffffff8a;
    letter-spacing: .5px;
    color: #6c0c25;
    font-weight: 700;
    width: auto;
    font-size: 5rem;
    padding: 1rem;
    border-radius: 10px;
    display: inline-block;
}


.what-we-do {
    padding: 71px 0 20px;
}

#carouselExampleControls img {
    height: 900px;
    object-fit: cover;
}

.text {
    text-transform: uppercase;
    font-size: 100px;
    -webkit-text-stroke: 2px #0e253a;
    color: transparent;
    letter-spacing: 5px;
    position: relative;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'new-order' !important;

}

.text::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    color: #002639;
    -webkit-text-stroke: 3px #002639;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    border-right: 1px solid #002639;
    animation: text-fill 2s ease-in-out alternate infinite;
}

.place-items {
    margin: 0;
    display: grid;
    place-items: center;
}

@keyframes text-fill {
    100% {
        width: 100%;
    }


}


.text1 {
    text-transform: uppercase;
    font-size: 100px;
    -webkit-text-stroke: 2px #ffffff;
    color: transparent;
    letter-spacing: 5px;
    position: relative;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'new-order' !important;
}

.text1::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    color: #80929c;
    -webkit-text-stroke: 3px #80929c;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    border-right: 1px solid #80929c;
    animation: text-fill 2s ease-in-out alternate infinite;
}

.place-items1 {
    margin: 0;
    display: grid;
    place-items: center;
}

@keyframes text-fill {
    100% {
        width: 100%;
    }


}

.header {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0px;
    text-align: center;
    /* background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-animation: hue 10s infinite linear; */
    font-family: 'sigmundpro-medium' !important;
    color: #80929c;
    letter-spacing: 1px;
}

/* .header {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0px;
    text-align: center;
    background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear;
    font-family: 'Lora' !important;
} */
.pots-escq {
    position: absolute;
    top: 24%;
}

.what-we-do h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
}

/* .dicover-sec h3 {
    font-size: 44px;
    font-weight: 600;
    color: #002639;
    text-align: center;
    line-height: 62px;
    letter-spacing: .6px;
    font-family: 'new-order' !important;
} */

.dicover-sec h3 {
    font-size: 57px;
    font-weight: 600;
    color: #002639;
    text-align: center;
    line-height: 79px;
    letter-spacing: .6px;
    font-family: 'new-order' !important;
}

section.dicover-sec {
    padding: 44px 0;
    background: #fffbf7;
}

section.dicover-sec p {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    color: #333;
    line-height: 31px;
    padding: 7px 0;
    margin-bottom: 3rem;
}

section.dicover-sec .inner-dicover-sec h4 {
    color: #fe9f00;
    font-size: 26px;
    font-weight: 600;
}

section.dicover-sec .inner-dicover-sec {
    text-align: center;
    padding: 26px;
}

section.dicover-sec .inner-dicover-sec h3 {
    font-size: 35px;
    font-weight: 700;
    color: #0e253a;
    text-align: center;
    line-height: 49px;
    letter-spacing: 0;
    font-family: 'Space Grotesk' !important;
    padding: 8px 0;
}

section.dicover-sec .inner-dicover-sec p {
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    color: #333;
    line-height: 26px;
    padding: 7px 3px;
}

section.dicover-sec .inner-col-dics h4 {
    font-size: 22px;
    color: #000;
    font-weight: 800;
    letter-spacing: .7px;
    text-align: center;
    line-height: 32px;
    font-family: 'Space Grotesk' !important;
}

section.dicover-sec .inner-col-dics p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
}

section.dicover-sec .inner-col-dics img {
    margin-bottom: 15px;
}

.inner-col-dics {
    padding: 20px;
    text-align: center;
}

section.dicover-sec1 {
    background: #0e253a;
    padding: 50px 0;
}

section.dicover-sec1 .inner-dicover-sec h4 {
    color: #fe9f00;
    font-size: 26px;
    font-weight: 600;
}


section.dicover-sec1 .inner-dicover-sec {
    text-align: center;
    padding: 26px;
    margin-bottom: 1.5rem;
}

section.dicover-sec1 .inner-dicover-sec h3 {
    font-size: 34px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 49px;
    font-family: 'Space Grotesk' !important;
}

section.dicover-sec1 .inner-col-dics h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .2px;
    text-align: center;
    line-height: 32px;
    font-family: 'Space Grotesk' !important;
}

section.dicover-sec1 .inner-col-dics img {
    margin-bottom: 15px;
}

section.dicover-sec1 .inner-col-dics p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
}


.service_title {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 800;
    position: relative;
    letter-spacing: .8px;
    font-family: 'Lora' !important;
    line-height: 1.4;
}

.service_wrapper p {
    position: relative;
    color: #fff;
    font-size: 21px;
}

.service_wrapper {
    margin-top: 60px;
}

.each_service {
    padding-top: 68px;
    padding-bottom: 68px;
    align-items: center;
    border-bottom: 1px dashed rgb(255 247 247 / 62%);
    position: relative;
    z-index: 99;
}

.each_service:last-child {
    border-bottom: 0px;
}

.each_service .service_img {
    width: 300px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s,
        -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.3s,
        -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    margin: -200px 0 0 -150px;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.service_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.each_service:hover .service_img {
    opacity: 1;
}

.service-btn {
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    border-radius: 50%;
    border: none;
    float: right;
    position: relative;
    z-index: 1;
    font-size: 25px;
    color: #ffffff;
    font-weight: 500;
    background-image: linear-gradient(102.57deg, #d0121e, #e41175 100%, #e41175 0);
}

.each_service:hover .service_title {
    color: #e41165;
}

.service-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s linear;
    background: #000;
    transform-origin: center;
    opacity: 0;
    z-index: -1;
}

.service-btn:hover::before {
    opacity: 1;
    width: 150px;
    height: 150px;
}

.service_title:hover {
    color: #e41165;
}

.service-btn .icon-arrow {
    display: inline-block;
    width: 20px;
    transform: rotate(-45deg);
    margin-left: 10px;
    transition: all 0.3s linear;
}

.service-btn:hover {
    color: #fff;
}

.service-btn:hover svg {
    fill: var(--theme-pink);
    transform: rotate(-0deg);
}

.each_service:hover .service_title {
    color: #e41165;
}

.each_service .col-md-5 p {
    width: 75%;
}

.each_service .col-md-5 .list-styled {
    position: relative;
    color: #fff;
    font-size: 19px;
    padding: 0 0 0 11px;
}

.each_service .col-md-5 .list-styled li {
    z-index: 99999 !important;
    list-style-type: none;
}

.service-btn:hover {
    color: #fff;
}

.service-btn:hover::before {
    opacity: 1;
    width: 150px;
    height: 150px;
}

.service-btn:hover svg {
    fill: #fe9f00;
    transform: rotate(-0deg);
}

.each_service:hover.service-btn:hover::before {
    opacity: 1;
    width: 150px;
    height: 150px;
}

.service-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s linear;
    background: #000;
    transform-origin: center;
    opacity: 0;
    z-index: -1;
}



.card__inner {
    position: relative;
}

#services {
    padding: 100px 0;
    background: #000;
}

#services {
    position: relative;
}

.pos-img {
    position: absolute;
    left: -10%;
    top: 0;
    opacity: .3;
}

.pos-img1 {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .3;
}

/*why choose section*/
/* .card {
    position: sticky;
    top: 4%;
}

.card__inner {
    will-change: transform;
    background: white;
    border-radius: 14px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 35%);
    transform-origin: center top;
}

.cards {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-rows: repeat(var(--cards-count), var(--card-height));
    gap: 40px 0;

}

.card {
    background-color: #fff !important;
}

section.scroll-behavea {
    background: #fff;
}

.card__image-container {
    display: flex;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    align-items: center;
    justify-content: center;
}

.card-contesns {
    position: absolute;
    margin: 0 auto;
}

.card-contesns h3 {
    font-family: 'Space Grotesk' !important;
    font-size: 4rem;
    font-weight: 600;
    color: #002639;
    text-transform: uppercase;
}

.card {
    border: none !important;
    padding: 0 !important;
}

.card__image {
    width: 100%;
    height: 850px;
    object-fit: cover;
    aspect-ratio: 1;
}

.card__content {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
}

.card__title {
    padding: 0;
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    color: #16263a;
}

.card__description {
    line-height: 1.4;
    font-size: 24px;
    color: #16263a;
}

.space {
    height: 90vh;
}

.space--small {
    height: 5vh;
}

section.scroll-behavea {
    padding: 70px 0;
}

@media (max-width: 600px) {
    .card__inner {
        flex-direction: column;
    }

    .card__image-container {
        width: 100%;
    }

    .card__image {
        aspect-ratio: 16 / 9;
    }

    .card__title {
        font-size: 32px;
    }

    .card__description {
        font-size: 16px;
    }

    .card__content {
        padding: 30px 20px;
    }
}

.body-images {
    background-image: url(../images/scroll-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.card {
    position: sticky;
    top: 3%;
}

.card {
    border: none;
    background-color: transparent;
}

.card__inner {
    will-change: transform;
    /* background: white; */
    border-radius: 14px;
    /* display: flex; */
    /* overflow: hidden; */
    /* box-shadow: 0 25px 50px -12px hsl(267deg 22% 10% / 11%); */
    transform-origin: center top;
    padding: 4rem 4rem 4rem 4rem;
}

.div-flex {
    display: flex;
    align-items: end;
    justify-content: center;
}

.navs-card {
    height: 100%;
    padding-top: 20em;
    padding-bottom: 20em;
    position: absolute;
}

.nav-card2 {
    z-index: 11;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 120px;
    margin-left: -1em;
    display: grid;
    position: -webkit-sticky;
    position: sticky;
    top: 50%;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.nav-card2 li {
    color: #002639;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
    font-size: 20px;
    font-weight: 600;
}


.cards {
    width: 100%;
    max-width: 87%;
    margin: 0 auto;
    display: grid;
    position: relative;
    grid-template-rows: repeat(var(--cards-count), var(--card-height));
    gap: 20px 0;
}

.card__image-container {
    display: flex;
    width: 52%;
    flex-shrink: 0;
}

.card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.card__content {
    padding: 36px 50px;
    display: flex;
    flex-direction: column;
}

.card__title {
    padding: 0;
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    color: #16263a;
}

.card__description {
    line-height: 1.4;
    font-size: 24px;
    color: #16263a;
}

.space {
    height: 90vh;
}

.space--small {
    height: 9vh;
}

@media (max-width: 600px) {
    .card__inner {
        flex-direction: column;
    }

    .card__image-container {
        width: 100%;
    }

    .card__image {
        aspect-ratio: 16 / 9;
    }

    .card__title {
        font-size: 32px;
    }

    .card__description {
        font-size: 16px;
    }

    .card__content {
        padding: 30px 20px;
    }
}

/*project-sec*/
.wrapper {
    width: 80%;
    margin: auto;
}

.project-title h1 {
    font-weight: 300;
}

.project-categ {
    font-weight: lighter;
}

.cursor {
    position: absolute;
    width: 600px;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: scale(0.1);
    opacity: 0;
    margin: -100px 0 0 -100px;
    background: url() no-repeat 50% 50%;
    background-size: cover;
    z-index: 1;
}



.project {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-basis: 1;
    position: relative;
    z-index: 2;
    color: white;
    mix-blend-mode: difference;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}









/*usuyduyd*/
.header-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dbdbdb;
}

.content-container {
    display: flex;
}

.content-container>* {
    flex-basis: 100%;
}

.contentMarker {
    height: 110vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right-content {
    padding-right: 15px;
}

.left-content {
    height: 100vh;
    position: relative;
}


/* .left-content img {
    position: absolute;
    opacity: 0;
    top: 21%;
    text-align: unset;
    margin: auto;
    left: 17%;
    width: 66%;
    height: 535px;
    object-fit: cover;
    visibility: hidden;
    overflow: hidden;
} */

.right-content p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.pined-sec {
    background-color: #002639;
    padding: 100px 0 0;
}

h4.geh2-sec {
    font-size: 38px;
    text-align: center;
    line-height: 56px;
    color: #80929c;
    font-weight: 600;
    font-family: 'Carlito' !important;
    letter-spacing: 1px;
    margin: 5px 0;
}

p.get-p-sec {
    font-size: 23px;
    color: #262626;
    text-align: center;
    line-height: 34px;
    padding: 17px 0;
    letter-spacing: .5px;
    font-family: 'Carlito' !important;
    margin-bottom: 3rem;
}

.right-content h1 {
    font-size: 5rem;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-family: 'Carlito' !important;
}


.right-content p {
    color: #fff;
    font-size: 27px;
    line-height: 39px;
    margin-top: 20px;
}

.right-content ul {
    padding: 0;
}

.right-content ul li {
    list-style-type: none;
    color: #fff;
    font-size: 23px;
    line-height: 31px;
    padding: 9px 0px;
    display: flex;
    align-items: center;
    font-family: 'Carlito' !important;
}

.img-ic {
    background: #ffffff;
    padding: 4px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 17px;
}

.right-content ul li img {
    width: 39px;
    z-index: 99;
}

.px-5 {
    padding-right: 1rem !important;
}

/* .left-content {
    background-image: url(../images/png-layout.png);
    background-position: center;
    background-repeat: no-repeat;
} */



.gradient-text {
    text-shadow: none !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-horizon,
.h-gradient-horizon:hover {
    background-image: linear-gradient(102.57deg, #d0121e, #e41175 100%, #e41175 0);
}

.getapp-sec {
    /* background-image: url(../images/img-2-2.jpg); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0;
    /* background-color: #dce6e8d6; */
    background-color: #fff
}

.div-sec-getapp {
    background: linear-gradient(to right, #002639 20%, #29536b 60%, #29536b 50%, #002639 100%);
    border-radius: 8px;
    padding: 48px;
    border-width: 2px;
    position: relative;
    border-style: solid;
}

.full {
    /* border-image: linear-gradient(102.57deg, #d0121e, #e41175 100%, #e41175 0) 1; */
    border: 3px solid #002639;
}

.div-sec-getapp h3 {
    font-size: 3rem;
    font-weight: 800;
    font-family: 'Carlito' !important;
    letter-spacing: 1px;
    padding: 11px 0;
    color: #ffffff;
    text-align: center;
    line-height: 1.4;
}

.div-sec-getapp p {
    padding: 0 50px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 37px;
    text-align: center;
    font-family: 'Space Grotesk' !important;
    margin-bottom: 26px;
}

.btn-gets {
    /* background-image: linear-gradient(102.57deg, #d0121e, #e41175 100%, #e41175 0); */
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
    border-radius: 36px;
    padding: 7px 20px 8px;
    background: #002639;
}

.btn-gets a {
    color: #fff;
    font-weight: 500;
    font-family: 'FuturaCyrillicMedium' !important;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    width: 350px;
    position: absolute;
    top: 10%;
    right: 26px;
}


img.vert-moveq {
    position: absolute;
    width: 400px;
    right: 15%;
    top: -24%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

footer {
    padding: 22px 0 20px;
    background-color: #fff;
    position: relative;
}

.chnaing-wprss {
    display: inline-block;
    font-size: 3.5rem;
    font-family: 'new-order' !important;
    color: #002639;
    font-weight: 800;
    line-height: 85px;
    margin-bottom: 11rem;
    letter-spacing: 0;
}

footer h4 {
    font-size: 24px;
    font-weight: 600;
    color: #002639;
    font-family: 'new-order' !important;
    margin-bottom: 1rem;
}

footer ul {
    padding: 0;
}

footer ul li {
    font-size: 21px;
    list-style-type: none;
    color: #494949;
    line-height: 33px;
    font-weight: 600;
}

footer ul.new-ul1 li a {
    color: #363434;
    font-size: 20px;
}

footer ul li a:hover {
    color: #80929c;
}

footer .new-ul ul.socils-as li:hover {
    background-color: #002639;
    border-radius: 15px;
}

footer .new-ul ul.socils-as li:hover a {
    color: #fff;
}

footer .new-ul ul.socils-as li:hover i {
    color: #fff;
}

.new-lis-ses li .new-div-goolse {
    background: #002639;
    padding: 7px 13px;
    border-radius: 4px;
    color: #fff;
    width: 163px;
}

.new-lis-ses li .new-div-goolse i {
    padding-right: 7px;
}

.new-lis-ses li {
    margin-bottom: 17px;
}

.new-lis-ses li span i {
    padding-right: 8px;
}

i.fa.fa-dot-circle-o {
    color: #80929c;
    font-size: 17px;
    padding-right: 1px;
}

footer ul li a {
    color: #5f5f5f;
}

footer .new-ul ul.socils-as li {
    padding-right: 9px;
    padding-left: 8px;
    padding-bottom: 2px;
}

.inner-sec-foot {
    border-top: 2px solid #002639;
    padding: 42px 10px 2px;
    margin-top: 5rem;
}

footer .new-ul ul li {
    font-size: 19px;
    color: #1f1e1e;
    display: inline-block;
    padding: 0 0px;

}

footer .new-ul ul li a {
    font-size: 19px;
    color: #343333;
}

footer .new-ul ul {
    padding: 0;

}


footer ul li a {
    color: #141414;
    font-size: 22px;
}

footer ul li img {
    width: 34px;
}

.navbar-brand {
    margin-right: 0rem;
}

.fixed-top {
    height: 121px;
}

/*-----------for width-100% https: //codepen.io/yasirhaleem/pen/yLyvavQ--------------*/


/*modalscreen*/
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

#myModal .modal-content {
    background-color: #002639;

}

#myModal .modal-header {
    padding: 2rem 5rem;
    border-bottom: 1px solid #5a5a5a;
}

.btn.send-s.new {
    font-weight: 500;
    color: #fff;
}

.btn.send-s.new:after,
.btn.send-s.new:before {
    background-color: #fff;
}

#myModal .modal-h2 {
    padding: 2rem 3rem;
}

#myModal .modal-h2 h2 {
    font-size: 6rem;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1;
    color: #ddd;
    font-family: 'Carlito' !important;
}



#myModal .twoflex-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5.5rem;
}

#myModal .col-5-popup-sec {
    border-left: 1px solid #bebebe;
    height: 100%;
}

#myModal .twoflex-div p {
    font-size: 27px;
    color: #fff;
    width: 50%;
}

#myModal .inner-flex-popopu ul {
    padding: 0;
}

#myModal .inner-flex-popopu ul li {
    list-style-type: none;
}

#myModal .inner-flex-popopu ul li a {
    font-size: 25px;
    color: #fff;
    line-height: 39px;
}

/*--btn-popup*/

.inner-flex-popopu ul li i {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    line-height: 23px;
    padding-right: 10px;
}

/*email-copy-popup*/
.mailto-wrapper {
    position: relative;
}

.mailto-message {
    width: auto;
    white-space: nowrap;
    font-size: 24px;
    background-color: #704f4f00;
    color: white;
    padding: 2px 6px;
    border-radius: 2px;
}

.mailto-message:after {
    content: '';
}

.mailto-message {
    display: block;
}

#myModal .modal-body {
    padding: 0;
}

#myModal .form-s1 label {
    font-size: 29px;
    color: #fff;
    font-weight: 400;
}

#myModal .form-s1 {
    padding: 2rem 4rem;
    border-bottom: 1px solid #6e6e6e;
}

#myModal .form-s1 .btn-email-copys {
    background: #ffffff;
    color: #002639;
    padding: 16px 39px 18px;
    font-size: 25px;
    border-radius: 42px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mailto-message {
    display: block;
}

.btn-wraps {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}

#myModal .form-s1 .mailto-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#myModal .form-s1 span.too {
    font-size: 29px;
    color: #fff;
    font-weight: 400;
    padding-right: 22px;
}

#myModal .form-s1 input {
    border: none;
    background: transparent;
    color: #ddd;
    font-size: 25px;
    width: 75%;
}

#myModal .form-s1 input:focus-visible {
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
}

#myModal .form-s1 textarea {
    border: none;
    background: transparent;
    color: #ddd;
    font-size: 25px;
    padding: 0;
    text-align: left;
    width: 100%;
}

#myModal .form-s1 textarea:focus-visible {
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
}

#myModal .form-s1 textarea {
    resize: none;
}

#myModal .btn.send-messa {
    background: #fe9f00;
    color: #000;
    font-size: 22px;
    text-align: center;
    margin: auto;
    width: auto;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 40px;
}

.scroll-cads-section {
    padding: 100px 0 180px;
}

.new-modals h2 {
    font-size: 22px;
    COLOR: #133049;
    FONT-WEIGHT: 600;
    TEXT-ALIGN: CENTER;
}

#changingword {
    color: #fe9f00;
}

.hero-section-11 {
    padding: 222px 0 99px;
    height: 846px;
    /* background-image: linear-gradient(to right, #0e253a 0%, #125592 50%, #0d5495 50%, #0a3358 100%); */
    background-image: linear-gradient(to right, #002639 20%, #29536b 60%, #29536b 50%, #002639 100%);
}

.hero-section-11 h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .5px;
    font-family: 'new-order' !important;
    line-height: 1.3;
}

.hero-section-11 h4 {
    font-size: 29px;
    line-height: 37px;
    color: #fff;
    /* font-weight: 600; */
    letter-spacing: 1.4px;
    padding: 1rem 0;
    font-family: 'sigmundpro-medium' !important;
}

.hero-section-11 .btn.btn-gets-es {
    background: #ffffff;
    border-radius: 63px;
    font-size: 19px;
    font-weight: 600;
    padding: 8px 19px 9px;
    letter-spacing: .1px;
    margin: 1rem 0 1.5rem;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-section-11 p {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    line-height: 31px;
}

.how-work3 h5 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
}

.how-work2 h5 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
}



/*how it works*/
.howitworks {
    background-color: #dfe3e4b5;
    padding: 100px 0 0;
    position: relative;
}

.howitworks h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #002639;
    margin-bottom: 2rem;
    font-family: 'new-order' !important;
}

.howitworks p {
    font-size: 20px;
    line-height: 30px;
    color: #383838;
    font-family: 'Carlito';
}


.how-work2 {
    padding: 60px 0;
    background-color: #e8ebec;
}

.how-work3 {
    padding: 70px 0;
    position: relative;
}

/* .how-work3.gradient.clip-1::before {
    background: linear-gradient(#dfdc8b 13.14%, rgba(226, 242, 240, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0) rotate(0deg);
    clip-path: polygon(0px 1%, 100% 28%, 100% 100%, 0px 100%);
} */

/* .how-work3.gradient::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
} */


/*accordian*/
.accordina-sec {
    /* background: radial-gradient(63.85% 195.77% at 50.93% 100%, #29536b 0%, #002639 100%); */
    padding: 4rem 0;
    background-color: #29536b;
}

button.accordion {
    width: 100%;
    background-color: #f5f5f500;
    border: none;
    outline: none;
    padding: 15px 20px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 600;
    font-family: 'new-order' !important;
    letter-spacing: 3px;
    word-spacing: 3px;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.position-accordina-icons {
    position: absolute;
    top: 54px;
    left: 21%;
}

.accordina-sec {
    position: relative;
}

button.accordion:after {
    font-family: FontAwesome;
    content: "\f078";
    font-family: "fontawesome";
    font-size: 18px;
    /* float: right; */
    padding-left: 14px;
    padding-top: 2px;
}

button.accordion.is-open:after {
    content: "\f077";
    padding-left: 16px;

}

.accordion-content h5 {
    font-size: 28px;
    font-weight: 600;
    font-family: 'new-order' !important;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 2rem;
}

.accordion-content p {
    font-size: 18px;
    color: #fff;
    letter-spacing: .7px;
    padding: 14px 0 13px;
    font-family: 'Carlito' !important;
    font-weight: 300;
    margin-bottom: 1px;
    letter-spacing: .6px;
}

.accordion-content {
    background-color: rgba(255, 255, 255, 0);
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

.margin-tpa {
    margin-top: 39px;
}

/*chnaging-wodrbounce*/
#sentence-wrapper {
    position: relative;
}

.words {
    display: inline;
    text-indent: 10px;
}

#sentence-wrapper span {
    padding-left: 8px;
}

.words-1 span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #80929c;
    -webkit-animation: rotateWord 18s linear infinite 0s;
    -moz-animation: rotateWord 18s linear infinite 0s;
    -o-animation: rotateWord 18s linear infinite 0s;
    -ms-animation: rotateWord 18s linear infinite 0s;
    animation: rotateWord 18s linear infinite 0s;
}

.words-1 span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
    color: #80929c;
}

.words-1 span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
    color: #80929c;
}

.words-1 span:nth-child(4) {
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -o-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
    color: #80929c;
}

.words-1 span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
    color: #80929c;
}

.words-1 span:nth-child(6) {
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
    color: #80929c;
}

@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -moz-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -moz-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -o-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -o-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -o-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -o-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -ms-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -ms-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        transform: translateY(0px);
    }

    17% {
        opacity: 1;
        transform: translateY(0px);
    }

    20% {
        opacity: 0;
        transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.ctegprys-footes {
    background-image: url(../images/footer-img-1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 12rem;
    /* height: 564px; */
}

footer .new-ul ul.socils-as li i.fa.fa-asterisk {
    font-size: 12px;
    color: #002639;
}

footer .new-ul ul.socils-as li.hover-none:hover {
    background-color: transparent !important;
}


.inner-footers-sec-img {
    background-image: url(../images/footer-shape-1-1.webp);
}

.nws-letterss {
    background: #f7f7f7;
    padding: 14px 12px 22px;
}

.nws-letterss input[type="text"] {
    border: 2px solid #9f9f9f;
    padding: 8px 4px;
    font-size: 17px;
}

.nws-letterss .btn.btn-submite-news {
    background: #fe9f00;
    color: #fff;
    padding: 10px 12px 9px;
    margin-bottom: 3px;
    margin-left: -6px;
    border-radius: 0;
}


.wave {

    animation-name: wave-animation;

    animation-duration: 2.0s;

    animation-iteration-count: infinite;

    transform-origin: 90% 90%;

    display: inline-block;

}



@keyframes wave-animation {

    0% {

        transform: rotate(0.0deg)
    }



    10% {

        transform: rotate(14.0deg)
    }



    20% {

        transform: rotate(-8.0deg)
    }



    30% {

        transform: rotate(14.0deg)
    }



    40% {

        transform: rotate(-4.0deg)
    }



    50% {

        transform: rotate(10.0deg)
    }



    60% {

        transform: rotate(0.0deg)
    }



    100% {

        transform: rotate(0.0deg)
    }

}

.btn-gets-es a {
    color: #002639;
    padding-right: 16px;
}

.btn-gets-es i.icon-handshake {
    color: #002639;
    font-size: 25px;
    margin-bottom: 0;
    padding-top: 9px;
}

.hero-section-11 {
    position: relative;
}

.img-logo-1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.dicover-sec {
    position: relative;
    padding: 17px 0 42px;
}

.img-logo-1 img {
    width: 250px;
}

.dicover-sec1 {
    position: relative;
}

.dicover-sec1 p {
    font-size: 22px;
    text-align: center;
    line-height: 32px;
    padding: 11px;
}

.img-logo-3 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.img-logo-2 {
    position: absolute;
    left: 0;
    top: 0;
}



.dicover-sec p {
    font-size: 21px;
    text-align: center;
    line-height: 1.5;
    padding: 9px 0;
}


footer .col-md-2.width-inc {
    width: 22%;
}


.img-logo-3 img {
    width: 222px;
}

/*who-we serve*/
/* 
.tab {
    float: left;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: 0%;
    margin-bottom: 0%;
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    border: 2px solid #f2f2f2;
    width: 20%;
    min-height: 370px;
    border-radius: 5px 0 0 5px;
    z-index: 99;
    position: relative;
    margin: 6% 0 3% 55px;
}


.tab button {
    display: block;
    background-color: #f2f2f2;
    color: black;
    padding: 15px 11px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    margin: 0% 0;
    border-radius: 4px;
    border-bottom: 1px dashed #002639;
}

.tab button.active h4 {
    color: #fff;
}

.tab button.active p {
    color: #fff;
}

.tab button.active {
    background-color: #002639;
}

.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 77%;
    border-left: none;
    min-height: 400px;
    border-radius: 0 10px 10px 0;
}


.who-we-serve {
    padding: 100px 0;
    background-color: #dfe3e440;
}

.who-we-serve .count-part-sec>.container-fluid>.row {
    position: relative;
}

.who-we-serve .count-part-sec>.container-fluid>.row:before {
    position: absolute;
    height: 100%;
    content: "";
    width: 160px;
    background: #002639;
    left: 0;
    top: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.who-we-serve .count-part-sec .inner-lg-tab-sec1 {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    margin-top: 38px;
    padding: 3% 7.5% 9%;
    position: relative;
    min-height: 720px;
    z-index: 99;
}

.who-we-serve .count-part-sec .inner-lg-tab-sec2 {
    background: #002639;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding-top: 10%;
    background-image: url(../images/l-logo.png);
    background-repeat: no-repeat;
    background-position: left;
    min-height: 900px;
}

.who-we-serve .count-part-sec .inner-lg-tab-sec2 img {
    width: auto;
    max-width: 100%;
    margin: auto;
    height: auto;
    margin-top: 9%;
}

.who-we-serve .count-part-sec .inner-lg-tab-sec2 {
    width: auto;
}

.who-we-serve .count-part-sec .inner-lg-tab-sec2 {
    padding-top: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    min-height: 800px;
    text-align: center;
    position: relative;
}

.who-we-serve .count-part-sec h4 {
    font-size: 21px;
    /* font-weight: 600; 
font-family: 'new-order' !important;
padding: 12px 0 2px;
}

.who-we-serve .count-part-sec p {
    font-size: 18px;
    color: #060606;
    font-family: 'FuturaCyrillicMedium' !important;
}

.who-we-serve .count-part-sec h5 {
    font-size: 21px;
    font-weight: 600;
    color: #002639;
    line-height: 34px;
    padding: 36px 0px 7px;
    display: flex;
    align-items: baseline;
    justify-content: left;
    font-family: 'new-order' !important;
}

.who-we-serve .count-part-sec .para-1 {
    font-size: 19px;
    line-height: 28px;
    font-family: 'FuturaCyrillicMedium' !important;
}

.who-we-serve .count-part-sec img {
    width: 67px;
}


.who-we-serve .count-part-sec h5 i {
    font-size: 24px;
    padding-right: 9px;
    color: #9faeb4;
}

.tab button.active .d-2 {
    display: block;
}

.tab button.active .d-1 {
    display:
        none;
}

.tab button .d-2 {
    display: none;
}

*/
/*cursor animation*/




#cursor-text {
    position: absolute;
    transform: translate(-50%, -80%);
    pointer-events: none;
    opacity: 0;
    z-index: 999;
    display: grid;
    top: 0;
    place-items: center;
    background-color: rgba(255, 255, 255, .5);
    width: 100px;
    height: 100px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    backdrop-filter: blur(1);
    border-radius: 50%;
    transition: opacity 150ms ease-in-out;
}

/*animation-cion*/
.img-ic {
    position: relative;
}

.img-ic:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
    box-shadow: 0 0 0 3px #fff;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 300ms;
}

.img-ic:hover {
    background-color: #fff;
}

.img-ic:hover:after {
    opacity: 1;
    transform: scale(1.15);
}


@media only screen and (min-width:1320px) and (max-width:1600px) {
    .ctegprys-footes {
        padding-top: 8rem !important;
    }

    .chnaing-wprss {
        font-size: 3rem !important;
        line-height: 70px !important;
        margin-bottom: 8rem !important;
    }

    .inner-sec-foot {
        padding: 42px 10px 2px !important;
        margin-top: 4rem !important;
    }

    #sentence-wrapper {
        padding-bottom: 17px !important;
    }

    footer h4 {
        font-size: 21px !important;
    }

    footer ul li img {
        width: 26px !important;
    }

    footer ul li {
        font-size: 19px !important;
    }

    footer ul li a {
        font-size: 19px !important;
    }

    footer ul.new-ul1 li a {
        font-size: 19px !important;
    }

    i.fa.fa-dot-circle-o {
        font-size: 15px !important;
    }

    .tabcontent {
        width: 74% !important;
    }

    .new-lis-ses li .new-div-goolse {
        padding: 4px 12px !important;
        border-radius: 4px;
        width: 140px !important;
    }

    .who-we-serve .count-part-sec h4 {
        font-size: 19px !important;
        line-height: 27px !important;
    }

    .tab {
        margin: 5% 0 3% 55px !important;
    }

    .who-we-serve .count-part-sec .inner-lg-tab-sec1 {
        padding: 2% 4.5% 7% !important;
    }

}

/*back to top*/
#button {
    display: inline-block;
    background-color: #002639;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    border-radius: 50%;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    box-shadow: rgb(255 255 255 / 84%) 1px 2px 9px 1px;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 44px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #002639;
}

#button:active {
    background-color: #002639;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 500px) {

    #button {
        margin: 30px;
    }
}


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

.Title a {
    font-size: 18px;
    font-weight: 600;
    color: #002639;
    padding-right: 10px;
}

.Title i {
    font-size: 23px;
    padding-top: 8px;
    color: #002639;
}

.btn1.btn-send-two .Title a {
    font-size: 24px;
    color: #002639;
}

.btn1 {
    appearance: none;
    cursor: pointer;
    display: inline-block;
    z-index: 1;
    padding: 9px 15px;
    border: 0px;
    position: relative;
    border-radius: 8px;
    margin-top: 22px;
}

.btn1 .backColor {
    position: absolute;
    inset: 0px;
    background-color: #fff;
    border-radius: 50px;
    z-index: -3;
    transform: scale(1);
    transition: all 0.5s ease;
}

.btn1 .backColor::before {
    z-index: -2;
    background-color: #002639;
    opacity: 1;
    transition: all 0.7s ease;
}

.btn1 .backColor::after,
.btn1 .backColor::before {
    content: "";
    border-radius: 50px;
    position: absolute;
    inset: 100% 0px 0px;
}

.btn1 .backColor::after {
    z-index: -1;
    background-color: #9faeb4;
    transition: all 0.3s ease;
}

.btn1:hover .backColor {
    transform: scale(1.05);
}

.btn1:hover .backColor::before {
    transition: all 0.3s ease;
}

.btn1:hover .backColor::after,
.btn1:hover .backColor::before {
    top: 0px;
}

.btn1:hover .backColor::after {
    transition: all 0.7s ease;
}

.btn1:hover .backColor::after,
.btn1:hover .backColor::before {
    top: 0px;
}


/*progress-bar tabbing-sec*/
.cycle-tab-container {
    margin: 0px auto;
    width: 84%;
    padding: 20px;
    /* box-shadow: 0 0 10px 2px #ddd; */
}

.cycle-tab-container a {
    color: #80929c;
    font-size: 27px;
    text-align: center;
    font-weight: 600;
}

.nav-tabs {
    border-bottom: none;
}

.tab-pane {
    text-align: center;
    margin: 29px auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.fade {
    opacity: 0;
    transition: opacity 4s ease-in-out;
}

.fade.active {
    opacity: 1;
}

.cycle-tab-item {
    width: auto;
}


.nav-link {
    padding: .5rem 2rem;
}

.cycle-tab-item:after {
    display: block;
    content: '';
    border-bottom: solid 6px #002639;
    transform: scaleX(0);
    transition: transform 0ms ease-out;
    border-radius: 10px;
}



.mobile-bg span {
    bottom: 60px;
}



.cycle-tab-item.active:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
    transition: transform 5000ms ease-in;
    border-radius: 10px;
}

.nav-link:focus,
.nav-link:hover,
.cycle-tab-item.active a {
    border-radius: 10px;
}

.nav-link:focus,
.nav-link:hover,
.cycle-tab-item.active a::after {
    border-radius: 10px;
}

li.cycle-tab-item.active {
    border-radius: 10px;
}

.nav-link:focus,
.nav-link:hover,
.cycle-tab-item.active a {
    border-color: transparent !important;
    color: #002639;
    border-radius: 10px;
}

.tab-content {
    position: relative;
}

.postion-tabs-active-open {
    position: absolute;
    top: 114px;
    right: -231px;
    opacity: .7;
}

p.active1-tabs-open:hover {
    color: #000;
}

.tabs-left>li a span:hover {
    background: linear-gradient(to right, #002639 20%, #29536b 60%, #29536b 50%, #002639 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 900;
    -webkit-text-fill-color: transparent;
}

/*tabbing-second*/

.tabs-left {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left>li {
    float: none;
    margin-bottom: 2px;
    margin-right: -1px;
}


.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

section.who-we-serve {
    padding: 78px 0 95px;
    background: #fff;
    border-top-left-radius: 128px;
    border-top-right-radius: 128px;
}

.tab-secong-inners-ec ul.nav.nav-tabs.tabs-left {
    display: inline-block;
    width: 100%;
}

.nav {
    justify-content: center;
}

.nav-tabs {
    margin-bottom: 5rem;
}

.tabs-left>li a {
    color: #9faeb4;
    font-size: 32px;
    text-align: left;
    line-height: 39px;
    padding: 19px 0;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.tab-pane img {
    width: 100%;
    height: 468px;
    object-fit: cover;
    border-radius: 18px;
    position: relative;
}

.postion-tabs-active-open img {
    opacity: .4;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    color: #002639;
}

p.active1-tabs-open {
    text-align: left;
    font-size: 19px;
    line-height: 29px;
    color: #000;
    font-weight: 500;
    background: none;
    padding-top: 16px;
}

li.active p.active1-tabs-open {
    display: block;
}

li p.active1-tabs-open {
    display: none;
}



.tabs-left>li.active>a span,
.tabs-left>li.active>a span:hover,
.tabs-left>li.active>a span:focus {
    background: linear-gradient(to right, #002639 20%, #29536b 60%, #29536b 50%, #002639 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 900;
    -webkit-text-fill-color: transparent;
}



.new-sub-main-goal {
    background-image: linear-gradient(to right, #002639 20%, #29536b 60%, #29536b 50%, #002639 100%);
}



/*second item accordians*/
li.d-fls {
    display: flex;
    align-items: center;
    justify-content: left;
    line-height: 1px;
    position: relative;
}

li.d-fls .mailto-message {
    position: absolute;
    background: #002639;
    padding: 14px;
    font-size: 15px;
    top: -43px;
    display: none;
}

li.d-fls:hover .mailto-message {
    display: block !important;
}

li.d-fls .mailto-message::after {
    position: absolute;
    bottom: -14px;
    height: 0;
    width: 0;
    left: 41%;
    transform: rotate(180deg);
    border: 7px solid transparent;
    border-bottom-color: #002639;
    content: "";
}

details {
    padding: 10px 1rem;
    margin-bottom: 10px;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 16px;
}

summary {
    font-size: 20px;
    font-size: 25px;
    color: #fff;
    font-family: 'Carlito';
    letter-spacing: .7px;
}


.banner-image-first {
    position: relative;
}

.banner-image-first .dis-fles-1 {
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 8px;
    border: 2px solid #9faeb4;
    background: #fff;
}

.banner-image-first .icons-1 {
    background: #002639;
    padding: 5px;
    margin-left: 0px;
    margin-right: 0px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.banner-img-4 {
    position: absolute;
    bottom: 143px;
    right: -76px;
}

.banner-img-3 {
    position: absolute;
    left: -99px;
    bottom: 15px;
}

.banner-image-first .banner-img-2 {
    width: 53%;
    position: absolute;
    top: 1px;
    right: 3px;
}


.banner-image-first .icons-1 img {
    width: 32px;
}

.banner-image-first .conten-sec-1 h4 {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Carlito' !important;
    letter-spacing: 0;
    margin: 0;
    padding: 0 10px;
    color: #000;

}

details[open]>summary:first-of-type::marker {
    content: '-';
}

.btn1.btn-send-two {
    padding: 17px 36px;
    text-align: center;
}

summary::marker {
    content: '+';
    margin-right: 10px;
}

.accordion-container {
    margin-top: 50px;
}

#button.show:hover {
    transform: translateY(-8px);
    background-color: #80929c;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

#button.show:hover::after {
    color: #002639;
}

.left-tab span {
    color: #9faeb4;
    font-size: 30px;
    text-align: left;
    line-height: 41px;
    padding: 19px 0;
    font-weight: 800;
    letter-spacing: 0.3px;
    cursor: pointer;
}

.left-tab span:hover {
    background: linear-gradient(to right, #002639 20%, #29536b 60%, #29536b 50%, #002639 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 900;
    -webkit-text-fill-color: transparent;
}

.left-tab.intactive span {
    background: linear-gradient(to right, #002639 20%, #29536b 60%, #29536b 50%, #002639 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 900;
    -webkit-text-fill-color: transparent;
}

.left-tab.intactive p {
    display: block;
}

.left-tab p {
    display: none;
}

.left-tab p {
    text-align: left;
    font-size: 19px;
    line-height: 29px;
    color: #000;
    font-weight: 500;
    background: none;
    padding-top: 16px;
}

.tabbing-first {
    text-align: left;
}

div#tab1,
div#tab2,
div#tab3,
div#tab4,
div#tab5,
div#tab6,
div#tab7,
div#tab8,
div#tab9 {
    margin: 0px 0 32px;
}

.tabbing-right-sec {
    position: relative;
}



.xl-button-white {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
    cursor: pointer;
    position: relative;
}


.xl-button-white {
    z-index: 10;
    transition: all 0.3s ease-out;
    transition: clip-path .75s cubic-bezier(.19, 1, .22, 1), -webkit-clip-path .75s cubic-bezier(.19, 1, .22, 1);
}

.xl-button-white::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #80929c;
    border-radius: 42px;
    clip-path: circle(0% at 50% 50%);
    border: 2px solid #80929c;
    transition: clip-path .75s cubic-bezier(.19, 1, .22, 1), -webkit-clip-path .75s cubic-bezier(.19, 1, .22, 1);
    /* transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28); */
}


.xl-button-white:hover::before {
    clip-path: circle(76% at 50% 50%);
    z-index: -1;
    border: 2px solid #80929c;
    box-shadow: 0 0 0 20px;
}


.mobile-bg {
    height: 48.5em;
    width: 39.4em;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}

.card-imgs img {
    position: relative;
    z-index: 2;
    display: inline-block;
}

/* .mobile-bg .mobile-img {
            position: absolute;
            left: 0px;
            top: 0px;
            height: 100%;
            width: 100%;
            display: flex;
            align-items: flex-start;
            z-index: 99;
            border-radius: 2em;
        } */


.mobile-bg .mobile-img {
    position: absolute;
    left: 17px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    /* z-index: 9; */
    border-radius: 2em;
}

.mobile-bg .mobile-img::before {
    content: "";
    position: absolute;
    left: -20px;
    right: 0px;
    top: 1.2em;
    width: 12.8em;
    height: 2em;
    background: rgb(21, 21, 21);
    margin: auto;
    z-index: 999;
    border-radius: 0px 0px 1.5em 1.5em;
}

.mobile-bg img {
    max-height: 100%;
    border-radius: 38px;
}

.mobile-bg .mobile-img-1,
.mobile-bg .mobile-img-2,
.mobile-bg .mobile-img-3,
.mobile-bg .mobile-img-4,
.mobile-bg .mobile-img-5,
.mobile-bg .mobile-img-6,
.mobile-bg .mobile-img-7 {
    position: absolute;
    left: 0.65em;
    top: 1.5em;
    width: calc(100% - 3.3em);
    height: calc(100% - 3em);
    object-fit: cover;
    /* transition: all 2s ease-in-out 0s; */
    border-radius: 2em;
    overflow: hidden;
}





/* .mobile-bg .mobile-img-1,
        .mobile-bg .mobile-img-2,
        .mobile-bg .mobile-img-3,
        .mobile-bg .mobile-img-4,
        .mobile-bg .mobile-img-5,
        .mobile-bg .mobile-img-6,
        .mobile-bg .mobile-img-7 {
            position: absolute;
            left: -1.15em;
            transition: all 2s ease-in-out 0s;
            top: 9.55em;
            object-fit: cover;
            border-radius: 2em;
            overflow: hidden;
            width: 100%;
            height: 66%;
        } */



.mobile-bg img {
    position: relative;
    z-index: 99;
}

#cursor-text {
    position: absolute;
    transform: translate(-50%, -80%);
    pointer-events: none;
    opacity: 0;
    z-index: 999;
    display: grid;
    place-items: center;
    transition: opacity 150ms ease-in-out;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #002639;
    background-color: none;
    border-color: none;
}

/* 14 */

.custom-btn {
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.btn-14 {
    border: none;
    z-index: 1;
}

.btn-14:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: #002639;
    background-image: linear-gradient(315deg, #002639 0%, #002639 74%);
    box-shadow: none;
    transition: all 0.3s ease;
    border-radius: 24px;
}

.btn-14:hover a {
    color: #ffffff;
}

.btn-14:hover i {
    color: #ffffff;
}

.btn-14:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}

.btn-14:active {
    top: 2px;
}

@media only screen and (min-width:1649px) and (max-width:1920px) {
    .position-div-3 {
        left: 176px;
        position: absolute;
        top: -25px;
        z-index: 99;
    }
}

@media only screen and (min-width:1471px) and (max-width:1650px) {

    /*contact-form*/
    .page-banner .page-banner-content h4 {
        font-size: 42px !important;
        margin-bottom: 10px !important;
    }

    .inner-cs {
        left: -135px !important;
    }

    .contact-info {
        background: #fff;
    }

    .btn.send-s {
        font-family: 'Carlito';
    }

    .position-div-3 {
        left: 42px;
        top: -32px;
        position: absolute;
        z-index: 99;
    }

    .text {
        font-size: 77px !important;
    }

    .dicover-sec h3 {
        font-size: 44px !important;
        line-height: 58px !important;
        margin: 1px 0 20px 0px;
    }

    .nav-tabs {
        margin-bottom: 3rem !important;
    }

    .dicover-sec {
        padding: 17px 0 7px !important;
    }

    .cycle-tab-container a {
        font-size: 25px !important;
    }

    li.cycle-tab-item {
        margin: 0px 25px;
    }


    .left-tab span {
        font-size: 29px !important;
        line-height: 36px !important;
        padding: 14px 0 !important;
    }

    .cycle-tab-container {
        width: 89% !important;
    }

    .tab-pane img {
        height: 400px !important;
    }

    .cycle-tab-container .nav-link {
        padding: 0 !important;
    }

    .postion-tabs-active-open {
        top: 114px !important;
        right: -194px !important;
    }

    .left-tab p {
        font-size: 18px !important;
        line-height: 29px !important;
        padding-top: 9px !important;
    }

    .howitworks h2 {
        font-size: 2.5rem !important;
        margin-bottom: 1rem !important;
    }

    section.who-we-serve {
        padding: 78px 0 80px !important;
    }

    .postion-tabs-active-open img {
        width: 67% !important;
        height: auto !important;
    }

    .text1 {
        font-size: 77px !important;
    }

    h4.geh2-sec {
        font-size: 32px !important;
        line-height: 51px !important;
    }

    .mobile-bg {
        height: 36.5em !important;
        width: 34.8em !important;
        margin-top: 4rem !important;
    }

    .mobile-bg .mobile-img::before {
        left: -20px !important;
        right: 0px !important;
        top: 1.2em !important;
        width: 9.8em !important;
        height: 1.2em !important;
    }

    .mobile-bg img {
        border-radius: 23px !important;
    }

    .position-accordina-icons {
        top: 48px !important;
        left: 201px !important;
    }
}

@media only screen and (min-width:1400px) and (max-width:1470px) {

    /*why-choose-us*/
    .bg-images1 h3 {
        padding: 30px 20px !important;
    }

    .card__content h4 {
        font-size: 22px !important;
        padding: 8px 0 !important;
        line-height: 35px !important;
    }

    .bg-images1 h3 {
        font-size: 3.8rem !important;
    }

    .card {

        top: 0% !important;
    }

    .card__content {
        padding: 30px 46px !important;
        display: flex;
        flex-direction: column;
    }

    .card__content p {
        font-size: 18px !important;
    }

    /*contact-form*/
    .page-banner .page-banner-content h4 {
        font-size: 38px !important;
        margin-bottom: 10px !important;
    }

    .page-banner .banner-content-div {
        padding-top: 56px !important;
    }

    .page-banner .page-banner-content p {

        font-size: 25px !important;
    }

    .inner-cs {
        left: -135px !important;
    }

    .contact-info {
        background: #fff;
    }

    /*btn-send-message*/

    #myModal .modal-header {
        padding: 1rem 3rem !important;
    }

    #myModal .form-s1 {
        padding: 1.5rem 2rem !important
    }

    #myModal .modal-h2 {
        padding: 2rem 1rem !important;
    }

    #myModal .modal-h2 h2 {
        font-size: 4.5rem !important;
        font-family: 'Carlito' !important;
    }

    #myModal .twoflex-div {
        padding-top: 7.5rem !important;
    }

    .btn.send-s {
        font-size: 24px !important;
    }

    h4.modal-title img {
        width: 176px !important;
    }

    /*btn-send-message*/
    .btn.send-s {
        font-family: 'Carlito';
    }

    .position-div-3 {
        position: absolute;
        top: -40px;
        left: -40px;
        rotate: 347deg;
        z-index: 99;
    }

    .text {
        font-size: 77px !important;
    }

    .dicover-sec h3 {
        font-size: 44px !important;
        line-height: 58px !important;
        margin: 1px 0 20px 0px;
    }

    .nav-tabs {
        margin-bottom: 3rem !important;
    }

    .dicover-sec {
        padding: 17px 0 7px !important;
    }

    .cycle-tab-container a {
        font-size: 25px !important;
    }

    li.cycle-tab-item {
        margin: 0px 25px;
    }


    .left-tab span {
        font-size: 29px !important;
        line-height: 36px !important;
        padding: 14px 0 !important;
    }

    .cycle-tab-container {
        width: 89% !important;
    }

    .tab-pane img {
        height: 400px !important;
    }

    .cycle-tab-container .nav-link {
        padding: 0 !important;
    }

    .postion-tabs-active-open {
        top: 114px !important;
        right: -194px !important;
    }

    .left-tab p {
        font-size: 18px !important;
        line-height: 29px !important;
        padding-top: 9px !important;
    }

    .howitworks h2 {
        font-size: 2.5rem !important;
        margin-bottom: 1rem !important;
    }

    section.who-we-serve {
        padding: 78px 0 80px !important;
    }

    .postion-tabs-active-open img {
        width: 67% !important;
        height: auto !important;
    }

    .text1 {
        font-size: 77px !important;
    }

    h4.geh2-sec {
        font-size: 32px !important;
        line-height: 51px !important;
    }

    .mobile-bg {
        height: 36.5em !important;
        width: 34.8em !important;
        margin-top: 4rem !important;
    }

    .mobile-bg .mobile-img::before {
        left: -20px !important;
        right: 0px !important;
        top: 1.2em !important;
        width: 9.8em !important;
        height: 1.2em !important;
    }

    .mobile-bg img {
        border-radius: 23px !important;
    }

    .position-accordina-icons {
        top: 48px !important;
        left: 201px !important;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {

    /*contact-form*/
    .page-banner .page-banner-content h4 {
        font-size: 42px !important;
        margin-bottom: 10px !important;
    }

    .contact-info {
        padding: 1.3rem 1.2rem !important;
        position: relative;
    }

    section.contact-se-1 h2 {
        font-size: 22px !important;
    }

    .page-banner .page-banner-content p {
        font-size: 22px !important;
    }

    .inner-cs {
        left: -135px !important;
    }

    section.contact-se-1 h6 {
        font-size: 16px;
        color: #202020;
        padding-left: 15px;
    }

    .contact-info {
        background: #fff;
    }

    .page-banner .banner-content-div {
        padding-top: 56px !important;
    }

    /*btn-send-message*/

    #myModal .modal-header {
        padding: 1rem 3rem !important;
    }

    #myModal .form-s1 {
        padding: 1.5rem 1rem !important;
    }

    #myModal .modal-h2 {
        padding: 2rem 1rem !important;
    }

    #myModal .modal-h2 h2 {
        font-size: 4rem !important;
        font-family: 'Carlito' !important;
    }

    #myModal .form-s1 .btn-email-copys {
        padding: 13px 34px 14px !important;
        font-size: 21px !important;
        line-height: 25px !important;
    }

    #myModal .form-s1 span.too {
        font-size: 22px !important;
    }

    .btn1.btn-send-two .Title a {
        font-size: 20px !important;
    }

    .btn1.btn-send-two {
        padding: 15px 29px !important;
    }

    #myModal .form-s1 input {
        font-size: 22px !important;
    }

    #myModal .twoflex-div {
        padding-top: 7.5rem !important;
    }

    #myModal .twoflex-div p {
        font-size: 25px !important;
    }

    .btn.send-s {
        font-size: 24px !important;
    }

    h4.modal-title img {
        width: 176px !important;
    }

    /*btn-send-message*/

    .btn.send-s {
        font-family: 'Carlito';
    }

    .mobile-bg .mobile-img {
        position: absolute;
        left: 8px;
        top: 0px;
    }

    .mobile-bg .mobile-img-1,
    .mobile-bg .mobile-img-2,
    .mobile-bg .mobile-img-3,
    .mobile-bg .mobile-img-4,
    .mobile-bg .mobile-img-5,
    .mobile-bg .mobile-img-6,
    .mobile-bg .mobile-img-7 {
        left: 1.1em;
    }

    .right-content h1 {
        font-size: 4rem;
    }

    .position-div-3 {
        position: absolute;
        top: -31px;
        left: 14px;
        rotate: 347deg;
        z-index: 99;
    }

    .banner-image-first .conten-sec-1 h4 {
        font-size: 15px !important;
        padding: 0 3px !important;
    }

    .text {
        font-size: 77px !important;
    }

    .fixed-top {
        padding: 1px 0px;
    }

    .fixed-top {
        right: 98px;
    }

    .dicover-sec h3 {
        font-size: 44px !important;
        line-height: 58px !important;
        margin: 1px 0 20px 0px;
    }

    .navbar-brand img {
        width: 210px;
    }

    .nav-tabs {
        margin-bottom: 3rem !important;
    }

    .dicover-sec {
        padding: 17px 0 7px !important;
    }

    .cycle-tab-container a {
        font-size: 25px !important;
    }

    li.cycle-tab-item {
        margin: 0px 25px;
    }


    .left-tab span {
        font-size: 29px !important;
        line-height: 36px !important;
        padding: 14px 0 !important;
    }

    .cycle-tab-container {
        width: 89% !important;
    }

    .tab-pane img {
        height: 400px !important;
    }

    .cycle-tab-container .nav-link {
        padding: 0 !important;
    }

    .postion-tabs-active-open {
        top: 114px !important;
        right: -154px !important;
    }

    .left-tab p {
        font-size: 18px !important;
        line-height: 29px !important;
        padding-top: 9px !important;
    }

    .howitworks h2 {
        font-size: 2.5rem !important;
        margin-bottom: 1rem !important;
    }

    section.who-we-serve {
        padding: 78px 0 80px !important;
    }

    .postion-tabs-active-open img {
        width: 67% !important;
        height: auto !important;
    }

    .text1 {
        font-size: 77px !important;
    }

    h4.geh2-sec {
        font-size: 32px !important;
        line-height: 51px !important;
    }

    .mobile-bg {
        height: 36.5em !important;
        width: 34.8em !important;
        margin-top: 4rem !important;
    }

    .mobile-bg .mobile-img::before {
        left: -20px !important;
        right: 0px !important;
        top: 1.2em !important;
        width: 9.8em !important;
        height: 1.2em !important;
    }

    .mobile-bg img {
        border-radius: 23px !important;
    }

    .position-accordina-icons {
        top: 48px !important;
        left: 80px !important;
    }


    .ctegprys-footes {
        padding-top: 8rem;
    }

    .cycle-tab-container {
        width: 100% !important;
    }

    .chnaing-wprss {
        font-size: 3rem !important;
        line-height: 65px !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {

    /*contact-form*/
    .page-banner .page-banner-content h4 {
        font-size: 42px !important;
        margin-bottom: 10px !important;
    }

    .contact-info {
        padding: 1.3rem 1.2rem !important;
        position: relative;
    }

    section.contact-se-1 h6 {
        font-size: 16px;
        color: #202020;
        padding-left: 15px;
    }

    section.contact-se-1 h2 {
        font-size: 22px !important;
    }

    .page-banner .page-banner-content p {
        font-size: 22px !important;
    }

    .inner-cs {
        left: -135px !important;
    }

    .contact-info {
        background: #fff;
    }

    .page-banner .banner-content-div {
        padding-top: 56px !important;
    }


    /*btn-send-message*/

    #myModal .modal-header {
        padding: 1rem 3rem !important;
    }

    #myModal .form-s1 {
        padding: 1.5rem 1rem !important;
    }

    #myModal .modal-h2 {
        padding: 2rem 1rem !important;
    }

    #myModal .modal-h2 h2 {
        font-size: 4rem !important;
        font-family: 'Carlito' !important;
    }

    #myModal .form-s1 .btn-email-copys {
        padding: 13px 34px 14px !important;
        font-size: 21px !important;
        line-height: 25px !important;
    }

    #myModal .form-s1 span.too {
        font-size: 22px !important;
    }

    .btn1.btn-send-two .Title a {
        font-size: 20px !important;
    }

    .btn1.btn-send-two {
        padding: 15px 29px !important;
    }

    #myModal .form-s1 input {
        font-size: 22px !important;
    }

    #myModal .twoflex-div {
        padding-top: 7.5rem !important;
    }

    #myModal .twoflex-div p {
        font-size: 25px !important;
    }

    .btn.send-s {
        font-size: 24px !important;
    }

    h4.modal-title img {
        width: 176px !important;
    }

    /*btn-send-message*/

    .btn.send-s {
        font-family: 'Carlito';
    }

    #button {
        right: 92px;
        margin: 0;
    }

    .position-div-3 {
        position: absolute;
        z-index: 99;
        left: -17px;
        top: 0;
    }

    .banner-image-first .conten-sec-1 h4 {
        font-size: 15px !important;
        padding: 0 3px !important;
    }

    .text {
        font-size: 61px !important;
    }

    .banner-image-first .banner-img-2 {
        width: 65% !important;
    }

    .fixed-top {
        padding: 1px 0px;
    }

    .hero-section-11 h4 {
        font-size: 26px;
        line-height: 37px;
        letter-spacing: 1.2px;
    }

    .hero-section-11 h2 {
        font-size: 33px !important;
    }

    .hero-section-11 {
        height: 703px !important;
    }

    .fixed-top {
        right: 98px;
    }

    .dicover-sec h3 {
        font-size: 36px !important;
        line-height: 47px !important;
    }

    .navbar-brand img {
        width: 210px;
    }

    .nav-tabs {
        margin-bottom: 3rem !important;
    }

    .dicover-sec {
        padding: 17px 0 7px !important;
    }

    li.cycle-tab-item {
        margin: 0px 12px;
    }

    .cycle-tab-container a {
        font-size: 20px !important;
    }

    .left-tab span {
        font-size: 24px !important;
        line-height: 26px !important;
        padding: 14px 0 !important;
    }

    .cycle-tab-item:after {
        border-bottom: solid 3px #002639;
    }

    .cycle-tab-container {
        width: 89% !important;
    }

    .tab-pane img {
        height: 400px !important;
    }

    .cycle-tab-container .nav-link {
        padding: 0 !important;
    }

    .postion-tabs-active-open {
        top: 114px !important;
        right: -154px !important;
    }

    .left-tab p {
        font-size: 17px !important;
        line-height: 25px !important;
        padding-top: 9px !important;
    }

    .howitworks h2 {
        font-size: 2.1rem !important;
        margin-bottom: 1rem !important;
    }

    section.who-we-serve {
        padding: 78px 0 80px !important;
    }

    .postion-tabs-active-open img {
        width: 67% !important;
        height: auto !important;
    }

    .how-work2 h5 {
        font-size: 19px;
        line-height: 26px;
    }

    .howitworks p {
        font-size: 17px;
        line-height: 24px;
    }

    .text1 {
        font-size: 62px !important;
    }

    h4.geh2-sec {
        font-size: 27px !important;
        line-height: 37px !important;
    }

    .mobile-bg {
        height: 36.5em !important;
        width: 34.8em !important;
        margin-top: 4rem !important;
    }

    .right-content h1 {
        font-size: 3rem;
    }

    p.get-p-sec {
        font-size: 19px;
        line-height: 29px;
    }

    .img-ic {
        width: 50px;
        height: 50px;
        margin-right: 13px;
    }

    #img1 {
        margin: 3px !important;
    }

    .mobile-bg .mobile-img::before {
        left: 41px !important;
        right: auto !important;
        top: 1.2em !important;
        width: 9.8em !important;
        height: 1.3rem;
    }

    .mobile-bg img {
        border-radius: 23px !important;
        margin: 3px !important;
    }

    .position-accordina-icons {
        top: 44px !important;
        left: 21px !important;
    }

    .right-content ul li {
        font-size: 20px;
        line-height: 31px;
    }

    button.accordion {
        font-size: 2.2rem;
    }

    .get-apps .flex-get-se h3 {
        font-size: 25px;
    }

    .get-apps {
        padding: 70px 0;
    }

    svg.cta-arrow-icon {
        width: 96px;
    }

    .get-apps .flex-get-se h2 {
        font-size: 45px;
    }

    .mobile-bg .mobile-img-1,
    .mobile-bg .mobile-img-2,
    .mobile-bg .mobile-img-3,
    .mobile-bg .mobile-img-4,
    .mobile-bg .mobile-img-5,
    .mobile-bg .mobile-img-6,
    .mobile-bg .mobile-img-7 {
        top: 1.5em !important;
        left: 0em !important;
        width: calc(100% - 3.3em) !important;
        height: calc(100% - 3em) !important;
    }

    .mobile-bg img {
        max-height: 92% !important;
    }

    .ctegprys-footes {
        padding-top: 8rem;
    }

    .cycle-tab-container {
        width: 100% !important;
    }

    .chnaing-wprss {
        font-size: 3rem !important;
        line-height: 65px !important;
    }
}

@media only screen and (min-width:993px) and (max-width:1023px) {

    /*contact-form*/
    .page-banner .page-banner-content h4 {
        font-size: 42px !important;
        margin-bottom: 10px !important;
    }

    .contact-info {
        padding: 1.3rem 1.2rem !important;
        position: relative;
    }

    section.contact-se-1 h6 {
        font-size: 16px;
        color: #202020;
        padding-left: 15px;
    }

    section.contact-se-1 h2 {
        font-size: 22px !important;
    }

    .page-banner .page-banner-content p {
        font-size: 22px !important;
    }

    .inner-cs {
        left: -135px !important;
    }

    .contact-info {
        background: #fff;
    }

    .page-banner .banner-content-div {
        padding-top: 56px !important;
    }

    /*btn-send-message*/

    #myModal .modal-header {
        padding: 1rem 3rem !important;
    }

    #myModal .form-s1 {
        padding: 1.5rem 1rem !important;
    }

    #myModal .modal-h2 {
        padding: 2rem 1rem !important;
    }

    #myModal .modal-h2 h2 {
        font-size: 3.5rem !important;
        font-family: 'Carlito' !important;
    }

    #myModal .form-s1 .btn-email-copys {
        padding: 13px 34px 14px !important;
        font-size: 21px !important;
        line-height: 25px !important;
    }

    #myModal .form-s1 span.too {
        font-size: 22px !important;
    }

    #myModal .inner-flex-popopu ul li a {
        font-size: 22px !important;
        line-height: 44px !important;
    }

    .btn1.btn-send-two .Title a {
        font-size: 20px !important;
    }

    .btn1.btn-send-two {
        padding: 15px 29px !important;
    }

    #myModal .form-s1 input {
        font-size: 22px !important;
    }

    #myModal .twoflex-div {
        padding-top: 7.5rem !important;
    }

    #myModal .twoflex-div p {
        font-size: 25px !important;
    }

    .btn.send-s {
        font-size: 24px !important;
    }

    h4.modal-title img {
        width: 176px !important;
    }

    /*btn-send-message*/
    .btn.send-s {
        font-family: 'Carlito';
    }

    footer ul li {
        font-size: 19px;
    }

    .banner-image-first .conten-sec-1 h4 {
        font-size: 15px !important;
        padding: 0 3px !important;
    }

    .text {
        font-size: 61px !important;
    }

    .banner-image-first .banner-img-2 {
        width: 65% !important;
    }

    .fixed-top {
        padding: 1px 0px;
    }

    .hero-section-11 h4 {
        font-size: 24px;
        line-height: 37px;
        letter-spacing: 1.2px;
    }

    .hero-section-11 h2 {
        font-size: 31px !important;
        line-height: 47px !important;
    }

    .accordion-content p {
        font-size: 17px;
        letter-spacing: .8px;
    }

    .hero-section-11 {
        height: 703px !important;
    }

    .fixed-top {
        right: 140px;
    }

    .dicover-sec h3 {
        font-size: 36px !important;
        line-height: 47px !important;
    }

    .navbar-brand img {
        width: 191px;
    }

    .nav-tabs {
        margin-bottom: 3rem !important;
    }

    .dicover-sec {
        padding: 17px 0 7px !important;
    }

    li.cycle-tab-item {
        margin: 0px 12px;
    }

    .cycle-tab-container a {
        font-size: 20px !important;
    }

    .left-tab span {
        font-size: 24px !important;
        line-height: 26px !important;
        padding: 14px 0 !important;
    }

    .cycle-tab-item:after {
        border-bottom: solid 3px #002639;
    }

    .cycle-tab-container {
        width: 89% !important;
    }

    .tab-pane img {
        height: 400px !important;
    }

    .cycle-tab-container .nav-link {
        padding: 0 !important;
    }

    .postion-tabs-active-open {
        top: 114px !important;
        right: -154px !important;
    }

    .left-tab p {
        font-size: 17px !important;
        line-height: 25px !important;
        padding-top: 9px !important;
    }

    .howitworks h2 {
        font-size: 2.1rem !important;
        margin-bottom: 1rem !important;
    }

    section.who-we-serve {
        padding: 78px 0 80px !important;
    }

    .postion-tabs-active-open img {
        width: 67% !important;
        height: auto !important;
    }

    .how-work2 h5 {
        font-size: 19px;
        line-height: 26px;
    }

    .howitworks p {
        font-size: 17px;
        line-height: 24px;
    }

    .text1 {
        font-size: 62px !important;
    }

    h4.geh2-sec {
        font-size: 27px !important;
        line-height: 37px !important;
    }

    .mobile-bg {
        height: 36.5em !important;
        width: 34.8em !important;
        margin-top: 4rem !important;
    }

    .right-content h1 {
        font-size: 3rem;
    }

    p.get-p-sec {
        font-size: 19px;
        line-height: 29px;
    }

    .img-ic {
        width: 50px;
        height: 50px;
        margin-right: 13px;
    }

    #img1 {
        margin: 3px !important;
    }

    .mobile-bg .mobile-img::before {
        left: 41px !important;
        right: auto !important;
        top: 1.2em !important;
        width: 9.8em !important;
        height: 1.3rem;
    }

    .mobile-bg img {
        border-radius: 23px !important;
        margin: 3px !important;
    }

    .position-accordina-icons {
        top: 44px !important;
        left: 21px !important;
    }

    .right-content ul li {
        font-size: 20px;
        line-height: 31px;
    }

    button.accordion {
        font-size: 2.2rem;
    }

    .get-apps .flex-get-se h3 {
        font-size: 24px;
    }

    .get-apps {
        padding: 70px 0;
    }

    svg.cta-arrow-icon {
        width: 82px;
    }

    .get-apps .flex-get-se h2 {
        font-size: 39px;
    }

    footer h4 {
        font-size: 22px;
    }

    footer ul li a {
        font-size: 19px;
    }

    footer ul li img {
        width: 26px;
    }

    footer ul li {
        font-size: 19px;
        line-height: 30px;
    }

    .new-lis-ses li .new-div-goolse {
        padding: 7px 7px;
        width: 135px;
    }

    #button {
        right: 99px;
    }

    footer ul.new-ul1 li a {
        font-size: 19px;
    }

    .inner-sec-foot {
        margin-top: 3rem;
    }

    .mobile-bg .mobile-img-1,
    .mobile-bg .mobile-img-2,
    .mobile-bg .mobile-img-3,
    .mobile-bg .mobile-img-4,
    .mobile-bg .mobile-img-5,
    .mobile-bg .mobile-img-6,
    .mobile-bg .mobile-img-7 {
        top: 1.5em !important;
        left: 0em !important;
        width: calc(100% - 3.3em) !important;
        height: calc(100% - 3em) !important;
    }

    .mobile-bg img {
        max-height: 92% !important;
    }

    .ctegprys-footes {
        padding-top: 8rem;
    }

    .cycle-tab-container {
        width: 100% !important;
    }

    .chnaing-wprss {
        font-size: 2.4rem !important;
        line-height: 52px !important;
    }

    .btn.send-s {
        font-size: 24px !important;
    }
}

@media only screen and (min-width:769px) and (max-width:992px) {

    /*contact-form*/
    .page-banner .page-banner-content h4 {
        font-size: 42px !important;
        margin-bottom: 10px !important;
    }

    .contact-info {
        padding: 1.3rem 1.2rem !important;
        position: relative;
    }

    section.contact-se-1 h6 {
        font-size: 16px;
        color: #202020;
        padding-left: 15px;
    }

    section.contact-se-1 h2 {
        font-size: 22px !important;
    }

    .page-banner .page-banner-content p {
        font-size: 22px !important;
    }

    .inner-cs {
        left: -135px !important;
    }

    .contact-info {
        background: #fff;
    }

    .page-banner .banner-content-div {
        padding-top: 56px !important;
    }

    .left-details .detail-card {
        gap: 18px !important;
        width: 100% !important;
        padding: 23px !important;
    }

    form {
        padding: 1.3rem 1.2rem !important;
    }

    .new-forms-cs {
        padding: 5px !important;
    }

    .new-forms-cs h3 {
        font-size: 25px !important;
    }

    .contact-sec-2 {
        padding: 54px 0 !important;
    }

    /*btn-send-message*/
    .xl-button-white:hover::before {
        box-shadow: none !important;
    }

    #myModal .modal-header {
        padding: 1rem 3rem !important;
    }

    #myModal .form-s1 {
        padding: 1rem .5rem !important;
    }

    #myModal .modal-h2 {
        padding: 2rem 1rem !important;
    }

    #myModal .modal-h2 h2 {
        font-size: 3rem !important;
        font-family: 'Carlito' !important;
    }

    #myModal .form-s1 .btn-email-copys {
        padding: 8px 20px 8px !important;
        font-size: 16px !important;
        line-height: 25px !important;
    }

    .mailto-message {
        font-size: 19px !important;
    }

    #myModal .form-s1 span.too {
        font-size: 20px !important;
        line-height: 34px;
    }

    #myModal .inner-flex-popopu ul li a {
        font-size: 22px !important;
        line-height: 44px !important;
    }

    .btn1.btn-send-two .Title a {
        font-size: 20px !important;
    }

    .btn1.btn-send-two {
        padding: 15px 29px !important;
    }

    #myModal .form-s1 input {
        font-size: 19px !important;
    }


    #myModal .twoflex-div {
        padding-top: 7.5rem !important;
    }

    #myModal .twoflex-div p {
        font-size: 18px !important;
    }

    .btn.send-s {
        font-size: 24px !important;
    }

    h4.modal-title img {
        width: 176px !important;
    }

    .modal-fullscreen .modal-body {
        overflow-y: hidden;
    }

    #myModal .form-s1 textarea {
        font-size: 18px !important;
    }

    /*btn-send-message*/


    .btn.send-s {
        font-family: 'Carlito';
    }

    .mobile-bg {
        height: 34.5em !important;
        width: 17.8em !important;
        margin-top: 4rem !important;
        overflow: hidden;
    }

    .d-bl {
        display: none;
    }

    .header2 {
        display: block !important;
        position: absolute;
    }

    .collapse:not(.show) {
        display: none;
    }

    .position-div-3 {
        position: absolute;
        z-index: 99;
        left: -36px;
        top: -43px;
    }

    li.nav-item {
        line-height: 18px;
        padding: 2px 3px;
        margin: 0 5px;
    }

    .header2.d-none {
        width: 100%;
        margin: 20px 10px;
    }

    .hero-section-11 {
        padding: 165px 0 99px;
        height: 636px !important;
    }

    .banner-image-first .conten-sec-1 h4 {
        font-size: 15px !important;
        padding: 0 3px !important;
    }


    .img-heade-4s img {
        width: 74px !important;
    }

    .text {
        font-size: 61px !important;
    }

    .banner-image-first .banner-img-2 {
        width: 84% !important;
        top: -41px;
        right: -14px;
    }

    ul.nav.nav-pills {
        width: 97% !important;
        margin: 11px auto;
    }

    .fixed-top {
        padding: 1px 0px;
    }

    .Title a {
        font-size: 17px;
    }

    .banner-img-3 {
        position: absolute;
        left: -34px;
        bottom: -36px;
    }

    .news.scroll-hide {
        position: relative;
        z-index: 99;
        width: max-content;
        margin-left: auto;
        margin-right: 17px;
    }

    .hero-section-11 h4 {
        font-size: 21px;
        line-height: 31px;
        letter-spacing: 1.2px;
    }

    .collapse:not(.show) {
        display: block;
    }

    .fixed-top {
        position: fixed;
        top: auto;
        right: 0;
        left: 0;
        z-index: 1030;
        bottom: 0;
    }

    .nav-link {
        color: rgb(37 37 37);
    }

    .navbar-brand img {
        z-index: 99;
        position: absolute;
    }

    .navbar-nav .nav-link {
        padding-right: 9px;
        padding-left: 9px;
    }

    .hero-section-11 h2 {
        font-size: 31px !important;
        line-height: 47px !important;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        width: max-content;
    }

    .accordion-content p {
        font-size: 17px;
        letter-spacing: .8px;
    }

    .hero-section-11 {
        padding: 185px 0 99px;
        height: 675px !important;
    }

    .fixed-top {
        right: 140px;
    }

    .dicover-sec h3 {
        font-size: 30px !important;
        line-height: 44px !important;
    }

    .navbar-brand img {
        width: 191px;
    }

    .nav-tabs {
        margin-bottom: 3rem !important;
    }

    .dicover-sec {
        padding: 17px 0 7px !important;
    }

    li.cycle-tab-item {
        margin: 0px 5px;
    }

    .cycle-tab-container a {
        font-size: 20px !important;
    }

    .left-tab span {
        font-size: 20px !important;
        line-height: 25px !important;
        padding: 14px 0 !important;
    }

    .cycle-tab-item:after {
        border-bottom: solid 3px #002639;
    }

    .cycle-tab-container {
        width: 89% !important;
    }

    .tab-pane img {
        height: 400px !important;
    }

    .cycle-tab-container .nav-link {
        padding: 0 !important;
    }

    .postion-tabs-active-open {
        top: 114px !important;
        right: -154px !important;
    }

    .left-tab p {
        font-size: 17px !important;
        line-height: 25px !important;
        padding-top: 9px !important;
    }

    .howitworks h2 {
        font-size: 28px !important;
        margin-bottom: .4rem !important;
    }

    section.who-we-serve {
        padding: 78px 0 80px !important;
    }

    .how-work2 {
        padding: 32px 0;
    }

    .howitworks {
        padding: 62px 0 0;
    }

    .postion-tabs-active-open img {
        width: 67% !important;
        height: auto !important;
    }

    .how-work2 h5 {
        font-size: 19px;
        line-height: 26px;
    }

    .howitworks p {
        font-size: 17px;
        line-height: 24px;
    }

    .text1 {
        font-size: 52px !important;
    }

    h4.geh2-sec {
        font-size: 22px !important;
        line-height: 33px !important;
    }

    .mobile-bg {
        height: 32.5em !important;
        width: 20.8em !important;
        margin-top: 4rem !important;
    }

    .postion-tabs-active-open {
        display: none;
    }

    .right-content h1 {
        font-size: 2.6rem;
    }

    p.get-p-sec {
        font-size: 18px;
        line-height: 28px;
    }

    .img-ic {
        width: 50px;
        height: 50px;
        margin-right: 13px;
    }

    .right-content .px-5 {
        padding: 0 !important;
    }

    #img1 {
        margin: 3px !important;
    }

    .mobile-bg .mobile-img::before {
        left: 30px !important;
        right: auto !important;
        top: 1.2em !important;
        width: 9.8em !important;
        height: 1rem;
    }

    .mobile-bg img {
        border-radius: 23px !important;
        margin: 3px !important;
    }

    .position-accordina-icons {
        top: 44px !important;
        left: 21px !important;
    }

    .right-content ul li {
        font-size: 19px;
        line-height: 31px;
    }

    button.accordion {
        font-size: 29px;
        letter-spacing: .5px;
    }

    .get-apps .flex-get-se h3 {
        font-size: 24px;
    }

    .get-apps {
        padding: 70px 0;
    }

    svg.cta-arrow-icon {
        width: 80px;
        margin-left: 48px;
    }

    .get-apps .flex-get-se h2 {
        font-size: 39px;
    }

    footer h4 {
        font-size: 22px;
    }

    footer ul li a {
        font-size: 19px;
    }

    footer ul li img {
        width: 26px;
    }

    footer ul li {
        font-size: 19px;
        line-height: 30px;
    }

    .new-lis-ses li .new-div-goolse {
        padding: 7px 7px;
        width: 135px;
    }

    #button {
        right: 18px;
    }


    footer ul.new-ul1 li a {
        font-size: 19px;
    }

    .inner-sec-foot {
        margin-top: 3rem;
    }

    .mobile-bg .mobile-img-1,
    .mobile-bg .mobile-img-2,
    .mobile-bg .mobile-img-3,
    .mobile-bg .mobile-img-4,
    .mobile-bg .mobile-img-5,
    .mobile-bg .mobile-img-6,
    .mobile-bg .mobile-img-7 {
        top: 1.5em !important;
        left: 0em !important;
        width: calc(100% - 3.3em) !important;
        height: calc(100% - 3em) !important;
    }

    .mobile-bg img {
        max-height: 92% !important;
    }

    .ctegprys-footes {
        padding-top: 0rem;
    }

    .cycle-tab-container {
        width: 100% !important;
        padding: 0 !important;
    }


    .chnaing-wprss {
        font-size: 2.2rem !important;
        line-height: 54px !important;
        margin-bottom: 8rem;
        padding-top: 5rem;
    }

    .btn.send-s {
        font-size: 24px !important;
    }

    footer .col-md-1 {
        display: none;
    }

    footer .col-md-2.width-inc {
        width: 39% !important;
        margin: auto !important;
    }
}

@media only screen and (min-width:576px) and (max-width:768px) {

    /*contact-form*/
    .page-banner .page-banner-content h4 {
        font-size: 42px !important;
        margin-bottom: 10px !important;
    }

    .contact-info {
        padding: 1.3rem 1.2rem !important;
        position: relative;
    }

    section.contact-se-1 h6 {
        font-size: 16px;
        color: #202020;
        padding-left: 15px;
    }

    section.contact-se-1 h2 {
        font-size: 22px !important;
    }

    .page-banner .page-banner-content p {
        font-size: 22px !important;
    }

    .inner-cs {
        left: -135px !important;
    }

    .contact-info {
        background: #fff;
    }

    .page-banner .banner-content-div {
        padding-top: 56px !important;
    }

    .left-details .detail-card {
        gap: 18px !important;
        width: 100% !important;
        padding: 23px !important;
    }

    form {
        padding: 1.3rem 1.2rem !important;
    }

    .new-forms-cs {
        padding: 5px !important;
    }

    .new-forms-cs h3 {
        font-size: 25px !important;
    }

    .contact-sec-2 {
        padding: 54px 0 !important;
    }

    /*btn-send-message*/
    #myModal .modal-header {
        padding: 1rem 3rem !important;
    }

    #myModal .form-s1 {
        padding: 1rem .5rem !important;
    }

    #myModal .modal-h2 {
        padding: 2rem 0rem !important;
    }

    #myModal .modal-h2 h2 {
        font-size: 2.5rem !important;
        font-family: 'Carlito' !important;
    }

    #myModal .modal-h2 h2 br {
        display: none;
    }

    #myModal .form-s1 .btn-email-copys {
        padding: 8px 20px 8px !important;
        font-size: 16px !important;
        line-height: 25px !important;
    }

    .mailto-message {
        font-size: 19px !important;
    }

    #myModal .form-s1 span.too {
        font-size: 20px !important;
        line-height: 34px;
    }

    #myModal .inner-flex-popopu ul li a {
        font-size: 22px !important;
        line-height: 44px !important;
    }

    .btn1.btn-send-two .Title a {
        font-size: 18px !important;
    }

    .btn1.btn-send-two {
        padding: 8px 26px !important;
    }

    #myModal .form-s1 input {
        font-size: 19px !important;
    }


    #myModal .twoflex-div {
        padding-top: 1.5rem !important;
    }

    #myModal .twoflex-div p {
        font-size: 18px !important;
    }

    .btn.send-s {
        font-size: 24px !important;
    }

    #myModal .col-5-popup-sec {
        border-left: 0px solid #bebebe !important;
    }

    h4.modal-title img {
        width: 176px !important;
    }

    #myModal .form-s1 textarea {
        font-size: 18px !important;
    }

    .xl-button-white:hover::before {
        box-shadow: none !important;
    }

    /*btn-send-message*/

    .btn.send-s {
        font-family: 'Carlito';
    }

    .position-div-3 img {
        width: 42% !important;
    }

    .mobile-bg {
        height: 34.5em !important;
        width: 17.8em !important;
        margin-top: 4rem !important;
        overflow: hidden;
    }

    .d-bl {
        display: none;
    }

    .header2 {
        display: block !important;
        position: absolute;
    }

    .collapse:not(.show) {
        display: none;
    }

    .position-div-3 {
        position: absolute;
        z-index: 99;
        left: 38px;
        top: -16px;
    }

    .how-work2 img {
        margin-top: 20px;
    }

    li.nav-item {
        line-height: 18px;
        padding: 2px 3px;
        margin: 0 5px;
    }

    .header2.d-none {
        width: 100%;
        margin: 20px 10px;
    }

    .hero-section-11 {
        padding: 165px 0 99px;
        height: 636px !important;
    }

    .banner-image-first .conten-sec-1 h4 {
        font-size: 15px !important;
        padding: 0 11px !important;
    }



    .img-heade-4s img {
        width: 74px !important;
    }

    .text {
        font-size: 42px !important;
    }

    .banner-image-first .banner-img-2 {
        width: 48% !important;
        top: -29px;
        right: 144px;
    }

    ul.nav.nav-pills {
        width: 100% !important;
        margin: 11px auto;
        position: static;
        margin: 4px auto;
    }

    .fixed-top {
        padding: 1px 0px;
    }

    .Title a {
        font-size: 16px;
    }

    .banner-img-3 {
        position: absolute;
        left: 85px;
        bottom: -19px;
    }

    .Title {
        height: 32px;
    }

    .news.scroll-hide {
        position: relative;
        z-index: 99;
        width: max-content;
        margin-left: auto;
        margin-right: 17px;
    }

    .hero-section-11 h4 {
        font-size: 21px;
        line-height: 31px;
        letter-spacing: 1.2px;
    }

    .collapse:not(.show) {
        display: block;
    }

    .fixed-top {
        position: fixed;
        top: auto;
        right: 0;
        left: 0;
        z-index: 1030;
        bottom: 0;
    }

    .nav-link {
        color: rgb(37 37 37);
    }

    .navbar-brand img {
        z-index: 99;
        position: absolute;
    }

    .navbar-nav .nav-link {
        padding-right: 9px;
        padding-left: 9px;
    }

    .hero-section-11 h2 {
        font-size: 31px !important;
        line-height: 47px !important;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        width: max-content;
    }

    .accordion-content p {
        font-size: 17px;
        letter-spacing: .8px;
    }

    .hero-section-11 {
        padding: 160px 0 110px;
        height: auto !important;
    }

    .position-accordina-icons lottie-player {
        width: 80px !important;
    }

    .banner-image-first {
        position: relative;
        margin-top: 6rem;
    }

    .dicover-sec h3 {
        font-size: 28px !important;
        line-height: 42px !important;
    }

    .navbar-brand img {
        width: 191px;
    }

    .nav-tabs {
        margin-bottom: 3rem !important;
    }

    .dicover-sec {
        padding: 17px 0 7px !important;
    }

    li.cycle-tab-item {
        margin: 9px 5px;
    }

    .cycle-tab-container a {
        font-size: 20px !important;
    }

    .left-tab span {
        font-size: 22px !important;
        line-height: 25px !important;
        padding: 14px 0 !important;
    }

    .cycle-tab-item:after {
        border-bottom: solid 3px #002639;
    }

    ul.nav.nav-tabs {
        position: static;
    }

    .cycle-tab-container {
        width: 89% !important;
    }

    .tab-pane img {
        height: 400px !important;
    }

    .cycle-tab-container .nav-link {
        padding: 0 !important;
    }

    .postion-tabs-active-open {
        top: 114px !important;
        right: -154px !important;
    }

    .left-tab p {
        font-size: 17px !important;
        line-height: 25px !important;
        padding-top: 9px !important;
    }

    .howitworks h2 {
        font-size: 28px !important;
        margin-bottom: .4rem !important;
        margin-top: 25px;
    }

    section.who-we-serve {
        padding: 78px 0 80px !important;
    }

    .how-work2 {
        padding: 32px 0;
    }



    .how-work3 img {
        margin-bottom: 25px;
    }

    .how-work3 {
        padding: 0 0;
    }

    .howitworks {
        padding: 62px 0 0;
    }

    .postion-tabs-active-open img {
        width: 67% !important;
        height: auto !important;
    }

    .how-work2 h5 {
        font-size: 19px;
        line-height: 26px;
    }

    .howitworks p {
        font-size: 17px;
        line-height: 24px;
    }

    .text1 {
        font-size: 52px !important;
    }

    h4.geh2-sec {
        font-size: 22px !important;
        line-height: 33px !important;
    }

    .mobile-bg {
        height: 32.5em !important;
        width: 20.8em !important;
        margin-top: 4rem !important;
    }

    .postion-tabs-active-open {
        display: none;
    }

    .right-content h1 {
        font-size: 2.6rem;
        margin-bottom: 1rem;
    }

    .pined-sec .col-md-1 {
        display: none;
    }

    p.get-p-sec {
        font-size: 18px;
        line-height: 28px;
    }

    .main {
        display: flex;
        flex-direction: column;
        height: 74% !important;
        width: 89% !important;
    }



    .img-ic {
        width: 50px;
        height: 50px;
        margin-right: 13px;
    }

    .right-content .px-5 {
        padding: 0 !important;
    }

    #img1 {
        margin: 3px !important;
    }

    .mobile-bg .mobile-img::before {
        left: 30px !important;
        right: auto !important;
        top: 1.2em !important;
        width: 9.8em !important;
        height: 1rem;
    }

    .mobile-bg img {
        border-radius: 23px !important;
        margin: 3px !important;
    }

    .position-accordina-icons {
        top: 35px !important;
        left: 18px !important;
    }

    .right-content ul li {
        font-size: 19px;
        line-height: 31px;
    }

    .category-link p {
        font-size: 17px !important;
    }

    .category-link i {
        width: 34px !important;
        height: 34px !important;
        line-height: 34px !important;
        font-size: 19px !important;
        margin-right: 5px !important;
    }

    button.accordion {
        font-size: 22px;
        letter-spacing: 0;
    }

    .inner-sec-foot .text-end {
        text-align: center !important;
    }

    .get-apps .flex-get-se h3 {
        font-size: 24px;
    }

    .position-accordina-icons svg {
        width: 100px !important;
    }

    .get-apps {
        padding: 70px 0;
    }

    svg.cta-arrow-icon {
        width: 80px;
        margin-left: 48px;
    }

    .get-apps .flex-get-se h2 {
        font-size: 39px;
    }

    footer h4 {
        font-size: 19px;
    }

    footer ul li a {
        font-size: 19px;
    }

    footer ul li img {
        width: 26px;
    }

    footer ul li {
        font-size: 18px;
        line-height: 30px;
    }

    .new-lis-ses li .new-div-goolse {
        padding: 7px 7px;
        width: 135px;
    }

    #button {
        right: 18px;
    }

    .fixed-top {
        height: 94px;
    }

    footer ul.new-ul1 li a {
        font-size: 19px;
    }

    .inner-sec-foot {
        margin-top: 3rem;
        text-align: center;
    }

    .inner-sec-foot .col-md-5.text-start {
        text-align: center !important;
    }

    .btn1 {
        padding: 6px 10px;
        margin-top: 3px;
        margin-bottom: 11px;
    }

    .mobile-bg .mobile-img-1,
    .mobile-bg .mobile-img-2,
    .mobile-bg .mobile-img-3,
    .mobile-bg .mobile-img-4,
    .mobile-bg .mobile-img-5,
    .mobile-bg .mobile-img-6,
    .mobile-bg .mobile-img-7 {
        top: 1.5em !important;
        left: 0em !important;
        width: calc(100% - 3.3em) !important;
        height: calc(100% - 3em) !important;
    }

    .mobile-bg img {
        max-height: 92% !important;
    }

    .ctegprys-footes {
        padding-top: 0rem;
    }

    .cycle-tab-container {
        width: 100% !important;
        padding: 0 !important;
    }

    .chnaing-wprss {
        font-size: 1.8rem !important;
        line-height: 42px !important;
        margin-bottom: 5rem;
        padding-top: 6rem;
    }


    .btn.send-s {
        font-size: 22px !important;
        margin-top: 14px;
    }

    footer .col-md-1 {
        display: none;
    }

    footer .col-md-2.width-inc {
        width: 39% !important;
        margin: auto !important;
    }
}

@media only screen and (min-width:400px) and (max-width:575px) {

    /*contact-form*/
    .page-banner {
        height: 39vh !important;
    }

    .page-banner .page-banner-content h4 {
        font-size: 42px !important;
        margin-bottom: 10px !important;
    }

    .contact-info {
        padding: 1.3rem 1.2rem !important;
        position: relative;
    }

    section.contact-se-1 h6 {
        font-size: 16px;
        color: #202020;
        padding-left: 15px;
    }

    span {
        font-size: 15px !important;
        line-height: 18px !important;
    }

    section.contact-se-1 h2 {
        font-size: 22px !important;
    }

    .page-banner .page-banner-content p {
        font-size: 22px !important;
    }

    .inner-cs {
        left: -135px !important;
    }

    .contact-info {
        background: #fff;
    }

    .page-banner .banner-content-div {
        padding-top: 56px !important;
    }

    .left-details .detail-card {
        gap: 18px !important;
        width: 100% !important;
        padding: 23px !important;
    }

    form {
        padding: 1.3rem 1.2rem !important;
    }

    .detail-card-2 .mailto-message {
        top: -28px !important;
        left: 28px !important;
        font-size: 11px !important;
    }

    .text,
    .information,
    .social-media p {
        font-size: 17px !important;
    }

    section.contact-se-1 {
        padding: 88px 0 60px !important;
    }

    .new-forms-cs {
        padding: 5px !important;
    }

    .new-forms-cs h3 {
        font-size: 22px !important;
        margin: 17px 0 20px !important;
    }

    .contact-sec-2 {
        padding: 54px 0 !important;
    }

    /*btn-send-message*/
    #myModal .modal-header {
        padding: 1rem 3rem !important;
    }

    #myModal .form-s1 {
        padding: 1rem .5rem !important;
    }

    #myModal .modal-h2 {
        padding: 2rem 0rem !important;
    }

    #myModal .modal-h2 h2 {
        font-size: 2rem !important;
        font-family: 'Carlito' !important;
    }

    #myModal .modal-h2 h2 br {
        display: none;
    }

    #myModal .form-s1 .btn-email-copys {
        padding: 8px 20px 8px !important;
        font-size: 16px !important;
        line-height: 25px !important;
    }

    .mailto-message {
        font-size: 19px !important;
    }

    #myModal .form-s1 span.too {
        font-size: 20px !important;
        line-height: 34px;
    }

    #myModal .inner-flex-popopu ul li a {
        font-size: 18px !important;
        line-height: 35px !important;
    }

    .btn1.btn-send-two .Title a {
        font-size: 18px !important;
    }

    .btn1.btn-send-two {
        padding: 8px 26px !important;
    }

    #myModal .form-s1 input {
        font-size: 19px !important;
    }


    #myModal .twoflex-div {
        padding-top: 1.5rem !important;
    }

    #myModal .twoflex-div p {
        font-size: 18px !important;
    }

    .btn.send-s {
        font-size: 24px !important;
    }

    #myModal .col-5-popup-sec {
        border-left: 0px solid #bebebe !important;
    }

    h4.modal-title img {
        width: 176px !important;
    }

    #myModal .form-s1 textarea {
        font-size: 18px !important;
    }

    .xl-button-white:hover::before {
        box-shadow: none !important;
    }

    /*btn-send-message*/


    .btn.send-s {
        font-family: 'Carlito';
    }

    .position-div-3 img {
        width: 42% !important;
    }

    .mobile-bg {
        height: 34.5em !important;
        width: 17.8em !important;
        margin-top: 4rem !important;
        overflow: hidden;
    }

    .d-bl {
        display: none;
    }

    .header2 {
        display: block !important;
        position: absolute;
    }

    .collapse:not(.show) {
        display: none;
    }

    .position-div-3 {
        position: absolute;
        z-index: 99;
        left: 38px;
        top: -16px;
    }

    .how-work2 img {
        margin-top: 20px;
    }

    li.nav-item {
        line-height: 11px;
        padding: 1px 0px;
        margin: 3px 4px;
    }

    .header2.d-none {
        width: 100%;
        margin: 20px 10px;
    }

    .hero-section-11 {
        padding: 165px 0 99px;
        height: 636px !important;
    }

    .banner-image-first .conten-sec-1 h4 {
        font-size: 15px !important;
        padding: 0 11px !important;
    }



    .img-heade-4s img {
        width: 48px !important;
    }

    .text {
        font-size: 29px !important;
    }

    .banner-image-first .banner-img-2 {
        width: 64% !important;
        top: -29px;
        right: 27px;
    }

    button.accordion {
        padding: 2px 5px;
    }

    .img-heade-4s {
        top: -39px !important;
    }

    .text {
        -webkit-text-stroke: 1px #0e253a;
    }

    ul.nav.nav-pills {
        width: 100% !important;
        margin: -1px auto !important;
        display: inline-block;
    }


    .img-logo-1 img {
        width: 110px;
    }

    .fixed-top {
        padding: 1px 0px;
    }

    .nav-pills>li.category-link {
        display: inline-block !important;
        width: 59% !important;
        min-height: 40px !important;
        margin: 9px 10px !important;
    }

    .tabSection {
        padding-top: 14px !important;
        padding-bottom: 8px !important;
        margin-top: 2rem !important;
        border-radius: 20px !important;
        margin-bottom: 17px !important;
    }

    .Title a {
        font-size: 16px;
    }

    .banner-img-3 {
        position: absolute;
        left: 85px;
        bottom: -19px;
    }

    .Title {
        height: 32px;
    }

    .news.scroll-hide {
        position: relative;
        z-index: 99;
        width: max-content;
        margin-left: auto;
        margin-right: 17px;
    }

    .hero-section-11 h4 {
        font-size: 19px;
        line-height: 29px;
        letter-spacing: 1px;
        padding: 4px 7px 18px;
    }

    .collapse:not(.show) {
        display: block;
    }

    .fixed-top {
        position: fixed;
        top: auto;
        right: 0;
        left: 0;
        z-index: 1030;
        bottom: 0;
    }

    .nav-link {
        color: rgb(37 37 37);
    }

    .navbar-brand img {
        z-index: 99;
        position: absolute;
    }

    .navbar-nav .nav-link {
        padding-right: 6px;
        padding-left: 5px;
        font-size: 14px;
    }

    .position-div-3 img {
        display: none;
    }

    .hero-section-11 h2 {
        font-size: 28px !important;
        line-height: 43px !important;
        padding: 0px 6px;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        width: max-content;
    }

    .accordion-content p {
        font-size: 14px;
        letter-spacing: .8px;
    }

    .hero-section-11 {
        padding: 160px 0 110px;
        height: auto !important;
    }

    .position-accordina-icons lottie-player {
        width: 45px !important;
    }

    .accordion-content h4 {
        font-size: 17px;
        margin-top: 0px;
    }

    .banner-image-first {
        position: relative;
        margin-top: 7rem;
        margin-bottom: 3rem;
    }

    .dicover-sec h3 {
        font-size: 21px !important;
        line-height: 30px !important;
    }

    .navbar-brand img {
        width: 144px;
    }

    .chnaing-wprss br {
        display: none;
    }

    .nav-tabs {
        margin-bottom: 3rem !important;
    }

    ul.navbar-nav {
        padding: 3px 0px;
    }

    li.cycle-tab-item {
        margin: 4px 5px;
    }

    .dicover-sec {
        padding: 17px 0 7px !important;
    }

    li.cycle-tab-item {
        margin: 9px 5px;
    }

    .cycle-tab-container a {
        font-size: 20px !important;
    }

    .left-tab span {
        font-size: 22px !important;
        line-height: 25px !important;
        padding: 14px 0 !important;
    }

    .cycle-tab-item:after {
        border-bottom: solid 3px #002639;
    }

    ul.nav.nav-tabs {
        position: static;
    }

    .cycle-tab-container {
        width: 89% !important;
    }

    .tab-pane img {
        height: 400px !important;
    }

    .cycle-tab-container .nav-link {
        padding: 0 !important;
    }

    .postion-tabs-active-open {
        top: 114px !important;
        right: -154px !important;
    }

    .left-tab p {
        font-size: 17px !important;
        line-height: 25px !important;
        padding-top: 9px !important;
    }

    .howitworks h2 {
        font-size: 28px !important;
        margin-bottom: .4rem !important;
        margin-top: 35px;
    }

    section.who-we-serve {
        padding: 78px 0 40px !important;
    }

    .how-work2 {
        padding: 6px 0;
    }

    .how-work3 img {
        margin-bottom: 25px;
        width: 100%;
    }

    .how-work3 {
        padding: 0 0;
    }

    .how-work2 img {
        width: 100%;
    }

    .howitworks {
        padding: 62px 0 0;
    }

    .postion-tabs-active-open img {
        width: 67% !important;
        height: auto !important;
    }

    .how-work2 h5 {
        font-size: 19px;
        line-height: 26px;
    }

    .howitworks p {
        font-size: 17px;
        line-height: 24px;
    }

    .text1 {
        font-size: 29px !important;
    }


    h4.geh2-sec {
        font-size: 19px !important;
        line-height: 29px !important;
    }

    .text1 {
        -webkit-text-stroke: .5px #ffffff;
        letter-spacing: 2px;
    }

    .contentMarker {
        height: 48vh;
    }

    .mobile-bg {
        height: 32.5em !important;
        width: 20.8em !important;
        margin-top: 4rem !important;
    }

    .postion-tabs-active-open {
        display: none;
    }

    .right-content h1 {
        font-size: 28px;
        margin-bottom: 1rem;
        letter-spacing: .5px;
    }

    .pined-sec .col-md-1 {
        display: none;
    }

    p.get-p-sec {
        font-size: 16px;
        line-height: 24px;
    }

    .main {
        display: flex;
        flex-direction: column;
        height: 74% !important;
        width: 89% !important;
    }



    .img-ic {
        width: 50px;
        height: 50px;
        margin-right: 13px;
    }

    .right-content .px-5 {
        padding: 0 !important;
    }

    #img1 {
        margin: 3px !important;
    }

    .mobile-bg .mobile-img::before {
        left: 30px !important;
        right: auto !important;
        top: 1.2em !important;
        width: 9.8em !important;
        height: 1rem;
    }

    .mobile-bg img {
        border-radius: 23px !important;
        margin: 3px !important;
    }

    .position-accordina-icons {
        top: 17px !important;
        left: 18px !important;
    }

    .right-content ul li {
        font-size: 18px;
        line-height: 28px;
    }

    .category-link p {
        font-size: 17px !important;
    }

    .col-md-5.col-sm-6.ml-auto {
        display: none;
    }

    .pined-sec {
        padding: 48px 0 0;
    }

    button.accordion:after {
        font-size: 13px;
        padding-left: 10px;
        padding-top: 0px;
    }

    .category-link i {
        width: 34px !important;
        height: 34px !important;
        line-height: 34px !important;
        font-size: 19px !important;
        margin-right: 5px !important;
    }

    button.accordion {
        font-size: 19px;
        letter-spacing: 0;
    }

    .inner-sec-foot .text-end {
        text-align: center !important;
    }

    .get-apps .flex-get-se h3 {
        font-size: 24px;
    }

    .position-accordina-icons {
        display: none;
    }

    summary {
        font-size: 17px;
    }

    .position-accordina-icons svg {
        width: 100px !important;
    }

    .get-apps {
        padding: 70px 0;
    }

    svg.cta-arrow-icon {
        width: 80px;
        margin-left: 48px;
    }

    .get-apps .flex-get-se h2 {
        font-size: 39px;
    }

    footer h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    footer ul li a {
        font-size: 17px;
    }

    footer ul li img {
        width: 19px;
    }

    footer ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .new-lis-ses li .new-div-goolse {
        padding: 7px 7px;
        width: 135px;
    }

    #button {
        right: 18px;
    }

    .fixed-top {
        height: 94px;
    }

    footer ul.new-ul1 li a {
        font-size: 16px;
        line-height: 29px;
    }

    .inner-sec-foot {
        margin-top: 3rem;
        text-align: center;
    }

    footer .new-ul ul li {
        font-size: 16px !important;
    }

    .inner-sec-foot .col-md-5.text-start {
        text-align: center !important;
    }

    .btn1 {
        padding: 6px 10px;
        margin-top: 3px;
        margin-bottom: 11px;
    }

    .mobile-bg .mobile-img-1,
    .mobile-bg .mobile-img-2,
    .mobile-bg .mobile-img-3,
    .mobile-bg .mobile-img-4,
    .mobile-bg .mobile-img-5,
    .mobile-bg .mobile-img-6,
    .mobile-bg .mobile-img-7 {
        top: 1.5em !important;
        left: 0em !important;
        width: calc(100% - 3.3em) !important;
        height: calc(100% - 3em) !important;
    }

    .mobile-bg img {
        max-height: 92% !important;
    }

    .ctegprys-footes {
        padding-top: 0rem;
    }

    .cycle-tab-container {
        width: 100% !important;
        padding: 0 !important;
    }

    .chnaing-wprss {
        font-size: 20px !important;
        line-height: 31px !important;
        margin-bottom: 5rem;
        padding-top: 3rem;
        padding-right: 83px;
    }

    .btn.send-s {
        font-size: 18px !important;
        margin-top: 11px;
    }

    #sentence-wrapper span {
        padding-left: 0;
    }

    footer .col-md-1 {
        display: none;
    }

    footer .col-md-2.width-inc {
        width: 48% !important;
        margin: 0 auto !important;
    }
}

@media only screen and (min-width:2px) and (max-width:399px) {
    section.technical-require h4 {
        font-size: 27px !important;
    }

    /*contact-form*/
    .left-details .detail-card .detail-content span {
        font-size: 15px !important;
        line-height: 18px !important;
    }

    section.technical-require {
        background: #002639;
        padding: 40px 0 !important;
    }

    section.technical-require ul li {
        font-size: 16px !important;
        line-height: 25px !important;
    }

    .page-banner .page-banner-content h4 {
        font-size: 29px !important;
        margin-bottom: -1px !important;
        padding-left: 17px;
    }

    .contact-info {
        padding: 1.3rem 1.2rem !important;
        position: relative;
    }

    section.contact-se-1 h6 {
        font-size: 16px;
        color: #202020;
        padding-left: 15px;
    }

    section.contact-se-1 h2 {
        font-size: 22px !important;
    }

    .page-banner .page-banner-content p {
        font-size: 18px !important;
        padding-left: 20px;
    }

    .page-banner .page-banner-content p {
        width: 90% !important;
    }

    .page-banner {
        height: 40vh !important;
        background-position: left !important;
    }

    .inner-cs {
        left: -135px !important;
    }

    .contact-info {
        background: #fff;
    }

    .page-banner .banner-content-div {
        padding-top: 56px !important;
    }

    .left-details .detail-card {
        gap: 18px !important;
        width: 100% !important;
        padding: 23px !important;
    }

    form {
        padding: 1.3rem 1.2rem !important;
    }

    .detail-card-2 .mailto-message {
        top: -28px !important;
        left: 28px !important;
        font-size: 11px !important;
    }

    .text,
    .information,
    .social-media p {
        font-size: 17px !important;
    }

    section.contact-se-1 {
        padding: 88px 0 60px !important;
    }

    .new-forms-cs {
        padding: 5px !important;
    }

    .new-forms-cs h3 {
        font-size: 20px !important;
        margin: 25px 0 7px !important;
    }

    .contact-sec-2 {
        padding: 54px 0 !important;
    }

    /*btn-send-message*/
    #myModal .modal-header {
        padding: 10px 18px 8px 0px !important;
    }

    #myModal .form-s1 {
        padding: 1rem .5rem !important;
    }

    #myModal .modal-h2 {
        padding: 2rem 0rem !important;
    }

    #myModal .modal-h2 h2 {
        font-size: 23px !important;
        font-family: 'Carlito' !important;
    }

    #myModal .modal-h2 h2 br {
        display: none;
    }

    #myModal .form-s1 .btn-email-copys {
        padding: 4px 17px 4px !important;
        font-size: 14px !important;
        line-height: 22px !important;
    }

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

    #myModal .form-s1 span.too {
        font-size: 16px !important;
        line-height: 29px;
    }

    #myModal .inner-flex-popopu ul li a {
        font-size: 16px !important;
        line-height: 30px !important;
    }

    .btn1.btn-send-two .Title a {
        font-size: 15px !important;
    }

    .btn1.btn-send-two {
        padding: 4px 22px !important;
        margin-bottom: 56px;
    }

    #myModal .form-s1 input {
        font-size: 15px !important;
    }


    #myModal .twoflex-div {
        padding-top: 1.5rem !important;
    }

    #myModal .twoflex-div p {
        font-size: 15px !important;
    }

    .btn.send-s {
        font-size: 24px !important;
    }

    #myModal .col-5-popup-sec {
        border-left: 0px solid #bebebe !important;
    }

    .inner-flex-popopu ul li i {
        font-size: 12px !important;
    }

    h4.modal-title img {
        width: 118px !important;
    }

    #myModal .form-s1 textarea {
        font-size: 18px !important;
    }

    .xl-button-white:hover::before {
        box-shadow: none !important;
    }

    /*btn-send-message*/


    .btn.send-s {
        font-family: 'Carlito';
    }

    .position-div-3 img {
        width: 42% !important;
    }

    .mobile-bg {
        height: 34.5em !important;
        width: 17.8em !important;
        margin-top: 4rem !important;
        overflow: hidden;
    }

    .d-bl {
        display: none;
    }

    .header2 {
        display: block !important;
        position: absolute;
    }

    .collapse:not(.show) {
        display: none;
    }

    .position-div-3 {
        position: absolute;
        z-index: 99;
        left: 38px;
        top: -16px;
    }

    .how-work2 img {
        margin-top: 20px;
    }

    li.nav-item {
        line-height: 11px;
        padding: 1px 0px;
        margin: 3px 4px;
    }

    .header2.d-none {
        width: 100%;
        margin: 20px 1px;
    }

    .hero-section-11 {
        padding: 165px 0 99px;
        height: 636px !important;
    }

    .banner-image-first .conten-sec-1 h4 {
        font-size: 14px !important;
        padding: 0 6px !important;
    }

    .img-heade-4s img {
        width: 48px !important;
    }

    .text {
        font-size: 29px !important;
    }

    .banner-image-first .banner-img-2 {
        width: 70% !important;
        top: -29px;
        right: 27px;
    }

    button.accordion {
        padding: 2px 5px;
    }

    .img-heade-4s {
        top: -39px !important;
    }

    .banner-image-first .icons-1 img {
        width: 20px;
    }

    .text {
        -webkit-text-stroke: 1px #0e253a;
    }

    ul.nav.nav-pills {
        width: 100% !important;
        margin: -1px auto !important;
        display: inline-block;
    }


    .img-logo-1 img {
        width: 110px;
    }

    .fixed-top {
        padding: 1px 0px;
    }

    .nav-pills>li.category-link {
        display: inline-block !important;
        width: 59% !important;
        min-height: 40px !important;
        margin: 9px 10px !important;
    }

    .tabSection {
        padding-top: 14px !important;
        padding-bottom: 8px !important;
        margin-top: 2rem !important;
        border-radius: 20px !important;
        margin-bottom: 17px !important;
    }

    .Title a {
        font-size: 14px;
    }

    .banner-img-3 {
        position: absolute;
        left: 85px;
        bottom: -19px;
    }

    .Title i {
        font-size: 17px;
        padding-top: 11px;
    }

    .Title {
        height: 32px;
    }

    .news.scroll-hide {
        position: relative;
        z-index: 99;
        width: max-content;
        margin-left: auto;
        margin-right: 17px;
    }

    .hero-section-11 h4 {
        font-size: 19px;
        line-height: 29px;
        letter-spacing: 1px;
        padding: 4px 7px 18px;
    }

    .collapse:not(.show) {
        display: block;
    }

    .fixed-top {
        position: fixed;
        top: auto;
        right: 0;
        left: 0;
        z-index: 1030;
        bottom: 0;
    }

    .nav-link {
        color: rgb(37 37 37);
    }

    .navbar-brand img {
        z-index: 99;
        position: absolute;
    }

    .navbar-nav .nav-link {
        padding-right: 7px;
        padding-left: 6px;
        font-size: 12px;
    }

    .position-div-3 img {
        display: none;
    }

    .hero-section-11 h2 {
        font-size: 25px !important;
        line-height: 39px !important;
        padding: 0px 6px;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        width: max-content;
    }

    .accordion-content p {
        font-size: 14px;
        letter-spacing: .8px;
    }

    .hero-section-11 {
        padding: 160px 0 110px;
        height: auto !important;
    }

    .position-accordina-icons lottie-player {
        width: 45px !important;
    }

    .accordion-content h4 {
        font-size: 17px;
        margin-top: 0px;
    }

    .banner-image-first {
        position: relative;
        margin-top: 7rem;
        margin-bottom: 3rem;
    }

    .dicover-sec h3 {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .navbar-brand img {
        width: 132px;
    }

    .chnaing-wprss br {
        display: none;
    }

    .nav-tabs {
        margin-bottom: 3rem !important;
    }

    ul.navbar-nav {
        padding: 3px 0px !important;
    }

    li.cycle-tab-item {
        margin: 4px 5px;
    }

    .dicover-sec {
        padding: 17px 0 7px !important;
    }

    div#navbarSupportedContent {
        overflow-x: auto !important;
        margin: auto !important;
    }

    li.cycle-tab-item {
        margin: 2px 2px;
    }

    .cycle-tab-container a {
        font-size: 20px !important;
    }

    .left-tab span {
        font-size: 22px !important;
        line-height: 25px !important;
        padding: 14px 0 !important;
    }

    .cycle-tab-item:after {
        border-bottom: solid 3px #002639;
    }

    ul.nav.nav-tabs {
        position: static;
    }

    .cycle-tab-container {
        width: 89% !important;
    }

    .tab-pane img {
        height: 400px !important;
    }

    .cycle-tab-container .nav-link {
        padding: 0 !important;
    }

    .postion-tabs-active-open {
        top: 114px !important;
        right: -154px !important;
    }

    .left-tab p {
        font-size: 15px !important;
        line-height: 24px !important;
        padding-top: 9px !important;
    }

    .howitworks h2 {
        font-size: 23px !important;
        margin-bottom: 15px !important;
        margin-top: 26px;
    }

    section.who-we-serve {
        padding: 78px 0 40px !important;
    }

    .how-work2 {
        padding: 6px 0;
    }

    .how-work3 h5 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .how-work3 img {
        margin-bottom: 25px;
        width: 100%;
    }

    .how-work3 {
        padding: 0 0;
    }

    .how-work2 img {
        width: 100%;
    }

    .howitworks {
        padding: 62px 0 0;
    }

    .postion-tabs-active-open img {
        width: 67% !important;
        height: auto !important;
    }

    .how-work2 h5 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 1px;
    }

    .howitworks p {
        font-size: 15px;
        line-height: 24px;
    }

    .text1 {
        font-size: 29px !important;
    }


    h4.geh2-sec {
        font-size: 19px !important;
        line-height: 29px !important;
    }

    .text1 {
        -webkit-text-stroke: .5px #ffffff;
        letter-spacing: 2px;
    }

    .contentMarker {
        height: 48vh;
    }

    .mobile-bg {
        height: 32.5em !important;
        width: 20.8em !important;
        margin-top: 4rem !important;
    }

    .postion-tabs-active-open {
        display: none;
    }

    .right-content h1 {
        font-size: 25px;
        margin-bottom: 7px;
        letter-spacing: .5px;
    }

    .pined-sec .col-md-1 {
        display: none;
    }

    p.get-p-sec {
        font-size: 16px;
        line-height: 24px;
    }

    .main {
        display: flex;
        flex-direction: column;
        height: 74% !important;
        width: 89% !important;
    }



    .img-ic {
        width: 50px;
        height: 50px;
        margin-right: 13px;
    }

    .right-content .px-5 {
        padding: 0 !important;
    }

    #img1 {
        margin: 3px !important;
    }

    .mobile-bg .mobile-img::before {
        left: 30px !important;
        right: auto !important;
        top: 1.2em !important;
        width: 9.8em !important;
        height: 1rem;
    }

    .mobile-bg img {
        border-radius: 23px !important;
        margin: 3px !important;
    }

    .position-accordina-icons {
        top: 17px !important;
        left: 18px !important;
    }

    .right-content ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .category-link p {
        font-size: 17px !important;
    }

    .col-md-5.col-sm-6.ml-auto {
        display: none;
    }



    .pined-sec {
        padding: 48px 0 0;
    }

    button.accordion:after {
        font-size: 13px;
        padding-left: 10px;
        padding-top: 0px;
    }

    .category-link i {

        width: 27px !important;
        height: 27px !important;
        line-height: 28px !important;
        font-size: 13px !important;
        margin-right: 7px !important;

    }

    .nav-pills>li.category-link.active::after {
        position: absolute;
        bottom: -18px !important;
    }

    button.accordion {
        font-size: 18px !important;
        letter-spacing: 0;
    }

    .inner-sec-foot .text-end {
        text-align: center !important;
    }

    .get-apps .flex-get-se h3 {
        font-size: 24px;
    }

    .position-accordina-icons {
        display: none;
    }

    summary {
        font-size: 17px;
    }

    .position-accordina-icons svg {
        width: 100px !important;
    }

    .get-apps {
        padding: 70px 0;
    }

    svg.cta-arrow-icon {
        width: 80px;
        margin-left: 48px;
    }

    .get-apps .flex-get-se h2 {
        font-size: 39px;
    }

    footer h4 {
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: 18px;
    }

    footer ul li a {
        font-size: 16px !important;
    }

    footer ul li img {
        width: 19px;
    }

    footer ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .new-lis-ses li .new-div-goolse {
        padding: 7px 7px;
        width: 117px;

    }


    #button {
        right: 46px;
        bottom: 106px;
    }

    .fixed-top {
        height: 94px;

    }

    footer ul.new-ul1 li a {
        font-size: 16px;
        line-height: 29px;
    }

    .inner-sec-foot {
        margin-top: 3rem;
        text-align: center;
    }

    footer .new-ul ul li {
        font-size: 16px !important;
    }

    .inner-sec-foot .col-md-5.text-start {
        text-align: center !important;
    }

    .btn1 {
        padding: 6px 10px;
        margin-top: 3px;
        margin-bottom: 11px;
    }

    .mobile-bg .mobile-img-1,
    .mobile-bg .mobile-img-2,
    .mobile-bg .mobile-img-3,
    .mobile-bg .mobile-img-4,
    .mobile-bg .mobile-img-5,
    .mobile-bg .mobile-img-6,
    .mobile-bg .mobile-img-7 {
        top: 1.5em !important;
        left: 0em !important;
        width: calc(100% - 3.3em) !important;
        height: calc(100% - 3em) !important;
    }

    .mobile-bg img {
        max-height: 92% !important;
    }

    .ctegprys-footes {
        padding-top: 0rem;
    }

    .cycle-tab-container {
        width: 100% !important;
        padding: 0 !important;
    }

    .chnaing-wprss {
        font-size: 20px !important;
        line-height: 31px !important;
        margin-bottom: 5rem;
        padding-top: 3rem;
        padding-right: 30px;
    }

    .btn.send-s {
        font-size: 17px !important;
        margin-top: 14px;
    }


    #sentence-wrapper span {
        padding-left: 0;
    }

    footer .col-md-1 {
        display: none;
    }

    footer .col-md-2.width-inc {
        width: 48% !important;
        margin: 0 auto !important;
    }

    #button::after {
        font-size: 12px;
        line-height: 29px;
    }

    #button {
        width: 30px;
        height: 30px;
    }
}

/*faqs tabbing*/


.tabSection {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    background: #002639;
    margin-top: 4rem;
    border-radius: 20px;
    margin-bottom: 17px;
    box-shadow: rgb(255 255 255 / 41%) 0px 4px 12px -1px;
}

.tab-content {

    margin-top: 3rem;
    padding: 0;
}

.nav {
    text-align: center;
}

.nav-pills>li.category-link {
    float: none;
    display: inline-block;
    width: 28%;
    min-height: 39px;
    margin: 0px 10px;
    position: relative;
}

ul.nav.nav-pills {

    /* border-bottom: .4px solid #ffffff54; */
    width: 54%;
    margin: 30px auto;
}

.nav-pills>li.category-link>a:hover p {
    color: #fff;
}

.nav-pills>li.category-link.active i {
    background: #002639;
    color: #ffffff;
}

.nav-pills>li.category-link>a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 1px;
    text-align: center;
    border-radius: 4px;
    transition: color, background-color 0.3s ease;
    font-size: 18px;
    border: 2px solid #fff;
    border-radius: 54px;

}


.nav-pills>li.category-link.active a::after {
    background-color: #fff;
    border-radius: 2.5rem;
    bottom: -.135rem;
    height: .25rem;
    left: 0;
    right: 0;
    width: 100%;
}

.nav-pills>li.category-link.active p {
    color: #002639;
}

.nav-pills>li.category-link.active:hover p {
    color: #002639;
}

.nav-pills>li.category-link.active:hover i {
    color: #fff;
    background-color: #002639;
}

.nav-pills>li.category-link>a:hover i {
    background: #fff;
    color: #002639;
}

.nav-pills>li.category-link>a:hover {
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
}

.category-link p {
    font-size: 21px;
    letter-spacing: .4px;
    font-weight: 600;
    font-family: monospace;
}

.accordion-container {
    text-align: left;
}

.nav-pills>li.category-link.active a {
    color: #fff;
    background: #fff;
    border-radius: 56px;
}

.category-link p {
    color: #80929c;
    padding: 4px 0;
}

.nav-pills>li.category-link.active::after {
    position: absolute;
    bottom: -20px;
    height: 0;
    width: 0;
    left: 44%;
    transform: rotate(180deg);
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
    content: "";
}

.category-link i {
    background: hsla(0, 0%, 100%, .1);
    color: hsl(0deg 0% 100% / 58%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 19px;
    margin-right: 11px;
}


.fade {
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}



.accordina-sec {
    position: relative;
}

.img-heade-4s img {
    width: 106px;
}

.img-heade-4s {
    position: absolute;
    top: -120px;
    left: 0;
}

.position-div-3 img {
    width: 75%;
}

.how-work2 {
    position: relative;
}

/*contact-us*/
/*.page-banner {
    height: 75vh;
    width: 100%;
    background-position: top;
    background-size: cover !important;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

*/
.page-banner {
    height: 65vh;
    width: 100%;
    background-position: bottom;
    background-size: cover !important;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.page-banner .banner-content-div {
    padding-top: 100px;
}

.page-banner-content {
    position: relative;
    z-index: 999;
    padding: 1.5rem 0;
}

.page-banner .page-banner-content h4 {
    font-size: 52px;
    width: 80%;
    margin-bottom: 10px;
}

.page-banner .page-banner-content p {
    width: 50%;
    font-size: 30px;
}

.page-banner #overlay {
    /* background-image: unset !important; */
    background-color: transparent;
    height: 100%;
}

#overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #002639 20%, #29536b 60%, #29536b 50%, #002639 100%);
    z-index: 0;
    opacity: .5;
}

.left-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 45px 25px 0;
}

.contact-left-div {
    position: relative;
}

.left-top-box {
    position: relative;
    padding-left: 25px;
}

.left-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 45px 0px 0;
}

.left-details .detail-card {
    display: flex;
    gap: 20px;
    align-items: center;
    border: 1.4px dotted #002639;
    width: 99%;
    border-radius: 8px;
    padding: 19px;
    background: #fff;
    overflow-y: hidden;
    transition: 0.4s ease;
    height: 130px;
}

@keyframes fragment3 {

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

    50% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }
}

.contact-se-1 {
    position: relative;
}

.inner-cs {
    position: absolute;
    left: -99px;
    top: 0px;
    rotate: 164deg;
    overflow: hidden;
    z-index: -1;
}

.inner-cs img {
    -webkit-animation: fragment3 backwards 15s ease-in-out infinite;
    animation: fragment3 backwards 15s ease-in-out infinite;
}

/* .left-details .detail-card:hover {
    border: none;
    background-color: #fff;
    box-shadow: 0 0 38px 0 rgba(80, 48, 164, 0.15);
} */

.detail-content {
    transform: translateY(35px);
}

.left-details .detail-card img {
    width: 55px;
    padding: 10px;
    transition: 0.4s ease;
}


.left-details .detail-card .detail-content span {
    font-size: 16px;
    color: #080808;
    font-weight: 500;
    padding-right: 0;
    line-height: 25px;
    text-align: left;
}

.left-top-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 5px;
    background: #FF6700;
}

.left-top-box p {
    color: #085FAB;
    font-weight: 700;
    font-size: 16px;

}

.left-top-box h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 35px;
    font-weight: 800;

}

.detail-card .detail-content h6 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-left: 0;
}

.detail-card .detail-content .detail-card-1,
.detail-card .detail-content .detail-card-2,
.left-details .detail-content {
    transition: 0.7s ease;
}

.detail-card .detail-content .detail-card-2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    opacity: 0;
}


.left-details .detail-card:hover .detail-content {
    transform: translateY(-22px);
}

.left-details .detail-card:hover .detail-card-2 {
    opacity: 1;
}

.left-details .detail-card:hover .detail-card-1 {
    opacity: 0;
}

section.contact-se-1 {
    padding: 110px 0;
}

section.contact-se-1 h6 {
    font-size: 19px;
    color: #202020;
    padding-left: 15px;
}

section.contact-se-1 h2 {
    color: #002639;
    font-weight: 600;
    letter-spacing: .5px;
    padding-left: 15px;
}

section.contact-se-1 .inner-hs {
    border-left: 4px solid #002639;
}

.right-form-sec {
    background-color: #fff;
    padding: 30px 0;
    box-shadow: 1px 1px 50px #dcdcdc;
}

.detail-card-2 a {
    font-size: 17px;
    background: #002639;
    display: inline-block;
    width: 135px;
    padding: 0 5px;
    border-radius: 6px;
    color: #ffffff;
}

.detail-card-2 a:hover {
    background: #002639;
    color: #fff;
}

.detail-card-2 .mailto-wrapper {
    position: relative;
}

.detail-card-2 .mailto-message {
    position: absolute;
    top: -33px;
    left: 28px;
    background: #044379;
    z-index: 99;
    font-size: 14px;
}


.detail-card-2 .mailto-message::after {
    position: absolute;
    bottom: -14px;
    height: 0;
    width: 0;
    left: 41%;
    transform: rotate(180deg);
    border: 7px solid transparent;
    border-bottom-color: #002639;
    content: "";
}

.new-forms-cs {
    background: #fff;
    box-shadow: 1px 1px 50px #dcdcdc;
    padding: 30px;
    border-radius: 10px;
}


/*new-enquiry-section*/
.di-grid-sec {
    display: grid;
    grid-template: auto / auto 1fr;
    font-size: 4.5rem;
    line-height: 108%;
    gap: .75rem;
    align-items: center;
}

.di-grid-sec:hover span.orker-withs {
    font-weight: 600;
    color: #e8ebecff;
}

span.orker-withs {
    font-weight: 600;
    color: #002639;
}

.build-enuriry {
    width: 837px;
    -webkit-transition: opacity 500ms cubic-bezier(.25, .1, .25, 1);
    -moz-transition: opacity 500ms cubic-bezier(.25, .1, .25, 1);
    -o-transition: opacity 500ms cubic-bezier(.25, .1, .25, 1);
    transition: opacity 500ms cubic-bezier(.25, .1, .25, 1);
    grid-area: 1 / 1 / span 1 / span 1;
    z-index: 10;
    height: 174px;
    border-radius: 134px;
    background: #e8ebec;
    line-height: 2.2;
    color: #002639;
    text-align: center;
    padding: 1px 36px;
    font-weight: 600;
    letter-spacing: 0;
}

.moving-section {
    width: 837px;
    height: 174px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(47, 47, 49);
}

.moving-section::before {
    content: "";
    background: -webkit-radial-gradient(50% 50%, 50% 50%, #d6d6d6 0%, #002639 34%, rgba(233, 233, 233, 0) 100%);
    background: -moz-radial-gradient(50% 50%, 50% 50%, #b5b5b5 0%, #002639 34%, rgba(24, 190, 212, 0) 100%);
    background: -o-radial-gradient(50% 50%, 50% 50%, #d6d6d6 0%, #002639 34%, rgba(24, 190, 212, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #ededed 0%, #002639 34%, rgba(24, 190, 212, 0) 100%);
    width: 50%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-50%, -40%, 0);
    -moz-transform: translate3d(-50%, -40%, 0);
    transform: translate3d(-50%, -40%, 0);
    -webkit-animation: perimeter 2s linear infinite, visible 1.2s;
    -moz-animation: perimeter 2s linear infinite, visible 1.2s;
    -o-animation: perimeter 2s linear infinite, visible 1.2s;
    animation: perimeter 2s linear infinite, visible 1.2s;
}

.moving-section::after {
    content: "";
    background: black;
    position: absolute;
    inset: 3px 4px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

@keyframes perimeter {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    15% {
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(140%, 0, 0);
        -moz-transform: translate3d(140%, 0, 0);
        transform: translate3d(140%, 0, 0);
    }

    55% {
        -webkit-transform: translate3d(140%, -50%, 0);
        -moz-transform: translate3d(140%, -50%, 0);
        -o-transform: translate3d(140%, -50%, 0);
        transform: translate3d(140%, -50%, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
}

/* .di-grid-sec:hover .grid-enquiry {
    display: block;
}

.grid-enquiry {
    display: none;
}

.di-grid-sec:hover .build-enuriry {
    display: none;
} */

.build-enq-1 {
    padding: 8rem 0;
}

.grid-enquiry {
    position: relative;
    display: none;
    overflow: hidden;
}

.di-grid-sec:hover .grid-enquiry {
    display: block;
}

.di-grid-sec:hover .build-enuriry {
    display: none;
}

/* .marquee .span-lss {
    position: absolute;
    inset: 0 4px;
    white-space: nowrap;
    color: #19bed4;
    z-index: 1;
    overflow: hidden;
    border-radius: 100px;
    justify-content: center;
    text-align: center;
    margin: auto;
    line-height: 2.2;
    padding: 1px 36px;
    letter-spacing: 0;
    animation: marquee 8s linear infinite;
    display: inline-flex;
    will-change: transform;
} */


/* 
.marquee .span-lss {
    display: inline-block;
    padding: 0 .2em;
} */


/* @keyframes marquee {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
} */





@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.marquee {
    color: #e8ebec;
    height: calc(91px + 3rem);
    overflow: hidden;
    position: relative;
    width: 100vw;
    font-weight: 600;
    z-index: 99;
}

/*.build-enq-1:hover {
    background-color: #000;
}*/

.track {
    height: 100%;
    overflow: hidden;
    padding: 2rem 0;
    position: absolute;
    transition: background-color 8s ease, color 8s ease;
    white-space: nowrap;
}

.track .textw {
    animation: marquee 8s linear infinite;
    align-items: center;
    display: inline-flex;
    will-change: transform;
}



/*corsor-tabbing*/
/* .what-you-get-new {
    padding: 100px 0;
    background-color: #fff;
}


.tabs.js-tabs {
    background: #f7f7f7;
    position: relative;
    padding: 30px;
    border-radius: 8px;

}

.tabs__button {
    display: block;
    background: #1d1e22;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 30px 0;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 5;
}



.tabs__button--next {
    right: 0;
    left: auto;
}

.tabs__button .material-icons {
    font-size: 30px;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tabs__links {
    display: flex;
    align-items: stretch;
    position: relative;
    padding: 0 0px;
    background: hsla(40, 6%, 90%, .839);
    backdrop-filter: blur(10px);
    border-radius: 49px;
}

.tabs__links:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tabs__links-item {
    border: none;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    padding: 13px 19px;
    z-index: 5;
    transition: 0.2s all;
    flex: 1;
    text-align: center;
    display: none;
    align-items: center;
    justify-content: center;
}

.tabs__links-item:last-child {
    border-right: 1px solid #fff;
}

.tabs__links-item.is-visible {
    display: flex;
}

.tabs__links-item.is-active {
    background: #ffffff;
    color: #000;
    border-radius: 47px;
    margin: 10px;
}

.tabs__contents-item {
    padding: 30px 20px;
    background: transparent;
    border-radius: 0 0 5px 5px;
    display: none;
}

.tabs__contents-item.is-active {
    display: block;
}

.material-icons {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .tabs__links-item {
        font-size: 14px;
        padding: 10px 15px;
    }
}
 */
#mail_status ul {
    padding: 0;
}

div#mail_status {
    padding: 14px 33px 0;
}

#mail_status ul li {
    color: red;
}

input#btnSubmit {
    padding: 0;
    color: #002639;
    font-size: 19px;
    border: none;
    padding-right: 13px;
    background: transparent;
    font-weight: 600;
}

.button {
    color: white;
    text-align: center;
    border: solid 5px black;
    cursor: pointer;
    user-select: none;
}

.new-div-bgz {
    background: #edebe7;
    padding: 45px 30px 30px;
    text-align: center;
    margin: auto;
    border-radius: 20px;
}

section.what-you-get-new {
    padding: 100px 0;
}

ul.tabs11 {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 57px;
    width: 100%;
}

ul.tabs11 li {
    float: left;
    margin: 0;
    padding: 0;
    height: 39px;
    line-height: 39px;
    border-radius: 5px;
    border-left: none;
    margin-bottom: -1px;
    background: transparent;
    overflow: hidden;
    position: relative;
    margin-right: 5px;
}

ul.tabs11 li a {
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    display: block;
    font-size: 1.2em;
    padding: 0 14px;
    outline: none;
    border-radius: 30px;
    margin: 0 2px;
}

ul.tabs11 li a:hover {
    background: #fff;
}

ul.tabs11 li.active,
ul.tabs11 li.active a:hover {
    background: #ffffff;
    border-radius: 44px;
}

.tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.tab_content11 {
    padding: 0;
    font-size: 15px;
    margin-top: 26px;
}

.tab_content11 h2 {
    font-weight: normal;
    padding-bottom: 10px;
    font-size: 20px;
}

.tab_content11 h3 a {
    color: #254588;
}

.tab_content11 img {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    padding: 5px;
}

.margin-secq {
    margin: 0 0px 0px 0px;
    text-align: center;
}

ul.tabs11 {
    background-color: hsla(40, 6%, 90%, .839);
    backdrop-filter: blur(10px);
    padding: 9px;
    text-align: center;
    margin: auto;
    border-radius: 69px;
    width: 100%;
    margin: auto;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*card-sec*/
.card-1s {
    background-color: #e8ebec;
}

.card-2s {
    background-color: #c9d9e2;
}

.card-3s {
    background-color: #dde6ea;
}

.card-4s {
    background-color: #c0d3dd;
}

.tabs.js-tabs i {
    color: #ffff;
    font-size: 21px;
}

.bg-images1 h3 {
    font-size: 4rem;
    text-align: center;
    padding: 71px 62px;
    text-transform: capitalize;
}

.card__content h4 {
    font-size: 29px;
    padding: 8px 0;
    line-height: 44px;
}

.card__content p {
    font-size: 21px;
    padding-right: 7rem;
    margin-bottom: 9px;
    display: flex;
    align-items: baseline;
}

.card__image-container {
    position: relative;
}

.card__image-container img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: absolute;
    bottom: -64px;
    overflow: hidden;
}

.card__content i {
    padding-right: 11px;
}

.padd-fs {
    padding-left: 8rem;
    padding-bottom: 4rem;
}

.pdd-fss {
    padding-right: 8rem;
    padding-bottom: 4rem;
}