.about-section {
    padding-top: 100px;
}

.page-template-template-mobileapp-page .section-development-process{
    background: linear-gradient(90deg, rgba(250, 250, 252, 1) 0%, rgba(219, 219, 230, 1) 100%);
    border-top: 2px solid rgba(95, 95, 95, 0.2);
}

.page-template-template-mobileapp-page .section.section-ourwork{
    background: linear-gradient(90deg, rgba(250, 250, 252, 1) 0%, rgba(219, 219, 230, 1) 100%);
}

.page-template-template-mobileapp-page .heading2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.page-template-template-mobileapp-page .heading3 {
    font-size: 30px;
    line-height: 44px;
}

.page-template-template-mobileapp-page .app_features-section .heading4 {
    position: relative;
    margin-bottom: 0;
    color: #0D151F;
    margin-top: 0;
    font-size: 56px;
    font-weight: 700;
    line-height: 125%;
    margin-top: 23px;
    width: 100%;
}

.page-template-template-mobileapp-page .about-section .heading4 {

    position: relative;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #B7B7B7;
    width: 43%;
    max-width: 345px;
    margin: unset;
    padding-right: 30px;
}

.page-template-template-mobileapp-page .about-section .col-items .description{
    width: 57%;
    padding-left: 30px;
}
.page-template-template-mobileapp-page .heading5 {
    font-size: 20px;
    line-height: 120%;
}

/* .service-section */
.service-section .section-container .col-meta img {
    width: 100%;
    max-width: 340px;
}

.stack-card {
    position: absolute;
    top: 0;
}

.box-card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.app_features-section {
    padding-top: 45px;
    background: linear-gradient(90deg, rgba(250,250,252,1) 0%, rgba(219,219,230,1) 100%);
}

.page-template-template-mobileapp-page .app_features-section .heading {
    margin-bottom: 50px;
    padding-bottom: 0px !important;
    color: #2C3377 !important;
    letter-spacing: 0.4px;
}

.page-template-template-mobileapp-page .app_features-section .about-sub-heading:after {
    right: 0;
    left: unset;
}

.app_features-section .section-header .description {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #746F6F;
    max-width: 998px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.2px;
}

.app_features-section .section-container .app_features-description {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 60px;
    text-align: right;
    color: #000000;
}

.app_features-section .section-container .cards {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.app_features-section .section-container .col-meta.border-box {
    border-radius: 25px;
    padding: 40px;
    min-height: 250px;
    height: fit-content;
    cursor: pointer;
    width: 447px;
    height: 510.52px;
    transform-origin: left bottom;
    background-color: #FFCD06;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.app_features-section .section-container .cards .box-card:nth-last-child(2) .col-meta.border-box {
    background-color: #FFD738;
    transform: rotate(-4deg);
}

.app_features-section .section-container .cards .box-card:nth-last-child(3) .col-meta.border-box {
    background-color: #FFE16B;
    transform: rotate(-7.7deg);
}

.app_features-section .section-container .cards .box-card:nth-last-child(4) .col-meta.border-box {
    background-color: #FFEC9E;
    transform: rotate(-12deg);
}

.app_features-section .section-container .cards .box-card:nth-last-child(5) .col-meta.border-box {
    background-color: #FFF6D1;
    transform: rotate(-15.5deg);
}

.app_features-section .section-container .cards .box-card:nth-last-child(6) .col-meta.border-box {
    background-color: #FFF6D1;
    transform: rotate(-20deg);
}

.app_features-section .section-container .cards .box-card:nth-last-child(7) .col-meta.border-box {
    background-color: #FFF6D1;
    transform: rotate(-24deg);
}

.app_features-section .section-container .col-meta.border-box .square-color:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    width: 200px;
    height: 171px;
    background-image: url(../images/star-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: -20px;
    top: -25px;
}


.app_features-section .section-container .col-meta.border-box .square-color {
    display: block;
    /*width: 97px;
    height: 82px;*/
    width: 132px;
    height: 132px;
    margin-right: 16px;
    flex-shrink: 0;
/*    margin-top: 6px;*/
    position: relative;
    margin: 24px 20px;
}

.app_features-section .section-container .col-meta.border-box .square-color .square-color-img {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: 16px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 50%;
}

.app_features-section .section-container .col-meta.border-box .square-color img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 49.5px;
    height: 49.5px;
    transform: translate(-50%, -50%);
    filter: brightness(0%);
}
/*
.app_features-section .section-container .col-meta.border-box:hover .square-color img {
    filter: invert(0%) sepia(0%) saturate(28%) hue-rotate(46deg) brightness(105%) contrast(106%);
}*/

.app_features-section .section-container .col-meta.border-box h3 {
    display: flex;
    flex-direction: row;
    margin-bottom: 32px;
}

.app_features-section .section-container .col-meta.border-box .description {
    max-width: 490px;
    color: #4F4F4F;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #4F4F4F;
    display: none;
}

.app_features-section .section-container .cards {
    position: relative;
    padding-top: 510px;
}

.app_features-section .cards .border-box.col-meta {
    margin: auto;
}

.app_features-section .cards .border-box-position.border-box.col-meta {
    position: static;
    opacity: 0 !important;
    pointer-events: none;
}

.app_features-section .section-container {
    padding: 185px 0 0 45px;
}

/* .madp-section */

.madp-section {
    background: #292A39;
    padding-bottom: 4.1rem;
}

.madp-section .section-header h2 {
    color: #FFCD06;
    margin-top: 3px;
}

.madp-section .section-header .description {
    color: #FFFFFF;
}

.madp-section .section-container .col-meta {
    text-align: center;
    padding-right: 24px;
    padding-left: 24px;
    margin-top: 92px;
    margin-bottom: 35px;
}

.madp-section .section-container .col-meta .step {
    background: rgba(255, 205, 6, 0.1);
    border-radius: 8px;
    padding: 8px 16px;
    text-transform: uppercase;
    color: #FFCD06;
    position: relative;
    font-weight: 600;
}

.madp-section .section-container .col-meta .step:after {
    content: '';
    width: 180px;
    height: 1px;
    position: absolute;
    top: 20px;
    border-bottom: 1px dashed #FFCD06;
    left: 123%;
}

.madp-section .section-container .col-meta:nth-child(4n) .step:after {
    content: none;
    width: 180px;
    height: 1px;
    position: absolute;
    top: 20px;
    border-bottom: 1px dashed #FFCD06;
    left: 115%;
}

.madp-section .section-container .col-meta .sttl {
    background: #FFFFFF;
    box-shadow: 0px 17px 39px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    min-height: 131px;
    margin: auto;
    margin-top: 60px;
}

.madp-section .section-container .col-meta .sttl img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -24px;
}

.madp-section .section-container .col-meta .sttl span {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #183B56;
}

.madp-section .section-container .row {
    margin-right: -24px;
    margin-left: -24px;
}

.madp-section .section-container .col-meta:hover,
.madp-section .section-container .col-meta:focus {
    cursor: pointer;
}

.madp-section .section-container .col-meta:hover .sttl,
.madp-section .section-container .col-meta:focus .sttl {
    background: #E0E0E0;
}

.madp-section .section-container .col-meta:hover .step,
.madp-section .section-container .col-meta:focus .step {
    background: #E0E0E0;
    color: #5A7184;
}

.madp-section .section-container .col-meta:hover .sttl img,
.madp-section .section-container .col-meta:focus .sttl img {
    filter: grayscale(100%);
}

.madp-section .section-container .col-meta:hover .step:after,
.madp-section .section-container .col-meta:focus .step:after {
    border-color: #828282;
}

/* .blog-section */

.section-home-features.blog-post-section {
    padding-bottom: 50px;
}

.section-home-features.blog-post-section .heading {
    margin-bottom: 107px;
}

.blog-section .post-items .row {
    margin-left: -21px;
    margin-right: -21px;
}

.blog-section .post-items .post-item {
    position: relative;
    padding-right: 21px;
    padding-left: 21px;
    margin-top: 80px;
    width: 100%;
    height: 844px;
}

.blog-section .post-items .post-item .post-detail {
    position: absolute;
    bottom: 0;
    padding: 40px;
    width: calc(100% - 42px);
}

.blog-section .post-items .post-item .wraper a img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 16px;
}

.blog-section .post-items .post-item .wraper a {
    position: relative;
}

.blog-section .post-items .post-item .wraper a:not(.title):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(24, 59, 86, 0.0001) 0%, #152532 100%);
    border-radius: 16px;
}

.blog-section .post-items .post-item .wraper {
    height: 100%;
}


.blog-section .post-items .post-item .post-detail h3 a {
    color: #FFFFFF;
    text-decoration: none;
}

.blog-section .post-items .post-item .post-detail h3 {
    margin-bottom: 40px;
}

.blog-section .post-items .post-item .post-detail .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #959EAD;
}

.blog-section .post-items .post-item .post-detail .content p {
    max-width: 535px;
    padding: 8px;
}

.blog-section .post-items .post-item .post-detail .content span {
    flex-shrink: 0;
    margin-left: 20px;
    margin-top: auto;
    font-weight: 700;
}

/* .bottom_panel_banner-section  */

.bottom_panel_banner-section .border-bottom-banner h2 {
    color: #FBFBFB;
    margin-bottom: 75px;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
}

.bottom_panel_banner-section .button-more .button {
    height: 66px;
    width: 209px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 125%;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #0D151F;
}

.bottom_panel_banner-section .border-bottom-banner .description {
    color: #FFF;
    margin-bottom: 38px;
}

@media (min-width:1200px) {
    .madp-section .container {
        max-width: 1264px;
    }

}

@media (max-width:1440px) {
    .app_features-section .section-container .col-meta.border-box {
        padding: 40px;
    }
}

@media (max-width:1280px) {
    .blog-section .post-items .post-item {
        height: 744px;
    }


    .blog-section .post-items .post-item .post-detail .content span {
        margin-left: 15px;
    }

    .app_features-section .section-container .row {

        margin-right: -15px;
        margin-left: -15px;
    }

    .app_features-section .section-container .col-meta {
        margin-top: 40px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .bottom_panel_banner-section .border-bottom-banner {
        padding: 80px 100px;
    }
}

@media (max-width:1264px) {
    .madp-section .section-container .col-meta .step:after {
        width: 14.5vw;
    }
}

@media (max-width:1024px) {
    .app_features-section .section-container{
        padding-top: 120px;
    }
    .madp-section .section-container .col-meta .step:after {
        width: 12vw;
    }

    .app_features-section .section-container .col-meta.border-box .square-color {
        margin-top: 3px;
    }

    .page-template-template-mobileapp-page .heading {
        font-size: 36px;
        line-height: 46px;
    }

    .page-template-template-mobileapp-page .heading2 {
        font-size: 30px;
        line-height: 40px;
    }

    .page-template-template-mobileapp-page .heading3 {
        font-size: 24px;
        line-height: 36px;
    }

    .page-template-template-mobileapp-page .heading4 {
        font-size: 20px;
        line-height: 24px;
    }

    .page-template-template-mobileapp-page .heading5 {
        font-size: 18px;
        line-height: 24px;
    }

}

@media (max-width:992px) {
    .blog-section .post-items .post-item {
        height: 844px;
        margin-top: 60px;
    }

    .blog-section .post-items .post-item .post-detail .content span {
        margin-left: 20px;
    }

    .madp-section .section-container .col-meta:nth-child(4n) .step:after {
        content: "";
    }

    .madp-section .section-container .col-meta:nth-child(2n) .step:after {
        content: none;
    }

    .madp-section .section-container .col-meta .step:after {
        width: 36.5vw;
    }

    .app_features-section .section-container .col-meta.border-box {
        /* padding: 40px 36.5px; */
        min-height: fit-content;
    }
}

@media (max-width:960px) {
    .madp-section .section-container .col-meta .step:after {
        width: 35vw;
    }
}

@media (max-width:830px) {
    .madp-section .section-container .col-meta .step:after {
        width: 33.5vw;
    }
}


@media (max-width:767.98px) {
    .service-section .section-container .col-image {
        margin-top: 30px;
    }

    .bottom_panel_banner-section .border-bottom-banner {
        padding: 89px 15px;
    }

    .blog-section .post-items .post-item .post-detail {
        padding: 25px 15px;
    }

    .blog-section .post-items .post-item .post-detail h3 {
        margin-bottom: 24px;
    }

    .blog-section .post-items .post-item {
        height: 600px;
        margin-top: 40px;
    }

    .madp-section .section-container .col-meta:nth-child(4n) .step:after {
        top: 51px;
        height: 145px;
        width: 1px;
        left: 50%;
    }

    .madp-section .section-container .col-meta:nth-child(2n) .step:after {
        content: "";
    }

    .madp-section .section-container .col-meta:nth-last-child(1) .step:after {
        content: none;
    }

    .madp-section .section-container .col-meta {
        display: flex;
        flex-direction: row;
        margin-top: 40px;
    }

    .madp-section .section-container .col-meta .step {
        max-width: 80px;
        flex-shrink: 0;
        font-size: 16px;
        padding: 6.5px 14px;
        height: fit-content;
    }

    .madp-section .section-container .col-meta .step:after {
        top: 51px;
        height: 145px;
        width: 1px;
        left: 50%;
        border-left: 1px dashed #FFCD06;
    }

    .madp-section .section-container .col-meta .sttl {
        width: 100%;
        margin-left: 8px;
        margin-top: 0;
        min-height: 135px;
    }

    .app_features-section {
        padding-top: 211px;
    }

    .app_features-section .section-container .col-meta.border-box .square-color {
        width: 66px;
        height: 66px;
        margin: 17px 10px;
    }
    .app_features-section .section-container .col-meta.border-box .square-color img{
        width: 25px;
        height: 25px;
    }
    .app_features-section .section-container .col-meta.border-box .square-color:after{
        width: 100px;
        height: 85px;
    }
    .app_features-section .section-container .col-meta.border-box{
        width: 65%;
        height: 69vw;
        padding: 20px;
        border-radius: 12.5px;
        margin-right: 8%;
        margin-top: 105px;
    }
    .page-template-template-mobileapp-page .app_features-section .heading4{
        font-size: 32px;
        font-weight: 700;
        line-height: 125%;
        padding-left: 0;
        margin-top: 0;
    }    
    .page-template-template-mobileapp-page .one-column-des {
        margin-top: 20px;
    }    
    .mobile-app-page .about-section {
        padding-top: 35px;
    }
    .bottom_panel_banner-section .border-bottom-banner .button-more .button {
        /* padding: 15px; */
        min-width: 220px;
        height: 48px;
        line-height: 20px;
    }

    .bottom_panel_banner-section .border-bottom-banner .description {
        margin-bottom: 24px;
    }

    .bottom_panel_banner-section .border-bottom-banner h2 {
        margin-bottom: 8px;
    }

    .page-template-template-mobileapp-page .heading {
        font-size: 30px;
        line-height: 52px;
    }

    .page-template-template-mobileapp-page .heading2 {
        font-size: 28px;
        line-height: 32px;
    }

    .page-template-template-mobileapp-page .heading3 {
        font-size: 24px;
        line-height: 28px;
    }

    .page-template-template-mobileapp-page .heading4 {
        font-size: 18px;
        line-height: 24px;
    }

    .page-template-template-mobileapp-page .heading5 {
        font-size: 16px;
        line-height: 22px;
    }

    .blog-section .post-items .post-item .post-detail .content span {
        font-size: 14px;
        line-height: 28px;
    }

    .app_features-section .section-container {
        padding: 0;
    }

    .section-home-features.blog-post-section {
        padding-bottom: 0px;
    }

    .madp-section .section-container .col-meta .sttl span {
        font-size: 20px;
        line-height: 22px;
    }

    .service-section .section-container .col-items>.inner.row .description,
    .page-template-template-mobileapp-page .heading4 {
        padding-left: 27px;
        color: #183B56;
    }

    .page-template-template-mobileapp-page .heading4 {
        margin-bottom: 8px;
    }

    .page-template-template-mobileapp-page .heading4:before {
        left: 0;
        width: 10px;
        height: 26px;
        border-radius: 3px;
    }

    .service-section .section-header h2 {
        margin-bottom: 40px;
    }

    .service-section .section-container .col-meta h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 32px;
    }
    .page-template-template-mobileapp-page .about-section .heading4{
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .page-template-template-mobileapp-page .about-section .col-items .description{
        width: 100%;
        padding: 0;
    }
    .mobile-app-page .app_features-section {
        padding-top: 41px;
    }
    .app_features-section .section-header .description{
        font-size: 14px;
        line-height: 22px;
    }
    .page-template-template-mobileapp-page .app_features-section .heading {
        margin-bottom: 27px;
    }
    .app_features-section .section-header .description{
        margin-bottom: 0;
    }
    .app_features-section .section-container {
        padding-top: 0;
    }
}

@media (max-width:580px) {
    .blog-section .post-items .post-item {
        height: 500px;
        margin-top: 32px;
    }

    .blog-section .post-items .post-item .post-detail .content span {
        margin-left: 10px;
    }
}

@media (max-width:490px) {

    .page-template-template-mobileapp-page .heading2 {
        font-size: 24px;
        line-height: 26px;
    }

    .page-template-template-mobileapp-page .heading3 {
        font-size: 16px;
        line-height: 25px;
    }

    .page-template-template-mobileapp-page .heading4 {
        font-size: 16px;
    }
    .page-template-template-mobileapp-page .one-column-des p{
        font-size: 10px;
        font-family: SF Pro Display;
        font-weight: 500;
        line-height: 125%;
    }
}

@media (max-width:380px) {
    .blog-section .post-items .post-item {
        height: 400px;
    }
}