html {
  scroll-behavior: smooth;
}
:root {
  --themeColor: linear-gradient(90deg, #3B71D6 0%, #1CEBD1 100%);
  --lightthemeColor: linear-gradient(90deg, rgb(59, 113, 214, 0.3) 0%, rgb(28, 235, 209, 0.3) 100%);
  --oppthemeColor: linear-gradient(90deg, #1CEBD1 0%, #3B71D6 100%);
  --text-sec-color: #3583d5;
  --scroller-size: 150vw;
  --card-height: 35vw;
  --card-margin: 1vw;
  --card-top-offset: 1em;
  --numcards: 4;
  --outline-width: 0px;
}

body {font-family: "Poppins", sans-serif; line-height: 1.7; color: #868686; background: #001235; font-weight: 300; font-size: 1.1rem; overflow-x: hidden; position: relative; margin: 0; padding: 0; transition: all 0.4s; }
a:hover {text-decoration: none;}

@media (min-width: 1200px) {
  .container {max-width: 1440px;}
}

p, ul li {font-size: 16px; font-weight: 500; color: #3c3c3c; position: relative; list-style-type: none;}

ul.liarrow {margin: 0; padding: 0;}
ul.liarrow li {padding-left: 20px;}
ul.liarrow li::before {content: '\f101'; position: absolute; top: -4px; left: 0; font-family: 'fontAwesome'; font-size: 18px; color: #3c3c3c;}

.action-btn {font-size: 16px; font-weight: 600; text-align: center; display: inline-block; position: relative; padding: 15px 30px 15px 30px; border: 0px #000 solid; border-radius: 14px; cursor: pointer; transition: 0.25s;}

.h-banner-cta-btn {font-size: 20px; font-weight: 500; padding: 15px 30px;}

.primary-btn {padding: 12px 30px; border-radius: 14px; position: relative; color: #FFF; background: var(--themeColor); border: none; transition: 0.3s ease;}
.primary-btn::before {content: ""; position: absolute; inset: 0; border-radius: 14px; padding: 3px; background: var(--themeColor); pointer-events: none;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  opacity: 0; transition: 0.3s ease;}

.primary-btn:hover, .primary-btn:focus {color: #FFF; background: transparent;}
.primary-btn:hover::before, .primary-btn:focus::before {opacity: 1; border-radius: 50px;}

.outline-btn {padding: 12px 30px; border-radius: 14px; position: relative; color: #FFF;}
.outline-btn::before {content: ""; position: absolute; inset: 0; border-radius: 14px; padding: 3px; background: var(--themeColor);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.outline-btn:hover, .outline-btn:focus {color: #FFF; background: var(--themeColor); border-color: var(--hover); border-radius: 50px; box-shadow: inset 0 -3.40em 0 0 var(--hover);}
.outline-btn:hover::before {border-radius: 50px;}

header {width: 100%; height: 120px; background: rgba(0, 18, 53, 0.4); display: flex; justify-content: center; align-items: center; padding: 10px 80px; position: fixed; top: 0px; z-index: 3; transition: ease all 0.3s;}
header.sticky {position: fixed; top: 0px; background: #001235; box-shadow: 0px 0px 5px 0px #092458; transition: ease all 0.3s;}

/* header.sticky .outline-btn {color: #000;} */

.topHeader {display: flex; align-items: center; justify-content: space-between; column-gap: 20px;}
.topHeader .logo {width: 250px;}

/* Desktop Navigation */
.main-nav, .main-nav * { margin: 0px 0px; padding: 0; list-style: none;}
.main-nav>ul>li { position: relative; white-space: nowrap; float: left;}
.main-nav a { display: block; position: relative; color: #FFF; padding: 20px 19px; transition: 0.3s; font-size: 15px; font-weight: 500;}
.main-nav a:hover, .main-nav .active>a, .main-nav li:hover>a {color: #FFF; text-decoration: none;}

.sticky .main-nav a {color: #FFF;}
.sticky .main-nav a:hover, .sticky .main-nav .active>a, .sticky .main-nav li:hover>a {color: #FFF;}
.main-nav .drop-down ul {display: block; position: absolute; left: 0; top: calc(100% + 29px); z-index: 99; opacity: 0; visibility: hidden; padding: 0px 0; background: #001235; box-shadow: 0px 15px 30px rgba(127, 137, 161, 0.25); transition: ease all 0.3s;}
.main-nav .drop-down ul .nav-subHeading {font-size: 14px; font-weight: 600; color: #fff; padding: 10px 20px 10px 20px;}
.main-nav .drop-down:hover>ul {opacity: 1; top: 60px; visibility: visible;}
.main-nav .drop-down ul li a::before {content: '\f101'; position: absolute; top: 8px; left: 15px; width: 20px; height: 20px;  font-family: 'fontAwesome'; font-size: 16px; color: #FFF;}
.main-nav .drop-down ul li a:hover::before {color: #FFF;}
.main-nav .drop-down>ul.megaul {width: 500px; display: flex; flex-wrap: wrap;}
.main-nav .drop-down>ul.megaul li {}
.main-nav .drop-down>ul.megaul > div {margin-right: 20px;}
.main-nav .drop-down ul a i {margin-right: 10px; position: absolute; top: 14px; left: 20px;}
.main-nav .drop-down ul h3 a {font-size: 16px; color: #FFF; font-weight: 600; padding: 10px 15px; border-bottom: 1px rgba(8, 33, 85) solid;}
.main-nav .drop-down li {min-width: 210px; position: relative;}
.main-nav .drop-down ul a {padding: 10px 15px 10px 35px; white-space: normal; font-size: 13px; color: #FFF; border-bottom: 1px rgba(8, 33, 85) solid;}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active>a, .main-nav .drop-down ul li:hover>a {color: #FFF; background: #244572;}
.main-nav .drop-down>a:after {content: "\f107"; font-family: 'FontAwesome'; padding-left: 5px;}
.main-nav .drop-down .drop-down ul {top: 0; left: calc(100% - 30px);}
.main-nav .drop-down:hover>ul {opacity: 1; top: 65px; left: 0%;}
.main-nav .drop-down .drop-down:hover ul {top: 0; left: calc(100% - 30px);}
.main-nav .drop-down>a {padding-right: 35px;}
.main-nav .drop-down>a:after {content: "\f107"; position: absolute; right: 15px;}
/* Mobile Navigation */
.mobile-nav {position: fixed; top: 0; bottom: 0; z-index: 9999; overflow-y: auto; left: -260px; width: 260px; padding-top: 18px; background: rgb(53, 131, 213, 0.7); transition: 0.4s;}
.mobile-nav * {margin: 0; padding: 0; list-style: none;}
.mobile-nav .drop-down ul h3 {font-size: 16px; color: #000; font-weight: 600; padding: 10px 15px; border-bottom: 1px #CCC solid;}
.mobile-nav a {display: block; position: relative; color: #fff; font-weight: 400; padding: 10px 20px; font-weight: 400;}
.mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {color: #FFF; text-decoration: none;}
.mobile-nav .drop-down>a:after {content: "\f107"; font-family: 'FontAwesome'; padding-left: 10px; position: absolute; right: 15px;}
.mobile-nav .active.drop-down>a:after {content: "\f106";}
.mobile-nav .drop-down>a {font-size:15px; padding-right: 35px;}
.mobile-nav a {font-size:15px;}
.mobile-nav a i {margin-right: 5px;}
.mobile-nav .drop-down ul h3 {color: #FFF;}
.mobile-nav .drop-down ul {display: none; overflow: hidden;}
.mobile-nav .drop-down li {padding-left: 20px;}
.mobile-nav .drop-down ul li a::before {content: '\f101'; position: absolute; top: 8px; left: 4px; width: 20px; height: 20px;  font-family: 'fontAwesome'; font-size: 16px; color: #FFF;}
.mobile-nav .drop-down ul li a:hover::before {color: #FFF;}
.mobile-nav-toggle {position: fixed; right: 5px; top: 26px; z-index: 110; border: 0; background: none; font-size: 24px; transition: all 0.4s; outline: none !important; line-height: 1; cursor: pointer; text-align: right;}
.mobile-nav-toggle i {margin: 20px 10px 0 0; color: #FFF;}
.mobile-nav-overly {width: 100%; height: 100%; z-index: 11; top: 0; left: 0; position: fixed; background: rgba(19, 39, 57, 0.8); overflow: hidden; display: none;}
.mobile-nav-active {overflow: hidden;}
.mobile-nav-active .mobile-nav {left: 0;}
.mobile-nav-active .mobile-nav-toggle i {color: #fff;}
.humburger {background: url('../images/humburger-close.png') no-repeat; background-size: cover; width: 20px; height: 19px; display: block;}
.humburgerOpen {background: url('../images/humburger-menu.png') no-repeat; background-size: cover; width: 25px; height: 15px; display: block;}

/* .banner, .use-cases, .customer-lifecycle, .features-overview, .lead-form, footer {min-height: 500px; display: flex; align-items: center; justify-content: center; border: 1px #eee solid;} */

.banner {background: url('../images/banner-bg.png') no-repeat #001235; background-size: cover; background-position: bottom; height: 850px; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 50px;}

/* .banner .container { position: sticky; top: 200px;} */

.bannerBox {display: flex; justify-content: space-between; align-items: center; column-gap: 20px; margin: 0px 0px 0px 0px;}

.bannerText {width: 100%; max-width: 560px;}

.bannerText small {font-size: 20px; font-weight: 600; color: #FFF; background: #175651; background: linear-gradient(90deg, #192b4b 0%, #175651 100%); padding: 8px 30px; border-radius: 40px; display: inline-block; margin-bottom: 10px;}
.bannerText h1 { font-size: 40px; font-weight: 700; line-height: 56px; color: #FFF; }
.bannerText h1 span {color: #1CEBD1;}
.bannerText p { font-size: 16px; font-weight: 400; color: #FFF; line-height: 28px; margin-bottom: 10px;}

.m-image {width: 700px; height: 340px;}
.movingBox-text {max-width: 380px; padding: 35px; border-radius: 10px;}
.movingBox-text h2 {font-size: 20px; color: #FFF;}
.movingBox-text p {font-size: 14px; font-weight: 400; color: #FFF;}

.onscrollfade {}

.m-image.image1 {background: url(../images/banner-img1.png) no-repeat; background-size: cover;}
.m-image.image2 {background: url(../images/banner-img2.png) no-repeat; background-size: cover;}
.m-image.image3 {background: url(../images/banner-img3.png) no-repeat; background-size: cover;}
.m-image.image4 {background: url(../images/banner-img4.png) no-repeat; background-size: cover;}
.m-image.image5 {background: url(../images/banner-img5.png) no-repeat; background-size: cover;}

.home-demo {width: 100%; max-width: 880px;}
.home-demo .item {/* background: #ff3f4d; */}

.owl-dots {display: flex; justify-content: center; column-gap: 10px; margin-top: 10px;}
.owl-dots .owl-dot {width: 7px; height: 7px; background: #FFF; border-radius: 50%;}
.owl-dots .owl-dot.active {width: 35px; height: 7px; border-radius: 10px;}
.owl-dots .owl-dot span {}
.owl-dots .owl-dot.active span {}

.marque-container {position: relative;}
.marque-container::before {content: ''; width: 150px; height: 150px; position: absolute; top: 15px; left: 30%; background: #3B71D6; filter: blur(65px);}
.marque-container::after {content: ''; width: 150px; height: 150px; position: absolute; top: 15px; right: 30%; background: #1CEBD1; filter: blur(65px);}

.marquee-wrap {position: relative; display: block; overflow: hidden; width: 100%; padding: 0px 0px 100px 0px;}
.marquee-wrap {margin-left: 0; padding-left: 0; list-style-type: none; position: relative; margin: 0px 0px; z-index: 1;}
.marquee-wrap ul {margin-left: 0; padding-left: 0; list-style-type: none; position: relative; margin: 10px 0px;}
.marquee-wrap::before {content: ''; position: absolute; top: 0; left: 0; width: 400px; height: 100%;background: RGBA(0, 18, 53, 1); background: linear-gradient(90deg, rgba(0, 18, 53, 1) 0%, rgba(0, 18, 53, 0) 100%);; z-index: 1;}
.marquee-wrap::after {content: ''; position: absolute; top: 0; right: 0; width: 400px; height: 100%; background: #001235; background: linear-gradient(-90deg, rgba(0, 18, 53, 1) 0%, rgba(0, 18, 53, 0) 100%); z-index: 1;}

.marquee-wrap .heading::before {content: ''; position: absolute; top: 35%; left: 20%; width: 120px; height: 120px; background: #3B71D6; filter: blur(50px);}
.marquee-wrap .heading::after {content: ''; position: absolute; top: 35%; right: 20%; width: 120px; height: 120px; background: #1CEBD1; filter: blur(50px);}

.marquee-wrap > li {display: flex; align-items: center; width: var(--scroller-size); will-change: transform; animation: text-scroller 20000ms linear 0ms normal infinite;
text-indent: 0; justify-content: space-around; -webkit-transition: all 3000ms linear 0ms; -moz-transition: all 3000ms linear 0ms; -ms-transition: all 3000ms linear 0ms; -o-transition: all 3000ms linear 0ms; transition: all 3000ms linear 0ms; white-space: nowrap;}
@keyframes text-scroller {
  100% {
    transform: translateX(calc(var(--scroller-size)*-0.5));
  }
}
.marquee-wrap > li:nth-child(2) {animation-direction: reverse;}
.marquee-wrap > li > ul li {display: inline-block; padding: 3px; background: #fff; border-radius: 10px; margin: 0px 5px;}
.marquee-wrap > li > ul li img {width: 100%; max-width: 122px; height: 67px; object-fit: contain;}
.marquee-wrap .heading {font-Weight: 700; font-size: 30px; line-height: 58px; color: #FFF; text-align: center; margin-bottom: 20px;}

.section-title {width: 100%; max-width: 900px; margin: 0px auto; text-align: center;}
.section-title h2 {font-size: 40px; font-weight: 700; color: #FFF;}
.section-title h2 span {color: #1CEBD1;}
.section-title p{font-weight: 400; color: #FFF;}

.divider {width: 100%; height: 1px; background: rgb(28, 235, 209, 0.3); margin: 35px 0px;}

.usesCases {background: #122343; background: linear-gradient(180deg, rgba(18, 35, 67, 1) 0%, rgba(0, 18, 53, 1) 100%); padding: 60px 0px; border-top: 1px #1CEBD1 solid; border-radius: 200px 200px 0px 0px;}

.use-case-box-Con {display:flex; justify-content: space-between; column-gap: 0px;}
.use-case-box {background: url('../images/use-case.png') no-repeat; background-size: contain; width: 269px; height: 450px; position: relative; display: flex; flex-direction: column; justify-content: space-between;}
.use-case-box .tag {background: #1CEBD1; background: linear-gradient(99deg, rgba(28, 235, 209, 1) 0%, rgba(59, 113, 214, 1) 100%); font-size: 10px; font-weight: 500; color: #FFF; padding: 0px 15px; border-radius: 20px; position: absolute; top: 20px; left: 20px;}
.usesCases h3 {font-size: 24px; font-weight: 500; color: #FFF; text-transform: uppercase; margin-bottom: 20px;}

.use-case-box h3 {font-size: 20px; font-weight: 600; color: #FFF; line-height: 28px; text-transform: inherit; text-align: center; margin-top: 100px;}

.useCase-Content {position: relative; padding: 55px 35px 35px 35px;}
.useCase-Content::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 127px; border: dashed 1px #69696E; border-radius: 130px 130px 0 0; border-bottom: 0;}
.useCase-icon {width: 60px; height: 60px; background: #293955; display: flex; justify-content: center; align-items: center; border-radius: 100%; position: absolute; top: -30px; left: 50%; margin-left: -30px;}
.use-case-box:hover {background: url('../images/use-case-hover.png') no-repeat; background-size: contain;}
.use-case-box:hover .useCase-icon {background: #1CEBD1; background: linear-gradient(99deg, rgba(28, 235, 209, 1) 0%, rgba(59, 113, 214, 1) 100%);}
.use-case-box:hover .useCase-Content::before {border: dashed 1px #1CEBD1; border-bottom: 0;}
.useCase-icon img {width: 50px; height: 50px;}
.useCase-Content p {font-size: 14px; font-weight: 400; text-align: center; color: #FFF;}

.trustedStrip {display: flex; justify-content: space-between;}
.trustedStrip > div {width: 167px; height: 167px; background: #293955; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; border-radius: 60px;}
.trustedStrip > div:hover {background: #1CEBD1; background: linear-gradient(99deg, rgba(28, 235, 209, 1) 0%, rgba(59, 113, 214, 1) 100%); border-radius: 100%;}
.trustedStrip > div span {font-size: 18px; font-weight: 500; color: #FFF;}
.trusted-note {font-size: 16px; font-weight: 400; color: #FFF; margin: 20px 0px;}
.trustedStrip > div img {width: 52px;}

.channelSlider-itemCon {background: #1CEBD1; background: linear-gradient(99deg, rgba(28, 235, 209, 1) 0%, rgba(59, 113, 214, 1) 100%); border-radius: 200px; padding: 70px 200px 100px 200px; position: relative;}
.channelSlider-itemCon::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('../images/pingverse-fade-icon.svg') no-repeat; background-size: contain; background-position: center; z-index: -1;}
.channelSlider-itemCon .section-title {margin-bottom: 50px;}
.channelSlider-itemCon .section-title h2 {margin: 0;}
.channelSlider-item {display: flex; align-items: center; justify-content: space-between;}
.channelSlider-inneritem {display: flex; align-items: center; justify-content: center;}
.channelSlider-inneritem > div {width: 100%; max-width: 430px; padding: 30px; border-width: 10px 0px 10px 10px; border-color: rgba(255, 255, 255, 0.3); border-style: solid; border-radius: 40px 0px 0px 40px;}
.channelSlider-inneritem > div h2 {font-size: 24px; font-weight: 500; color: #FFF;}
.channelSlider-inneritem > div a {font-size: 12px; font-weight: 500; color: #FFF;}
.owl-carousel .owl-item .channelSlider-inneritem img {width: 260px;}
h2.channelSlider-heading {font-size: 24px; color: #FFF;}

.owl-nav {position: absolute; top: 43%; display: flex; width: 100%; justify-content: space-between;}
.owl-nav img {width: 18px;}
.owl-nav .owl-prev, .owl-nav .owl-next {width: 80px; height: 80px; background: transparent; border-radius: 50%; position: absolute; display: flex; align-items: center; justify-content: center; border: 1px #59657B solid;}
.owl-nav .owl-prev {left: -100px;}
.owl-nav .owl-next {right: -100px;}

.caseOtherContent {display: flex;}
.caseOtherContent > div {border: 1px rgba(255, 255, 255, 0.2) solid; padding: 20px; min-height: 446px; display: flex; flex-direction: column; justify-content: space-between;}
.caseOtherContent > div h3 {font-size: 24px; color: #FFF; line-height:34px; margin-bottom: 40px;}

.h-contact {padding: 100px 0px 100px 0px;}
.h-contactusCon {padding: 50px 150px; padding-bottom: 0;}
.h-contactusCon img {width: 100%;}
.h-contactusCon .form-control {background: transparent; color: #fff; height: auto; padding: 15px; border-radius: 15px; margin-bottom: 20px;}
.h-contact-form {padding-bottom: 50px;}
.h-contactusCon .form-control::placeholder {color: #FFF;}
.submit-btn {width: 100%; background: #001235; color: #FFF; cursor: pointer; padding: 10px; border: 0px #fff solid; border-radius: 14px;}

.features-overview {padding: 50px 0px 0px 0px;}

.sticky-wrapper {height: 2700px;}
.movingCard {position: sticky; top: 200px; height: 700px; z-index: 1;}
#cards {position: relative; list-style: none; margin: 40px auto 0; padding: 0; width: 100%; height: 700px;}
#cards li {position: absolute; top: 0; left: 0; width: 100%; height: 505px; opacity: 0; transform: translateY(40px); transition: opacity 0.6s ease, transform 0.6s ease; display:flex; align-items: center; border-radius: 20px; border: 1px rgba(255, 255, 255, 0.3) solid;}
#cards li.active {opacity: 1; transform: translateY(0);}
#cards img {width: 100%;}

.feature-innerBox {width:100%; max-width:330px; text-align:center; margin: 0px 105px;}

.feature-innerBox h2 {font-size: 40px; font-weight:700; color: #fff;}
.feature-innerBox p {font-size: 16px; font-weight:400; color: #fff;}

.featureBox1 {background: url('../images/features-overview1.png') no-repeat; background-size: cover;}
.featureBox2 {background: url('../images/features-overview2.png') no-repeat; background-size: cover;}
.featureBox3 {background: url('../images/features-overview3.png') no-repeat; background-size: cover;}
.featureBox4 {background: url('../images/features-overview4.png') no-repeat; background-size: cover;}

#carousel {position: relative; height: 700px; width: 100%; margin: 0 auto; overflow: hidden;}
#carousel div.carouselTopBox {width:75%; height: 300px; position: absolute; top: 30%; left: 0%; transform: translate(0%, 0%); transition: transform 0.8s, top 0.8s, opacity 0.8s, z-index 0s; opacity: 1; box-shadow: 0 10px 20px rgba(0,0,0,0.3); border: 1px #1CEBD1 solid; margin: 0px 130px; border-radius:20px;}
#carousel div img {width: 100%; border-radius: 10px; transition: width 0.8s, transform 0.8s, opacity 0.8s;}
#carousel div.hideTop {top: -100%; opacity: 0; transform: translate(0%, 0%) scale(0.5);}
#carousel div.hideBottom {top: 200%; opacity: 0; transform: translate(0%, 0%) scale(0.5);}
#carousel div.prev {z-index: 1; top: 12%; transform: translate(0%, 0%) scale(1.05); opacity: 0.3; filter: blur(1.5px);}
#carousel div.next {z-index: 1; top: 53%; transform: translate(0%, 0%) scale(1.05); opacity: 0.3; filter: blur(1.5px);}
#carousel div.prevTopSecond {z-index: 1; top: 20%; transform: translate(0%, 0%) scale(0.6); opacity: 0;}
#carousel div.nextBottomSecond {z-index: 1; top: 70%; transform: translate(0%, 0%) scale(0.4); opacity: 0;}
#carousel div.selected {z-index: 2; top: 30%; transform: translate(0%, 0%) scale(1.2); opacity: 1; box-shadow: 0 20px 40px rgba(0,0,0,0.5);}

#carousel div {padding:10px;}
#carousel div .carouselBox {width:100%; max-width: 328px; margin: 20px 20px;}
#carousel div h2 {font-size:24px; font-weight:600; color: #FFF;}
#carousel div p {font-size:14px; font-weight:400; color: #FFF;}

#carousel div.box1 {background: url('../images/banner-img1.png') no-repeat; background-size:cover;}
#carousel div.box2 {background: url('../images/banner-img2.png') no-repeat; background-size:cover;}
#carousel div.box3 {background: url('../images/banner-img3.png') no-repeat; background-size:cover;}
#carousel div.box4 {background: url('../images/banner-img1.png') no-repeat; background-size:cover;}
#carousel div.box5 {background: url('../images/banner-img2.png') no-repeat; background-size:cover;}
#carousel div.box6 {background: url('../images/banner-img3.png') no-repeat; background-size:cover;}
#carousel div.box7 {background: url('../images/banner-img1.png') no-repeat; background-size:cover;}

footer {background: #122343; background: linear-gradient(180deg, rgba(18, 35, 67, 1) 0%, rgba(0, 18, 53, 1) 100%);padding: 60px 0px; border-top: 1px #1CEBD1 solid; border-radius: 200px 200px 0px 0px;}
.footer-container {display: flex; justify-content: space-between;}
footer .footerBox:nth-of-type(1) {width: 535px;}
footer .footerBox:nth-of-type(2) {width: 365px;}
footer .footerBox:nth-of-type(3) {width: 220px;}
footer .footerBox h2 {font-size: 18px; color: #1CEBD1; font-weight: 600;}
footer .footerBox p {font-size: 16px; font-weight: 400; color: #FFF;}
footer .footerBox ul {margin: 0; padding: 0; display: flex; flex-wrap: wrap;}
footer .footerBox ul li {width: 49%; margin: 5px 0px;}
footer .footerBox ul li a {font-size: 16px; font-weight: 400; color: #FFF;}
footer .footerBox ul li a:hover {color: #1CEBD1;}
footer .footerBox span a {font-size: 16px; color: #FFF;}
footer .footerBox span:nth-of-type(1) {font-weight: 600;}

footer .footerBox i {color: #1CEBD1; background-image: linear-gradient(45deg, #1CEBD1 , #3B71D6 50%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; margin-right: 5px;}

.copyright {text-align: center; position: relative; margin-top: 50px;}
.copyright h5 {font-size: 12px; color: #FFF; background: rgba(0, 18, 53, 1); padding: 0px 20px; z-index: 1; position: relative; display: inline-block;}
.copyright h5 span {color: #1CEBD1;}
.copyright::before {content: ''; position: absolute; top: 15px; left: 0; width: 100%; height: 1px; background: rgb(255, 255, 255, 0.3);}

.inneBanner {background: url('../images/innerbanner-bg.png') no-repeat; background-size:cover; height: 600px; display: flex; justify-content: space-between; position: relative; padding-bottom: 20px;}
.inneBanner .bannerText {max-width:750px;}
.innerright-image {}

.solutionBanner {height: 600px;}
.solutionBanner-bfsi {background: url('../images/solution-bfsi.png') no-repeat; background-size:cover; align-items: center;}
.solutionBanner-ecom {background: url('../images/solution-ecom.png') no-repeat; background-size:cover; align-items: center;}
.solutionBanner-gaming {background: url('../images/solution-gaming.png') no-repeat; background-size:cover; align-items: center;}
.solutionBanner-govt {background: url('../images/solution-govt.png') no-repeat; background-size:cover; align-items: center;}
.solutionBanner-logistic {background: url('../images/solution-logistic.png') no-repeat; background-size:cover; align-items: center;}
.solutionBanner-edtech {background: url('../images/solution-edtech.png') no-repeat; background-size:cover; align-items: center;}
.solutionBanner-travel {background: url('../images/solution-travel.png') no-repeat; background-size:cover; align-items: center;}
.solutionBanner-health {background: url('../images/solution-health.png') no-repeat; background-size:cover; align-items: center;}

.solutionBanner .bannerBox {margin-top: 100px;}
.solutionBanner .bannerBox small {font-weight: 600; background: transparent; font-size: 22px; color: #1CEBD1; line-height: 28px; text-transform: uppercase; padding: 0;}
.solutionBanner .bannerText {max-width: 1010px;}

/* .inneBanner {position: relative; height: 700px; display: flex; justify-content: space-between; background: transparent; overflow: hidden;}
.inneBanner .bg-video {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;} */

.inneBanner:before {content: ''; position: absolute; bottom: 0; left: 0; width:100%; height: 100px; background: rgba(0, 18, 53, 1); background: linear-gradient(180deg, rgba(0, 18, 53, 0) 0%, rgba(0, 18, 53, 1) 100%);}

.inneBanner .container {z-index: 2;}

.bannerBottom-container {margin: 0px 0px 100px 0px; padding: 20px 0px 0px 0px;}
.bannerBottom {background: rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: space-around; font-size: 18px; font-weight: 600; color: #FFF; border: 1px rgba(255, 255, 255, 0.3) solid; padding: 10px; border-radius: 10px;}
.bannerBottom img {margin-right: 10px;}
.bannerBottom-divider {width: 1px; height: 15px; background: #FFF;}

.bannerBottom-container::before, .bannerBottom-container::after {width:100px; height:100px;} 

.inner-use .shape-box {background: url('../images/inner-shape.svg') no-repeat; background-size: contain; width: 708px; height:260px; display: flex; align-items: start; margin-bottom: 20px;}
.inner-use .shape-box:hover {background: url('../images/inner-shape-hover.svg') no-repeat; background-size: contain;}

.shape-Content {width: 100%; height: 100%; border: 1px rgba(255, 255, 255, 0.3); border-radius: 10px;}

.shape-Content {height: 100%; padding: 15px 20px 0px 50px;}
.inner-use .shape-box h3 {font-size: 20px; font-weight: 600; color: #FFF; line-height: 28px; text-transform: inherit; text-align: left; margin-top: 40px;}
.inner-use .shape-box p {font-size: 14px; font-weight: 400; text-align: left; color: #FFF;}
.inner-use .shape-icon-box {width:200px; height:100%; position: relative; width: 100px; height: 100%; border: dashed 1px #69696E; border-radius: 0px 130px 130px 0; border-left: 0; margin-left: 20px;}
.inner-use .shape-icon {width: 60px; height: 60px; background: #293955; display: flex; justify-content: center; align-items: center; border-radius: 100%; position: absolute; top: calc(50% - 30px); right: -25px}
.inner-use .shape-box:hover .shape-icon {background: #1CEBD1; background: linear-gradient(99deg, rgba(28, 235, 209, 1) 0%, rgba(59, 113, 214, 1) 100%);}
.inner-use .shape-box:hover .shape-icon-box {border: dashed 1px #1CEBD1; border-left: 0;}

.shape-Content ul {}
.shape-Content ul li {font-size: 14px; font-weight: 400; text-align: left; color: #FFF; list-style-type: disc;}

/*
.inner-use .shape-box:hover {background: url('../images/use-case-hover.png') no-repeat; background-size: contain;}
.inner-use .shape-box:hover .shape-icon {background: #1CEBD1; background: linear-gradient(99deg, rgba(28, 235, 209, 1) 0%, rgba(59, 113, 214, 1) 100%);}
.inner-use .shape-box:hover .shape-Content::before {border: dashed 1px #1CEBD1; border-bottom: 0;}
.inner-use .shape-icon img {width: 32px; height: 32px;}
*/

.inner-why {background: #122343; padding: 50px 0px;}
.inner-why .section-title {margin-bottom: 40px;} 

.inner-sticky-wrapper {position: relative; height: 100vh; background: #122343; padding-bottom: 50px;}
.inner-movingCard {position: sticky; top: 200px;}
.inner-cards-container {overflow: hidden; width: 100%;}
#inner-cards {display: flex; gap: 40px; width: max-content; margin-top: 50px;}
#inner-cards li {width: 1140px; height: 480px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.3); transition: transform 0.5s ease; display: flex; align-items: center; padding: 40px;}
#inner-cards {padding-left: 400px;}
/* #inner-cards.h-inner {padding-left: 110px;}
#inner-cards.h-inner li:last-child {margin-right: 100px;} */
#inner-cards li.inner-active {transform: translateX(-60px);}

#inner-cards.h-inner {padding-left: 250px;}
#inner-cards.h-inner li {width: 1440px;}

.feature-innerBox {color: #fff;}

#inner-cards li:last-child {margin-right: 450px;}
#inner-cards .feature-innerBox {max-width:638px; margin:0px; padding: 0px;}
#inner-cards h2 {font-size: 36px; font-weight: 600; color: #fff; text-align: left;}
/* #inner-cards ul {margin: 0px; padding: 0px;} */
/* #inner-cards li ul {margin: 0; padding: 0;} */
#inner-cards li .ulbox .libox {font-size: 16px; font-weight: 400; color: #fff; height: auto; width: auto; border: none; padding: 5px 5px 5px 40px; text-align: left; position: relative;}

/* #inner-cards li ul li:last-child {margin-right: 0;} */

#inner-cards li .ulbox .libox::before {content: ''; position: absolute; top: 7px; left: 7px; width:25px; height:25px; background: url('../images/engage-icon.svg') no-repeat; background-size: contain;}

#inner-cards.h-inner li.featureBox1 {background: url('../images/features-overview1.png') no-repeat; background-size: cover;}
#inner-cards.h-inner li.featureBox2 {background: url('../images/features-overview2.png') no-repeat; background-size: cover;}
#inner-cards.h-inner li.featureBox3 {background: url('../images/features-overview3.png') no-repeat; background-size: cover;}
#inner-cards.h-inner li.featureBox4 {background: url('../images/features-overview4.png') no-repeat; background-size: cover;}

#inner-cards li.featureBox1 {background: url('../images/engage-bg1.png') no-repeat; background-size: cover;}
#inner-cards li.featureBox2 {background: url('../images/engage-bg2.png') no-repeat; background-size: cover;}
#inner-cards li.featureBox3 {background: url('../images/engage-bg3.png') no-repeat; background-size: cover;}
#inner-cards li.featureBox4 {background: url('../images/engage-bg4.png') no-repeat; background-size: cover;}

.caseStudiesContent {padding-top: 100px;}

.real-container {padding-bottom: 50px;}
.realBox {border: 1px rgba(255, 255, 255, 0.2) solid; text-align: center; margin-top: 50px; padding: 10px; border-radius:10px;}
.realBox img {width:100%; margin-bottom: 20px;}
.realBox p {font-size: 18px; font-weight: 500; color: #FFF; min-height: 90px;}
.realBox p a {color: #FFF;}
.realBox p a:hover {color: #FFF;}

.faqsection {padding: 50px 50px;}
.faqsection .faq-drawer {margin-bottom: 20px; padding: 0px 0px 20px 0px; border-radius: 5px; border-bottom: 1px rgba(255, 255, 255, 0.2) solid;}
.faqsection .faq-drawer__content-wrapper {font-size: 1.25em; line-height: 1.4em; max-height: 0px; overflow: hidden; transition: 0.25s ease-in-out;}
.faqsection .faq-drawer__title {cursor: pointer; display: block; font-size: 14px; font-weight: 600; color: #FFF; padding: 0; position: relative; margin-bottom: 0; border-radius: 30px; transition: all 0.25s ease-out;}
.faqsection .faq-drawer__title::after {background: var(--themeColor); font-family: 'fontAwesome'; content: "\f107"; display: inline-block; float: right; width: 30px; height: 30px; left: 2px; position: relative; color: #FFF; right: 20px; top: 2px; transition: 0.35s ease-in-out; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.faqsection .faq-drawer__title:hover {color: #FFF;}
.faqsection .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {max-height: 350px;}
.faq-drawer__content p {font-size: 14px; font-weight: 400; line-height: 22px; color: #FFF; margin: 0;}
.faq-drawer__content ul {}
.faq-drawer__content ul li {font-size: 14px; font-weight: 400; line-height: 22px; color: #FFF; list-style-type: disc; margin: 0;}
.faqsection .faq-drawer__trigger:checked + .faq-drawer__title::after {transform: rotate(180deg); transition: 0.25s ease-in-out;}
.faqsection input[type="checkbox"] {display: none;}

.faqSubContainer {padding: 10px; overflow: hidden; max-height: 310px; transition: max-height 0.4s ease;}
.faqSubContainer.faqexpand {max-height: 1000px;}
.read-more-button, .read-less-button {color: #FFF; margin-top: 10px;}
.read-less-button {position: relative; cursor: pointer;}
.read-less-button::before {content: ''; position: absolute; top: 30px; left: 49.5%; width: 13px; height: 22px; background: url('../images/show-less-arrow.png') no-repeat; background-size: cover;}
.read-more-button {cursor: pointer; position: relative;}
.read-more-button::before {content: ''; position: absolute; top: 30px; left: 49.5%; width: 13px; height: 22px; background: url('../images/show-more-arrow.png') no-repeat; background-size: cover;}

/* .slide-read-more-button {cursor: pointer; margin-top: 8px; font-size: 16px; color: #FFF; position: relative;}
.slide-read-more-button::before {content: ''; position: absolute; top: 30px; left: 49.5%; width: 13px; height: 22px; background: url('../images/show-less-arrow.png') no-repeat; background-size: cover;}
.read-more-button::before {content: ''; position: absolute; top: 30px; left: 49.5%; width: 13px; height: 22px; background: url('../images/show-more-arrow.png') no-repeat; background-size: cover;}  */

.terms-condition-page {align-items: center; height:300px;}
.terms-condition-page .bannerText {margin-top: 120px;}

.privacy-policy {padding-bottom: 50px;}
.privacy-policy h2 {font-size: 24px; color: #FFF; font-weight: 600;}
.privacy-policy h3 {font-size: 20px; color: #FFF;}
.privacy-policy p {font-size: 16px; font-weight: 300; color: #FFF;}
.privacy-policy ul {}
.privacy-policy ul li {font-size: 16px; font-weight: 300; color: #FFF; list-style-type: disc;}

.solution-bottombanner {padding: 50px 0px 50px 0px;}
.solution-bottombanner .section-title {max-width: 1250px; margin-bottom: 40px;}
.solution-bottombanner .section-title p {max-width: 1000px; margin: 0px auto; display: inline-block; font-size: 16px; font-weight: 400; margin: 10px 0px 30px 0px;}
.solutionSlider {width: 100%; max-width: 1200px; margin: 0px auto;}
.solutionSliderBox {width: 100%; display: flex; justify-content: space-between; background:rgba(255, 255, 255, 0.1); margin: 0px auto; border-radius: 40px;}
.solutionSlider-contentBox {width: 100%; max-width: 460px; margin: 35px;}
.solutionSliderBox h3 {font-size: 30px; font-weight: 600; color: #FFF;}
.solutionSliderBox span {font-size: 16px; font-weight: 600; color: #1CEBD1; text-transform: uppercase; display: block; margin: 20px 0px;}
.solutionSliderBox ul {margin: 0; padding: 0;}
.solutionSliderBox ul li {font-size: 16px; font-weight: 400; color: #FFF; position: relative; margin-bottom: 10px; padding-left: 30px;}
.solutionSliderBox ul li::before {content: ''; position: absolute; top: 5px; left: 0; background: url('../images/bannerBottom-icon.svg') no-repeat; background-size: cover; width: 20px; height: 20px;}
.solutionSliderBox p {font-size: 16px; font-weight: 400; color: #FFF; margin-bottom: 10px;}
.solutionSliderBox p strong {font-size: 16px; font-weight: 600; color: #1CEBD1;}

.solutiontouchpointCon {}
.touchpointCon {width: 100%; display: flex; flex-wrap: wrap; column-gap: 15px;}
.touchpointBox {width: 269px; height: 170px; background: url('../images/solution-touch-shape.svg') no-repeat; background-size: cover; position: relative; margin-bottom: 30px; padding: 20px;}
.touchpointBox h3 {width:100%; max-width:170px; min-height: 50px; font-size: 18px; font-weight: 600; line-height: 24px; color: #FFF;}
.touchpointBox p {font-size: 15px; font-weight: 400; line-height: 24px; color: #FFF;}
.touchpointBox span {position: absolute; top: 0; right: 0;}

.solution-demo-con {position: relative; padding: 100px 0px 100px 0px;}
.solution-demo-con::before {content: ''; width: 100%; height: 150%; position: absolute; top: 0; left: 0; background: url('../images/solution-touch-bg.png') no-repeat; background-size: cover; z-index: -1;}

.solution-demo {display: flex; justify-content: space-between;}
.solutiondemo-box {width: 100%; max-width: 720px;}
.solutiondemo-box h2 {font-weight: 700; font-size: 40px; line-height: 58px; color: #FFF;}
.solutiondemo-box p {font-weight: 400; font-size: 16px; line-height: 28px; color: #FFF;}

.solutiondemo-rightbox {width:100%; max-width:520px; padding: 30px 30px; border-radius: 14px; position: relative; color: #FFF;}
.solutiondemo-rightbox::before {content: ""; position: absolute; inset: 0; border-radius: 14px; padding: 1px; background: var(--themeColor);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;}
.solutiondemo-rightbox h3 {font-weight: 600; font-size: 22px; line-height: 28px; text-transform: uppercase;}
.solutiondemo-rightbox ul {margin: 0; padding: 0;}
.solutiondemo-rightbox ul li {font-size: 16px; font-weight: 400; color: #FFF; position: relative; margin-bottom: 10px; padding-left: 30px;}
.solutiondemo-rightbox ul li::before {content: ''; position: absolute; top: 5px; left: 0; background: url('../images/bannerBottom-icon.svg') no-repeat; background-size: cover; width: 20px; height: 20px;}

#bookademoform {display: none;}
#bookademoform.modal.show .modal-dialog {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; margin: 0px auto;}
#bookademoform.modal.show .modal-dialog .modal-content {width:100%; max-width: 850px;}
#bookademoform .modal-dialog .modal-content {background: #001235; padding: 10px 20px; border: 2px #1CEBD1 solid; border-radius: 20px; box-shadow: 0px 0px 20px 5px #1CEBD1;}
#bookademoform .modal-header {border: 0px #fff solid; position: relative;}
#bookademoform .modal-header .section-title {text-align: left;}
#bookademoform .modal-header .close {background: rgba(255, 255, 255, 0.2); opacity: 1; color: #fff; font-size: 25px; position: absolute; right: 10px; top: 20px; border-radius: 50%; width: 35px; height: 35px; line-height: normal; padding: 0; font-weight: 400;}
#bookademoform .modal-header .close:focus {border: 0px #000 solid !important; box-shadow: 0px 0px 0px 0px #ccc !important; outline: none !important;}
#bookademoform .modal-header h5 {font-size: 20px; font-weight: 500; color: #fff; text-align: center; background: var(--themeColor); width: 100%; display: block; padding: 10px; border-radius: 5px;}
#bookademoform p {font-size: 16px; font-weight: 500; line-height: 26px; color: #3c3c3c; text-align: center;}
#bookademoform form .form-control {font-size: 18px; font-weight: 400; color: #FFF; height: auto; background: transparent; margin: 5px 0px; padding: 20px; border-radius: 15px; border: 1px #fff solid;}
#bookademoform form .form-control::placeholder {color: #fff !important; opacity: 1;}
#bookademoform form .form-control::-webkit-input-placeholder {color: #fff !important;}
#bookademoform form .form-control:-ms-input-placeholder {color: #fff !important;}
#bookademoform form .form-control::-ms-input-placeholder {color: #fff !important;}

#bookademoform form .form-control.submit-btn {width: auto; min-width: 100px; background: var(--themeColor); border: 0px #fff solid;}

.about {background: url('../images/about-banner.png') no-repeat; background-size: cover;}
.about-bottom::before, .about-bottom::after {display: none;}
.aboutSliderBox {background: transparent;}
.aboutSliderBox .solutionSlider-contentBox {margin: 0; margin-left: 50px; padding: 0;}
.aboutinner-whycon {width: 100%; background: var(--lightthemeColor); padding: 50px; border-radius: 40px;}
.aboutinner-why .section-title {max-width: 1150px;}
.aboutSliderBox {margin-bottom: 30px;}
.video-wrapper {width: 100%; height: 740px; position: relative;}
.video-wrapper iframe {position: absolute; width: 100%; height: 100%; border: 10px rgba(255, 255, 255, 0.2) solid; border-radius: 20px;}
.aboutSection-result {background: var(--oppthemeColor); padding: 50px 0px;}

.aboutSection-result .touchpointBox {width: 269px; height: 359px; background: url(../images/aboutSection-result-shape.png) no-repeat; background-size: cover;}
.aboutSection-result .touchpointBox h3, .aboutSection-result .touchpointBox p {color: #000;}
.aboutSection-result .section-title {margin-bottom: 50px;}

.about-scale {display: flex; flex-direction: column;}

.about-scale .section-title {margin: 50px auto;}

.about-scale > div:nth-of-type(2) {display: flex; font-size: 24px; font-weight: 500; line-height: 30px; color: #FFF;}
.about-scale > div:nth-of-type(2) > div {border: 1px #fff solid; padding: 25px;}
.about-scale > div:nth-of-type(2) > div:nth-of-type(1) {border-radius: 20px 0px 0px 20px;}
.about-scale > div:nth-of-type(2) > div:last-child {border-radius: 0px 20px 20px 0px;}

.aboutTouchpoint {background: #122343; padding: 30px;}
.aboutTouchpointImg img {width: 100%; max-width: 650px;} 

.career {background: url('../images/career-banner.png') no-repeat; background-size: cover; align-items: center;}
.career .bannerBox {margin-top: 50px;}
.careerCon {margin-bottom: 30px; padding: 20px;}

.blogbanner {background: transparent; height: 400px;}
.blogbanner .bannerText {max-width: 800px;}
.blogBox {padding: 20px; border: 2px rgba(255, 255, 255, 0.1) solid; border-radius: 20px;}
.blogBox .shortimg {width: 100%; height: 180px; object-fit: cover; border-radius: 10px;}
.blogName {display: flex; justify-content: space-between; align-items: center;}
.blogBox h2 {min-height:66px; font-size: 18px; font-weight: 600; color: #FFF; line-height: 30px; margin: 20px 0px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}

.blogBox span {text-transform: uppercase; color: #1CEBD1;}
.blog-read-btn {background: rgba(255, 255, 255, 0.05); font-size: 12px; font-weight: 600; color: #FFF; padding: 3px 10px; border-radius: 5px;}
.blog-read-btn:hover {color: #FFF;}
.blog-read-btn img {width: auto;}

.blogShortBox {display: flex; column-gap: 20px;}
.blogShort {display: flex; flex-direction: column; justify-content: space-between;}
.blogShort h2 {margin: 0px 0px 0px 0px;}
.blogShortBox {margin-bottom: 30px;}
.blogShort .blogName {flex-direction: column; align-items: flex-start; height: 100%;}

.latestBlogsCon {padding: 40px 0px; border-radius: 40px;}
.latestBlogs {background: #3B71D6; background: var(--lightthemeColor); padding: 40px; border-radius: 30px;}
.latestBlogs .section-title {margin:0px 0px 30px 0px;}
.latestBlogs .blogBox {background: rgb(0, 18, 53, 0.2);}

.latestBox.blogBox h2 {margin: 20px 0px 5px 0px;}
.latestBox .blogName {flex-direction: column; align-items: flex-start;}
.latestBox .blogName span {margin-bottom: 30px;}

.blogUpdate {background: url('../images/latest-updatebg.png') no-repeat; background-size: cover;}

.blogUpdateSec {margin-bottom: 50px; padding: 20px;}
.blogUpdateSec .blogUpdate {text-align: center; padding: 64px; border: 5px #1CEBD1 solid; border-radius: 60px;}
.blogUpdateSec .blogUpdate h3 {font-size: 40px; font-weight: 700; color: #FFF; margin: 20px 0px;}
.blogUpdateSec .blogUpdate p {width: 100%; max-width: 900px; color: #FFF; margin: 30px auto 30px auto;}
.blogUpdateSec .blogUpdate input {width: 100%; max-width: 500px; color: #FFF; background: transparent; padding: 12px; border: 1px #fff solid; border-radius: 10px;}
.blogUpdateSec .blogUpdate input::placeholder {color: #fff !important; opacity: 1;}
.blogUpdateSec .blogUpdate input::-webkit-input-placeholder {color: #fff !important;}
.blogUpdateSec .blogUpdate input:-ms-input-placeholder {color: #fff !important;}
.blogUpdateSec .blogUpdate input::-ms-input-placeholder {color: #fff !important;}

.blogdetailbanner {height: auto; margin-top: 150px;}
.blogdetailbanner .blogdetailimg {width: 100%; max-width: 770px;}
.blogdetailbanner .blogShort .blogName {flex-direction: row; align-items: flex-end; justify-content: flex-start; height: 100%;}
.blogdetailbanner .blogShort .blogName span {font-size: 16px; color: #FFF; margin-right: 30px;}
.blogdetailbanner .blogShort .blogName span i {margin-right: 5px; color: #1CEBD1;}
.blogdetailbanner .blogBox h2 {font-size: 24px; font-weight: 500; line-height: 35px; display: block; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: visible; text-overflow: ellipsis;}
.blogdetailbanner .blogBox h3 {font-size: 20px; font-weight: 600; line-height: 30px; color: #FFF;}
.blogdetailbanner p {font-size: 16px; font-weight: 400; color: #FFF;}
.blogdetailbanner ul {}
.blogdetailbanner ul li {color: #FFF; list-style-type: disc;}

.blog-comment {background: #FFF; margin-top: 30px; padding: 30px; border-radius: 20px;}
.blog-comment .section-title {text-align: left; margin: 0;}
.blog-comment .section-title h2 {color: #000;}

.blog-comment .form-control {height: auto; padding: 15px; border-radius: 10px;}
.blog-comment input[type="submit"] {width: 100%; color: #FFF; border: 2px #FFF solid; transition: 0s ease;}
.blog-comment input[type="submit"]:hover {color: #000; border: 2px #1CEBD1 solid; transition: 0s ease;}

.careerForm {display: none; transition: 0s ease;}
.careerFormBox {background: var(--lightthemeColor); margin-bottom: 30px; padding: 30px; border-radius: 40px;}
.careerForm .section-title {text-align: left; margin: 0 0px 20px 0px;}
.careerForm h5 {font-size: 20px; font-weight: 500; color: #fff; text-align: center; background: var(--themeColor); width: 100%; display: block; padding: 10px; border-radius: 5px;}
.careerForm p {font-size: 16px; font-weight: 500; line-height: 26px; color: #3c3c3c; text-align: center;}
.careerForm form .form-control {font-size: 18px; font-weight: 400; color: #FFF; height: auto; background: transparent; margin: 5px 0px; padding: 20px; border-radius: 15px; border: 1px #fff solid;}
.careerForm form .form-control::placeholder {color: #fff !important; opacity: 1;}
.careerForm form .form-control::-webkit-input-placeholder {color: #fff !important;}
.careerForm form .form-control:-ms-input-placeholder {color: #fff !important;}
.careerForm form .form-control::-ms-input-placeholder {color: #fff !important;}
.custom-file-input {width: 100%; padding: 10px; border: 1px solid #fff; border-radius: 15px; font-size: 18px; color: #FFF; cursor: pointer; opacity: 1; height: auto; background-color: transparent;}
.custom-file-input::file-selector-button {padding: 8px 16px 8px 10px; border: none; background-color: var(--themeColor); font-size: 18px; color: #fff; border-radius: 4px; cursor: pointer; margin-right: 10px;}
.custom-file-input::file-selector-button:hover {background-color: transparent;}
.careerForm form .form-control.submit-btn {width: auto; min-width: 100px; background: var(--themeColor); padding: 20px 40px; border: 0px #fff solid;}
.careerForm small {width: 100%; display: block; font-size: 12px; color: #FFF; text-align: right;}

#loader {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #001235; display: flex; justify-content: center; align-items: center; z-index: 9999;transition: all 0.4s;}
 .spinner {border: 8px solid #f3f3f3; border-top: 8px solid #3498db; border-radius: 50%; width: 70px; height: 70px; margin-top: -290px; animation: spin 1s linear infinite;transition: all 0.4s;} 
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#loader.hide {display: none;transition: all 0.4s;} 
#loader svg {font-family: 'Russo One', sans-serif; position: absolute; width: 100%; height: 100%;}
#loader svg text {text-transform: uppercase; animation: stroke 5s infinite alternate; stroke-width: 2; stroke: #FFF; font-size: 140px;}

.eventBox {display: flex; margin-bottom: 20px;}
.eventBox > div {width: 100%;}
.eventBox > div h2 {font-size: 20px;}
.eventBox > div p {font-weight: 400; color: #FFF;}
.eventBox .blogName {flex-direction: row;}
.eventBox > div img {width: 540px; height: 290px; object-fit: contain;}
.eventBox .blogName span {font-size: 14px;  font-weight: 400; color: #FFF; text-transform: capitalize; margin-bottom: 10px;}
.eventBox .blogName span i {color: #1CEBD1; margin-right: 5px;}

.accordion-container {position: relative; width: 100%; border-top: none; outline: 0; cursor: pointer}
.accordion-container .accordion-title {display: block; position: relative; margin: 0; padding: 0; font-size: 14px; font-weight: 600; color: #fff; background: transparent; cursor: pointer;}
.accordionBox {border-bottom: 1px rgba(255, 255, 255, 0.2) solid; padding: 20px 20px 20px 0px;}
.accordionBox .accordion-content {width:100%; max-width: 95%; padding: 7px 0px 0px 0px;}

/* .accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #00aaa7;
  color: white;
} */

.accordion-container .accordion-title:hover i:before, .accordion-container .accordion-title:hover i:active, .accordion-container .content-entry.open i {color: white;}
.accordion-title {position: relative;}
.accordion-title:after {content: ""; position: absolute; right: 25px; top: 38%; transition: all 0.2s ease-in-out; display: block; width: 8px; height: 8px; border-top: solid 2px #fff; border-right: solid 2px #fff; -webkit-transform: rotate(135deg); transform: rotate(135deg);}
.accordion-title.open:after {-webkit-transform: rotate(-45deg); transform: rotate(-45deg); top: 45%;}
.accordion-title::before {content: ''; background: var(--themeColor); width: 30px; height: 30px; position: absolute; right: 15px; top: -3px; transition: 0.35s ease-in-out; border-radius: 50%;}
.accordion-title.open::before {top: -4px;}
.accordion-content {display: none; padding-left: 2.3125em;}
.accordion-container {width: 100%; margin: 0 auto;}
.accordion-content p {font-size: 14px; font-weight: 400; line-height: 22px; color: #FFF; margin: 0;}
.accordion-content ul {}
.accordion-content ul li {font-size: 14px; font-weight: 400; line-height: 22px; color: #FFF; list-style-type: disc; margin: 0;}

.webinar {margin-bottom: 20px; position: relative;}
.webinar small {background: #01CF50; font-size: 12px; color: #FFF; position: absolute; top: 22px; right: 22px; padding: 3px 10px; border-radius: 30px;}
.webinar p {font-weight: 400; color: #FFF;}
.webinar .blogName span {margin-bottom: 10px;}

.webinar-detail .blogShort {display: block;}
.webinar-detail small {background: #1CEBD133; font-size: 12px; color: #1CEBD1; display: inline-block; margin-bottom: 20px; padding: 3px 10px; border-radius: 30px;}
.webinar-detail .blogShort .blogName {display: block; height: auto; margin: 10px 0px  ;}
.webinar-detail .action-btn {width: auto; display: inline-block; margin-bottom: 10px;}

.webinar-detail .blogShort .blogName span {font-size: 14px; color: #1CEBD1;}

.caseStudiesPage {padding: 0;}
.caseStudiesPage .blogBox.latestBox {margin-bottom: 20px;}
.case-studiesAuther {background: rgba(255, 255, 255, 0.1); position: relative;}
.case-studiesAuther::before {content: ''; position: absolute; top: 30px; left: 0px; width: 100%; height: 75%; background: url('../images/case-studies-icon.png') no-repeat; background-size: contain; background-position: center;}
.case-studiesAuther p {}
.case-studiesWriter {display: flex; column-gap: 10px; align-items: center;}
.case-studiesWriter img {width: 40px; height: 40px; object-fit: contain; border-radius: 50%;}
.case-studiesWriter .case-studiesWritername span:nth-of-type(1) {font-weight: 600; line-height: 12px; color: #1CEBD1; display: block;}
.case-studiesWriter .case-studiesWritername span:nth-of-type(2) {font-size: 14px; color: #FFF;}
.caseStuDetailPage {}
.caseStuDetailPage .blogShort {flex-direction: column; justify-content: flex-start;}
.caseStuDetailPage .blogShort .blogName {height: auto; text-align: center; margin-top: 20px;}
.caseStuDetailPage .blogShort .blogName span {position: relative;}
.caseStuDetailPage .blogShort .blogName span:nth-of-type(1)::before {content: ''; position: absolute; top: 25px; left: calc(50% - 15px); width: 30px; height: 1px; background: #1CEBD1;}
.caseStuDetailPage .blogShort .blogName span:nth-of-type(1) {font-weight: 600; text-transform: capitalize; color: #1CEBD1; display: block;}
.caseStuDetailPage .blogShort .blogName span:nth-of-type(2) {font-size: 14px; text-transform: capitalize; color: #FFF;}

.podcastBox {padding: 30px; column-gap: 30px;}
.podcastBox > div {width: auto;}
.podcastBox > div img {width: 300px; height: 300px; object-fit: contain; border-radius: 20px;}
.latestBox.blogBox.podcastBox > div h2 {margin: 0;}

.podcastBox .blogName {flex-direction: row; width: 100%; max-width: 400px;}
.audio-player {display: flex; align-items: center; gap: 12px; width: 100%; background: #00153a; padding: 10px; color: #fff; font-family: Arial, sans-serif;}
.play-btn {width: 40px; height: 40px; border: 2px solid white; border-radius: 50%; background: transparent; color: white; font-size: 16px; cursor: pointer;}
.progress-bar {flex: 1; height: 6px; border-radius: 3px; background: rgba(255,255,255,0.3); overflow: hidden; position: relative;}
.progress {width: 0%; height: 100%; background: white;}
.time {font-size: 14px; opacity: 0.8;}
.volume {font-size: 20px; cursor: pointer;}
.podcastBoxCon {padding: 0;}
.podcastBox .podcastvideo-wrapper img {width: 300px; height: 300px; object-fit: cover;}
.podcastvideo-wrapper {position: relative; cursor: pointer; margin-bottom: 20px;}
.podcastvideo-wrapper img {width: 100%;}
.podcastvideo-wrapper {}
.podcastvideo-wrapper .play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 30px; color: white; pointer-events: none; border: 0px #fff solid;}
/* Modal */
.video-modal {display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.8); z-index: 9999; align-items: center; justify-content: center;}
.video-modal.active {display: flex;}
.video-content {width: 80%; max-width: 800px; position: relative; border: 5px #1CEBD1 solid; border-radius: 10px;}
.video-content iframe {width: 100%; height: 450px; border-radius: 10px;}
.video-modalclose {position: absolute; top: -45px; right: 0; color: white; font-size: 30px; cursor: pointer;}

.contactUs {background: url('../images/contact-us-banner.png') no-repeat; background-size: cover; align-items: center;}
.contactUs + .careerForm {margin: 100px 0px;}

.comingsoon-section {background: url('../images/coming-soon-bg.png') no-repeat; background-size: cover; position: relative;height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.comingsoon-section h1 {font-size: 100px; font-weight: 700; color: #FFF; text-align: center; position: relative; z-index: 1;}
.comingsoon-section p {width: 100%; max-width: 800px; text-align: center;}
.comingsoon-section::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #122343; background: radial-gradient(circle, rgba(18, 35, 67, 0.8) 0%, rgba(18, 35, 67, 1) 100%);}

.comingsoon-section + footer {margin-top: -170px; position: relative; z-index: 1;}

.requirmentselect {color: #bbb !important;}

@keyframes stroke {
  0% {fill: rgba(72,138,20,0); stroke: rgba(54,95,160,1); stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 2;}
	70% {fill: rgba(72,138,20,0); stroke: rgba(54,95,160,1);}
	80% {fill: rgba(72,138,20,0); stroke: rgba(54,95,160,1); stroke-width: 3;}
	100% {fill: rgba(72,138,204,1); stroke: rgba(54,95,160,0); stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;}
}

@media screen and (max-width: 768px) {
  .topHeader .logo {width: 150px;}
  header {padding: 10px 0; height: 70px;}
  nav + .action-btn {margin-right: 35px; font-size: 14px; padding: 5px 10px;}
  /* .banner {height: auto;}
  .bannerBox {display: block; margin: 130px 0px 0px 0px;}
  .bannerText small {font-size: 14px; font-weight: 500;}
  .bannerText h1 {font-size: 24px; line-height: 34px; color: #FFF;}
  .bannerText {margin-bottom: 20px;}
  .m-image {width: 100%; height: auto;}
  .movingBox-text {max-width: 100%; padding: 20px;}
  .marquee-wrap {margin-top: 30px;}
  .marquee-wrap::before, .marquee-wrap::after {width: 100px; height: 130px; top: 144px;} */
  .nav-subHeading {font-size: 16px; color: #FFF;}
  .marque-container {margin: 50px 0px 0px 0px}
  /* .marque-container .container {padding-left: 0; padding-right: 0;} */
  .marque-container::before, .marque-container::after {width: 100px; height: 100px;}
  .marquee-wrap::before, .marquee-wrap::after {width: 70px;}
  footer .footerBox {margin-bottom: 30px;}
  .features-overview-box img {width: 100%;}

  .caseOtherContent {display: block;}
  .use-case-box-mainCon {width: 100%; overflow: auto; scrollbar-width: none;}
  .use-case-box-Con {width: 1500px; overflow: auto;}
  .bannerBox {display: block;}
  .trustedStrip {flex-wrap: wrap;}
  .footer-container {display: block;}
  footer .footerBox:nth-of-type(1), footer .footerBox:nth-of-type(2), footer .footerBox:nth-of-type(3) {width: 100%;}
  .banner {height: auto; position: relative; padding-top: 125px; padding-bottom: 0px;}
  .bannerText h1 {font-size: 22px; font-weight: 600; line-height: 30px;}
  .m-image {width: 100%; height: auto; margin-top: 20px;}

  .usesCases {padding: 30px 0px; border-radius: 20px 20px 0px 0px;}
  .bannerText small {font-size: 14px; font-weight: 500; padding: 5px 15px;}
  .trustedStrip > div {margin-bottom: 20px;}
  .channelSlider-itemCon {border-radius: 20px; padding: 15px 15px 15px 15px;}
  .features-overview {padding: 30px 0px 70px 0px;}
  .section-title h2 {font-size: 22px; line-height: 30px;}
  .section-title p {font-size: 14px;}
  .caseOtherContent {margin-top: 20px;}
  footer {padding: 30px 0px; border-radius: 20px 20px 0px 0px;}
  .channelSlider-inneritem {flex-direction: column; text-align: center;}
  .channelSlider-inneritem > div {order: 2; border-width: 3px; border-radius: 10px; margin-top: 10px; padding: 10px;}
  .owl-carousel .owl-item .channelSlider-inneritem img {width: 70%;}
  #carousel {height: 620px; margin: 0px auto 0 auto;}
  #carousel div {left: 17%;}
  .h-contact {padding: 50px 0px 50px 0px;}
  .copyright {margin-top: 0;}
  .inneBanner {padding-bottom: 0px;}
  .trustedStrip > div {width: 160px; height: 160px;}
  #cards {height: 200px; margin: 0px 0px 10px 0px; padding: 0;}
  #cards li {height: auto;}
  .feature-innerBox {max-width: max-content; margin: 10px;}
  .sticky-wrapper {height: 450px;}
  #carousel div.carouselTopBox {width:80%; height: 275px; left: 10%; margin: 0;}
  #carousel div .carouselBox {margin: 0;}
  #carousel div h2 {font-size: 16px;}
  #carousel div p {font-size: 12px;}
  .innerright-image img {width: 100%; margin: 40px 0px 0px 0px;}
  .bannerBottom {display: block;}
  .bannerBottom-container {margin-bottom: 20px;}
  .inner-use .shape-icon-box {display: none;}
  .bannerBottom-divider {display: none;}
  .inner-movingCard {top: 90px;}
  .faqsection {padding: 0;}
  .caseStudiesContent {padding-top: 30px;}
  #inner-cards {padding-left: 20px;}
  /* .inner-use .shape-box {width: 100%; height: auto;}
  .inner-use .shape-box h3 {font-size: 14px; line-height: 16px; margin-top: 7px; margin-bottom: 5px;}
  .shape-Content {padding: 15px 10px 0px 30px;} */
  .inner-use .shape-box {background: url('../images/use-case.png') no-repeat; background-size: contain; width: 269px; height:450px; display: flex; align-items: start; margin-bottom: 20px; flex-direction: column;}
  .inner-use .shape-box:hover {background: url('../images/use-case-hover.png') no-repeat; background-size: contain;}
  .shape-Content {height: 100%; padding: 10px 10px 0px 10px;}
  .shape-icon-box {order: 2;}
  .faqcontainer {padding-bottom: 40px;}
  .h-contact-form {padding-bottom: 0;}
  footer .footerBox ul li a {font-size: 15px;}
  .h-contactusCon .row .col-md-5 {order: 2;}
  #inner-cards {width: 100%;}
  #inner-cards.h-inner {padding-left: 20px;} 
  #inner-cards.h-inner li {width: 100%;}
  #inner-cards.h-inner li:last-child {margin-right: 20px;}
  #inner-cards li {height: auto; padding: 15px;}
  #inner-cards li {width: 100%; min-width: 320px;}
  .owl-dots {margin:20px;}
  .channelSlider-inneritem > div h2 {font-size: 18px;}
  .h-contactusCon {padding-bottom: 0px;}
  #inner-cards h2 {font-size: 26px;}
  .feature-innerBox p {font-size: 14px; margin: 0;}
  .caseOtherContent > div h3 {font-size: 19px; line-height: 28px; margin-bottom: 0;}
  .caseOtherContent > div {min-height: 360px;}
  #inner-cards li .ulbox .libox::before {width: 15px; height: 15px;}
  #inner-cards li .ulbox .libox {font-size: 14px; padding: 5px 5px 5px 30px; line-height: 20px;}
  #inner-cards {margin-top: 20px;}
  #inner-cards li {align-items: flex-start;}
  .slide-read-more-button {margin-bottom: 20px;}
  .solutionSliderBox {display: block; border-radius: 10px; padding: 5px;}
  .solutionBanner .bannerBox {margin-top: 0; margin-bottom: 20px;}
  .solutionSlider-contentBox {width: 90%; margin: 20px; display: inline-block;}
  .solutionSliderBox h3 {font-size: 20px;}
  .solutionBanner .bannerBox small {font-size: 14px; line-height: 20px;}
  .solutionSliderBox span {font-size: 14px;}
  .solution-bottombanner {padding: 0px 0px 50px 0px;}

  .owl-nav .owl-prev, .owl-nav .owl-next {width: 30px; height: 30px;}
  .owl-nav .owl-prev {left: 10px;}
  .owl-nav .owl-next {right: 10px;}
  .solution-demo {display: block;}
  .solutiontouchpointCon {overflow: auto; scrollbar-width: none;}
  .touchpointCon {width: 1420px;}
  .touchpointBox {height: 170px;}
  .solution-demo-con {padding: 30px 0px 30px 0px;}
  .solutiondemo-box h2 {font-size: 26px; line-height: 36px;}
  .solutiondemo-rightbox {margin: 20px 0px;}
  .terms-condition-page {padding-top: 20px;}
  .terms-condition-page .bannerText {margin-top: 80px; margin-bottom: 45px;}
  .touchpointSubCon {width: 100%; overflow: auto; scrollbar-width: none;}
  .about-scale > div:nth-of-type(2) {display: block;}
  .about-scale > div:nth-of-type(2) > div {border: 1px #fff solid; padding: 25px;}
  .about-scale > div:nth-of-type(2) > div:nth-of-type(1) {border-radius: 0px 0px 0px 0px;}
  .about-scale > div:nth-of-type(2) > div:last-child {border-radius: 0px 0px 0px 0px;}
  .video-wrapper {height: 300px;}
  .aboutinner-whycon {padding: 30px}
  .aboutSliderBox .solutionSlider-contentBox {margin-left: 0px;}
  .aboutinner-why .section-title {margin: 0;}
  .aboutSliderBox {padding: 0;}
  .aboutSliderBox span {margin: 0px 0px 20px 0px;}
  .about-scale > div:nth-of-type(2) {font-size: 18px; line-height: 28px;}
  .about-scale .section-title {margin: 20px 0px;}
  .aboutSection-result {padding: 50px 0px 0px 0px;}
  .aboutTouchpoint {padding: 30px 10px;}
  .career .bannerBox {margin-top: 0px;} 
  #bookademoform form .form-control {font-size: 14px; margin: 0px 0px; padding: 8px 12px; border-radius: 5px;}
  #bookademoform.modal.show .modal-dialog .modal-content {width: 80%; padding: 0; border: 0px #1CEBD1 solid; box-shadow: 0px 0px 4px 2px #1CEBD1;}
  .modal-dialog {margin: 5.5rem 15px 0rem 15px;}
  #bookademoform .modal-header .close {right: 22px; top: 22px;}
  #bookademoform .col-md-12:last-child .form-group {margin: 0;}

  #carousel {height: 850px;}
  #carousel div h2 {font-size: 14px;}
  #carousel div.carouselTopBox {height: 390px; display: flex; align-items: flex-end;}
  #carousel div .carouselBox {padding: 0;}
  #carousel div p {margin: 0;}
  #carousel div.box1 {background: url('../images/banner-img1-mobile.png') no-repeat; background-size:cover;}
  #carousel div.box2 {background: url('../images/banner-img2-mobile.png') no-repeat; background-size:cover;}
  #carousel div.box3 {background: url('../images/banner-img3-mobile.png') no-repeat; background-size:cover;}
  #carousel div.box4 {background: url('../images/banner-img1-mobile.png') no-repeat; background-size:cover;}
  #carousel div.box5 {background: url('../images/banner-img2-mobile.png') no-repeat; background-size:cover;}
  #carousel div.box6 {background: url('../images/banner-img3-mobile.png') no-repeat; background-size:cover;}
  #carousel div.box7 {background: url('../images/banner-img1-mobile.png') no-repeat; background-size:cover;}

  .banner::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(0, 18, 53, 0.5);}
  .banner .container {z-index: 1;}

  #inner-cards.h-inner li {height: 490px; display: flex; align-items: flex-end;}
  #inner-cards.h-inner li.featureBox1 {background: url('../images/features-overview1-mobile.png') no-repeat; background-size: cover;}
  #inner-cards.h-inner li.featureBox2 {background: url('../images/features-overview2-mobile.png') no-repeat; background-size: cover;}
  #inner-cards.h-inner li.featureBox3 {background: url('../images/features-overview3-mobile.png') no-repeat; background-size: cover;}
  #inner-cards.h-inner li.featureBox4 {background: url('../images/features-overview4-mobile.png') no-repeat; background-size: cover;}

  .usesCases h3 {font-size: 22px; line-height: 28px;}
  
  .touchpointCon.logistic {width: 1980px;}
  .touchpointCon.govt {width: 2275px;}
  .touchpointCon.gaming {width: 1700px;}
  .h-banner-cta-btn {font-size: 16px;}
  .blogShortBox {display: block;}
  .blogBox {margin-bottom: 20px;}
  .blogBox img {width: 100%;}
  .blog-read-btn img {width: auto;}
  .latestBlogs {padding: 15px;}
  .blogUpdateSec .blogUpdate {text-align: center; padding: 15px; border: 5px #1CEBD1 solid; border-radius: 20px;}
  .blogUpdateSec .blogUpdate h3 {font-size: 24px;}
  .blogUpdateSec {padding: 0;}
  .blogUpdateSec .blogUpdate input {margin-bottom: 20px;}
  .blogBox h2 {font-size: 16px; font-weight: 500; line-height: 24px;}
  .blogShort h2 {margin: 10px 0px 0px 0px;}
  .blogbanner {padding-top: 90px;}
  .blog-read-btn {margin-top: 30px;}
  .latestBox .blogName span {margin-bottom: 0;}
  .blogName {flex-direction: column; align-items: flex-start;}
  .latestBlogsCon {padding: 20px 0px;}
  .blogdetailbanner {margin-top: 0;}
  .blogdetailbanner .blogShort .blogName span {font-size: 11px;}
  .blogdetailbanner p, .blogdetailbanner ul li {font-size: 12px; font-weight: 400;}
  .blogdetailbanner .blogShortBox {margin-bottom: 10px;}
  .blog-comment .form-control {font-size: 12px; padding: 8px;}
  .blog-comment {padding: 15px  15px 0px 15px;}
  .blogdetailbanner .latestBlogs {margin-bottom: 20px;}
  .blogdetailbanner .blogBox h2 {font-size: 18px; line-height: 28px;}
  .accordion-title::before {right: -15px;}
  .accordion-title:after {right: -5px; top: 7px;}
  .accordion-title.open:after {top: 10px;}
  .accordion-container .accordion-title {padding-right: 15px;}
  
  .eventBox {flex-direction: column-reverse;}
  .eventBox > div img {width: 100%; height: auto;}
  .eventBox > div h2 {min-height: 51px; font-size: 16px;}
  .eventBox .blogName {flex-direction: column;}
  .eventBox .blogName {margin-bottom: 10px;}
  .eventBox .blogName span {font-size: 12px;}
  .eventBox > div p {font-size: 14px;}
  .caseStuDetailPage .blogShort .blogName {flex-wrap: wrap; text-align: left;}
  .caseStuDetailPage .blogShort .blogName span:nth-of-type(1)::before {left: 0; top: 20px;}

  .podcastBox {flex-direction: column;}
  .podcastBox .podcastvideo-wrapper img {width: 100%; height: 150px;}
  .podcastBox > div img {margin-bottom: 20px;}

  .contactUs + .careerForm {margin: 30px 0px;}
  .careerForm form .form-control {font-size: 12px; padding: 12px; border-radius: 8px;}
  .custom-file-input {font-size: 12px; padding: 8px; border-radius: 8px;}
  .custom-file-input::file-selector-button {padding: 2px 10px 2px 10px; font-size: 14px; margin-right: 10px;}
  .careerForm form .form-control.submit-btn {font-size: 14px; padding: 14px 30px;}
  .comingsoon-section h1 {font-size: 26px;}
}

@media only screen and (max-width: 600px) {
  :root {--scroller-size: 400vw;}
}

@media screen and (width: 768px) {
  .channelSlider-item {justify-content: center;}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .banner {height: auto;}
  .bannerBox {display: block;}
  .bannerText {text-align: center; margin: 160px auto 0px auto;}
  .bannerText h1 {font-size: 30px; line-height: 40px;}
  .use-case-box-mainCon {width: 100%; overflow: auto; scrollbar-width: none;}
  .use-case-box-Con {width: 1420px;}
  .eventBox > div img {width: 400px;}
  .trustedStrip {flex-wrap: wrap; justify-content: center; column-gap: 10px;}
  .trustedStrip > div {margin-bottom: 10px;}
  .channelSlider-inneritem {flex-direction: column;}
  .channelSlider-inneritem > div {order: 2; border-width: 10px; border-radius: 40px; margin-top: 10px; text-align: center;}
  .owl-carousel .owl-item .channelSlider-inneritem img {margin: 0px auto;}
  .bannerBottom {font-size: 0.75rem;}
  .inner-use .col-md-6 {-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
  .section-title {padding: 0px 10px;}
  .mobile-nav-toggle {top: 52px;}
  .caseStudiesContent .col-md-4 {-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
  .caseStudiesContent .col-md-8 {-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
  .caseOtherContent {flex-wrap: wrap;}
  .caseOtherContent > div {max-width: 400px; margin: 20px auto;}
  .h-contactusCon {padding: 50px 20px; padding-bottom: 0; border-radius: 10px;}
  .h-contactusCon .section-title h2 {font-size: 22px;}
  .footer-container {flex-wrap: wrap;}
  footer .footerBox:nth-of-type(1) {width: 100%;}
  footer .footerBox:nth-of-type(2) {width: 100%;}
  footer .footerBox:nth-of-type(3) {width: 100%; margin-top: 20px;}
  .h-contact {padding: 50px 0px 50px 0px;}
  .h-contact-form {padding-bottom: 10px;}
  .solutiontouchpointCon, .touchpointSubCon {width: 100%; overflow: auto; scrollbar-width: none;}
  .touchpointCon {width: 1420px;}
  .touchpointBox {height: 169px;}
  .owl-nav .owl-prev, .owl-nav .owl-next {width: 30px; height: 30px;}
  .owl-nav .owl-prev {left: 10px;}
  .owl-nav .owl-next {right: 10px;}
  .solutiondemo-box h2 {font-size: 30px; line-height: 38px;}
  .latestBlogs .blogShortBox {display: block;}
  .blogdetailbanner .blogdetailimg {margin-bottom: 20px;}
  .blogdetailbanner .blogBox h2 {font-size: 20px; line-height: 32px;}
  .blogBox img {width: 100%;}
  .blog-read-btn img {width: auto;}
}

@media screen and (min-width: 1367px) and (max-width: 1400px) {
  .trustedStrip > div {column-gap: 5px;}
  .use-case-box {column-gap: 5px;}
  .blogBox img {width: 100%;}
  .blog-read-btn img {width: auto;}
  footer {border-radius: 100px 100px 0px 0px;}
}

@media screen and (max-width: 360px) {
  nav + .action-btn {font-size: 12px; font-weight: 400;}
  .primary-btn {padding: 12px 25px;}
  .solutiondemo-box h2 {font-size: 24px;}
  .trustedStrip > div {width: 150px; height: 150px; border-radius: 30px;}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  header {padding: 10px 30px;}
  .topHeader .logo {width: 200px;}
  .main-nav .drop-down>a {pointer-events: none; padding: 20px 12px; padding-right: 27px;}
  .outline-btn {padding: 12px 20px;}
  footer {border-radius: 160px 160px 0px 0px;}
}


@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .blogBox img {width: 100%;}
  .blog-read-btn img {width: auto;}
}

@media screen and (width: 1366px) {
  .topHeader .logo {width: 200px;}
  header {height: 80px; padding:10px 20px;}
  .banner {height: 750px;}
  .bannerText {max-width: 660px;}
  .home-demo {max-width: 600px;}
  #carousel {height: 650px;}
  #carousel div.carouselTopBox {height: 250px; margin: 0px 50px;}
  #carousel div.prev {top: 18%;}
  #carousel div.next {top: 45%;}
  #carousel div h2 {font-size: 18px;}
  #carousel div p {font-size: 12px;}
  .bannerText h1 {font-size: 28px; line-height: 36px;}
  .bannerText p {font-size: 14px; line-height: 20px;}
  .section-title h2 {font-size: 30px;}
  .use-case-box {width: 250px;}
  .use-case-box h3 {font-size: 16px; line-height: 20px; margin-top: 75px;}
  .trustedStrip > div {width: 150px; height: 150px; border-radius: 40px;}
  .trustedStrip > div span {font-size: 14px; line-height: 16px;}
  .channelSlider-inneritem > div h2 {font-size: 14px;}  
  .channelSlider-inneritem > div {padding: 16px;}
  .inner-movingCard {top: 140px;}
  #inner-cards.h-inner li {width: 1024px; height: 300px;}
  .caseOtherContent > div h3 {font-size: 18px; line-height: 24px;}
  .caseOtherContent > div {min-height: 320px;}
  .useCase-Content p {font-size: 12px;}
  .use-case-box {height: 400px;}
  .useCase-Content::before {width: 96%;}
  .usesCases {border-radius: 100px 100px 0px 0px;}
  .caseOtherContent img {width: 100%; height: 190px; object-fit: contain;}
  .channelSlider-itemCon {border-radius: 100px; padding: 30px 200px 40px 200px;}
  .owl-carousel .owl-item .channelSlider-inneritem img {width: 200px;}
  section {padding-left: 20px; padding-right: 20px;}
  .inneBanner {height: 600px;}
  footer {padding: 60px 25px 30px 25px; border-radius: 100px 100px 0px 0px;}
  footer .footerBox p {font-size: 14px;}
  footer .footerBox ul li a {font-size: 14px;}
  footer .footerBox span a {font-size: 14px;}
  .inner-use .shape-box {width: 100%;}
  .inner-use .shape-icon-box {height: 91%;}
  .inner-use .shape-box h3 {font-size: 18px;}
  .inner-use .shape-box p {font-size: 12px;}
  #inner-cards li {width: 1024px; height: 350px;}
  #inner-cards h2 {font-size: 24px;}
  #inner-cards li .ulbox .libox {font-size: 14px;}
  .realBox p {font-size: 16px;}
  .solutionBanner {height: 460px;}
  .solutionBanner .bannerText {max-width: 800px; padding: 50px 0px;}
  .solutionSliderBox h3 {font-size: 24px;}
  .solutionSlider {max-width: 1024px;}
  .owl-nav .owl-prev, .owl-nav .owl-next {width: 40px; height: 40px;}
  .solutiondemo-box h2 {font-size: 32px; line-height: 42px;}
  .touchpointCon {width: 75%; justify-content: center; margin: 0px auto;}
  .touchpointCon.logistic, .touchpointCon.govt, .touchpointCon.gaming {width: 90%;}
  .banner.inneBanner.about, .banner.inneBanner.career {height: 450px;}
  .about-result {width: 100%;}
  .aboutSection-result .touchpointBox {width: 250px; height: 334px;}
  .channelSlider-itemCon.h-contactusCon {padding:30px 200px 0px 200px;}
  .banner.blogbanner {height: 300px;}
  .banner.blogbanner.blogdetailbanner {height: auto;}
  #bookademoform form .form-control {padding: 10px;}
  .banner.inneBanner.terms-condition-page {height: 300px; background-position:center;}
  #inner-cards li:last-child {margin-right: 200px;}
}


@media screen and (min-width: 1400px) and (max-width: 1440px) {
  .owl-carousel .owl-item .channelSlider-inneritem img {width: 200px;}
  #inner-cards.h-inner li {width: 1024px; height: 350px;}
  footer {border-radius: 100px 100px 0px 0px;}
  .inner-use .shape-box {width: 675px;}
  .inner-use .shape-icon-box {height: 95%;}
  .inner-movingCard {top: 150px;}
  #inner-cards li {height: 400px;}
  .solutionBanner {height: 500px;}
  .touchpointCon {width: 75%; margin: 0px auto;}
  .touchpointCon {justify-content: center;}
  .touchpointCon.logistic, .touchpointCon.govt, .touchpointCon.gaming {width: 90%;}
  .usesCases {border-radius: 100px 100px 0px 0px;}
  .channelSlider-itemCon {border-radius: 100px;}

}

@media (resolution: 1.25dppx) {
  .bannerText h1 {font-size: 36px; line-height: 42px;}
  .inner-movingCard {top: 150px;}
  #inner-cards.h-inner li {width: 1100px; height: 380px;}
  .owl-carousel .owl-item .channelSlider-inneritem img {width: 200px;}
  #inner-cards li{width: 1024px; height: 400px;}
  .touchpointBox {width: 270px;}
  .touchpointCon {width: 75%; margin: 0px auto;}
  .touchpointCon {justify-content: center;}
  .touchpointCon.logistic, .touchpointCon.govt, .touchpointCon.gaming {width: 90%;}
}

