body {
    overflow-x: hidden
}

.full-page-banner .row:before,
.full-page-banner .row:after,
.row-flexible-top:before,
.row-flexible-top:after,
.row-flexible-center:after,
.row-flexible-center:before,
.row-flexible-center-all:after,
.row-flexible-center-all:before {
    display: block!important;
}

.row-flexible-top {
    display: flex;
    flex-wrap: wrap;
}

.row-flexible-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.row-flexible-center-all {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#main {
    padding: 0px!important;
}

#main .fusion-row {
    width: 100%!important;
    max-width: 100%!important
}

.full-page-banner {
    background-image: url(/wp-content/uploads/2019/06/mobile-app-dev-service-bg-1.png);
    background-size: cover;
    background-position: bottom center;
}

.full-page-banner .row {
    height: calc(100vh - 90px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.full-page-banner .container {
    padding: 0px;
}

.fold-text h1 {
    font-size: 34px;
    font-weight: 900;
    line-height: 1.5;
    color: #fff;
    letter-spacing: -1px;
    margin: 0px;
}

.fold-text h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    margin: 25px 0px;
    margin-bottom: 35px;
}

.fold-text p a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    background-color: #1BA37E;
    color: #fff;
    display: inline-block;
    padding: 18px 29px;
    border-radius: 4px;
}

.inner-images-fold {
    height: 500px;
    position: relative;
    transform: scale(.8);
    top: 0px;
}

.inner-images-fold img {
    visibility: hidden;
    position: absolute
}

.inner-images-fold img:nth-child(1) {
    z-index: 1;
    bottom: -60px;
}

.inner-images-fold img:nth-child(2) {
    z-index: 2;
}

.inner-images-fold img:nth-child(3) {
    z-index: 3;
    top: -90px;
}

.fold-images {
    animation-name: bounce-1;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.common-section-all {
    padding: 80px 0px;
    float: left;
    width: 100%;
}

.common-heading-section {}

.common-heading-section h4 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0px;
}

.common-heading-section p {
    font-size: 24px;
    line-height: 1.3;
}

.why-choose-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.why-choose-list li.actioner h5 {
    font-size: 22px;
}

.why-choose-list li.actioner {
    background-color: #0E2A55!important;
}

.why-choose-list li.actioner h4,
.why-choose-list li.actioner h5,
.why-choose-list li.actioner p {
    color: #fff
}

.why-choose-list li {
    width: calc(25% - 30px);
    margin: 15px;
    background-color: #EEF4F2;
    padding: 30px;
    border-radius: 15px;
    margin-top: 60px;
    transition: .5s
}

.why-choose-list li.actioner:hover {
    background: url(/wp-content/uploads/2019/06/mobile-app-dev-service-allurive-bg.png)!important;
    background-color: #0e2a55!important;
    box-shadow: 0 19px 62px 4px rgba(179, 179, 179, .26)!important;
}

.why-choose-list li:hover {
    box-shadow: 0 19px 62px 4px rgba(179, 179, 179, 0.26);
    background-color: #fff
}

.why-choose-list li img {
    height: 60px;
    margin-bottom: 15px;
}

.why-choose-list li h4 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0px;
}

.why-choose-list li h5 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 15px;
}

.why-choose-list li p {
    font-size: 15px;
    line-height: 1.4;
    margin: 0px;
}

.dark-love {
    background-color: #0A0E15;
}

.list-addon {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.list-addon li {
    width: calc(33.333% - 30px);
    position: relative;
    padding: 30px;
    padding-left: 115px;
    background-color: #0F1520;
    margin: 15px;
    border: 4px;
    transition: .5s;
    border: 2px solid transparent;
}

.list-addon li:hover {
    border: 2px solid #1BA37E;
    background-color: transparent
}

.list-addon li img {
    position: absolute;
    height: 60px;
    left: 30px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.list-addon li h4 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.4;
    color: #fff;
    margin: 0px;
}

.list-addon li p {
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    margin: 0px;
}

.process-state li {
    width: calc(20% - 30px);
    position: relative;
    background-color: transparent;
    box-shadow: none!important;
    padding: 0px;
}

.process-state li img {
    height: 125px;
    margin-bottom: 80px;
}

.process-state li h5 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 25px;
}

.process-state li p {
    padding-left: 20px;
    position: relative;
    margin-top: 15px;
}

.process-state li i {
    position: absolute;
    font-style: normal;
    font-size: 120px;
    font-weight: 900;
    opacity: .04;
    left: 0px;
    top: 165px;
    line-height: 1;
}

.process-state li p:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #1BA37E;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 50%;
}

.process-state li:before {
    content: "";
    width: 45%;
    height: 1px;
    border: 1px dashed #1ba37e;
    position: absolute;
    left: 65%;
    top: 63px;
}

.process-state li:nth-last-child(1):before {
    display: none
}

.process-state li:nth-last-child(1):after {
    display: none
}

.process-state li:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    top: 47px;
    position: absolute;
    left: 80%;
    font-size: 25px;
    background-color: #1ba27e;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    border-radius: 50%;
}

.dark-love-beck {
    background-image: url(https://cdn-wp.code-brew.com/wp-content/uploads/2019/06/blackbg.png);
    background-size: cover;
    background-position: center bottom;
    position: relative
}

.list-service li {
    background-color: transparent;
    width: calc(16.666% - 30px);
    padding: 15px;
    text-align: center;
    margin-top: 50px;
}

.list-service li img {
    position: static;
    height: 70px;
}

.list-service li h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 15px;
}

.cta-common {}

.common-btn-cta {
    font-size: 20px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 60px;
    margin-top: 20px;
    border-radius: 8px;
    transition: .5s;
}

.common-btn-cta:hover,
.fold-text p a:hover,
.last-green-cta a:hover {
    background-color: #fff;
    color: #000;
    cursor: pointer
}

.cta-common .common-heading-section h4 {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
}

.margin-neg {
    margin-top: -60px;
}

.beck-green {
    background-color: #1ba37e!important;
    padding-top: 110px;
}

.beck-blue {
    background: linear-gradient(281deg, #1c5576 0%, #091c4b 100%)!important
}

.grid-images-block {
    padding: 0px;
    margin: 0px;
    margin-left: -30px;
    margin-right: -30px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin-top: 50px;
}

.grid-images-block li {
    width: calc(25% - 30px);
    margin: 15px;
    float: left;
    position: relative;
}

.grid-images-block li.bigger {
    width: calc(50% - 30px);
}

.grid-images-block li h4 {
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    position: absolute;
    margin: 0;
    padding: 30px;
    padding-top: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    transition: .5s
}

.grid-images-block li:hover h4 {
    background-color: rgba(0, 140, 238, 0.7)
}

.grid-images-block li .grid-main-images {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}

.grid-images-block li .grid-icon-images {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}

.list-faq {
    margin: 0px;
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
}

.list-faq li {
    width: calc(100% - 30px);
    background-color: #f1f5f4;
    transition: .5s;
    padding-top: 20px;
    padding-bottom: 20px;
}

.list-faq li h4 {
    color: #182029;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.3;
    transition: .5s
}

.list-faq li p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) .1s;
}

.list-faq li img {
    bottom: inherit;
    top: 15px;
    height: 40px
}

.list-faq li:hover img {
    filter: brightness(0) invert(1);
}

.list-faq li:hover {
    background-color: #1B9F7B;
    box-shadow: 0 10px 29px 4px rgba(57, 130, 110, 0.26);
}

.list-faq li:hover h4 {
    color: #fff;
    margin-bottom: 15px;
}

.list-faq li:hover p {
    color: #fff;
    display: block;
    visibility: visible;
    opacity: 1;
    max-height: 100px;
}

.industies-list {
    list-style: none;
    padding: 0px;
    margin: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -30px;
    margin-right: -30px;
}

.industies-list li {
    width: 14.28%;
    text-align: center;
    padding: 10px;
}

.industies-list li span {
    box-shadow: 1px -1px 20px 0px rgba(179, 179, 179, .26);
    display: block;
    padding: 30px 10px;
    margin-top: 20px;
    border-radius: 8px;
    transition: .5s
}

.industies-list li span:hover {
    background-color: #1ba37e;
}

.industies-list li span:hover h4 {
    color: #fff
}

.industies-list li span:hover img {
    filter: brightness(0) invert(1);
}

.industies-list li span h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
}

.industies-list li span img {
    height: 35px;
    margin-bottom: 15px;
}

.testimonila-section {
    background-color: #EEF4F2;
    margin-bottom: -200px
}

.flexi-row-able {}

.flexi-row-able:before,
.flexi-row-able:after {
    content: "";
    display: block!important
}

.test-heading {}

.testi-list {}

.testi-list span {
    background-color: #FFFFFF;
    box-shadow: 0 8px 46px 7px rgba(32, 65, 57, 0.1);
    display: block;
    position: relative;
    padding: 40px;
    margin-top: 60px;
    padding-left: 80px;
    border-radius: 8px;
    z-index: 1
}

.testi-list span img {
    position: absolute;
    left: -26px;
    top: -30px;
    width: 70px;
    border-radius: 50%;
}

.testi-list span i {
    position: absolute;
    bottom: 65px;
    left: 29px;
    color: #E9EFED;
    font-size: 30px;
}

.testi-list span p {
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    line-height: 1.6;
    color: #686868;
}

.testi-list span h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0px;
    margin-top: 22px;
    color: #2f2f2f;
}

.testi-list span h5 {
    color: #949AA3;
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 10px;
}

.testi-heading {
    margin-top: 60px;
}

.last-green-cta {
    background-color: #1aa37e;
    position: relative;
}

.last-green-cta i {
    top: -165px;
    position: absolute;
    font-size: 260px;
    color: #65c5ab;
    opacity: 1;
    left: 15px;
    line-height: 1;
}

.last-green-cta .container {
    position: relative;
    padding-top: 200px;
    padding-bottom: 50px;
}

.last-green-cta h4 {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
}

.last-green-cta a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    padding: 13px 60px;
    border-radius: 4px;
    float: right;
}

.portfolio-sec img {}

.dots {
    margin-top: 15px;
}

.why-choose-list li,
.list-addon li,
.grid-images-block li {
    cursor: pointer
}

.fold-form input {
    padding: 10px!important;
    border: 1px solid #eee!important;
    border-radius: 4px;
    font-size: 14px!important;
    font-weight: 600;
}

.fold-form {
    background-color: rgba(255, 255, 255, .2);
    padding: 30px;
    border-radius: 8px;
}

.fold-form h4 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0px;
    margin-bottom: 25px;
}

.fold-form textarea {
    padding: 10px!important;
    border: 1px solid #eee!important;
    border-radius: 4px;
    font-size: 14px!important;
    font-weight: 600;
}

.fold-form input.wpcf7-submit {
    background-color: #1aa37e!important;
    border: 1px solid #1aa37e!important;
    transition: .5s
}

.fold-form input.wpcf7-submit:hover {
    background-color: #ffffff!important;
    border: 1px solid #1aa37e!important;
    color: #1aa37e!important;
}
.dignol-tile .container{overflow:inherit!important}




@media(max-width:1300px) {
    .list-addon,
    .why-choose-list,
    .industies-list,
    .grid-images-block {
        margin: 30px 0px!important
    }
    .full-page-banner .row {
        padding: 0px 15px;
    }
    .process-state li:before,
    .process-state li:after {
        display: none
    }
}

@media(max-width:991px) {
    .fold-form {
        background-color: rgba(255, 255, 255, .2);
        padding: 30px;
        max-width: 350px;
        margin: 50px auto;
        width: 90%;
    }
    .list-addon,
    .why-choose-list,
    .industies-list,
    .grid-images-block {
        justify-content: center;
    }
    .process-state li {
        width: calc(50% - 30px);
        text-align: center;
    }
    .process-state li p:before {
        display: none
    }
    .process-state li img {
        height: 85px;
        margin-bottom: 40px;
    }
    .process-state li i {
        margin: auto;
        left: 0px;
        right: 0px;
        top: 85px;
        font-size: 45px;
    }
    .process-state li h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .common-heading-section {
        text-align: center;
    }
    .common-section-all {
        padding: 40px 0px;
    }
    .why-choose-list {
        justify-content: center;
    }
    .common-heading-section p {
        font-size: 20px;
    }
    .common-heading-section h4 {
        font-size: 26px;
    }
    .list-addon li {
        width: calc(50% - 30px);
    }
    .why-choose-list li {
        width: calc(50% - 30px);
        text-align: center;
    }
    .list-service li {
        background-color: transparent;
        width: calc(50% - 30px);
    }
    .grid-images-block li {
        width: calc(50% - 30px)!important;
    }
    .list-faq {
        margin: 0px!important;
    }
    .cta-common .common-heading-section h4 {
        font-size: 22px;
    }
    .full-page-banner .row {
        padding: 0px 15px;
        height: auto;
    }
    .fold-images {
        width: 100%;
    }
    .fold-text {
        width: 100%;
        order: 2;
        text-align: center
    }
    .inner-images-fold img {
        visibility: hidden;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }
    .inner-images-fold {
        height: 280px;
        position: relative;
        transform: scale(.5);
        top: 0;
    }
    .full-page-banner {
        background-position: center center;
        padding-bottom: 40px;
    }
    .fold-text h1 {
        font-size: 30px;
        font-weight: 900;
        line-height: 1.3;
    }
    .fold-text p a {
        font-size: 18px;
        padding: 14px 20px;
    }
    .process-state li p {
        padding-left: 0px;
    }
    .dark-love-beck {
        background-color: #000;
        background-image: none;
    }
    .margin-neg {
        margin-top: 0px;
    }
    .common-btn-cta {
        display: inline-block;
        font-size: 18px;
        line-height: 1.3;
        padding: 10px 20px;
    }
    .list-faq li {
        width: 100%!important;
        margin: 0px!important;
        margin-top: 40px!important;
        padding-left: 95px
    }
    .portfolio-sec img {
        padding: 15px;
    }
    .testi-list span {
        text-align: center;
        padding: 30px!important;
        padding-top: 60px!important;
    }
    .testi-list span i {
        position: static;
        display: block;
        margin-bottom: 10px;
    }
    .testimonila-section {
        background-color: #eef4f2;
        margin-bottom: 00px;
    }
    .last-green-cta i {
        display: none
    }
    .last-green-cta .container {
        padding: 15px;
        text-align: center;
    }
    .last-green-cta a {
        font-size: 18px;
        padding: 10px 40px;
        float: none;
        margin-bottom: 40px;
    }
    .why-choose-list li h5 {
        font-size: 20px;
    }
    .why-choose-list li h4 {
        font-size: 22px;
    }
    .testi-list span img {
        left: 0px;
        right: 0px;
        margin: auto;
    }
    .list-faq li:hover p {
        max-height: 500px;
    }
    .industies-list li {
        width: 100%;
        padding: 0px;
    }
    .industies-list li span {
        width: calc(50% - 20px);
        float: left;
        margin: 10px;
    }
    .testi-heading {
        margin-top: 0px;
    }
    .process-state li a {
        display: inline-block;
        background-color: #1aa37e;
        color: #fff;
        margin-top: 20px;
        font-size: 14px;
        font-weight: 600;
        padding: 6px 11px;
        border-radius: 4px;
        transition: .5s;
        cursor: pointer
    }
}

@media(max-width:600px) {
    .why-choose-list li,
    .list-addon li,
    .grid-images-block li {
        width: 100%!important;
        margin: 0px;
        margin-top: 40px;
    }
    .why-choose-list,
    .process-state,
    .list-addon,
    .grid-images-block {
        margin: 0px!important;
    }
    .grid-images-block li h4 {
        font-size: 20px;
    }
    .grid-images-block li h4 br {
        display: none
    }
}