*{
    margin: 0;
    padding: 0;
    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)
    }
}
a {
    color: #03ACEF;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

a:hover {
    color: #00B5FF;
}
.play-anim-ico {
    background-image: url(play-video-14.svg);
    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: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    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: -webkit-optimize-contrast;
    max-width: 100%;
}
p {
    line-height: 23px;
    font-size: 16px;
    margin: 0 0 10px 0;
    color: #000;
    text-align: justify;
    font-weight: 400;
}
p:last-child{
    margin-bottom: 0;
}
* {
    text-rendering: optimizeSpeed;
}
[data-toggle="popup"] {
    background-color: #03acef;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 40px 10px 40px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
[data-toggle="popup"]:hover {
    background-color: #0173a0;
    color: #fff;
}
.btn__div{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}
.btn__div.center {
    justify-content: center;
}
.common-btn {
    background-color: #03acef;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 15px 12px 15px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    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;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.common-btn img {
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 0;
}
.common-btn:hover,
.common-btn:focus
 {
    background-color: #0173a0;
    color: #fff;
}
 a.btn-color1 {
    background-color: #FE9B00;
}
a.btn-color1:hover,
a.btn-color1:focus {
    background-color: #c07a24;
}
a.btn-color2 {
    background-color: #0fb158;
}
a.btn-color2:hover,
a.btn-color2:focus {
    background-color: #0a8d45;
}
.mainWrapper {
    margin: 80px auto 0 auto;
    max-width: 1920px;
    overflow: hidden;
}
.mainWrapper > *{
    padding: 45px 0;
}
.heading-area {
    margin-bottom: 15px;
    width: 100%;
}
.heading-area.center > *{
    display: block;
    width: 100%;
    text-align: center;
}
.sub-title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    color: #03acef;
    font-weight: 600;
    display: block;
}
.main-title {
    font-size: 40px;
    line-height: 39px;
    font-weight: bold;
    margin: -7px 0 0 0;
    color: #000;
    text-transform: uppercase;
}
.heading-area  > p{
    margin: 5px 0 0 0;
}
.heading-area.white > *{
    color: #fff;
}

ul,li,ol{
    list-style: none;
}
a:hover,
a:active,
a:focus,
a:visited{
    text-decoration: none;
}
/* ======================================== */
.banner {
    background: rgba(227, 247, 255, 0.8);
}
.banner h1 {
    font-size: 46px;
    line-height: 1em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}
.banner h1 + strong {
    font-size: 22px;
    line-height: 1em;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.banner b {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}
.banner h1 strong {
    color: #03acef;
    font-size: 42px;
    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: 48%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.banner-right {
    width: 48%;
}
.banner-right p:last-child {
    margin-bottom: 0;
}

.banner.gradient {
    background: #ff6e00;
    background: -moz-linear-gradient(-45deg, #ff6e00 0%, #f3aa00 100%);
    background: -webkit-linear-gradient(-45deg, #ff6e00 0%, #f3aa00 100%);
    background: linear-gradient(135deg, #ff6e00 0%, #f3aa00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff6e00', endColorstr='#f3aa00', GradientType=1);
}
.banner.gradient h1,
.banner.gradient p {
    color: #fff;
}

@media (min-width:1199.98px) and (max-width:1920px) {
    .banner-left img {
        max-width: 47vw;
    }
}
/************************************/

.flowmap {
    padding: 50px 0;
}
.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%;
    padding: 0 10px;
}
.core-fea-service{
    background-color: rgba(227, 247, 255, 0.8);
    padding: 20px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #d8d8d8;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
}
.features ul li i{
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 0 15px 0;
    font-size: 44px;
}
.features ul li i img {
    width: 60px;
    height: 60px;
    display: inline-block;;
}

.core-fea-service .content {
  width: 100%;
  display: block;
  position: relative;
}
.core-fea-service .icon img {
    height: 56px;
    width: 56px;
    display: inline-block;
    font-size: 0;
}
.core-fea-service strong{
    display: block;
    margin: 0 0 10px 0;
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1em;
}
.core-fea-service p{
    text-align: center;
}
/**************************************/
.provide {
    background-color: #e3f7fe;
}
.provide-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.provide-left {
    width: 45%;
}
.provide-right {
    width: 53%;
}
.provide-right img {
    max-width: 100%;
}

.provide ul li {
    font-size: 15px;
    list-style: none;
    padding-left: 21px;
    position: relative;
    margin-bottom: 12px;
    font-weight: 400;
    color: #000;
}
.provide ul li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #03acef;
    border-radius: 50%;
    left: 0;
    top: 6px;
}
/**************************************/
.business {
    background-color: #f8f8f8;
}
.business-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.business-left {
    width: 50%;
}
.business-right {
    width: 48%;
}
/**************************************/
.process {
    background-color: #e3f7ff;
}
.process-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.process .heading-area p {
    text-align: center;
}
.process ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.process ul li {
    width: 25%;
    padding: 0 10px;
}
.process ul li strong {
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.process ul li .process-block {
    padding: 20px;
    border-radius: 20px;
    background: rgb(0, 81, 112);
    background: -moz-linear-gradient(45deg, rgba(0, 81, 112, 1) 0%, rgba(3, 172, 239, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 81, 112, 1) 0%, rgba(3, 172, 239, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 81, 112, 1) 0%, rgba(3, 172, 239, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005170', endColorstr='#03acef', GradientType=1);
    color: #fff;
    min-height: 100%;
}
.process ul li .process-block p {
    color: #fff;
    text-align: center;
}
.process ul li .process-block > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -20px -20px 20px -20px;
}
.process ul li .process-block > div span {
    width: 100px;
    height: 50px;
    background-color: #fff;
    color: #03acef;
    font-size: 30px;
    border-radius: 0 0 50px 50px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%) inset;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%) inset;
}
/**************************************/

.howitworks {
    background-color: #fff;
}
.howitworks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.howitworks ul li {
    line-height: 23.2px;
    color: #000;
    font-weight: 400;
    position: relative;
    padding-left: 21px;
    margin-bottom: 5px;
    text-align: justify;
    font-size: 16px;
}
.howitworks ul li:last-child {
    margin-bottom: 0;
}
.howitworks ul {
    list-style: none;
}
.howitworks ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #03acef;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.howitworks ul li strong{
    text-transform: capitalize;
}
/**************************************/

/**************************************/

.screens {
    background-color: #e3f7fe;
}
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0  0 15px 0;
}
.screens .TABROW{
    gap: 15px;
}
.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;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.TABROW .TAB.active {
    background-color: #03acef;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.screens ul {
    display: none;
    flex-wrap: wrap;
    list-style: none;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 20px;
}
.screens ul.active {
    display: grid;
}
.screens ul li {
    padding: 0;
    box-sizing: border-box;
}
.screens ul li img {
    outline: 1px solid #d8d8d8;
    max-width: 100%;
}
.screens .view-app-flow {
    font-size: 22px;
    background-color: #03acef;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 0;
    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: #0173a0;
}
.screens p {
    text-align: center;
}
/**************************************/

.flowbanner {
    background-color: #e3f7ff;
    position: relative;
    background-image: url(../index-49.html), url(../index-49.html);
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.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: #03acef;
    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: #0173a0;
}
.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: #03acef;
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demolinks ul {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    gap: 20px;
    max-width: 930px;
    margin: 0 auto;
}
.demolinks ul li a {
    display: block;
    position: relative;
}
.demolinks ul li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 34.34%;
}
.demolinks ul li a img {
    position: absolute;
    left: 0;
    top: 0;
}
/**************************************/
.web-section{
    background: #f8f8f8;
}
.web_inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1310px;
    row-gap: 15px;
}
.web_content{
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.web_content .image{
    margin: 0 0 15px 0;
}
.web_content .image img{
    border: 3px solid #aaa;
    vertical-align: top;
}
.web_text{
    display: flex;
    flex-direction: column;
}
.web_text  strong{
    display: block;
    font-size: 26px;
    line-height: 26px;
    color: #000;
    margin: 0 0 10px 0;
}
/**************************************/
.advanced-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.advanced-row {
    display: none;
    flex-wrap: wrap;
}
.advanced-row.active {
    display: block;
}
.advanced ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}
.advanced ul li {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    display: grid;
    grid-template-columns: 55px auto;
    gap: 10px;
    align-items: center;
}
.advanced ul li i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #000;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.advanced ul li strong {
    display: block;
    font-weight: 600;
    display: block;
    font-size: 16px;
    color: #000;
}
.advanced ul li strong img {
    vertical-align: middle;
}

.advanced .TABROW .TAB {
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #4a4a4a;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    width: calc(20% - 20px);
    width: -o-calc(20% - 20px);
    width: -moz-calc(20% - 20px);
    width: -webkit-calc(20% - 20px);
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.advanced .TABROW .TAB.active {
    background-color: transparent;
    font-weight: 600;
    color: #1f1f1f;
}
.advanced .TABROW {
    border-bottom: 1px solid #dbdbdb;
    justify-content: space-between;
}
.advanced .TABROW .TAB.active:after {
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    height: 4px;
    background-color: #03acef;
    position: absolute;
}
/**************************************/

.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: 24px;
    background-color: #03acef;
    font-weight: 600;
    color: #ffffff;
    padding: 12px 40px 15px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 20px;
    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: #0173a0;
}
.pricing .clipart {
    position: absolute;
    left: 0;
    margin-top: 60px;
}
.torn-pricing {
    position: relative;
}
/********************************clients stylesheet start***********************************/
.reviews {
    background-color: #e3f7ff;
}
.reviews a.reviews-btn {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    padding: 11px 90px;
    transition: all 0.5s ease 0s;
    background-color: #03acef;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
}
.reviews a.reviews-btn:hover {
    background-color: #0173a0;
}
.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;
    padding: 0;
    margin: 0 -15px;
    row-gap: 20px;
}
.reviews ul li {
    width: 25%;
    padding: 0 10px;
}
.reviews ul li a {
    position: relative;
    display: inline-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;
    overflow: hidden;
    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%;
}
.reviews ul li:not(:last-child) a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 18px;
    vertical-align: top;
}
.reviews ul li a::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    background-image: url(play-black-6.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    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 li.morereview a:hover {
    background-color: #0081b5;
}
.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: #03acef;
    color: #fff;
    padding: 15px;
    text-align: center;
    flex-direction: column;
}
.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;
    -webkit-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;
    -webkit-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;
}
/**************************************************/
.fronend-section._PT50_ {
    padding-top: 100px;
}
.video-section .demo-video {
    display: block;
    width: 49%;
    position: relative;
    border: 7px solid #03acef;
    cursor: pointer;
}
.video-section .demo-video::before{
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.video-section .demo-video img,
.video-section .demo-video iframe
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.video-section-inner {
    text-align: center;
    max-width: 1272px;
    margin: 0 auto;
    padding: 0 15px;
}
.video-section h3 strong {
    font-weight: 600;
    color: #ff6e00;
}
.video-section .video-data {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video-section .demo-video#adam-video .play-anim-ico {
    left: 48%;
    top: 50%;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    margin: 0;
}
.video-section .demo-video#demo-video .play-anim-ico {
    left: 54%;
    top: 50%;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    margin: 0;
}
/*******************/
.package-banner {
    color: #fff;
}
.subtitle {
    font-size: 16px;
    font-weight: 500;
    padding: 0 40px;
}
.package-banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.package-banner p {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 25.4px;
}
.package-banner ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 300;
    color: #e4e4e4;
    padding-left: 22px;
    margin-bottom: 15px;
    position: relative;
    padding-right: 20px;
}
.package-banner ul li:last-child {
    margin-bottom: 0;
}
.package-banner ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #ff9e06;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.text-center.full {
    margin-top: 25px;
    font-size: 0;
}
.text-center.full a {
    margin: 0 8px 10px 8px;
}
.full {
    width: 100%;
}
.package-banner-main {
    background-color: #fff;
    padding: 40px 0 50px 0;
}
.package-banner-inner {
    padding: 0;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.package-banner-main > h3 {
    margin: 0 0 20px;
    padding: 0px;
    font-size: 35px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.package-banner-main > h3 strong {
    color: #03acef;
    font-weight: 600;
}
.package-banner-main > h3 span {
    text-transform: uppercase;
    font-size: 20px;
    color: #03acef;
    font-weight: 600;
    display: block;
}
.package-banner a {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 33px;
    background-color: #ff9e06;
    margin-top: 38px;
    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;
    outline: none;
    position: absolute;
    bottom: 5%;
    left: 66.2%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.package-banner a.price-btn {
    left: 52%;
}
.package-banner a:hover {
    background-color: #e99a1b;
}
/**************************************************/
@media screen and (max-width: 1400px) {
    .banner h1 {
        font-size: 60px;
    }
    .banner h1 span {
        margin-top: -20px;
    }
}
@media screen and (max-width: 1366px) {
    .banner h1 {
        font-size: 50px;
    }
    .banner h1 span {
        margin-top: -20px;
    }
}
@media screen and (max-width: 1279px) {
    /************************************/
    .banner h1 {
        font-size: 40px;
    }
    .banner h1 strong {
        font-size: 52px;
        line-height: 1em;
    }
    /***************************************/
    /************************************/
    .flowbanner a {
        position: absolute;
        bottom: 17%;
        left: 5.6%;
        background-color: #353535;
        font-size: 1.8vw;
        color: #f7b41b;
        padding: 1.5% 2%;
        min-width: 31.2%;
        text-align: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
}
    /***************************************/
    .flow-banner-caption h3 {
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .flow-banner-caption {
        max-width: 48vw;
    }
    .flow-banner-caption h3 span {
        font-size: 2.6vw;
    }
    .flow-banner-caption p {
        font-size: 1.3vw;
        line-height: 2vw;
    }
}

@media screen and (max-width: 1024px) {
    /**************************************/
    .banner h1 {
        font-size: 35px;
    }
    .banner h1 strong {
        font-size: 45px;
    }
    .banner-left {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .banner-right {
        width: 100%;
    }
    /**************************************/
    .reviews ul li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
}
@media screen and (max-width: 991px) {
    .main-title{
        line-height: 35px;
        font-size: 30px;
    }
    .sub-title {
        font-size: 18px;
        line-height: 1.2em;
    }

    .banner h1 {
        font-size: 38px;
    }
    .banner-part-left {
        width: 100%;
        padding-top: 70px;
    }
    .banner-part-inner {
        flex-wrap: wrap;
        height: auto;
        background-size: cover;
    }
    .banner-part-right {
        width: 100%;
        max-width: 100%;
        margin: 40px 0 40px 0;
        display: block;
        text-align: center;
    }
    .banner-left img {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
    }
    .process ul li {
        width: 50%;
        text-align: center;
    }

    /**************************************/
    .features ul li {
        width: 50%;
    }
    .features ul li .sep {
        display: none;
    }

    .features ul {
        margin-top: 36px;
    }
    /**************************************/
    .provide-left {
        width: 100%;
        order: 3;
    }
    .provide-right {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        order: 2;
    }

    .provide-inner {
        position: relative;
    }
    .green-part-inner ul li {
        padding: 0;
    }

    /**************************************/
    .business-left{
        width: 100%;
    }
    .business-right{
        width: 100%;
        text-align: center;margin: 0 0 30px 0;
    }
    /**************************************/
    .advanced ul {
        grid-template-columns: 1fr 1fr;
    }
    .advanced .TABROW {
        width: auto;
        display: block;
        white-space: nowrap;
        font-size: 0;
        overflow-x: auto;
        overflow-y: hidden;
    }
    /**************************************/
    .web_content{
        width: 100%;
    }
    .web_content .image{
        text-align: center;
    }
    /**************************************/
    .reviews ul li {
        width: 33.33%;
    }
    .reviews a.reviews-btn {
        padding: 10px 50px;
        font-size: 22px;
    }
    /**************************************/
    .video-section .demo-video {
        width: 100%;
        margin-bottom: 20px;
    }
    .video-section .demo-video:last-child {
        margin-bottom: 0;
    }
    /**************************************/
    .package-banner-main > h3,
    .video-section h3 {
        font-size: 32px;
    }
    /****************************************/
    .video-section .demo-video#adam-video .play-anim-ico {
        left: 48%;
        top: 50%;
        transform: translate(-50% , -50%) scale(0.8);
        -webkit-transform: translate(-50% , -50%) scale(0.8);
        -moz-transform: translate(-50% , -50%) scale(0.8);
        -ms-transform: translate(-50% , -50%) scale(0.8);
        -o-transform: translate(-50% , -50%) scale(0.8);
        margin: 0;
    }
    .video-section .demo-video#demo-video .play-anim-ico {
        left: 54%;
        top: 50%;
        transform: translate(-50% , -50%) scale(0.8);
        -webkit-transform: translate(-50% , -50%) scale(0.8);
        -moz-transform: translate(-50% , -50%) scale(0.8);
        -ms-transform: translate(-50% , -50%) scale(0.8);
        -o-transform: translate(-50% , -50%) scale(0.8);
        margin: 0;
    }
}

@media screen and (max-width: 630px) {
    .mainWrapper > * {
        padding: 40px 0;
    }
    .main-title {
        font-size: 27px;
        line-height: 30px;
        margin: 0 0 5px 0;
    }
    .sub-title {
        font-size: 16px;
    }
    .banner h1{
        font-size: 27px;
    }
    .banner h1 strong {
        font-size: 35px;
    }
    .banner h1 + strong{
        font-size: 22px;
        line-height: 24px;
    }
    /**************************************/
    .features ul li {
        width: 100%;
        padding: 0;
    }

    /**************************************/
    .provide-right {
        margin-bottom: 10px;
    }
    /**************************************/
    .process ul li{
        width: 100%;
        padding: 0;
    }
    /**************************************/
    .TABROW .TAB {
        padding: 15px 25px;
        height: auto;
        min-width: initial;
    }
    .screens .view-app-flow {
        font-size: 18px;
        padding: 12px 15px;
        min-width: inherit;
    }
    /**************************************/
    .advanced ul {
        grid-template-columns: 100%;
    }
    .advanced .TABROW .TAB {
        width: auto;
        padding: 15px;
    }
    .advanced .TABROW .TAB {
        font-size: 14px;
    }
    /**************************************/

    .features.appsol ul li {
        width: 100%;
        padding: 0;
    }
    /*****************************************/
    .package-banner-main > h3,
    .video-section h3 {
        font-size: 25px;
    }
    .package-banner p {
        font-size: 22px;
    }
    .package-banner h3 {
        font-size: 68px;
    }
    .package-banner h3 strong {
        font-size: 21px;
    }
    /*****************************************/
    .screens ul {
        grid-template-columns: 1fr 1fr;
    }
    /*****************************************/
    .pricing .get-quote {
        font-size: 18px;
        padding: 9px 15px;
        min-width: inherit;
    }
    /*****************************************/
    ul.reviews-list li {
        width: 50%;
      }
      ul.reviews-list li a{
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border: 0;
      }
      .reviews ul li:not(:last-child) a img {
        border-radius: 8px;
      }
      ul.reviews-list li.morereview a {
        font-size: 4.1vw;
        line-height: 5.2vw;
      }

      ul.reviews-list li a::after {
        width: 35px;
        height: 35px;
        background-size: 29px;
    }
    ul.reviews-list li.morereview a:before {
        width: 40px;
        height: 40px;
        border-radius: 10px 0 0 0;
        -webkit-border-radius: 10px 0 0 0;
        -moz-border-radius: 10px 0 0 0;
        -ms-border-radius: 10px 0 0 0;
        -o-border-radius: 10px 0 0 0;
    }
    ul.reviews-list li.morereview a:after {
      width: 40px;
      height: 40px;
      border-radius: 0 0 10px 0;
      -webkit-border-radius: 0 0 10px 0;
      -moz-border-radius: 0 0 10px 0;
      -ms-border-radius: 0 0 10px 0;
      -o-border-radius: 0 0 10px 0;
    }
    .demolinks ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        gap: 10px;
    }
}

@media screen and (max-width: 480px) {
    .screens ul {
        grid-template-columns: 1fr;
    }
    .screens ul {
        grid-template-columns: 100%;
    }
}