* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::after,
*::before {
    box-sizing: border-box;
}
@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
    50% {
        opacity: .5
    }
    70% {
        opacity: .09
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}
.play-anim-ico {
    background-image: url(../index-49.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    right: 50px;
    top: 50px;
    z-index: 111;
}
.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #fff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.company-logo {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
img {
    /*image-rendering: crisp-edges;*/
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
}
p {
    line-height: 23px;
    font-size: 16px;
    margin: 0 0 15px 0;
    color: #000;
    font-weight: 400;
}
p:last-child {
    margin-bottom: 0;
}
ul,
li {
    list-style: none;
}
.btn__div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
}
.heading-area {
    margin: 0 0 15px 0;
    width: 100%;
}
.heading-area .sub-title {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1em;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
    display: block;
    width: 100%;
}
 .main-title {
    font-size: 35px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    position: relative;
    line-height: 1em;
    margin-top: -6px;
}
.heading-area.center {
    text-align: center;
}
.heading-area.center>* {
    text-align: center;
}
.heading-area.white>* {
    color: #fff;
}
.heading-area.white .main-title span {
    color: #fff;
}
.heading-area>p {
    margin: 5px 0 0 0;
}
.mainWrapper {
    margin: 80px auto 0 auto;
}
.mainWrapper>* {
    padding: 45px 0;
}
/* ================ Banner =========================== */
.banner {
    background-image: -moz-linear-gradient(90deg, rgb(207, 216, 255) 0%, rgb(231, 236, 255) 0%, rgb(255, 255, 255) 40%);
    background-image: -webkit-linear-gradient(90deg, rgb(207, 216, 255) 0%, rgb(231, 236, 255) 0%, rgb(255, 255, 255) 40%);
    background-image: -ms-linear-gradient(90deg, rgb(207, 216, 255) 0%, rgb(231, 236, 255) 0%, rgb(255, 255, 255) 40%);
}
.banner h1 {
    font-size: 45px;
    line-height: 1em;
    text-transform: uppercase;
    color: #5c7bff;
    font-weight: bold;
    margin: 0 0 5px;
}
.banner .strong {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    display: block;
}
.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner-left {
    width: 43%;
}
.banner-right {
    width: 55%;
}

.banner-right p:last-child {
    margin-bottom: 0;
}
.banner.gradient p {
    color: #000;
}
.banner a {
    background-color: #5c7bff;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 15px 13px 15px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.banner a:hover {
    background-color: #2748d4;
}
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.flowmap img {
    max-width: 100%;
}
/****************************************/
.features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.features ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}
.features ul li {
    width: 33.33%;
    position: relative;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.features ul li .core-fea-service {
    background: #f3f6ff;
    padding: 15px;
    border-radius: 10px;
    min-height: 100%;
    text-align: left;
}
.features ul li .core-fea-service i{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
/**************************************/
.provide{
    background-color: #f3f6ff;
}
.provide-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.provide-left {
    width: 52%;
}
.provide-right {
    width: 47.2%;
    text-align: center;
}
.provide-right img {
    max-width: 100%;
}
.provide ul li {
    font-size: 16px;
    list-style: none;
    padding-left: 21px;
    position: relative;
    margin-bottom: 8px;
    line-height: 23px;
    font-weight: 400;
    color: #000;
}
.provide ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #5c7bff;
    border-radius: 50%;
    left: 0;
    top: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/**************************************/
.howitworks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.howitworks ul li {
    line-height: 23.2px;
    color: #000;
    font-weight: 400;
    position: relative;
    padding-left: 21px;
    text-align: justify;
    font-size: 16px;
    margin: 0 0 5px 0;
}
.howitworks ul li:last-child {
    margin-bottom: 0;
}
.howitworks ul li strong{
    text-transform: capitalize;
}

.howitworks ul {
    list-style: none;
    width: 100%;
    display: block;
}
.howitworks ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #5c7bff;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
/**************************************/
.screens{
    background-color: #f3f6ff;
}
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 0 0 15px 0;
}
.TABROW .TAB {
    min-width: 197px;
    height: 50px;
    padding: 15px 15px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #606060;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 1px #d8d8d8 inset;
    -webkit-box-shadow: 0 0 0 1px #d8d8d8 inset;
    -moz-box-shadow: 0 0 0 1px #d8d8d8 inset;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
    background-color: #ffffff;
}
.TABROW .TAB.active {
    background-color: #5c7bff;
    color: #fff;
    box-shadow: none;
}
.screens ul {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 15px 0;
    row-gap: 20px;
}
.screens ul.active {
    display: flex;
}
.screens ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
.screens ul li img {
    outline: 1px solid #ddd;
}
.screens .view-app-flow {
    font-size: 22px;
    background-color: #5c7bff;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.screens .view-app-flow:hover {
    background-color: #2748d4;
}
/**************************************/
.flowbanner {
    background-color: #f3f6ff;
    position: relative;
    background-image: url(../index-49.html), url(../index-49.html);
    background-position: top center, bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.flowbanner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.flowbanner-inner img {
    max-width: 100%;
}
.flowbanner a {
    position: absolute;
    bottom: 17%;
    left: -1.4%;
    background-color: #5c7bff;
    font-size: 31px;
    color: #fff;
    padding: 20px 45px;
    border-radius: 45px;
    min-width: 31.2%;
    text-align: center;
    font-weight: 600;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.flowbanner a:hover {
    background-color: #2748d4;
}
.flow-banner-caption {
    position: absolute;
    top: 8%;
    max-width: 620px;
}
.flow-banner-caption h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 20px;
}
.flow-banner-caption h3 span {
    font-size: 35px;
    display: block;
}
.flow-banner-caption p {
    font-size: 18px;
    line-height: 25px;
}
/**************************************/
.demolinks {
    background-color: #5c7bff;
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demo-links-row {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    gap: 10px;
    max-width: 912px;
    margin: 0 auto;
}
.demo-links-row li {
    position: relative;
    width: 100%;
}
.demo-links-row li a {
    display: block;
    position: relative;
}
.demo-links-row li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 33.33%;
}
.demo-links-row li a img {
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: top;
}
/**************************************/
.pricing {
    position: relative;
    z-index: 1;
}
.pricing img {
    max-width: 100%;
}
.pricing-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.pricing .get-quote {
    font-size: 22px;
    background-color: #5c7bff;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 5.5%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pricing .get-quote:hover {
    background-color: #2748d4;
}
.torn-pricing {
    position: relative;
}
.torn-pricing::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 45.3%;
}
.torn-pricing img {
    position: absolute;
    left: 0;
    top: 0;
}
.torn-pricing:after {
    content: '';
    position: absolute;
    top: 100%;
    width: auto;
    height: 60px;
    background-image: url(torn-paper-9.png);
    left: 14px;
    right: 0;
    background-size: 39%;
    background-repeat: repeat-x;
    z-index: 1;
    margin-top: -1px;
    pointer-events: none;
}
.reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.reviews ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
    row-gap: 20px;
}
.reviews ul li {
    width: 25%;
    padding: 0 10px;
}
.reviews ul li img {
    width: 100%;
    border-radius: 18px;
    vertical-align: top;
}
.reviews ul li a {
    position: relative;
    display: block;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    background-color: #fff;
    border: 8px solid #fff;
    width: 100%;
}
.reviews ul li:not(:last-child) a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 71.5%;
}
.reviews ul li:not(:last-child) a img {
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: top;
}
.reviews ul li a::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    top: 15px;
    right: 15px;
    background-image: url(play-black-8.svg);
    background-repeat: no-repeat;
    background-size: 39px;
    z-index: 1;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.reviews ul li.morereview a {
    height: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #5c7bff;
    color: #fff;
    padding: 15px;
    text-align: center;
    flex-direction: column;
}
.reviews li.morereview a:hover {
    background-color: #2748d4;
}
.reviews ul li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
}
.reviews ul li.morereview a:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}
a.btn-button {
    background-color: #5c7bff;
    font-size: 22px;
    color: #ffffff;
    padding: 12px 15px;
    text-align: center;
    font-weight: 600;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    display: inline-block;
    border: solid 2px #5c7bff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
a.btn-button:hover {
    background-color: #2748d4;
    color: #ffffff;
    border: solid 2px #2748d4;
}
.web-section {
    background-color: #f3f6ff;
}
.web-section-inner {
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.websec-left {
    width: 50%;
    padding: 0 15px;
}
.websec-right {
    width: 50%;
    padding: 0 15px;
}
.core-features-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.core-features ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.core-features ul li {
    width: 33.333%;
    padding: 0 10px;
}
.core-fea-service {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    min-height: 100%;
    border: 1.5px solid #ddd;
    text-align: center;
}
.core-fea-service i {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 5px;
    border: 1px solid #ddd;
    font-size: 40px;
    color: #2748d4;
}
.core-fea-service strong {
    display: block;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
/********************************/
@media screen and (max-width:1024px) {
    .banner-inner{
        flex-direction: column-reverse;
    }
    .banner h1 {
        font-size: 35px;
        line-height: 1em;
        margin: 0 0 5px 0;
    }
    .banner h1 strong {
        line-height: 1em;
        font-size: 45px;
    }
    .banner .strong{
        font-size: 22px;
        line-height: 1em;
    }
    .banner-left {
        width: 100%;
        text-align: center;
    }
    .banner-right {
        margin-bottom: 20px;
        width: 100%;
    }
    .banner .btn__div{
        justify-content: center;
    }
    .reviews ul li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
}
@media screen and (max-width:991px) {
    .main-title {
        font-size: 30px;
    }
    .heading-area .sub-title {
        font-size: 18px;
    }

    .web-section .btn-button-sec a.btn-button {
        font-size: 18px;
        padding: 6px 30px 8px;
    }
    .web-section-inner {
        flex-direction: column;
        align-items: center;
    }
    .websec-left {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .websec-right {
        width: 100%;
    }
    .web-section .img_inner {
        padding-right: 0px;
    }
    .core-features ul li {
        width: 50%;
    }
    .features ul li {
        width: 50%;
    }

    .provide-left {
        width: 100%;
    }
    .provide-right {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .provide-inner {
        position: relative;
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .screens ul li {
        width: 50%;
    }
    .reviews ul li {
        width: 33.33%;
    }
}
@media screen and (max-width:767px) {
    .banner h1 strong {
        font-size: 45px;
    }
}
@media screen and (max-width:630px) {
    .mainWrapper>* {
        padding: 40px 0;
    }
    .banner h1 {
        font-size: 30px;
    }
    .banner .strong {
        font-size: 20px;
        line-height: 1em;
    }
    .features ul li {
        width: 100%;
        padding: 0;
    }
    .main-title {
        font-size: 26px;
        line-height: 1em;
    }
    .sub-title {
        font-size: 16px;
    }
    .order ul li {
        width: 100%;
    }
    .TABROW .TAB {
        padding: 15px 25px;
        height: auto;
        min-width: initial;
    }
    .screens .view-app-flow {
        font-size: 18px;
        padding: 12px 15px;
        min-width: inherit;
    }
    .demolinks ul {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        gap: 10px;
    }
    .pricing .get-quote {
        font-size: 18px;
        padding: 10px 15px;
        min-width: inherit;
    }
    .work-process ul li {
        width: 100%;
    }
    .package-banner-main>h3,
    .video-section h3 {
        font-size: 25px;
    }
    .package-banner p {
        font-size: 22px;
    }
    .package-banner-right ul {
        width: 100%;
        margin-bottom: 20px;
    }
    .package-banner-right a {
        margin-top: 0;
    }
    .package-banner h3 {
        font-size: 68px;
    }
    .package-banner h3 strong {
        font-size: 21px;
    }
    .cost-block span {
        font-size: 40px;
    }
    .cost-block strong {
        font-size: 62px;
    }
    .reviews ul li {
        width: 50%;
    }
    .core-features ul li {
        width: 100%;
        padding: 0;
    }
    a.btn-button {
        font-size: 18px;
        padding: 12px 15px;
    }
    .reviews ul li.morereview a {
        font-size: 4.2vw;
        line-height: 5.2vw;
    }
}
@media screen and (max-width:480px) {
    .screens ul li {
        width: 100%;
        padding: 0;
    }
    .reviews ul li {
        padding: 0 6px;
    }
    .reviews ul {
        margin: 0;
    }
    .reviews ul li a {
        display: block;
        padding: 0;
        border: 0;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        background-color: transparent;
    }
    .reviews ul li a img {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .reviews ul li a::after {
        width: 35px;
        height: 35px;
        background-size: 29px;
    }
    .reviews ul li.morereview a:before {
        border-radius: 8px 0 0 0;
        -webkit-border-radius: 8px 0 0 0;
        -moz-border-radius: 8px 0 0 0;
        -ms-border-radius: 8px 0 0 0;
        -o-border-radius: 8px 0 0 0;
        width: 40px;
        height: 40px;
    }
    .reviews ul li.morereview a:after {
        border-radius: 0 0 8px 0;
        -webkit-border-radius: 0 0 8px 0;
        -moz-border-radius: 0 0 8px 0;
        -ms-border-radius: 0 0 8px 0;
        -o-border-radius: 0 0 8px 0;
        width: 40px;
        height: 40px;
    }
}
@media screen and (min-width:1921px) {
    .mainWrapper {
        max-width: 100%;
    }
    .flowbanner {
        background-image: none;
        padding: 50px 0 50px 0;
    }
}