.ai-banner-sec {
    background-image: url(../images/images-two/banner.webp) !important;
}

.ai-banner-sec h1 {
    color: #fff !important;
}

#grocery-banner.ai-banner-sec h4 {
    color: #fff !important;
}

.ai-banner-sec p {
    color: #fff !important;
}

.ai_agent_itms h3 {
    border-bottom: 1px solid #a8bfbe;
    padding-bottom: 15px;
    text-align: center;
    font-size: 21px;
}

.ai_agent_itm_ic {
    border-radius: 10px;
    background: linear-gradient(180deg, #cedfde 0, #f0f4f3 100%);
    flex: 0 0 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.ai_agent_itm::before {
    position: absolute;
    border-left: 1px dashed #6f6f6f;
    content: "";
    height: 100%;
    left: 25px;
    top: 50px;
}

.ai_agent_itm:last-child::before {
    display: none;
}

.ai_agent_itm {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    position: relative;
}

.ai_agent_itm_con h4 {
    font-size: 18px;
    margin-bottom: 7px;
}

.spech-banner-sec {
    background-image: url(../images/images-two/banner1.webp) !important;
}

.cn-banner {
    background-image: url(../images/images-two/banner2.webp) !important;
}

.cv-banner-sec {
    background-image: url(../images/images-two/banner3.webp) !important;
}

.nl-banner-sec {
    background-image: url(../images/images-two/banner4.webp) !important;
}

.ml-banner-sec {
    background-image: url(../images/images-two/banner5.webp) !important;
}

.iot-banner-sec {
    background-image: url(../images/images-two/banner6.webp) !important;
}

/* .effort_sec */

.effort_sec {
    padding: 50px 0;
}

.effort_sec_itm {
    background: linear-gradient(0deg, #353ea2 0%, #807fed 100%);
    border: 2px solid #3841a5;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    color: #fff;
}

.effort_sec_itm_con h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 22px;
}

.effort_sec_itm_con p {
    color: #fff;

}

.effort_sec_itms [class*="col-"] {
    margin-bottom: 25px;
}

.effort_sec_itm_ic img {
    margin: 0 auto;
    margin-bottom: 20px;
}

.effort_sec .line-red {
    margin: 0;
}

/* .effort_sec */

ul.portfolio_filter {
    overflow: auto;
    height: calc(100vh - 230px);
    border-radius: 20px;
}

.portfolio-catgry_list {
    position: relative;
    z-index: -1;
    background-color: #394450;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
}

.hover_filter.mouseleave.top .overlay {
    animation-name: slide--leave-top;
}

.hover_filter .overlay {
    transform: translate3d(-100%, 0, 0);
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function:
        cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.overlay {
    position: absolute;
    height: 108%;
    width: 100%;
    background-color: #ed1f24;
    text-align: center;
    color: #fff;
    z-index: -1;
    overflow: hidden;
}

.portfolio_section {
    padding-top: 60px;
}

.portfolio-listing {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 60px 0 30px;
}

.listing_left {
    position: sticky;
    flex-basis: 22%;
    top: 100px;
}

.portfolio_filter .list-item {
    color: #6e6e6e;
    background: 0 0;
    cursor: pointer;
    transition: .2s;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0;
    overflow: hidden;
}

.hover_filter {
    position: relative;
    display: flex;
    flex: 1 1 30%;
    align-items: center;
    justify-items: center;
    overflow: hidden;
}

.portfolio_filter .list-item a {
    color: #fff;
    font-size: 18px;
    font-weight: 400 !important;
}

.content {
    flex: 1;
    text-align: left;
    padding-left: 20px;
}

.listing_right {
    z-index: 1;
}

.listing_right {
    position: sticky;
    width: 74%;
    top: 100px;
}

.listing_right_filter {
    display: flex;
    justify-content: space-between;
    flex-basis: 22%;
    background: #f7f9f8;
    z-index: 9;
    padding: 10px;
}

.listing_right h2 {
    line-height: 1;
    font-size: 1.75rem;
}

.filters {
    position: relative;
}

ul.portfolio_filter::-webkit-scrollbar-track {
    background: #c7c2c2;
    border-radius: 20px;
}

ul.portfolio_filter::-webkit-scrollbar {
    width: 8px;
}

ul.portfolio_filter::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 20px;
}

ul.portfolio_filter::-webkit-scrollbar-thumb:hover {
    background: #555;
}

li.list-item.active {
    background: #ed1f24;
}

.portfolio_section p {
    color: #000 !important;
}

.item1:nth-child(6n+1) .page_portfolio_itm {
    background-image: url(../images/images-two/fortfolio_bg_1.webp);
}

.portfolio-listing .page_portfolio_rating_info ul {
    display: flex;
    gap: 25px;
    background: rgb(255 255 255 / 50%);
    border-radius: 10px;
    padding: 5px 10px;
}

.page_portfolio_rating_info ul li h3 {
    font-size: 15px;
    color: #000 !important;
    margin-bottom: 5px;
    font-weight: 400;
}

.page_portfolio_rating_info ul li b {
    display: flex;
    gap: 7px;
}

.page_portfolio_rating_info ul li b {
    font-size: 12px;
    color: #000 !important;
    margin-bottom: 5px;
    font-weight: 600;
    align-items: center;
}

.page_portfolio_rating_info ul li b img {
    height: 20px;
    filter: unset;
}

.imgeswas_2 {
    display: flex;
    gap: 6px;
    flex: 0 0 121px;
    min-width: 121px;
}

.page_portfolio_itm_in .row {
    align-items: center;
}

.item1:nth-child(6n+2) .page_portfolio_itm {
    background-image: url(../images/images-two/fortfolio_bg_2.webp);
}

.item1:nth-child(6n+3) .page_portfolio_itm {
    background-image: url(../images/images-two/fortfolio_bg_3.webp);
}

.item1:nth-child(6n+4) .page_portfolio_itm {
    background-image: url(../images/images-two/fortfolio_bg_4.webp);
}

.item1:nth-child(6n+5) .page_portfolio_itm {
    background-image: url(../images/images-two/fortfolio_bg_5.webp);
}

.item1:nth-child(6n) .page_portfolio_itm {
    background-image: url(../images/images-two//fortfolio_bg_6.webp);
}

.page_portfolio_itm_con .page_portfolio_itm_logo {
    display: flex;
    align-items: center;
}

@media (min-width: 1230px) {
    .casestdy_itms .container {
        max-width: 1230px;
    }
}

.casestdy_name_tabs {
    display: flex;
    gap: 5px;
    padding-bottom: 10px;
    justify-content: space-between;
}

.casestdy_name.active {
    background: #ed1f24;
    border-color: #ed1f24;
    color: #fff;
}

.casestdy_name {
    background: #394450;
    border: none;
    padding: 10px 0px;
    border-radius: 10px;
    flex: none;
    color: #fff;
}

.hover_filter1 {
    overflow: hidden;
}

.hover_filter1 {
    position: relative;
    display: flex;
    flex: 1 1 30% !important;
    align-items: center;
    justify-items: center;
    text-align: left;
    color: #fff;
    z-index: 9;
    padding: 11px 0px;
    cursor: pointer;
}

.casestdy_name {
    background: #394450;
    border: none;
    padding: 10px 0px;
    border-radius: 10px;
    flex: none;
    color: #fff;
}

.casestdy_name .content {
    z-index: 9;
    text-align: center;
    padding-left: 0px;
}

.casestdy_itms {
    padding: 50px 0;
    background: #f6f9fb;
}

.select {
    background: #ed1f24;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px #ed1f24 solid;
    border-radius: 0.5em;
    padding: 1em;
    cursor: pointer;
    transition: 0.3s;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    width: 178px;
    display: flex;
}

.menu {
    list-style: none;
    background: #394450;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
    border-radius: 0.5em;
    color: #9fa5b5;
    position: absolute;
    top: 4em;
    left: 0;
    min-width: 200px;
    transition: 0.2s;
    z-index: 1;
    overflow: hidden;
}

.overlay1 {
    position: absolute;
    height: 108%;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: -1;
    overflow: hidden;
}


.casestdy_itms p {
    color: #000;
}

.casestdy_box {
    margin-bottom: 30px;
}

#casestdy_list .page_portfolio_itm_con .page_portfolio_itm_logo h3 span {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

#casestdy_list .page_portfolio_itm_con .page_portfolio_itm_logo {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #8E8181;
    padding-bottom: 20px;
}

.list_dev ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.list_dev ul li {
    background: #262525;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 10px;
}

a.learn_more_btn {
    display: inline-block;
    background: #ED1F24;
    padding: 8px 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 20px;
    margin-top: 20px !important;
    transition: 0.5s;
}

a.learn_more_btn svg {
    width: 24px;
    margin-right: 5px;
}

.casestdy_box img {
    max-height: 300px;
    margin: 0 auto;
    width: 65%;
}

.casestdy_itms .page_portfolio_itm_img {
    max-width: 370px;
    margin: 0 auto;
    text-align: center;
}

.caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    transition: 0.3s;
}

.caret-rotate {
    transform: rotate(180deg);
}

.topplateform_s h1 {
    font-weight: bold;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.topplateform_s h1 span {
    background: transparent linear-gradient(180deg, #9681E7 0%, #6E53E0 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border-radius: 100px;
    padding: 0 30px;
}

.topplateform_con {
    position: relative;
}

.topplateform_s img {
    width: 100%;
}

.topplateform_head_img img {
    margin: 70px auto -30px;
}

.tf_itms {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
    border-radius: 40px 40px 0px 0px;
    padding: 40px;
    position: relative;
}

.tf_itm_con {
    padding: 30px 40px;
}

.tf_itm_tag {
    font-size: 13px;
    text-transform: uppercase;
    color: #ED1F23;
    margin-bottom: 15px;
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tf_itm_tag::after {
    content: "";
    width: 100%;
    background: #ED1F23;
    height: 1px;
    display: inline-flex;
    margin-left: 15px;
    position: absolute;
    top: 8px;
}

.tf_itm {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #0000000D;
    border-radius: 0px 0px 0px 50px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.tf_itm_con_in h4 {
    font-family: initial;
    font-weight: 700;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 64px;
}

.tf_itm_date {
    font-size: 13px;
    color: #848484;
    font-weight: 300;
}

.tf_itm_btn {
    text-align: right;
    margin-top: -10px;
}

.btn_more_p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: rgb(237, 31, 35);
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    z-index: -1;
}

.btn_more_p {
    position: relative;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    color: #000;
    overflow: hidden;
    height: 40px;
    transition: all 0.2s ease;
    z-index: 2;
}

.btn_more_p:hover::before {
    right: -100%;
    transition: all .5s;
}

.btn_more_p:hover:before {
    width: 100%;
    background: rgba(237, 31, 35, 1);
}

.btn_more_p:hover span {
    color: #fff;
}

.topplateform_s .btn-sec {
    margin: auto;
}

.site-content {
    margin: 7rem 0 4rem;
}

.press_sec_meta {
    border: 1px solid #ED1F23;
    border-radius: 30px;
    padding: 3px 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ED1F23;
    margin-bottom: 10px;
    display: inline-block;
}

.press_sec {
    padding: 0px;
}

.app-dvlp-section img {
    width: 100%;
}

.press_5 {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #ECEDF0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.app-dvlp-section .col_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}


.press_5_ic img {
    margin-bottom: 15px;
    height: 60px;
    width: 120px;
    object-fit: contain;
}

.press_5 .btn_info {
    margin-top: 30px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    color: #000;
}


.contact_page_itms li {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #c1c1c1;
    background: #ffffff91;
    padding: 15px;
    border-radius: 6px;
    justify-content: flex-start;
    text-align: left;
}

.contact_page_itms li::before {
    content: "";
    background: url(../images/images-two/li-tick.svg) 0 0 / 18px no-repeat;
    width: 18px;
    height: 17px;
    display: inline-flex;
    margin-right: 15px;
    margin-top: 2px;
    flex: 0 0 18px;
}

.contact_top_bn_itms1 {
    gap: 14px;
    margin-top: 18px;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
}

.contact_top_bn_itm1 {
    width: 100%;
    gap: 15px;
}

.contact_top_bn_itm1 {
    display: inline-flex;
}

.contact_top_bn .contact_top_bn_itms1 .contact_hr_itm_con p a {
    color: #000;
}

.contact_top_bn .contact_top_bn_itms1 .contact_hr_itm_con p {
    margin: 0;
}

.gro-text h3 {
    font-size: 25px;
}

.contat_location_itm {
    transition: .5s;
    background: radial-gradient(75.99% 262.53% at 95.73% 108.2%, rgb(0 102 255 / 14%) 0, #fff0 100%), radial-gradient(30.61% 75.99% at 3.39% 9.41%, #e6f4ed 0, #fff0 100%), #fafafa;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    margin-top: 30px;
}

.contat_location_itm_img img {
    margin: 0 auto;
    max-height: 140px;
}

.contat_location_itm_con {
    background: #fff;
    border-radius: 15px;
    padding: 20px 15px;
}

.contat_location_itm_con h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.contat_location_itm_con .cnt-ad {
    font-size: 16px;
    margin-bottom: 13px;
    height: 70px;
}

.contat_location_itm_img {
    margin-bottom: 20px;
}

.contact_hr_itms {
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    background: #d9e6fb;
    text-align: left;
}

.buss-dtl-sct {
    padding: 35px 0 35px 45px;
}

.contact_hr.home_btn_section .buss-dtl-sct {
    padding-right: 20px;
}

.contact_page_itm .contact_hr_itm_ic1 {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    padding: 15px;
    flex: 0 0 60px;
    margin-right: 5px;
}

.contact_hr_itm:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact_hr_itm {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact_page-email a {
    color: red;
    font-size: 20px;
}

.contact_hr p {
    font-size: 16px !important;
}

.contact_hr {
    padding: 50px 0;
    background: #f4f6fc;
}

.contact_us_page_rank {
    padding: 50px 0;
    background: #000;
}

.home_rank_btns .rnk-cover .rnk-bsns-bg .rnk-bsns_img {
    background: #161623;
    border-radius: 0;
}

.rnk-bsns_img_in {
    flex: 0 0 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.rnk-bsns-bg h5 a {
    color: #fff;
    font-size: 24px;
}

.rnk-bsns-bg p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
}

.rnk-bsns-bg.cltch h5:after {
    background: #fe3d2e;
}

.rnk-bsns-bg h5:after {
    content: "";
    width: 20px;
    height: 1px;
    display: block;
    background: #fe3d2e;
    margin: 10px auto;
}

.hiring_modal_itm .hiring_modal_itm_in::before,
.hiring_modal_itm::before,
.home_rank_btns .rnk-bsns_img::before,
.home_rank_btns .rnk-bsns_img_in::before {
    left: 0;
    top: 0;
    transition-duration: .4s;
}

.hiring_modal_itm::after,
.hiring_modal_itm::before,
.home_rank_btns .rnk-bsns_img::after,
.home_rank_btns .rnk-bsns_img::before {
    content: "";
    width: 0;
    height: 1.5px;
    position: absolute;
    transition: .2s linear;
    background: #474b55;
    border-radius: 30px;
}

.hiring_modal_itm .hiring_modal_itm_in::after,
.hiring_modal_itm::after,
.home_rank_btns .rnk-bsns_img::after,
.home_rank_btns .rnk-bsns_img_in::after {
    right: 0;
    bottom: 0;
    transition-duration: .4s;
}

.hiring_modal_itm::after,
.hiring_modal_itm::before,
.home_rank_btns .rnk-bsns_img::after,
.home_rank_btns .rnk-bsns_img::before {
    content: "";
    width: 0;
    height: 1.5px;
    position: absolute;
    transition: .2s linear;
    background: #474b55;
    border-radius: 30px;
}

.abt-jplft .bg-trpt .slick-slide img,
.bisiness_sec_con .btn,
.dev-process-bx,
.hiring_modal .btn-sec .btn,
.hiring_modal_itm:hover::after,
.hiring_modal_itm:hover::before,
.home_rank_btns .rnk-cover:hover .rnk-bsns_img::after,
.home_rank_btns .rnk-cover:hover .rnk-bsns_img::before,
.industries-dtl,
.pprtt-sldr img,
.servicess_itm ul li {
    width: 100%;
}

.blogapp-left-shape img,
.clutch_sec_sld_itm,
.hiring_modal_itm:hover .hiring_modal_itm_in::after,
.hiring_modal_itm:hover .hiring_modal_itm_in::before,
.home_rank_btns .rnk-cover:hover .rnk-bsns_img_in::after,
.home_rank_btns .rnk-cover:hover .rnk-bsns_img_in::before {
    height: 100%;
}

.blogapp-left-shape img,
.clutch_sec_sld_itm,
.hiring_modal_itm:hover .hiring_modal_itm_in::after,
.hiring_modal_itm:hover .hiring_modal_itm_in::before,
.home_rank_btns .rnk-cover:hover .rnk-bsns_img_in::after,
.home_rank_btns .rnk-cover:hover .rnk-bsns_img_in::before {
    height: 100%;
}

.rnk-bsns_img {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.about-bg {
    background-image: url(../images/images-two/about-bg.jpg);
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blue-banner {
    background-image: url(../images/images-two/blckchain_bg1.webp) !important;
}

.blockchain_plateform .row {
    align-items: center;
}

.ico_app_portfolio1 {
    background: #706fe5;
}

.ico_app_portfolio2 {
    background: #7d52e4;
}

section.apps-carft-screen-short-ssection.screens_sec {
    margin: 0;
    background: #151b22;
    padding: 32px 0 50px;
}

.animt_srvc,
.app-solution .app-screen img,
.mobil-img img,
.slick-slide img,
.why-jpl img {
    max-width: 100%;
}

.ourappslider img {
    border-radius: 10px;
}

.ourappslider .slick-slide {
    transform: scale(.8);
    opacity: .7;
    transition: .4s ease-in-out;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    margin: 0 !important;
}

.ourappslider .slick-slide.slick-center {
    transform: scale(1);
    opacity: 1;
    transition: .4s ease-in-out;
    filter: unset;
    -webkit-filter: unset;
}

.ourappslider .next_arrow,
.ourappslider .pre_arrow {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    color: #585858;
    position: absolute;
    top: 50%;
    z-index: 2;
    border: 1px solid #c7c7c7;
    cursor: pointer;
}

.card:hover .content .from-right,
.carousel nav button.next,
.ourappslider .next_arrow {
    right: 0;
}

.owl_sliderapp {
    margin-top: 30px;
}

.buss-dtl-sct h2 {
    font-size: 44px;
    line-height: 1.2;
    margin: 0 auto 20px;
    color: #fff;
}

.buss-dtl-sct p,
.d-soltions .cntnts-r h3,
.h4,
.solutions_menu_nw .solution_menu_btns_para h3,
h4 {
    font-size: 24px;
}

.admin-desn {
    background-color: #000;
}

.admin-desn {
    padding: 42px 100px 50px;
}

.admin-type {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
}

.admin-type img,
.expertise-panel .heading-expertise .check-left {
    float: left;
    margin-right: 15px;
}

.type-dtl h3 {
    color: #fff;
    font-size: 20px;
}

.type-dtl p {
    color: #f1f1f1;
    margin-top: 10px;
}

.admin-desn .section-heading {
    margin-bottom: 40px;
}

.ttpx h3 {
    color: #000 !important;
}

.ttpx p {
    color: #000 !important;
}

.scl-fix-dt {
    max-height: 470px;
    height: auto;
}

.scl-fix-dt {
    overflow-y: auto;
    padding: 0 50px;
}

.scl-fix-dt::-webkit-scrollbar {
    width: 8px;
}

.scl-fix-dt::-webkit-scrollbar-thumb {
    background: #ed1f24;
    border-radius: 20px;
}

.scl-fix-dt::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scl-fix-dt::-webkit-scrollbar-track {
    background: #c7c2c2;
    border-radius: 20px;
}


.cost_estimation .app-dvlp-info {
    box-shadow: unset;
    border-radius: 20px;
    height: calc(100% - 40px);
    margin-bottom: 0;
    padding: 25px;
    margin-top: 40px;
    text-align: center;
    background-color: #fff;
}

.cost_estimation .icon-dvpl-img {
    margin: -65px auto 35px;
}

.icon-dvpl-img {
    width: 97px;
    height: 97px;
    background: #ebecf0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.mobl-app-groc {
    background: linear-gradient(96deg, #f70739 0, #ff5201 100%);
    padding: 50px 0px;
}

.busn-txt,
.port-desc {
    padding: 25px;
    position: relative;
}



.busn-txt span {
    right: 0;
    left: auto;
}

.busn-txt span {
    color: #fff;
    font-size: 23px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.blog-sec .busn-txt span,
.busn-txt span {
    background: #ED1F24;
    font-weight: 600;
    top: -24px;
    position: absolute;
    text-align: center;
}

.mxm h5 {
    font-size: 33px;
}

.mxm .busn-txt {
    background: #fff;
}

.rang_sec_in h4 {
    color: #000;
}

.rang_sec_heading {
    color: #000;
}

.defi_app_portfolio1 {
    background: #292b3d;
}

.defi_app_portfolio2 {
    background: #edecf2;
}

.admin-desn .section-heading h2 {
    color: #fff !important;
}

.admin-desn .section-heading p {
    color: #fff !important;
}

.smartcontract_app_portfolio1 {
    background: #2d2e2e;
}

.smartcontract_app_portfolio2 {
    background: #0e1210;
}

.buss-idea-grow p {
    color: #fff;
}

.mxm .busn-txt p {
    color: #000;
}

.mxm .busn-txt h5 {
    color: #000 !important;
}

.crypto_exchange_app_portfolio1 {
    background: #1c162c;
}

.crypto_exchange_app_portfolio2 {
    background: #1a1a1a;
}

.cloud_partner .row {
    align-items: center;
}

.cloud_partner_box {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 40px;
}

.img_right_partner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.img_right_partner::before {
    content: "";
    position: absolute;
    top: -77px;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 251px;
    background: #d9d9d9;
}

.ccf h5 {
    color: #fff !important;
    font-size: 24px;
}

.pps-bner {
    padding: 80px 0px 58px 0px !important;
}

.help_service_itm {
    border-radius: 20px;
    border: 1px solid #cedfde;
    background: linear-gradient(0deg, #fff 0, #f0f4f3 100%);
    padding: 25px;
    height: 100%;
}

.help_service_head {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #000;
}

.help_list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.help_list li .help_list_itm,
.help_list li a {
    border-radius: 30px;
    border: 1px solid #cedfde;
    background: #fff;
    display: flex;
    padding: 7px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
}

.help_service_itm:hover {
    background: linear-gradient(283deg, #6184b9 .75%, #aa5c98 97.07%);
}

.help_service_itm:hover h3 {
    color: #fff;
}

.help_list li .help_list_itm:hover,
.help_list li a:hover {
    background: #ed1f24;
    color: #fff;
}

.sta_process_tab {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-tabs .nav-item.show .nav-link .sta_process_tab_cn,
.nav-tabs .nav-link.active .sta_process_tab_cn {
    background: #FFACAC;
    color: #ed1f24;
}

.sta_process_tab_cn {
    flex: 0 0 50px;
    height: 50px;
    background: #CEDFDE;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #425F5D;
    font-size: 24px;
    font-weight: 500;
    margin-right: 10px;
    position: relative;
}

.sta_process .nav-tabs {
    gap: 30px;
    border: 0;
    flex-direction: column;
}

.sta_process_itm_con,
.benefits_staff_accord h3,
.sta_process_tab_nm {
    font-size: 20px;
    font-weight: 600;
}

.sta_process_time {
    border-radius: 20px;
    border: 1px solid #CEDFDE;
    background: linear-gradient(0deg, #FFF 0%, #F0F4F3 100%);
    padding: 5px 20px;
    white-space: nowrap;
    display: inline;
    margin-left: 10px;
}

.sta_process .nav-tabs li .nav-link {
    width: 100%;
    text-align: left;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.sta_process .nav-tabs li .nav-link:focus {
    outline: none;
}

.sta_process_tab_nm {
    display: inline;
}

.sta_process_tab_cn::after {
    background: #CEDFDE;
    height: 100%;
    width: 4px;
    position: absolute;
    content: "";
    z-index: 0;
    top: 100%;
}

.sta_process .nav-tabs .nav-item.show .nav-link,
.sta_process .nav-tabs .nav-link.active .sta_process_tab_nm {
    background: transparent;
    color: #ed1f24 !important;
}

.sta_process_in .tab-content {
    height: 100%;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
}

.sta_process_in [class*="col-"],
.benefits_staff_in [class*="col-"] {
    margin-top: 30px;
}

.sta_process .nav-tabs .nav-item:last-child .sta_process_tab_cn::after {
    display: none;
}

.benefits_staff_accord .card-header h3 .btn {
    width: 100%;
    color: #000;
    position: relative;
    padding: 4px;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    background-color: #fff0 !important;
    border: 1px solid #fff0 !important;
}

.benefits_staff_accord_head {
    display: flex;
    gap: 15px;
}

.benefits_staff_accord .card {
    border-radius: 20px !important;
    border: 1px solid #CEDFDE !important;
    background: linear-gradient(0deg, #FFF 0%, #F0F4F3 100%);
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: unset;
}

.benefits_staff_accord .card-header {
    border-radius: 19px !important;
}


.game-bn#grocery-banner {
    background: #0d1e34 url(../images/images-two/unity_main_bg.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.bar_benefits_con h3 {
    font-size: 24px;
}

.bar_benefits_itms [class*="col-"]:first-child .bar_benefits_itm.bar_benefits_itmpr {
    flex-direction: row-reverse;
    text-align: right;
}

.bar_benefits_itm.bar_benefits_itmpr:first-child {
    margin-top: 0;
}

.bar_benefits_itm.bar_benefits_itmpr {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.bar_benefits .srvcs_itm_ic img {
    width: 70%;
}

.grocery-banner img {
    max-height: 543px;
    width: 100%;
}

.slen#grocery-banner {
    background: #00132E;
}

.bar_benefits_itmimg img {
    max-height: 500px;
    margin: 0 auto;
}

.bar_benefits_itmimg {
    text-align: center;
}

.ar-bn#grocery-banner {
    background: #0a0c29 url(../images/images-two/ar_main_bg.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.fixit_app_portfolio1 {
    background-color: #8c9dd1;
}

.admin-desn_tabs .nav-pills {
    border: 1px solid #ddd;
    display: inline-flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    padding: 5px;
    gap: 7px;
}

.admin-desn_tabs {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.admin-desn_tabs .nav-pills .nav-item .nav-link.active,
.admin-desn_tabs .nav-pills .nav-item .nav-link:hover {
    background: #161623 !important;
    color: #fff !important;
}

.admin-desn_tabs .nav-pills .nav-link {
    border: 0;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 500;
}

.tab_cn_pn {
    background: #161623;
    padding: 30px;
    border-radius: 15px;
}

.ul_list li {
    padding-left: 30px;
    background-image: url(../images/images-two/check_crcl11-new.svg);
    background-repeat: no-repeat;
    color: #fff;
    flex: 0 0 calc(50% - 13px);
    background-position: left 2px;
    font-weight: 500;
}

.ul_list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 20px;
    margin-top: 15px;
}

.ftr_sec .admin-img {
    background: #ffffff12;
    padding: 30px;
}

.flip-card-inner,
.ftr_sec .admin-img {
    text-align: center;
    border-radius: 20px;
}

.admin-img img {
    width: 100%;
}

.type-dtl h4 {
    color: #fff;
}

.pg_solutions_itm {
    border: 1px solid #b0b8cf;
    background: #fff;
    padding: 25px 25px 0;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    gap: 20px;
    height: 100%;
    display: flex;
    overflow: hidden;
}

.pgg .pg_solutions_con {
    padding: 0;
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
}

.pgg .pg_solutions_itm img {
    width: 73%;
}

.mistake_sec_itm_in {
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(0deg, #fff 0, #f0f4f3 100%);
    padding: 30px 30px 0;
}
.mistake_sec_itm_in, .pg_solutions_itm {
    border-radius: 20px;
    gap: 0px;
    height: 100%;
    display: flex;
    overflow: hidden;
}

.mistake_sec_itms .row [class*=col-]:nth-child(2) .mistake_sec_itm .mistake_sec_itm_in {
    flex-direction: column-reverse;
    padding: 0 30px 30px;
    background: linear-gradient(0deg, #f0f4f3 0, #fff 100%);
}

.custom_sec_itm:first-child [class*=col-]:nth-child(2) {
    border-radius: 30px 30px 0 0;
    border-top: 2px solid #00a601;
    margin-top: -8rem;
    padding-top: 8rem;
}
.custom_sec_itm [class*=col-]:nth-child(2) {
    border-radius: 0;
    border-left: 2px solid #00a601;
    border-right: 2px solid #00a601;
    background: rgb(228 253 228 / .2);
}

.custom_sec_itms {
    margin-top: 40px;
    border: 1px solid #e0dfe5;
    box-shadow: 0 2px 24px 0 rgb(0 0 0 / .11);
    position: relative;
    border-radius: 20px;
}

.custom_sec_info {
    gap: 20px;
    display: flex;
    gap: 25px;
    padding: 30px;
}

.custom_sec_innf {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    padding: 20px;
}

.custom_sec_heading {
    position: absolute;
    top: 45px;
    text-align: center;
    width: 100%;
    left: 0;
}
.custom_sec_itm:first-child [class*=col-]:nth-child(3) {
    margin-top: -8rem;
    padding-top: 8rem;
}

.custom_sec_itm {
    border-bottom: 1px solid #e0dfe5;
}

.fuel_app_portfolio {
    background-color: #c0d4db;
}

.row{
    align-items: center !important;
}

.tappay_app_portfolio {
    background: #426a99;
}

.needs_sec .row{
    align-items: normal !important;
}

.loanlending_app_portfolio1{
    background-color: #000;
}

.loanlending_app_portfolio2 {
    background: #0b0b0b;
}

.tapatradie_app_portfolio1 {
    background-color: #f6901e;
}

.app-pro-fect .bg-color {
    background-image: url(../images/images-two/why-bg.png);
    padding: 50px;
    background-size: cover;
    border-radius: 60px;
}

.buzz_app_portfolio {
    background: #ccf6df;
}

.astrology_app_portfolio1 {
    background: #e6c3af;
}

.astrology_app_portfolio2 {
    background: #dde9ef;
}

.beauty_app_portfolio1 {
    background: #fff1f6;
}

.beauty_app_portfolio2 {
    background: #6c4eff;
}

.carrental_app_portfolio1 {
    background: #141a23;
}

.carrental_app_portfolio2 {
    background: #6679c0;
}

.handy_app_portfolio {
    background: #a6d0d6;
}
.lowyer_app_portfolio1 {
    background: #926400;
}
.lowyer_app_portfolio2 {
    background: #b4aaff;
}
.laundary_app_portfolio1 {
    background: #6ad8fc;
}
.laundary_app_portfolio2 {
    background: #132843;
}
.babaytracking_app_portfolio1 {
    background: #5176f9;
}

.babaytracking_app_portfolio2 {
    background: #3e93b6;
}

.app-ftr-typ {
    background: #fff;
    height: calc(100% - 20px);
    box-shadow: -3px -6px 16px #ffffffb0;
    border-radius: 15px;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 20px;
    position: relative;
}

.app-ftr-typ:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 9px 5px 14px #00000026;
    border-radius: 15px;
}

.dmand-dtl span, .type-no {
    display: inline-block;
    background: #f70739;
    border-radius: 0 10px 10px;
    font: 800 18px / 24px Roboto;
    letter-spacing: 0;
    color: #fff;
    width: 46px;
    padding: 12px 0;
    text-align: center;
    position: absolute;
    top: -20px;
}

.proc-step {
    position: relative;
    padding: 50px 40px 20px;
    background: linear-gradient(124deg, #ebecf000 0, #ffffff00 100%);
    box-shadow: inset -6px -5px 9px #fdfdfd;
    border-radius: 27px;
    margin-top: 50px;
}

.proc-step h3 {
    font-size: 23px;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 20px;
}

.proc-step ul li {
    display: flex;
    margin-bottom: 18px;
    color: #263238;
}

.app-dvlp-info, .food-dlry-dtl {
    background: #fff;
    box-shadow: 0 10px 20px #0000001a;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 30px;
}

.app-dvlp-info h3 {
    font-size: 24px;
    letter-spacing: 0;
    color: #000;
    margin: 25px 0;
}

.matrimony_app_portfolio1 {
    background: #ffc9d1;
}

.matrimony_app_portfolio2 {
    background: #3d0e18;
}

.icecream_app_portfolio1 {
    background: #ff478b;
}
.icecream_app_portfolio2 {
    background: #a04c6b;
}

.education_app_portfolio1 {
    background: #6949ff;
}

.education_app_portfolio2 {
    background: #232323;
}

.bikerental_app_portfolio1 {
    background: #0ab4e5;
}
.bikerental_app_portfolio2 {
    background: #41a9d0;
}

.btn_full img{
    max-width: 100%;
}

.agriculture_app_portfolio1 {
    background: #faf8cb;
}

.parking_app_portfolio1 {
    background: #52889f;
}

.parking_app_portfolio2 {
    background: #ffb700;
}

.classfied_app_portfolio1 {
    background: #4662fa;
}

.classfied_app_portfolio2 {
    background: #71bdf5;
}

.stockstream_app_portfolio1{
    background-color: #000;
}

.stockstream_app_portfolio2 {
    background: #57b299;
}

.detl-on-dmnd {
    position: absolute;
    background: linear-gradient(180deg, #00000000 0, #000 100%);
    bottom: 0;
    padding: 90px 20px 20px;
    width: 100%;
}

.detl-on-dmnd h3 {
    font-size: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.detl-on-dmnd p {
    color: #fff;
}

.aps-scrn{
    position: relative;
}
.influencer_app_portfolio2, .podcast_app_portfolio2 {
    background: #5b61f3;
}

.podcast_app_portfolio1 {
    background: linear-gradient(0deg, #d12b36 0, #fab557 100%);
}

.swiftbite_app_portfolio {
    background: #11cc7a;
}

.petgrooming_app_portfolio1 {
    background: #3f3c91;
}

.petgrooming_app_portfolio2 {
    background: #0c9e5e;
}

.furniture_app_portfolio1 {
    background: #806b7e;
}

.furniture_app_portfolio2 {
    background: #06080b;
}

.doctor_app_portfolio1 {
    background: #428b82;
}

.doctor_app_portfolio2 {
    background: #0267ff;
}

.auction_app_portfolio1 {
    background: #2cb7c1;
}

.auction_app_portfolio2 {
    background: #583ebe;
}

.packmovers_app_portfolio1 {
    background: #060606;
}

.packmovers_app_portfolio2 {
    background: #165c90;
}

.industry_solutionitm:nth-child(2n+1) .industry_row {
    flex-direction: row-reverse;
}
.industry_row {
    margin-top: 30px;
    align-items: center;
}

.industry_solutionitm_img {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industry_solutionitm_initm {
    box-shadow: 0 5px 15px #dcdfe1;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    background: #fff;
    text-align: center;
}

.industry_solutionitm_in [class*="col-"] {
    margin-top: 27px;
}

.news_app_portfolio1 {
    background: #9eecb1;
}

.news_app_portfolio2 {
    background: #f2e0ff;
}

.epense_app_portfolio1 {
    background: #334948;
}

.epense_app_portfolio2 {
    background: #443ad8;
}

.travelty_app_portfolio {
    background: #d4e3e3;
}

.media_app_portfolio1 {
    background: #a259ff;
}

.media_app_portfolio2 {
    background: #1e222e;
}

.stm img{
    width: 100% !important;
}

.fintech_app_portfolio1 {
    background: #0046fd;
}

.fintech_app_portfolio2 {
    background: #6f66ff;
}

.realestate_app_portfolio1 {
    background: #18d9c8;
}

.blockchain_plateform_bt_img img {
    max-width: 100%;
}

.sect-dtl-img img {
    max-width: 100%;
}

.press_sec_img img{
    max-width: 100%;
}

.clt-revw-testi .slide-item a{
    cursor: default;
}

.sta_process_itm:last-child {
    display: none;
}

.sta_process_itm:nth-child(6){
    display: none;
}

#modal_static .modal-content, #modal_static1 .modal-content, #modal_static2 .modal-content {
    background: radial-gradient(75.99% 262.53% at 95.73% 108.2%, rgb(0 102 255 / .2) 0, #fff0 100%), radial-gradient(30.61% 75.99% at 3.39% 9.41%, #e6f4ed 0, #fff0 100%), #f5f5fc;
    background-blend-mode: normal, normal, darken, normal;
    border-radius: 20px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    z-index: 99999 !important;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal_clor {
    color: #ed1f24;
}

.modal_static_s .heading_h1 h2 {
    font-size: 35px !important;
}
#modal_static2 .modal-content .modal-body {
    padding: 20px 25px 25px 25px;
}

.modal_static_s .heading_h1 {
    text-align: center;
    margin-bottom: 20px;
}

.modal_static_s .row {
    align-items: start !important;
}

.testimonial_box-img {
    padding: 0 0 10px;
    display: flex;
    justify-content: center;
}
.testimonial_box-icon {
    padding: 0 0;
}

.testimonial_box-top {
    text-align: center;
    margin: 0px 8px;
}

.clt-lg-str-ver {
    display: flex;
    border: 1px solid #fff;
    padding: 10px;
    align-items: center;
    border-radius: 12px;
    margin: 10px 0;
    justify-content: space-between;
}

.clutch_sec_sld_itm_rt-ppupp {
    display: flex;
    align-items: center;
}

.clutch_para_verify img{
    margin-right: 10px;
}

.testimonial_box-name h4 {
    font-size: 18px;
    line-height: normal;
    color: #000;
    margin-bottom: 0;
}

.testimonial_box-job p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}
.testimonial_box-img img {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}

.testimonial .testimonial__inner .testimonial-slider {
    padding: 0 5% 0;
}

.cltch-lgg {
    height: 17px;
}

#modal_static2 .close {
    background: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#modal_static .close, #modal_static1 .close, #modal_static2 .close {
    font-weight: lighter;
    position: absolute;
    right: 15px;
    z-index: 999;
    top: 12px;
    opacity: 1;
    border: 0;
    box-shadow: unset;
    text-shadow: unset;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    margin: 0;
    width: 50px;
    height: 50px;
}


.modal_static_form {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 20px 42px 0 rgb(0 0 0 / .5);
}

.responsnce_time_2 {
    font-size: 18px;
    margin-bottom: 9px;
}

.mann-prrl {
    border-radius: 10px;
    border: 1px solid #FFF;
    background: rgb(255 255 255 / .25);
    backdrop-filter: blur(5px);
    padding: 20px;
}

.add-parrl {
    display: flex;
    align-items: start;
    gap: 25px;
}

.modal_static_con h4 {
    font-size: 15px;
    position: relative;
    font-weight: 500;
}

.modal_new_cn .contact_page_itms li {
    padding: 0;
    margin-bottom: 10px;
    background: #fff0;
    border: 0;
    font-size: 14px;
}

.modal_static_con h4 {
    font-size: 15px;
    position: relative;
    font-weight: 500;
}

.contact_top_bn_itm{
    align-items: flex-start;
    display: flex;
    margin-bottom: 8px;
    gap: 12px;
}

.contact_hr_itm_ic img {
    max-width: 18px;
}

.contact_hr_itm_con.my-dsao p
 {
    font-size: 14px !important;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.modal_static_con .contact_top_bn .contact_top_bn_itms .contact_top_bn_itm:first-child p {
    font-size: 14px;
}

.contact_top_bn_itm p{
    margin: 0px;
}

.modal_static_form .addfile:after {
    content: " ";
    position: absolute;
    width: 117px;
    height: 100%;
    background-image: url(../images/file_s.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: -2px;
    z-index: 1;
}
.modal_static_form .addfile {
    font-family: 'Poppins';
}
.modal_static_form .addfile {
    border: none !important;
    position: relative;
    padding-top: 4px;
    display: inline-block;
}

.red_text {
    color: #ed1f24;
}

.ovr-rting {
    justify-content: center;
}
.ovr-rting {
    margin-top: 10px;
    display: flex;
}

#modal_static2 .modal_static_itms {
    gap: 10px 30px;
    margin: 0;
    border-bottom: none;
    padding-bottom: 15px;
    justify-content: center;
}

.modal_static_itms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#modal_static2 .modal_static_itms .modal_static_itm {
    font-size: 10px;
    overflow: hidden;
    flex: 0 0 100px;
}

.ratinf-sde {
    display: flex;
    margin-top: 25px;
    gap: 15px;
    justify-content: center;
}

.ratinf-sde ul {
    display: flex;
    gap: 5px;
}

.ratinf-sde ul li img {
    height: 30px;
    width: 30px;
}

.ratinf-sde p {
    font-size: 14px;
}

.ratinf-sde p span {
    color: #0092FF;
    font-weight: 500;
}

.modal_static_s .heading_h1 .modal_block {
    font-weight: 400;
    font-size: 25px;
}

.responsnce_time_2 span {
    color: #0092ff;
}

.testimonial-slider {
    visibility: hidden;
}

.testimonial-slider.slick-initialized {
    visibility: visible;
}
