:root {
  --_black---color: black;
  --_blue---color: #008afc;
  --_white---color-3: white;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left-2 {
  z-index: 9;
  background-color: #0000;
  width: 100%;
  position: fixed;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  z-index: 25;
  color: #f5f5f5;
  z-index: 25;
  background-color: #0d0d0d00;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
}

.container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container-2.container-full {
  max-width: 100%;
}

.container-2.postionstatic {
  mix-blend-mode: screen;
  position: static;
}

.container-2.second-menu {
  border-top: 1px solid #e5e5e5;
  border-radius: 0;
  margin-top: 20px;
  padding-top: 20px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-2 {
  width: 250px;
}

.nav-menu-wrapper-2 {
  position: static;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 20px 5px 0;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #fff;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 30px 25px 30px 0;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  position: relative;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  color: #fff;
  margin-right: 10px;
  font-family: Inter Tight, sans-serif;
  font-weight: 300;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three {
  border-radius: 0;
  padding: 30px 15px;
  position: fixed;
  left: 0;
  right: 0;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
  width: 100%;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}

.nav-dropdown-list-2.shadow-three.d-block {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #008afc;
  border-radius: 50px;
  margin-left: 5px;
  padding: 6px 18px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #008afc;
  background-color: #fff;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-block {
  color: #fbfbfb;
  font-family: Inter Tight, sans-serif;
  font-weight: 300;
}

.image {
  width: 250px;
}

.list-item-2, .list-item-3 {
  padding-right: 10px;
}

.footer-dark {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.footer-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 20% 14% 10% 17% repeat(auto-fit, 39%);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #333;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.footer-link {
  color: #000000b3;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.footer-copyright-center {
  color: #9eacc1;
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.grid {
  grid-column-gap: 12px;
  grid-template: ". Area"
  / 18% 82%;
}

.link-block {
  text-align: center;
  vertical-align: baseline;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  margin-right: 0;
  line-height: 26px;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 0 10px #0003;
}

.image-2 {
  width: 19px;
  min-width: 0;
}

.div-block {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  margin-top: 12px;
  margin-bottom: 24px;
  display: flex;
}

.text-block-2 {
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}

.div-block-3 {
  width: 100%;
  margin-bottom: 8px;
  font-family: Inter Tight, sans-serif;
  font-weight: 300;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  display: flex;
}

.link-2 {
  color: #000000b3;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.link-4 {
  color: #000000b3;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-3 {
  color: #313131b3;
}

.div-block-5 {
  margin-bottom: 20px;
}

.section {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 60px;
  line-height: 20px;
  position: relative;
}

.section.homepagefixed {
  opacity: 1;
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/685ce934dd1cc2e986500eb0_fixedbg.jpg");
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 0;
}

.section.homepagefixed.scrollfixed {
  background-color: #000;
  background-image: none;
}

.section.solutionfixed {
  background-color: #017dd7;
}

.section.product_list-sec.projectobj {
  margin-top: -400px;
  padding-top: 400px;
  padding-bottom: 140px;
}

.section.result-impact.challenge-wrapper {
  height: 100vh;
  position: relative;
}

.section.result-impact.result-impact-section.relative {
  overflow: hidden;
}

.section.result-impact.relative.projectchallenge {
  position: relative;
}

.section.solution-container {
  z-index: 2;
  background-color: #000;
  position: relative;
}

.section.case-slider {
  position: relative;
}

.section.challenge-wrapper.challange-impact {
  overflow: hidden;
}

.section.challenge-wrapper.result-impact {
  height: 100vh;
}

.section.expertvalue {
  padding-bottom: 60px;
}

.section.innovative-tech-wrapper {
  background-image: linear-gradient(87deg, #dbeafd, #d0fae6);
}

.section.getintouch-wrapper {
  padding-top: 20px;
}

.section.bggradient.statement-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.humancloudform {
  background-image: linear-gradient(90deg, #d0fae6, #dbeafd);
}

.section.thank-you-wrapper {
  background-color: #314e7b;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.thank-you-wrapper.pb-0.custom404 {
  height: auto;
  padding-top: 80px;
  padding-bottom: 0;
}

.section.portsec {
  padding-top: 0;
}

.section.inner-section {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/685e2839c0f2754f40fa1fd8_service-banner-bg.png");
  background-position: 0 0;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 550px;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
}

.section.inner-section.pb-0 {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/6886f7c95f03592985966ec7_Startup-Nitro-Accelerator-Banner.webp");
  background-position: 50%;
  min-height: 750px;
  padding-bottom: 0;
  display: block;
}

.section.inner-section.pb-0.d-none {
  display: none;
}

.section.inner-section.pb-0.humancloudbanner {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/6886f7c85afdd904894e3a00_The-Human-Cloud-Banner.webp");
}

.section.inner-section.pb-0.neurotal-banner {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/6886f7c97ad4f20cb50b59b1_NeuroTal-Talent-Management-Banner.webp");
}

.section.inner-section.pb-0.neurocrm {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/6886f7c8ff3dcd6cc8e418a0_NeuroCRM-Customer-Feedback-Management-Banner.webp");
}

.section.inner-section.pb-0.digitalsign {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/6886f7c90f2c3bb464b71a03_Digital-SignEdge-Service-Banner.webp");
}

.section.inner-section.pb-0.storflowbanner {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/6886f7c9537d42e0f0c044b2_StoreFlow-Banner.webp");
}

.section.inner-section.pb-0.digital-banner {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/6984297b8bd4c9e51d710a2c_Digital_Playground_Hero_Banner.jpg");
  background-position: 0 0;
  background-size: auto;
}

.section.inner-section.pb-0.airportbanner {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/698429823d82f576b9476ed3_Airport_DX_Hero_Banner.jpg");
  background-position: 0 0;
  background-size: auto;
}

.section.inner-section.port-section {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/6863d25b29946b46fc98d3a9_portfolio-bg.jpg");
  min-height: 200px;
  padding-bottom: 50px;
}

.section.inner-section.aboutbanner {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/686cbd25160f1726d5af67a7_aboutUs-banner.webp");
  min-height: 600px;
}

.section.inner-section.contactbanner {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/686cc7a6d8e711dc1bd6198a_contactUs-banner.webp");
  min-height: 600px;
}

.section.inner-section.careerbanner2 {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/686ce9174e4aec87c25d026a_fostering-innovation.webp");
  min-height: 600px;
}

.section.inner-section.careerbanner1 {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/686ce9bacd9072af7484c728_discover-banner.webp");
  min-height: 600px;
}

.section.inner-section.careerbanner3 {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/686cef54ef2fc05bb6fc3c1d_success-stories.webp");
  min-height: 600px;
}

.section.inner-section.careerbanner0 {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/686cf262a8d07a2ca12a84cf_carrer-bg.webp");
  min-height: 600px;
}

.section.inner-section.normalbanner {
  min-height: 280px;
}

.section.service-spectrum-level {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/685e5a79ee801b843db148a5_gradient-bg-2.webp");
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 60px;
}

.section.service-spectrum-level.pb-0 {
  padding-bottom: 0;
}

.section.caseslider {
  padding-bottom: 60px;
}

.text-block-4 {
  color: #212529;
  margin-bottom: 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.column {
  background-image: linear-gradient(90deg, #dbeafd, #d0fae6);
  border-radius: 15px;
  padding: 28px;
}

.text-block-5 {
  color: #000;
  height: auto;
  margin-bottom: 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.text-block-6 {
  color: #000;
  margin-bottom: 32px;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.bold-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.text-block-7 {
  color: #008afc;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-template-rows: auto auto auto;
}

.text-block-8 {
  color: #000;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.grid-4 {
  grid-column-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 6.75fr 1fr;
}

.text-span {
  color: #000000b3;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.image-3 {
  text-align: right;
}

.div-block-6 {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  padding: 16px;
}

.div-block-6.mb-3 {
  margin-bottom: 16px;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #008afc;
  border: 1px solid #008afc;
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  padding: 9px 16px;
  text-decoration: none;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 66.6667% 33.3333%;
}

.grid-5.container-2 {
  padding-left: 40px;
}

.code-embed {
  transform: rotate(0);
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(90deg, #dbeafd, #d0fae6);
  border-radius: 15px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.image-4 {
  flex: 0 auto;
}

.paragraph {
  color: #000000b3;
  margin-bottom: 28px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.text-block-9 {
  color: #000;
  margin-bottom: 28px;
  font-family: Inter Tight, sans-serif;
  font-size: 36px;
  line-height: 48px;
}

.text-block-10 {
  color: #000;
  margin-bottom: 28px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-2 {
  font-weight: 500;
  line-height: 28px;
}

.div-block-9 {
  padding-left: 40px;
  padding-right: 15px;
}

.div-block-14, .div-block-17 {
  display: inline-block;
}

.div-block-17.mt-5 {
  margin-top: 1rem;
}

.code-embed-2 {
  display: inline-flex;
}

.code-embed-2.backbtn {
  transform: rotate(-90deg);
}

.code-embed-2.arrowleft {
  flex-flow: row;
  transform: rotate(-90deg);
}

.code-embed-2.sticky-btn-arrow {
  transform-style: preserve-3d;
  order: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(45deg);
}

.client-slider {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
  padding: 60px 0 30px;
  position: relative;
}

.client-slider.innerclient {
  padding-top: 0;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 30px;
}

.team-slider-wrapper.innerlogo {
  margin-top: 30px;
}

.team-slide-wrapper {
  vertical-align: baseline;
  width: 14%;
  margin-right: 0%;
  padding-left: 15px;
  padding-right: 15px;
}

.team-slide-wrapper.casestudiesslider {
  width: 49%;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.team-block {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.team-block.solutionlog {
  background-color: #0000;
}

.team-member-image-two {
  mix-blend-mode: normal;
  max-width: 100%;
  margin-bottom: 0;
}

.team-member-image-two:hover {
  mix-blend-mode: normal;
}

.team-slider-arrow {
  display: none;
  overflow: hidden;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
  overflow: visible;
}

.mask {
  margin-left: auto;
  margin-right: auto;
}

.mask.tabmask {
  text-align: left;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 12px 24px;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.div-block-19.btn-gradient {
  background-image: linear-gradient(90deg, #c231ab, #008afc);
  margin-top: 70px;
  padding: 28px 48px;
}

.div-block-19.sechdule_btn {
  border: 1px solid #fff;
  margin-top: 20px;
  display: inline-flex;
}

.link-block-3 {
  -webkit-text-fill-color: inherit;
  background-color: #008afc;
  background-clip: border-box;
  border-radius: 100px;
  margin-top: 0;
  padding: 0;
  text-decoration: none;
}

.link-block-3:hover {
  background-color: #008afc;
}

.link-block-3.portfolio-btn {
  margin-top: 0;
}

.link-block-3.btn-gradient {
  text-align: center;
  background-image: linear-gradient(90deg, #c231ab, #008afc);
  border-radius: 50px;
  padding: 28px 48px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
}

.link-block-3.mt-48 {
  margin-top: 0;
  display: inline-block;
}

.link-block-3.mt0 {
  margin-top: 0;
}

.link-block-3.mt0.btnoutline {
  background-color: #0000;
  border: 1px solid #fff;
}

.link-block-3.portfolio-btn-copy {
  margin-top: 0;
}

.link-block-3.mt-2rem {
  opacity: 1;
  border-radius: 100px;
  margin-top: 26px;
}

.link-block-3.mt-2rem.opecity-0 {
  opacity: 0;
}

.link-block-3.mt-0 {
  opacity: 1;
  border-radius: 100px;
  margin-top: 0;
}

.link-block-3.mt-0.neuroint {
  background-color: #ff6900;
}

.link-block-3.backbtn {
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 24px;
}

.link-block-3.sticky-back-btn {
  color: #008afc;
  -webkit-text-fill-color: inherit;
  background-color: #008afc00;
  background-clip: border-box;
  border: 1px solid #008afc;
  margin-top: 0;
}

.button {
  color: #fff;
  background-color: #ffffff40;
  border-radius: 50px;
  padding: 6px 12px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.button.case-btn {
  text-transform: uppercase;
  text-transform: uppercase;
  background-color: #fff3;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

.button-primary-3 {
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
}

.button-primary-3.font-18 {
  font-size: 18px;
}

.grid-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 54.3333% 41.6667%;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.heading-10 {
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Inter Tight, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 48px;
}

.paragraph-5 {
  color: #000;
  margin-bottom: 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.formwrapper {
  background-image: linear-gradient(90deg, #dbeafd80, #d0fae680);
  border-radius: 15px;
  width: 100%;
  padding: 40px;
  line-height: 24px;
}

.link-10 {
  color: #ffffffb3;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.link-10.opacity-100 {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-35 {
  color: #ffffffb3;
  font-family: Inter Tight, sans-serif;
  font-weight: 300;
}

.opacity-100 {
  color: #fff;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 54px;
}

.heading-11.port-title {
  font-family: Inter Tight, sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 70px;
}

.div-block-36 {
  margin-bottom: 3rem;
}

.paragraph-6 {
  color: #ffffffb3;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}

.columns-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
}

.column-6 {
  padding-left: 20px;
}

.inner-content-row {
  align-items: flex-start;
  padding-right: 20px;
  display: block;
}

.section-4 {
  margin-top: 0;
}

.section-4.m150minus {
  margin-top: -150px;
}

.image-9 {
  border-radius: 15px;
  width: 100%;
}

.heading-12 {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Inter Tight, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph-7 {
  color: #000;
  font-family: Inter Tight, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 33.3333% 66.6667%;
}

.heading-13 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
}

.heading-13.animated-text {
  margin-bottom: 40px;
  font-family: Inter Tight, sans-serif;
  font-size: 42px;
  font-weight: 300;
}

.heading-13.animated-text.text-size {
  font-size: 36px;
  line-height: 54px;
}

.paragraph-8 {
  color: #ffffffb3;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.heading-14 {
  color: #fdfdfd;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter Tight, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.heading-14.animated-text {
  line-height: 36px;
}

.paragraph-9 {
  color: #ffffffb3;
  margin-bottom: 32px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.grid-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
}

.why-choosesec.section {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/685e66195f83f647a53d918b_bgCircle.webp");
  background-position: 25% -610px;
  background-repeat: repeat;
  background-attachment: scroll;
  width: auto;
}

.why-choosesec.section.zindex5 {
  z-index: 5;
  position: relative;
}

.why-choosesec.section.darkgradient {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/685e5a79ee801b843db148a5_gradient-bg-2.webp");
  background-position: 50%;
  background-size: cover;
}

.grid-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 33.3333% 66.6667%;
}

.heading-15 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 54px;
}

.heading-15.white-color {
  color: #fbfbfb;
}

.div-block-40, .div-block-40.mt-0, .div-block-40.mt-0 {
  margin-top: 0;
}

.grid-11 {
  grid-template-rows: auto;
}

.why-chosse-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 160px;
  margin-top: 0;
  padding: 20px 45px 20px 0;
  display: block;
}

.why-chosse-card.borbottom {
  border-bottom: 1px solid #ffffff4d;
  min-height: 260px;
}

.why-chosse-card.flexcol {
  display: flex;
}

.heading-16 {
  color: #000;
  margin-top: 32px;
  margin-bottom: 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.heading-16.textwht {
  line-height: 30px;
}

.heading-16.textwht.opacity-70 {
  opacity: .7;
}

.paragraph-11 {
  color: #000000b3;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-11.textwht.opacity-70 {
  opacity: .7;
}

.div-block-41 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.portfolioimg {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.image-10 {
  border-radius: 15px;
  width: 100%;
}

.div-block-42 {
  z-index: 2;
  position: absolute;
  top: 18px;
  left: 15px;
}

.div-block-43 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-44 {
  color: #000;
  padding-top: 22px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-45 {
  position: static;
  top: 0;
  left: 0;
}

.sidebar-stiky {
  position: sticky;
  top: 96px;
}

.before-top {
  z-index: 1;
  background-image: linear-gradient(#000000e6, #fff0);
  width: 100%;
  height: 85px;
  position: absolute;
  top: 0;
  left: 0;
}

.industry-sec.section {
  background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/685bcb9fc1749d0d318347ce_f8e82f08e11027027a7c907aac08e476_product_List-sec-bg.png");
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 60px;
}

.grid-13 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.inddustryimg {
  border-radius: 0;
}

.industryname {
  margin-top: 16px;
}

.text-block-18 {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
}

.link-11 {
  color: #fff;
  text-decoration: none;
}

.image-11 {
  border-radius: 15px;
  margin-top: 64px;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-5.section {
  padding-bottom: 60px;
}

.image-12 {
  max-width: 114px;
}

.image-13 {
  max-width: 134px;
}

.blog-title {
  color: #000;
  min-height: 85px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.blog-title.top-title {
  min-height: 15px;
}

.entry-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
}

.entry-title.text-start {
  text-align: left;
  margin-bottom: 16px;
  font-family: Inter Tight, sans-serif;
  font-weight: 300;
}

.entry-title.whttxt {
  color: #fff;
}

.entry-title.mb-5 {
  margin-bottom: 40px;
  font-family: Inter Tight, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.entry-title.mb-5.text-left {
  text-align: left;
}

.entry-title.mb-5.padding-dx {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.entry-container {
  max-width: 100%;
  padding-bottom: 40px;
}

.entry-container.size-padding, .entry-container.size-new {
  padding-bottom: 0;
}

.code-embed-5 {
  padding-right: 0;
  position: absolute;
  top: 0;
  left: auto;
  right: -21px;
}

.accordionitem {
  background-color: #e5f0f8;
  border-radius: 15px;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 20px 40px 20px 32px;
  overflow: hidden;
}

.accordionitem.accordiondark {
  background-color: #ffffff1a;
  margin-top: 24px;
  margin-bottom: 0;
}

.accordionheader {
  cursor: pointer;
  display: block;
  position: relative;
}

.accordion-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

.accordion-title.titlewht {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

.accordioncontent {
  color: #fff;
  height: auto;
  padding-top: 0;
  display: block;
}

.text-block-19 {
  color: #000;
  padding-top: 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.text-block-19.whtpar {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.small-text {
  color: #dbeafd;
  background-color: #0000;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.textdeco {
  text-decoration: none;
}

.bold-text-8 {
  font-weight: 500;
}

.link-block-9 {
  color: #000;
  text-decoration: none;
}

.blog-img {
  border-radius: 16px;
  min-height: 242px;
  max-height: 242px;
  margin-bottom: 16px;
  overflow: hidden;
}

.blogdetail {
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.blogdetail.blogcolsec {
  min-height: 560px;
}

.blogdetail.blogpage {
  min-height: 550px;
}

.blog-cta.opacity-0, .blog-cta.opac0, .blog-cta.opac0 {
  opacity: 0;
}

.blog-link {
  color: #000;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.collection-list-6 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: wrap;
  display: flex;
}

.catlinkinn {
  color: #000;
  background-color: #314e7b1a;
  border-radius: 50px;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
}

.catlinkinn:hover, .catlinkinn.catlinkinnlink {
  background-color: var(--_blue---color);
  color: #fff;
}

.formcontrol {
  color: #000;
  background-color: #0000;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  min-height: 0;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.formcontrol:focus {
  background-color: #fff;
}

.formcontrol.numcode {
  max-width: 75px;
  padding-left: 5px;
  padding-right: 5px;
}

.formcontrol.hiddenfield {
  display: none;
}

.submit-btn {
  background-color: var(--_blue---color);
  border-radius: 50px;
  padding: 10px 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.submit-btn:disabled {
  -webkit-text-fill-color: inherit;
  background-color: gray;
  background-clip: border-box;
}

.code-embed-8 {
  display: none;
}

.form-label {
  color: #000;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: none;
}

.telcol {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 16px;
  display: block;
}

.html-embed {
  width: 100%;
}

.column-18, .column-19 {
  padding-left: 40px;
}

.div-block-65 {
  display: none;
}

.image-43 {
  max-width: 60px;
  min-height: 0;
  max-height: none;
}

.section-9 {
  z-index: 20;
  background-image: linear-gradient(90deg, #dbeafd, #d0fae6);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
}

.section-9.d-none {
  display: none;
}

.container-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-9.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-75 {
  flex: none;
  display: block;
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.fixed-nav-link {
  color: #000;
  font-family: Inter Tight, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.fixed-nav-link.is-active {
  color: #008afc;
  font-weight: 400;
}

.dropdown-item-industries {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 15px;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.dropdown-item-industries:hover {
  background-image: linear-gradient(90deg, #dbeafd, #d0fae6);
}

.industry-navbar-heading {
  color: #1b1b1b;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-772 {
  color: #1b1b1b;
  font-family: Inter Tight, sans-serif;
  text-decoration: none;
}

.bold-text-10 {
  color: #008afc;
  font-weight: 500;
}

.bold-text-12 {
  color: #000;
  font-weight: 500;
}

.image-49 {
  width: 100%;
}

.link-block-13 {
  display: block;
}

.div-block-82 {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 100%;
  }

  .navbar-wrapper-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand-2.w--current {
    width: 170px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
    height: 100%;
    display: none;
    position: absolute;
  }

  .nav-menu-two-2 {
    background-color: #000;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding: 0;
    display: block;
    overflow: auto;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    text-align: left;
    padding: 16px;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding: 16px;
    display: flex;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-11 {
    border-bottom: 1px solid #fff;
    padding: 16px;
    display: block;
  }

  .menu-button-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding: 12px;
    display: block;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image {
    width: 170px;
  }

  .list-item {
    display: none;
  }

  .list-item-2, .list-item-3 {
    border-bottom: 1px solid #fff;
  }

  .footer-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    grid-template-columns: 33% 34% 33%;
    display: flex;
  }

  .footer-block.scroll-animate.footer-block-100 {
    width: 100%;
    min-width: 100%;
  }

  .grid {
    grid-column-gap: 12px;
    grid-template-columns: 100%;
    grid-template-areas: "Area";
  }

  .div-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .section.inner-section.pb-0.neurotal-banner {
    background-position: 50%;
  }

  .section.inner-section.contactbanner {
    min-height: 536px;
  }

  .section.result-impact.result-impact-section.relative {
    padding-bottom: 20px;
  }

  .section.bggradient.statement-content {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4 {
    font-size: 24px;
    line-height: 36px;
  }

  .text-block-5 {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-6 {
    font-size: 16px;
    line-height: 24px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .image-3 {
    width: 32px;
    min-width: 32px;
  }

  .grid-5.container-2 {
    grid-template-columns: 1fr 50%;
    grid-auto-flow: row;
    padding-left: 15px;
  }

  .image-4 {
    width: 70px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-9 {
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-10 {
    font-size: 14px;
  }

  .div-block-9 {
    padding-left: 15px;
  }

  .hero-heading-left {
    height: auto;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 140px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 20%;
    margin-right: 6%;
  }

  .team-slide-wrapper.casestudiesslider {
    width: 50%;
    margin-right: 0%;
  }

  .div-block-19 {
    opacity: 1;
  }

  .link-block-3 {
    margin-top: 10px;
  }

  .link-block-3.mt-2rem.opecity-0, .link-block-3.mt-0, .link-block-3.mt-2rem.opecity-0, .link-block-3.mt-2rem.opecity-0, .link-block-3.mt-0 {
    opacity: 100;
  }

  .text-block-15 {
    margin-bottom: 20px;
  }

  .container-5 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .columns-2.columns-max-1200 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 0%;
    display: block;
  }

  .div-block-27 {
    padding-bottom: 20px;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-3 {
    font-size: 20px;
    font-weight: 300;
  }

  .grid-6 {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .single_techproduct {
    min-width: 230px;
  }

  .image-6 {
    max-width: 100%;
    height: auto;
  }

  .div-block-28.width-100 {
    height: auto;
  }

  .grid-7 {
    grid-template-rows: auto;
    grid-template-columns: 100%;
  }

  .heading-11 {
    font-size: 32px;
    line-height: 46px;
  }

  .heading-11.port-title {
    font-size: 36px;
    line-height: 42px;
  }

  .paragraph-6 {
    font-size: 18px;
    line-height: 24px;
  }

  .image-8 {
    max-width: 100%;
    height: auto;
  }

  .div-block-38 {
    align-items: flex-start;
  }

  .columns-4 {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .inner-content-row {
    padding-right: 10px;
  }

  .image-9 {
    border-radius: 20px;
  }

  .grid-8 {
    flex-flow: column;
    grid-template-columns: 33.3333%;
    display: flex;
  }

  .paragraph-8 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .grid-10 {
    flex-flow: column;
    display: flex;
  }

  .heading-15 {
    font-size: 32px;
    line-height: 48px;
  }

  .paragraph-10 {
    font-size: 18px;
    line-height: 30px;
  }

  .grid-13, .grid-15 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-19.blktxt {
    font-size: 28px;
    line-height: 40px;
  }

  .heading-20.blktxt {
    font-size: 36px;
    line-height: 54px;
  }

  .heading-21 {
    font-size: 32px;
    line-height: 44px;
  }

  .paragraph-12.text-center {
    font-size: 16px;
  }

  .container-6 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .container-7 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .key-feature {
    height: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding: 20px;
  }

  .team-member-name-two-2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .team-member-text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .port-heading {
    padding: 20px;
  }

  .port-head {
    font-size: 16px;
    line-height: 24px;
  }

  .port-tag {
    padding: 20px 10px;
  }

  .port-btn {
    bottom: 20px;
    right: 20px;
  }

  .text-block-20, .text-block-21 {
    font-size: 16px;
    line-height: 24px;
  }

  .challengeimg {
    text-align: center;
    max-width: 100%;
    position: static;
  }

  .imgwraper {
    max-width: 100%;
  }

  .homevideo {
    position: static;
  }

  .homevideo.viddsk {
    display: none;
  }

  .homevideo.vidmob {
    display: block;
  }

  .ourportfolio-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-17 {
    max-width: 90%;
  }

  .resultcol.resultheadcol {
    position: static;
  }

  .abouthead {
    font-size: 28px;
    line-height: 40px;
  }

  .contact-formbox {
    margin-top: 0;
    padding-top: 0;
  }

  .getintouch-social {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .statement-contentp {
    font-size: 32px;
    line-height: 44px;
  }

  .textwht {
    font-size: 14px;
  }

  .challagewraper {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .contentslidertext {
    margin-top: 40px;
  }

  .tabs-menu {
    white-space: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow: auto;
  }

  .singleback {
    height: 100%;
  }

  .div-block-52 {
    width: 100%;
  }

  .section-7 {
    margin-right: 0%;
  }

  .div-block-53 {
    margin-bottom: 20px;
  }

  .portbutton.is-list-active {
    flex: 1;
  }

  .portform {
    justify-content: flex-start;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    overflow: auto;
  }

  .radio-button-label-2 {
    white-space: nowrap;
  }

  .catlink {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .blog-img {
    max-width: 100%;
  }

  .bloginnertitle {
    font-size: 32px;
    line-height: 46px;
  }

  .fixed-heading {
    display: none;
  }

  .image-22 {
    width: 70px;
  }

  .div-block-55 {
    padding-left: 86px;
  }

  .image-23 {
    width: 70px;
  }

  .div-block-56, .div-block-57 {
    padding-left: 86px;
  }

  .image-24, .image-25 {
    width: 70px;
  }

  .div-block-58 {
    padding-left: 86px;
  }

  .image-26 {
    width: 70px;
  }

  .div-block-59 {
    padding-left: 86px;
  }

  .image-27 {
    width: 70px;
  }

  .div-block-60, .div-block-61 {
    padding-left: 86px;
  }

  .image-28, .image-29 {
    width: 70px;
  }

  .div-block-62 {
    padding-left: 86px;
  }

  .div-block-64 {
    background-color: #fff;
    width: 16px;
    height: 2px;
    margin-top: 4px;
  }

  .div-block-64.hamburger-1 {
    width: 24px;
  }

  .div-block-64.hamburger-2 {
    width: 20px;
    margin-left: 4px;
  }

  .div-block-64.hamburger-3 {
    margin-left: 8px;
  }

  .icon-5, .circle-btn {
    display: none;
  }

  .list-item-5 {
    border-bottom: 1px solid #fff;
    border-top-left-radius: 0;
  }

  .section-8 {
    border-top-left-radius: 0;
  }

  .list-item-6 {
    border: 0 solid #fff;
    border-bottom-width: 1px;
  }

  .footer-sticky, .footer-sticky-container {
    display: none;
  }

  .grid-21 {
    grid-template-columns: 1fr;
  }

  .text-block-31 {
    font-size: 20px;
    line-height: 28px;
  }

  .container-8 {
    max-width: 100%;
  }

  .text-block-33 {
    font-size: 24px;
    line-height: 36px;
  }

  .text-block-34 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-35 {
    font-size: 16px;
  }

  .image-31 {
    width: 32px;
    min-width: 32px;
  }

  .form-block {
    margin-bottom: 0;
  }

  .rich-text-block-3, .text-block-39, .text-block-40 {
    font-weight: 300;
  }

  .icon-8 {
    display: none;
  }

  .columns-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 20px;
    display: flex;
  }

  .grid-box {
    flex-flow: wrap;
    display: flex;
  }

  .column-38 {
    display: flex;
  }

  .image-6-copy {
    max-width: 100%;
    height: auto;
  }

  .icon-60 {
    width: 70px;
  }

  .flex-block-2 {
    word-break: keep-all;
  }

  .fixed-nav-link {
    white-space: nowrap;
    word-break: normal;
  }

  .fixed-nav-link.is-active {
    overflow-wrap: normal;
    overflow-wrap: normal;
  }

  .div-block-76 {
    padding-bottom: 20px;
  }

  .heading-26 {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-77 {
    padding-left: 86px;
  }

  .image-45 {
    width: 70px;
  }

  .div-block-78 {
    padding-left: 86px;
  }

  .image-46 {
    width: 70px;
  }

  .paragraph-16 {
    font-size: 20px;
    font-weight: 300;
  }

  .div-block-79 {
    padding-left: 86px;
  }

  .image-47 {
    width: 70px;
  }

  .div-block-80 {
    padding-left: 86px;
  }

  .image-48 {
    width: 70px;
  }

  .container-10, .container-11 {
    max-width: 100%;
  }

  .heading-29 {
    font-size: 32px;
    line-height: 48px;
  }

  .link-block-14 {
    margin-top: 10px;
  }

  .div-block-85 {
    opacity: 1;
  }

  .container-12 {
    max-width: 100%;
  }

  .div-block-88 {
    opacity: 1;
  }

  .link-block-16 {
    margin-top: 10px;
  }

  .container-13 {
    max-width: 100%;
  }

  .grid-23 {
    flex-flow: column;
    display: flex;
  }

  .heading-31 {
    font-size: 32px;
    line-height: 48px;
  }

  .div-block-91 {
    opacity: 1;
  }

  .link-block-17 {
    margin-top: 10px;
  }

  .container-14, .container-15 {
    max-width: 100%;
  }

  .div-block-92 {
    opacity: 1;
  }

  .link-block-18 {
    margin-top: 10px;
  }

  .link-block-18.mt-0 {
    opacity: 100;
    opacity: 100;
  }

  .container-16 {
    max-width: 100%;
  }

  .grid-25 {
    flex-flow: column;
    grid-template-columns: 33.3333%;
    display: flex;
  }

  .paragraph-20 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
  }

  .container-17 {
    max-width: 100%;
  }

  .grid-26 {
    flex-flow: column;
    display: flex;
  }

  .heading-36 {
    font-size: 32px;
    line-height: 48px;
  }

  .div-block-96 {
    opacity: 1;
  }

  .container-18 {
    max-width: 100%;
  }

  .div-block-97, .div-block-98 {
    opacity: 1;
  }

  .container-19 {
    max-width: 100%;
  }

  .div-block-99 {
    padding-bottom: 20px;
  }

  .heading-38 {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-100, .div-block-101 {
    padding-left: 86px;
  }

  .paragraph-22 {
    font-size: 20px;
    font-weight: 300;
  }

  .div-block-102 {
    opacity: 1;
  }

  .div-block-103, .div-block-104 {
    padding-left: 86px;
  }

  .container-20 {
    max-width: 100%;
  }

  .paragraph-23 {
    font-size: 20px;
    font-weight: 300;
  }

  .container-21 {
    max-width: 100%;
  }

  .paragraph-24 {
    font-size: 20px;
    font-weight: 300;
  }

  .heading-40 {
    font-size: 32px;
    line-height: 48px;
  }

  .div-block-105 {
    opacity: 1;
  }

  .paragraph-25.text-center {
    font-size: 16px;
  }

  .grid-28 {
    grid-template-columns: 1fr 1fr;
  }

  .container-22 {
    max-width: 100%;
  }

  .section-12 {
    margin-right: 0%;
  }

  .icon-9 {
    display: none;
  }

  .heading-41 {
    font-size: 32px;
    line-height: 48px;
  }

  .div-block-109 {
    opacity: 1;
  }

  .team-slide-wrapper-3 {
    width: 20%;
    margin-right: 6%;
  }

  .team-slide-wrapper-3.casestudiesslider {
    width: 50%;
    margin-right: 0%;
  }

  .container-23 {
    max-width: 100%;
  }

  .heading-42 {
    font-size: 32px;
    line-height: 48px;
  }

  .div-block-112 {
    opacity: 1;
  }

  .grid-29 {
    grid-template-columns: 1fr 1fr;
  }

  .container-24, .container-25 {
    max-width: 100%;
  }

  .div-block-114 {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-wrapper-2 {
    height: 100vh;
    padding-bottom: 60px;
    display: none;
    position: absolute;
    overflow: hidden;
  }

  .nav-menu-two-2 {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    flex-flow: row;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-dropdown-list-2.shadow-three {
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    border-bottom-color: #fff3;
    margin-top: 0;
  }

  .button-primary-2 {
    margin-left: 0;
  }

  .text-block {
    color: #000;
  }

  .image {
    width: 170px;
  }

  .list-item {
    display: none;
  }

  .list-item-2, .list-item-3 {
    border-bottom-color: #fff3;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
    transform: translate(0);
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    margin-bottom: 0;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-block.scroll-animate {
    align-items: flex-start;
  }

  .footer-link {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 12px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-copyright-center {
    padding-bottom: 80px;
    font-size: 10px;
  }

  .div-block-4, .link-2 {
    font-size: 12px;
  }

  .section, .section.current-opening {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.inner-section.pb-0, .section.inner-section.pb-0.humancloudbanner {
    min-height: auto;
  }

  .section.inner-section.pb-0.neurotal-banner, .section.inner-section.pb-0.neurocrm {
    min-height: auto;
    padding-bottom: 40px;
  }

  .section.current-opening {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.inner-section {
    min-height: auto;
    padding-bottom: 50px;
  }

  .section.inner-section.pb-0, .section.inner-section.pb-0.humancloudbanner {
    min-height: auto;
  }

  .section.inner-section.pb-0.neurotal-banner, .section.inner-section.pb-0.neurocrm {
    min-height: auto;
    padding-bottom: 40px;
  }

  .section.inner-section.pb-0, .section.inner-section.pb-0.humancloudbanner {
    min-height: auto;
  }

  .section.inner-section.pb-0.neurotal-banner, .section.inner-section.pb-0.neurocrm {
    min-height: auto;
    padding-bottom: 40px;
  }

  .section.inner-section.pb-0.storflowbanner, .section.inner-section.pb-0.humancloudbanner {
    min-height: auto;
  }

  .section.inner-section.pb-0.neurotal-banner, .section.inner-section.pb-0.neurocrm {
    min-height: auto;
    padding-bottom: 40px;
  }

  .section.inner-section.pb-0.digitalsign {
    min-height: auto;
    padding-bottom: 0;
  }

  .section.inner-section.pb-0.storflowbanner {
    min-height: auto;
  }

  .section.inner-section.aboutbanner {
    background-position: 50% 0;
  }

  .section.inner-section.contactbanner {
    background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/68c2a7616de9bb023a87dfc0_contactUs-bannerMobile.webp");
    min-height: auto;
  }

  .section.service-spectrum-level.darkfaq {
    padding-bottom: 40px;
  }

  .section.product_list-sec.projectobj {
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.getintouch-wrapper {
    padding-top: 0;
  }

  .section.caseslider {
    padding-bottom: 40px;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .column {
    background-image: linear-gradient(90deg, #dbeafd, #d0fae6);
    padding: 20px;
  }

  .text-block-5, .text-block-6 {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-span {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-6 {
    padding: 16px;
  }

  .div-block-6.mb-3 {
    margin-bottom: 0;
  }

  .grid-5.container-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 100%;
  }

  .div-block-8 {
    padding: 20px;
  }

  .image-4 {
    width: 40px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-9 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-10 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-9 {
    padding: 15px 0;
  }

  .hero-heading-left {
    padding: 60px 0 0;
  }

  .hero-wrapper {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .hero-split {
    margin-bottom: 0;
  }

  .margin-bottom-24px {
    font-size: 16px;
    line-height: 24px;
  }

  .code-embed-2 {
    transform: rotate(45deg);
  }

  .heading-2 {
    font-size: 26px;
    line-height: 36px;
  }

  .client-slider {
    padding: 40px 15px;
  }

  .team-slider-wrapper, .team-slider-wrapper.innerlogo, .team-slider-wrapper.innerlogo {
    margin-top: 20px;
  }

  .team-slide-wrapper {
    width: 33%;
    margin-right: 0%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .team-slide-wrapper.casestudiesslider {
    width: 50%;
  }

  .text-block-12 {
    font-size: 20px;
    line-height: 30px;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-2.aboutsec {
    padding-bottom: 40px;
  }

  .div-block-19 {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 16px;
  }

  .div-block-19.btn-gradient {
    margin-top: 40px;
    padding: 10px 20px;
  }

  .link-block-3.portfolio-btn {
    display: none;
  }

  .link-block-3.mt-0 {
    opacity: 1;
  }

  .link-block-3.portfolio-btn-copy {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: none;
  }

  .div-block-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-4 {
    font-size: 20px;
  }

  .text-block-13 {
    font-size: 12px;
  }

  .image-5 {
    max-width: 54px;
    position: static;
    overflow: visible;
  }

  .div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding-left: 0;
    display: block;
  }

  .columns.mr-0.ml-0 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 40px;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-15 {
    font-size: 24px;
    line-height: 30px;
  }

  .gallery-slider {
    padding: 20px 0;
  }

  .gallery-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .gallery-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-slide-wrapper {
    max-width: 90%;
    margin-right: 5%;
  }

  .gallery-slide-text {
    flex: none;
    width: 100%;
    line-height: 30px;
    display: block;
  }

  .gallery-slider-left {
    display: none;
    left: -20px;
  }

  .arrow-wrapper {
    display: none;
  }

  .gallery-slider-right {
    display: none;
    right: -20px;
  }

  .div-block-24 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }

  .paragraph-2 {
    display: block;
  }

  .div-block-25 {
    display: none;
  }

  .div-block-26 {
    flex: 1;
    width: 50px;
  }

  .button-primary-3 {
    padding: 0;
    display: block;
  }

  .button-primary-3.font-18 {
    font-size: 14px;
  }

  .product_list-sec.section {
    padding-bottom: 40px;
  }

  .heading-5 {
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-27 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 0;
  }

  .heading-6 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-3 {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .columns-3 {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .columns-3.with-border {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .heading-7 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 30px;
  }

  .grid-6 {
    flex-flow: row;
    justify-content: flex-start;
    margin-right: -16px;
    padding-right: 0;
    overflow: auto;
  }

  .image-6 {
    height: 80px;
  }

  .heading-8 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-10 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 24px;
  }

  .formwrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block {
    font-size: 12px;
  }

  .heading-11, .heading-11.port-title, .heading-11.port-title {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .div-block-37.width-100 {
    width: 100px;
    height: auto;
  }

  .div-block-38 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .columns-4 {
    margin-bottom: 50px;
  }

  .column-6 {
    padding-left: 0;
  }

  .inner-content-row {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4.m150minus {
    margin-top: -50px;
  }

  .image-9 {
    border-radius: 20px;
  }

  .heading-12 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-7 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-13.animated-text {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-8 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-39 {
    padding-bottom: 10px;
  }

  .heading-14.animated-text {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .paragraph-9 {
    margin-bottom: 10px;
  }

  .grid-9 {
    margin-top: 40px;
  }

  .why-choosesec.section {
    padding-bottom: 40px;
  }

  .heading-15 {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-10 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-40 {
    margin-top: 40px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
  }

  .why-chosse-card {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .why-chosse-card.flexcol {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .heading-16, .heading-16.textwht, .heading-16.textwht {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
  }

  .paragraph-11 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-41 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .industry-sec.section {
    padding-bottom: 40px;
  }

  .link-11 {
    font-size: 16px;
  }

  .image-11 {
    margin-top: 40px;
  }

  .grid-15 {
    grid-template-columns: 1fr;
  }

  .blog-detail {
    padding-bottom: 0;
  }

  .blog-title {
    min-height: auto;
    margin-top: .5rem;
  }

  .entry-title, .entry-title.text-start, .entry-title.whttxt, .entry-title.mb-5, .entry-title.text-start, .entry-title.whttxt, .entry-title.mb-5 {
    font-size: 24px;
    line-height: 32px;
  }

  .entry-container {
    padding-bottom: 20px;
  }

  .accordionitem.accordiondark {
    margin-bottom: 10px;
  }

  .accordion-title {
    font-size: 16px;
  }

  .accordion-title.titlewht {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-19.whtpar {
    font-size: 14px;
    line-height: 22px;
  }

  .solutionlogos.section.solutionwht, .solutionglobal-partners.section, .solutionglobal-partners.section {
    padding-bottom: 40px;
  }

  .heading-19 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-19.blktxt {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-20 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-20.blktxt {
    font-size: 24px;
    line-height: 32px;
  }

  .focus-area {
    margin-bottom: 40px;
  }

  .heading-21 {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-12 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-12.text-center {
    margin-top: 0;
  }

  .gallery-slider-2 {
    padding: 60px 15px;
  }

  .gallery-slide-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-2 {
    line-height: 30px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .key-feature {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .team-member-image-two-2 {
    width: 60px;
    min-width: 60px;
  }

  .team-member-name-two-2 {
    margin-top: 0;
  }

  .performance-sec.section, .performance-sec.section.excutionstrength, .performance-sec.section, .performance-sec.section.excutionstrength, .performance-sec.section.excutionstrength {
    padding-bottom: 40px;
  }

  .entry-content {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-22.animated-text {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .heading-22.animated-text.textwht {
    line-height: 24px;
  }

  .why-chosse-card-cont {
    font-size: 14px;
    line-height: 20px;
  }

  .solution-dash-cta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .solution-dash-cta.whtbg {
    text-align: center;
    text-align: center;
    margin-bottom: 40px;
  }

  .image-block {
    margin-bottom: 40px;
  }

  .fixedscroll-content-title {
    font-size: 24px;
    line-height: 32px;
  }

  .fixedscroll-content-para {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .bor-right {
    padding-bottom: 40px;
  }

  .rotationbanner {
    height: auto;
    padding-bottom: 140px;
  }

  .div-block-50 {
    margin-top: -2rem;
  }

  .banner-contentimg {
    margin-top: 2rem;
  }

  .columns-5 {
    flex-flow: column;
  }

  .projecthead.animated-text {
    font-size: 24px;
    line-height: 32px;
  }

  .centervideo {
    margin-top: 40px;
  }

  .objective-content {
    padding-bottom: 0;
  }

  .portheadwht {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .objimg {
    text-align: center;
  }

  .digital-tranformh4 {
    font-size: 18px;
  }

  .client-carousel.marquee-wrapper {
    margin-top: 0;
  }

  .portfolio-cta {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .imgwraper {
    max-width: 100%;
    overflow: hidden;
  }

  .image-17 {
    max-width: 90%;
  }

  .resultcol {
    margin-bottom: 10px;
  }

  .abouthead {
    font-size: 20px;
    line-height: 30px;
  }

  .great-place-img {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-formbox {
    margin-top: -150px;
    padding: 40px;
  }

  .getintouchhead {
    font-size: 26px;
    line-height: 34px;
  }

  .socialcontact-contentp, .officepara {
    font-size: 16px;
    line-height: 24px;
  }

  .officeparastrong {
    font-size: 16px;
  }

  .statement-contentp {
    font-size: 20px;
    line-height: 32px;
  }

  .text-center.solutionbtn {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .bold-text-7 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .entryheadh2 {
    font-size: 24px;
    line-height: 32px;
  }

  .service-content-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-content.animated-text {
    font-size: 18px;
    line-height: 26px;
  }

  .singleback {
    margin-bottom: 0;
    padding: 20px;
  }

  .singlebackh4 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-54 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .portbutton {
    margin-left: 10px;
    margin-right: 10px;
  }

  .searchform {
    height: 40px;
    font-size: 14px;
    line-height: 22px;
  }

  .collection-list-6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 10px;
  }

  .catlinkinn {
    margin-bottom: 0;
    padding: 5px 10px;
  }

  .grid-19 {
    grid-template-columns: 1fr;
  }

  .recentpost {
    font-size: 24px;
    line-height: 32px;
  }

  .newsletterinner-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .newsletterp {
    font-size: 14px;
  }

  .newsletterhead {
    font-size: 20px;
  }

  .submit-btn {
    width: 100%;
  }

  .bloginnertitle {
    font-size: 24px;
    line-height: 32px;
  }

  .fixed-heading {
    display: none;
  }

  .image-22 {
    width: 50px;
    max-width: 50%;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-55 {
    padding-left: 56px;
  }

  .image-23 {
    width: 50px;
    max-width: 50%;
  }

  .div-block-56, .div-block-57 {
    padding-left: 56px;
  }

  .image-24 {
    width: 50px;
    max-width: 50%;
  }

  .column-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-11, .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-25 {
    width: 50px;
    max-width: 50%;
  }

  .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-58 {
    padding-left: 56px;
  }

  .image-26 {
    width: 50px;
    max-width: 50%;
  }

  .column-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-59 {
    padding-left: 56px;
  }

  .image-27 {
    width: 50px;
    max-width: 50%;
  }

  .column-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-60 {
    padding-left: 56px;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-61 {
    padding-left: 56px;
  }

  .image-28 {
    width: 50px;
    max-width: 50%;
  }

  .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-29 {
    width: 50px;
    max-width: 50%;
  }

  .div-block-62 {
    padding-left: 56px;
  }

  .code-embed-9 {
    padding-top: 0;
  }

  .div-block-63 {
    flex: 0 auto;
  }

  .column-18, .column-19 {
    padding: 20px 0;
  }

  .circle-btn {
    background-color: #008afc;
    border-radius: 50%;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
    display: inline-flex;
  }

  .code-embed-10 {
    line-height: 10px;
    transform: rotate(45deg);
  }

  .column-20, .column-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-5, .list-item-6 {
    border-bottom-color: #fff3;
  }

  .div-block-65 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 15px;
    display: flex;
  }

  .image-30 {
    border-radius: 10px;
  }

  .footer-sticky-dropdown {
    z-index: 2;
    background-color: #008afc;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    width: 100vw;
    padding: 20px 20px 80px;
    display: none;
    position: absolute;
    inset: auto 0% 0;
  }

  .footer-sticky {
    z-index: 18;
    background-color: #0000;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    width: 100%;
    height: 70px;
    padding: 15px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .dropdown-toggle {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-image: linear-gradient(#dbeafd, #d0fae6);
    flex-flow: column;
    flex: 1;
    align-items: center;
    padding: 10px 0;
    display: flex;
    position: relative;
  }

  .dropdown-toggle.sticky-rounded-1 {
    border-top-left-radius: 40px;
  }

  .dropdown-toggle.sticky-rounded-2 {
    border-top-right-radius: 40px;
  }

  .dropdown {
    z-index: 2;
    background-image: linear-gradient(#dbeafd, #fff);
    border-top-left-radius: 0;
    width: 100%;
    display: flex;
    position: static;
  }

  .dropdown.sticky-rounded-1 {
    background-image: none;
    border-top-left-radius: 40px;
    position: static;
  }

  .dropdown.sticky-rounded-2 {
    border-top-right-radius: 40px;
  }

  .footer-sticky-container {
    z-index: 10;
    width: 100%;
    height: auto;
    box-shadow: none;
    background-image: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .grid-21 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-31 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-span-6 {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .column-22 {
    padding: 20px 0;
  }

  .text-block-33 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-34 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-67 {
    padding: 16px;
  }

  .column-23 {
    background-image: linear-gradient(90deg, #dbeafd, #d0fae6);
    padding: 20px;
  }

  .image-32 {
    height: 18px;
  }

  .text-block-36 {
    text-align: center;
    font-family: Inter Tight, sans-serif;
    font-size: 14px;
  }

  .footer-sticky-link {
    color: #fff;
    background-image: url("https://cdn.prod.website-files.com/6853ad13a6c94e060a70ac45/68c18331e7b607c663e1a141_left-arrow.svg");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    font-family: Inter Tight, sans-serif;
    font-size: 13px;
  }

  .image-33, .image-34, .image-35 {
    width: 20px;
  }

  .text-block-37, .text-block-38 {
    font-size: 14px;
  }

  .rich-text-block-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .column-24, .column-25 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-39 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-40 {
    font-size: 16px;
    line-height: 26px;
  }

  .image-36 {
    width: 100px;
  }

  .code-embed-12 {
    line-height: 22px;
  }

  .icon-6, .icon-7 {
    display: none;
  }

  .image-37 {
    width: 100px;
  }

  .text-block-41 {
    font-size: 14px;
  }

  .text-block-42 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-43 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-44, .text-block-45 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-69 {
    text-align: center;
  }

  .image-38 {
    width: 150px;
  }

  .div-block-70 {
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-39 {
    width: 50px;
  }

  .columns-6 {
    margin-bottom: 0;
  }

  .columns-7 {
    flex-flow: wrap;
  }

  .image-40 {
    width: 20px;
  }

  .columns-8 {
    flex-flow: wrap;
  }

  .columns-9 {
    flex-flow: wrap;
    display: flex;
  }

  .image-41, .image-42 {
    width: 20px;
  }

  .image-43 {
    width: 60px;
    min-width: 60px;
  }

  .image-6-copy {
    height: 80px;
  }

  .image-44 {
    width: 60px;
    min-width: 60px;
  }

  .column-39 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-74 {
    padding-left: 76px;
  }

  .paragraph-15 {
    font-size: 16px;
    line-height: 24px;
  }

  .icon-60 {
    width: 50px;
    margin-top: 0;
  }

  .section-9 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-76 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 0;
  }

  .heading-26 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-77 {
    padding-left: 56px;
  }

  .image-45 {
    width: 50px;
    max-width: 50%;
  }

  .div-block-78 {
    padding-left: 56px;
  }

  .image-46 {
    width: 50px;
    max-width: 50%;
  }

  .heading-27 {
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-16 {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-79 {
    padding-left: 56px;
  }

  .columns-11 {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .image-47 {
    width: 50px;
    max-width: 50%;
  }

  .div-block-80 {
    padding-left: 56px;
  }

  .image-48 {
    width: 50px;
    max-width: 50%;
  }

  .column-40 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .why-chosse-card-cont-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-28.animated-text {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .div-block-81 {
    height: 70px;
  }

  .div-block-81.footer-sticky {
    inset: auto 0% 0%;
    background-image: linear-gradient(135deg, #dbeafd, #d0fae6);
    justify-content: space-around;
    align-items: center;
    height: 70px;
    inset: auto 0% 0%;
    box-shadow: 0 -9px 20px 8px #0003;
  }

  .footer-sticky-icon {
    width: 20px;
  }

  .footer-sticky-text {
    font-family: Inter Tight, sans-serif;
    font-size: 12px;
  }

  .footer-sticky-toggle {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .dropdown-2, .footer-sticky-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-29 {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .code-embed-13 {
    transform: rotate(45deg);
  }

  .div-block-84 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-85 {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 16px;
  }

  .code-embed-15 {
    transform: rotate(45deg);
  }

  .div-block-88 {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 16px;
  }

  .heading-30, .heading-30.textwht, .heading-30.textwht {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
  }

  .div-block-90 {
    margin-top: 40px;
  }

  .code-embed-16 {
    transform: rotate(45deg);
  }

  .paragraph-18 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-31 {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .grid-24 {
    grid-template-columns: 1fr;
  }

  .div-block-91 {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 16px;
  }

  .why-chosse-card-cont-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-32.animated-text {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .image-61 {
    width: 20px;
  }

  .bold-text-18 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .div-block-92 {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 16px;
  }

  .section-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-block-18.mt-0 {
    opacity: 1;
    opacity: 1;
  }

  .heading-33.animated-text {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-93 {
    padding-bottom: 10px;
  }

  .paragraph-19 {
    margin-bottom: 10px;
  }

  .section-11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-34.animated-text {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .paragraph-20 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-35 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
  }

  .div-block-95 {
    margin-top: 40px;
  }

  .paragraph-21 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-36 {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .grid-27 {
    grid-template-columns: 1fr;
  }

  .div-block-96 {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 16px;
  }

  .image-62 {
    width: 60px;
    min-width: 60px;
  }

  .div-block-97, .div-block-98 {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 16px;
  }

  .heading-37.animated-text {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .why-chosse-card-cont-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .image-63 {
    width: 20px;
  }

  .div-block-99 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 0;
  }

  .heading-38 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-100, .div-block-101 {
    padding-left: 56px;
  }

  .paragraph-22 {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-102 {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 16px;
  }

  .div-block-103, .div-block-104 {
    padding-left: 56px;
  }

  .heading-39 {
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .columns-12 {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .column-42 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-23, .paragraph-24 {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-40 {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-105 {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 16px;
  }

  .paragraph-25 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-25.text-center {
    margin-top: 0;
  }

  .div-block-106 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .team-slider-wrapper-3, .team-slider-wrapper-3.innerlogo, .team-slider-wrapper-3.innerlogo {
    margin-top: 20px;
  }

  .heading-41 {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-109 {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 16px;
  }

  .team-slide-wrapper-3 {
    width: 33%;
    margin-right: 0%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .team-slide-wrapper-3.casestudiesslider {
    width: 50%;
  }

  .section-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-13.caseslider {
    padding-bottom: 40px;
  }

  .div-block-111 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-67 {
    margin-top: 40px;
  }

  .heading-42 {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-112 {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 16px;
  }

  .div-block-113 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-13 {
    font-size: 16px;
  }

  .heading-43 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-44, .paragraph-26 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-114 {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 16px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .container-3 {
    max-width: none;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
  }

  .section.inner-section.contactbanner {
    min-height: 550px;
  }

  .section.bggradient.statement-content {
    border-radius: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.bigblog {
    padding-bottom: 0;
  }

  .container-4 {
    max-width: none;
  }

  .hero-split.herobanner {
    margin-bottom: 40px;
  }

  .client-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 50%;
    margin-right: 0%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .team-slide-wrapper.casestudiesslider {
    width: 100%;
  }

  .team-member-image-two {
    max-height: 75px;
  }

  .text-block-12 {
    margin-bottom: 40px;
  }

  .text-block-12.homehead {
    margin-bottom: 20px;
  }

  .div-block-19 {
    opacity: 1;
  }

  .link-block-3.mt-2rem {
    margin-top: 20px;
  }

  .link-block-3.mt-0 {
    opacity: 1;
  }

  .div-block-20.bloccolum {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
  }

  .image-5 {
    margin-bottom: 20px;
  }

  .column-3 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .column-3.left-border {
    padding-bottom: 0;
  }

  .gallery-slider {
    margin-top: 40px;
  }

  .container-5 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .columns-2 {
    flex-flow: column;
  }

  .div-block-23 {
    border-radius: 12px;
  }

  .button-primary-3 {
    font-size: 12px;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-6 {
    font-size: 16px;
  }

  .single_techproduct {
    height: auto;
  }

  .image-6 {
    height: 70px;
  }

  .div-block-28 {
    height: auto;
    max-height: 120px;
  }

  .div-block-28.width-100 {
    width: auto;
    max-width: 80px;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-field {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block {
    flex-flow: wrap;
  }

  .div-block-37.width-100 {
    width: auto;
    max-width: 80px;
  }

  .image-8 {
    height: 60px;
  }

  .div-block-38 {
    width: 100%;
    margin-bottom: 20px;
  }

  .grid-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraph-10 {
    margin-bottom: 10px;
  }

  .div-block-40 {
    margin-top: 0;
  }

  .why-chosse-card {
    flex-flow: column;
  }

  .why-chosse-card.flexcol {
    flex-flow: row;
  }

  .div-block-45 {
    width: 100%;
    position: static;
  }

  .grid-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .link-11 {
    font-size: 18px;
  }

  .image-11 {
    width: 100%;
  }

  .section-5.section {
    padding-bottom: 40px;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .div-block-46 {
    opacity: 1;
  }

  .small-text {
    margin-top: 16px;
    display: block;
  }

  .heading-19.blktxt {
    font-size: 22px;
  }

  .heading-20 {
    font-weight: 400;
  }

  .heading-20.blktxt {
    font-size: 20px;
  }

  .container-6 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two-2 {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
  }

  .team-member-name-two-2 {
    font-size: 16px;
  }

  .performance-sec.section {
    padding-bottom: 0;
  }

  .solution-dash-cta.whtbg {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .cta-title {
    font-size: 20px;
  }

  .image-block {
    margin-bottom: 0;
  }

  .collection-list.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .homevideo.vidmob {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-17 {
    margin-left: auto;
    margin-right: auto;
  }

  .animation-wrap.to-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .bggradient {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .expretdigit {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .digitalvalue {
    max-width: 100%;
  }

  .grid57 {
    flex-flow: column;
    grid-template-columns: .75fr;
    grid-auto-flow: row;
    width: 100%;
    display: flex;
  }

  .header-box {
    margin-top: 0;
  }

  .key-functions {
    min-height: auto;
    margin-bottom: 20px;
    padding: 20px;
  }

  .key-functionshead {
    font-size: 20px;
    line-height: 24px;
  }

  .darkheading1 {
    font-size: 30px;
    line-height: 40px;
  }

  .tabnav {
    color: #000;
  }

  .tabslider {
    width: 100%;
  }

  .engaged-box {
    flex-flow: column;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .engaged-box.engalast {
    display: none;
  }

  .engaged-boximg {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .engagedcontent {
    min-width: 100%;
    max-width: 100%;
  }

  .engagedcontenthead {
    font-size: 20px;
    line-height: 36px;
  }

  .engagedcontenthead.backwht {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .engagedcontentpara, .engagedcontentpara.backwht, .engagedcontentpara.backwht {
    font-size: 16px;
    line-height: 24px;
  }

  .getintouchhead {
    text-align: left;
  }

  .contacttab {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .thumblogo {
    text-align: left;
    background-color: #0000;
    justify-content: flex-end;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
  }

  .image-18 {
    display: block;
  }

  .tabs-menu {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sticky {
    margin-bottom: 20px;
    position: static;
  }

  .sticky.stickyhead {
    display: none;
  }

  .blog-img {
    min-height: auto;
  }

  .blogdetail {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-cta.opac0 {
    opacity: 100;
    opacity: 100;
  }

  .bloginnertitle {
    margin-bottom: 20px;
  }

  .grid-20 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .authorimg {
    max-width: 60px;
  }

  .authorcontent {
    font-size: 12px;
    line-height: 18px;
  }

  .icon-3 {
    color: #000;
    background-color: #fe2b2b;
    display: none;
  }

  .icon-4 {
    display: none;
  }

  .column-20.craftsec {
    padding-right: 0;
  }

  .div-block-65 {
    margin-bottom: 15px;
  }

  .image-30 {
    width: 220px;
  }

  .container-8 {
    max-width: none;
  }

  .text-block-37 {
    color: #000;
  }

  .image-40 {
    display: block;
  }

  .image-43 {
    background-color: #0000;
    width: auto;
    min-width: auto;
    max-width: 50px;
    min-height: auto;
    max-height: 50px;
  }

  .image-6-copy {
    height: 60px;
  }

  .div-block-72 {
    margin-bottom: 20px;
  }

  .div-block-73 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .link-block-10, .link-block-11 {
    display: block;
  }

  .image-44 {
    width: 0;
    min-width: 50px;
  }

  .column-39 {
    padding-left: 76px;
  }

  .div-block-74 {
    padding-left: 66px;
  }

  .section-9 {
    display: none;
  }

  .heading-26 {
    font-size: 16px;
  }

  .heading-27 {
    font-size: 24px;
    line-height: 30px;
  }

  .container-10, .container-11 {
    max-width: none;
  }

  .thanyou-content-h1 {
    font-size: 48px;
  }

  .thanyou-content-p {
    font-size: 16px;
    line-height: 24px;
  }

  .actionbtn {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .footer-sticky-toggle {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .link-block-14.mt-2rem {
    margin-top: 10px;
  }

  .div-block-85 {
    opacity: 1;
  }

  .container-12 {
    max-width: none;
  }

  .div-block-86 {
    margin-top: 10px;
  }

  .div-block-87 {
    width: 100%;
  }

  .collection-list-wrapper {
    padding-right: 0;
  }

  .bloginner {
    padding-top: 0;
  }

  .bold-text-17 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .lastcolumn {
    padding-left: 0;
    padding-right: 0;
  }

  .column-41 {
    margin-bottom: 0;
  }

  .image-54 {
    margin-bottom: 30px;
  }

  .mainhead {
    font-size: 28px;
  }

  .div-block-88 {
    opacity: 1;
  }

  .link-block-16.mt-2rem {
    margin-top: 20px;
  }

  .container-13 {
    max-width: none;
  }

  .div-block-89 {
    width: 100%;
    position: static;
  }

  .div-block-90 {
    margin-top: 0;
  }

  .div-block-91 {
    opacity: 1;
  }

  .link-block-17.mt-2rem {
    margin-top: 20px;
  }

  .container-14 {
    max-width: none;
  }

  .image-61 {
    display: block;
  }

  .container-15 {
    max-width: none;
  }

  .div-block-92 {
    opacity: 1;
  }

  .link-block-18.mt-2rem {
    margin-top: 20px;
  }

  .link-block-18.mt-0 {
    opacity: 1;
  }

  .container-16, .container-17 {
    max-width: none;
  }

  .div-block-94 {
    width: 100%;
    position: static;
  }

  .div-block-95 {
    margin-top: 0;
  }

  .div-block-96 {
    opacity: 1;
  }

  .image-62 {
    background-color: #0000;
    width: auto;
    min-width: auto;
    max-width: 50px;
    min-height: auto;
    max-height: 50px;
  }

  .container-18 {
    max-width: none;
  }

  .div-block-97, .div-block-98 {
    opacity: 1;
  }

  .container-19 {
    max-width: none;
  }

  .image-63 {
    display: block;
  }

  .heading-38 {
    font-size: 16px;
  }

  .div-block-102 {
    opacity: 1;
  }

  .heading-39 {
    font-size: 24px;
    line-height: 30px;
  }

  .container-20, .container-21 {
    max-width: none;
  }

  .link-block-19 {
    display: block;
  }

  .div-block-105 {
    opacity: 1;
  }

  .link-block-20 {
    display: block;
  }

  .grid-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .container-22 {
    max-width: none;
  }

  .div-block-109 {
    opacity: 1;
  }

  .team-slide-wrapper-3 {
    width: 50%;
    margin-right: 0%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .team-slide-wrapper-3.casestudiesslider {
    width: 100%;
  }

  .container-23 {
    max-width: none;
  }

  .link-block-21 {
    display: block;
  }

  .image-67 {
    width: 100%;
  }

  .div-block-112 {
    opacity: 1;
  }

  .link-block-22 {
    display: block;
  }

  .grid-29 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .link-13 {
    font-size: 18px;
  }

  .container-24 {
    max-width: none;
  }

  .heading-44 {
    font-weight: 400;
  }

  .container-25 {
    max-width: none;
  }

  .div-block-114 {
    opacity: 1;
  }
}

#w-node-_0028150b-0ab8-876a-240a-9c4ead01f6fb-f6849c30, #w-node-fd517dc7-289a-200b-6d20-67a8b7ccb1da-b7ccb1b5, #w-node-fd517dc7-289a-200b-6d20-67a8b7ccb1e7-b7ccb1b5, #w-node-fd517dc7-289a-200b-6d20-67a8b7ccb1ee-b7ccb1b5, #w-node-fd517dc7-289a-200b-6d20-67a8b7ccb1f7-b7ccb1b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3a18faa-1e70-b71c-4171-e307c51781a3-8089f940, #w-node-_1c53c375-7684-8144-36f3-b9f0c2b37356-8089f940, #w-node-e8650ae7-9041-ecb0-ddd4-f0a2289b8dd9-8089f940, #w-node-_75ff8c7b-a65b-7f8e-8c0a-52ba8cdf38b2-8089f940, #w-node-_0a4f7c33-7c49-2a3f-b021-5f3cf155339e-8089f940, #w-node-acdd5329-fedc-404c-c893-13c45316750d-8089f940, #w-node-daa9a635-e704-68be-0e7a-e11e5e81cb8e-8089f940, #w-node-caa6dcd0-6ffb-d1ea-da03-f47156b740d2-8089f940, #w-node-_9a4a285c-057b-fd7a-86e2-2a72fe72629c-8089f940, #w-node-_7f0a4e9a-1ace-1067-c35b-fb1b294ea480-8089f940, #w-node-_90f2eb90-0f90-d87c-858d-1a84f2e429aa-8089f940, #w-node-_2ad7e103-7958-39b2-9b50-90ecb1f1276b-8089f940, #w-node-_28f08496-0d90-a987-9877-7792b3adc093-8089f940, #w-node-f10cd718-41ca-193d-add2-9618fd97242d-8089f940, #w-node-_00684eea-f1ba-dab3-adf9-5d10084dac1a-8089f940, #w-node-_00684eea-f1ba-dab3-adf9-5d10084dac22-8089f940, #w-node-_00684eea-f1ba-dab3-adf9-5d10084dac2a-8089f940, #w-node-_00684eea-f1ba-dab3-adf9-5d10084dac32-8089f940, #w-node-_00684eea-f1ba-dab3-adf9-5d10084dac3a-8089f940, #w-node-_00684eea-f1ba-dab3-adf9-5d10084dac42-8089f940, #w-node-_1a2d7c98-38d3-91c4-2e07-da0cfaf0dca1-8089f940, #w-node-ff75f0c8-91c5-bbdf-bac5-28c4d5ef74ff-8089f940 {
  justify-self: end;
}

#w-node-d8b91a0e-cfec-aef3-83c4-1cc4340821ca-8089f940 {
  justify-self: stretch;
}

#w-node-_0cd65933-9c86-3a26-4e9f-bd06677abbae-8089f940, #w-node-c26b6125-3606-50ac-84a5-bdf8c1c066fd-8089f940, #w-node-_298cecdf-03af-3c53-80c9-77dad242f834-8089f940 {
  justify-self: end;
}
