:root {
    --theme: #5c7bff;
    --theme-hover: #2748d4;
    --theme-light:#f3f5ff;
}
@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
    50% {
        opacity: .5
    }
    70% {
        opacity: .09
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}
.play-anim-ico {
    background-image: url(../svg/play-video-15.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;
}
.company-logo {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
}
p {
    line-height: 23px;
    font-size: 16px;
    margin: 0 0 10px 0;
    color: #000;
    text-align: justify;
    font-weight: 400;
}
P:last-child{
    margin-bottom: 0;
}
a{
    color: #000;
}
.mainWrapper {
    margin: 80px auto 0 auto;
    max-width: 1920px;
    overflow: hidden;
}
.mainWrapper>* {
    padding: 40px 0;
}
.heading-area {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
}
.heading-area.left {
    text-align: left;
}
.heading-area strong {
    text-transform: uppercase;
    font-size: 20px;
    color: #5c7bff;
    font-weight: 600;
    display: block;
}
.heading-area .header-sep {
    width: 38px;
    display: block;
    margin: 15px auto 0 auto;
}
.main-title {
    font-size: 35px;
    font-weight: bold;
    color: #191919;
    text-transform: uppercase;
    margin: -8px 0 0 0;
}
.heading-area p {
    text-align: center;
    margin: 4px 0 0 0;
}
.heading-area.white > *{
        color: #fff;
}
.btn__div {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    width: 100%;
}
.common_btn{
    background-color: var(--theme);
    font-size: 20px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 15px 13px 15px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.common_btn:hover,
.common_btn:focus
 {
    background-color: var(--theme-hover);
    color:#fff;
}
/* -------------------------------------------- */
.banner {
    padding: 40px 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(239, 242, 255, 1) 100%);
}
.banner h1 {
    font-size: 42px;
    text-transform: uppercase;
    color: var(--theme);
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1em;
}
.banner b{
    font-size: 18px;
    color: #000;
    display: block;
    line-height: 1em;
    margin-top: 5px;
}
.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner img {
    max-width: 100%;
}
.banner-left {
    width: 54%;
    position: relative;
    z-index: 0;
}
.banner-left lottie-player {
    transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
}
.banner-right {
    width: 42%;
}
.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;
}
/******************************************************/
.as_main__div{
    max-width: 1344px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
}
.left-artical {
    width: calc(100% - 350px);
    width: -o-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
}
.left-artical .heading-area{
    text-align: left;
}
.left-artical .heading-area p {
    text-align: left;
}
.left-artical section{
    padding: 0 0 30px;
}
.left-artical section:last-child{
    padding-bottom: 0;
}
.right-artical {
    width: 325px;
}
.right-artical img{
    vertical-align: top;
}
 /************************************/
/* .services-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
} */
.services ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.services ul li {
    padding: 12px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    position: relative;
}
.services ul li > div {
    display: grid;
    grid-template-columns: 40px auto;
    gap: 20px;
    align-items: center;
    margin-bottom: 5px;
}
.services ul li > a {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.services ul li > a i {
    font-size: 20px;
    color: var(--theme);
}
.services ul li strong{
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    line-height: 1em;
    margin: 0;
}
.services ul li i {
    font-size: 55px;
    display: block;
    margin: 0
    color: #000;
}
.services ul li i img {
    height: 40px;
    width: 40px;
    display: block;
    font-size: 0;
}
/************************************/
/******************************************************/
.client {
    background-color: var(--theme-light);
}
.client-inner {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.client .client-right {
    width: 63%;
}
.client .client-left {
    width: 35%;
    border: 5px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
}
.client a.client-block-img {
    display: block;
    position: relative;
}
.client a.client-block-img::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 69.25%;
}
.client .client-left .play-anim-ico {
    bottom: 30px;
    left: 30px;
    margin: 0;
    top: auto;
    right: auto;
}
.client a.client-block-img img {
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.client-right .heading-area {text-align: left;}
.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-3.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;
    -webkit-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-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;

}
.client-img-hold {
    position: relative;
    display: block;
}
.client-img-hold img{
    vertical-align: top;
}
.client-section-middle {
    width: 37%;
    padding: 0 2%;
    text-align: justify;
    box-sizing: border-box;
}
.client-section {
    background: #eff2ff;
}
.client-section ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.client-section ul li a {
    display: block;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}
.features {
    background: linear-gradient(120deg, #edf8ff, #f4f0ff);
    padding: 20px !important;
    margin-bottom: 30px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.features ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.features ul li:not(:first-child) {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 16px;
}
.features ul li .fet-caption {
    padding: 15px;
    min-height: 100%;
    background-color: #ffffff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    min-height: 100%;
    border-radius: 12px;
}
.fet_flex_box {
    display: grid;
    align-items: center;
    grid-template-columns: 45px auto;
    gap: 15px;
}
.fet-caption:hover:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10), 0 0 0 3px var(--theme) inset;
}
.features ul li i {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 45px;
    width: 45px;
    height: 45px;
}
.features ul li i img {
    height: 56px;
    width: 56px;
    font-size: 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;
}
.features ul li:hover i img {
    filter: invert(42%) sepia(62%) saturate(766%) hue-rotate(195deg) brightness(104%) contrast(101%);
}
.features ul li:hover strong {
    color: var(--theme);
}
.features ul li .sep {
    position: absolute;
    right: -18px;
    bottom: -70px;
}
.features ul li strong {
    display: block;
    line-height: normal;
    font-size: 20px;
    color: #373737;
    margin-bottom: 10px;
    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-left .bold{
    margin-bottom: 5px;
}
.provide-right {
    width: 44.2%;
    text-align: center;
}
.provide-left .heading-area {
    text-align: left;
    margin-bottom: 10px;
}
.provide ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 15px;
}
.provide ul li {
    font-size: 16px;
    list-style: none;
    padding-left: 21px;
    position: relative;
    font-weight: 400;
    color: #000;
}
.provide ul li:last-child{
    margin-bottom: 0;
    grid-column: span 2;
}
.provide ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--theme);
    border-radius: 50%;
    left: 0;
    top: 6px;
}
.howitworks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.howitworks ul li {
    line-height: 23.2px;
    color: #000;
    font-weight: 400;
    position: relative;
    padding-left: 21px;
    margin-bottom: 4px;
    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;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 15px 0;
    grid-gap: 10px;
}
.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;
    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: var(--theme);
    color: #fff;
    box-shadow: none;
}
.flowbanner {
    background-color: #eff2ff;
    position: relative;
    background-image: url(../index-94.html), url(../index-94.html);
    background-position: top center, bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.flowbanner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.flowbanner-inner img {
    max-width: 100%;
}
.flowbanner a {
    position: absolute;
    bottom: 17%;
    left: -1.4%;
    background-color: var(--theme);
    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: var(--theme-hover);
}
.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;
}
.demolinks {
    background-color: var(--theme);
}
.demolinks .heading-area strong {
    color: #fff;
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demolinks .heading-area h3 {
    color: #fff;
}
.demo-links-row {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    margin: 0 auto;
    max-width: 910px;
}
.demo-links-row li {
    list-style: none;
}
.demo-links-row li a {
    display: block;
    position: relative;
}
.demo-links-row li a img {
    position: absolute;
    left: 0;
    top: 0;
}
.demo-links-row li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 34%;
}
.demo-links-row strong {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}
.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-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.advanced-row {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.advanced-row.active {
    display: grid;
}
.advanced-row.full_width {
    grid-template-columns: 100%;
}
.advanced-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.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.active {
    background-color:var(--theme);
}
.advanced .TABROW {
    justify-content: center;
}
.advanced ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.advanced ol li {
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: flex-start;
    position: relative;
    text-align: justify;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    padding: 10px;
    border-radius: 12px;
}
.advanced ol li i {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #8B5CF6, #6366F1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E9EBF1;
    border-radius: 50%;
}
.advanced ol li .title-area {
    display: grid;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    justify-content: flex-start;
}
.advanced ol li strong {
    font-size: 18px;
    text-align: left;
}
.advanced ol li p {
    text-align: initial;
}
/*************************************************/
/* ----------------------------------------------------- */
.admin__panel {
  background: var(--theme-light);
  overflow: hidden;
}
.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: 20px;
}
.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;
    display: grid;
    grid-template-columns: 45px auto;
    gap: 20px;
    align-items: flex-start;
}
.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 strong {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1em;
    text-transform: capitalize;
    display: block;
    margin-bottom: 7px;
}
.web__panel {
  overflow: hidden;
}
/*************************************************/
.pricing-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.pricing p {
    text-align: center;
}
.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;
    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: #2748d4;
}
.torn-pricing {
    position: relative;
}
.torn-pricing::before {
    content: "";
    width: 100%;
    display: block;
    padding-top: 45.3%;
}
.torn-pricing img {
    position: absolute;
    left: 0;
    top: 0;
}
.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: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 -15px;
    row-gap: 25px;
}
.client-reviews ul li {
    width: 25%;
    padding: 0 10px;
}
.client-reviews ul li a {
    position: relative;
    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-radius: 25px;
    overflow: hidden;
    background-color: #fff;
    border: 8px solid #fff;
    display: block;
}
.client-reviews ul li:not(:last-child) a::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 71%;
}
.client-reviews ul li:not(:last-child) img {
    width: 100%;
    border-radius: 18px;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
.client-reviews ul li a::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    background-image: url(../svg/play-black-3.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);
}
.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: #5c7bff;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.client-reviews ul li.morereview a:hover {
    background-color: #2748d4;
}
.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;
    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;
}
.webscreens {
    padding: 50px 0 120px 0;
}
.webscreens .slick-slide img {
    max-width: 100%;
}
.webscreens .slick-slide strong img {
    display: inline-block;
}
.webscreens.admin-panel {
    background-color: #e8e8e8;
    padding: 50px 0 120px 0;
    position: relative;
}
.webscreens-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.webscreens ul {
    list-style: none;
    margin-top: 35px;
}
.web-caption strong {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 14px;
    text-align: center;
    margin-top: 30px;
}
.webscreens ul li .image-holder {
    width: 1225px;
    background-color: #ddd;
    border-radius: 15px;
    max-width: 100%;
    overflow: hidden;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.31);
}
.webscreens ul .slick-arrow {
    position: absolute;
    bottom: -70px;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 0 1px #5c7bff inset;
    padding: 0;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    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;
    cursor: pointer;
}
.webscreens ul .slick-arrow:hover {
    background-color: #eff2ff;
}
.webscreens ul .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-image: url(../png/left-4.png);
}
.webscreens ul .slick-arrow.slick-next {
    right: 50%;
    margin-right: -30px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    background-image: url(../png/right-5.png);
}
.webscreens .slick-list {
    overflow: visible;
}
.webscreens .slick-slide {
    margin: 0 15px;
}
.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 #5c7bff;
    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%;
}
.client-section ul li a .play-anim-ico {
    background-image: none;
    color: var(--theme);
    top: auto;
    font-size: 61px;
    left: auto;
    bottom: 0;
    right: 0;
    transform: none;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    box-sizing: border-box;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
}
.client-section ul li a .play-anim-ico:after {
    width: 35px;
    height: 35px;
}
.package-banner {
    text-align: center;
}
.package-banner-inner {
    padding: 0 15px;
    max-width: 1310px;
    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 {
    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;
}
._IMAGE_ {
    margin-bottom: 15px;
}
.faq {
    background-color: var(--theme-light);
}
.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: #f8f8f8;
    -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 ;
}
@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;
    }
    .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: 40px;
    }
    .banner h1 {
        font-size: 52px;
    }
    .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;
    }
    .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;
    }
    .advanced-left {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}
@media screen and (max-width:1120px) {
    .video-section .demo-video {
        height: 56vw;
    }
}
@media screen and (max-width:1024px) {
    .banner h1 {
        font-size: 35px;
    }
    .banner h1 {
        font-size: 45px;
    }
    .banner-left {
        width: 100%;
        text-align: center;
    }
    .banner-left p {
        text-align: center;
    }
    .banner-left .btn__div {
        justify-content: center;
    }
    .banner-right {
        width: 100%;
    }
    .client-left {
        width: 100%;
    }
    .client-left img {
        width: auto;
        max-width: 100%;
    }
    .client-right {
        width: 100%;
    }
    .client h3 {
        font-size: 50px;
    }
    .deliveryvideos ul li {
        width: 25%;
    }
    .client-section-middle {
        width: 100%;
        order: 3;
    }
    .client-section-right{
        order: 2;
    }
    .client-img-hold {
        display: inline-block;
    }
    .client-section-middle {
        text-align: center;
        margin: 30px 0;
        padding: 0;
    }
    .client-reviews ul li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
    .left-artical {
        width: 100%;
    }
    .right-artical {
        display: none;
    }
    .left-artical .heading-area {
        text-align: center;
    }
    .client-section ul {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width:991px) {
    .banner h1 {
        margin-bottom: 10px;
        font-size: 38px;
        text-align: center;
    }
    .banner h1 {
        font-size: 52px;
    }
    .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-bottom {
        display: none;
    }
    .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 p {
        max-width: 100%;
    }
    .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;
    }
    .advanced-left {
        display: none;
    }
    .advanced-right {
        width: 100%;
        text-align: center;
    }
    .advanced-right img {
        max-width: 100%;
    }
    .advanced-row {
        grid-template-columns: 100%;
    }
    .advanced ul li {
        width: 33.33%;
    }
    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;
    }
    .client-reviews ul li {
        width: 33.33%;
    }
    .client-reviews a.client-reviews-btn {
        padding: 10px 50px;
        font-size: 22px;
    }
    .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;
    }
    .deliveryvideos ul li {
        width: 33.33%;
    }
    .package-banner-main>h3,
    .video-section h3 {
        font-size: 32px;
    }
    .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;
    }
    .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;
    }
    .services ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (min-width:1921px) {
    .mainWrapper {
        max-width: 100%;
    }
    .flowbanner {
        background-image: none;
        padding: 50px 0 50px 0;
    }
}
.inq_form {
    width: 100%;
    display: block;
    float: left;
    background-color: var(--theme-light);
}
.inq_form form input[type=submit] {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 30px 13px 30px;
    background-color: #5c7bff;
    width: auto;
    text-transform: uppercase;
    min-height: 45px;
    line-height: 30px;
    outline: none;
    border: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-family: 'Exo 2';
}
.inq_form form input:hover[type=submit] {
    background-color: #2748d4;
}
.inq_form .head-style {
    display: block;
    font-size: 36px;
    font-weight: 600;
    color: #5c7bff;
}
.inq_form .heading-area {
    margin-bottom: 15px;
    text-align: left;
    align-items: flex-start;
}
.inq_form-inner {
    max-width: 1340px;
    padding: 0 15px;
    margin: 0 auto;
}
.inq_form .box-shadow {
    margin-top: 15px;
    width: 100%;
}
.inq_form .box-shadow ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    row-gap: 30px;
}
.inq_form .box-shadow ul li {
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.inq_form .box-shadow ul li:last-child {
    padding: 20px 30px 30px 30px;
    box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    background-color: #fff;
}
.enquire_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inq_form-left,
.inq_form-right {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inq_form .input-row-flow {
    margin-bottom: 16px;
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.inq_form .input-row-flow:last-child {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
}
.inq_form .input-row-flow .g-recaptcha {
    margin-top: 20px;
}
.inq_form .input-row-flow .custom-input-box {
    margin: 0px;
    border: 1px solid #ddd;
    background: #FFF;
    font-size: 16px;
    color: #292929;
    padding: 9px 10px;
    border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}
.inq_form .text-center {
    text-align: center;
}
.custom-input-button {
    background-color: #fd585c;
    position: relative;
    margin: 0 auto;
    padding: 8px 20px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.custom-input-button:hover {
    background-color: #bf0000;
}
.inq_form .video-block {
    max-width: 100%;
    position: relative;
    width: 100%;
    box-shadow: none;
    min-height: 100%;
    text-align: center;
}
.inq_form .button-btn {
    margin-top: 0;
    justify-content: flex-start;
}
@media screen and (max-width:991px) {
    .inq_form .box-shadow ul li {
        width: 100%;
    }
    .inq_form .heading-area {
        margin-bottom: 15px;
        text-align: left;
        align-items: center;
    }
    .websec-left {
        width: 100%;
    }
    .addmin-right {
        width: 100%;
    }
    .client .client-left{
        max-width: 598px;
        width: 100%;
        margin: 0 auto 30px auto;
    }
    .client .client-right{
        width: 100%;
    }
    /* -------------------------------------- */
    .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;
    }
    /* -------------------------------------- */
}
@media screen and (max-width:767px) {
    .client .play-anim-ico {
        left: 20px;
        top: 20px;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        margin: 0;
    }
    .advanced ol {
        gap: 10px;
    }
    .banner h1 {
        font-size: 45px;
    }
    .client-section-inner {
        grid-template-columns: 100%;
        gap: 20px;
    }
    .client-section ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width:630px) {
    .banner h1 {
        font-size: 29px;
        line-height: 35px;
    }
    .features ul li {
        width: 100%;
        padding: 0;
    }
    .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;
    }
    .work-process ul li {
        width: 100%;
    }
    .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;
    }
    .client-reviews ul li {
        width: 50%;
    }
    .demo-links-row strong {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .demo-links-row {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        grid-auto-flow: row;
    }
    .AP__FET {
        grid-template-columns: 1fr;
    }
    .mainWrapper>* {
        padding: 40px 0;
    }
    .mainWrapper>*.as_main__div {
        margin: 0 15px;
    }
    .inq_form-left,
    .inq_form-right {
        flex-direction: column;
    }
    .inq_form .input-row-flow {
        width: 100%;
    }
    .client-reviews ul li a::after {
        width: 35px;
        height: 35px;
        background-size: 29px;
    }
    .client-reviews ul li a {
        border-radius: 8px;
        border: 0;
    }
    .client-reviews ul li:not(:last-child) img {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .client-reviews ul 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;
    }
    .client-reviews ul 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;
    }
    .client-section-left .play-anim-ico, .client-section-right .play-anim-ico{
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
    }
    .client-section-middle{
        margin: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .client-section-middle .client-img-hold{
        width: calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -o-calc(50% - 10px);
        margin: 0 5px 15px 5px;
        display: inline-flex;
    }
    .client-section-middle .play-anim-ico{
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        top: auto;
        bottom: 10px;
        left: 10px;
        margin: 0;
    }
    .client a.client-block-img{
        max-width: 598px;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .client a.client-block-img .play-anim-ico{
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        top: auto;
        bottom: 10px;
        left: 10px;
        margin: 0;
    }
    .inq_form .box-shadow ul li:last-child {
        padding: 15px;
    }
    .inq_form .head-style {
        font-size: 23px;
    }
    .inq_form .box-shadow{
        margin: 0;
    }
    .advanced ol {
        grid-template-columns: 100%;
    }
    .features ul {
        grid-template-columns: 100%;
    }
    .services ul {
        grid-template-columns: 1fr 1fr;
    }
    .provide ul {
        grid-template-columns: 100%;
    }
    .provide ul li:last-child{
        margin-bottom: 0;
        grid-column: span 1;
    }
    .client-section ul {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}
@media screen and (max-width:480px) {
    .advanced ul li {
        width: 100%;
        padding: 0;
    }
    .client-reviews ul {
        margin: 0;
        row-gap: 20px;
    }
    .client-reviews ul li.morereview a {
        font-size: 4.2vw;
        line-height: 5.2vw;
    }
    .client-reviews ul li {
        width: 50%;
        padding: 0 5px;
    }
    .services ul {
        grid-template-columns: 100%;
    }
}