﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,900;1,600;1,700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

    p:last-child {
        margin-bottom: 0;
    }

a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    text-decoration: none;
}

.row {
    --bs-gutter-x: 30px;
}

.gx-50 {
    --bs-gutter-x: 50px;
}

.g-0 {
    --bs-gutter-x: 0px;
    --bs-gutter-y: 0;
}

.gy-30 {
    --bs-gutter-y: 30px !important;
}

.gx-0 {
    --bs-gutter-x: 0px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

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

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.no-wrape {
    white-space: nowrap;
    display: inline-block;
}

.navbar-brand {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    padding: 0;
}

li.nav-item {
    margin-right: 19px;
}

.navbar-nav li:last-child {
    margin-right: 0;
}

.btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 10px;
}

.banner h2.large-text {
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    line-height: 62px;
    text-transform: uppercase;
    font-weight: 600;
}

h2,
.h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 600;
}


h3,
.h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h4,
.h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 36px;
}

.font-30 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
}

h5,
.h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 34px;
}

h6,
.h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.text-primary {
    color: #6b52a2 !important;
}

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

.text-secondary {
    color: #1db9cf !important;
}

.bg-secondary {
    background-color: #1db9cf !important;
}

.link {
    color: #333333;
    background: url(../images/link-arrow-img.png) right center no-repeat;
    padding-right: 55px;
}

.bg-gradient {
    background-image: linear-gradient(to left, rgba(107, 82, 162, 0.5) 10%, rgba(29, 185, 207, 0.5)) !important;
    padding: 31px;
}

.banner .bg-gradient {
    border-top-right-radius: 10px;
}

.btn {
    padding: 11px 24px 10px;
}

.btn-sm {
    padding: 8px 20px 7px !important;
    font-size: 16px;
}

.btn-primary {
    background-image: linear-gradient(to left, #6b52a2 35%, #1db9cf);
    color: #fff;
    text-transform: capitalize;
    border: 0;
    padding: 11px 24px 10px;
    border-radius: 4px;
    border-radius: 10px;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:active:focus {
        color: #fff;
    }


    .btn-primary:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background-image: linear-gradient(to right, #6b52a2 35%, #1db9cf);
        transition: opacity 0.6s ease-out;
        z-index: -1;
        opacity: 0;
    }

    .btn-primary:hover:after {
        opacity: 1;
    }

    .btn-primary span {
        position: relative;
        z-index: 3;
    }

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #1db9cf;
}

.hover-white:hover,
.hover-white:focus,
.hover-white:active,
.hover-white:active:focus {
    background-color: #1db9cf;
    border-color: #1db9cf;
    color: #fff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:active:focus {
    background-color: #1db9cf;
    border-color: #1db9cf;
    color: #fff;
}

.hover-black:hover,
.hover-black:focus,
.hover-black:active,
.hover-black:active:focus {
    background-color: #202124 !important;
    border-color: #202124 !important;
    color: #fff !important;
}

.btn-secondary {
    background-color: #1db9cf;
    border-color: #1db9cf;
    color: #fff;
    padding: 11px 24px 10px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active,
    .btn-secondary:active:focus {
        background-color: #6b52a2;
        border-color: #6b52a2;
        color: #fff;
    }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar {
    padding: 22px 0 25px 0;
}

.navbar-nav {
    padding: 0;
}

header .navbar-nav .nav-link {
    color: #333333;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 5px 12px 6px;
    transition: none;
}

.navbar-nav .active > .nav-link {
    color: #6b52a2;
}

li.nav-item.dropdown {
    cursor: pointer;
}

header .custom-deopdown {
    display: flex;
    align-items: stretch;
}

    header .custom-deopdown .dropdown-menu {
        border-color: #6b52a2;
        padding: 0;
        overflow: hidden;
    }

    header .custom-deopdown .dropdown-toggle {
        padding: 15px 5px;
        border-radius: 10px;
    }

    header .custom-deopdown .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding-right: 10px !important;
    }

    header .custom-deopdown .nav-link {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding-right: 5px !important;
    }

    header .custom-deopdown.active .dropdown-toggle::after {
        border-top-color: #fff;
    }

    header .custom-deopdown.active .dropdown-toggle {
        background-color: #6b52a2;
    }

    header .custom-deopdown .dropdown-toggle::after {
        border-top-color: #333333;
    }

    header .custom-deopdown .nav-item {
        margin-right: 0;
    }

        header .custom-deopdown .nav-item .nav-link {
            border-radius: 0;
            white-space: nowrap;
            padding: 10px 12px 9px !important;
        }

.home-banner .container {
    height: 100%;
}

.dropdown .dropdown-menu .active > .nav-link {
    color: #1db9cf;
}

.dropdown .dropdown-menu .nav-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 340px;
    margin-right: 0;
}

.dropdown .dropdown-menu .sub-menu {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #1db9cf;
    padding-top: 4px;
}

    .dropdown .dropdown-menu .sub-menu img,
    .dropdown .dropdown-menu .nav-item img {
        max-width: 35px;
    }

    .dropdown .dropdown-menu .sub-menu .nav-link,
    .dropdown .dropdown-menu .nav-item .nav-link {
        color: #1db9cf;
        font-size: 16px;
        padding-left: 10px !important;
        transition: 0.5s;
    }

        .dropdown .dropdown-menu .sub-menu .nav-link:hover,
        .dropdown .dropdown-menu .nav-item .nav-link:hover {
            color: #6b52a2;
            letter-spacing: 1px;
            transition: 0.5s;
        }

.dropdown .dropdown-menu .active div > .nav-link,
.dropdown .dropdown-menu .active > .nav-link {
    color: #6b52a2;
}

.dropdown .dropdown-menu .sub-menu > div > a {
    padding-top: 6px;
}

.dropdown .dropdown-menu .nav-item {
    margin-bottom: 10px;
}

.dropdown .dropdown-menu .active .active > .nav-link {
    color: #6b52a2;
}

.dropdown .dropdown-menu .nav-link h6 {
    font-size: 18px;
    margin-bottom: 0;
}

.navbar-nav .nav-link.dropdown-toggle.show {
    position: relative;
    z-index: 9999;
}

    .navbar-nav .nav-link.dropdown-toggle.show .dropdown-arrow:before {
        content: "";
        position: absolute;
        top: 34px;
        right: -7px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #6b52a2;
        display: block;
        margin-right: 50%;
        color: transparent;
        background: transparent;
        box-shadow: none !important;
    }

    .navbar-nav .nav-link.dropdown-toggle.show .dropdown-arrow:after {
        content: "";
        position: absolute;
        top: 22px;
        right: -6px;
        border-top: 14px solid transparent;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 14px solid #fff;
        display: block;
        margin-right: 50%;
        z-index: 99;
    }


.dropdown-menu {
    border: 1px solid #6b52a2;
    box-shadow: rgba(107, 82, 162, 0.3) 0px 10px 15px -3px, rgba(107, 82, 162, 0.5) 0px 4px 6px -2px;
    margin: 0 auto !important;
}

    .dropdown-menu.show {
        position: fixed !important;
        left: auto;
        right: 30px;
        top: 81px;
        max-width: 100%;
        padding: 40px 60px;
        display: grid;
        /* grid-template-columns: repeat(3, 1fr); */
        grid-auto-columns: max-content;
        grid-template-rows: repeat(3, minmax(0, 1fr));
        grid-auto-flow: column;
    }

.dropdown .dropdown-menu .sub-menu {
    grid-row: span 3 / span 3;
}

.sub-menu {
}

    .sub-menu .dropdown-layouts {
        list-style: none;
        padding-left: 10px;
        margin-top: 15px;
    }

        .sub-menu .dropdown-layouts li {
            padding-left: 10px;
            position: relative;
            margin-bottom: 0 !important;
            margin-right: 0 !important;
            min-width: 230px !important;
        }

            .sub-menu .dropdown-layouts li:before {
                content: "";
                position: absolute;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                border: 1px solid #6b52a2;
                left: 0;
                top: 12px;
            }

.page-heading {
    margin-top: 60px;
    margin-bottom: 60px;
}

    .page-heading h5 {
        margin-bottom: 0;
    }

/* Home Page */
.section {
    padding-top: 120px;
}

.section-body {
    margin-top: -9px;
}

    .section-body h2 {
        margin-bottom: 13px;
    }

    .section-body h5 {
        margin-bottom: 30px;
    }

    .section-body button {
        margin-top: 8px;
    }

.home-banner {
    height: 760px;
    padding-top: 0;
    margin-top: 107px;
    overflow: hidden;
    background-size: cover !important;
}

.banner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .banner h2 {
        font-size: 20px;
        line-height: 30px;
    }

.p-30 {
    padding: 30px !important;
}

.main-heading {
    margin-top: auto;
    margin-bottom: auto;
}

    .main-heading h2 {
        margin-bottom: 0;
    }

.img-panel {
    height: 100%;
    overflow: hidden;
}

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

.services-img {
    margin-bottom: 22px;
}

    .services-img img {
        width: auto;
        max-width: 70px;
    }

    .services-img a {
        display: block;
    }

.services-bg {
    position: relative;
    padding-bottom: 45px;
}

.services h5 {
    margin-bottom: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 9px;
}

.home-services .services h5 {
    font-size: 20px;
    line-height: 28px;
}

.home-services .services p {
    height: 110px;
    font-size: 16px;
    line-height: 22px;
}

.services p {
    color: #fff;
    font-size: 16px;
}

.services-section {
    padding-top: 111px !important;
    padding-bottom: 120px !important;
    position: relative;
    margin-top: 120px;
}

.services-section-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: calc(100% - 100px);
    width: 100%;
    object-fit: cover;
}

.meet-our-team {
    position: relative;
    color: #fff;
    margin-bottom: 114px;
}

    .meet-our-team .team-section-bg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        height: calc(100% - 200px);
        width: 100%;
        object-fit: cover;
    }


#services-area {
    margin-bottom: 105px;
}

.our-clint-section {
    margin-bottom: 120px;
}

    .our-clint-section h3 {
        margin-bottom: 31px;
    }

.our-journey {
    margin-bottom: 120px;
}

    .our-journey .journey {
        margin-top: 37px;
    }

        .our-journey .journey img {
            max-width: 100%;
        }

.custom-card-img {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    height: 100%;
    min-height: 140px;
}

    .custom-card-img img {
        max-width: 100%;
    }

.contact-section {
    color: #fff;
    padding-bottom: 102px;
    background-size: cover !important;
    padding-top: 111px;
}

.team-card {
    text-align: center;
    margin-top: 10px;
}

    .team-card .team-card-img {
        width: 233px;
        overflow: hidden;
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto;
    }

        .team-card .team-card-img img {
            max-width: 100%;
            margin-bottom: 10px;
            border-radius: 50%;
        }

    .team-card h6 {
        color: #6b52a2;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .team-card p {
        color: #595959;
        font-style: italic;
        font-size: 13px;
    }

.footer-section {
    padding-top: 50px;
    padding-bottom: 48px;
    background-color: #f3f3f3;
    margin-bottom: 0 !important;
}

    .footer-section h5 {
        margin-bottom: 18px;
    }

    .footer-section p {
        font-size: 16px;
    }

    .footer-section .aixi-logo {
        max-width: 90px;
        margin-bottom: 24px;
    }

.footer-nave li {
    margin-bottom: 18px;
}

    .footer-nave li:last-child {
        margin-bottom: 0;
    }

    .footer-nave li a {
        padding: 0;
        color: #333333;
        font-size: 16px;
    }

        .footer-nave li a:hover,
        .footer-nave li a:active,
        .footer-nave li a:focus,
        .footer-nave li a:active:focus {
            color: #6b52a2;
        }

.footer-contact {
    margin-top: 23px;
}

    .footer-contact li {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

        .footer-contact li:last-child {
            margin-bottom: 0;
        }

        .footer-contact li a {
            padding: 0;
            color: #333333;
            font-size: 16px;
            display: flex;
            gap: 5px;
            align-items: center;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: flex-start;
        }

            .footer-contact li a:hover {
                color: #6b52a2;
            }

            .footer-contact li a img {
                max-width: 20px;
            }

.copyright {
    background-color: #6b52a2;
}

.copyright {
    padding: 14px 0 10px 0;
    font-size: 16px;
    color: #fff;
}

    .copyright a {
        font-size: 16px;
        color: #fff;
    }

.form-label {
    text-transform: capitalize;
}

.form-control {
    box-shadow: none;
    border-radius: 10px;
    border-color: transparent;
}

    .form-control:focus {
        border-color: #1db9cf;
        box-shadow: none;
    }

input.form-control {
    height: 50px;
}

.social-links a {
    font-size: 24px;
    margin: 0 5px;
}

.copyright span {
    margin: 0 10px;
}

.required-input {
    border-color: #db1600;
    outline: 0;
}

.validation-error {
    font-size: 16px;
    color: red;
}

loader {
    display: inline-block;
    max-width: 70px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader > * {
    width: 10%
}

.blockUI.blockOverlay {
    z-index: 10000 !important;
}

.blockUI.blockMsg.blockPage {
    z-index: 10100 !important;
    background-color: transparent !important;
    border: 0 !important;
}

section#home-area {
    margin-top: 107px;
    padding-top: 0 !important;
}

.inner-banner {
    height: 300px;
    padding-top: 0;
    margin-top: 107px;
    overflow: hidden;
    background-size: cover !important;
}

    .inner-banner .inner-page-banner {
        padding: 30px 40px;
    }

        .inner-banner .inner-page-banner h5, .inner-banner .inner-page-banner .h5 {
            font-size: 18px;
            line-height: 28px;
        }

.inner-page-banner {
    padding: 30px 60px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.inner-section-banner {
    padding-top: 83px;
    padding-bottom: 90px;
    background-size: cover !important;
}

    .inner-section-banner h4 {
        margin-bottom: 35px;
        text-transform: uppercase;
    }

.customer-perks-heading {
    margin-bottom: 2px;
}

    .customer-perks-heading h3 {
        text-transform: capitalize;
    }

.testing-strategy-section {
    text-align: center;
}

    .testing-strategy-section img {
        max-width: 100%;
    }

.strategy-body {
    text-align: center;
    margin-bottom: 37px;
}

.single-list.custom-list-secondary {
    margin-bottom: 0;
}

    .single-list.custom-list-secondary li {
        text-transform: uppercase;
    }

.testing-strategy {
    background-color: #fff;
    padding: 55px 30px 56px;
    border-radius: 10px;
}

    .testing-strategy h5 {
        margin-bottom: 19px;
        text-transform: uppercase;
    }

.custom-list {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
}

    .custom-list li {
        display: inline-block;
        width: 49%;
        list-style: none;
        position: relative;
        padding-left: 33px;
        margin-bottom: 12px;
    }

        .custom-list li:last-child {
            margin-bottom: 0;
        }

        .custom-list li::before {
            content: '';
            background-color: #6b52a2;
            width: 20px;
            height: 20px;
            position: absolute;
            left: 0;
            top: 4px;
            border-radius: 50%;
        }

    .custom-list.primary-bolits li::before {
        background-color: #1db9cf;
    }

    .custom-list.text-white li::before {
        background-color: #fff;
    }

.four-column-list.custom-list li {
    width: 24%;
}

.one-column-list.custom-list li {
    width: 100%;
}

.performance-testing {
    background-position: bottom left !important;
    background-size: auto 100% !important;
    padding-top: 0;
}

.software-testing-img {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}

    .software-testing-img .bg-img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        height: 100%;
        width: calc(100% + 100px);
        object-fit: cover;
    }

.custom-list-secondary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 15px;
}

    .custom-list-secondary li {
        width: 33.33%;
        display: inline-block;
        list-style: none;
        position: relative;
        padding-left: 33px;
        margin-bottom: 12px;
    }

        .custom-list-secondary li::before {
            content: '';
            background-color: #1db9cf;
            width: 20px;
            height: 20px;
            position: absolute;
            left: 0;
            top: 4px;
            border-radius: 50%;
        }

        .custom-list-secondary li:last-child {
            margin-bottom: 0;
        }

.single-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 15px;
    justify-content: flex-start;
}

    .single-list li {
        width: auto !important;
    }

.approach-panel {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    padding: 15px 4px 13px 15px;
    min-height: 120px;
}

    .approach-panel:before {
        z-index: -1;
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        right: -10px;
        bottom: 0;
    }

.performance-info-section {
    margin-bottom: 120px;
}

.our-approach-section {
    margin-bottom: 120px;
}

.section.text-center.our-approach-section {
    padding-top: 111px;
}

.text-section.section.text-center.performance-testing-section {
    padding-top: 111px;
    margin-bottom: 117px;
}

#service-link img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
}

.text-sm {
    font-size: 16px;
}

.text-md {
    font-size: 24px;
}

.expertise-content {
    margin-bottom: 39px;
}

.expertise-accordion .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #6b52a2;
    border-radius: 12px;
    overflow: hidden;
}

    .expertise-accordion .accordion-item:last-child {
        margin-bottom: 0;
    }

    .expertise-accordion .accordion-item .accordion-header {
        border-radius: 10px;
        margin-bottom: 0;
    }

        .expertise-accordion .accordion-item .accordion-header .accordion-button {
            color: #fff;
            background-color: #6b52a2;
            box-shadow: none;
            font-size: 18px;
            border-radius: 10px;
            margin-top: 0;
            padding: 15px;
        }


            .expertise-accordion .accordion-item .accordion-header .accordion-button::after {
                position: absolute;
                top: 20px;
                right: 20px;
                background: url('../images/arrow-top-active.png') top left no-repeat;
                width: 22px;
                height: 14px;
            }

            .expertise-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
                padding: 15px;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
            }

    .expertise-accordion .accordion-item .accordion-body {
        padding: 15px;
    }

        .expertise-accordion .accordion-item .accordion-body p {
            margin-bottom: 25px;
        }

.services-inner-section {
    margin-bottom: 0;
    padding-top: 81px !important;
}

    .services-inner-section .services-img img {
        max-width: 100%;
        width: 100%;
        border-radius: 10px;
    }

    .services-inner-section .services-itme > div {
        border: 1px solid #fff;
        padding: 15px;
        height: 100%;
    }

.services-main-section {
    margin-top: 0 !important;
    padding-bottom: 120px !important;
}

    .services-main-section .services-itme > div {
        border-color: #ddd;
    }

    .services-main-section .services-body p,
    .services-main-section .services-body h5 {
        color: #333;
    }

    .services-main-section .services-img img {
        max-width: 100%;
        border-radius: 10px;
    }

.services-encompass > div:nth-child(2n+1) .parallelogram {
    background: url('../images/parallelogram-bg-1.png') center top no-repeat;
}

.services-encompass > div:nth-child(2n+2) .parallelogram {
    background: url('../images/parallelogram-bg-2.png') center top no-repeat;
}

.parallelogram {
    position: relative;
    height: 95px;
    margin-bottom: 30px;
    color: #fff;
    padding-top: 20px;
}

/*.parallelogram:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 75px;
    background: blue;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}*/

.modal-content {
    border-color: #6b52a2;
}

    .modal-content .modal-header {
        background-color: #6b52a2;
        color: #fff;
    }

    .modal-content .modal-footer {
        background-color: #f3f3f3;
    }

.section.services-details.text-center {
    padding-top: 111px;
}

.line-height-0 {
    line-height: 0 !important;
}

.augmentation-card {
    background-color: #6b52a2;
    border-radius: 10px;
    color: #fff;
    padding: 10px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}

    .augmentation-card img {
        margin-right: 15px;
    }

.col-sm-6:nth-child(2) .augmentation-card,
.col-sm-6:nth-child(3) .augmentation-card {
    background-color: #1db9cf;
}

.team-augmentation {
    margin-bottom: 120px;
    padding-top: 117px;
}

    .team-augmentation .augmentation-card {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        padding: 70px 15px 67px;
        text-align: center;
        border-radius: 10px;
    }

        .team-augmentation .augmentation-card img {
            margin-right: 0;
            margin-bottom: 24px;
        }

    .team-augmentation .col-lg-3:nth-child(1) .augmentation-card,
    .team-augmentation .col-lg-3:nth-child(3) .augmentation-card {
        background-color: #1db9cf;
    }


.global-power .col-sm-6 {
    margin-bottom: 30px;
}

.global-power {
    margin-bottom: 100px;
}

.our-experts {
    margin-bottom: 100px;
}

.our-process {
    padding: 0;
}

    .our-process li {
        padding-left: 40px;
        position: relative;
        display: block;
        margin-bottom: 15px;
        text-align: left;
    }

        .our-process li:before {
            content: "";
            background: url("../images/tick-icon.png") center left no-repeat;
            position: absolute;
            top: 0;
            left: 0;
            width: 27px;
            min-height: 18px;
            height: 100%;
        }

.text-section.section.areas-of-expertise {
    margin-bottom: 100px;
    padding-top: 111px;
}

.areas-of-expertise.aos-init {
    margin-bottom: 77px;
}

.tech-teams {
    margin-bottom: 27px;
}

.our-focused-approach {
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-bottom: 0;
    padding: 0;
}

    .our-focused-approach li {
        counter-increment: my-awesome-counter;
        position: relative;
    }

        .our-focused-approach li:nth-child(1),
        .our-focused-approach li:nth-child(2) {
            margin-bottom: 60px;
        }

        .our-focused-approach li:before {
            content: "0" counter(my-awesome-counter);
            position: absolute;
            display: list-item;
            font-size: 72px;
            color: rgba(29, 185, 207, 0.4);
            font-weight: 600;
            text-transform: uppercase;
            left: 48px;
            top: 40px;
            z-index: -1;
        }

        .our-focused-approach li h5 {
            margin-bottom: 15px;
        }

        .our-focused-approach li .approach-item {
            height: 100%;
            padding: 70px 45px 30px;
            border-radius: 15px;
            border: 0;
            margin-top: -20px;
            margin-bottom: 20px;
            box-shadow: rgba(0, 0, 0, 0.13) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 10px 0px;
        }

.augment-section {
    padding: 100px 0;
    margin-bottom: 100px;
}

.responsive-tabel {
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
}

.custom-table tr th {
    padding-top: 0px;
    padding-bottom: 20px;
    text-align: center;
}


.custom-table {
    vertical-align: middle;
    border-radius: 15px;
}

    .custom-table thead tr th:first-child {
        border-top-left-radius: 15px;
    }

    .custom-table thead tr th:last-child {
        border-top-right-radius: 15px;
    }

    .custom-table tbody tr:last-child td {
        border-bottom: 0;
    }

        .custom-table tbody tr:last-child td:first-child {
            border-bottom-left-radius: 15px;
        }

        .custom-table tbody tr:last-child td:last-child {
            border-bottom-right-radius: 15px;
        }

    .custom-table tbody tr td + td {
        text-align: center;
    }

section.text-section.section.augment-section.mb-0 {
    background-size: cover !important;
}

/* Shine Hover */
.hover-efect .shine {
    position: relative;
    overflow: hidden;
}

    .hover-efect .shine::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .hover-efect .shine:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Circle Hover */
.hover-efect .circle {
    position: relative;
    overflow: hidden;
}

    .hover-efect .circle::before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255,255,255,.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
    }

    .hover-efect .circle img {
        transition: .3s ease-in-out;
    }


    .hover-efect .circle:hover img {
        -webkit-transform: rotate(15deg) scale(1.01);
        transform: rotate(15deg) scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .hover-efect .circle:hover::before {
        -webkit-animation: circle .75s;
        animation: circle .75s;
    }

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.top-30 {
    top: 60px;
    position: relative;
}

.development-offers {
    background-color: #1db9cf;
    color: #fff;
    text-align: center;
    display: flex;
    min-height: 300px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
    border-radius: 10px;
}

    .development-offers:hover {
        height: auto;
        transition: 0.3s;
    }

    .development-offers:hover {
        transition: 0.3s;
        background-color: #6b52a2;
    }

    .development-offers img {
        display: block;
        height: 100px;
        margin-bottom: 23px;
        width: auto;
    }

    .development-offers .hover {
        display: block;
        transition: 0.3s;
        height: 0px;
        opacity: 0;
        overflow: hidden;
    }

    .development-offers:hover > .hover {
        height: auto;
        opacity: 1;
    }

    .development-offers:hover .hover,
    .development-offers > p,
    .development-offers img {
        display: block;
        transition: 0.3s;
    }

    .development-offers:hover > img {
        height: 70px;
    }

    .development-offers:hover > p {
        display: none;
    }

    .development-offers .hover p {
        font-size: 16px;
        line-height: 22px;
    }

.upgrade-your-website {
    color: #fff;
    padding: 110px 0 120px;
    margin-bottom: 111px;
    background-size: cover !important;
}

    .upgrade-your-website h4 {
        margin-bottom: 23px;
        text-transform: uppercase;
    }

        .upgrade-your-website h4 span {
            display: block;
            margin-top: 10px;
        }

.website-img {
    overflow: hidden;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
}

    .website-img img {
        width: 100%;
        border-radius: 10px;
    }

.web-application {
    margin-bottom: 112px;
}

.performance-testing-section {
    margin-bottom: 120px;
}

    .performance-testing-section h2 {
        margin-bottom: 28px;
    }

.website-updates {
    margin-bottom: 111px;
}

.application {
    text-transform: uppercase;
}

    .application img {
        margin-bottom: 23px;
        transition: 0.9s;
    }

    .application:hover img {
        margin-bottom: 23px;
        transition: 0.9s;
        transform: rotateY(180deg);
    }


.hy-line {
    margin-top: 52px;
    margin-bottom: 60px;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #6b52a2;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #6b52a2;
    }

.performance-testing-section .row {
    display: flex;
    align-items: flex-start;
}

.justiy-content-center .development-offers:last-child {
    margin-bottom: 0;
}

#service-link span {
    display: block;
}

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    -webkit-transform: translatez(0);
}

.bx-wrapper {
    position: relative;
}

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: static;
        width: 100%;
    }
    /* LOADER */
    .bx-wrapper .bx-loading {
        min-height: 50px;
        /* background: url('images/bx_loader.gif') center center no-repeat #ffffff;*/
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }
    /* PAGER */
    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #ddd;
            text-indent: -9999px;
            display: block;
            width: 15px;
            height: 15px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active,
            .bx-wrapper .bx-pager.bx-default-pager a:focus {
                background: #6b52a2;
            }

    .bx-wrapper .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        vertical-align: bottom;
        *zoom: 1;
        *display: inline;
    }

    .bx-wrapper .bx-pager-item {
        font-size: 0;
        line-height: 0;
    }
    /* DIRECTION CONTROLS (NEXT / PREV) */
    .bx-wrapper .bx-prev {
        left: 10px;
        background: url('../images/arrow-left.png') left center no-repeat;
    }

        .bx-wrapper .bx-prev:hover,
        .bx-wrapper .bx-prev:focus {
            background-position: 0 0;
        }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url('../images/arrow-right.png') right center no-repeat;
    }

        .bx-wrapper .bx-next:hover,
        .bx-wrapper .bx-next:focus {
            background-position: -43px 0;
        }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 25%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            /* background: url('images/controls.png') left center no-repeat;*/
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active,
            .bx-wrapper .bx-controls-auto .bx-start:focus {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            /*  background: url('images/controls.png') -86px -44px no-repeat;*/
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active,
            .bx-wrapper .bx-controls-auto .bx-stop:focus {
                background-position: -86px -33px;
            }
    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }
    /* IMAGE CAPTIONS */
    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }

    .bx-wrapper .development-offers {
        margin-bottom: 0;
        padding: 30px;
    }

        .bx-wrapper .development-offers .hover {
            display: block;
        }

        .bx-wrapper .development-offers .hover, .bx-wrapper .development-offers:hover > p {
            display: block;
        }

        .bx-wrapper .development-offers:hover > img,
        .bx-wrapper .development-offers > img {
            height: auto;
        }

        .bx-wrapper .development-offers:hover {
            background-color: #1db9cf;
        }

.footer-text p {
    font-size: 14px;
    line-height: 22px;
}

.contact-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.contact-us {
    text-align: center;
    margin-bottom: 60px;
}

    .contact-us:last-child {
        margin-bottom: 0;
    }

    .contact-us a {
        color: #fff;
    }

    .contact-us i {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .contact-us span {
        display: block;
    }

.border-right-primary {
    border-right: 1px solid #1db9cf;
}

.contact-section + .section.footer-section *,
.mt-child-0 + .section.footer-section * {
    opacity: 1 !important;
    transform: translate3d(0px,0,0);
}

.linkedin-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* Adjust the gap between posts as needed */
}

.privacy-policy {
    margin-bottom: 100px
}

.linkedin-post {
    border: 1px solid #ccc;
    padding: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    height: 100%;
}

.post-body {
    padding: 10px;
    max-width: 100%;
    margin-bottom: auto;
    max-height: 573px;
    overflow: auto;
}

    .post-body p.post-text {
        word-break: break-all;
    }


.post-header {
    text-align: left;
    width: 100%;
    padding: 10px 10px 0;
}

    .post-header h4 {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 0;
        margin-top: 0;
    }

    .post-header .postedAt {
        font-size: 14px;
        margin-top: -5px;
    }

.post-body::-webkit-scrollbar {
    width: 5px;
    opacity: 0 !important;
}

.post-body::-webkit-scrollbar-thumb {
    background: transparent
}

.post-body:hover::-webkit-scrollbar-thumb {
    background: #6b52a2;
}

.post-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

.post-body:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.post-images {
    --bs-gutter-x: 5px;
    --bs-gutter-y: 5px;
    margin-bottom: 10px;
    padding: 0 10px;
}

    .post-images .col:nth-child(odd):last-child {
        width: 100%;
    }


    .post-images img {
        width: 100%;
    }


.image-cover {
    width: 100%;
    height: 350px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

    .image-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
        background-color: #efefef;
    }

.post-videos {
    overflow: hidden;
}

    .post-videos video {
        width: 100%;
    }

.post-content {
    max-width: 100%;
}

.post-text {
    font-size: 16px;
    line-height: 1.6;
}

.post-meta {
    font-size: 16px;
    color: #666;
    background-color: #f2f2f2;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 5px 15px 10px;
    line-height: normal;
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

    .post-meta i {
        font-size: 16px;
        color: #6b52a2;
    }

.icon span {
    margin-left: 10px;
}

.post-author {
    font-size: 14px;
    margin-top: 10px;
}

.post-image {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

.post-article {
    padding: 0 15px 15px;
}

    .post-article a {
        color: #6b52a2;
        text-decoration: underline;
    }

.article-img {
    margin-bottom: 10px;
}

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

.modal-body {
    word-break: break-word;
}


.posts-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

    .posts-row > div {
        max-width: 50%;
    }

        .posts-row > div:first-child {
            padding-right: 15px;
        }

        .posts-row > div:last-child {
            padding-left: 15px;
        }

    .posts-row video {
        width: 100%;
    }


.modal-xxl {
    max-width: 1600px;
}

.carousel-item video, .carousel-item img {
    width: 100%;
}

#modalText p {
    margin-bottom: auto;
}


#modalText .post-meta {
    border-radius: 0;
    padding-top: 10px;
    margin-top: 15px;
}

.modal-content .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-content {
    overflow: hidden;
    border: 3px solid #1db9cf;
    box-shadow: -2px -2px 15px 5px rgba(29,185,207,0.4);
    -webkit-box-shadow: -2px -2px 15px 5px rgba(29,185,207,0.4);
    -moz-box-shadow: -2px -2px 15px 5px rgba(29,185,207,0.4);
}

    .modal-content .post-header {
        padding: 0;
        margin-bottom: 15px;
    }

.carousel-dark .carousel-control-next,
.carousel-dark .carousel-control-prev {
    width: 30px;
    top: 50%;
    bottom: auto;
    margin-top: -24px;
}

.carousel-dark .carousel-control-next {
    right: -57px;
}

.carousel-dark .carousel-control-prev {
    left: -57px;
}

.meet-the-team {
    background-color: #f9f9f9;
    padding-bottom: 128px;
}

.team-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

    .team-tabs .nav-tabs {
        border: 1px solid #6b52a2;
        padding: 5px;
        border-radius: 10px;
    }

        .team-tabs .nav-tabs .nav-item {
            margin-right: 0;
        }

        .team-tabs .nav-tabs .btn.active {
            background-image: linear-gradient(to left, #6b52a2 35%, #1db9cf);
            border: 0 !important;
            color: #fff;
        }

        .team-tabs .nav-tabs .btn {
            text-transform: uppercase;
            border: 0 !important;
            padding: 11px 24px 10px;
            border-radius: 10px;
        }


.our-team-card {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(200, 200, 200);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 7.778px 7.778px 0px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    text-align: center;
    height: 100%;
}

    .our-team-card .card-header {
        border: 0;
        border-radius: 10px;
        background-color: #6b52a2;
        padding-bottom: 0;
    }

    .our-team-card .card-title {
        color: #6b52a2;
        margin-bottom: 0;
        font-size: 22px;
        line-height: normal;
    }

    .our-team-card .card-text {
        color: #333333;
        font-size: 18px;
    }

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

.upgrade-your-website {
    background: url('../images/banner-img.jpg') top left no-repeat;
}

    .upgrade-your-website.mb-0 {
        padding-bottom: 116px;
        padding-top: 120px;
    }

.mobile-app-development {
    padding-top: 111px;
    margin-bottom: 120px;
}

    .mobile-app-development h3 {
        margin-bottom: 31px;
    }

.app-development {
    height: 100%;
    background-color: #1db9cf;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 15px;
    color: #fff;
    text-align: center;
}


    .app-development img {
        max-width: 100%;
        margin-bottom: 15px;
    }

.app-development-section {
    margin-bottom: 120px;
}

.facilitating-business {
    margin-bottom: 120px;
}

    .facilitating-business h3 {
        margin-bottom: 31px;
    }

.gradient-banner {
    background-image: linear-gradient(to right, #1db9cf, #6b52a2) !important;
    padding: 111px 0 120px;
}

    .gradient-banner h3 {
        margin-bottom: 30px;
    }

.facilitating-business .facilitating-business-body {
    background: url('../images/faster-release.png') top right no-repeat;
    padding: 60px 0;
}

    .facilitating-business .facilitating-business-body h5 {
        margin-bottom: 30px;
    }

        .facilitating-business .facilitating-business-body h5 img {
            margin-right: 10px;
            width: auto;
        }


.facilitating-body {
    margin-bottom: 60px;
}

.facilitating-business-body .carousel-control-next,
.facilitating-business-body .carousel-control-prev {
    width: auto;
    right: 30px;
    left: auto;
    bottom: 30px;
    top: auto;
    font-size: 24px;
}

.facilitating-business-body .carousel-control-prev {
    margin-right: 30px;
}

.facilitating-constant {
    background-color: #6b52a2;
    color: #fff;
    padding: 30px;
    min-height: 416px;
    border-radius: 10px;
}


.devops-approach-section {
    background: url('../images/dev-ops-services-banner.jpg') top right no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
}

.plain-list li:not(:first-child) {
    margin-left: 15px;
}

.approach-item {
    border: 2px solid #fff;
    min-width: 90px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

    .approach-item img {
        margin-bottom: 7px;
    }


.continuous-integration-section {
    margin-bottom: 120px;
}

.continuous-accordion .accordion-body {
    min-height: 610px;
    background-color: rgba(107, 82, 162, 0.9);
    padding: 60px 30px 57px;
    color: #fff;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

    .continuous-accordion .accordion-body .tab-icon {
        margin-bottom: 15px;
    }

    .continuous-accordion .accordion-body h5 {
        margin-bottom: 30px;
    }

.continuous-accordion .accordion-item {
    margin-bottom: 15px;
    border: 0;
}

.continuous-accordion .accordion-button {
    background-color: #fff;
    color: #6b52a2;
    border: 2px solid #6b52a2;
    text-decoration: none !important;
    box-shadow: none !important;
    padding: 5px 15px;
    border-radius: 10px !important;
}

    .continuous-accordion .accordion-button:after {
        display: none;
    }

    .continuous-accordion .accordion-button[aria-expanded="true"] {
        background-color: #1db9cf;
        color: #fff;
        border-color: #1db9cf;
    }

/*.continuous-accordion .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}
*/
.crafting-exceptional {
    margin-bottom: 120px;
}

.development-life-cycle {
    background: url('../images/development-life-cycle.jpg') top left no-repeat;
    margin-bottom: 60px;
    padding-top: 111px;
}

    .development-life-cycle .gy-30 {
        --bs-gutter-y: 36px !important;
    }

.life-cycle {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.09);
    border: 1px solid rgb(209, 209, 209);
    height: 100%;
}

    .life-cycle .item-header {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
    }

        .life-cycle .item-header span {
            display: inline-block;
            background-color: #1db9cf;
            border-radius: 999em 40px 40px 999em;
            color: #fff;
            position: relative;
            right: -31px;
            padding: 10px 20px;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-size: 20px;
        }

    .life-cycle a {
        color: #333333;
    }

    .life-cycle h6 {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .life-cycle p {
        margin-bottom: 15px;
    }

    .life-cycle a i {
        color: #6b52a2;
        margin-left: 10px;
    }

.skilled-section {
    background-color: #6b52a2;
    clip-path: ellipse(95% 100% at 65% 100%);
    color: #fff;
    padding-bottom: 60px;
    padding-top: 150px;
    margin-bottom: 111px;
}

    .skilled-section .row > *:not(:last-child) {
        border-right: 1px solid #fff;
    }


.gx-60 {
    --bs-gutter-x: 60px;
}

.skilled-card img {
    margin-bottom: 15px;
}

.skilled-card h6 {
    margin-bottom: 19px;
}

.grid-card {
    padding: 30px;
}

    .grid-card img:not(:last-child) {
        margin-bottom: 15px;
    }

    .grid-card h6 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 22px;
    }

    .grid-card p {
        font-size: 16px;
        line-height: 22px;
    }

.border-primary {
    border-color: #6b52a2 !important;
}

.border-secondary {
    border-color: #1db9cf !important;
}

.grid {
    display: grid;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
}

    .grid > div,
    .grid > div > .border {
        border-radius: 10px;
        overflow: hidden;
    }

.grid-card {
    padding: 20px;
    color: #333;
}

.col-span-2 img.w-100 {
    max-width: 50%;
}

.bg-secondary {
    background-color: #6f42c1;
}

.bg-primary {
    background-color: #007bff;
}

.text-white {
    color: #fff;
}

.text-secondary {
    color: #6f42c1;
}

.w-100 {
    width: 100%;
}

.col-span-2 {
    grid-column: span 2 / span 2;
    grid-gap: 30px;
}

.auto-cols-max {
    grid-auto-columns: max-content;
}

.row-span-2 {
    grid-row: span 2 / span 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

    .row-span-2 .grid-card {
        height: 100%;
    }

.col-span-2 {
    overflow: hidden;
}

    .col-span-2 img {
        margin-right: -8px;
        z-index: -1;
    }

@media (max-width: 768px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .col-span-2 {
        grid-column: span 2 / span 2;
    }
}

@media (max-width: 576px) {
    .grid {
        grid-template-columns: 1fr;
    }

    .col-span-2 {
        grid-column: span 1 / span 1;
    }

    .row-span-2 {
        grid-row: span 1 / span 1;
    }
}


.grid-section {
    margin-bottom: 120px;
}

.choose-us {
    margin-bottom: 120px;
}

.custom-carousel .carousel-inner {
    text-align: center;
    width: 75%;
    position: relative;
    margin-top: auto;
    border-radius: 10px;
    border-top-left-radius: 0;
}

.carousel-card {
    background-color: #1db9cf;
    color: #fff;
    padding: 30px;
    min-height: 250px;
    border-radius: 10px;
    border-top-left-radius: 0;
}

    .carousel-card h6 {
        margin-bottom: 15px;
    }

.custom-indicators {
    position: static;
    display: flex;
    margin: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

    .custom-indicators [data-bs-target] {
        height: auto;
        width: 50%;
        text-indent: 0;
        text-align: left;
        margin: 0;
        line-height: 22px;
        opacity: 1;
        color: #333333;
        text-transform: uppercase;
        border: 0px;
        margin-top: 15px;
    }

        .custom-indicators [data-bs-target] span {
            width: 56px;
            height: 56px;
            border: 1px solid #666;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            float: left;
            border-radius: 10px;
            padding: 8px;
        }

            .custom-indicators [data-bs-target] span img {
                max-width: 100%;
            }

        .custom-indicators [data-bs-target] p {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            height: 100%;
            font-weight: 500;
            font-size: 18px;
            font-weight: 500;
            line-height: 22px;
        }

    .custom-indicators .active {
        color: #1db9cf;
    }

    .custom-indicators button .icon-active {
        display: none;
    }

    .custom-indicators .active span {
        display: none;
    }

    .custom-indicators .active .icon-active {
        border: 1px solid #1db9cf;
        background-color: #1db9cf;
        color: #fff;
        display: block;
    }


.upgrade-website {
    background: url('../images/upgrade-website-bg.png') top left no-repeat;
    margin-bottom: 120px;
    padding-top: 111px;
}

.details-card {
    padding: 30px;
    background-color: #fff;
    margin-top: 51px;
}

.craft-exceptional-user {
    margin-bottom: 111px;
}

    .craft-exceptional-user .craft-exceptional-card {
        padding: 51px 30px 57px;
        color: #fff;
        background: url('../images/development-recovered-banner.jpg') top no-repeat;
        background-size: cover;
    }

        .craft-exceptional-user .craft-exceptional-card h3 {
            margin-bottom: 34px;
        }

.development-offerings {
    margin-bottom: 111px;
    position: relative;
    padding-bottom: 120px;
}


    .development-offerings:after {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        content: '';
        background-color: #6b52a2;
        clip-path: polygon(100% 43%, 100% 100%, 100% 100%, 0 100%, 0 93%);
        z-index: -1;
    }

    .development-offerings .text-center {
        margin-bottom: 40px;
    }

.development-services {
    text-align: center;
    padding: 25px 30px 27px;
    border: 1px solid #d1d1d1;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
}

    .development-services h6 {
        color: #6b52a2;
        margin-bottom: 25px;
    }

    .development-services img {
        margin-bottom: 26px;
    }

    .development-services h6, .life-cycle h6 {
        font-size: 18px;
        line-height: 22px;
    }

    .development-services p, .life-cycle p {
        font-size: 16px;
        line-height: 22px;
    }


.web-based-product {
    margin-bottom: 117px;
}

    .web-based-product .text-center {
        margin-bottom: 40px;
    }

.text-card {
    background-color: #1db9cf;
    padding: 53px 30px 57px;
    color: #fff;
}

.art-tech-stack {
    margin-bottom: 120px;
}

.simple-list {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

    .simple-list li {
        display: block;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        margin-bottom: 18px;
    }

        .simple-list li:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .simple-list li h6 {
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
            color: #6b52a2;
            margin-bottom: 5px;
        }

.development-process {
    background: url('../images/development-process-bg.jpg') top left no-repeat;
    background-size: cover;
    padding: 111px 0;
    color: #fff;
    margin-bottom: 111px;
}

    .development-process .plain-list {
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 15px 0;
    }

.development-approach-item {
    border: 2px solid #fff;
    min-width: 90px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .development-approach-item img {
        max-width: 40px;
        margin-right: 10px;
    }

.art-tech-stack .text-center {
    margin-bottom: 40px;
}

.leading-future {
    margin-bottom: 111px;
}

.home-features {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.services-itme {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
}

    .services-itme > div {
        border: 1px solid #fff;
        padding: 30px;
        height: 100%;
        border-radius: 10px;
    }

    .services-itme .services-body {
        margin-bottom: 30px;
    }

    .services-itme:hover {
        background-image: linear-gradient(to left, rgba(107, 82, 162, 0.5) 10%, rgba(29, 185, 207, 0.5)) !important;
    }

section.services-section.section.services-inner-section:before {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 0;
}

.services-section.section.services-inner-section > * {
    z-index: 1;
    position: relative;
}

.rounded {
    border-radius: 10px !important;
}

.rounded-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.rounded-bottom {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.rounded-end {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

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

.custom-list.no-bolits li {
    padding-left: 0;
}

    .custom-list.no-bolits li::before {
        display: none !important;
    }

/*slick theam*/
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 40px;
        line-height: 1;
        color: white;
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
    }

.slick-prev {
    left: -45px;
}

[dir='rtl'] .slick-prev {
    right: -45px;
    left: auto;
}

.slick-prev:before {
    content: '\f053';
}

[dir='rtl'] .slick-prev:before {
    content: '\f053';
}

.slick-next {
    right: -40px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -40px;
}

.slick-next:before {
    content: '\f054';
}

[dir='rtl'] .slick-next:before {
    content: '\f054';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
/*slick theam end*/

.technologies-slide {
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    padding: 15px;
    margin: 0 15px;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    height: auto;
    position: relative;
    bottom: 0;
    top: 0;
}

.advanced-technologies .slick-list {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

    .advanced-technologies .slick-list .slick-track {
        display: flex;
    }

.advanced-technologies h6 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
}

.advanced-technologies p {
    font-size: 16px;
    line-height: 22px;
}

.inner-details {
    margin-top: 111px;
    padding-left: 50px;
    padding-right: 30px;
}

.advanced-technologies .slide-img {
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #fff;
}

.card {
    border: 0;
    border-radius: 10px;
    text-align: center;
}

    .card .card-body {
        border: 0;
        border-radius: 10px;
        text-align: center;
        padding: 30px 15px;
    }

        .card .card-body img {
            max-width: 100%;
            margin-bottom: 25px;
        }

.card-body h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

.card-body p {
    font-size: 16px;
    line-height: 22px;
}

.fs-30 {
    font-size: 30px !important;
}

.home-contact {
    margin-bottom: 120px;
}

.custom-bar-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .custom-bar-list li {
        width: calc(50% - 15px);
        padding: 10px 0;
        box-sizing: border-box;
        margin-right: 15px;
    }

        .custom-bar-list li:not(:nth-child(2n)) {
            border-bottom: 1px solid #d1d1d1;
        }

        .custom-bar-list li:nth-child(2n) {
            border-bottom: 1px solid #d1d1d1;
            padding-right: 10px;
        }

        .custom-bar-list li:nth-child(2n + 1) {
            padding-right: 20px;
        }

        .custom-bar-list li:last-child {
            border-bottom: none;
        }

.featured-industry-areas {
    background: url('../images/code-bg.png') center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 120px;
}

.bottom-right-rounded {
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
