.custom-technology-name,
.tp-payment-method__main-circle span img {
    transition: .5s ease-in-out
}

.service-banner-section::after,
.web-development-company-page-wrapper .development-row .col-column:nth-child(7)::before {
    display: none
}

@keyframes circle-animation-2 {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 100%
    }
}

.breadcumb-section.position-relative {
    padding-top: 0
}

.breadcumb-section .container,
.industries-section,
.web-development-company-page-wrapper .hire-section,
.web-technology-left {
    z-index: 1
}

.alter3-features {
    overflow-x: hidden
}

.tp-payment-method__wrapper {
    padding-top: 140px;
    padding-bottom: 140px
}

.tp-payment-method__main-img {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    background: var(--bs-white);
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
    z-index: 1
}

.techno-circle::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #ace67a;
    border-radius: 50%;
    top: -3px;
    right: 0
}

.techno-circle.circle-10::after,
.techno-circle.circle-12::after,
.techno-circle.circle-14::after,
.techno-circle.circle-16::after,
.techno-circle.circle-1::after,
.techno-circle.circle-3::after,
.techno-circle.circle-5::after,
.techno-circle.circle-6::after,
.techno-circle.circle-8::after {
    animation: 30s linear infinite circle-animation
}

.techno-circle.circle-11::after,
.techno-circle.circle-13::after,
.techno-circle.circle-15::after,
.techno-circle.circle-2::after,
.techno-circle.circle-4::after,
.techno-circle.circle-7::after,
.techno-circle.circle-9::after {
    left: 0;
    animation: 20s linear infinite circle-animation-2
}

.tp-payment-method__main-circle {
    display: inline-block
}

.custom-technology-1 span,
.custom-technology-10 span,
.custom-technology-11 span,
.custom-technology-12 span,
.custom-technology-13 span,
.custom-technology-14 span,
.custom-technology-15 span,
.custom-technology-16 span,
.custom-technology-2 span,
.custom-technology-3 span,
.custom-technology-4 span,
.custom-technology-5 span,
.custom-technology-6 span,
.custom-technology-7 span,
.custom-technology-8 span,
.custom-technology-9 span {
    position: absolute;
    left: -40px;
    top: 50%;
    text-align: center;
    border-radius: 50%;
    background: var(--bs-white);
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
    transition: .5s ease-in-out
}

.single-technology {
    position: absolute;
    top: 50%;
    text-align: center;
    display: inline-block;
    transform-origin: right center;
    height: 1px;
    background-color: #aeea7b
}

.custom-technology-1 span {
    transform: translateY(-50%) rotate(14deg)
}

.custom-technology-2 span {
    transform: translateY(-50%) rotate(44deg)
}

.custom-technology-3 span {
    transform: translateY(-50%) rotate(24deg)
}

.custom-technology-4 span {
    transform: translateY(-50%) rotate(2deg)
}

.custom-technology-5 span {
    transform: translateY(-50%) rotate(-10deg)
}

.custom-technology-6 span {
    transform: translateY(-50%) rotate(-26deg)
}

.custom-technology-7 span {
    transform: translateY(-50%) rotate(-51deg)
}

.custom-technology-8 span {
    transform: translateY(-50%) rotate(-123deg)
}

.custom-technology-9 span {
    transform: translateY(-50%) rotate(-150deg)
}

.custom-technology-10 span {
    transform: translateY(-50%) rotate(-160deg)
}

.custom-technology-10 p,
.custom-technology-11 .custom-technology-name,
.custom-technology-12 p,
.custom-technology-13 .custom-technology-name,
.custom-technology-14 .custom-technology-name,
.custom-technology-15 .custom-technology-name,
.custom-technology-16 .custom-technology-name,
.custom-technology-8 .custom-technology-name,
.custom-technology-9 .custom-technology-name {
    transform: rotate(180deg)
}

.custom-technology-11 span {
    transform: translateY(-50%) rotate(-170deg)
}

.custom-technology-12 span {
    transform: translateY(-50%) rotate(-180deg)
}

.custom-technology-13 span {
    transform: translateY(-50%) rotate(-190deg)
}

.custom-technology-14 span {
    transform: translateY(-50%) rotate(-199deg)
}

.grocery-software-page-wrapper .who-is-it-for:hover figure img,
.single-technology span:hover img {
    transform: scale(1.1)
}

.custom-technology-name {
    opacity: 0
}

.single-technology:hover .custom-technology-name {
    opacity: 1
}

.industries-section {
    background: url(../image/industries/industries_bg.webp);
    padding: 50px 0
}

.industries-section::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, .98) -7%, #fff 2%, rgba(13, 13, 12, 0) 16%, rgba(0, 0, 0, 0) 92%, rgba(255, 255, 255, .97) 98%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: ""
}

.marquee-industries {
    overflow: hidden;
    gap: 2rem;
    padding: 20px
}

.marquee-group {
    flex-shrink: 0;
    gap: 2rem;
    animation-delay: calc(10s / -2)
}

.marquee-left .marquee-group {
    animation: 40s linear infinite reverse scrollLeft
}

.marquee-right .marquee-group {
    animation: 50s linear infinite scrollRight
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.technology-list {
    overflow-x: scroll;
    max-width: 92%;
    margin: 0 auto;
    scrollbar-color: #F9A11B #f2f2f2;
    padding-bottom: 23px;
    box-shadow: 0 11px 11px -15px var(--bs-black)
}

.development-row .col-column:first-child .ssingle-cycle-box,
.development-row .col-column:nth-child(2) .ssingle-cycle-box,
.development-row .col-column:nth-child(3) .ssingle-cycle-box,
.development-row .col-column:nth-child(4) .ssingle-cycle-box,
.development-row .col-column:nth-child(5) .ssingle-cycle-box,
.development-row .col-column:nth-child(6) .ssingle-cycle-box,
.development-row .col-column:nth-child(7) .ssingle-cycle-box,
.inner-cycle {
    background: var(--bs-white)
}

.technology-list::-webkit-scrollbar-track {
    background: #f9a11b;
    border-radius: 6px
}

.technology-list::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 6px;
    border: 3px solid #f9a11b
}

.row.development-row {
    display: grid;
    padding: 0 30px;
    grid-template-columns: 345px 345px 345px 345px 345px 345px 345px
}

.col-column {
    padding: 4px;
    width: 100%
}

.col-column:first-child::before {
    background: #f27c1e;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -3px;
    content: "";
    border-radius: 50%;
    z-index: 9
}

.col-column:first-child::after,
.col-column:nth-child(3)::after,
.col-column:nth-child(5)::after,
.col-column:nth-child(7)::after {
    position: absolute;
    width: 100%;
    height: 50%;
    content: "";
    top: 0;
    left: 0;
    border-radius: 15px 15px 0 0;
    z-index: -1
}

.col-column:nth-child(2)::after,
.col-column:nth-child(4)::after,
.col-column:nth-child(6)::after,
.web-development-company-page-wrapper .col-column:nth-child(2)::after,
.web-development-company-page-wrapper .col-column:nth-child(4)::after,
.web-development-company-page-wrapper .col-column:nth-child(6)::after,
.web-development-company-page-wrapper .col-column:nth-child(8)::after {
    position: absolute;
    width: 100%;
    height: 50%;
    content: "";
    bottom: 0;
    left: 0;
    border-radius: 0 0 15px 15px;
    z-index: -1
}

.col-column:first-child::after {
    background: linear-gradient(108deg, #f1741f 0, #f9a11b 100%)
}

.col-column:nth-child(2)::after {
    background: linear-gradient(108deg, #f9a11b 0, #fed503 100%)
}

.col-column:nth-child(3)::after {
    background: linear-gradient(108deg, #fdcc07 0, #82c340 100%)
}

.col-column:nth-child(4)::after {
    background: linear-gradient(108deg, #83c340 0, #56bb02 100%)
}

.col-column:nth-child(5)::after {
    background: linear-gradient(108deg, #5fbd0e 0, #47cda7 100%)
}

.col-column:nth-child(6)::after {
    background: linear-gradient(108deg, #48cda6 0, #53bcff 100%)
}

.col-column:nth-child(7)::after {
    background: linear-gradient(108deg, #65cbff 0, #0079ff 100%)
}

.development-row .col-column:nth-child(2) {
    margin-left: -4px
}

.development-row .col-column:nth-child(3) {
    margin-left: -8px
}

.development-row .col-column:nth-child(4) {
    margin-left: -12px
}

.development-row .col-column:nth-child(5) {
    margin-left: -16px
}

.development-row .col-column:nth-child(6) {
    margin-left: -20px
}

.development-row .col-column:nth-child(7) {
    margin-left: -24px
}

.development-row .col-column:nth-child(7)::before {
    background: #017aff;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -3px;
    content: "";
    border-radius: 50%;
    z-index: 2
}

.single-cycle-box {
    z-index: 1;
    border-radius: 15px;
    padding: 15px;
    border: 9px solid var(--bs-white);
    box-shadow: 1px 1px 9px -2px #b2afaf
}

.inner-cycle {
    padding: 6px;
    border-radius: 15px
}

.type-icon {
    width: 87px;
    height: 87px;
    margin: 0 auto 35px;
    position: relative;
    z-index: 1;
    transition: .3s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.type-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1
}

.col-column:first-child .type-icon::before {
    background: #fff2e4
}

.col-column:nth-child(2) .type-icon::before {
    background: #fdf5ce
}

.col-column:nth-child(3) .type-icon::before {
    background: #e9ffc0
}

.col-column:nth-child(4) .type-icon::before {
    background: #f7ffc0
}

.col-column:nth-child(5) .type-icon::before {
    background: #dcffef
}

.col-column:nth-child(6) .type-icon::before {
    background: #dcfcff
}

.col-column:nth-child(7) .type-icon::before,
.web-development-company-page-wrapper .col-column:nth-child(8) .type-icon::before {
    background: #dbeeff
}

.type-icon img {
    max-width: 80px;
    transform: translate(-10px, 15px);
    transition: .4s linear
}

.development-row [class*=col-]:nth-child(2) .type-icon img {
    transform: translate(20px, 15px)
}

.development-row [class*=col-]:nth-child(3) .type-icon img {
    transform: translate(20px, -20px)
}

.development-row [class*=col-]:nth-child(4) .type-icon img {
    transform: translate(-30px, 18px)
}

.col-column:hover .type-icon img {
    transform: translate(0) !important;
    max-width: 60px
}

.col-column:first-child .type-process-heading {
    color: #f4831e
}

.col-column:nth-child(2) .type-process-heading {
    color: #fcc10c
}

.col-column:nth-child(3) .type-process-heading {
    color: #cec91d
}

.col-column:nth-child(4) .type-process-heading {
    color: #499209
}

.col-column:nth-child(5) .type-process-heading {
    color: #26a775
}

.col-column:nth-child(6) .type-process-heading {
    color: #31a2da
}

.col-column:nth-child(7) .type-process-heading {
    color: #1257d4
}

.develop-form-fild .budget-title,
.development-portfolio-section .col-lg-6 {
    padding: 0
}

.portfolio-tabs .tabs {
    display: grid;
    grid-template-columns: 50% 50%;
    overflow: hidden;
    padding: 0
}

.portfolio-tabs .tap-links {
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    padding: 40px;
    transition: .5s ease-in-out;
    z-index: 0;
    cursor: pointer
}

.crm-software-page-wrapper ul.tabs li.current,
.ecommerce-software-development-page-wrapper ul.tabs li.current,
.portfolio-tabs .tap-links:first-child,
.portfolio-tabs .tap-links:nth-child(4) {
    background: #ededed;
    color: #222
}

.portfolio-tabs .tap-links.active {
    transform: scale(1.05);
    box-shadow: 0 16px 40px rgba(32, 33, 36, .1);
    background: var(--bs-white);
    z-index: 1
}

.tp-image img {
    margin-bottom: 20px
}

.portfolio-image .tab-content {
    padding: 0;
    display: none;
    background: #ededed
}

.crm-software-page-wrapper .tab-content.current,
.ecommerce-software-development-page-wrapper .tab-content.current,
.tab-content.current {
    display: inherit
}

.banner-content-wrapper.h-100,
.ecommerce-software-development-page-wrapper .swiper-container.testimonial,
.grocery-software-page-wrapper .h-100,
.portfolio-image {
    height: 100%
}

.portfolio-details img {
    width: 100%;
    transition: 1s;
    height: 100%;
    object-position: top
}

.dot {
    cursor: pointer
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.custom-development-section,
.feq-section {
    box-shadow: 0 15px 30px rgba(66, 66, 66, .04)
}

.backend-development::before,
.frontend-development::before {
    background: #ff6f04;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    border-radius: 5px
}

.backend-development::after,
.frontend-development::after {
    background: #ff6f04;
    height: 2px;
    content: "";
    position: absolute
}

.dev-technology-img::before {
    background: 0 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transform: rotate(45deg);
    border-radius: 28px;
    border: 2px solid #ff6f04
}

.dev-technology-img {
    width: 143px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 1px 4px 9px 5px rgba(232, 232, 232, .47);
    border-radius: 28px;
    background: var(--bs-white)
}

.backend-development .dev-technology-img::after,
.frontend-development .dev-technology-img::after {
    background: #ff6f04;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    z-index: -1;
    transform: rotate(45deg);
    border-radius: 50%
}

.dev_position-content {
    margin-top: 59px
}

.backend-development .dev_position-content {
    margin-left: auto
}

.all-technology ul {
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9
}

.all-technology li {
    width: 48px;
    border: 1px solid #d9d9d9;
    padding: 5px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 5px
}

.alter3-features .animation {
    z-index: -1
}

.alter3-features .shape-ring-1 .animation {
    border-radius: 50%;
    border: 5px solid #edf4f8;
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0
}

.alter3-features .shape-ring-2 .animation {
    border-radius: 50%;
    border: 1px solid #d3d4d5;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0
}

.alter3-features .shape-ring .animation {
    border-style: dashed
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0) translate(-165px) rotate(0);
        transform: rotate(0) translate(-165px) rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-165px) rotate(-360deg);
        transform: rotate(360deg) translate(-165px) rotate(-360deg)
    }
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.animation--clockwise {
    -webkit-animation: 30s linear infinite clockwise;
    animation: 30s linear infinite clockwise
}

.animation--rotating {
    -webkit-animation: 15s linear infinite rotating;
    animation: 15s linear infinite rotating
}

.alter3-header .animation-shape.shape-triangle div:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%)
}

.alter3-header .animation-shape.shape-triangle div:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%)
}

.better-devlopment-section {
    padding: 110px 0 50px
}

.dev_card-img1 {
    top: -53px;
    left: 45px;
    animation: 15s linear infinite rotate2;
    z-index: 2
}

.dev_card-img2 {
    bottom: -57%;
    right: -24px;
    z-index: 2
}

.dev_card-img3 {
    top: -11%;
    right: 0;
    z-index: -1
}

.dev_card-img4 {
    top: 19%;
    right: 20px;
    z-index: -1
}

.dev_card-img5 {
    top: 43%;
    right: 19%;
    animation: 5s infinite alternate forwards tptranslateX2;
    z-index: 2
}

.circle-img,
.pwa-bg {
    position: absolute;
    right: 0
}

.tp-card-main-img img {
    border-radius: 30px;
    z-index: 1;
    width: auto;
    height: auto
}

@keyframes tptranslateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    100% {
        -webkit-transform: translatXY(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.pwa-bg {
    top: 0;
    z-index: -1
}

.pwa-rendering-section .col-xxl-6:first-child {
    order: 1
}

.pwa-rendering-section .col-xxl-6:last-child {
    order: 0
}

.app-image {
    animation: 5s linear infinite moveBounce;
    top: -24px
}

.circle-img {
    left: 0;
    top: 20px;
    z-index: -1;
    margin: 0 auto
}

.circle-img img {
    animation: 15s linear infinite rotating
}

@keyframes moveBounce {

    0%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(20px)
    }
}

.web-technology-section {
    padding-bottom: 0
}

.web-technology-slider {
    padding: 30px 15px 15px
}

.web-technology-info {
    text-align: center;
    width: 95%;
    transition: .5s ease-in-out
}

.web-technology-logo {
    background: var(--bs-white);
    border-radius: 50%;
    box-shadow: 3px 4px 7px 0 #0000009c
}

.web-technology-logo::after {
    position: absolute;
    right: 0;
    content: "";
    z-index: -1;
    border-radius: 50%;
    border: 5px solid var(--bs-white)
}

.dotnet-technology .web-technology-logo::after {
    background: #0a74d1
}

.php-technology .web-technology-logo::after {
    background: #7377ad
}

.python-technology .web-technology-logo::after {
    background: #feb800
}

.nodejs-technology .web-technology-logo::after {
    background: #509840
}

.angular-technology .web-technology-logo::after {
    background: #ce022d
}

.java-technology .web-technology-logo::after {
    background: #229ad4
}

.web-technology-logo img {
    width: 50px
}

.web-technology-content {
    box-shadow: 1px 3px 9px 0 #f0eded;
    border-radius: 19px;
    border-top: 10px solid;
    transition: .5s ease-in-out;
    position: relative;
    text-align: left
}

.web-technology-head:hover .web-technology-content {
    background: var(--bs-gray-dark-bg);
    box-shadow: none
}

.dotnet-technology .web-technology-content {
    border-color: #0465bb
}

.php-technology .web-technology-content {
    border-color: #3e4279
}

.python-technology .web-technology-content {
    border-color: #e1ae14
}

.nodejs-technology .web-technology-content {
    border-color: #1b600d
}

.angular-technology .web-technology-content {
    border-color: #a90825
}

.java-technology .web-technology-content {
    border-color: #0778bd
}

.web-technology-content p {
    margin: 0 0 20px
}

.web-technology-footer ul {
    padding: 7px 0
}

.web-technology-footer li {
    display: inline-block;
    color: var(--bs-black);
    font-weight: 400;
    border: 1px solid #dbdbea;
    border-radius: 25px;
    padding: 2px 10px;
    margin-bottom: 5px;
    font-size: 11px;
    background: #f1f1ff
}

.web-technology-footer li:last-child {
    margin-right: 0
}

.dotnet-technology .hire-developer-btn {
    background: #096ec7
}

.php-technology .hire-developer-btn {
    background: #777bb3
}

.python-technology .hire-developer-btn {
    background: #f9b400
}

.nodejs-technology .hire-developer-btn {
    background: #539e43
}

.angular-technology .hire-developer-btn {
    background: #dd0330
}

.java-technology .hire-developer-btn {
    background: #2196cf
}

.hire-developer-btn::after {
    content: "\ea40";
    font-family: EzulixIcon;
    position: absolute;
    margin-left: 21px;
    animation: 3s ease-in-out infinite move_horizontal
}

.web-technology-section .swiper-container {
    padding-bottom: 54px
}

.swiper-button-next.webslider-arrow,
.swiper-button-prev.webslider-arrow {
    top: auto;
    background-image: none;
    margin: 0 auto
}

.web-technology-section .swiper-button-prev {
    left: 50%
}

.web-technology-section .swiper-button-next {
    right: 50%
}

.development-feqs .feqs-label-title {
    border: 1px solid #dbdbdb;
    font-size: 18px;
    box-shadow: 0 5px 7px -6px var(--bs-shadow)
}

.single-development-feqs {
    margin-bottom: 30px
}

.development-feqs input:checked+.feqs-label-title {
    box-shadow: 0 5px 8px -5px var(--bs-shadow)
}

.development-feqs input:checked~.feqs-content {
    line-height: 1.42857143;
    background: var(--bs-white);
    color: #2b2b2b;
    font-size: 18px
}

.development-form-details {
    box-shadow: 0 15px 30px rgba(61, 90, 125, .08);
    border-radius: 20px;
    border: 1px solid #f2f0f0;
    padding: 30px;
    margin-top: 60px
}

.develop-label {
    font-size: 14px;
    color: #6f6f6f
}

.develop-form-fild input,
.develop-form-fild select,
.develop-form-fild textarea {
    border-radius: 6px
}

.develop-form-fild .contery-fleg {
    top: 35px ;
}

.develop-form-fild .phone_number {
    padding-left: 137px
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
textarea[type=message] {
    font-weight: 350
}

.shape-one,
.shape-two {
    position: absolute
}

.shape-one {
    bottom: 0;
    right: aut
}

.shape-two {
    right: 0;
    top: 0
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.ribbonRotate {
    -webkit-animation-name: ribbonRotate;
    animation-name: ribbonRotate;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes ribbonRotate {

    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25%,
    75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
}

@-webkit-keyframes float-bob-x {

    0%,
    100% {
        transform: translateX(-30px)
    }

    50% {
        transform: translateX(-10px)
    }
}

@keyframes float-bob-x {

    0%,
    100% {
        transform: translateX(-30px)
    }

    50% {
        transform: translateX(-10px)
    }
}

@keyframes rotate2 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate3 {
    from {
        transform: rotateZ(0)
    }

    to {
        transform: rotateZ(360deg)
    }
}

@keyframes circle-animation {

    0%,
    100% {
        right: 0
    }

    50% {
        right: 100%
    }
}

@media only screen and (max-width:419px) {
    .portfolio-tabs .tap-links {
        padding: 10px
    }

    .tp-image img {
        width: 50px
    }

    .portfolio-details img {
        position: relative;
        object-fit: cover;
        height: 100%
    }

    .alter3-features {
        display: none
    }
}

@media only screen and (min-width:420px) {
    .portfolio-tabs .tap-links {
        padding: 40px 15px
    }

    .tp-image img {
        width: 70px
    }

    .portfolio-details img {
        position: relative;
        object-fit: cover;
        height: 100%
    }

    .alter3-features .shape-ring-1 .animation {
        height: 250px;
        width: 250px;
        bottom: -23px
    }

    .alter3-features .shape-ring-2 .animation {
        height: 200px;
        width: 200px;
        bottom: 0
    }

    .tp-payment-method__wrapper {
        padding-bottom: 220px
    }
}

@media only screen and (max-width:479px) {
    .tp-payment-method__main-circle {
        left: -50px
    }

    .tp-payment-method__main-img {
        width: 50px;
        height: 50px;
        right: -50px
    }

    .custom-technology-1,
    .custom-technology-11,
    .custom-technology-13,
    .custom-technology-14,
    .custom-technology-15,
    .custom-technology-16,
    .custom-technology-2,
    .custom-technology-4,
    .custom-technology-6,
    .custom-technology-7,
    .custom-technology-8,
    .custom-technology-9 {
        display: none
    }

    .single-technology {
        width: 180px
    }

    .custom-technology-3 {
        left: -35%;
        transform: translate(-50%) rotate(45deg)
    }

    .custom-technology-5 {
        left: -35%;
        transform: translate(-50%) rotate(-45deg)
    }

    .custom-technology-10 {
        left: -35%;
        transform: translate(-50%) rotate(134deg);
        top: 50%
    }

    .custom-technology-12 {
        left: -35%;
        transform: translate(-50%) rotate(226deg)
    }

    .single-technology span {
        width: 50px;
        height: 50px
    }

    .single-technology img {
        width: 36px
    }

    .single-technology p {
        font-size: 11px
    }
}

@media only screen and (min-width:480px) {
    .tp-payment-method__wrapper {
        padding-top: 180px;
        left: -50px
    }

    .tp-payment-method__main-img {
        width: 50px;
        height: 50px;
        right: -46px
    }

    .single-technology {
        width: 180px
    }

    .custom-technology-1 {
        left: -35%;
        transform: translate(-50%) rotate(-22deg)
    }

    .custom-technology-2 {
        left: -35%;
        transform: translate(-50%) rotate(-67deg)
    }

    .custom-technology-3 {
        left: -35%;
        transform: translate(-50%) rotate(-45deg)
    }

    .custom-technology-4 {
        left: -35%;
        transform: translate(-50%) rotate(0deg)
    }

    .custom-technology-5 {
        left: -35%;
        transform: translate(-50%) rotate(23deg)
    }

    .custom-technology-6 {
        left: -35%;
        transform: translate(-50%) rotate(45deg)
    }

    .custom-technology-7 {
        left: -35%;
        transform: translate(-50%) rotate(67deg)
    }

    .custom-technology-8 {
        left: -35%;
        transform: translate(-50%) rotate(90deg)
    }

    .custom-technology-9 {
        left: -35%;
        transform: translate(-50%) rotate(113deg)
    }

    .custom-technology-10 {
        left: -30%;
        transform: translate(-50%) rotate(133deg);
        top: 49%
    }

    .custom-technology-11 {
        left: -35%;
        transform: translate(-50%) rotate(157deg)
    }

    .custom-technology-12 {
        left: -35%;
        transform: translate(-50%) rotate(180deg)
    }

    .custom-technology-13 {
        left: -35%;
        transform: translate(-50%) rotate(202deg)
    }

    .custom-technology-14 {
        left: -35%;
        transform: translate(-50%) rotate(224deg)
    }

    .custom-technology-15 {
        left: -35%;
        transform: translate(-50%) rotate(247deg)
    }

    .ingle-technology span,
    .single-technology span {
        width: 50px;
        height: 50px
    }

    .custom-technology-15 span {
        transform: translateY(-50%) rotate(-250deg)
    }

    .custom-technology-16 {
        left: -35%;
        transform: translate(-50%) rotate(270deg)
    }

    .single-technology img {
        width: 36px
    }

    .custom-technology-11 img,
    .custom-technology-16 img {
        width: 28px
    }

    .custom-technology-16 span {
        transform: translateY(-50%) rotate(-270deg)
    }

    .single-technology p {
        font-size: 12px
    }
}

@media only screen and (min-width:576px) {
    .tp-payment-method__wrapper {
        padding-top: 225px;
        left: -60px
    }

    .tp-payment-method__main-img {
        width: 60px;
        height: 60px;
        right: -60px
    }

    .single-technology {
        width: 225px
    }

    .single-technology span {
        width: 75px;
        height: 75px
    }

    .alter3-features .shape-ring-1 .animation {
        height: 280px;
        width: 280px;
        bottom: -25px
    }

    .alter3-features .shape-ring-2 .animation {
        height: 220px;
        width: 220px;
        bottom: 7px
    }

    .development-form-details {
        padding: 30px 58px 20px
    }
}

@media only screen and (max-width:767px) {

    .better-devlopment-section,
    .pwa-rendering-section {
        box-shadow: 0 15px 30px rgba(66, 66, 66, .04)
    }

    .better-devlopment-section .col-xl-6:last-child {
        padding-top: 158px
    }

    .web-technology-logo {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: 0 auto
    }

    .web-technology-logo::after {
        width: 105px;
        height: 105px;
        top: -12px;
        left: 0;
        margin: 0 auto
    }

    .web-technology-content {
        padding: 94px 20px 20px;
        margin-top: -102px
    }

    .web-technology-name {
        padding-top: 18px
    }

    .web-technology-content p {
        font-size: 14px
    }

    .hire-developer-btn {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 10px 15px;
        border-radius: 10px;
        position: relative;
        bottom: -35px;
        color: var(--bs-white)
    }

    .web-technology-info:hover .hire-developer-btn {
        background: var(--bs-black)
    }
}

@media only screen and (min-width:768px) {
    .tp-payment-method__wrapper {
        padding-top: 250px;
        left: -60px
    }

    .tp-payment-method__main-img {
        width: 80px;
        height: 80px;
        right: -55px
    }

    .single-technology {
        width: 250px
    }

    .custom-technology-1 {
        left: -35%;
        transform: translate(-50%) rotate(-22deg)
    }

    .custom-technology-2 {
        left: -35%;
        transform: translate(-50%) rotate(-67deg)
    }

    .custom-technology-3 {
        left: -35%;
        transform: translate(-50%) rotate(-45deg)
    }

    .custom-technology-4 {
        left: -35%;
        transform: translate(-50%) rotate(0deg)
    }

    .custom-technology-5 {
        left: -35%;
        transform: translate(-50%) rotate(23deg)
    }

    .custom-technology-6 {
        left: -35%;
        transform: translate(-50%) rotate(45deg)
    }

    .custom-technology-7 {
        left: -35%;
        transform: translate(-50%) rotate(67deg)
    }

    .custom-technology-8 {
        left: -35%;
        transform: translate(-50%) rotate(90deg)
    }

    .custom-technology-9 {
        left: -35%;
        transform: translate(-50%) rotate(113deg)
    }

    .custom-technology-10 {
        left: -30%;
        transform: translate(-50%) rotate(133deg);
        top: 49%
    }

    .custom-technology-11 {
        left: -35%;
        transform: translate(-50%) rotate(157deg)
    }

    .custom-technology-12 {
        left: -35%;
        transform: translate(-50%) rotate(180deg)
    }

    .custom-technology-13 {
        left: -35%;
        transform: translate(-50%) rotate(202deg)
    }

    .custom-technology-14 {
        left: -35%;
        transform: translate(-50%) rotate(224deg)
    }

    .custom-technology-15 {
        left: -35%;
        transform: translate(-50%) rotate(247deg)
    }

    .custom-technology-15 span {
        transform: translateY(-50%) rotate(-250deg)
    }

    .custom-technology-16 {
        left: -35%;
        transform: translate(-50%) rotate(270deg)
    }

    .single-technology img {
        width: 36px
    }

    .custom-technology-11 img,
    .custom-technology-16 img {
        width: 28px
    }

    .custom-technology-16 span {
        transform: translateY(-50%) rotate(-270deg)
    }

    .single-technology span {
        width: 70px;
        height: 70px
    }

    .single-technology p {
        font-size: 15px
    }

    .alter3-features .shape-ring-1 .animation {
        height: 320px;
        width: 320px;
        bottom: 0
    }

    .alter3-features .shape-ring-2 .animation {
        height: 250px;
        width: 250px;
        bottom: 38px
    }

    .pwa-rendering-section {
        box-shadow: 0 15px 30px rgba(66, 66, 66, .04)
    }

    .backend-development::after,
    .frontend-development::after {
        width: 29%
    }

    .better-devlopment-section .col-xl-6:last-child {
        padding-top: 158px
    }

    .web-technology-logo {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: 0
    }

    .web-technology-logo::after {
        width: 105px;
        height: 105px;
        top: -12px;
        left: -12px;
        margin: 0
    }

    .web-technology-content {
        padding: 27px 20px 5px 60px;
        margin-top: -69px;
        margin-left: 35px
    }

    .web-technology-name p {
        margin: 0;
        padding: 7px 27px 6px 79px;
        border-radius: 0 15px 15px 0;
        color: var(--bs-white);
        position: relative;
        left: -42px;
        z-index: -1;
        top: -7px
    }

    .dotnet-technology .web-technology-name p {
        background: linear-gradient(108deg, #096ec7 0, #0465bb 100%)
    }

    .php-technology .web-technology-name p {
        background: linear-gradient(108deg, #777bb3 0, #3e4279 100%)
    }

    .python-technology .web-technology-name p {
        background: linear-gradient(108deg, #f9b400 0, #e1ae14 100%)
    }

    .nodejs-technology .web-technology-name p {
        background: linear-gradient(108deg, #539e43 0, #1b600d 100%)
    }

    .angular-technology .web-technology-name p {
        background: linear-gradient(108deg, #dd0330 0, #a90825 100%)
    }

    .java-technology .web-technology-name p {
        background: linear-gradient(108deg, #2196cf 0, #0778bd 100%)
    }

    .web-technology-content p {
        font-size: 14px
    }

    .hire-developer-btn {
        display: block;
        color: var(--bs-white);
        border-radius: 21px 0 0;
        position: absolute;
        transition: .5s ease-in-out;
        font-size: 0;
        text-align: left;
        width: 200px;
        left: -91px;
        bottom: 77px
    }

    .web-technology-info:hover .hire-developer-btn {
        background: var(--bs-black);
        opacity: 1;
        height: auto;
        font-size: 18px
    }

    .swiper-slide-next .hire-developer-btn {
        opacity: 1;
        height: auto;
        font-size: 18px
    }

    .hire-developer-btn,
    .swiper-slide-next .hire-developer-btn,
    .web-technology-info:hover .hire-developer-btn {
        transform: rotateZ(270deg)
    }

    .swiper-slide-next .hire-developer-btn,
    .web-technology-info:hover .hire-developer-btn {
        width: 200px;
        padding: 10px 10px 10px 15px
    }
}

@media only screen and (max-width:991px) {
    .frontend-development.position-relative {
        padding-bottom: 50px
    }

    

    .backend-development::before,
    .frontend-development::before {
        top: 195px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .backend-development::after,
    .frontend-development::after {
        width: 2px;
        height: 50px;
        top: 155px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .backend-development .dev-technology-img::after,
    .frontend-development .dev-technology-img::after {
        left: 0;
        right: 0;
        top: 154px;
        margin: 0 auto
    }

    .crm-software-page-wrapper .page-banner:after {
        background: #180a00
    }
}

@media only screen and (min-width:992px) {

    .portfolio-details img,
    .shape-center img {
        position: absolute
    }

    .tp-payment-method__wrapper {
        padding-top: 200px;
        left: -15px
    }

    .tp-payment-method__main-img {
        width: 100px;
        height: 100px;
        right: -6px
    }

    .single-technology img {
        width: auto
    }

    .custom-technology-1 {
        left: -166%;
        transform: translate(-50%) rotate(-9deg);
        width: 454px
    }

    .custom-technology-1 span,
    .custom-technology-10 span,
    .custom-technology-11 span,
    .custom-technology-12 span,
    .custom-technology-13 span,
    .custom-technology-14 span,
    .custom-technology-15 span,
    .custom-technology-16 span,
    .custom-technology-2 span,
    .custom-technology-3 span,
    .custom-technology-4 span,
    .custom-technology-5 span,
    .custom-technology-6 span,
    .custom-technology-7 span,
    .custom-technology-8 span,
    .custom-technology-9 span {
        width: 100px;
        height: 100px
    }

    .custom-technology-2 {
        left: -50%;
        transform: translate(-50%) rotate(-49deg);
        width: 219px
    }

    .custom-technology-2 img,
    .custom-technology-5 img {
        width: 52px
    }

    .custom-technology-3 {
        left: -138%;
        transform: translate(-50%) rotate(-25deg);
        width: 395px
    }

    .custom-technology-3 img {
        width: 48px
    }

    .custom-technology-4 {
        transform: translate(-50%) rotate(0);
        left: -100%;
        width: 314px
    }

    .custom-technology-4 img {
        width: 38px
    }

    .custom-technology-13 span,
    .custom-technology-4 span,
    .custom-technology-7 span,
    .custom-technology-9 span {
        width: 70px;
        height: 70px
    }

    .custom-technology-5 {
        transform: translate(-50%) rotate(15deg);
        width: 448px;
        left: -166%
    }

    .custom-technology-6 {
        transform: translate(-50%) rotate(35deg);
        left: -119%;
        width: 350px
    }

    .custom-technology-7 {
        left: -43%;
        transform: translate(-50%) rotate(54deg);
        width: 202px
    }

    .custom-technology-7 img {
        width: 55px
    }

    .custom-technology-8 {
        left: -41%;
        transform: translate(-50%) rotate(125deg);
        width: 203px
    }

    .custom-technology-9 {
        left: -130%;
        top: 50%;
        transform: translate(-50%) rotate(150deg);
        width: 380px
    }

    .custom-technology-9 img {
        max-width: 32px
    }

    .custom-technology-10 {
        left: -173%;
        top: 49%;
        transform: translate(-50%) rotate(159deg);
        width: 469px
    }

    .custom-technology-10 img {
        width: 40px
    }

    .custom-technology-10 span {
        width: 60px;
        height: 60px
    }

    .custom-technology-11 {
        left: -118%;
        transform: translate(-50%) rotate(169deg);
        width: 350px
    }

    .custom-technology-11 span {
        width: 80px;
        height: 80px
    }

    .custom-technology-12 {
        width: 434px;
        left: -158%;
        transform: translate(-50%) rotate(180deg)
    }

    .custom-technology-12 img {
        width: 53px
    }

    .custom-technology-13 {
        left: -97%;
        top: 52%;
        transform: translate(-50%) rotate(189deg);
        width: 327px
    }

    .custom-technology-13 img {
        width: 34px
    }

    .custom-technology-14 {
        width: 427px;
        left: -157%;
        transform: translate(-50%) rotate(198deg)
    }

    .custom-technology-15 {
        left: -126%;
        top: 50%;
        transform: translate(-50%) rotate(213deg);
        width: 370px
    }

    .custom-technology-15 span {
        transform: translateY(-50%) rotate(-211deg)
    }

    .custom-technology-16 {
        left: -26%;
        top: 50%;
        transform: translate(-50%) rotate(239deg);
        width: 170px
    }

    .custom-technology-16 span {
        transform: translateY(-50%) rotate(-238deg)
    }

    .single-technology p {
        font-size: 16px
    }

    .webdevelopment-breadcumb.breadcumb-section .container {
        top: -40px
    }

    .technology-list {
        max-width: 86%
    }

    .tp-image img {
        width: 70px
    }

    .alter3-features .shape-ring-1 .animation {
        height: 420px;
        width: 420px
    }

    .alter3-features .shape-ring-2 .animation {
        height: 335px;
        width: 335px
    }

    .dev_position-content {
        margin-top: 59px;
        width: 94%
    }

    .backend-development .dev-technology-img::after,
    .backend-development::before,
    .frontend-development .dev-technology-img::after,
    .frontend-development::before {
        top: 65px
    }

    .frontend-development::after,
    .frontend-development::before {
        right: 30px
    }

    .backend-development::before {
        left: 23px
    }

    .backend-development::after,
    .frontend-development::after {
        width: 26%;
        top: 68px
    }

    .backend-development::after {
        left: 30px
    }

    .frontend-development .dev-technology-img::after {
        right: -20px
    }

    .backend-development .dev-technology-img::after {
        left: -20px
    }

    .shape-center::after,
    .shape-center::before {
        width: 155px;
        height: 64px;
        content: "";
        position: absolute;
        z-index: -1;
        top: 38px;
        border-radius: 49px;
        border: 2px solid #ff6f04
    }

    .shape-center img {
        right: -33px;
        top: 44px;
        width: 49px;
        box-shadow: 1px 4px 9px 5px rgba(232, 232, 232, .86);
        border-radius: 50%
    }

    .shape-center::before {
        right: -86px;
        transform: rotate(-45deg)
    }

    .shape-center::after {
        right: -87px;
        transform: rotate(45deg)
    }

    .better-devlopment-section .col-xl-6:last-child {
        padding-top: 0
    }

    .pwa-rendering-section {
        box-shadow: none
    }

    .pwa-rendering-section .col-xxl-6:first-child {
        order: 0
    }

    .pwa-rendering-section .col-xxl-6:last-child {
        order: 1
    }

    .pwa-content {
        width: 95%
    }

    .lounch-img {
        right: -12px
    }

    .web-technology-footer {
        height: 86px
    }

    .development-form-details {
        margin-top: 0
    }

    .shape-one {
        top: 0;
        right: 12%
    }

    .shape-two {
        right: 22%;
        bottom: -94px;
        top: auto
    }
}

@media only screen and (min-width:1200px) {
    .webdevelopment-breadcumb.breadcumb-section .container {
        top: -30px
    }

    .custom-technology-5 {
        width: 494px;
        left: -196%
    }

    .custom-technology-11 {
        left: -133%;
        width: 394px
    }

    .custom-technology-12 {
        width: 510px;
        left: -194%;
        transform: translate(-50%) rotate(180deg)
    }

    .tp-image img {
        width: 120px
    }

    .alter3-features .shape-ring-1 .animation {
        height: 480px;
        width: 480px
    }

    .alter3-features .shape-ring-2 .animation {
        height: 400px;
        width: 400px
    }

    .backend-development::after,
    .frontend-development::after {
        width: 29%
    }

    .web-technology-logo {
        width: 80px;
        height: 80px;
        line-height: 80px
    }

    .web-technology-logo::after {
        width: 105px;
        height: 105px;
        top: -12px;
        left: -12px
    }

    .web-technology-content {
        padding: 27px 20px 5px 60px;
        margin-top: -69px;
        margin-left: 35px
    }

    .hire-developer-btn {
        width: 200px
    }

    .swiper-slide-next .hire-developer-btn,
    .web-technology-info:hover .hire-developer-btn {
        width: 200px;
        padding: 10px 10px 10px 40px
    }
}

@media only screen and (min-width:1600px) {

    .webdevelopment-banner-section .banner-content-wrapper,
    .webdevelopment-banner-section .service-banner {
        height: 696px
    }

    .webdevelopment-banner-section .service-banner {
        object-fit: unset
    }

    .webdevelopment-breadcumb.breadcumb-section .container {
        top: -60px
    }

    .lounch-img {
        right: 0
    }
}

@media only screen and (min-width:1400px) {
    .custom-technology-1 {
        left: -246%;
        transform: translate(-50%) rotate(-12deg);
        width: 610px
    }

    .custom-technology-4 {
        left: -162%;
        width: 430px
    }

    .custom-technology-5 {
        left: -228%;
        width: 570px
    }

    .custom-technology-10 {
        left: -240%;
        top: 51%;
        transform: translate(-50%) rotate(158deg);
        width: 600px
    }

    .custom-technology-12 {
        width: 620px;
        left: -257%
    }

    .custom-technology-14 {
        width: 521px;
        left: -202%
    }

    .technology-list {
        max-width: 70%
    }

    .tp-image img {
        width: 150px
    }

    .backend-development::after,
    .frontend-development::after {
        width: 32%
    }

    .web-technology-logo {
        width: 95px;
        height: 95px;
        line-height: 100px
    }

    .web-technology-logo::after {
        width: 120px;
        height: 120px;
        top: -12px;
        left: -12px
    }

    .web-technology-content {
        padding: 38px 20px 5px 60px;
        margin-top: -87px;
        margin-left: 47px
    }

    .web-technology-content p {
        font-size: 17px
    }

    .portfolio-tabs .tap-links {
        height: 357px
    }

    .pwa-content {
        width: 85%
    }
}

.service-banner-section.web-development-bg {
    background-image: url("../image/banners/web_development_banner.webp");
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
    height: 100%
}

.web-banner {
    margin-top: 140px
}

.web-banner h1 {
    margin-bottom: 15px
}

.web-banner p {
    line-height: 32px
}

.web-banner .inquiry-form {
    max-width: 330px;
    margin: 20px auto 100px;
    background-color: #0000009e;
    border: 2px solid #fff;
    padding: 10px 20px 20px;
    border-radius: 10px
}

.crm-software-page-wrapper .customized-crm .view-btn:hover,
.input-field .input-style {
    background-color: #fff;
    color: #000
}

.input-field,
.lms-page-wrapper .heading-style-line {
    position: relative
}

.input-field .input-style {
    border: 1px solid #fff
}

.web-btn-style {
    background: var(--bs-gradient-secondary);
    background-size: 200% auto;
    padding: 10px;
    border-radius: 9px;
    color: var(--bs-white);
    top: -2px;
    transition: .4s
}

.web-btn-style:hover {
    background-position: right center;
    color: #fff
}

.get-btn:hover {
    color: #fff
}

.crm-software-page-wrapper .swiper {
    width: 100%;
    height: auto
}

.crm-software-page-wrapper .swiper-wrapper {
    height: auto;
    padding-bottom: 10px
}

.crm-software-page-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.crm-software-page-wrapper .single-feqs-accordion,
.grocery-software-page-wrapper .single-feqs-accordion,
.helpdesk-software-page-wrapper .single-feqs-accordion,
.lms-page-wrapper .single-feqs-accordion {
    margin: 30px 0
}

.crm-software-page-wrapper .contact-form-details,
.lms-page-wrapper .contact-form-details {
    padding: 30px;
    box-shadow: 0 7px 15px rgb(0 0 0 / 16%);
    border-radius: 15px;
    max-width: 500px;
    background: #ffffff24;
    backdrop-filter: blur(5px);
    margin: auto
}

.crm-software-page-wrapper .contact-form-fild label,
.ecommerce-software-development-page-wrapper .contact-form-fild label,
.lms-page-wrapper .contact-form-fild label {
    color: #fff;
    font-size: 16px;
    font-weight: 350;
    padding-left: 19px
}

.crm-software-page-wrapper .banner-form .contact-form-fild label,
.ecommerce-software-development-page-wrapper .banner-form .contact-form-fild label,
.lms-page-wrapper .banner-form .contact-form-fild label {
    color: #fff;
    font-size: 18px;
    font-weight: 350;
    padding-left: 19px
}

.crm-software-page-wrapper .contact-form-fild {
    padding-bottom: 10px
}

.crm-software-page-wrapper .crm-banner {
    position: relative;
    background-image: url("../image/service-products/crm/crm-banner-bg.webp");
    background-position: center left;
    z-index: 1
}

.crm-software-page-wrapper .crm-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, #000, #00000087);
    opacity: 1
}

.crm-software-page-wrapper .rounded-30 {
    border-radius: 30px
}

.crm-software-page-wrapper .crm-feature-box {
    border-radius: 30px;
    border: 1px solid #ffe2ce;
    padding: 30px;
    background: linear-gradient(37deg, #ffe2cc, #fff7f3);
    margin-left: 0;
    margin-top: 20px;
    box-shadow: 5px 4px 8px #d7d6d5
}

.crm-software-page-wrapper .crm-service-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px
}

.crm-software-page-wrapper .smart-crm-bg {
    position: relative;
    z-index: 1;
    background-image: url("../image/service-products/crm/crm-software.webp");
    background-size: cover;
    background-position: center
}

.crm-software-page-wrapper .smart-crm-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
    z-index: -1;
    content: ""
}

.crm-software-page-wrapper .customized-crm {
    position: relative;
    z-index: 1;
    background-image: url("../image/service-products/crm/crm-bg.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.crm-software-page-wrapper .customized-crm::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: .85;
    content: ""
}

.crm-software-page-wrapper .customized-crm .view-btn {
    border-color: #fff
}

.crm-software-page-wrapper .swiper-slide {
    box-shadow: 0 2px 5px #ddd;
    border-radius: 15px;
    padding: 10px
}

.crm-software-page-wrapper .heading-block {
    padding: 10px 20px
}

.crm-software-page-wrapper .multi-left-icons {
    font-size: 30px;
    width: 67px;
    height: 67px;
    text-align: center
}

.crm-software-page-wrapper .block-content {
    box-shadow: 0 0 5px #ddd;
    border-radius: 0 0 10px 10px
}

.crm-software-page-wrapper .heading-area {
    padding-left: 25px;
    line-height: 30px
}

.crm-software-page-wrapper .crm-advantages {
    background: #f3f3f3;
    border-radius: 20px;
    padding: 25px
}

.crm-software-page-wrapper .industry-sec {
    background: #f3f3f3
}

.crm-software-page-wrapper .technology-tab .nav-tabs,
.ecommerce-software-development-page-wrapper .technology-tab .nav-tabs {
    justify-content: center;
    margin-bottom: 50px
}

.crm-software-page-wrapper .tech-items,
.ecommerce-software-development-page-wrapper .tech-items {
    margin: 4px;
    border: 1px solid var(--bs-gray-300);
    width: 100%
}

.crm-software-page-wrapper .left-api,
.ecommerce-software-development-page-wrapper .left-api {
    text-align: end
}

.crm-software-page-wrapper .iwt-icon,
.ecommerce-software-development-page-wrapper .iwt-icon {
    padding: 0 0 20px
}

.crm-software-page-wrapper .icon-with-title,
.ecommerce-software-development-page-wrapper .icon-with-title {
    border-radius: 6px;
    padding: 25px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-bottom: 4px solid transparent;
    transition: .4s;
    margin: 0 auto;
    align-items: center;
    align-content: center
}

.crm-software-page-wrapper .tech-items .tech-links,
.ecommerce-software-development-page-wrapper .tech-items .tech-links {
    color: var(--bs-black-rgb);
    padding: 10px 25px;
    cursor: pointer
}

.crm-software-page-wrapper .tech-items.active .tech-links,
.ecommerce-software-development-page-wrapper .tech-items.active .tech-links {
    background: var(--bs-white);
    color: var(--bs-primary-blue);
    border: none
}

.crm-software-page-wrapper .nav-tabs .nav-item.tech-items .nav-link.tech-links,
.ecommerce-software-development-page-wrapper .nav-tabs .nav-item.tech-items .nav-link.tech-links {
    border: none
}

.crm-software-page-wrapper .tech-links img,
.ecommerce-software-development-page-wrapper .tech-links img {
    width: 35px
}

.crm-software-page-wrapper .nav-tabs .nav-item.tech-items .nav-link.tech-links:hover,
.ecommerce-software-development-page-wrapper .nav-tabs .nav-item.tech-items .nav-link.tech-links:hover {
    color: var(--bs-orange)
}

.crm-software-page-wrapper .tech-items.active .tech-links img,
.ecommerce-software-development-page-wrapper .tech-items.active .tech-links img {
    filter: brightness(1)
}

.crm-software-page-wrapper .tech-items.active .nav-link.tech-links::after,
.ecommerce-software-development-page-wrapper .tech-items.active .nav-link.tech-links::after {
    background: var(--bs-primary-blue);
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    margin: 0 auto;
    left: 0;
    width: 91%
}

.crm-software-page-wrapper .tabs-content,
.ecommerce-software-development-page-wrapper .tabs-content {
    opacity: 0;
    display: none
}

.crm-software-page-wrapper .tabs-content.active,
.ecommerce-software-development-page-wrapper .tabs-content.active {
    opacity: 1;
    display: block
}

.crm-software-page-wrapper .technology_icons li,
.ecommerce-software-development-page-wrapper .technology_icons li {
    display: inline-block;
    padding: 10px
}

.crm-software-page-wrapper .technology_icons img,
.ecommerce-software-development-page-wrapper .technology_icons img {
    width: 85px;
    transition: .5s;
    box-shadow: 0 15px 20px 0 rgb(0 10 70/10%);
    padding: 10px;
    border-radius: 11px
}

.crm-software-page-wrapper .technology_icons img:hover,
.ecommerce-software-development-page-wrapper .technology_icons img:hover {
    transform: scale(1.1);
    box-shadow: none
}

.crm-software-page-wrapper ul.tabs,
.ecommerce-software-development-page-wrapper ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.crm-software-page-wrapper ul.tabs li,
.ecommerce-software-development-page-wrapper ul.tabs li {
    background: #1165f3;
    color: #fff;
    display: inline-block;
    padding: 10px 45px;
    cursor: pointer;
    margin: 10px;
    border-radius: 5px
}

.crm-software-page-wrapper .tab-content,
.ecommerce-software-development-page-wrapper .tab-content {
    display: none;
    padding: 15px;
    height: 100%;
    margin-top: 30px
}

.crm-software-page-wrapper .tech_icon,
.ecommerce-software-development-page-wrapper .tech_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.crm-software-page-wrapper .tech_icon figure,
.ecommerce-software-development-page-wrapper .tech_icon figure {
    background: #f0f8ff;
    border-radius: 15px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.crm-software-page-wrapper .tab,
.ecommerce-software-development-page-wrapper .tab {
    width: 100%;
    height: auto;
    margin: 0 auto
}

.crm-software-page-wrapper .tab-menu,
.ecommerce-software-development-page-wrapper .tab-menu {
    display: block;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    border: none;
    border-bottom: 1.3px solid #dbdbdb
}

.crm-software-page-wrapper .tab-menu,
.ecommerce-software-development-page-wrapper .tab-menu,
.tab-menu-link {
    height: auto;
    transition: .3s
}

.crm-software-page-wrapper .tab-menu-link,
.ecommerce-software-development-page-wrapper .tab-menu-link {
    position: relative;
    overflow: hidden;
    font-family: var(--secondary-titillium);
    font-size: 20px;
    font-weight: 400;
    line-height: inherit;
    cursor: pointer;
    width: calc(100% / 2);
    padding: 1rem 0;
    border: none;
    border-bottom: 2.5px solid transparent;
    color: #828282;
    background: #fff
}

.crm-software-page-wrapper .tab-menu-link:before,
.ecommerce-software-development-page-wrapper .tab-menu-link:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2
}

.crm-software-page-wrapper .tab-menu-link.is-active,
.ecommerce-software-development-page-wrapper .tab-menu-link.is-active {
    font-weight: 600;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    border-bottom: 2.5px solid #0087ff;
    color: #0087ff;
    background: #fff
}

.crm-software-page-wrapper .tab-bar,
.ecommerce-software-development-page-wrapper .tab-bar {
    padding: 10px 0 0;
    overflow: hidden;
    background: #fff;
    max-width: 1000px;
    margin: 0 auto
}

.crm-software-page-wrapper .tab-bar-content,
.ecommerce-software-development-page-wrapper .tab-bar-content {
    display: none;
    width: 100%;
    min-height: 10rem;
    transition: .3s
}

.crm-software-page-wrapper .tab-bar-content.is-active,
.ecommerce-software-development-page-wrapper .tab-bar-content.is-active,
.grocery-software-page-wrapper .tab-content.active {
    display: block
}

.crm-software-page-wrapper .technology_ui,
.ecommerce-software-development-page-wrapper .technology_ui {
    display: flex
}

.crm-software-page-wrapper .makesus-wrap,
.ecommerce-software-development-page-wrapper .makesus-wrap {
    padding: 15px;
    height: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 15px
}

.crm-software-page-wrapper .crm-team,
.ecommerce-software-development-page-wrapper .crm-team {
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 100%;
    padding: 20px
}

@media only screen and (min-width:992px) {

    .crm-software-page-wrapper .crm-feature-box,
    .ecommerce-software-development-page-wrapper .crm-feature-box {
        margin-left: -80px
    }

    .crm-software-page-wrapper .tab-menu,
    .ecommerce-software-development-page-wrapper .tab-menu {
        max-width: 80%;
        display: flex
    }

    .crm-software-page-wrapper .tab-menu-link,
    .ecommerce-software-development-page-wrapper .tab-menu-link {
        width: calc(100% / 5)
    }
}

.ecommerce-software-development-page-wrapper .contact-form-details {
    padding: 30px;
    box-shadow: 0 7px 15px rgb(0 0 0 / 16%);
    border-radius: 15px;
    max-width: 500px;
    margin: auto;
    background-color: #ffffff0f;
    border: 1px solid #ffffff0f
}

.ecommerce-software-development-page-wrapper .contact-form-fild,
.lms-page-wrapper .contact-form-fild {
    padding-bottom: 12px
}

@media only screen and (min-width:576px) {

    .crm-software-page-wrapper .tab-menu-link,
    .ecommerce-software-development-page-wrapper .tab-menu-link {
        width: calc(100% / 3)
    }
}

.ecommerce-software-development-page-wrapper .site-logo {
    width: 218.33px !important;
    margin-right: 50px
}

.ecommerce-software-development-page-wrapper .btn-theme {
    background: var(--theme-color1);
    color: #212121
}

.ecommerce-software-development-page-wrapper .c-container {
    margin: auto;
    width: 93%;
    position: relative;
    z-index: 1
}

.ecommerce-software-development-page-wrapper .btn-outline-white {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    background-image: none;
    border-width: 2px;
    border-color: #fff;
    font-weight: 500;
    -webkit-transition: .2s;
    transition: .2s
}

.ecommerce-software-development-page-wrapper .btn {
    border-radius: 5px;
    letter-spacing: .02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer
}

.ecommerce-software-development-page-wrapper .btn-outline-white:hover {
    background-color: #fff;
    color: var(--text-dark)
}

.ecommerce-software-development-page-wrapper .testimonial .name {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .04em;
    line-height: 35px;
    text-align: left
}

.ecommerce-software-development-page-wrapper .testimonial .designation {
    font-size: 14px;
    letter-spacing: .04em;
    text-align: left;
    color: #fff;
    opacity: .65
}

.ecommerce-software-development-page-wrapper .unt {
    margin-bottom: 20px;
    margin-top: 60px
}

.ecommerce-software-development-page-wrapper .hero-text {
    font-size: 30px;
    letter-spacing: .02em;
    color: #fff
}

.ecommerce-software-development-page-wrapper .gallery-thumbs {
    height: 65vh
}

.ecommerce-software-development-page-wrapper .gallery-thumbs .swiper-wrapper {
    align-items: center
}

.ecommerce-software-development-page-wrapper .gallery-thumbs .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px !important;
    height: 360px;
    position: relative
}

.ecommerce-software-development-page-wrapper .gallery-thumbs .swiper-slide img {
    filter: contrast(.5) blur(1px);
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.ecommerce-software-development-page-wrapper .gallery-thumbs .swiper-slide-active img {
    filter: contrast(1) blur(0px) !important;
    box-shadow: 0 0 16px #adadad
}

.ecommerce-software-development-page-wrapper .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.ecommerce-software-development-page-wrapper .flex-row .flex-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.ecommerce-software-development-page-wrapper .gallery-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ecommerce-software-development-page-wrapper .testimonial-section .quote {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px
}

.ecommerce-software-development-page-wrapper .testimonial-section .user-saying {
    background: linear-gradient(to right, #104397, #8b5cf6, #403baf);
    width: 60%;
    color: #fff;
    height: 65vh
}

.ecommerce-software-development-page-wrapper .testi-user-img {
    width: 40%;
    height: fit-content
}

.ecommerce-software-development-page-wrapper .testimonial-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: fit-content
}

.ecommerce-software-development-page-wrapper .testimonial-section .quote p {
    margin: 0;
    color: #fff
}

.ecommerce-software-development-page-wrapper .quote-icon {
    width: 38px;
    display: block;
    margin-bottom: 30px
}

@media only screen and (max-width:575px) {
    .ecommerce-software-development-page-wrapper .testimonial-section .user-saying {
        height: 70vh
    }

    .ecommerce-software-development-page-wrapper .testimonial-section .quote {
        padding-left: 10px;
        padding-right: 10px
    }
}

.grocery-software-page-wrapper .grocery-banner {
    background-image: url("../image/service-products/grocery/grocery-management.webp");
    background-size: cover;
    z-index: 1;
    overflow: hidden
}

.grocery-software-page-wrapper .grocery-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, #000000e0, #000000c7, transparent);
    opacity: 1
}

.grocery-software-page-wrapper .grocery-banner-software {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 48%
}

.grocery-software-page-wrapper .grocery-banner-software img {
    object-fit: cover
}

.grocery-software-page-wrapper .grocery-banner-list-icon {
    filter: invert(1)
}

.grocery-software-page-wrapper .grocery-bg2 {
    position: relative;
    z-index: 1;
    background-image: url("../image/service-products/grocery/grocery-bg.webp");
    background-size: cover;
    background-attachment: fixed
}

.grocery-software-page-wrapper .grocery-bg2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: .85
}

.grocery-software-page-wrapper .grocery-icon-box {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding: 20px;
    background-color: #f7eee7;
    margin: 20px auto
}

.grocery-software-page-wrapper .who-is-it-for {
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 10px #ddd;
    height: 100%
}

.grocery-software-page-wrapper .who-is-it-for figure {
    overflow: hidden
}

.grocery-software-page-wrapper .who-is-it-for figure img {
    transition: .4s
}

.grocery-software-page-wrapper .panel-feature-box {
    border: 1px solid #fbead3;
    border-radius: 20px;
    background: #faebd7;
    padding: 25px;
    height: 100%
}

.grocery-software-page-wrapper .ready-to-transform-bg {
    position: relative;
    z-index: 1;
    background-color: #000;
    background-image: url("../image/service-products/grocery/grocery-bg1.webp");
    background-attachment: fixed
}

.grocery-software-page-wrapper .ready-to-transform-bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
    z-index: -1
}

.grocery-software-page-wrapper .tab-wrapper {
    text-align: center;
    display: block;
    margin: auto
}

.grocery-software-page-wrapper .tabs {
    margin: auto;
    padding: 0;
    width: auto;
    border-radius: 5px;
    display: block;
    justify-content: space-between;
    background-color: #e9e9e9
}

.grocery-software-page-wrapper .tab-link {
    margin: 0;
    list-style: none;
    padding: 10px 40px;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    transition: .5s;
    letter-spacing: 1px
}

.grocery-software-page-wrapper .tab-link.active {
    background-color: #fb7614;
    color: #fff
}

.grocery-software-page-wrapper .content-wrapper {
    padding: 40px 0
}

.grocery-software-page-wrapper .tab-content {
    display: none;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: .5s forwards fadeIn
}

.grocery-software-page-wrapper .grocery-drive-revenue {
    background: linear-gradient(82deg, #cbe7ff, #f8f9e3)
}

.grocery-software-page-wrapper .text-orange-bg {
    background: #fc7714;
    color: #fff;
    padding: 10px;
    text-align: center
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none
    }
}

@media only screen and (min-width:768px) {
    .grocery-software-page-wrapper .grocery-banner ul {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 10px
    }

    .grocery-software-page-wrapper .tabs {
        width: 700px;
        margin: auto;
        display: flex;
        justify-content: space-between
    }
}

.helpdesk-software-page-wrapper .shadow-box,
.lms-page-wrapper .shadow-box {
    box-shadow: 0 0 8px #ddd;
    border-radius: 10px;
    height: 100%
}

.helpdesk-software-page-wrapper .shadow-box .shadowbox-inner figure {
    padding: 25px;
    border-radius: 50%;
    background: #faebd7
}

.helpdesk-software-page-wrapper .shadowbox-inner,
.lms-page-wrapper .shadowbox-inner {
    padding: 10px;
    border-radius: 50%;
    width: 130px;
    margin: 0 auto 15px;
    border: 1px solid #f58430;
    height: 130px
}

.helpdesk-software-page-wrapper .shadow-box .shadowbox-inner figure img,
.lms-page-wrapper .shadow-box figure img {
    filter: invert(0)
}

.helpdesk-software-page-wrapper .bg-lightblue {
    background-color: #faebd7
}

.helpdesk-software-page-wrapper .square-box {
    background-color: #faebd7;
    padding: 15px;
    height: 100px
}

.helpdesk-software-page-wrapper .square-box img {
    max-height: 100%
}

.helpdesk-software-page-wrapper .ai-powered-helpdesk-system,
.lms-page-wrapper .ai-powered-helpdesk-system {
    padding: 25px;
    border-radius: 25px;
    background: #faebd7;
    height: 100%
}

.helpdesk-software-page-wrapper .ai-solution-sec {
    position: relative;
    background: url("../image/service-products/helpdesk/ai-bg.webp") 0 0/cover fixed;
    z-index: 1
}

.helpdesk-software-page-wrapper .ai-solution-sec::after,
.lms-page-wrapper .ai-solution-sec::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: .8
}

.helpdesk-software-page-wrapper .key-feature-box {
    border: 1px solid #fe7109;
    border-left: 5px solid #fe7109;
    border-radius: 15px;
    height: 100%
}

.helpdesk-software-page-wrapper .radius-20,
.lms-page-wrapper .radius-20 {
    border-radius: 20px
}

.lms-page-wrapper .bg-lightblue {
    background-color: #f5f5f5
}

.lms-page-wrapper .ai-solution-sec {
    position: relative;
    background: url("../image/service-products/lms/lms-bg.webp") center center/cover;
    z-index: 1
}

.lms-page-wrapper .key-feature-box {
    border: 1px solid #e1e1e1;
    border-bottom: 5px solid #e7e7e7;
    border-radius: 15px;
    height: 100%;
    transition: .5s
}

.lms-page-wrapper .key-feature-box:hover {
    box-shadow: 0 0 8px #ddd;
    transform: translateY(-10px)
}

@media only screen and (max-width:991px) {

    .ecommerce-software-development-page-wrapper .page-banner:after,
    .lms-page-wrapper .page-banner:after {
        background: #180a00
    }

    .ecommerce-software-development-page-wrapper .testimonial-section {
        display: block
    }

    .ecommerce-software-development-page-wrapper .testi-user-img {
        width: 100% !important
    }

    .ecommerce-software-development-page-wrapper .testimonial-section .user-saying {
        width: 100%
    }
}

.lms-page-wrapper .title-orange {
    color: #fe6f05
}

.lms-page-wrapper .white-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
    border: 1px solid #e7e2e2
}

.lms-page-wrapper .training-feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ebebeb;
    padding: 15px
}

.lms-page-wrapper .h-180 {
    height: 180px
}

.lms-page-wrapper .heading-style-line::before {
    position: absolute;
    content: "";
    background-color: #f58430;
    width: 100px;
    height: 5px;
    left: 0;
    bottom: -10px;
    border-radius: 50px
}

.lms-page-wrapper .heading-style-line::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 7px;
    height: 5px;
    left: 20px;
    bottom: -10px
}

.lms-page-wrapper .cta-bg {
    background-color: #3d3dc5;
    background-image: url("../image/service-products/lms/background-shape.webp");
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #ffff
}

.lms-page-wrapper .lms-banner {
    background-image: url("../image/service-products/lms/lms-banner-bg.webp");
    z-index: 1;
    color: #fff
}

.lms-page-wrapper .lms-banner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000, #000000cf);
    opacity: .8;
    backdrop-filter: blur(10px);
    z-index: -1
}

.lms-page-wrapper .cta-bg .view-btn {
    background: #fff;
    border-radius: 7px;
    color: #000;
    border-color: #fff
}

@media only screen and (min-width:992px) {
    .lms-page-wrapper .order-lg-1 {
        order: 1
    }

    .lms-page-wrapper .order-lg-2 {
        order: 2
    }
}

.web-development-company-page-wrapper .text-gradient {
    background: linear-gradient(to right, #ff8a00 0, #dd4c4f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.web-development-company-page-wrapper .webdevelopment-banner-section {
    position: relative;
    background-image: url("../image/banners/website-development.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 center;
    padding: 160px 0 100px;
    z-index: 1;
 
}

.web-development-company-page-wrapper .webdevelopment-banner-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg, #000000eb, #00000070);
    z-index: -1
}

.web-development-company-page-wrapper .row.development-row {
    grid-template-columns: 345px 345px 345px 345px 345px 345px 345px 345px
}

.web-development-company-page-wrapper .col-column:nth-child(8)::after {
    background: linear-gradient(108deg, #087cfc 0, #8c4cda 100%)
}

.web-development-company-page-wrapper .col-column:nth-child(8) .type-process-heading {
    color: #8c4cda
}

.web-development-company-page-wrapper .development-row .col-column:nth-child(8) {
    margin-left: -28px
}

.web-development-company-page-wrapper .development-row .col-column:nth-child(8)::before {
    background: #8c4cda;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -3px;
    content: "";
    border-radius: 50%;
    z-index: 2
}

.web-development-company-page-wrapper .website_development_service {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px 10px;
    transition: .4s;
    height: 100%
}

.web-development-company-page-wrapper .website_development_service:hover {
    box-shadow: 7px 11px 10px 0 rgba(0, 0, 0, .13)
}

.web-development-company-page-wrapper .onshore_offshore {
    padding: 15px 26px;
    border: 1px solid #3a3a3a;
    border-radius: 8px;
    height: 100%
}

.web-development-company-page-wrapper .hire-section::before {
    z-index: -1;
    background: linear-gradient(90deg, var(--bs-black) 38%, #0000009e 100%, var(--bs-black) 100%)
}

@media only screen and (max-width:400px) {
    .web-development-company-page-wrapper .hire-btn {
        padding: 12px;
        font-size: 36px
    }
}