<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Segoe UI";
    src: url(../fonts/SegoeUI.woff2) format("woff2"), url(../fonts/SegoeUI.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Segoe UI";
    src: url(../fonts/SegoeUI-Light.woff2) format("woff2"), url(../fonts/SegoeUI-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Segoe UI";
    src: url(../fonts/SegoeUI.woff2) format("woff2"), url(../fonts/SegoeUI.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Segoe UI";
    src: url(../fonts/SegoeUI-Bold.woff2) format("woff2"), url(../fonts/SegoeUI-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Segoe UI";
    src: url(../fonts/SegoeUIBlack.woff2) format("woff2"), url(../fonts/SegoeUIBlack.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Segoe UI";
    src: url(../fonts/SegoeUI-Semibold.woff2) format("woff2"), url(../fonts/SegoeUI-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

body,
* {
    font-family: "Segoe UI", sans-serif;
    letter-spacing: .04em
}

a {
    text-decoration: none
}

a,
a *,
button,
.header {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear
}

ul {
    padding-left: 0;
    margin-bottom: 0
}

ul li {
    list-style: none
}

img {
    max-width: 100%
}

h1,
.h1 {
    font-size: calc(36px + 16*(100vw - 400px)/1520)
}

h2,
.h2 {
    font-size: calc(32px + 16*(100vw - 400px)/1520)
}

h3,
.h3 {
    font-size: calc(28px + 12*(100vw - 400px)/1520)
}

h4,
.h4 {
    font-size: calc(24px + 8*(100vw - 400px)/1520)
}

h5,
.h5 {
    font-size: calc(22px + 2*(100vw - 400px)/1520)
}

h6,
.h6 {
    font-size: calc(19px + 1*(100vw - 400px)/1520)
}

.bg-light-blue {
    background-color: #f6f8ff !important
}

.bg-gradient-primary {
    background: linear-gradient(103deg, #005CEA -5.47%, #00C5FB 102.42%)
}

.bg-gradient-light {
    background: linear-gradient(0deg, rgb(0 92 234 / .05) 0%, rgb(0 92 234 / .05) 100%), #fff
}

.btn-gradient {
    color: var(--bs-white);
    font-weight: 700;
    border-radius: 8px;
    border: none;
    background: linear-gradient(103deg, #005CEA -5.47%, #00C5FB 102.42%)
}

@media(min-width:1400px) {
    .btn-gradient {
        font-size: 18px;
        line-height: 30px
    }
}

.btn-gradient:hover,
.btn-gradient:active,
.btn-gradient:focus,
.btn-gradient:focus-within {
    background: linear-gradient(-103deg, #005CEA -5.47%, #00C5FB 102.42%);
    color: var(--bs-white) !important
}

.btn-outline-light:hover,
.btn-light:hover {
    background-color: #f6f8ff;
    border-color: #f6f8ff;
    color: var(--bs-primary)
}

.text-dark-1 {
    color: rgb(2 2 3 / .1)
}

.bg-primary-1 {
    background-color: rgb(13 110 253 / .1)
}

.text-dark-2 {
    color: rgb(2 2 3 / .2)
}

.bg-primary-2 {
    background-color: rgb(13 110 253 / .2)
}

.text-dark-3 {
    color: rgb(2 2 3 / .3)
}

.bg-primary-3 {
    background-color: rgb(13 110 253 / .3)
}

.text-dark-4 {
    color: rgb(2 2 3 / .4)
}

.bg-primary-4 {
    background-color: rgb(13 110 253 / .4)
}

.text-dark-5 {
    color: rgb(2 2 3 / .5)
}

.bg-primary-5 {
    background-color: rgb(13 110 253 / .5)
}

.text-dark-6 {
    color: rgb(2 2 3 / .6)
}

.bg-primary-6 {
    background-color: rgb(13 110 253 / .6)
}

.text-dark-7 {
    color: rgb(2 2 3 / .7)
}

.bg-primary-7 {
    background-color: rgb(13 110 253 / .7)
}

.text-dark-8 {
    color: rgb(2 2 3 / .8)
}

.bg-primary-8 {
    background-color: rgb(13 110 253 / .8)
}

.text-dark-9 {
    color: rgb(2 2 3 / .9)
}

.bg-primary-9 {
    background-color: rgb(13 110 253 / .9)
}

.text-dark-10 {
    color: #020203
}

.bg-primary-10 {
    background-color: #0d6efd
}

.text-truncate-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.text-truncate-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.text-truncate-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.text-truncate-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.fs-20 {
    font-size: 18px;
    line-height: 30px
}

@media(min-width:1400px) {
    .fs-20 {
        font-size: 20px
    }
}

.fs-18 {
    font-size: 16px
}

@media(min-width:1400px) {
    .fs-18 {
        font-size: 18px;
        line-height: 30px
    }
}

.fs-16 {
    font-size: 16px;
    line-height: 30px
}

.fs-14 {
    font-size: 14px
}

.fs-12 {
    font-size: 12px
}

.ls-4 {
    letter-spacing: .04em
}

.ls-5 {
    letter-spacing: .05em
}

html:has(.navbar-collapse.show),
body:has(.navbar-collapse.show) {
    overflow: hidden
}

.header {
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff0
}

.header .navbar {
    margin-top: 1rem;
    padding-top: .5;
    border-radius: 1rem
}

.header .navbar-brand {
    width: 75px
}

.header .navbar-brand img {
    width: 100%
}

.header .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: var(--bs-dark);
    font-weight: 600;
    position: relative
}

.header .navbar-nav .nav-item .nav-link:before {
    position: absolute;
    display: none;
    width: 100%;
    height: 1px;
    content: "";
    background-color: var(--bs-primary);
    top: 100%;
    left: 0
}

.header .navbar-nav .nav-item:hover&gt;.nav-link {
    color: var(--bs-primary)
}

.header .navbar-nav .nav-item .nav-link.active {
    color: var(--bs-primary)
}

.header .navbar-nav .nav-item .nav-link.active::before {
    display: block
}

.header .navbar-nav .nav-item.dropdown .dropdown-toggle {
    padding-right: 15px
}

.header .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    position: absolute;
    right: -6px;
    top: 10px;
    content: "";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    font-size: 11px;
    border-left: 0;
    line-height: initial;
    pointer-events: none
}

.header .navbar-nav .nav-item.dropdown .dropdown-item {
    font-size: 14px
}

.header .navbar-nav .nav-item.dropdown .dropdown-item:hover {
    background-color: #fff0;
    color: var(--bs-primary)
}

.header .navbar-nav .nav-item.dropdown .dropdown-item.active {
    color: var(--bs-primary);
    background-color: #fff0
}

.header.sticky {
    position: fixed !important;
    top: .5rem !important;
    left: 0;
    right: 0;
    z-index: 99
}

.header.sticky .navbar {
    background: var(--bs-white) !important;
    box-shadow: 0 0 40px 0 rgb(2 2 3 / .1);
    padding: .5rem .75rem;
    margin-top: 0
}

.header .btn-gradient {
    font-size: 14px;
    white-space: nowrap;
    padding: .5rem 1.25rem
}

@media(max-width:1399.98px) {
    .header .navbar-brand img {
        max-width: 55px
    }

    .header .btn-gradient {
        font-size: 12px;
        padding: .6rem 1rem
    }
}

@media(max-width:1199.98px) {
    .header .navbar&gt;.btn-gradient {
        position: absolute;
        top: 12px;
        right: 60px;
        z-index: 2
    }

    .header .navbar .navbar-toggler {
        background: #fff0;
        font-size: 24px;
        padding: 0;
        border: 0;
        outline: none !important;
        box-shadow: none;
        border-radius: 0
    }

    .header .navbar .navbar-toggler .close-icon {
        display: none
    }

    .header .navbar .navbar-toggler .menu-icon {
        display: inline
    }

    .header .navbar .navbar-collapse {
        background: var(--bs-white);
        padding: 0;
        border-radius: 8px;
        z-index: 9
    }

    .header .navbar .navbar-collapse .navbar-nav-scroll {
        overflow: auto;
        padding: 1rem 0;
        gap: .75rem;
        max-height: calc(100vh - 81px);
        height: calc(100vh - 81px);
        border-radius: 8px;
        box-shadow: 0 20px 20px 0 rgb(2 2 3 / .1)
    }

    .header .navbar .navbar-collapse .navbar-nav-scroll .nav-item {
        border-bottom: 1px solid rgb(2 2 3 / .1)
    }

    .header .navbar .navbar-collapse .navbar-nav-scroll .nav-item.dropdown .dropdown-toggle::after {
        right: 1rem;
        top: 5px
    }

    .header .navbar .navbar-collapse .navbar-nav-scroll .nav-item.dropdown .dropdown-menu {
        border: 0;
        padding: 0 .5rem
    }

    .header .navbar .navbar-collapse .navbar-nav-scroll .nav-item .nav-link {
        padding: 0 1rem
    }

    .header.sticky .navbar .navbar-collapse {
        margin: 0 -.75rem
    }

    .header.sticky .navbar .navbar-nav-scroll {
        box-shadow: none !important
    }

    .header:has(.navbar-collapse.show) .navbar-toggler .close-icon {
        display: inline
    }

    .header:has(.navbar-collapse.show) .navbar-toggler .menu-icon {
        display: none
    }
}

.footer {
    background: #061a39;
    position: relative
}

.footer .footerMenu {
    padding-left: 1rem
}

.footer .footerMenu li {
    list-style: disc
}

.footer * {
    color: var(--bs-white)
}

.footer .footer-title {
    font-size: 28px
}

@media(max-width:1399.98px) {
    .footer .footer-title {
        font-size: 24px
    }
}

@media(max-width:991.98px) {
    .footer .footer-title {
        font-size: 20px
    }
}

.footer .footerMenu li,
.footer .footer-contact p {
    color: #fff;
    font-size: 16px
}

@media(max-width:1399.98px) {

    .footer .footerMenu li,
    .footer .footer-contact p {
        font-size: 14px
    }
}

.footer .footerMenu li a:hover,
.footer .footer-contact p a:hover {
    color: var(--bs-primary)
}

.footer .socialIcons li a {
    color: var(--bs-white)
}

.footer .socialIcons li a:hover {
    color: var(--bs-primary)
}

.footer .socialIcons li a i {
    font-size: 20px
}

.footer .conDetails span svg {
    width: 20px
}

.footer .footer-bottom {
    background: #03142e;
    padding: 15px;
    text-align: center
}

.footer-bottom p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2.1px
}

.sub-heading {
    background: linear-gradient(103deg, #005CEA -5.47%, #00C5FB 102.42%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .96px
}

.section-heading {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .05em
}

.custom-link-dark {
    color: var(--bs-dark)
}

.custom-link-dark:hover {
    color: var(--bs-primary)
}

.custom-link-dark-5 {
    color: rgb(2 2 3 / .5)
}

.custom-link-dark-5:hover {
    color: var(--bs-primary)
}

.custom-link-primary {
    color: var(--bs-primary)
}

.custom-link-primary:hover {
    color: var(--bs-dark)
}

.service-banner {
    background: url(../images/service/service-banner-bg.png) no-repeat right center
}

.service-banner .container {
    z-index: 1;
    position: relative
}

@media(max-width:1199.98px) {
    .service-banner {
        background: url(../images/service/service-banner-bg.png) no-repeat -520px center
    }
}

@media(max-width:991.98px) {
    .service-banner {
        background: url(../images/service/service-banner-bg.png) no-repeat -820px center;
        position: relative
    }

    .service-banner:before {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        content: "";
        z-index: 0;
        top: 0;
        left: 0;
        background-color: rgb(255 255 255 / .5)
    }
}

@media(max-width:767.98px) {
    .service-banner {
        background: linear-gradient(0deg, rgb(0 92 234 / .05) 0%, rgb(0 92 234 / .05) 100%), #fff
    }

    .service-banner:before {
        display: none
    }
}

.hover-box {
    position: relative
}

@media(max-width:767.98px) {
    .hover-box {
        border: 1px solid rgb(2 2 3 / .1);
        border-radius: 1rem
    }
}

.hover-box:hover {
    box-shadow: -10px 10px 20px 0 rgb(0 0 0 / .1)
}

@media(min-width:768px) {
    .hover-box:hover {
        box-shadow: -20px 20px 48px 0 rgb(0 0 0 / .1)
    }
}

.hover-box:hover .box-link-text:before {
    width: 100%;
    left: 0
}

.hover-box .box-link-text {
    color: var(--bs-dark);
    position: relative
}

.hover-box .box-link-text:before {
    width: 0;
    height: 2px;
    background-color: var(--bs-primary);
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    border-radius: 200px;
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.hover-box .box-link-text:hover {
    color: var(--bs-dark)
}

.hover-box .box-link-text:hover:before {
    width: 100%;
    left: 0
}

.who-we-are-right {
    position: relative
}

.who-we-are-right::after {
    position: absolute;
    content: "";
    border-radius: .5rem;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23e6e6e6' stroke-width='3' stroke-dasharray='10' stroke-dashoffset='10' stroke-linecap='square'/%3e%3c/svg%3e");
    width: 60%;
    height: 60%;
    top: 25%;
    left: 20%;
    z-index: 0
}

.who-we-are-right .hover-box {
    position: relative;
    z-index: 1;
    max-width: 350px;
    box-shadow: 0 0 30px 0 rgb(2 2 3 / .1)
}

.who-we-are-right .hover-box:hover {
    box-shadow: 0 0 30px 0 rgb(2 2 3 / .1)
}

@media(min-width:992px) {
    .service-advantages-list {
        max-width: 500px
    }
}

.img-cta-bg {
    background: url(../images/service/img-bg.png)
}

.matrics-section {
    background: #f6f8ff
}

.border-box {
    border: 1px solid rgb(2 2 3 / .1);
    border-radius: 1rem;
    background: #f6f8ff
}

.border-box:hover {
    box-shadow: 0 0 30px 0 rgb(2 2 3 / .1)
}

.border-box:hover .box-icon {
    color: var(--bs-primary)
}

.cta-section {
    background: linear-gradient(103deg, #005CEA -5.47%, #00C5FB 102.42%)
}

@media(min-width:576px) {
    .cta-section {
        border-radius: 32px
    }
}

.cta-section .cta-section-inner {
    background: url(../images/general/right-lines-png.png) right top no-repeat;
    background-size: auto 100%
}

@media(max-width:767.98px) {

    .feature-wrapper,
    .matrics-wrapper,
    .eseller-do-wrapper,
    .related-items-wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

.feature-wrapper.owl-carousel img,
.matrics-wrapper.owl-carousel img,
.eseller-do-wrapper.owl-carousel img,
.related-items-wrapper.owl-carousel img {
    width: unset
}

.feature-wrapper .owl-stage-outer,
.matrics-wrapper .owl-stage-outer,
.eseller-do-wrapper .owl-stage-outer,
.related-items-wrapper .owl-stage-outer {
    padding: 0
}

.owl-carousel .owl-stage {
    display: flex
}

.owl-carousel .owl-stage .item {
    height: 100%
}

.owl-carousel .owl-stage .item&gt;div {
    height: 100%
}

.owl-theme .owl-dots .owl-dot span {
    background: rgb(2 2 3 / .2)
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(2 2 3 / .6)
}

#faqAccordion .accordion-item {
    border-radius: .5rem
}

#faqAccordion .accordion-item .accordion-button {
    border-radius: .5rem;
    padding: 1.5rem
}

#faqAccordion .accordion-item .accordion-button::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    background-image: none;
    color: var(--bs-dark);
    transition: none
}

#faqAccordion .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: var(--bs-white);
    color: var(--bs-primary)
}

#faqAccordion .accordion-item .accordion-button:not(.collapsed)::after {
    color: var(--bs-primary);
}


#faqAccordion .accordion-item .accordion-body {
    padding: 0 1.5rem 1.5rem 1.5rem
}

.service-advantages-list &gt;li+ li {
    margin-top: 10px;
}
.accordion .accordion-item,
#faqAccordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    border: 0 !important;
}
#faqAccordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    box-shadow: -20px 20px 48px 0 #0202031A;
}
#faqAccordion .accordion-item .accordion-button{
    background: #f6f8ff;
}

.page-heading {
    background: linear-gradient(0deg, rgb(0 92 234 / .05) 0%, rgb(0 92 234 / .05) 100%), #fff
}

.blog-search::placeholder {
    color: rgb(2 2 3 / .5)
}

.blog-card {
    overflow: hidden
}

.blog-card .blog-img-link {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    position: relative
}

.blog-card .blog-img-link:after {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0 92 234 / .2);
    left: 0;
    top: 0;
    overflow: hidden
}

.blog-card .blog-img-link:hover::after {
    display: block
}

.blog-card .blog-title {
    color: var(--bs-dark)
}

.blog-card .blog-title:hover {
    color: var(--bs-primary)
}

@media(min-width:576px) {
    .blog-right-sidebar {
        position: sticky
    }
}

.blog-right-sidebar .card-header {
    background-color: rgb(0 92 234 / .05)
}

.blog-right-sidebar .fit-cover {
    object-fit: cover
}

.blog-right-sidebar .related-posts .card&gt;div:last-child {
    border-bottom: none !important
}

.blog-right-sidebar .related-posts .related-post-row .post-img {
    min-height: 60px;
    max-height: 60px;
    height: 60px
}

.blog-right-sidebar .popular-links .card&gt;div:last-child {
    border-bottom: none !important
}

.blog-right-sidebar .popular-links .popular-link-row .post-link {
    color: var(--bs-dark);
    position: relative
}

.blog-right-sidebar .popular-links .popular-link-row .post-link:hover {
    color: var(--bs-primary)
}

.blog-right-sidebar .category-card .category-tag {
    display: inline-block;
    font-size: 12px;
    border-radius: .25rem;
    background: linear-gradient(0deg, rgb(0 92 234 / .05) 0%, rgb(0 92 234 / .05) 100%), #fff;
    color: var(--bs-dark)
}

.blog-right-sidebar .category-card .category-tag:hover {
    background-color: rgb(0 92 234 / .2)
}

.blog-right-sidebar .category-card .category-tag.active {
    border-radius: 8px;
    background: linear-gradient(0deg, #005CEA 0%, #005CEA 100%), #fff;
    color: var(--bs-white)
}

.blog-subscribe-card {
    background-image: url(../images/general/double-lines-png.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #005cea;
    min-height: 200px
}

.blog-content-sidebar,
.blog-right-sidebar,
.blog-social-share {
    top: 100px
}

.blog-content-sidebar .content-table-card .card {
    box-shadow: 0 0 30px 0 rgb(2 2 3 / .1)
}

.blog-content-sidebar .content-table-card .card .blog-content-ul li {
    list-style-type: decimal;
    font-size: 14px
}

.blog-content-sidebar .content-table-card .card .blog-content-ul li a.active {
    color: var(--bs-primary)
}

.blog-social-share .social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    background-color: var(--bs-primary)
}

.blog-social-share .social-icon:hover {
    background-color: rgb(0 92 234 / .75)
}

.author-box {
    background: #f6f8ff
}

.author-box .social-icon {
    width: 30px;
    height: 30px;
    display: flex
}

.author-box .social-icon i {
    padding-top: 1px
}

.content-wrapper .content-section&gt;* {
    margin-bottom: 0
}

.blog-cta-img-section {
    position: relative;
    background-image: url(../images/blog/blog-cta-bg-img.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat;
    background-position: top center !important;
    background-size: cover;
    background-color: #f2f7fe
}

.blog-cta-img-section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    border-radius: .75rem;
    z-index: 0;
    background: linear-gradient(90deg, #F2F7FE 27.23%, #fff0 82.93%)
}

@media(max-width:575.98px) {
    .blog-cta-img-section:after {
        background: linear-gradient(0deg, #F2F7FE 27.23%, #fff0 82.93%)
    }
}

.blog-cta-img-section .img-block {
    height: 200px;
    z-index: 3
}

.blog-cta-img-section .content-block {
    z-index: 3
}

.bullet-listing li {
    list-style: disc
}

.portfolio-card {
    overflow: hidden
}

.portfolio-card .portfolio-info {
    background-color: rgb(246 248 255 / .5);
    backdrop-filter: blur(7.5px);
    bottom: 0
}

.portfolio-card .portfolio-info .portfolio-meta {
    transition: all .5s linear;
    position: relative;
    max-height: 0;
    height: 100%;
    z-index: -1
}

@media(min-width:768px)and (max-width:991.98px) {
    .portfolio-card .portfolio-info .portfolio-meta {
        display: none
    }
}

.portfolio-card:hover .portfolio-info a {
    color: var(--bs-primary)
}

.portfolio-card:hover .portfolio-info .portfolio-meta {
    max-height: 200px;
    z-index: 1
}

.cta-section-outer {
    margin-bottom: 160px
}

@media(min-width:992px) {
    .cta-section-outer {
        margin-bottom: 120px
    }
}

.cta-section-outer .container {
    margin-bottom: -160px
}

@media(min-width:992px) {
    .cta-section-outer .container {
        margin-bottom: -120px
    }
}

.portfolio-solution-slider {
    margin-top: 200px
}

@media(min-width:768px) {
    .portfolio-solution-slider {
        margin-top: 300px !important
    }

    .portfolio-solution-slider .container {
        margin-top: -300px !important
    }
}

.portfolio-solution-slider .container {
    margin-top: -200px
}

.portfolio-solution-slider .portfolio-solution-outer {
    box-shadow: 0 0 30px 0 rgb(2 2 3 / .1)
}

.portfolio-features .tab-item:has(.tab-link.activated) {
    box-shadow: 0 0 30px 0 rgb(2 2 3 / .1)
}

.portfolio-features .tab-item .icon-outer {
    max-width: 48px !important;
    max-height: 48px !important;
    min-width: 48px !important;
    width: 100%;
    height: 100%;
    border-radius: 50px
}

.portfolio-features .tab-item .icon-outer i {
    font-size: 24px;
    line-height: 48px
}

.portfolio-features .portfolio-tab-slider-outer {
    box-shadow: 10px 10px 30px 0 rgb(2 2 3 / .08)
}

.portfolio-technologies-wrapper .icon-card,
.portfolio-partners .icon-card {
    min-height: 108px;
    min-width: 108px;
    max-width: 108px
}

@media(min-width:1400px) {

    .portfolio-technologies-wrapper .icon-card,
    .portfolio-partners .icon-card {
        min-height: 120px;
        min-width: 120px;
        max-width: 120px
    }
}

.portfolio-technologies-wrapper .icon-card img,
.portfolio-partners .icon-card img {
    width: 55px
}

@media(min-width:1400px) {

    .portfolio-technologies-wrapper .icon-card img,
    .portfolio-partners .icon-card img {
        width: 70px
    }
}

.fullwidth-cta {
    background: linear-gradient(103deg, #005CEA -5.47%, #00C5FB 102.42%)
}

.fullwidth-cta .fullwidth-cta-inner {
    background: url(../images/general/left-lines-png.png) no-repeat left top;
    background-size: auto 100%
}

@media(min-width:768px)and (max-width:991.98px) {
    .fullwidth-cta .fullwidth-cta-inner .container-sm {
        max-width: 100% !important
    }
}

.career-card {
    box-shadow: 0 0 30px 0 rgb(2 2 3 / .1)
}

.career-card .career-title {
    font-size: 18px;
    line-height: 30px
}

#careerModal input,
#careerModal select,
#careerModal textarea {
    font-size: 14px
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    font-size: 14px
}

.logo-div .logo-outer {
    height: 40px;
    display: flex
}

.logo-div .logo-outer img {
    margin: auto
}

.partner-logo-div .logo-outer {
    display: flex
}

.partner-logo-div .logo-outer img {
    height: 35px;
    margin: auto
}

.culture-section {
    margin-top: 160px
}

.culture-section .culture-inner {
    margin-top: -160px
}

.home-banner-section {
    background: linear-gradient(0deg, rgb(0 92 234 / .05) 0%, rgb(0 92 234 / .05) 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(103deg, #005CEA -5.47%, #00C5FB 102.42%);
    min-height: 690px;
    overflow: hidden
}

.home-banner-section .home-banner-left {
    position: relative;
    z-index: 5
}

.home-banner-section .home-banner-left .home-banner-text-slider .text-item {
    padding: .25rem
}

.home-banner-section .home-banner-left .home-banner-text-slider .text-item h2 {
    margin-bottom: 0;
    font-weight: 700
}

.home-banner-section .circle-animation {
    position: relative;
    z-index: 1;
    top: 120px
}

@media(max-width:991.98px) {
    .home-banner-section .circle-animation {
        top: 50px;
        transform: scale(.8);
        margin-bottom: 100px
    }

    .home-banner-section .circle-animation:before {
        width: 650px !important;
        height: 650px !important
    }

    .home-banner-section .circle-animation:after {
        width: 500px !important;
        height: 500px !important
    }

    .home-banner-section .circle-animation .circle-container {
        width: 350px !important;
        height: 350px !important;
        flex: 0 0 350px !important;
        max-width: 350px !important
    }

    .home-banner-section .circle-animation .mainLogo {
        width: 120px !important
    }
}

.home-banner-section .circle-animation:after {
    position: absolute;
    background: #fff0;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background-color: #fff0;
    content: "";
    left: 50%;
    right: initial;
    margin: 0 auto;
    top: 50%;
    border: 1px solid #bed8ff;
    transform: translateY(-50%) translateX(-50%);
    opacity: .5;
    pointer-events: none;
    z-index: -1
}

.home-banner-section .circle-animation:before {
    position: absolute;
    background: #fff0;
    width: 750px;
    height: 750px;
    border-radius: 50%;
    background-color: #fff0;
    content: "";
    left: 50%;
    right: initial;
    margin: 0 auto;
    top: 50%;
    border: 1px solid #bed8ff;
    transform: translateY(-50%) translateX(-50%);
    opacity: .5;
    pointer-events: none
}

.home-banner-section .circle-animation .main-logo {
    width: 170px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.home-banner-section .circle-container {
    width: 350px;
    height: 350px;
    flex: 0 0 350px;
    max-width: 350px;
    border-radius: 50%;
    background-color: #fff0;
    animation: rotate 100s linear infinite;
    border: 1px solid #bed8ff
}

.home-banner-section .circle-container .circle {
    position: absolute;
    width: 75px;
    animation: rotateMinus 100s linear infinite
}

.home-banner-section .circle-container .circle a {
    display: inline-block
}

.home-banner-section .circle-container .circle:nth-child(1) {
    top: -40px;
    left: 35%
}

.home-banner-section .circle-container .circle:nth-child(2) {
    bottom: -3%;
    right: 2%
}

.home-banner-section .circle-container .circle:nth-child(3) {
    left: -8%;
    top: 30%
}

.home-banner-section .circle-container .circle:nth-child(4) {
    right: -10%;
    top: 20%
}

.home-banner-section .circle-container .circle:nth-child(5) {
    left: 10%;
    bottom: -5%
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotateMinus {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

.partner-logo-section {
    background: linear-gradient(0deg, rgb(0 92 234 / .1) 0%, rgb(0 92 234 / .1) 100%), #fff
}

@media(min-width:768px) {
    .partner-logo-section .logo-grid-outer {
        border-left: 2px solid rgb(2 2 3 / .1)
    }
}

@media(min-width:576px) {
    .partner-logo-section .logo-grid-outer {
        margin: auto;
        overflow: hidden;
        position: relative
    }
}

@media(max-width:575.98px) {
    .partner-logo-section .logo-grid-outer {
        margin: auto;
        overflow: hidden;
        position: relative;
        width: auto
    }
}

.partner-logo-section .logo-grid-outer .logo-grid {
    animation: scroll16 10s linear infinite;
    display: flex;
    width: 1200px
}

.partner-logo-section .logo-grid-outer .logo-grid .col-25 {
    max-height: 60px;
    height: 80px
}

.partner-logo-section .logo-grid-outer .logo-grid .col-25 img {
    max-height: 35px;
    height: 100%;
    object-fit: contain;
    object-position: center
}

@media(min-width:768px) {
    .partner-logo-section .logo-grid-outer .logo-grid {
        width: auto;
        animation: none;
        display: flex !important;
        flex-wrap: wrap
    }

    .partner-logo-section .logo-grid-outer .logo-grid .col-25 {
        flex: 0 0 20%;
        width: auto;
        max-width: 20%
    }
}

@keyframes scroll16 {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-540px)
    }
}

.number-section-outer {
    margin-top: 160px
}

.number-section-outer .container {
    margin-top: -160px
}

.number-section-outer .number-section {
    background: linear-gradient(103deg, #005CEA -5.47%, #00C5FB 102.42%);
    border-radius: 32px
}

.number-section-outer .number-section .number-section-inner {
    display: flex !important;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    background: url(../images/general/left-lines-png.png) left top no-repeat;
    background-size: auto 100%
}

@media(min-width:992px) {
    .number-section-outer .number-section .number-section-inner .col-25 {
        max-width: 20%
    }
}

@media(min-width:768px)and (max-width:991.98px) {
    .number-section-outer .number-section .number-section-inner .col-25 {
        max-width: 33.33%
    }
}

@media(max-width:767.98px) {
    .number-section-outer .number-section .number-section-inner .col-25 {
        max-width: 50%
    }
}

.integration-section #integrationTabs {
    border: 1px solid rgb(2 2 3 / .1);
    border-radius: 50px;
    border-radius: 25px;
    padding: .25rem
}

.integration-section #integrationTabs .nav-item {
    border: 0
}

.integration-section #integrationTabs .nav-item .nav-link {
    color: var(--bs-dark);
    font-weight: 700;
    border: 0;
    border-radius: 50px
}

.integration-section #integrationTabs .nav-item .nav-link.active {
    background: linear-gradient(103deg, #005CEA -5.47%, #00C5FB 102.42%);
    color: var(--bs-white)
}

.integration-section .integrationBox:has(a.integration-link:hover) {
    box-shadow: 0 0 20px 0 rgb(2 2 3 / .1)
}

.integration-section .integrationBox .integration-link img {
    max-height: 30px
}

.testimonial-card .quotes-icon {
    width: 20px !important
}

.testimonial-card .card-body {
    border-radius: 0 16px;
    background: #f6f8ff
}

.testimonial-card .btn-icon {
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex
}

@media(max-width:575.98px) {
    .testimonial-card .btn-icon {
        width: 32px;
        height: 32px
    }
}

.testimonial-card .btn-icon i {
    margin: auto
}

.testimonial-card .testimonial-img img {
    width: 75px
}

@media(min-width:992px) {
    .hover-img-card:not(:last-child) {
        border-right: 1px solid rgb(2 2 3 / .1) !important
    }
}

@media(min-width:992px) {
    .hover-img-card .link-outer {
        height: 200px;
        text-align: center;
        cursor: pointer;
        overflow: hidden;
        position: relative
    }

    .hover-img-card .link-outer .link-img {
        opacity: 0;
        transform: scale(.85) translateX(0);
        -webkit-transition: all .3s cubic-bezier(.65, .05, .36, 1);
        transition: all .3s cubic-bezier(.65, .05, .36, 1);
        position: absolute;
        z-index: 0;
        width: 100%
    }

    .hover-img-card .link-outer:hover .link-img {
        opacity: 1;
        transform: scale(1) translateX(0);
        z-index: 2
    }
}

@media(max-width:991.98px) {
    .hover-img-card .link-outer {
        border-bottom: 1px solid rgb(2 2 3 / .1) !important
    }
}

#ctaModal .cta-close {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width:768px) {
    #ctaModal .cta-close {
        width: 40px;
        height: 40px;
        font-size: 20px;
        right: -60px;
        top: 0
    }
}

@media(max-width:767.98px) {
    #ctaModal .cta-close {
        width: 32px;
        height: 32px;
        font-size: 16px;
        right: 8px;
        top: 8px
    }
}

#ctaModal .form-section {
    margin-bottom: -240px
}

#ctaModal .form-section .form-card {
    box-shadow: 0 0 30px 0 rgb(2 2 3 / .1)
}

#ctaModal .form-section .form-card label,
#ctaModal .form-section .form-card input,
#ctaModal .form-section .form-card textarea,
#ctaModal .form-section .form-card select {
    font-size: 14px
}

#ctaModal .cta-logos .logo-outer img {
    height: 50px
}

@media(max-width:991.98px) {
    #ctaModal .cta-logos {
        margin-top: 240px !important
    }
}

@media(max-width:1199.98px) {
    .header .navbar-nav .nav-item.dropdown .dropdown-submenu .dropdown-menu li .dropdown-item {
        padding-left: 24px !important
    }

    .header .navbar-nav .nav-item.dropdown .dropdown-submenu .dropdown-submenu li .dropdown-item {
        padding-left: 32px !important
    }
}

p {
    line-height: 30px !important;
    color: #696969 !important;
    font-weight: 500
}

p.mb-0.small {
    line-height: 18px !important
}

section.one {
    position: relative
}

section.one:after {
    content: "";
    display: block;
    clear: both
}

.right-child {
    --sticky-box-height: 100%;
    top: calc((100vh - (var(--sticky-box-height) - 140px)) / 2)
}

@media (max-width:991px) {
    .right-child {
        position: static !important
    }
}
#flip {
    position: relative;
    height: 55px;
    overflow: hidden
}
.slide {
    position: absolute;
    width: 100%;
    bottom: -50px;
    opacity: 0;
    transition: bottom .5s ease, opacity .1s ease
}
.slide h2 {
    font-weight: 700
}
.slide.active {
    bottom: 0;
    opacity: 1
}
.zsiq_floatmain {
    position: fixed !important;
    bottom: 10px !important;
    right: 10px !important
}
.zsiq-float {
    width: 60px !important;
    height: 60px !important
}
.header .navbar-nav .nav-item .nav-link {
    font-size: 15px
}
.header.sticky {
    top: 0 !important
}
.header.sticky .navbar {
    box-shadow: none;
    padding: .5rem 0 !important;
    background: none !important
}
.header .navbar {
    margin-top: 0 !important
}

.border-box:hover {
    border: 1px solid rgb(235 94 40 / 20%) !important;
    background: #eb5e2808 !important
}

.footer .footer-contact p {
    color: #fff !important
}

.accordion-item {
    border: 1px solid #dddfe7 !important
}

#faqAccordion .accordion-item .accordion-button {
    padding: 15px 20px !important
}

.footer-bottom p {
    color: #fff !important
}

.header .navbar-nav .nav-item.dropdown .current_page_item a {
    color: #005cea !important
}

h2.section-heading {
    font-size: calc(24px + 8*(100vw - 400px) / 1520);
    text-transform: capitalize !important
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: none !important;
    -webkit-box-orient: initial !important;
    overflow: visible !important
}

h2.section-heading {
    font-size: calc(24px + 8*(100vw - 400px) / 1520);
    text-transform: none !important
}

.top-banner-con-section {
    min-height: 345px
}

@media (min-width:992px) {
    .service-advantages-list {
        max-width: 100% !important
    }
}

@media (max-width:991px) {
    .banner_bg_img {
        background: none !important
    }

    .header .navbar-nav .nav-item.dropdown .dropdown-item {
        padding: 8px 17px !important;
        color: #6d6d6d !important;
        font-weight: 400 !important
    }

    .top-banner-con-section {
        min-height: auto
    }
}

@media (min-width:768px) {
    .hover-box {
        border: 1px solid #fff0
    }

    .hover-box:hover {
        border-color: #ffdacc !important
    }
}

@media (max-width:768px) {
    .features-sp-api-section .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
        position: relative;
        top: -50px
    }

    section.service-section1.service-banner {
        background: linear-gradient(0deg, rgb(0 92 234 / .05) 0%, rgb(0 92 234 / .05) 100%), #fff !important
    }

    .header {
        border-bottom: 1px solid #e3e3e3
    }

    .mo-none {
        display: none !important
    }
}

.blog-template-default h2,
.blog-template-default h3,
.blog-template-default h4 {
    font-weight: 700 !important
}

.blog-template-default h2 {
    color: #000 !important;
    font-size: calc(22px + 6*(100vw - 400px) / 1520) !important
}

.blog-template-default h3 {
    color: rgb(2 2 3 / .85) !important;
    font-size: calc(22px + 2*(100vw - 400px) / 1520) !important
}

.blog-template-default h4 {
    color: rgb(2 2 3 / .7) !important;
    font-size: calc(20px + 2*(100vw - 400px) / 1520) !important
}

.blog-right-sidebar .related-posts .wpcf7-not-valid-tip {
    position: relative !important;
    color: #e98585 !important
}

.blog-template-default .content-wrapper ul li {
    list-style: disc;
    margin: 8px 20px
}

p.read-more-block {
    background: #d9e2fb66;
    padding: 10px 15px;
    border-left: 3px solid #006eed;
    border-radius: 0 5px 5px 0
}

.heihlighted-block {
    padding: 10px 15px;
    border-radius: .8rem;
    border: 1px solid rgb(235 94 40 / 20%) !important;
    background: #eb5e2808 !important;
    font-size: 15px
}

.home-banner-section .owl-carousel .owl-stage-outer {
    height: 65px !important
}

.max-h-50px {
    max-height: 50px
}

.home-banner-section {
    min-height: 650px
}

@media (min-width:768px) {
    .partner-logo-section .logo-grid-outer .logo-grid .col-25 {
        flex: none !important;
        width: auto;
        max-width: 22%;
        padding: 0 2% !important
    }
}

.home-banner-section .circle-animation:before {
    display: none
}

.home-banner-section .circle-animation:after {
    display: none
}

.home-banner-section .circle-animation {
    top: 90px
}

@media (max-width:991.98px) {
    .home-banner-section .circle-animation {
        top: 30px
    }

    .home-banner-section .owl-carousel .owl-stage-outer {
        height: auto !important
    }
}

.error-hide {
    opacity: 0
}

.footer_contact_sec .wpcf7-not-valid-tip {
    position: relative !important
}

.contact-card.border .wpcf7 form .wpcf7-response-output {
    max-width: 520px;
    margin: 20px 0 0 0 !important
}

.wpcf7-not-valid-tip {
    position: relative !important
}

@media (max-width:991px) {
    .error-hide {
        display: none
    }
}

.zsiq_theme1 .zsiq_cnt .zsiq_ellips:first-child {
    margin-bottom: 0 !important
}

.con_field_length .intl-tel-input {
    width: 100% !important
}

@media (max-width:1024px) {
    .home-banner-section .owl-carousel .owl-stage-outer {
        height: 52px !important
    }
}

.number-section-outer .number-section {
    background: #0b63ea;
    border-radius: 32px
}

.portfolio-technologies-wrapper .icon-card,
.portfolio-partners .icon-card {
    border: 1px solid #e5e5e5
}

@media (min-width:768px) {
    .partner-logo-section .logo-grid-outer .logo-grid {
        animation: scroll16 10s linear infinite !important;
        flex-wrap: nowrap !important
    }

    .partner-logo-section .logo-grid-outer {
        border-left: none !important
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7))
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7))
    }
}

.dscf7captcha .wpcf7-form-control {
    width: 200px;
    margin-bottom: 10px;
    padding: 7px 14px;
    border-radius: 5px;
    border: 1px solid #dee2e6
}

.border-box {
    transition: all .5s ease
}

.card_hover_effect {
    transition: transform .5s ease
}

.card_hover_effect .mb-3 {
    transform: translateY(0);
    transition: transform .5s ease, opacity .5s ease
}

.card_hover_effect:hover {
    transform: translateY(-10px)
}

.card_hover_effect:hover .mb-3 {
    transform: translateY(0);
    opacity: 1
}

.card_hover_effect .text-dark-7 {
    transform: translateY(0);
    transition: transform .5s ease, opacity .3s ease
}

.card_hover_effect:hover .text-dark-7 {
    transform: translateY(0);
    opacity: 1
}

.quick-inquery-slide h6 {
    font-size: 16px;
    color: #020203 !important
}

.captcha-input-c .wpcf7-form-control {
    width: 50px !important;
    height: 38px;
    position: relative;
    right: -160px;
    top: -34px;
    margin: 0 !important
}

.captcha-input-c .dscf7_refresh_captcha img {
    width: 20px !important;
    display: inline-block;
    position: relative;
    top: -2px;
    left: 6px
}

.captcha-input-c .dscf7captcha {
    margin-bottom: 0
}

.captcha-input-c .dscf7captcha .wpcf7-form-control-wrap {
    height: 12px !important;
    display: block
}

.captcha-input-c .wpcf7-not-valid-tip {
    top: -44px !important
}

.form-control:focus {
    box-shadow: 0 0 0 .05rem rgb(0 92 234 / .25) !important
}

.captcha-input-c .wpcf7-form-control:focus {
    box-shadow: 0 0 0 .05rem rgb(0 92 234 / .25) !important
}

.card.integrationBox.rounded-3:hover {
    box-shadow: 0 0 7px rgb(0 0 0 / .1)
}

.wpcf7-form .wpcf7-response-output {
    display: none !important
}

.carbox_bg_clr1,
.border-box.carbox_bg_clr1:hover {
    background: #e8f9ff !important;
    border-color: rgb(2 2 3 / .1) !important
}

.carbox_bg_clr2,
.border-box.carbox_bg_clr2:hover {
    background: #fff5f5 !important;
    border-color: rgb(2 2 3 / .1) !important
}

.carbox_bg_clr3,
.border-box.carbox_bg_clr3:hover {
    background: #e8f9ff !important;
    border-color: rgb(2 2 3 / .1) !important
}

.nav-link:focus-visible {
    box-shadow: none !important
}

@media (max-width:1200px) {
    .free-quote {
        display: none !important
    }

    .header .navbar .navbar-collapse .navbar-nav-scroll .nav-item .nav-link {
        padding-top: 10px
    }

    .header .navbar .navbar-collapse .navbar-nav-scroll {
        gap: 0 !important
    }

    .header .navbar .navbar-collapse .navbar-nav-scroll .nav-item.dropdown .dropdown-toggle::after {
        right: 1rem;
        top: 15px
    }
}

a.custom-link-dark {
    color: dimgray
}

.icon-box {
    display: inline-block
}

h5,
.h5 {
    font-size: calc(18px + 2*(100vw - 400px) / 1520) !important
}

h2.section-heading {
    font-size: calc(18px + 8*(100vw - 400px) / 1520) !important
}

@media (max-width:991px) {

    h5,
    .h5 {
        font-size: calc(16px + 2*(100vw - 400px) / 1520) !important
    }
}

.text-primary-hover:hover {
    color: #005cea !important
}

.grid_wrap_seven {
    grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr))
}

.border-gray_10 {
    border: 1px solid rgb(3 3 3 / 18%)
}

@media (min-width:1200px) {
    .navbar ul.dropdown-menu {
        --menu-top-spacing: calc(100% + 16px);
        box-shadow: 0 6px 30px 0 #1212121A;
        width: max-content;
        border: 0;
        padding-inline: 1rem;
        margin-top: var(--bs-dropdown-spacer);
        top: var(--menu-top-spacing)
    }

    .navbar ul.dropdown-menu.show {
        display: none;
        top: var(--menu-top-spacing);
        animation: none
    }

    .dropdown-submenu:hover ul.dropdown-menu {
        display: grid;
        top: var(--menu-top-spacing);
        animation: menu-show 300ms linear forwards
    }

    :is(#menu-item-2191,#menu-item-2190, #menu-item-2192, #menu-item-2194) ul.dropdown-menu {
        grid-template-columns: repeat(2, 1fr);
        gap: .75rem;
        padding: clamp(1.25rem, 0 + 1.6667vw, 2rem)
    }

    :is(#menu-item-2191,#menu-item-2190, #menu-item-2192, #menu-item-2194) ul.dropdown-menu .menu-item-title {
        max-width: 165px
    }

    @keyframes menu-show {
        0% {
            opacity: 0;
            transform: translateY(10px)
        }

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

    .navbar ul.dropdown-menu::after,
    .navbar ul.dropdown-menu::before {
        content: "";
        position: absolute
    }

    .navbar ul.dropdown-menu::after {
        left: 0;
        right: 0;
        height: 20px;
        background-color: #fff0;
        bottom: 100%
    }

    .navbar ul.dropdown-menu::before {
        width: 18px;
        height: 18px;
        top: -14px;
        left: 40px;
        background-image: url(https://www.esellerhub.com/wp-content/uploads/2024/11/Polygon-7.svg);
        filter: drop-shadow(0 -2px 6px hsl(0deg 0% 7.06% / 10%))
    }

    .dropdown-menu .menu-item-title {
        font-size: 14px;
        font-weight: 400;
        position: relative
    }

    .navbar-nav .nav-link:not(.menu-item .nav-link)::before,
    .navbar-nav .menu-item .nav-link span::before {
        content: "";
        position: absolute;
        left: 0;
        width: 0 !important;
        height: 2px !important;
        background-color: #005CEA;
        bottom: 0;
        transition: width 500ms;
        right: 0;
        left: initial !important;
        display: block !important
    }

    .dropdown-menu .menu-item .nav-link .menu-item-title::before {
        bottom: -8px
    }

    .navbar-nav .nav-link:hover::before,
    .navbar-nav .menu-item:hover&gt;.nav-link span::before,
    .navbar-nav .menu-item.current_page_item .menu-item-title::before,
    .navbar-nav .dropdown-submenu:has(.menu-item.current_page_item) .dropdown-toggle .menu-item-title::before {
        width: 100% !important;
        right: initial;
        left: 0 !important
    }

    .dropdown-submenu:has(.menu-item.current_page_item) .dropdown-toggle .menu-item-title,
    .navbar-nav .menu-item.current_page_item .menu-item-title {
        color: #005cea
    }
}

@media (max-width:1200px) {
    .dropdown-submenu:has(.menu-item.current_page_item) .dropdown-toggle {
        color: #005cea
    }

    .mega_submenu_icon {
        width: 32px;
        height: 32px
    }
}

.header .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    display: none
}

.blog-filter_lists li a {
    color: rgb(2 2 3 / .5019607843);
    transition: 200ms linear
}

.filter-category_wrapper {
    --dropdown-size: 215px
}

.filter-category_wrapper&gt;div:first-child {
    max-width: calc(100% - (var(--dropdown-size) + 15px));

    &gt;* {
        scrollbar-width: thin
    }
}

.blog-filter_lists a:hover,
.blog-filter_lists a.active {
    color: var(--bs-primary)
}

.blog-filter_lists a {
    position: relative
}

.blog-filter_lists a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0 !important;
    height: 2px !important;
    background-color: #005CEA;
    bottom: 0;
    transition: width 500ms;
    right: 0;
    left: initial !important;
    display: block !important;
    bottom: -2px
}

.blog-filter_lists a:hover::before,
.blog-filter_lists a.active::before {
    width: 100% !important;
    right: initial;
    left: 0 !important
}

.blog-filter_dropdown a.active {
    background: unset;
    transition: 100ms ease;
    color: #005cea !important;
    font-weight: 600
}

.blog-filter_dropdown {
    width: var(--dropdown-size);
    border: 1px solid rgb(2 2 3 / .1019607843)
}

.blog-filter_dropdown .dropdown-toggle::after {
    display: none
}

.blog-filter_dropdown .dropdown-toggle .fa-angle-down {
    transition: 100ms linear
}

.blog-filter_dropdown .dropdown-toggle:active,
.blog-filter_dropdown .dropdown-toggle.show {
    border: none;
    box-shadow: 0 0 0 2px rgb(2 2 3 / .1)
}

.blog-filter_dropdown .dropdown-toggle.show .fa-angle-down {
    rotate: 180deg
}

.blog-filter_dropdown .dropdown-menu {
    max-height: 350px;
    scrollbar-width: thin;
    box-shadow: 4px 4px 10px 0 rgb(2 2 3 / .1019607843)
}

.blog-filter_dropdown .dropdown-menu li:not(:first-child) {
    border-top: 1px solid rgb(2 2 3 / .1019607843)
}

.blog-filter_dropdown .dropdown-menu li a {
    color: #020203;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40ch
}

.blog-filter_dropdown .dropdown-menu li a.active {
    color: #fff
}

.blog-search {
    width: 300px
}

@media (max-width:576px) {
    .blog-filter_dropdown {
        width: 100%
    }

    .blog-filter_lists li a {
        font-size: 14px
    }

    .blog-search {
        width: 100%
    }

    .filter-category_wrapper&gt;div:first-child {
        max-width: 100%
    }
}

.blog-filter_dropdown .dropdown-item:active {
    background-color: inherit
}

.bullet_icon {
    font-size: 8px;
    box-shadow: 0 0 10px 0 #005eeb99;
    vertical-align: middle
}

.blog-content-sidebar {
    top: 140px
}

.blog-content-sidebar .content-table-card .card .blog-content-ul li {
    list-style: disc
}

.blog-content-sidebar .content-table-card .card .blog-content-ul li {
    list-style: disc
}

/* Blog content spacing styling */

.content-wrapper .content-section h2 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.content-wrapper .content-section h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.content-wrapper .content-section p {
    margin-bottom: 0.75rem;
    line-height: 1.75;
}

.content-wrapper .content-section img {
    border-radius: 1rem;
}

@media (max-width: 768px) {

    .content-wrapper .content-section h2 {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .content-wrapper .content-section h3 {
        margin-top: 1.25rem;
        margin-bottom: 0.85rem;
    }

    .content-wrapper .content-section p {
        margin-bottom: 0.85rem;
    }
}

@media (max-width: 480px) {

    .content-wrapper .content-section h2 {
        margin-top: 1.25rem;
        margin-bottom: 0.85rem;
    }

    .content-wrapper .content-section h3 {
        margin-top: 1rem;
        margin-bottom: 0.75rem;
    }

    .content-wrapper .content-section p {
        margin-bottom: 0.75rem;
    }
}
 

#toc-container .card-body {
    max-height: calc(100vh - 225px);
    overflow: auto;
    scrollbar-width: none
}

.two-column_block .item:last-child:nth-child(odd) {
    width: 100%
}

.wm-process_tab button,
.wm-process-tab_content .accordion-button {
    border-radius: 0;
    border-color: transparent !important;
    border-bottom: 1px solid #0202031A !important
}

.wm-process_tab button.active,
.wm-process_tab button.active:active {
    border-bottom: 1px solid #EB5E28 !important
}

.wm-process_tab button:not(.active) i.fa-solid {
    display: none
}

.wm-process-tab_content .tab-pane {
    border: 1px solid #EB5E2880 !important;
    background: #FFFAF8;
    height: 100%
}

.wm-process-tab_content:is(.accordion-button, .accordion-button:active, .accordion-button:focus) {
    box-shadow: none
}

.wm-content_illustrations {
    max-width: 340px;
    grid-template-columns: repeat(2, 1fr)
}

.wm-content_illustrations .wm-img_block:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 160px;
    place-self: center;
    text-wrap: balance
}

.wm-process-tab_content .accordion-button::after,
.wm-process-tab_content .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons,Inc.--%3E%3Cpath fill='%23eb5e28' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E") !important
}

.tab-switch {
    animation: tab-switch-animation 300ms linear forwards
}

@keyframes tab-switch-animation {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:1600px) {

    .wm-process_tab button,
    .wm-process-tab_content button {
        font-size: 1.125rem !important
    }
}

@media (max-width:992px) {
    .tab-content.wm-process-tab_content .tab-pane {
        display: block;
        opacity: 1;
        height: auto
    }

    .wm-process-tab_content button {
        font-size: 1rem !important
    }

    .tab-switch {
        animation: tab-switch-animation 0ms linear forwards
    }

    .wm-img_block&gt;div {
        font-size: .875rem
    }
}

@media (max-width:992px) {
    .tab-content.wm-process-tab_content .tab-pane {
        display: block;
        opacity: 1;
        height: auto
    }

    .wm-process-tab_content button {
        font-size: 1rem !important
    }

    .tab-switch {
        animation: tab-switch-animation 0ms linear forwards
    }

    .wm-img_block&gt;div {
        font-size: .875rem
    }

    .wm-process-tab_content .tab-pane {
        background-color: #fff;
        border: 0 !important
    }

    .wm-process-tab_content .accordion-collapse {
        background: #FFFAF8;
        border: 1px solid #EB5E2880 !important;
        border-radius: 0 !important
    }
    .wm-process-tab_content .accordion-button:not(.collapsed) {
        color: #020203;
        border-color: transparent !important
    }
}
.font-16 {
    font-size: 1rem
}

.bg-cover {
    background-size: cover
}

.header .navbar-nav .nav-item.current-menu-item .nav-link {
    color: #005cea
}

.navbar-nav .dropdown-submenu:has(.menu-item.current_page_item) .dropdown-toggle .menu-item-title::before,
.nav-item.current-menu-item .nav-link .menu-item-title::before {
    width: 100% !important;
    right: initial;
    left: 0 !important
}

.blog-template-default h3 {
    color: rgb(239 87 27) !important;
    font-weight: 400 !important;
}

/* New css for tiles starts here 28-02-25 */
.api-integartion_block .max-h-50px {
    max-height: 32px;
}
.card.integrationBox:hover {
    box-shadow: 0 10px 30px #d1d4db;
    border-color: transparent;
}
.card.integrationBox {
    transition: 200ms ease-in-out;
    aspect-ratio: 4 / 2;
}
/* New css for tiles starts here 28-02-25 */
@media (min-width:767px) {
    .api-integartion_block &gt; *:nth-child(4n + 1) .card.integrationBox {
        border-left-width: 0px !important;
    }
    .api-integartion_block &gt; *:nth-child(-n+4) .card.integrationBox {
        border-top-width: 0px !important;
    }
}
@media(min-width:576px) and (max-width:767px) {
    .api-integartion_block &gt; *:nth-child(4n + 1) .card.integrationBox {
        border-left-width: 1px !important;
    }
    .api-integartion_block &gt; *:nth-child(-n+4) .card.integrationBox {
        border-top-width: 1px !important;
    }
    .api-integartion_block &gt; *:nth-child(3n + 1) .card.integrationBox {
        border-left-width: 0px !important;
    }
    .api-integartion_block &gt; *:nth-child(-n+3) .card.integrationBox {
        border-top-width: 0px !important;
    }
    .api-integartion_block &gt; *:last-child{
        position: relative;
    }
    .tab-content:has(.api-integartion_block) .tab-pane:nth-child(2) .api-integartion_block &gt;*:last-child .card.integrationBox::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;    
        left: 100%;
        top: -1px;
        border-top:1px solid var(--bs-border-color);
        border-left:1px solid var(--bs-border-color);
    }
}
@media(max-width:576px) {
    .api-integartion_block &gt; *:nth-child(3n + 1) .card.integrationBox {
        border-left-width: 1px !important;
    }
    .api-integartion_block &gt; *:nth-child(-n+3) .card.integrationBox {
        border-top-width: 1px !important;
    }
    .api-integartion_block &gt; *:nth-child(2n + 1) .card.integrationBox {
        border-left-width: 0px !important;
    }
    .api-integartion_block &gt; *:nth-child(-n+2) .card.integrationBox {
        border-top-width: 0px !important;
    }
}
/*Horizontal CSS*/
    .api-integration_section ul .nav-link.active {
        background-image: linear-gradient(103deg, #005CEA -5.47%, #00C5FB 102.42%);
        color: #ffffff;
        border-radius: 8px;
    }
    .w-fit {
        width: fit-content;
    }
    .api-integration_section ul {
        border: 2px solid rgb(2 2 3 / .1);
    }

    @media (max-width:767px) {
        .api-integration_section ul {
            width: 100%;
            justify-content: space-between;
            flex-wrap: nowrap;
            overflow-x: auto;
        }
        .api-integration_section ul .nav-link {
            white-space: nowrap;
            min-width: 50%;
        }
    }
    .service-five-section-wrapper .service-box-five,
    .service-section-wrapper .service-box {
        height: calc(100% - 30px)
    }
/*7-5-25 Footer form*/
 .form-group.contact-form :is(input.form-control:not(:focus), textarea:not(:focus), select:not(:focus)){
        background-color: #061A3908;
        border-color: #d1d1d1;

        &amp;::placeholder {
            color:hsla(240, 20.00%, 1.00%, 0.40);
        }
    }
    .form-group .phone-block_item .intl-tel-input {
        width: 100%;

        &amp; .iti-arrow {
            border: none;
            background-position: center;
            width: 16px;
            height: 16px;
            background-repeat: no-repeat;
            background-size: auto;
            margin-top: 0px;
            right: 6px;
            transform: translateY(-50%);
            background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2812 2.3125L6.53125 6.78125C6.36458 6.92708 6.1875 7 6 7C5.8125 7 5.64583 6.92708 5.5 6.78125L0.75 2.3125C0.4375 1.95833 0.427083 1.60417 0.71875 1.25C1.05208 0.9375 1.40625 0.927083 1.78125 1.21875L6 5.21875L10.25 1.21875C10.6042 0.927083 10.9479 0.927083 11.2812 1.21875C11.5729 1.59375 11.5729 1.95833 11.2812 2.3125Z' fill='%23020203' fill-opacity='0.5'/%3E%3C/svg%3E");
        }
        &amp;.allow-dropdown {
            input {
                padding-left: 60px !important;
            }
            .selected-flag {
                width: 55px;
            }
        }
    }
    .custom-checkbox input[type=checkbox]{
        --checkbox-width:20px;
        appearance: none;
        width: var(--checkbox-width);
        height: var(--checkbox-width);
        border-radius: 5px;
        border: 1px solid #d1d1d1;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center;

        &amp;:checked {
            border: none;
            background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1C14 1.27083 13.9062 1.51042 13.7188 1.71875L5.71875 9.71875C5.51042 9.90625 5.27083 10 5 10C4.72917 10 4.48958 9.90625 4.28125 9.71875L0.28125 5.71875C0.09375 5.51042 0 5.27083 0 5C0 4.70833 0.104167 4.46875 0.3125 4.28125C0.5 4.09375 0.729167 4 1 4C1.27083 4 1.51042 4.09375 1.71875 4.28125L5 7.59375L12.2812 0.28125C12.4896 0.09375 12.7292 0 13 0C13.2708 0 13.5 0.09375 13.6875 0.28125C13.8958 0.46875 14 0.708333 14 1Z' fill='white'/%3E%3C/svg%3E%0A"),linear-gradient(103deg, #005CEA -5.47%, #00C5FB 102.42%);
        }
    }
    .custom-checkbox &gt; span {
        margin-left: 0;
    }
    .custom-checkbox label {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }</pre></body></html>