@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --orange: #e69c24;
    --orange-dark: #c58319;
    --black: #000;
    --white: #ffffff;
    --button-padding: 11px 25px 13px 25px;
    --gap10: 10px;
    --gap20: 20px;
    --gap30: 30px;
    --f20: 20px;
    --f16: 16px;
    --button-radius: 5px;
    --radius10: 10px;
    --dflex: flex;
    --radius-left: 15px 0px 0px 15px;
    --radius-right: 0 15px 15px 0;
    --gradient: linear-gradient(180deg, #FFF 0%, #d6eef7 100%);
    --common-gradient: linear-gradient(180deg, rgba(252, 77, 0, 0.05) 0%, rgba(68, 172, 0, 0.05) 37.6%, rgba(68, 172, 0, 0.05) 68.33%, rgba(191, 108, 0, 0.05) 100%);
    --container-inner-width: 1310px
}
html {
    scroll-behavior: smooth;
}
b {
    font-size: 18px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 5px;
    display: block;
    line-height: normal;
}
* {
    box-sizing: border-box;
}
.page_content>* {
    padding: 40px 0;
}
p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #000;
}
p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
}
.mb-20 {
    margin-bottom: 20px;
}
.main-title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1em;
    display: block;
    text-transform: uppercase;
}
.heading-area.center>* {
    text-align: center;
    display: block;
}
.sub-title {
    font-size: 20px;
    line-height: 25px;
    color: #e69c24;
    display: block;
    margin-top: -4px;
    margin-bottom: 4px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    color: var(--orange);
}
.heading-area {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.heading-area>p {
    margin: 5px 0 0 0;
}
.heading-area.white>* {
    color: #fff;
}
.common-btn {
    background-color: var(--orange);
    color: var(--white);
    padding: var(--button-padding);
    gap: var(--gap20);
    font-size: var(--f16);
    border-radius: var(--button-radius);
    -webkit-border-radius: var(--button-radius);
    -moz-border-radius: var(--button-radius);
    -ms-border-radius: var(--button-radius);
    -o-border-radius: var(--button-radius);
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    gap: var(--gap10);
    font-weight: 400;
    border: none;
    outline: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 0;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
}
.common-btn:hover {
    background-color: var(--orange-dark);
    color: #fff;
}
/****************************************/
.banner{
    background: var(--common-gradient);
}
.banner-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner .heading-area h1 {
    font-size: 44px;
    color: #000;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
}
.banner-right {
    width: 48%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.banner-left {
    width: 50%;
}
.banner-left b {
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
    color: #545454;
    font-weight: 600;
}
.button-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    grid-gap: 15px;
}
.button-block a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e69c24;
    padding: 0 15px;
    border-radius: 5px;
    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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 45px;
    grid-gap: 7px;
}
.button-block a i {
    font-size: 20px;
}
.button-block a:hover {
    background-color: #c58319;
}
.button-block a img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.blink {
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite;
}
@keyframes blink {
    30% {
        opacity: 0;
    }
}
.btn-color1 {
    background-color: #0c8ee4 !important;
}
.btn-color1:hover,
.btn-color1:focus {
    background-color: #0976be !important;
}
.btn-color2 {
    background-color: #FE9B00;
}
.btn-color2:hover,
.btn-color2:focus {
    background-color: #c07a24;
}
.btn-color3 {
    background-color: #0fb158 !important;
}
.btn-color3:hover,
.btn-color3:focus {
    background-color: #0a8d45 !important;
}
/****************************************/
.development{
    background: #f6f9fd;
}
.development-left {
    width: 35%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.development-right {
    width: 62%;
}
.development-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.development ul li {
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 4px;
    position: relative;
    line-height: 23px;
}
.development ul li:last-child {
    margin-bottom: 0;
}
a.clientvideos {
    width: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
a.clientvideos img {
    max-width: 100%;
}
.development ul li:before {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #e69c24;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
/***************************************/
.iwatch-section{
    background: var(--common-gradient);
}
.iwatch-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.iwatch-section .iwatch-right {
    width: 37%;
}
.iwatch-section .iwatch-left {
    width: 62%;
}
.iwatch-section b {
    display: block;
    width: 100%;
    font-size: 22px;
    font-style: italic;
    margin-top: 30px;
}
.iwatch-section .heading-area ._VIDEO_ {
    width: 24px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -4px;
}
.iwatch-section a.gopage {
    background: #e69c24;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    margin-top: 15px;
    border-radius: 5px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.iwatch-section a.gopage:hover {
    background-color: #c58319;
    color: #fff;
}
/****************************************/
.about {
    padding: 40px 0;
}
.about-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1310px;
    display: grid;
    grid-template-columns: 1.2fr 1.8fr;
    gap: 30px;
    align-items: center;
}
.desire-video-block {
    display: block;
    position: relative;
}
.desire-video-block::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.desire-video-block img {
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255, 255, 0.7);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}
.overlay b {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 0 0 2px;
    text-transform: capitalize;
}
.overlay span {
  font-size: 12px;
  color: #000;
}
.desire-video-block .play-anim-ico {
    left: 0 ;
    top: 0;
    margin: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    font-size: 60px;
    color: #e69c24;
    position: relative;
}
.desire-video-block .play-anim-ico:after {
    box-shadow: 0 0 0 13px #fff;
}
.about p {
    text-align: justify;
}
/****************************************/
.ai-features-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.ai-features ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.ai-features ul li {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffe9d7;
}
.ai-features ul li:nth-child(2) {
    background: #dbeafe;
}
.ai-features ul li:nth-child(3) {
    background: #dcfce7;
}
.ai-features ul li:nth-child(2)::before {
    background-color: #007bff; /* Blue for step 2 */
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}
    .ai-features ul li:nth-child(3)::before {
    background-color: #28a745; /* Green for step 3 */
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
    }
.ai-features ul li strong {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px 0;
    display: block;
}
.ai-features ul li i {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    border: 1px solid #e2e8f0;
}
.ai-features ul li i img {
    width: 60px;
    height: 60px;
}
 /* Icon background colors */
    .ai-features ul li:nth-child(2)::before {
    background-color: #007bff; /* Blue for step 2 */
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}
.ai-features ul li:nth-child(3)::before {
    background-color: #28a745; /* Green for step 3 */
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
}
/* -------------------------------- */
.features-section{
    background: var(--common-gradient);
}
.features-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.features-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    /* Distributes space evenly */
}
.features-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}
.features-card .icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 34px;
    color: #fff;
}
.features-card .icon-wrapper.blue {
    background: linear-gradient(to right, #06b6d4, #3b82f6);
}
.features-card .icon-wrapper.purple {
    background: linear-gradient(to right, #ec4899, #a855f7);
}
.features-card .icon-wrapper.orange {
    background: linear-gradient(to right, #ec4899, #f97316);
}
.features-card .icon-wrapper.green {
    background: linear-gradient(to right,#10b981 , #22c55e);
}
.features-card .icon-wrapper.dark-purple {
    background-color: #ede7f6;
}
.features-card .icon-wrapper.pink {
    background-color: #fce4ec;
}
.features-card svg {
    width: 30px;
    height: 30px;
}
.features-card strong {
    font-size: 18px;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    text-transform: capitalize;
    line-height: 1.2em;
}
.features-card .learn-more:hover svg {
    transform: translateX(5px);
}
/****************************************/
.leading-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.leading ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.leading ul li img {
    width: 50px;
    height: 50px;
}
.leading ul li {
    border: 1px solid hsl(220 13% 91%);
    padding: 25px;
    text-align: center;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.leading ul li strong {
    display: block;
    font-weight: 600;
    margin: 0 0 10px;
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
}
.leading ul li i {
    font-size: 50px;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    background: linear-gradient(135deg, #dbeaff, #fbeee4);
}
/****************************************/
.business-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.business_left{
    width: 58%;
}
.business ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.card-box{
    display: grid;
    grid-template-columns: 75px 1fr;
}
.business ul li .card-box .icon-box {
     width: 60px;
      height: 60px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 20px;
}
.business ul li .card-box .icon-box.green { background: #16c79a; }
.business ul li .card-box .icon-box.purple { background: linear-gradient(135deg, #a044ff, #6a3093); }
.business ul li .card-box .icon-box.blue { background: #2d9cdb; }
.business ul li .card-box .icon-box img {
    width: 43px;
    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;
}
.business ul li .card-box h4 {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}
.business ul li .card-box p {
    margin-bottom: 5px;
}
.business ul li .card-box p:last-child {
    margin-bottom: 0;
}
.business ul li .card-box p strong {
    font-weight: 600;
    font-size: 16px;
    color: #777777;
    line-height: 24px;
}
.business_right{
    width: 40%;
}
.business_right img{
    border-radius:12px;
}
/****************************************/
.revenue-factor{
    background: #f6f9fd;
}
.revenue-factor-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.revenue-factor ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 100%;
}
.revenue-factor ul li .factor-view {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    padding: 40px;
    text-align: center;
    border: 1px solid #e2e8f0;
}
.revenue-factor ul li .factor-view strong {
    font-size: 22px;
    margin: 30px 0 10px 0;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    display: block;
}
.factor-view .icon-box {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 53px;
}
.factor-view .orange {
  background-color: #ff8c1a;
  outline: 10px solid #ffedd5;
}
.factor-view .blue {
  background-color: #3b82f6;
  outline: 10px solid #dbeafe;
}
/****************************************/
.services{
    background: #f6f9fd;
}
.services-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.services-inner .heading-area~strong {
    margin-bottom: 0;
}
.services ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}
.services ul li {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid hsl(40deg 84% 95.1%);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
 /* Icon background colors */
.services ul li i.blue-bg { background-color: #e0f2ff;color: #007bff; } /* Light blue */
.services ul li i.orange-bg { background-color: #fff3e0;color: #fd7e14; } /* Light orange */
.services ul li i.yellow-bg { background-color: #fffde7;color: #ffc107; } /* Light yellow */
.services ul li i.cyan-bg { background-color: #e0f7fa;color: #17a2b8; } /* Light cyan */
.services ul li i.light-green-bg { background-color: #e8f5e9;color: #28a745; } /* Lighter green */
.services ul li i.purple-bg { background-color: #f3e5f5;color: #6f42c1; } /* Light purple */
.services ul li i.red-bg { background-color: #ffe0e0;color: #dc3545; } /* Light red */
.services ul li i.dark-green-bg { background-color: #dcedc8;color: #6c757d; } /* Darker green */
.services ul li img.sep {
    position: absolute;
    right: -3px;
    bottom: -30px;
}
.services ul img {
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 0;
}
.services ul li strong img {
    height: auto;
    max-width: 100%;
}
.services ul li strong {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: #000;
    text-transform: capitalize;
    line-height: 1.2em;
}
.services ul li i {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 35px;
}
.services .TABROW {
   display: flex;
    margin-bottom: 15px;
    border-radius: 8px;
    gap: 15px;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}
.services .TABROW .TAB {
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid #000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}
.services .TABROW .TAB.active {
     background-color: var(--orange);
    color: #fff;
    border-color: var(--orange);
}
.services ul.tab-content {
    display: none;
}
.services ul.tab-content.active {
    display: grid;
}
/****************************************/
.services.offersec {
    background-color: #fffae2;
}
.services.offersec ul li b {
    background-image: none;
}
/****************************************/
/****************************************/
.package-script {
    padding: 50px 0 50px 0;
    margin-top: 0;
}
.package-script .heading-area {
    margin-bottom: 15px;
}
.package-script strong {
    display: block;
    margin: 0 0 20px 0;
    font-weight: 600;
}
.package-script-inner {
    max-width: 1310px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.package-script-right {
    width: 59%;
}
.package-script-right img {
    width: 100%;
}
.package-script-left {
    width: 36.45%;
}
.package-script-left strong {
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
}
.package-script~.demovideo {
    margin-top: 0;
    padding-top: 50px;
}
.package-script input,
.package-script textarea {
    padding: 15px;
    width: 100%;
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
    border-radius: 3px;
    font-size: 16px;
    color: #a7a7a7;
    font-family: 'poppins';
}
.package-script input[type="submit"] {
    width: auto;
    padding: 14px 20px 14px 20px;
    background-color: #e69c24;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 202px;
    border: none;
    cursor: pointer;
    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;
}
.package-script input[type="submit"]:hover {
    background-color: #978329;
    color: #fff;
}
/****************************************/
@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 {
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 111;
    transform: translate(-50%, 20%);
    -webkit-transform: translate(-50%, 20%);
    -moz-transform: translate(-50%, 20%);
    -ms-transform: translate(-50%, 20%);
    -o-transform: translate(-50%, 20%);
    border-radius: 50%;
    background-color: #fff;
}
.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 #F3AA00;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.play-anim-ico.blue:after {
    box-shadow: 0 0 0 13px #e69c24;
}
/*********************************************/
.demovideo-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.demovideo b {
    margin: 20px 0 20px;
}
.demovideo-block {
    width: 49%;
    display: inline-block;
    border: 1px solid #ddd;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    position: relative;
}
.demovideo-block::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.16%
}
.demovideo-block img {
    max-width: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
/*********************************************/
/******************************************************************/
/****************************************/
.reviews {
    padding: 0 0 75px 0;
}
.reviews-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.reviews ul li a {
    display: inline-block;
}
.reviews ul li a span {
    width: 165px;
    height: 165px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    position: relative;
}
.reviews ul li {
    text-align: center;
    display: inline-block;
    outline: none;
}
.reviews ul li .video-capt {
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    color: #303030;
    margin-top: 15px;
}
.reviews .slick-initialized .slick-slide a img {
    max-width: 100%;
}
.reviews .slick-initialized .slick-slide a {
    display: inline-block;
    outline: none;
}
.reviews ul li button {
    width: 12px;
    height: 12px;
    font-size: 0;
    border: none;
    padding: 0;
    outline: none;
    background-color: #cbcbcb;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 3px;
}
.reviews ul li.slick-active button {
    width: 16px;
    height: 16px;
    background-color: #239707;
}
.reviews ul.slick-dots {
    text-align: center;
    margin-top: 40px;
}
.reviews ul li a:after {
    content: '';
    width: 58px;
    height: 58px;
    background-image: url(../images/play-icon.png);
    position: absolute;
    right: 0;
    bottom: 0;
}
/****************************************/
.demolinks {
    background: linear-gradient(352deg, #2563eb, #0d9488);
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.demolinks ul {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    gap: 30px;
    margin: 0 auto;
}
.demolinks ul li a {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow:0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25);
  border: 1px solid #e2e8f0;
}
.demolinks ul li a:hover {
  transform: translateY(-5px);
}
.demolinks ul li a img {
  width: 40px;
}
.demolinks ul li a i{
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin: 0 auto 10px auto;
    box-shadow:0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.demolinks ul li a .label {
  opacity: 0.85;
  margin: 0;
  color: #fff;
}
.demolinks ul li a strong {
  font-size: 20px;
  font-weight: bold;
  margin-top: 4px;
  color: white;
  display: block;
  font-weight: 600;
}
.bg-white-line {
    background-color: rgb(255 255 255 / 0.2);
    width: 100%;
    height: 3px;
    border-radius: 200px;
    margin-top: 25px;
}
.green-liner{
    background: linear-gradient(#10b981,#4ade80);
}
.blue-liner{
    background: linear-gradient(#3b82f6,#22d3ee);
}
.kisok-liner{
    background: linear-gradient(#06b6d4,#2dd4bf);
}
.live-liner{
    background: linear-gradient(#475569,#94a3b8);
}
.black-liner{
    background: linear-gradient(#000,#374151);
}
.admin-liner{
    background: linear-gradient(#6366f1,#60a5fa);
}
.web-liner{
    background: linear-gradient(#14b8a6,#34d399);
}
/****************************************/
.mainvideo {
    padding: 40px 0;
    background-color: #f6f9fd;
}
.mainvideo-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.mainvideo-row {
    text-align: center;
    position: relative;
}
.mainvideo-block::before {
    content: '';
    display: block;
    padding-top: 56.25%
}
.mainvideo-block {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    width: 800px;
    max-width: 100%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.mainvideo-block>img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.mainvideo-block iframe {
    width: 100%;
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 0;
}
/****************************************/
.reviews {
    padding: 40px 0 50px 0;
    background-color: #f8f8f8;
}
.reviews-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
ul.reviews-list {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
ul.reviews-list li a img {
    width: 100%;
    vertical-align: top;
    border-radius: 50%;
}
ul.reviews-list li {
    width: 20%;
    padding: 0 15px;
}
ul.reviews-list li a {
    display: inline-block;
    border: 4px solid #e69c24;
    position: relative;
    border-radius: 50%;
}
ul.reviews-list li a:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 46px;
    height: 46px;
    background-image: url(../images/play-button.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-color: #e69c24;
    border-radius: 50%;
}
/****************************************/
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.screens ul {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
}
.screens ul.active {
    display: flex;
}
.screens ul li {
    width: 25%;
    padding: 0 10px;
    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 a.button-btn {
    background-color: #f3aa00;
    font-size: 25px;
    color: #fff;
    padding: 21px 45px 19px 45px;
    letter-spacing: normal;
    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;
    margin:15px auto 0;
    display: table;
    width: auto;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
}
.screens a.button-btn:hover {
    background-color: #b78000;
}
.screens .TABROW {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 0 0 15px 0;
    display: inline-flex;
    border-radius: 50px;
    row-gap: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.screens .TABROW .TAB {
    min-width: 197px;
    height: auto;
    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;
    margin: 0 5px;
    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;
    font-size: 20px;
    letter-spacing: normal;
    border-radius: 5px;
    background: #fff;
}
.screens .TABROW .TAB.active {
    background-color: var(--orange);
    color: #fff;
    box-shadow: none;
}
.client-reviews {
    position: relative;
    background:#f6f9fd;
}
.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;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.client-reviews ul li a {
    position: relative;
    display: block;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    border-radius: 25px;
    overflow: hidden;
    background-color: #fff;
    border: 8px solid #fff;
    vertical-align: top;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
.client-reviews ul li:not(:last-child) a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 71%;
}
.client-reviews ul li:not(:last-child) a img {
    position: absolute;
    left: 0;
    top: 0;
}
.client-reviews ul li a::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    background-image: url(../images/play-video.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    z-index: 1;
    padding: 10px;
    background-color: #e69c24;
    border-radius: 50%;
    background-position: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.heading-area .heading2 {
    font-size: 18px;
    font-weight: 500;
}
.client-reviews .button-part a,
.screens-inner .button-part a {
    font-size: 40px;
    padding: 20px 50px 25px;
    border-radius: 101px;
}
.client-reviews .button-part {
    padding-top: 0;
    text-align: center;
}
.client-reviews ul li.morereview a {
    height: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    padding: 15px;
    text-align: center;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background: #e69c24;
}
.client-reviews ul li.morereview a:hover {
    background-color: #9b6207;
    color: #ffffff;
}
.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;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent;
}
.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;
    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;
    background: transparent;
}
/**************************************/
.businesssteps {
    padding: 40px 0;
}
.businesssteps-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.businesssteps-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: 40%;
}
.businesssteps-right {
    width: 58%;
}
.businesssteps ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.businesssteps ul li {
    position: relative;
    padding-left: 65px;
    font-size: 15px;
    text-align: justify;
    line-height: 23px;
}
.businesssteps ul li:last-child {
    margin-bottom: 0;
}
.businesssteps ul li:before {
    content: attr(data-number);
    position: absolute;
    left: 0;
    top: 6px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.businesssteps ul li.orange::before {
  background-color: #f97316;
}
.businesssteps ul li.blue::before {
  background-color: #3b82f6;
}
.businesssteps ul li.green::before {
  background-color: #22c55e;
}
/****************************************/
/****************************************/
/****************************************/
.package {
    padding: 40px 0 40px 0;
    background-color: #f6f9fd;
}
.package-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.package-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.package-column {
    background-color: #fff;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 15px
}
.package-column span {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
    flex-direction: column;
    gap: 20px;
}
.package-column span i {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #000
}
.package-column span strong {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
}
.package-column li {
    position: relative;
    font-size: 15px;
    color: #000;
    text-align: left;
    padding-left: 19px;
    line-height: 22px;
}
.package-column li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 7px;
    left: 0
}
 /* Text colors for titles */
.package-column .blue-text { color: #007bff; }
.package-column .purple-text { color: #673ab7; }
.package-column .red-text { color: #dc3545; }
.package-column .green-text { color: #28a745; }
/****************************************/
.about-section-of {
    float: left;
    width: 100%;
    padding-bottom: 0;
}
.about-section-of-inner {
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center
}
.about-section-of .footer-toggle-btn {
    padding: 15px 20px;
    font-size: 26px;
    font-family: 'Exo 2';
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--orange);
    color: #fff;
    display: inline-block;
    border-radius: 12px 12px 0 0;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    margin: 0 5px;
}
.about-section-of .footer-toggle-btn span {
    color: var(--orange)
}
strong.sub__title {
    font-size: 20px;
    display: block;
    margin-bottom: 6px
}
.about-section-of .footer-toggle-btn:after {
    content: '';
    display: inline-block;
    border-top: 13px solid #fff;
    border-left: 11px solid #fff0;
    border-right: 11px solid #fff0;
    margin-left: 10px;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}
.about-section-of h2.active:after,.about-section-of .footer-toggle-btn.active:after {
    transform: rotatex(-180deg);
    -webkit-transform: rotatex(-180deg);
    -moz-transform: rotatex(-180deg);
    -ms-transform: rotatex(-180deg);
    -o-transform: rotatex(-180deg)
}
.about-section-of-data {
    text-align: initial;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #fff7f3;
    display: none
}
.about-section-of-data .about-section-of-inner {
    text-align: unset
}
.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: 15px;
    background: #fff;
    margin: 0;
}
.faq_list>li ul li b {
    display: inline;
    font-size: inherit
}
.faq_list>li strong {
    font-size: 18px;
    line-height: 1.2em;
    display: block;
    margin: 0 0 10px;
    text-transform: capitalize;
    font-weight: 600
}
.faq_list li:last-child {
    grid-column: span 2;
}
.blog-row {
    font-size: 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}
.blog-thumb {
    height: 200px;
    background-size: cover;
    border-bottom: 1px solid #ddd
}
.blog-box strong a {
    display: block;
    font-size: 16px;
    color: #000;
    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;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 22px;
}
.blog-box strong a:hover {
    color: var(--orange)
}
.blog-secondary p {
    font-size: 15px;
    color: #3c3c3c;
    font-weight: 400;
    line-height: 25px;
    text-align: justify
}
.blog-box {
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
@media screen and (max-width: 1600px) {
    .banner .element2 {
        display: none;
    }
}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1279px) {
    .development-left img {
        max-width: 100%;
        width: auto;
    }
    /*****************************************/
}
@media screen and (max-width: 1199px) {
    .banner-left {
        width: 100%;
    }
    .banner-right {
        width: 100%;
        margin-bottom: 40px;
        align-items: center;
    }
    .banner-inner {
        flex-direction: column-reverse;
    }
    .client-reviews ul li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
}
@media screen and (max-width: 1024px) {}
@media screen and (min-width: 992px) {
    .demo-res-image {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .sub-title {
        font-size: 18px;
    }
    .main-title {
        font-size: 30px;
    }
    .banner-left {
        width: 100%;
    }
    .banner-right {
        width: 100%;
        margin-bottom: 40px;
    }
    .banner-inner {
        flex-direction: column-reverse;
    }
    /************************************************/
    .package ~ .development .development-inner{
        flex-direction: column-reverse;
    }
    .leading ~ .development .development-inner{
        flex-direction: initial;
    }
    .development-inner{
        row-gap: 30px;
    }
    .development-left {
        display: block;
        height: auto;
        text-align: center;
        width: 100%;
    }
    .development-right {
        width: 100%;
    }
    .development-right img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .iwatch-section .iwatch-right {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .iwatch-section .iwatch-left {
        text-align: center;
        width: 100%;
        margin-bottom: 0;
    }
    .iwatch-section img {
        display: block;
        margin: 0 auto;
    }
    .business ul li {
        width: calc(100% - 0px);
        width: -o-calc(100% - 0px);
        width: -ms-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        width: -webkit-calc(100% - 0px);
    }
    .screens ul li {
        width: 50%;
        text-align: center;
    }
    /**************************************/
    .package-row {
        grid-template-columns: 1fr 1fr;
    }
    /************************************************/
    .ai-features ul {
        grid-template-columns: 1fr 1fr;
    }
    .ai-features ul li:last-child {
        grid-column: span 2;
    }
    /************************************************/
    .about-inner {
        display: grid;
        grid-template-columns: 100%;
        gap: 20px;
    }
    /************************************************/
    .leading ul {
        grid-template-columns: 1fr 1fr;
    }
    .leading ul li:first-child {
        grid-column: span 2;
    }
    .package-script {
        padding: 50px 0 30px 0;
        background-image: none;
    }
    .package-script-left {
        width: 100%;
    }
    .package-script-right {
        width: 100%;
        text-align: center;
    }
    .package-script-right img {
        max-width: 100%;
    }
    /************************************************/
    .client-reviews ul {
        grid-template-columns: repeat(3, 1fr);
    }
    /************************************************/
    .features ul {
        grid-template-columns: 1fr 1fr;
    }
    /************************************************/
    .businesssteps-inner{
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    .businesssteps-left {
        width: 100%;
        display: block;
        text-align: center;
    }
    .businesssteps-right {
        width: 100%;
    }
    .businesssteps-left img {
        width: 100%;
        text-align: center;
    }
    /************************************************/
    .main-title,
    .banner .heading-area span~h1 {
        font-size: 36px;
    }
    .services .TABROW .TAB {
        min-width: inherit;
        width: auto;
    }
    /************************************************/
    .business-inner {
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    .business_left{
        width: 100%;
    }
        .business_right {
        width: 100%;
        text-align: center;
    }
    /************************************************/
    .services ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .business ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .blog-row {
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width: 900px) {
    .video-block iframe {
        width: 100%;
        height: 54.2vw;
    }
    .video-block,
    .demovideo-block {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    /****************************************/
    .reviews {
        padding: 0 0 50px 0;
        background-color: #f8f8f8;
    }
    .main-title,
    .banner .heading-area span~h1 {
        font-size: 28px;
    }
    /************************************************/
    .screens ul li {
        width: 50%;
        text-align: center;
    }
    .screens ul li img {
        max-width: 100%;
    }
    /************************************************/
    .iwatch-section a.gopage {
        font-size: 16px;
        padding: 15px 20px;
    }
    .screens a.button-btn {
        font-size: 16px;
        padding: 14px 20px 14px 20px;
    }
    .faq_list {
        grid-template-columns: 100%;
    }
    .faq_list li:last-child {
        grid-column: auto;
    }
}
@media screen and (max-width: 630px) {
    .page_content>* {
        padding: 40px 0;
    }
    .main-title,
    .banner .heading-area span~h1 {
        font-size: 25px;
    }
    #wrap {
        margin: 67px auto 0 auto;
    }
    .banner-right {
        margin-bottom: 20px;
    }
    .banner-left .heading-area~img {
        margin-bottom: 15px;
    }
    .services ul li strong {
        font-size: 14px;
        line-height: 1.3em;
    }
    /*****************************************/
    .client-reviews ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .client-reviews ul li a::after {
        width: 35px;
        height: 35px;
        top: 5px;
        right: 5px;
        background-size: 29px;
    }
    .client-reviews ul li a {
        border-radius: 8px;
        border: 2px solid #fff;
        border-radius: 18px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    /*****************************************/
    .services .TABROW {
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
    }
    .services .TABROW::-webkit-scrollbar {
        width: 0;
    }
    .business ul li .card-box {
        min-height: inherit;
    }
    .play-anim-ico {
        left: 56%;
        transform: translate(-50%, -50%) scale(0.7);
        -webkit-transform: translate(-50%, -50%) scale(0.7);
        -moz-transform: translate(-50%, -50%) scale(0.7);
        -ms-transform: translate(-50%, -50%) scale(0.7);
        -o-transform: translate(-50%, -50%) scale(0.7);
    }
    .desire-video-block .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);
        left: 0;
        top: 0;
        position: absolute;
    }
    .heading-area span {
        font-size: 18px;
        line-height: 23px;
        color: #e69c24;
        display: block;
        margin-top: -4px;
        margin-bottom: 0;
        font-weight: 600;
        text-transform: uppercase;
        display: block;
    }
    .demovideo-block {
        width: 100%;
        margin: 0 0 20px;
    }
    .dovideo-block:last-child{
        margin-bottom: 0;
    }
    .demolinks ul li a {
        border-radius: 12px;
        padding: 15px;
    }
    .demolinks ul li a strong {
        font-size: 18px;
    }
    .demolinks ul li a:hover {
        transform: translateY(0);
    }
    .bg-white-line {
        display: none;
    }
    .services ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .business ul {
        grid-template-columns: 1fr;
    }
    .demolinks ul {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        gap: 15px;
    }
    .package-row {
        grid-template-columns: 100%;
    }
    .leading ul {
        grid-template-columns: 100%;
    }
    .leading ul li:first-child {
        grid-column: span 1;
    }
    .features ul {
        grid-template-columns: 100%;
    }
    .ai-features ul {
        grid-template-columns: 100%;
    }
    .ai-features ul li:last-child {
        grid-column: span 1;
    }
    .features-grid {
        grid-template-columns: 1fr;
    }
    .blog-row {
        grid-template-columns: 1fr;
    }
    .revenue-factor ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .revenue-factor ul li .factor-view {
        border-radius: 12px;
        padding: 30px 15px;
    }
        .revenue-factor ul li .factor-view strong {
        font-size: 18px;
    }
    .about-section-of .footer-toggle-btn {
        padding: 10px 10px;
        font-size: 15px;
        border-radius: 4px 4px 0 0;
        margin: 0 2px;font-weight: 600;
    }
    .about-section-of .footer-toggle-btn:after {
        border-top: 8px solid #fff;
        border-left: 6px solid #fff0;
        border-right: 6px solid #fff0;
        margin-left: 5px;
    }
    .about-section-of{
        padding-bottom: 0;
        padding-top: 20px;
    }
}
@media screen and (max-width: 480px) {
    /********************************/
    .main-title {
        font-size: 24px;
        line-height: 1em;
    }
    .screens ul li {
        width: 100%;
        padding: 0;
    }
}
@media (max-width:340px) {
        .about-section-of-inner {
        padding: 0 10px;
    }
    .about-section-of .footer-toggle-btn {
    padding: 10px 7px;
    font-size: 14px;
}
}