*{
    margin: 0;
    padding: 0;
    font-family: 'Exo 2';
}
img{
    max-width: 100%;
}
/************************************/
@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)
    }
}
p {
    font-size: 16px;
    color: #000;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 10px;
}
p:last-child {
    margin-bottom: 0;
}
a{
    color: #000;
}
h1,
h2,
h3,
h4,h5,h6{
    font-family: 'Exo 2';
}
.play-anim-ico {
    width: 60px;
    position: absolute;
    height: 60px;
    font-size: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 10%);
    z-index: 111;
    font-family: 'icomoon';
    color: #fff !important;
    font-style: normal;
}
.play-anim-ico::after {
    content: '\e9c2';
}
.play-anim-ico::before {
    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;
}

.btn {
    background-color: #15d0bf;
    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;
}
.btn:visited {
    background-color: #15d0bf;
    color: #fff;
}
.btn:hover {
    background-color: #08887d;
    color: #fff;
}

/************************************/
.banner {
    padding: 40px 0 40px 0px;
    position: relative;
    z-index: 1;
  background: #eefaf9;
}
.banner-section-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    z-index: 8;
    pointer-events: none;
}
.btn__div{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}
.banner-left .btn{
    min-width: initial;
}

.banner .banner-des {
    line-height: 26px;
    color: #000;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    display: block;
    text-align: justify;
    margin-bottom: 10px;
}
.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: 600px;
    position: relative;
}
.banner-right img {max-width: 100%;}
.banner-left {
    width: calc(100% - 650px);
    width: -o-calc(100% - 650px);
    width: -ms-calc(100% - 650px);
    width: -moz-calc(100% - 650px);
    width: -webkit-calc(100% - 650px);
    /* padding-bottom: 40px; */
}
.banner h1 {
    font-size: 48px;
    font-weight: bold;
    color: #15d0bf;
    margin-top:0;
    margin-bottom: 9px;
    text-transform: uppercase;
    line-height: 1em;
}
.banner h1 ~ strong {
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}
.banner h1 span {
    display: block;
    margin-top: -14px;
}
.banner .image-box {
    position: relative;
    text-align: center;
}
.banner .image-box .image .round-shape {
    background-color: #fff;
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    top: 60px;
    right: 35px;
    -webkit-animation: round-shape-anim 1s linear infinite;
    animation: round-shape-anim 1s linear infinite;
    -webkit-filter: drop-shadow(-1px 3px 65px rgba(237, 237, 237, 0.35));
    -moz-filter: drop-shadow(-1px 3px 65px rgba(237, 237, 237, 0.35));
    filter: drop-shadow(-1px 3px 65px rgba(237, 237, 237, 0.35));
    z-index: -1;
}

@keyframes round-shape-anim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(21, 208, 191, 0.08), 0 0 0 30px rgba(21, 208, 191, 0.08), 0 0 0 50px rgba(21, 208, 191, 0.08);
            box-shadow: 0 0 0 0 rgba(21, 208, 191, 0.08), 0 0 0 30px rgba(21, 208, 191, 0.08), 0 0 0 50px rgba(21, 208, 191, 0.08);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(21, 208, 191, 0.08), 0 0 0 50px rgba(21, 208, 191, 0.08), 0 0 0 70px rgba(21, 208, 191, 0);
            box-shadow: 0 0 0 30px rgba(21, 208, 191, 0.08), 0 0 0 50px rgba(21, 208, 191, 0.08), 0 0 0 70px rgba(21, 208, 191, 0);
  }
}

.b__app{
    position: absolute;
    right: 150px;
    bottom: 0;
    z-index: 1;
}
@media (max-width: 1399.98px) {
  .banner .image-column .image-box .image .round-shape {
    width: 500px;
    height: 500px;
    right: 75px;
  }
}
@media (max-width: 1199.98px) {
  .banner .image-column .image-box .image .round-shape {
    width: 400px;
    height: 400px;
    right: 35px;
  }
}
.banner .image-column .image-box .image img {
  width: auto;
}

/************************************/
.client {
    padding: 40px 0;
    background-color: #f8f8f8;
}
.client-inner {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.client-left {
    width: 44%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    box-sizing: border-box;
}
.client-right {
    width: 53%;
    box-sizing: border-box;
}
.client-right-last {
    width: 32.4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: -25px;
}
.client h1 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
    color: #eda502;
}
.client h1 strong,
.client h3 strong,
.client h2 strong {
    display: block;
    font-weight: 800;
    color: #15d0bf;
    font-size: 56px;
    margin-bottom: -5px;
}
.client-left img {
    padding-top: 0;
    width: auto;
    margin: 0;
}
.client-right b {
    line-height: 31.4px;
    color: #1a1a1a;
    font-size: 20px;
    display: block;
    margin-bottom: 35px;
    font-weight: 600;
}
.client-right p {
    text-align: justify;
}
/*****************************************/
.client.invert {
    margin-bottom: 0;
}
.client.invert.reverse {
    background-color: #f8f8f8;
}
.client.invert .client-inner {
    flex-direction: row-reverse;
    align-items: center;
}
.client.invert .client-right {
    width: 51%;
}
.client.invert .client-left {
    width: 44%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 0;
}
.client.invert {
    background-image: none;
    overflow: hidden;
}
.client.invert .client-left img {
    max-width: 100%;
}
.client.invert {
    padding: 40px 0;
}
/************************************/
.client a.client-block-img {
    padding: 0;
    margin: 0;
    position: relative;
    background-color: transparent;
    display: inline-block;
}
.client .client-block-img {
    padding: 0;
    margin: 0 0 0 -68px;
    position: relative;
    background-color: transparent;
    display: inline-block;
}
.client.invert.reverse .client-left img {
    margin: 0;
    border-radius: 15px;
}
/************************************/
/****************************************/
.deliveryvideos {
    padding: 40px 0 20px 0;
    background-color: #15d0bf;
}
.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-4.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: #15d0bf;
    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;
}
.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: 15px;
    width: 100%;
}
.heading-area.left {
    text-align: left;
}
.heading-area strong {
    text-transform: uppercase;
    font-size: 20px;
    color: #15d0bf;
    font-weight: 600;
    display: block;
}
.heading-area .header-sep {
    width: 38px;
    display: block;
    margin: 15px auto 0 auto;
}
.heading-area .heading-1 {
    font-size: 35px;
    font-weight: bold;
    margin: -8px 0 0 0;
    color: #000;
    text-transform: uppercase;
}
.heading-area.white > *{
    color: #fff;
}
.heading-area > p{
    margin: 5px 0 0 0;
}
.features {
  padding: 40px 0;
  background-color: #f8f8f8;
}
.features .heading-area p {
    text-align: center;
}
.features-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 1310px;
  padding: 0 15px;
}
.features ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.fet-caption{
  padding: 15px;
  min-height: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.fet-caption div{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-bottom: 10px;
}
.features ul li i {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ececf0;
    border-radius: 8px;
    color: #000;
    position: relative;
}
.features ul li strong {
  display: block;
  line-height: normal;
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 7px;
  font-weight: 600;
 width: calc(100% - 75px);
 -webkit-width: calc(100% - 75px);
 -moz-width: calc(100% - 75px);
 -ms-width: calc(100% - 75px);
 -o-width: calc(100% - 75px);

}

/* ----------------------- */
.provide {
    padding: 40px 0;
    position: relative;
}

.provide-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.provide-left {
  width: 34.2%;
}
.provide-right {
  width: 64.2%;
}
.provide ul li {
    font-size: 16px;
    list-style: none;
    padding-left: 21px;
    position: relative;
    margin-bottom: 6px;
    font-weight: 500;
    color: #000;
    line-height: 23px;
}
.provide ul li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #15d0bf;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
/**************************************/
.howitworks {
    padding: 40px 0;
}
.howitworks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.howitworks ul li {
    line-height: 23px;
    color: #000;
    font-weight: 400;
    position: relative;
    padding-left: 21px;
    margin-bottom: 10px;
    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: #15d0bf;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
/**************************************/
.screens {
    padding: 40px 0;
    background-color: #f8f8f8;
}
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px 0;
}
.TABROW .TAB {
    min-width: 197px;
    height: 50px;
    padding: 15px 15px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 1px #d8d8d8 inset;
    margin: 0 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;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
}
.TABROW .TAB.active {
    background-color: #15d0bf;
    color: #fff;
    box-shadow: none;
}
.screens-tab-content {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.screens ul {
    display: none;
    list-style: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.screens ul.active {
    display: grid;
}
.screens ul li {
    box-sizing: border-box;
}
.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: #15d0bf;
    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: #08887d;
}
/**************************************/
.btn-div.center {
    text-align: center;
}
.btn-div a, a.client-reviews-btn {
    background-color: #15d0bf;
    font-size: 31px;
    color: #fff;
    padding: 20px 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;
    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;
}
.btn-div a:hover, a.client-reviews-btn:hover {
    background-color: #08887d;

}
a{box-sizing: border-box;
    display: inline-block;
}

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

.demolink-sec {
    background: #00766c;
    padding: 40px 0;
    position: relative;
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.demolink-sec ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr;
    max-width: 912px;
    gap: 10px;
    margin: 10px auto 0 auto;
}
.web-heading {
    display: inline-block;
    font-size: 46px;
    font-weight: 600;
    background-color: #e2a213;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    padding: 0 15px 5px 15px;
}
ul.weblinks li {
    list-style: none;
    position: relative;
    margin: 0 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;
    bottom: 0;
}
ul.weblinks li:hover {
    bottom: 5px;
}
ul.weblinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/**************************************/
.advanced {
  padding: 35px 0 40px 0;
  background-color: var(--theme-light);
}
.advanced-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.advanced-row {
  display: none;
}
.advanced-row.active {
  display: block;
}
.advanced-left {
  width: 49%;
  padding-right: 15px;
  box-sizing: border-box;
  text-align: center;
}
.advanced-left img {
  max-width: 540px;
  max-height: 437px;
}
.advanced-right {
  width: 50%;
}
.advanced ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.advanced ul li {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.advanced ul li i img {
  height: 35px;
  width: 35px;
  display: inline-block;
}
.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: 0;
  text-align: center;
  font-size: 16px;
  color: #1f1f1f;
  line-height: 24px;
}
.advanced .TABROW .TAB {
  box-shadow: none;
  border-radius: 0;
  color: #777;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  width: auto;
  margin: 0;
  padding-top: 0;
  height: auto;
}
.advanced .TABROW .TAB.active {
  background-color: transparent;
  font-weight: 600;
  color: #1f1f1f;
}
.advanced .TABROW {
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
  margin-top: 20px;
}
.advanced .TABROW .TAB.active:after {
  content: '';
  left: 0;
  right: 0;
  bottom: -1px;
  height: 4px;
  background-color: #15d0bf;
  position: absolute;
}
/***************************************/
.web-panel {
    padding: 40px 0px;
    background-color: #e5f3f1;
}
.web-panel-inner{
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.web-panel-right {
    width: 50%;
    text-align: center;
    display: block;
    box-sizing: border-box;
}
.web-panel-right img {
    max-width: 100%;
}
.web-panel-left {
    width: 48%;
    box-sizing: border-box;
}
/**************************************/
.pricing {
    padding: 40px 0 50px 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 p {
    text-align: justify;
}
.pricing .get-quote {
    font-size: 22px;
    background-color: #15d0bf;
    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;
}
.pricing .get-quote:hover {
    background-color: #08887d;
}
.pricing .clipart {
    position: absolute;
    left: 0;
    margin-top: 60px;
}
.torn-pricing {
    position: relative;
    margin-bottom: 20px;
}
.torn-pricing:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 45.2%;
}
.torn-pricing img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
}
/********************************clients stylesheet start***********************************/
.client-reviews {
    padding: 40px 0;
    background-color: #e5f3f1;
}
.client-reviews .text-center {
    text-align: center;
}
.client-reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.client-reviews ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.client-reviews ul li img {
    width: 100%;
    border-radius: 8px;
    vertical-align: top;
}
.client-reviews ul li a {
    position: relative;
    display: inline-block;
    padding: 4px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
}
.client-reviews ul li a::before {
    content: '\e9c2';
    font-family: 'icomoon';
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 42px;
    top: 15px;
    right: 15px;
    z-index: 1;
    padding: 4px;
    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);
    color: #15d0bf;
}
.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: #15d0bf;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.client-reviews ul li.morereview a:hover {
    background-color: #08887d;
}
.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-color: transparent;
    background-image: none;
    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;
    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;
}
/**************************************************/
.video-section {
    padding: 40px 0;
}
.fronend-section._PT50_ {
    padding-top: 100px;
}
.video-section .demo-video {
    display: inline-flex;
    width: 800px;
    position: relative;
    border: 5px solid #15d0bf;
    align-items: center;
    justify-content: center;
    background-color: #5a5a5a;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    max-width: 100%;
}
.video-section .demo-video img,
.video-section .demo-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.video-section .demo-video:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 56.24%;
    pointer-events: none;
}
.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%;
    gap: 10px;
}
.client .play-anim-ico {
    width: 60px;
    position: absolute;
    height: 60px;
    left: auto;
    z-index: 111;
    bottom: auto;
    right: 20px;
    top: 20px;
}
/*******************/
.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: #d1fffb;
    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;
  }
/**************************************************/
.faq{
    padding: 40px 0;
}
.faq__inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.faq_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    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: 18px;
    line-height: normal;
    color: #000;
    display: block;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 10px 20px;
    border-radius: 12px 12px 0 0;
    background:#e5f3f1;
    -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-left: 30px;
}
.__list span{
    display: block;
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: normal;
    position: relative;
    margin: 0 0 6px 0;
}
.__list span::before{
    content: '';
    width: 100%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
}
/**************************************************/
@media (max-width:1600px) {
    .banner-right img{
        max-width: 100%;
        width: auto;
    }
}
@media screen and (max-width:1400px) {
    .banner h1 {
        font-size: 60px;
    }
    .banner h1 span {
        margin-top: -20px;
    }

    .banner-left {
        width: calc(100% - 610px);
        width: -o-calc(100% - 610px);
        width: -ms-calc(100% - 610px);
        width: -moz-calc(100% - 610px);
        width: -webkit-calc(100% - 610px);
    }
}
@media screen and (max-width:1366px) {
    .banner h1 {
        font-size: 50px;
    }
    .banner h1 span {
        margin-top: -20px;
    }
    .client-left img,
    .client-right-last img {
        max-width: 100%;
    }
    .client h1 strong
     {
        font-size: 77px;
    }
    .client h1 {
        font-size: 40px;
    }
}
@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: 45px;
    }
    .banner h1 span {
        margin-top: 0px;
    }
    /************************************/
    .package-banner-left,.package-banner-right {
        background-size: cover;
    }
    /************************************/
    .flowbanner a {
        position: absolute;
        bottom: 17%;
        left: 5.6%;
        background-color: #353535;
        font-size: 1.8vw;
        color: #f7b41b;
        padding: 1.5% 2%;
        border-radius: 33px;
        min-width: 31.2%;
        text-align: center;
    }
    /***************************************/
    .demolinks {
        padding: 6vw;
    }
    .demolinks:before {
        border-top: 4vw solid  #FFF;
    }
    .demolinks:after {
        border-bottom: 4vw solid  #FFF;
    }
    /***************************************/
    .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:1120px){
    .banner-inner{
        flex-direction: column-reverse;
    }
    .banner-left{
        width: 100%;
    }
    .banner-right{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        justify-content: center;
    }
}
@media screen and (max-width:1024px) {
    .client-left {
        width: 100%;
    }
    .client-left img {
        width: auto;
        max-width: 100%;
    }
    .client-right {
        width: 100%;
    }
    .client h3 {
        font-size: 50px;
    }
    /*********************************************/
    .client-reviews ul li.morereview a {
        font-size: 26px;
        line-height: 28px;
    }
    /*********************************************/
    .deliveryvideos ul li {
        width: 25%;
    }
    /*********************************************/
}
@media screen and (max-width:991px) {
    .web-panel-left {
        width: 100%;
    }
    .web-panel-right {
        width: 100%;
        margin-bottom: 20px;
    }
    .web-panel-inner {
        flex-direction: column-reverse;
    }
    /********************************************/
    .client h1 {
        font-size: 30px;
    }
    .client h1 strong {
        font-size: 46px;
        margin-bottom: 15px;
    }
    .client h3 {
        font-size: 40px;
    }
    .client-right-last {
        width: 100%;
        text-align: center;
        display: block;
        padding: 0;
    }
    .client-right {
        padding: 40px 0 20px 0;
    }
    .client.invert .client-inner{
        flex-direction: column-reverse;
    }
    .client-left {
        display: block;
        text-align: center;
    }
    .client.invert .client-right {
        width: 100%;
        margin: 30px 0 0 0;
        padding: 0;
    }
    .client.invert .client-left {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
    }
    .client.invert .client-left:after {
        width: 100%;
    }
    .client.invert .client-left:after,
    .client.invert.reverse .client-left:after {
        left: -15px;
        right: -15px;
        width: auto;
        bottom: -40px;
    }
    .client.invert .client-left img {
        margin: 0;
    }
    .client.invert.reverse .client-inner {
        flex-direction:row-reverse;
    }
    .client.invert.reverse .client-right {
        padding: 0;
    }
    .client a.client-block-img {
        margin: 0;
    }
    /*****************************************************/
    .client-img-hold {
        display: inline-block;
    }
    .banner .image-box .image .round-shape {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
}
    /*****************************************************/
    .features ul {
        grid-template-columns: 1fr 1fr;
    }
    .heading-area .heading-1 {
        font-size: 30px;
    }
    .heading-area strong {
        font-size: 18px;
    }
    .features ul {
        margin-top: 36px;
    }
    /**************************************/
    .client-reviews ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .client-reviews ul li.morereview {
        grid-column: span 2;
    }
    /**************************************/
    .provide {
        margin-bottom: 0;
        position: relative;
        zoom: 0;
        background-size: cover;
    }
    .provide ul {
        margin-left: 0;
    }
    .provide-left {
        width: 100%;
    }
    .provide-right {
        width: 100%;
        margin-bottom: 30px;
    }
    .provide-left .heading-area .header-sep {
        margin-left: auto;
    }
    .provide:after {
        display: none;
    }
    .provide-inner {
        position: relative;
        gap: 20px;
    }
    .green-part-inner ul li {
        padding: 0;
    }
    /**************************************/
    .TABROW .TAB {
        margin-bottom: 20px;
    }
    /**************************************/
    .advanced-left {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 35px;
    }
    .advanced-right {
        width: 100%;
    }
    .advanced-right img {max-width: 100%;}
    .advanced .TABROW {
        width: auto;
        display: block;
        white-space: nowrap;
        font-size: 0;
        overflow-x: auto;
        overflow-y: hidden;
    }
    /**************************************/
    .pricing .clipart {
        display: none;
    }
    /**************************************/
    .demolinks {
        padding: 50px 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;
    }
    /**************************************/
    /**************************************/
    .happy-clients-section-inner .flex-row {
        flex-direction: column-reverse;
        align-items: center;
    }
    .happy-clients-section-left {
        width: auto;
        max-width: 100%;
        padding-right: 0;
    }
    .happy-clients-section-right {
        width: auto;
        padding: 0;
        width: 100%;
    }
    .happy-clients-section-left {
        margin-top: 35px;
    }
    /**************************************/
     .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;
    }
    /****************************************/
}
@media screen and (max-width:767px) {
    .client-reviews ul li.morereview a {
        font-size: 22px;
        line-height: 25px;
    }
    .btn-div a, a.client-reviews-btn {
        font-size: 24px;
        padding: 20px 25px;
    }
}
@media screen and (max-width:630px) {
    .features ul {
        grid-template-columns: 100%;
    }
    .heading-area .heading-1 {
        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 {
        grid-template-columns: 1fr 1fr;
    }
    .advanced .TABROW .TAB {
        width: auto;
        padding: 15px;
    }
    .advanced .TABROW .TAB {
        font-size: 14px;
    }
    /**************************************/
    .client-reviews ul {
        grid-template-columns: 1fr 1fr;
    }
    .client-reviews ul li.morereview {
        grid-column: span 1;
    }
    .client-reviews ul li a::before {
        width: 35px;
        height: 35px;
        font-size: 28px;
    }
    .client-reviews ul li a {
        padding: 5px;
    }
    /****************************************/
    .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;
    }
    /*****************************************/
    .banner h1 {
        font-size: 35px;
    }
    .faq_list {
        grid-template-columns: 1fr;
    }
    .screens ul {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .demolink-sec ul {
        grid-auto-flow: row;
        grid-template-columns: 1fr 1fr;
    }
    .btn-div a, a.client-reviews-btn {
    font-size: 18px;
    padding: 13px 15px;
    }
    .video-section .video-data {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .play-anim-ico {
    transform: scale(0.5);
    }
    .provide-right {
        margin-bottom: 0;
    }
}
@media screen and (max-width:480px) {
    .screens ul li {
        width: 100%;
        padding: 0;
    }
    .advanced ul {
        grid-template-columns: 100%;
    }
    /******************************/
    .client-reviews ul li.morereview a {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width:360px) {
    .screens ul {
        grid-template-columns: 100%;
        gap: 20px;
    }
}