:root {
    --theme:#ff623a;
    --theme-dark:#cc3c17;
    --theme-light:#ffece7;
}
.bg-color1{
    background: #E7F4F7 !important;
    outline-color: #E7F4F7 !important;
}
.bg-color2{
    background: #F9F5ED !important;
    outline-color: #F9F5ED !important;
}
.bg-color3{
    background: #FAF1F1 !important;
    outline-color: #FAF1F1 !important;
}
.bg-color4{
    background: #f1e9ff !important;
    outline-color: #f1e9ff !important;
}
.bg-color5{
    background: #dcf2eb !important;
    outline-color: #dcf2eb !important;
}
.bg-color6{
    background: #f5e9ef !important;
    outline-color: #f5e9ef !important;
}
.button-block {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
@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)
    }
}
img {
    max-width: 100%;
}
.play-anim-ico {
    background-image: url(../svg/play-video-16.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: 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;
}
a{
    color: #000;
}
.btn {
    background-color: var(--theme);
    font-size: 18px;
    color: #fff;
    padding: 12px 15px;
    min-width: 150px;
    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;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 10px;
}
.btn:hover,
.btn:focus{
    background: var(--theme-dark);
    color: #fff;
}
p {
    font-size: 16px;
    line-height: 23px;
    color: #000;
    margin-bottom: 10px;
}
p:last-child {
    margin-bottom: 0;
}
.company-logo {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
/************************************/
.banner {
    padding: 40px 0 40px 0;
    position: relative;
    z-index: 1;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, var(--theme-light) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,var(--theme-light) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,var(--theme-light) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='var(--theme-light)',GradientType=0 );
}
.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner-right {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.banner-left {
    width:50%;
}
.banner h1 {
    font-size: 43px;
    font-weight: bold;
    color: var(--theme);
    margin-top: 0;
    margin-bottom: 9px;
    line-height: 1em;
    text-transform: uppercase;
}
.banner h1 strong {
    font-size: 22px;
    display: block;
    color: #000;
    line-height: 1em;
}
.banner h1 span {
    display: block;
    margin-top: -14px;
}
.button-part {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}
.button-part a {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px 13px 20px;
    width: auto;
    min-height: auto;
    line-height: 24px;
    background-color: var(--theme);
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.button-part a:hover {
    background-color: var(--theme-dark);
    color: #fff;
}
.banner p {
    text-align: justify;
}
/************************************/
/**************************************/
.revenue {
    padding: 40px 0;
}
.revenue-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.revenue ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.revenue ul li strong {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
}
.revenue ul li {
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: grid;
    grid-template-columns: 60px auto;
    gap: 20px;
}
/**************************************/
/****************************************/
.deliveryvideos {
    padding: 40px 0 20px 0;
    background-color: var(--theme);
}
.deliveryvideos .heading-area h3 {
    color: #fff;
}
.deliveryvideos-inner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.deliveryvideos ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
}
.deliveryvideos ul li {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 20%;
}
.deliveryvideos ul li a {
    display: block;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    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;
}
.deliveryvideos ul li a img {
    max-width: 100%;
}
.deliveryvideos .heading-area {
    margin-bottom: 25px;
}
.deliveryvideos ul li a:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../svg/play-black-5.svg);
    background-size: 100%;
    right: 15px;
    top: 15px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    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;
}
.deliveryvideos ul li a.view-more {
    background-color: #fff;
    display: block;
    position: relative;
}
.deliveryvideos ul li a.view-more span {
    position: absolute;
    color: var(--theme);
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.deliveryvideos ul li a.view-more:after {
    display: none;
}
.deliveryvideos ul li a:hover {
    background-color: #cdffdb;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2),0 0 0 1px #333 inset;
}
/****************************************/
/************************************************/
.client-section-middle .heading-area h3 {
    margin-bottom: 0;
    line-height: normal;
}
.client-section img {
    max-width: 100%;
}
.client-section-inner {
    width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
}
.client-section-left,
.client-section-right {
    width: 31.2%;
    position: relative;
}
.client-img-hold {
    position: relative;
    display: block;
}
.client-section-middle {
    width: 37%;
    padding: 0 35px;
    text-align: justify;
    box-sizing: border-box;
}
.client-section-middle p {
    text-align: justify;
}
.client-section {
    padding: 40px 0;
}
.client-section-left .play-anim-ico,
.client-section-right .play-anim-ico {
    bottom: 30px;
    left: 30px;
    margin: 0;
    top: auto;
    right: auto;
}
/*****************************************/
/************************************/
.flowmap {
    padding: 50px 0;
}
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.flowmap img {
    max-width: 100%;
}
/************************************/
.mainWrapper {
    margin: 80px auto 0 auto;
    max-width: 1920px;
    overflow: hidden;
}
.heading-area {
    text-align: center;
    margin-bottom: 10px;
}
.heading-area strong {
    text-transform: uppercase;
    font-size: 20px;
    color: var(--theme);
    font-weight: 600;
    display: block;
}
.heading-area .header-sep {
    width: 38px;
    display: block;
    margin: 15px auto 0 auto;
}
.heading-area h3,
.heading-area h2,
.heading-area h4,
.heading-area h5 {
    font-size: 35px;
    font-weight: bold;
    margin: -8px 0 6px 0;
    color: #000;
    text-transform: uppercase;
}
/****************************************/
/****************************************/
.features {
    padding: 40px 0;
    position: relative;
}
.features .light-shape {
    position: absolute;
    left: -10px;
    bottom: 50px;
    z-index: -1;
}
.features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.features ul {
    width: 100%;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.fet-caption {
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    min-height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.features ul li i {
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 50px;
    color: var(--theme);
}
.features ul li i img {
    height: 56px;
    width: auto;
    transition: all 0.5s ;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.features ul li .sep {
    position: absolute;
    right: -18px;
    bottom: -70px;
}
.features ul li strong {
    display: block;
    line-height: normal;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-weight: 600;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
/**************************************/
.provide {
    padding: 40px 0;
    position: relative;
    background-color: #f8f8f8;
}
.provide .heading-area p {
    text-align: center;
}
.provide p {
    text-align: justify;
}
.provide-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.provide-left {
  width:52%;
}
.provide-right {
  width: 44.2%;
}
.provide-right img {
  max-width: 100%;
}
.provide-left .heading-area {
  text-align: left;
}
.provide-left .heading-area .header-sep {
  margin-left: 0;
}
.provide ul li {
    font-size: 16px;
    list-style: none;
    padding-left: 18px;
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: normal;
    color: #000;
}
.provide ul li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--theme);
  border-radius: 50%;
  left: 0;
  top: 7px;
}
/**************************************/
.howitworks {
    padding: 40px 0 30px 0;
    position: relative;
    float: left;
    width: 100%;
    background: var(--theme-light);
}
.content-block strong {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
    color: #000;
}
.content-block {
    margin-bottom: 20px;
}
.howitworks .heading-area {
    width: 100%;
}
.howitworks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.howitworks ul li {
    line-height: normal;
    color: #000;
    margin: 0;
    font-weight: 400;
    position: relative;
    padding-left: 21px;
    margin-bottom: 8px;
    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: 6px;
    height: 6px;
    background-color: var(--theme);
    border-radius: 50%;
    left: 0;
    top: 8px;
}
/**************************************/
.work-process {
    padding: 15px 0 116px 0;
    position: relative;
    background-color: #e9f7da;
}
.work-process-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.work-process:after {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 92px solid #fff;
    border-right: 100vw solid transparent;
}
.work-process b {
    max-width: 846px;
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 400;
    line-height: 28px;
}
.work-process ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.work-process ul li {
    padding: 0 10px;
    width: 19%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.work-process ul li i {
    height: 145px;
    width: 145px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #a4ad99;
    border-radius: 50%;
    position: relative;
}
.work-process ul li i img {
    height: 65px;
}
.work-process ul li strong {
    display: block;
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 600;
    margin: 8px 0 5px 0;
}
.work-process ul li p {
    margin-bottom: 0;
    font-size: 14px;
    color: #363636;
    font-weight: 400;
}
.work-process ul li i:after {
    content: '';
    position: absolute;
    width: 117px;
    height: 117px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #a4ad99;
}
.work-process ul li img.launch-system {
    margin-top: 12px;
}
.work-process ul li:after {
    content: '';
    position: absolute;
    width: 98px;
    height: 21px;
    background-image: url(../index-94.html);
    left: 80%;
    top: 62px;
}
.work-process ul li:first-child:after,
.work-process ul li:last-child:after {
    display: none;
}
/**************************************/
/**************************************/
.screens {
    padding: 40px 0;
    background-color: var(--theme-light);
}
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0 0 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;
    border-radius: 5px;
    margin: 0 10px 20px 10px;
    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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
}
.TABROW .TAB.active {
    background-color: var(--theme);
    color: #fff;
    box-shadow: none;
}
.screens ul {
    display: none;
    list-style: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.screens ul.active {
    display: grid;
}
.screens ul li img {
    max-width: 100%;
}
.screens ul li img {
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
}
.screens .view-app-flow {
    font-size: 22px;
    background-color: var(--theme);
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 30px;
    margin-top: 35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.screens .view-app-flow:hover {
    background-color: var(--theme-dark);
}
.screens a {
    background-color: var(--theme);
    font-size: 31px;
    color: #fff;
    padding: 20px 45px;
    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-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.screens a:hover {
    background-color: var(--theme-dark);
}
/**************************************/
.demolinks {
    padding: 40px 0;
    position: relative;
    background-color: var(--theme);
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demolinks .heading-area h3 {
    color: #fff;
}
.demolinks ul {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    gap: 20px;
    max-width: 931px;
    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;
}
/**************************************/
.advanced {
    padding: 45px 0 40px 0;
}
.advanced-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.advanced-row {
    display: none;
    flex-wrap: wrap;
    margin-top: 10px;
}
.advanced-row.active {
    display: flex;
}
.advanced-left {
    width: 49%;
    padding-right:15px;
    box-sizing: border-box;
    text-align: center;
}
.advanced-left img {
    max-width: 540px;
    max-height: 437px;
    width: 100%;
}
.advanced-right {
    width: 50%;
}
.advanced ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.advanced ul li {
    width: 50%;
    box-sizing: border-box;
    padding-right: 15px;
    margin-bottom: 54px;
}
.advanced ul li i img {
    height: 35px;
}
.advanced ul li i {
    display: inline-block;
}
.advanced ul li strong {
    display: block;
    font-weight: 300;
    margin-top: 10px;
}
.advanced b {
    display: block;
    font-weight: 400;
    margin: 20px 0 30px 0;
    text-align: center;
    font-size: 16px;
    color: #1f1f1f;
    line-height: 28px;
}
.advanced .TABROW .TAB {
    box-shadow: none;
    border-radius: 0;
    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;
    font-weight: 500;
}
.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: var(--theme);
    position: absolute;
}
/**************************************/
.pricing {
    padding: 40px 0 40px 0;
    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: var(--theme);
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 5px;
    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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pricing .get-quote:hover {
    background-color: var(--theme-dark);
}
.pricing .clipart {
    position: absolute;
    left: 0;
    margin-top: 60px;
}
.torn-pricing {
    position: relative;
}
.torn-pricing::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 49%;
}
.torn-pricing img{
    position: absolute;
    left: 0;
    top: 0;
}
/***************************************/
/*******************************************/
  .video-section {
    padding: 40px 0 50px 0;
  }
  .fronend-section._PT50_ {
    padding-top: 100px;
  }
  .video-section .demo-video {
    display: inline-flex;
    width: 1058px;
    height: 608px;
    position: relative;
    border: 15px solid var(--theme);
    align-items: center;
    justify-content: center;
    background-color: #5a5a5a;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    max-width: 100%;
  }
  .video-section p {
    color: #1f1f1f;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 23px 0;
    max-width: 1000px;
  }
  .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;
    flex-direction: column;
    width: 100%;
  }
  .play-anim-ico {
    background-image: url(../svg/play-video-16.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 25vw;
    top: 50%;
    z-index: 111;
    margin-top: -30px;
    margin-left: -30px;
  }
/*******************/
.package-banner {
    text-align: center;
  }
  .package-banner-inner {
    padding: 0 ;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  .package-banner img {
    max-width: 100%;
  }
  .package-banner a {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 33px;
    background-color: #ff9e06;
    border-radius: 5px;
    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%;
  }
  .package-banner a.price-btn {
    left: 53%;
  }
  .package-banner a:hover {
    background-color: #e99a1b;
  }
  .package-banner-main .heading-area {
    margin-bottom: 20px;
  }
  .package-banner-main {
    background-color: #cdffee;
    padding: 35px 0 50px 0;
  }
  .package-banner-main > h3 {
    margin: 0 0 20px;
    padding: 0px;
    font-size: 40px;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }
  .package-banner-main > h3 strong {
    color: #ff6e00;
    font-weight: 600;
  }
  .package-banner-main > h3 span {
    text-transform: initial;
    font-size: 15px;
    display: block;
    color: #333;
  }
/**************************************************/
/********************************clients stylesheet start***********************************/
.client-reviews {
    padding: 40px 0;
    background-color: var(--theme-light);
}
.client-reviews .text-center {
    text-align: center;
}
.client-reviews a.client-reviews-btn {
    padding: 10px 55px;
    background-color: var(--theme);
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    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: 50px;
    font-size: 45px;
}
.client-reviews a.client-reviews-btn:hover {
    background-color: var(--theme-dark);
}
.client-reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.client-reviews ul {
    display: grid;
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.client-reviews ul li img {
    width: 100%;
    border-radius: 18px;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.client-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: 3px solid #fff;
    width: 100%;
}
.client-reviews ul li a:after {
    content: '\e9c2';
    font-family: 'icomoon';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    font-size: 43px;
    z-index: 1;
    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);
    border: 4px solid #fff;
    color: var(--theme);
}
.client-reviews ul li:not(:last-child) a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 70.71%
}
.client-reviews ul li.morereview a {
    min-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: var(--theme);
    color: #fff;
    padding: 15px;
    text-align: center;
}
.client-reviews ul li.morereview a:hover {
    background-color: var(--theme-dark);
}
.client-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 !important;
    box-shadow: none;
}
.client-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;
}
/***************************************/
.faq{
    padding: 40px 0;
}
.faq__inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.faq_list {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.faq_list li {
    border: 1px solid #ddd;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 0 0 10px 0;
    background: #fff;
}
.faq_list li strong {
    font-size: 20px;
    line-height: normal;
    display: block;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 10px 20px;
    border-radius: 12px 12px 0 0;
    background: var(--theme-light);
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
}
.faq_list li p {
    padding: 0 20px;
}
.__list{
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.__list span{
    display: block;
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: normal;
    position: relative;
    margin: 0 0 6px 0;
    padding: 0 10px 0 20px;
}
.__list span::before{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    left: 0;
    top: 6px;
}
/**************************************/
.ai-features {
    padding: 40px 0;
}
.ai-features-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.ai-features ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.ai-features ul li strong {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
    color: #000;
}
.ai-features ul li {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.ai-features ul li i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    font-size: 38px;
    margin-bottom: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/**************************************/
/******************/
.demo-video-laptop {
  margin: 0;
  padding: 35px 0px 40px 0px;
  position: relative;
  background-color: #F9F9F9;
  z-index: 0;
}
.demo-video-laptop .play-anim-ico {
  position: absolute;
  left: 46%;
  top: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.demo-video-laptop-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  text-align: center;
}
.overview-video-inner {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.uberclone-vidoe-img {
  display: inline-block;
  max-width: 100%;
  width: 800px;
}
.uberclone-vidoe-img img {
  margin: 0px;
  padding: 0px;
  max-width: 100%;
}
.uberclone-vidoe-img iframe {
  margin: auto;
  padding: 0px;
  width: 800px;
  max-width: 100%;
  outline: 1px solid #ddd;
  height: 450px;
}
.uberclone-vidoe-img img:hover {
  cursor: pointer;
}
.demo-video-laptop p {
  margin: 0 0 15px;
  text-align: center;
}
.demo-video-laptop p strong {
  margin: 0px;
  padding: 0px;
  color: #ff6e00;
  font-weight: 600;
}
.uberclone-vidoe-img .video-Image-video1 {
  margin: 0 auto;
  padding: 0px;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 100px;
  height: auto;
}
/***********************************/
/* ----------------------------------------------------- */
.admin__panel {
  background-color: var(--theme-light);
  overflow: hidden;
  padding: 40px 0;
}
.admin__panel__inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.admin__panel__inner:not(:last-child) {
  padding-bottom: 40px;
}
.AP__left {
  width: calc(100% - 420px);
  width: -webkit-calc(100% - 420px);
  width: -moz-calc(100% - 420px);
  width: -ms-calc(100% - 420px);
  width: -o-calc(100% - 420px);
}
.AP__right {
  width: 390px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.AP__right.flex_end {
  align-items: flex-end;
}
.AP__right img {
  max-width: 37vw;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}
.AP__FET {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.AP__FET article {
  box-shadow: 5px 5px 20px -10px rgba(0, 0, 0, 0.25);
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  border-right: 6px solid #FFD615;
}
.AP__FET .title-and-icon {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}
.AP__FET .title-and-icon i {
  width: 62px;
  font-size: 45px;
}
.AP__FET .title-and-icon strong {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  display: block;
  line-height: 1em;
  text-transform: capitalize;
}
.web__panel {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 40%, #fff9f4 100%);
  overflow: hidden;
  padding: 40px 0;
}
@media screen and (max-width:1400px) {
    .banner h1 span {
        margin-top: -20px;
    }
}
@media screen and (max-width:1366px) {
    .banner h1 span {
        margin-top: -20px;
    }
}
@media screen and (max-width:1310px) {
    .package-banner a {
      padding: 1vw 2.6vw;
      font-size: 1.85vw;
      left: 63vw;
      bottom: 1.95vw;
      border-radius: 0.35vw;
    }
    .package-banner a.price-btn {
      left: 49.5%;
    }
}
@media screen and (max-width:1279px) {
    /************************************/
    .banner h1 {
        font-size: 42px;
        line-height: 42px;
    }
    .banner h1 span {
        margin-top: 0px;
    }
    /************************************/
    .package-banner-left,.package-banner-right {
        background-size: cover;
    }
    /***************************************/
    /***************************************/
    .work-process ul li:after {
        display: none;
    }
    /***************************************/
    .flow-banner-caption h3 {
        font-size: 4vw;
    }
    .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:1199px) {
    .AP__right img {
        max-width: 53vw;
    }
}
@media screen and (max-width:1120px){
    .video-section .demo-video {
        height: 56vw;
    }
}

@media screen and (max-width:1024px) {
    /*********************************************/
    .client-reviews ul li.morereview a {
        font-size: 25px;
        line-height: 28px;
    }
    /*********************************************/
    .deliveryvideos ul li {
        width: 25%;
    }
    /*********************************************/
}
@media screen and (max-width:991px) {
    .banner {
        padding: 40px 0 30px 0;
    }
    .banner-left,
    .banner-right {
        width: 100%;
    }
    .banner-right {
        margin-top: 30px;
    }
    .banner h1 {
        font-size: 35px;
        line-height: 35px;
    }
    /**********************************************/
    .client-reviews ul li.morereview a {
        font-size: 18px;
        line-height: 22px;
    }
    /**************************************/
    .client-section-left, .client-section-right,.client-section-middle {
        width: 100%;
    }
    .client-img-hold {
        display: inline-block;
    }
    .client-section-middle {
        padding: 0;
        margin: 15px 0;
    }
    /*****************************************************/
    .features ul {
        grid-template-columns: 1fr 1fr;
    }
    .features ul li .sep {
        display: none;
    }
    .heading-area h3,
    .heading-area h2,
    .heading-area h4,
    .heading-area h5 {
        font-size: 30px;
    }
    .heading-area strong {
        font-size: 18px;
    }
    /**************************************/
    .provide {
        margin-bottom: 0;
        position: relative;
        zoom: 0;
        background-size: cover;
    }
    .provide ul {
        margin-left: 0;
    }
    .provide-left {
        width: 100%;
    }
    .provide-right {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .provide-left .heading-area {
        text-align: center;
    }
    .provide-left .heading-area .header-sep {
        margin-left: auto;
    }
    .provide:after {
        display: none;
    }
    .provide-inner {
        position: relative;
    }
    .green-part-inner ul li {
        padding: 0;
    }
    /**************************************/
    .TABROW .TAB {
        margin-bottom: 20px;
    }
    .screens ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    /**************************************/
    .advanced-left {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 35px;
    }
    .advanced-right {
        width: 100%;
        text-align: center;
    }
    .advanced-right img {
        max-width: 100%;
    }
    .advanced ul li {
        width: 33.33%;
    }
    .advanced .TABROW {
        width: auto;
        display: block;
        white-space: nowrap;
        font-size: 0;
        overflow-x: auto;
        overflow-y: hidden;
    }
    /**************************************/
    .pricing .clipart {
        display: none;
    }
    .revenue ul {
        grid-template-columns: 1fr 1fr;
    }
    .revenue ul li:last-child {
        grid-column: span 2;
    }
    /**************************************/
    /* -------------------------------------- */
    .AP__right {
        width: 100%;
        text-align: center;
    margin-bottom: 20px;

    }
    .AP__right img {
        max-width: 100%;
    }
    .AP__left {
        width: 100%;
    }
    .web__panel .AP__right{
    order: 2;
    }
    .web__panel .AP__left{
    order: 3;
    }
    /* -------------------------------------- */
    .demolinks {
        padding: 40px 0;
    }
    ul.weblinks li {
        margin: 0 10px 20px 10px;
    }
    ul.weblinks li a,
    .pricing .get-quote {
        min-width: initial;
        height: auto;
        line-height: normal;
        box-sizing: border-box;
        padding: 14px 30px 17px 30px;
        font-size: 18px;
    }
    /**************************************/
    .work-process ul {
        justify-content: center;
    }
    .work-process ul li {
        width: 33.33%;
        margin-bottom: 30px;
    }
    .work-process {
        padding: 50px 0 20px 0;
    }
    .work-process:after {
        display: none;
    }
    /**************************************/
    .screens a {
        font-size: 18px;
        padding: 10px 30px;
    }
    /****************************************/
     .deliveryvideos ul li {
        width: 33.33%;
    }
    /****************************************/
    .package-banner-main > h3,
    .video-section h3 {
        font-size: 32px;
    }
    .banner-bottom-part .package-banner-inner {
        display: block;
    }
    .package-banner-left {
        width: 100%;
        padding:30px 40px 40px 40px;
    }
    .cost-block {
        top: auto;
        margin: 25px 0;
    }
    .package-banner-right {
        width: auto;
        margin-top: 20px;
        padding: 60px 20px 20px 20px;
    }
    .package-banner-right ul {
        padding-left: 0;
    }
    .banner-bottom-part:before {
        width: 100%;
    }
    .banner-bottom-part:after {
        display: none;
    }
    .package-banner-left:after {
        background-image: url(../index-94.html);
        width: 100%;
        height: 90px;
        background-repeat: repeat-x;
        left: 0;
        bottom: -51px;
        top: auto;
    }
    .package-banner-left ul {
        padding-right: 0;
    }
    .subtitle {
        padding: 0;
    }
    .package-banner-left b {
        margin-top: 30px;
    }
    /****************************************/
    .client-section-middle .heading-area h3 {
        margin: 0;
    }
    .client-section-middle {
        margin: 0;
    }
    /****************************************/
    .client-reviews ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .__list {
        grid-template-columns: 1fr 1fr;
    }
    .ai-features ul {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width:767px) {
    .client-section-left.for_mobile .client-img-hold {
        width: 50%;
        padding: 0 10px;
    }
    .client-section-left.for_mobile {
        display: flex;
        flex-wrap: wrap;
    }
    .client-section-left.for_mobile .client-img-hold:before {
        display: none;
    }
    .banner h1 {
        font-size: 32px;
        line-height: 32px;
    }
    .client-section-left.for_mobile .client-img-hold {
        width: 50%;
        padding: 0 5px;
    }
    .client-section-left.for_mobile {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .client-section-left .play-anim-ico {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        bottom: 20px;
        left: 20px;
    }
    .revenue ul {
        grid-template-columns: 100%;
    }
    .revenue ul li:last-child {
        grid-column: span 1;
    }
    .ai-features ul {
        grid-template-columns: 100%;
    }
    .AP__FET {
        grid-template-columns: 100%;
    }
}
@media screen and (max-width:630px) {
    .features ul {
        grid-template-columns: 1fr;
    }
    .heading-area h3,
    .heading-area h2,
    .heading-area h4,
    .heading-area h5 {
        font-size: 28px;
    }
    .heading-area strong {
        font-size: 16px;
    }
    /**************************************/
    .order ul li {
        width: 100%;
        margin-bottom: 80px;
    }
    /**************************************/
    .TABROW .TAB {
        padding: 15px 25px;
        height: auto;
        min-width: initial;
    }
    /**************************************/
    .advanced ul li {
        width: 50%;
        text-align: center;
        padding: 0 15px;
    }
    .advanced .TABROW .TAB {
        width: auto;
        padding: 15px;
    }
    .advanced .TABROW .TAB {
        font-size: 14px;
    }
    /**************************************/
    .client-reviews ul li a:after {
        width: 30px;
        height: 30px;
        right: 8px;
        top: 8px;
        font-size: 24px;
        border: 3px solid #fff;
    }
    .client-reviews ul li.morereview a:before {
        display: none;
    }
    .client-reviews ul li.morereview a:after {
        display: none;
    }
    .client-reviews ul {
        gap: 10px;
    }
    .client-reviews ul li a {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .client-reviews ul li img {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    /****************************************/
    .work-process ul li {
        width: 100%;
    }
    .demolinks ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        gap: 10px;
    }
    /*****************************************/
    .deliveryvideos ul li {
        width: 50%;
    }
    /*****************************************/
    .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;
    }
    /*****************************************/
    .screens ul {
        grid-template-columns: 1fr 1fr;
    }
    /*****************************************/
    .client-reviews ul {
        grid-template-columns: 1fr 1fr;
    }
    .__list {
        grid-template-columns: 100%;
    }
    .banner h1 strong {
        font-size: 20px;
    }
    .revenue ul li {
        grid-template-columns: 40px auto;
    }
}
@media screen and (max-width:480px) {
    .screens ul {
        grid-template-columns: 1fr;
    }
    .advanced ul li {
        width: 100%;
        padding: 0;
    }
    /******************************/
    .client-reviews ul li a::before {
        width: 35px;
        height: 35px;
        background-size: 29px;
    }
    .client-reviews ul li.morereview a {
        font-size: 16px;
        line-height: 22px;
    }
}
@media screen and (max-width:360px) {
    .client-reviews ul li.morereview a {
        font-size: 14px;
        line-height: 19px;
    }
}