.tech-card,
.tech-card:hover {
    box-shadow: 0 0 10px #00000019
}

.web-dev-section .title-content span {
    color: #ff9800
}

.web-dev-section .title-content {
    text-align: start;
    line-height: 1.6
}

.web-dev-section .intro-btn a {
    background-image: linear-gradient(to right, #dc2424 0, #4a569d 51%, #dc2424 100%);
    margin: 10px;
    padding: 13px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 0 20px #eee;
    display: block;
    width: fit-content
}

.contact-btn span:first-child,
.contact-btn span:nth-child(2),
.contact-btn span:nth-child(3),
.contact-btn span:nth-child(4) {
    background: linear-gradient(to right, rgba(255, 255, 255, .6), #ffffff9c)
}

.web-dev-section .intro-btn a:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none
}

.banner-new-btn {
    background: linear-gradient(45deg, #023575, #da0e17);
    text-decoration: none;
    padding: 10px 15px;
    position: relative;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    display: inline-block;
    transition: background .3s;
    text-transform: uppercase
}

.banner-new-btn:hover {
    background: linear-gradient(45deg, #da0e17, #023575)
}

.animation-cloud-btn-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

.animation-cloud-part {
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    background: #0b2359;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 1.3s
}

.arrow,
.arrow-2 {
    top: 38%;
    cursor: pointer
}

.animation-cloud-part:first-child {
    left: 0;
    transition-delay: 0s
}

.animation-cloud-part:nth-child(2) {
    left: 30%;
    transition-delay: 80ms
}

.animation-cloud-part:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s
}

.animation-cloud-part:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s
}

.banner-new-btn:hover .animation-cloud-part {
    transform: translate3d(0, 0, 0) scale(1.7)
}

.cloud-button-content,
.hover-content {
    z-index: 10;
    position: relative;
    display: block;
    transition: transform .3s, color .3s
}

.hover-content {
    position: absolute;
    left: 0;
    width: 100%;
    transform: translateY(100%)
}

.banner-new-btn:hover .cloud-button-content {
    transform: translateY(-140%)
}

.banner-new-btn:hover .hover-content {
    transform: translateY(-100%);
    color: #fff
}

.pb-60 {
    padding-bottom: 60px
}

.pt-60 {
    padding-top: 60px
}

.tech-web-dev .section-title-wd {
    text-align: center;
    margin-bottom: 60px;
    width: 100%
}

.mCommerce .boxes li img,
.timeline-item,
.wd-section-cta .container,
.wd-section-hiring .wd-section-hiring-right,
.web-dev-section-content {
    position: relative
}

.web-dev-section-content .shape-wrapper .shape-tri-1 {
    position: absolute;
    left: -45px !important;
    top: -15px
}

.web-dev-section-content .shape-wrapper .shape-tri-2 {
    right: 0;
    position: absolute;
    animation: 5s linear infinite rotateme;
    bottom: 0
}

.web-dev-section-content .shape-wrapper .shape-tri-3 {
    right: 0;
    position: absolute;
    top: 0
}

.web-dev-section-content .shape-wrapper .shape-tri-4 {
    left: -80px;
    position: absolute;
    bottom: -30px
}

.web-dev-section-content .shape-wrapper .shape-tri-5 {
    position: absolute;
    opacity: .5;
    left: -75px;
    bottom: -40px
}

.arrow {
    position: absolute;
    right: 23%;
    transform: translate(-50%, -50%);
    transform: rotate(90deg)
}

.arrow-2 {
    position: absolute;
    left: 19%;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg)
}

.arrow span,
.arrow-2 span {
    display: block;
    width: 2vw;
    height: 2vw;
    border-bottom: 5px solid #ff9800;
    border-right: 5px solid #ff9800;
    transform: rotate(45deg);
    margin: -10px;
    animation: 2s infinite animate
}

.arrow span:nth-child(2) {
    animation-delay: -.2s
}

.arrow span:nth-child(3) {
    animation-delay: -.4s
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px)
    }
}

.css-masonry {
    column-count: 8;
    column-gap: 10px;
    background: #49d7ba;
    background: radial-gradient(circle, rgba(73, 215, 186, .9637758062126931) 2%, rgba(73, 215, 186, 0) 21%)
}

.tech-card {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    break-inside: avoid
}

.tech-card:hover .tech-item img {
    transform: translateY(-5px)
}

.tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.tech-item img {
    transition: transform .2s
}

.tech-card.size-1 {
    padding: 15px
}

.tech-card.size-2 {
    padding: 20px 10px
}

.tech-card.size-3 {
    padding: 30px 20px
}

.tech-card img {
    max-width: 50px;
    height: auto;
    margin-bottom: 8px
}

.tech-name {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase
}

.pb-0 {
    padding-bottom: 0
}

.pt-80 {
    padding-top: 80px
}

.section-sure .title-content {
    line-height: 1.6
}

.section-sure .title-content span {
    color: #da0e17
}

.section-sure .section-content-image img {
    width: 500px
}

.tagline {
    width: fit-content;
    padding: 5px 10px 5px 25px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #ba1425;
    position: relative
}

.tagline::before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #ba1425;
    position: absolute;
    bottom: 45%;
    left: 3px
}

.dotLinks li {
    font-size: 16px !important
}

.section-sure {
    position: relative;
    overflow: hidden
}

.section-sure .img-wrapper .shape-1 img {
    position: absolute;
    width: 127px;
    left: -60px;
    top: -26px;
    opacity: .6
}

.section-sure .img-wrapper .shape-2 img {
    position: absolute;
    animation: 20s linear infinite rotateme;
    right: -40px;
    top: 10px;
    overflow: hidden
}

@keyframes rotateme {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.web-dev-section {
    position: relative;
    background: #0b2359
}

.web-dev-section .web-dev-section-content .common_h4 {
    color: #fff;
    margin-bottom: 30px
}

.web-dev-section .web-dev-section-content .title-content {
    color: #fff
}

.web-dev-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .3;
    background: url("https://samar.dexignzone.com/django/demo/images/main-slider/slider4/background2.png");
    z-index: -1
}

.write-for-faq {
    padding: 60px 0;
    background-color: #f8f9fa
}

.write-for-faq .sub-title {
    font-size: 18px
}

.write-for-faq .faq-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-top: 20px
}

.write-for-faq .header-area {
    margin-bottom: 0
}

.mt-40,
.write-for-faq .faq {
    margin-top: 40px
}

.accordion-single {
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
    border-radius: 4px
}

.write-for-faq .accordion-btn {
    background-color: #fff;
    color: #333;
    padding: 15px 50px 15px 20px;
    font-size: 17px;
    font-weight: 500;
    border: none;
    text-align: left;
    width: 100%;
    position: relative
}

.contact-btn,
.write-for-faq .content-body ul li {
    font-size: 16px
}

.write-for-faq .desc {
    margin-left: 15px
}

.write-for-faq .accordion-btn:focus {
    outline: 0;
    box-shadow: none
}

.write-for-faq .accordion-btn::after {
    content: "\002B";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    transition: transform .3s;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%
}

.accordion-btn.active::after {
    content: "\2212"
}

.write-for-faq .accordion-btn.active {
    font-weight: 700;
    color: var(--primary-color)
}

.write-for-faq .content-area {
    display: none;
    padding: 0 20px 20px;
    background: #fff;
    font-size: 16px
}

.write-for-faq .content-body {
    color: #666
}

.write-for-faq .accordion-btn:hover {
    color: var(--primary-color);
    cursor: pointer
}

.cta-content h3 {
    color: #fff;
    font-size: 40px;
    line-height: 1.4;
    text-align: center
}

.contact-btn {
    font-weight: 600;
    letter-spacing: .2px;
    background: linear-gradient(95deg, #023575 .75%, #da0e17 101.34%);
    padding: 15px;
    margin: 12px;
    display: inline-block;
    transform: translate(0, 0);
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    border-radius: 5px;
    color: #fff !important;
    border: none;
    transition: .5s ease-in
}

.contact-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ad8585;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.contact-btn:hover {
    background: linear-gradient(95deg, #da0e17 .75%, #023575 101.34%);
    color: #fff;
    transition: .5s ease-in
}

.contact-btn span,
.shpdzz {
    position: absolute
}

.contact-btn span:first-child {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    animation: 3s linear infinite animateTop
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.contact-btn span:nth-child(2) {
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    animation: 3s linear -1s infinite animateRight
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.contact-btn span:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    animation: 3s linear infinite animateBottom
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.contact-btn span:nth-child(4) {
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    animation: 3s linear -1s infinite animateLeft
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.cta-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    background: #0b2359;
    border-radius: 20px
}

.wd-section-cta {
    padding: 100px 50px
}

.wd-section-cta .shape-wrapper .shape-cta-1 img {
    left: 12%;
    width: 110px;
    position: absolute;
    z-index: 1;
    bottom: 22px;
    animation: 2s linear infinite bounceAnimate
}

.wd-section-cta .shape-wrapper .shape-cta-2 img {
    right: 7%;
    width: 110px;
    position: absolute;
    z-index: 1;
    top: -15px;
    transform: rotate(70deg)
}

@keyframes bounceAnimate {

    0%,
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.wd-section-hiring {
    padding: 60px 0;
    background-image: url(../../asset/images/web-development/hire-bg.png);
    background-position: left;
    background-repeat: no-repeat
}

.wd-section-hiring .section-title-wd {
    padding: 30px;
    line-height: 1.3
}

.wd-section-hiring .image-hire {
    position: absolute;
    width: 350px
}

.wd-section-hiring .image-hire img {
    width: 350px
}

.wd-section-hiring .image-hire-content-card {
    width: 350px;
    position: absolute;
    background: #fff;
    padding: 20px;
    border-top: 4px solid #a533b8;
    border-radius: 20px;
    left: 0;
    top: 50px;
    box-shadow: rgba(0, 0, 0, .15) 0 5px 15px 0;
    transform: translate(50px, -50px)
}

.body-inner .header-standard,
.quote-item .quote-text,
.timeline-content {
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1)
}

.wd-section-hiring p {
    line-height: 1.7
}

.wd-section-hiring .image-hire-content-card-2 span {
    width: fit-content;
    position: absolute;
    padding: 5px 15px;
    border-radius: 5px;
    left: 20%;
    line-height: 2;
    bottom: 20px;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    animation: 4s linear infinite swipe
}

@keyframes swipe {

    0%,
    100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(30px)
    }
}

@keyframes moveBounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(20px)
    }
}

.wd-section-hiring .image-hire-content-card p:first-child {
    text-align: center
}

.wd-section-hiring .image-hire-content-card span {
    font-style: italic;
    font-weight: 600;
    font-size: 18px
}

.shpdez2 {
    width: 100px;
    height: 100px;
    background: #da0e17a3;
    border-radius: 00px 100px 100px;
    left: 64%;
    top: 0;
    z-index: -1;
    position: absolute;
    animation: 4s linear infinite moveBounce
}

.shpdez1 {
    width: 90px;
    height: 90px;
    background: #023575ed;
    border-radius: 100px 100px 00px;
    left: 0;
    bottom: 20px
}

.shape-arrow img {
    width: 135px;
    transform: rotate(160deg)
}

.shape-arrow {
    right: 16%;
    bottom: 23px
}

.adds_value.gcv {
    padding-bottom: 20px
}

.body-inner .common-inner-banner .inner-pattern img {
    position: absolute;
    opacity: .3;
    top: 11%
}

.body-inner .common-inner-banner {
    background: #0b2359 !important;
    padding: 1px
}

.body-inner .topbar-transparent {
    background: #051a49 !important
}

.body-inner .header-standard {
    background: rgb(20 46 100 / 56%);
    backdrop-filter: blur(0.5px);
    -webkit-backdrop-filter: blur(0.5px);
    border: 1px solid rgba(35, 70, 144, .3)
}

.body-inner .banner-content {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px
}

.body-inner .common-inner-banner .banner-tagline {
    text-align: center;
    margin: 20px
}

.body-inner .common-inner-banner .banner-tagline span {
    font-size: 15px;
    padding: 5px 10px;
    margin: 20px;
    background: rgba(150, 199, 212, .56);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(150, 199, 212, .3)
}

.body-inner .common-inner-banner .title {
    text-align: center;
    line-height: 1.4;
    color: #fff;
    font-size: 42px
}

.body-inner .common-inner-banner .title span {
    background: linear-gradient(95deg, #60b5f3 .75%, #da0e17 101.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block
}

.body-inner .title span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 3px;
    background: linear-gradient(95deg, #60b5f3 .75%, #da0e17 101.34%);
    animation: 2.5s linear infinite forwards grow
}

.common-inner-banner .shape-tri-3 {
    position: absolute;
    right: 0;
    bottom: 25%
}

.common-inner-banner .shape-tri-4 {
    position: absolute;
    left: 0;
    bottom: 0
}

.common-inner-banner .shape-tri-1 {
    position: absolute;
    width: 15px;
    animation: 25s linear infinite animationFramesOne;
    left: 0
}

.common-inner-banner .shape-tri-1 img {
    width: 13px
}

@keyframes grow {
    to {
        width: 100%
    }
}

.banner-tagline span img,
.common-inner-banner .banner-tagline span img {
    width: 20px;
    padding-bottom: 6px
}

.common-inner-banner .banner-quote {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    text-align: center
}

.flex-col {
    flex-direction: column
}

.faq-section-wd .faq-section {
    background-color: #fff !important;
    padding: 0;
    min-height: fit-content
}

.faq-section-wd .faq-header {
    margin-bottom: 2rem
}

.faq-section-wd .faq-header .section-title-wd {
    line-height: 1.3
}

.faq-section-wd .faq-header .contact-btn {
    margin: 0 !important
}

.faq-section-wd .faq-description {
    color: #535353;
    margin-bottom: 1.5rem
}
.mCommerce .contact-btn {
    margin-top: 40px;
}

.mob-services .service-icon img{
    transition: 1.5s ease all;
}
.mob-services .service-icon-last img{
    transition: 1.5s ease all;
}
.mob-services .service-content-box:hover .service-icon img{
    transform:rotateY(360deg)
}
.mob-services .service-content-box:hover .service-icon-last img{
    transform:rotateY(360deg)
}
.table-cell-button{
    display: flex;
    justify-content: center;
    align-items: self-start;
    gap: 20px;
}
.faq-section-wd .card {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    width: 100%
}

.faq-section-wd .card-header h2 .btn-link {
    font-size: 17px !important;
    color: #000 !important;
    font-weight: 700
}

#faqAccordion .card-header h2[aria-expanded=true],
#faqAccordion .collapse.show+.card-header h2,
.faq-section-wd .card-header.active .btn-link {
    font-weight: 700
}

.faq-section-wd .card-header {
    background: 0 0;
    border: none;
    padding: 15px 10px;
    cursor: pointer
}

.faq-section-wd .card-header h2 {
    margin: 0;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-size: 17px
}

.faq-section-wd .card-header h2:after {
    content: "+";
    float: right;
    font-size: 1.5rem;
    font-weight: 300;
    color: #000
}

.faq-section-wd .card-header.active h2:after {
    content: "−";
    font-size: 1.5rem
}

.faq-section-wd .card-body {
    border: none !important;
    line-height: 1.6;
    font-size: 16px
}

.faq-section-wd .card-body p {
    margin: 0;
    color: #4a5568
}

.mCommerce .boxes li img::after {
    content: " ";
    height: 50px;
    width: 50px;
    background-color: #ffdab9;
    position: absolute
}

.service-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center
}

.mCommerce .boxes li {
    padding: 6px;
    height: 200px !important;
    width: 190px !important;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .1) 0 0 5px 0, rgba(0, 0, 0, .1) 0 0 1px 0
}

.service-list li {
    width: 220px;
    text-align: center
}

.service-list li a {
    text-decoration: none;
    color: inherit;
    display: block
}

.mcommerce-icon {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    overflow: hidden;
    border-radius: 50%
}

.mcommerce-icon img {
    position: relative;
    z-index: 1;
    top: 10px;
    width: 90px !important
}

.service-list h3 {
    font-size: 1.2rem;
    color: #333;
    margin-top: .5rem
}

.mCommerce .boxes li:nth-child(3) {
    width: 250px !important
}

.mCommerce .boxes li:nth-child(3) img {
    top: 0;
    width: 105px !important
}

.mCommerce .boxes li:nth-child(3) .mcommerce-icon {
    border-radius: unset !important
}

.adds_value.madcValue.howAnd_why.appMaintenance.cs_software.white {
    padding: 0 !important
}

.adds_value.madcValue.howAnd_why.appMaintenance.cs_software.development-testing {
    padding-top: 0 !important
}

.dev-test-debug img,
.ui-ux img {
    width: 350px !important
}

.dev-test-debug,
.ui-ux {
    align-items: center
}

.timeline {
    position: relative;
    padding: 60px 0
}

.timeline-content::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 10px;
    background: linear-gradient(45deg, #12c2e9, #c471ed, #f64f59, #12c2e9);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background-size: 400% 400%;
    animation: 6s linear infinite borderAnimation;
    pointer-events: none
}

@keyframes borderAnimation {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.section-hiring-timeline {
    background-color: #0b2359;
    color: #fff
}

.section-hiring-timeline .section-title-wd {
    color: #fff;
    line-height: 1.2
}

.text-gradient {
    background: linear-gradient(95deg, #60b5f3 .75%, #ff9800 101.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.timeline::before {
    content: "";
    position: absolute;
    width: 2px;
    background: #ff9800;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px
}

.hiring-image img {
    position: absolute;
    left: -60px;
    bottom: -70px;
    width: 500px
}

.timeline-content {
    position: relative;
    width: 45%;
    padding: 20px;
    border-radius: 16px;
    background: rgb(31 63 129 / 56%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(150, 170, 212, .3);
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.timeline-item:nth-child(2n) .timeline-content {
    margin-left: 55%
}

.timeline-dot {
    width: 20px;
    height: 20px;
    background: #ff9800;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -10px
}

.section-hiring-timeline .timeline-icon {
    width: 40px;
    height: 40px;
    background: #ff9800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

.section-hiring-timeline .timeline-icon img {
    animation: 2s linear infinite rotate-icon;
    width: 25px;
    height: 25px
}

@keyframes rotate-icon {
    0% {
        transform: rotateY(0)
    }

    50% {
        transform: rotateY(90deg)
    }

    70% {
        transform: rotateY(180deg)
    }

    100% {
        transform: rotateY(360deg)
    }
}

.section-hiring-timeline .timeline-title {
    margin-bottom: 15px;
    color: #ff9800;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase
}

.quote-area .feedback-title h3 {
    color: #fff;
    font-size: 32px;
    line-height: 1.4
}

.quote-area .owl-carousel.owl-drag .owl-item .item {
    width: 400px;
    display: flex;
    justify-content: center
}

.quote-area .feedback-image img {
    width: 300px
}

#testimonial-slide {
    display: flex;
    justify-content: center;
    align-items: center
}

.quote-area {
    background: #0b2359 !important;
    padding: 20px 0
}

.quote-area .w-100 {
    width: 100%
}

.quote-area .contact-btn {
    margin: 25px 0 0
}

.quote-item .quote-text {
    background: rgb(31 63 129 / 56%);
    border-radius: 16px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(150, 170, 212, .3)
}

.quote-area img.testimonial-thumb {
    padding: 8px;
    background: #2e4c9242
}

.quote-area .quote-item.quote-square .quote-text:before {
    background: #0f2765;
    border: 1px solid rgba(150, 170, 212, .3);
    border-radius: 10px
}

.contact-opener {
    margin-right: 29px
}

.bg-overlay.overlay-color:after {
    background: url(https://templatevisual.com/demo/xonsum/assets/img/bg/contact2-bg.jpg) left/contain no-repeat;
    opacity: .5
}

.shape-review-1 {
    position: absolute;
    top: 0;
    right: -80px;
    z-index: 1
}

.shape-review-1 img {
    width: 150px
}

.web-app-develop img {
    width: 45px !important
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 450px;
    padding: 40px 0;
    cursor: grab
}

.slider-container.dragging {
    cursor: grabbing
}

.slider-track {
    display: flex;
    transition: transform .5s ease-in-out;
    gap: 30px;
    padding: 0 20px;
    position: absolute;
    left: 0;
    user-select: none
}

.slider-track.dragging {
    transition: none
}

.slide {
    min-width: calc(25% - 22.5px);
    height: 300px;
    position: relative;
    transition: .8s cubic-bezier(.4, 0, .2, 1);
    pointer-events: none
}

.slide.sliding-next:nth-child(2n),
.slide.sliding-prev:nth-child(2n),
.slide:nth-child(odd) {
    transform: translateY(-15px)
}

.slide.sliding-next:nth-child(odd),
.slide.sliding-prev:nth-child(odd),
.slide:nth-child(2n) {
    transform: translateY(15px)
}

.slide-content {
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: auto
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    transition: .5s
}

.blog-web-dev .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    opacity: 0;
    transition: opacity .3s;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center
}

.overlay .btn,
.overlay h3,
.overlay p {
    transform: translateY(20px);
    transition: transform .3s
}

.slide:hover .overlay {
    opacity: 1
}

.overlay h3 {
    margin-bottom: 10px;
    font-size: 1.5rem
}

.overlay p {
    font-size: 1rem;
    margin-bottom: 15px
}

.slide:hover .overlay .btn,
.slide:hover .overlay h3,
.slide:hover .overlay p {
    transform: translateY(0)
}

.slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    pointer-events: none;
    z-index: 10
}

.slider-btn {
    padding: 12px 20px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
    pointer-events: auto
}

.slider-btn:hover {
    background: rgba(0, 0, 0, .8);
    transform: scale(1.1)
}

@media (max-width:426px) {

    .arrow,
    .arrow-2,
    .section-sure .img-wrapper .shape-1 img {
        visibility: hidden
    }

    .top-social {
        padding: 0
    }

    .resp-banner {
        height: 480px !important
    }

    .common-inner-banner .banner-tagline,
    .quote-area .quote-item .quote-text {
        margin: 40px 20px 10px !important
    }

    .common-inner-banner .banner-tagline span {
        font-size: 10px !important;
        text-transform: uppercase;
        margin: 10px 0 !important
    }

    .common-inner-banner .title {
        font-size: 26px !important;
        font-weight: 500;
        margin: 00px
    }

    .banner-tagline span img {
        width: 18px !important;
        padding-bottom: 4px !important
    }

    .title span::after {
        height: 2px
    }

    .body-inner .common-inner-banner .inner-pattern img {
        top: -11% !important
    }

    .common-inner-banner .banner-content {
        margin-top: 200px !important
    }

    .common-inner-banner .banner-quote {
        font-size: 15px;
        text-align: center;
        margin-top: 16px;
        line-height: 1.5
    }

    .section-sure,
    .tech-web-dev,
    .web-dev-section {
        padding-top: 40px !important
    }

    .section-sure .section-content-image {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25px
    }

    .section-sure .section-content-image img {
        width: 320px
    }

    .quote-area .feedback-title h3 {
        font-size: 25px !important;
        text-align: center;
        line-height: 1.5
    }

    .adds_value.madcValue.howAnd_why.appMaintenance.cs_software .dev-test-debug .col-sm-5,
    .adds_value.madcValue.howAnd_why.appMaintenance.cs_software .r-and-d .col-sm-5,
    .adds_value.madcValue.howAnd_why.appMaintenance.cs_software.white .ui-ux .col-sm-5,
    .quote-area .testimonial-btn {
        text-align: center
    }

    .testimonial-slide .owl-nav {
        position: absolute;
        right: 50%;
        bottom: -15px
    }

    .r-and-d img {
        position: unset !important
    }

    .quote-author {
        font-size: 16px;
        text-transform: uppercase
    }

    .quote-area {
        padding: 60px 0
    }

    .tech-web-dev .section-title-wd {
        line-height: 1.3
    }

    .timeline-content {
        margin-bottom: 25px
    }

    .arrow,
    .arrow-2 {
        display: none
    }

    .timeline {
        padding: 0 !important;
        left: -20px
    }

    .section-hiring-timeline .section-title-wd {
        font-size: 30px;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 40px
    }

    .wd-section.section-sure .section-intro {
        padding: 20px !important
    }

    .adds_value.gcv {
        padding: 40px 0 20px
    }

    .faq-section-wd .card-header h2 .btn-link {
        font-weight: 400 !important;
        padding: 15px 20px;
    }

    .mCommerce .boxes li,
    .mCommerce .boxes li:nth-child(3) {
        width: 280px !important
    }

    .shape-review-1 {
        right: -80px;
        opacity: .5;
        z-index: 0
    }
}

@media (max-width:767px) {

    .timeline-dot,
    .timeline::before {
        left: 40px
    }

    .timeline-content {
        width: calc(100% - 80px);
        margin-left: 80px !important
    }

    .wd-section.section-sure .section-intro {
        flex-direction: column
    }

    .web-dev-section .web-dev-section-content {
        padding-left: 20px
    }

    .wd-section.section-sure .section-content {
        border: none !important
    }

    .tech-web-dev .section-title-wd {
        font-size: 30px
    }

    .wd-section-hiring .section-title-wd {
        line-height: 1.2;
        font-size: 32px;
        padding: 0 !important
    }

    .adds_value.madcValue.howAnd_why.appMaintenance.cs_software .container,
    .faq-section-wd .faq-section {
        padding: 00px 20px
    }

    .adds_value.madcValue.howAnd_why.appMaintenance.cs_software .dev-test-debug,
    .adds_value.madcValue.howAnd_why.appMaintenance.cs_software .r-and-d {
        flex-direction: column-reverse
    }

    .adds_value.madcValue.howAnd_why.appMaintenance.cs_software .r-and-d {
        margin-top: 40px
    }

    .wd-section-hiring .container {
        padding: 0 20px !important
    }

    .wd-section-hiring .image-hire-content-card {
        position: unset !important;
        transform: translate(0)
    }

    .wd-section-hiring .image-hire-content-card-2 span {
        bottom: -58px;
        left: 15%
    }

    .wd-section-hiring .section-hiring-right {
        display: flex;
        justify-content: center
    }

    .shpdez1 {
        width: 40px;
        height: 40px;
        left: 10px;
        bottom: -35px;
        animation: 4s linear infinite swipe
    }

    .shape-arrow {
        right: 0;
        bottom: -50px
    }

    .shape-arrow img {
        width: 100px;
        transform: rotate(152deg)
    }

    .wd-section-hiring {
        padding-bottom: 100px !important;
        padding-top: 20px
    }

    .write-for-faq .faq-title {
        font-size: 32px
    }

    .faq-section-wd .card-header h2 {
        line-height: 1.5;
        align-items: start
    }

    .faq-section-wd .card-header h2:after {
        line-height: 1;
        margin-top: 17px
    }

    .faq-section-wd .card:first-child {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px
    }

    .faq-section-wd .card:last-child {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px
    }

    .wd-section-cta {
        padding: 0
    }

    .wd-section-cta .cta-content {
        padding: 20px
    }

    .wd-section-cta .cta-content h3 {
        font-size: 24px
    }

    .wd-section-cta .shape-wrapper .shape-cta-1 img {
        left: 20px;
        width: 65px;
        bottom: 0
    }

    .wd-section-cta .shape-wrapper .shape-cta-2 img {
        right: -10px
    }

    .web-dev-page .footer .lets_talksection {
        margin-top: 130px
    }

    .common-inner-banner .banner-tagline {
        margin: 20px 00px
    }

    .common-inner-banner .banner-content {
        height: fit-content;
        margin-top: 0
    }

    .faq-section-wd,
    .faq-section-wd .faq-section {
        background-color: #fff !important
    }

    .faq-section-wd .faq-description {
        color: #000
    }

    .faq-section-mob .card-header h2:after {
        content: "+";
        float: right;
        font-size: 1.5rem;
        font-weight: 300;
        color: #000;
        transition: transform .3s
    }

    .faq-section-mob .card-header.active h2:after {
        content: "−";
        transform: rotate(0)
    }

    .faq-section-mob .collapse {
        transition: max-height .3s ease-out
    }

    .faq-section-mob .collapse:not(.show) {
        display: none
    }

    .faq-section-mob .collapse.show {
        display: block
    }
}

@media (max-width:1024px) {
    .hid-tab {
        display: none !important
    }

    .table-cell-content {
        justify-content: center
    }

    .web_process_banner .table .table-cell:last-child {
        padding: 0
    }

    .table-cell-button,
    .web_process_banner .table .table-cell .font-web {
        text-align: center
    }
}

@media (max-width:1200px) {
    .tech-web-dev .css-masonry {
        column-count: 6
    }
}

@media (max-width:992px) {
    .tech-web-dev .css-masonry {
        column-count: 5;
        column-count: 4
    }

    .common-inner-banner .title {
        font-size: 36px
    }

    .common-inner-banner .banner-content {
        margin-top: 130px
    }

    .web-dev-page .banner-area svg {
        top: 16%
    }

    .wd-section.section-sure .section-intro {
        flex-direction: column
    }

    .wd-section.section-sure .section-intro .col-md-6:first-child {
        max-width: 100%
    }

    .wd-section.section-sure .section-intro .section-content-image {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%
    }

    .quote-area .owl-carousel .owl-item,
    .table-cell-button {
        display: flex;
        justify-content: center
    }

    .table-cell-button {
        gap: 30px;
        margin-top: 20px
    }

    .table-cell-button .contact-opener {
        margin-right: 0 !important
    }

    .adds_value.gcv {
        padding: 0 0 20px
    }

    .r-and-d {
        overflow: hidden
    }

    .r-and-d img {
        width: 400px;
        left: -52px;
        position: absolute
    }

    .dev-test-debug img,
    .ui-ux img {
        width: 280px !important
    }

    .bg-overlay.overlay-color:after {
        background-position: bottom
    }

    .faq-section .faq-tab .faq-header,
    .quote-area .feedback-title,
    .quote-area .testimonial-btn {
        text-align: center
    }

    .quote-area {
        padding: 60px 0
    }

    #testimonial-slide {
        margin-bottom: 0
    }

    .tech-web-dev {
        padding-top: 50px
    }

    .tech-web-dev .section-title-wd {
        line-height: 1.2
    }

    .faq-section .faq-tab {
        justify-content: center
    }

    .section-title-wd {
        margin-bottom: 8px
    }

    .faq-section-wd .faq-section .accordion {
        box-shadow: none !important;
        border-radius: 0 !important
    }

    .faq-section-wd .card:first-child {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px
    }

    .faq-section-wd .card:last-child {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px
    }

    .wd-section-cta {
        margin-top: 50px
    }
}

@media (max-width:768px) {
    .tech-web-dev .css-masonry {
        column-count: 4
    }

    .common-inner-banner .title {
        font-size: 36px
    }

    .common-inner-banner .banner-content {
        margin-top: 130px
    }

    .web-dev-page .banner-area svg {
        top: 16%
    }

    .wd-section.section-sure .section-intro {
        flex-direction: column
    }

    .wd-section.section-sure .section-intro .col-md-6:first-child {
        max-width: 100%
    }

    .wd-section.section-sure .section-intro .section-content-image {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%
    }

    .quote-area .owl-carousel .owl-item,
    .table-cell-button {
        display: flex;
        justify-content: center
    }

    .table-cell-button {
        gap: 30px;
        margin-top: 20px
    }

    .table-cell-button .contact-opener {
        margin-right: 0 !important
    }

    .adds_value.gcv {
        padding: 50px 0 20px
    }

    .r-and-d {
        overflow: hidden
    }

    .r-and-d img {
        width: 400px;
        left: -52px;
        position: absolute
    }

    .dev-test-debug img,
    .ui-ux img {
        width: 280px !important
    }

    .bg-overlay.overlay-color:after {
        background-position: bottom
    }

    .faq-section .faq-tab .faq-header,
    .quote-area .feedback-title,
    .quote-area .testimonial-btn {
        text-align: center
    }

    .quote-area {
        padding: 60px 0
    }

    #testimonial-slide {
        margin-bottom: 0
    }

    .tech-web-dev {
        padding-top: 50px
    }

    .tech-web-dev .section-title-wd {
        line-height: 1.2
    }

    .faq-section .faq-tab {
        justify-content: center
    }

    .section-title-wd {
        margin-bottom: 8px;
        font-size: 30px
    }

    .faq-section-wd .card:first-child,
    .faq-section-wd .card:last-child {
        border-radius: 0 !important
    }

    .wd-section-cta {
        padding: 0 !important
    }

    .cta-content {
        padding: 30px
    }

    .cta-content h3 {
        font-size: 28px
    }
}

@media (max-width:576px) {
    .tech-web-dev .css-masonry {
        column-count: 3
    }
}

.clients-logo {
    padding: 70px 0 !important;
    border: none;
    margin: 0 !important
}

.clients-logo .client-logo-details {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    overflow: visible !important
}

.clients-logo .marquee::after,
.clients-logo .marquee::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2;
    width: 100px
}

.clients-logo .marquee::before {
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(90deg, #ffffffbd 0, #f2295b00 100%)
}

.clients-logo .marquee::after {
    right: 0;
    background-color: transparent;
    background-image: linear-gradient(-90deg, #ffffffbd 0, #f2295b00 100%)
}

.clients-logo .clients-title-2::after,
.clients-logo .clients-title::after {
    height: 8px;
    width: 8px;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    background-color: #dfdfdf;
    transform: translateY(-50%);
    content: ""
}

.clients-logo .marquee-content {
    display: flex;
    gap: 40px;
    animation: 20s linear infinite marquee
}

.portfolio-new-design .portfolio-screens,
.portfolio-new-design .portfolio-screens-2,
.portfolio-new-design .portfolio-screens-3 {
    height: 510px;
    margin-left: 0;
    animation: 125s linear infinite slide
}

.clients-logo .marquee-item {
    flex: 0 0 auto;
    padding: 0 25px
}

.clients-logo .marquee {
    width: 100% !important;
    overflow: hidden !important;
    background: #fff !important;
    padding: 30px 0 !important;
    position: relative !important
}

.clients-logo .marquee-item img {
    filter: none
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.clients-logo .clients-title,
.new-clients-logo .new-clients-title {
    position: absolute;
    left: 0;
    top: -13px;
    background-color: #fff;
    padding: 0 10px;
    z-index: 3
}

.clients-logo .clients-title h6,
.clients-logo .clients-title-2 h6,
.new-clients-logo .new-clients-title h6,
.new-clients-logo .new-clients-title-2 h6 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #0b2359
}

.clients-logo .clients-title::after {
    position: absolute;
    right: -5px;
    top: 57%
}

.clients-logo .clients-title-2,
.new-clients-logo .new-clients-title-2 {
    position: absolute;
    right: 0;
    bottom: -9px;
    background-color: #fff;
    padding: 0 10px;
    z-index: 3
}

.clients-logo .clients-title-2::after {
    position: absolute;
    left: -5px;
    top: 62%
}

.portfolio-new-design .portfolio-screens {
    background: url(../images/portfolio/portfolio-sanlak.png) 0 0/cover;
    width: 100%
}

.portfolio-new-design .portfolio-cards.card-bg-clr-1 {
    background: rgb(250 175 0 / 50%)
}

.portfolio-new-design .portfolio-screens-2 {
    background: url(../images/portfolio/portfolio-mayflower-backend.png) 0 0/cover;
    width: 100%
}

.portfolio-new-design .portfolio-cards.card-bg-clr-2 {
    background-color: rgba(228, 18, 28, .5)
}

.portfolio-new-design .portfolio-screens-3 {
    background: url(../images/portfolio/susin-portfolio.png) 0 0/cover;
    width: 100%
}

.portfolio-new-design .portfolio-cards.card-bg-clr-3 {
    background: rgb(188 16 58 / 60%)
}

#clients-area {
    display: none
}

.new-clients-logo {
    padding-top: 70px;
    padding-bottom: 30px;
    border: none
}

.new-clients-logo .new-client-logo-details {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    position: relative
}

.new-clients-logo .new-marquee {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 40px 0;
    position: relative
}

.new-clients-logo .new-marquee::after,
.new-clients-logo .new-marquee::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 200px;
    z-index: 2
}

.new-clients-logo .new-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%)
}

.new-clients-logo .new-marquee::after {
    right: 0;
    background: linear-gradient(-90deg, #fff 0, rgba(255, 255, 255, 0) 100%)
}

.new-clients-logo .new-marquee-content {
    display: inline-flex;
    animation: 30s linear infinite new-marquee;
    width: 200%;
    gap: 20px
}

.new-clients-logo .new-marquee-content:hover {
    animation-play-state: paused
}

.new-clients-logo .new-marquee-item {
    flex: 0 0 auto;
    padding: 0 30px;
    display: inline-block
}

.new-clients-logo .new-marquee-item img {
    max-width: 150px;
    object-fit: contain;
    transition: filter .3s
}

@keyframes new-marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@media screen and (max-width:480px) {
    .new-clients-logo .new-marquee-content {
        width: 500%
    }
}

.mobile-app-development-page .app-secret-key {
    background: #0b2359 !important;
    position: relative
}