.mobile-app- {
    padding: 50px 0px 100px 0px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mobile-app-:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .85;
    right: 0;
    left: 0;
    z-index: 0;
    background: -moz-linear-gradient(45deg, #552ECD 0%, #673AB7 100%);
    background: -webkit-linear-gradient(45deg, #552ECD 0%, #673AB7 100%);
    background: linear-gradient(45deg, #552ECD 0%, #673AB7 100%);
}

.hero-card-web {
    position: relative;
    overflow: hidden;
    margin-top: 120px;
    padding-bottom: 20px;
    height: auto;
    align-items: center;
    display: flex;
}

.hero-main-rp {
    padding: 0 50px 0 50px;
}

.hero-heading-sec2 .sub-heading {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.hero-main-rp,
.about-image,
.img-block,
.image-block {
    position: relative;
    z-index: 10;
}

.hero-heading-sec2 .heading {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
    background: #ffd727;
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.hero-heading-sec2>p {
    color: #fff;
    font-size: 18px;
    margin: 40px 0;
}

.breadcrumb.v1 {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #000 100%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #DE3DB9;
    border-right: none;
    padding: 5px;
    border-radius: 0px;
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
}

.breadcrumb .breadcrumb-item.active {
    color: #ffd727;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: .5rem;
    background-image: url('../images/shape/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.formcover {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    padding: 50px 20px;
    border-radius: 14px;
}

.formcover h4 {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
}

#contactForm .form-group {
    position: relative;
}

.statistics-wrap {
    padding: 30px 0;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #552ECD;
}

.statistics {
    align-items: center;
    display: flex;
}

.statistics p {
    font-size: 20px;
    margin: 10px 0 0 0;
    font-weight: 500;
}

.statistics span {
    font-size: 45px;
    color: #673AB7;
    font-weight: 700;
    display: inline-block;
}

.statistics-img {
    width: 100px;
    height: 100px;
    float: left;
    padding: 15px;
    background: #fdf7da;
    border-radius: 8px 40px 8px 40px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.statnumb {
    margin: 0 0 0 20px;
    text-align: left;
    float: left;
}

.small .statistics-img {
    width: 75px;
    height: 75px;
}

.t-ctr {
    text-align: center;
}

.small .statistics span {
    font-size: 35px;
    color: #673AB7;
}

.small .statistics p {
    font-size: 18px;
    line-height: 24px;
}

.small {
    margin-top: 100px;
}

.image-block {
    position: relative;
    z-index: 10;
}

.image-block img {
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.15), 10px -20px 25px #ffffff;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.15), 10px -20px 25px #ffffff;
    -webkit-border-radius: 8px;
}

.key-points {
    display: block;
}

.key-points li {
    padding: 8px 0 8px 35px;
    position: relative;
    line-height: 28px;
    font-size: 16px;
}

.key-points li:before {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    top: 9px;
    background: #ffc627;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    color: #333;
}

.service-point-2 {
    display: flow-root;
}

.service-point-2 li {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    padding: 4px 0;
    float: left;
    width: 50%;
}


.process-box {
    display: inline-flex;
    position: relative;
}

.wide-sblock {
    display: inline-flex;
    text-align: left;
    padding: 30px 20px;
}

.s-block {
    background: linear-gradient(to right, #552ECD 0%, #673AB7 100%);
    text-align: center;
    background-size: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    text-align: center;
    padding: 20px 20px;
    margin: 0;
    position: relative;
    border: 1px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:
        0 3.4px 2.7px -30px rgba(0, 0, 0, 0.5),
        0 8.2px 8.9px -30px rgba(0, 0, 0, 0.5),
        0 25px 40px -30px rgba(0, 0, 0, 0.5);
    box-shadow:
        0 5px 3px -30px rgba(0, 0, 0, 0.5),
        0 8px 9px -30px rgba(0, 0, 0, 0.5),
        0 25px 40px -30px rgba(0, 0, 0, 0.5);
}

.s-block-content {
    margin: 0;
    color: #fff
}

.s-card-icon {
    width: 100%;
    margin: 0 10px 0 0;
    display: inline-flex;
    align-items: center;
}

.s-card-icon img {
    min-width: 30px;
    max-width: 15%;
    /* margin: 0 auto; */
    text-align: center;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;

}

.s-card-icon .s-card-heading {
    font-size: 20px;
    max-width: 80%;
    margin: 0 10px 0 0;
    text-align: left;
    padding-left: 10px;
    color: #ffd727;
}


.ps-block span {
    font-size: 30em;
    display: block;
    text-align: center;
    line-height: 100px;
    color: rgba(103, 58, 183, 0.2);
    -webkit-text-stroke: 3px #673AB7;
    font-weight: 900;
    position: absolute;
    z-index: 0;
}

.ps-block span.left {
    left: 0%;
    transform: translateX(-40%) translateY(-50%);
    top: 50%;
}

.ps-block span.right {
    right: 0%;
    transform: translateX(40%) translateY(-50%);
    top: 50%;
}

.ps-img {
    z-index: 1;
    position: relative;
}

.ps-block .ps-block-centent {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 25px;
}

.ps-block h3 {
    margin-bottom: 20px;
}

.ps-block p {
    font-size: 16px;
    line-height: 28px;
}

.ps-block {
    position: relative;
}

.featured-project .isotope_item {
    margin-top: 20px;
}

.isotope_item {
    position: relative;
}

.item-info {
    padding: 5px 0 0px 0;
    background: linear-gradient(to right, #552ECD 0%, #673AB7 100%);
    position: relative;
    overflow: hidden;
}

.isotope_item .p-heading {
    font-weight: 600;
    color: #ffd727;
    text-align: center;
    margin: 0 0 10px 0;
}

.isotope_item .p-heading a {
    color: #050748;
}

.item-image {
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #f3f9ff;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    border: 1px solid #13137a;
}

.item-image img {
    width: 100%;
}

.reviews-block {
    padding-bottom: 100px !important;
}

.pr-shadow {
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
}

.reviews-card {
    background: linear-gradient(45deg, #fff 0%, #f5faff 100%);
    padding: 30px 20px;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 9;
    padding: 25px;
    border-radius: 8px;
}

.reviews-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 300px;
    width: 300px;
    opacity: .1;
    z-index: 1;
    background: url(../images/icons/namix-icon.svg) no-repeat center center / cover;
}

.reviews-card::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    transform: rotate(-45deg);
    height: 100px;
    width: 100px;
    opacity: 0.5;
    z-index: 2;
    background: url(../images/icons/google.svg) no-repeat center center / cover;
}

.reviews-card>div {
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
}

.revbx-rl {
    text-align: right;
    display: block;
}

.revbx-rl img {
    display: inline-block !important;
    max-width: 130px;
}

.revbx-lr {
    font-size: 40px;
    color: #673AB7;
}


.-client-details- {
    display: flex;
}

.reviewer-text .client-name {
    color: #673AB7;
    padding: 5px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}

.review-text {
    text-align: justify;
    padding: 10px 0;
}

.reviewer-text p {
    font-size: 15px;
    line-height: 20px;
}

.star-rate li {
    display: inline-block;
    margin: 0 2px;
}

.star-rate {
    margin-top: 5px;
}

.star-rate li a.chked {
    color: #ff711c;
}

.star-rate li a {
    color: #6a6a8e;
}

.review-ref {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.review-icons a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    object-fit: contain;
    border: 1px solid #673AB7;
    transition: all .3s ease-in-out;
}

.review-icons a:hover {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}

.review-icons a img {
    width: 130px;
    height: 70px;
}

.center-dots .owl-dots {
    margin: 30px auto 0;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
}

.tech-item {
    margin-top: 10px;
    background: #ffffff;
    border: 2px solid #6BA3FF;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.tech-item:hover {
    border-color: #552ECD;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.tech-item img {
    height: 45px;
    margin-bottom: 10px;
}

.tech-item p {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    color: #333;
}


@media only screen and (max-width: 1370px) {
    html .hero-card-web.mobile-app- {
        height: auto;
    }

    .hero-card-web {
        margin-top: 120px;
        padding-bottom: 20px;
        height: auto;
    }

    .hero-main-rp {
        padding: 0 30px 0 30px;
    }

    .hero-section {
        padding-top: 100px;
        padding-bottom: 100px;
        height: 750px
    }

    .mobile-app- .hero-heading-sec2 .heading {
        font-size: 24px;
        line-height: 30px;
    }

    .mobile-app- .hero-heading-sec2>p {
        margin: 10px 0 0 0;
    }

    .ps-block span {
        font-size: 20em;
        line-height: 100px;
    }
}

@media only screen and (max-width:991px) {
    .hero-card-web {
        margin-top: 80px;
        padding-bottom: 20px;
        height: auto;
    }

    .hero-heading-sec2 .heading {
        font-size: 24px;
        line-height: 30px;
    }

    .hero-heading-sec2>p {
        text-align: justify;
        font-size: 14px;
    }

    .hero-heading-sec2 .sub-heading {
        font-size: 18px;
    }

    .hero-main-rp {
        padding: 0 10px 0 10px;
    }

    .formcover {
        margin-top: 50px;
        padding: 20px 10px;
    }

    .formcover input {
        height: 30px;
        margin: 0 0 10px 0;
    }

    .formcover textarea {
        height: 70px;
        margin: 0 0 10px 0;
    }

    .formcover select {
        height: 30px;
        margin: 0 0 10px 0;
    }

    .pairofbtn a {
        margin: 0;
    }

    .pairofbtn {
        flex-direction: column;
    }

    .opl ul li,
    .statistics {
        margin-bottom: 30px
    }

    .statistics {
        text-align: left
    }

    small {
        margin-top: 0
    }

    .small .statistics-img {
        width: 60px;
        height: auto;
        padding: 5px;
        border-radius: 10px;
    }

    .statnumb {
        margin: 0 0 0 5px;
    }

    .small .statistics span,
    .statistics span {
        font-size: 22px
    }

    .small .statistics p {
        font-size: 14px;
        margin: 0;
        line-height: 1.2;
    }

    .image-block {
        margin-bottom: 30px;
    }

    .servie-key-points {
        margin-top: 30px;
    }

    .servie-key-points h4 {
        text-align: center;
    }

    .key-points li,
    .service-point-2 li {
        font-size: 14px;
    }

    .ps-block span {
        font-size: 15em;
        line-height: 100px;
    }

    .ps-block span.left {
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        top: 50%;
    }

    .ps-block span.right {
        right: 50%;
        transform: translateX(50%) translateY(-50%);
        top: 50%;
    }

    .reviews-block {
        padding-bottom: 80px !important;
    }

    .review-icons a {
        margin-top: 30px;
    }

    .review-ref {
        display: block;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}


@media only screen and (max-width:767px) {
    .wide-sblock {
        display: block;
        text-align: left;
        padding: 20px 10px;
    }

    .s-block-content {
        margin: 0 0 0 0px;
        text-align: center;
    }

    .s-card-icon .s-card-heading {
        font-size: 16px;
    }
}


@media only screen and (max-width:520px) {
    .service-point-2 li {
        float: none;
        width: 100%;
    }
}