body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}
.grainsbg {
  pointer-events: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/grains.svg');
  mix-blend-mode: multiply;
  background-repeat: repeat;
  background-position: center;
  background-size: 200px;
}
.cursorPointer {
  cursor: pointer;
}
a {
  text-decoration: none;
  transition: all 0.5s ease;
}
.owl-nav.disabled {
  display: none;
}
.container.customContainer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.container.customContainer br {
  display: none;
}
@media (min-width: 992px) {
  .container.customContainer br {
    display: block;
  }
}
@media (min-width: 768px) {
  .container.customContainer {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
.spacerTop {
  padding-top: 120px;
}
@media (min-width: 992px) {
  .spacerTop {
    padding-top: 180px;
  }
}
.spacerBotttom {
  padding-top: 70px;
}
.spacerBotttom.midspacer {
  padding-top: 50px;
}
.spacerBotttom.spacerforposttext {
  padding-top: 45px;
}
@media (min-width: 992px) {
  .spacerBotttom {
    padding-top: 110px;
  }
  .spacerBotttom.midspacer {
    padding-top: 90px;
  }
  .spacerBotttom.spacerforposttext {
    padding-top: 80px;
  }
}
.sectionPadding {
  padding: 48px 0;
}
@media (min-width: 992px) {
  .sectionPadding {
    padding: 96px 0;
  }
}
.bgcanvas {
  background-color: #F5F7FA;
}
.titleWrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .titleWrapper {
    margin-bottom: 60px;
  }
}
.mainTitle {
  position: relative;
  font-weight: 700;
  color: #2E3A4B;
  font-size: 32px;
  padding-bottom: 17px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.mainTitle.white {
  color: #fff;
}
.mainTitle.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.mainTitle.noborder::after {
  display: none;
}
.mainTitle::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  max-width: 180px;
  background: linear-gradient(103.16deg, #22D3EE 0%, #0EA5E9 100%);
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .mainTitle {
    font-size: 36px;
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
}
.mainDesc {
  color: #5B6B7E;
  font-size: 18px;
  line-height: 1.6;
}
.mainDesc.white {
  color: #fff;
}
.mainDesc.color2 {
  color: #64748B;
}
.subTitle {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
}
.subTitle.industryinnersubtitle {
  color: #0B1C30;
}
.subDesc {
  color: #5B6B7E;
  font-size: 16px;
  line-height: 1.6;
}
.subDesc.charcoal {
  color: #2E3A4B;
}
.custombtnstyle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  padding: 9px 15px;
  width: 100%;
  height: 50px;
  width: auto;
  font-weight: 600;
  border-radius: 50px;
  transition: box-shadow 0.3s ease-in-out;
  overflow: hidden;
}
.custombtnstyle span {
  transition: transform 0.1s ease-in-out;
}
.custombtnstyle.custombtnfilled {
  color: #fff;
  border: 1px solid transparent;
  background: linear-gradient(103.16deg, #22d3ee 0%, #0ea5e9 100%);
  box-shadow: 0 0 15px 5px rgba(34, 211, 238, 0);
}
.custombtnstyle.custombtnfilled::before {
  background: linear-gradient(90deg, transparent, hsl(0, 0%, 100%), transparent);
}
.custombtnstyle.custombtnhollow {
  border: 1px solid #2E3A4B;
  color: #0F1319;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 0 15px 5px rgba(34, 211, 238, 0);
}
.custombtnstyle.custombtnhollow.white {
  border: 1px solid #fff;
  color: #fff;
}
.custombtnstyle.custombtnhollow.white img {
  filter: grayscale(100%) brightness(0) invert(1);
}
.custombtnstyle.custombtnhollow img {
  width: 10px;
  height: 10px;
}
@media (min-width: 992px) {
  .custombtnstyle.custombtnhollow img {
    width: 10px;
    height: 10px;
  }
}
.custombtnstyle.custombtnhollow:before {
  background: transparent -webkit-gradient(linear, 100% 0, 0 0, from(transparent), color-stop(0.5, #acacac), to(transparent));
}
.custombtnstyle:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  opacity: 0.25;
  transform: skewX(-20deg);
  transition: none;
}
.custombtnstyle:hover.custombtnfilled {
  box-shadow: 0 0 15px 5px rgba(34, 211, 238, 0.75);
}
.custombtnstyle:hover.custombtnhollow {
  box-shadow: 0 0 15px 5px rgba(219, 219, 219, 0.75);
}
.custombtnstyle:hover.custombtnhollow.white {
  box-shadow: 0 0 15px 5px rgba(71, 71, 71, 0.57);
}
.custombtnstyle:hover:before {
  animation: shimmer 0.6s ease forwards;
}
@media (min-width: 768px) {
  .custombtnstyle {
    padding: 13px 25px;
    width: auto;
  }
}
/* The shimmer effect */
@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(200%);
  }
}
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 9999;
  transform-origin: left;
  transform: scaleX(var(--scroll, 0));
  background: linear-gradient(90deg, #22d3ee, #0ea5e9 50%, #1e40af);
  box-shadow: 0 0 8px rgba(34, 211, 238, 0.6);
  will-change: transform;
}
header {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
header .headerOuterWrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 999px;
  width: 100%;
  margin: auto;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
header .headerOuterWrapper .logoWrapper {
  justify-self: start;
}
header .headerOuterWrapper .logoWrapper img {
  width: 30px;
}
@media (min-width: 768px) {
  header .headerOuterWrapper .logoWrapper {
    padding: 0 15px;
  }
  header .headerOuterWrapper .logoWrapper img {
    width: 42px;
  }
}
header .headerOuterWrapper .menuOuter {
  justify-self: center;
}
header .headerOuterWrapper .menuOuter > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .headerOuterWrapper .menuOuter > ul > li {
  position: relative;
}
header .headerOuterWrapper .menuOuter > ul > li > a {
  display: inline-block;
  font-weight: 500;
  color: #2E3A4B;
  font-size: 14px;
  padding: 12px 15px;
  transition: all 0.5s ease;
}
header .headerOuterWrapper .menuOuter > ul > li > a:hover {
  color: #22D3EE;
}
@media (min-width: 768px) {
  header .headerOuterWrapper .menuOuter > ul > li > a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  header .headerOuterWrapper .menuOuter > ul > li > a {
    padding: 27px 15px;
  }
}
@media (min-width: 1200px) {
  header .headerOuterWrapper .menuOuter > ul > li > a {
    font-size: 16px;
    padding: 28px 18px;
  }
}
header .headerOuterWrapper .menuOuter > ul > li .submenu-toggle {
  display: block;
}
@media (min-width: 992px) {
  header .headerOuterWrapper .menuOuter > ul > li .submenu-toggle {
    display: none;
  }
}
header .headerOuterWrapper .menuOuter > ul > li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  list-style: none;
  padding: 5px 0;
  margin: 0;
  border: 1px solid #D9D9D9;
  border-radius: 16px;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
}
header .headerOuterWrapper .menuOuter > ul > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
  color: #2E3A4B;
  font-size: 14px;
  padding: 7px 15px;
  transition: all 0.3s ease;
}
header .headerOuterWrapper .menuOuter > ul > li ul.sub-menu li a:hover {
  background: linear-gradient(103.16deg, #22D3EE 0%, #0EA5E9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
header .headerOuterWrapper .menuOuter > ul > li ul.sub-menu li.current-menu-item a {
  color: #0EA5E9;
}
@media (min-width: 992px) {
  header .headerOuterWrapper .menuOuter > ul > li:hover > ul.sub-menu {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
header .headerOuterWrapper .menuOuter > ul > li.menu-item-has-children > a {
  padding-right: 25px !important;
}
header .headerOuterWrapper .menuOuter > ul > li.menu-item-has-children > a::after {
  content: '';
  background-image: url('../images/icon-dropdown.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
header .headerOuterWrapper .menuOuter > ul > li.current-menu-item a,
header .headerOuterWrapper .menuOuter > ul > li.current-menu-parent a {
  color: #0EA5E9;
}
header .headerOuterWrapper .contactBtnOuter {
  justify-self: end;
}
@media (min-width: 768px) {
  header .headerOuterWrapper .contactBtnOuter a {
    padding: 10px 25px;
  }
}
@media (min-width: 1200px) {
  header .headerOuterWrapper .contactBtnOuter a {
    font-size: 16px;
  }
}
header .headerOuterWrapper .hamburgerOuter {
  position: relative;
  cursor: pointer;
}
header .headerOuterWrapper .hamburgerOuter .ham {
  height: 16px;
  width: 27px;
}
header .headerOuterWrapper .hamburgerOuter .ham div {
  height: 2px;
  margin-bottom: 5px;
  background-color: #000;
  border-radius: 50px;
  transition: all 0.5s ease;
}
header .headerOuterWrapper .hamburgerOuter .ham div:nth-child(1) {
  width: 100%;
}
header .headerOuterWrapper .hamburgerOuter .ham div:nth-child(2) {
  width: 60%;
}
header .headerOuterWrapper .hamburgerOuter .ham div:nth-child(3) {
  width: 100%;
}
header .headerOuterWrapper .hamburgerOuter:hover .hamMenu div:nth-child(1) {
  width: 100%;
}
header .headerOuterWrapper .hamburgerOuter:hover .hamMenu div:nth-child(2) {
  width: 100%;
}
header .headerOuterWrapper .hamburgerOuter:hover .hamMenu div:nth-child(3) {
  width: 100%;
}
@media (min-width: 992px) {
  header .headerOuterWrapper {
    padding: 0 15px;
    grid-template-columns: 1fr auto 1fr;
  }
}
@media (min-width: 1200px) {
  header .headerOuterWrapper {
    padding: 0 15px;
  }
}
header.fixed .headerOuterWrapper {
  border: 1px solid #d9d9d9;
  background-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(5px);
}
@media (min-width: 992px) {
  header.fixed .headerOuterWrapper .menuOuter > ul > li > a {
    padding: 20px 15px;
  }
}
@media (min-width: 1200px) {
  header.fixed .headerOuterWrapper .menuOuter > ul > li > a {
    padding: 21px 18px;
  }
}
@media (min-width: 992px) {
  header {
    top: 15px;
  }
}
.sideMenuWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: -100%;
  opacity: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}
.sideMenuWrapper .menuInnerWrapper {
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  background-color: #fff;
  width: 100%;
  transition: all 0.5s ease;
  overflow-y: auto;
}
.sideMenuWrapper .menuInnerWrapper .logoWrapper {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.07);
}
.sideMenuWrapper .menuInnerWrapper .logoWrapper img {
  width: 150px;
  padding: 10px;
}
.sideMenuWrapper .menuInnerWrapper .logoWrapper .closeBtn {
  margin: 6px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  padding: 0;
}
.sideMenuWrapper .menuInnerWrapper .animatedlogoWrapperSideMenu {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.07);
}
.sideMenuWrapper .menuInnerWrapper .animatedlogoWrapperSideMenu .animatedLogoOuter {
  display: flex;
  align-items: center;
  padding: 15px;
}
.sideMenuWrapper .menuInnerWrapper .animatedlogoWrapperSideMenu .animatedLogoOuter .imgOuter img {
  width: 40px;
}
.sideMenuWrapper .menuInnerWrapper .animatedlogoWrapperSideMenu .closeIcon {
  padding: 5px;
}
.sideMenuWrapper .menuInnerWrapper .animatedlogoWrapperSideMenu .closeIcon .closeBtn {
  margin: 6px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  padding: 0;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu {
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.sideMenuWrapper .menuInnerWrapper .mainMenu::-webkit-scrollbar {
  width: 3px;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu::-webkit-scrollbar-track {
  background: #e0e0e0;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu::-webkit-scrollbar-thumb {
  background: #22D3EE;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu::-webkit-scrollbar-thumb:hover {
  background: rgba(34, 211, 238, 0.1);
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li a {
  display: block;
  padding: 10px 25px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li a:hover {
  color: #22D3EE;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li .sub-menu {
  display: none;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li .sub-menu.showSubMenu {
  display: block;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li.menu-item-has-children > a {
  position: relative;
  border-bottom: 1px solid transparent;
  padding-right: 60px;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li.menu-item-has-children .submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 64.8px;
  width: 64.8px;
  box-shadow: none;
  border: 0;
  background-color: #fff;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li.menu-item-has-children .submenu-toggle::after {
  content: '';
  background-image: url('../images/icon-dropdown.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li.menu-item-has-children .submenu-toggle.btnopened::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li.menu-item-has-children.menu-item-has-children-opened > a {
  border-bottom: 1px solid #ccc;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li.menu-item-has-children > ul.sub-menu .menu-item-has-children > a {
  position: relative;
  padding-right: 60px;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li.menu-item-has-children > ul.sub-menu .menu-item-has-children > a::after {
  content: "";
  background-image: url("../images/down-arrow-menu.svg");
  width: 13px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none;
  transition: all 0.3s ease;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li.menu-item-has-children > ul.sub-menu .menu-item-has-children.menu-item-has-children-opened {
  background: rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 4px 6px -4px rgba(0, 0, 0, 0.2);
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li.menu-item-has-children > ul.sub-menu .menu-item-has-children.menu-item-has-children-opened > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li ul li ul a {
  padding: 7px 30px;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li.current-menu-item > a,
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li.current-menu-parent > a,
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li.current-menu-ancestor > a {
  color: #22D3EE;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li.current-menu-item ul.sub-menu li.current-menu-item > a,
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li.current-menu-parent ul.sub-menu li.current-menu-item > a,
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li.current-menu-ancestor ul.sub-menu li.current-menu-item > a {
  color: #22D3EE;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li > a {
  display: block;
  padding: 18px 20px;
  color: #000;
  font-size: 18px;
}
.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu > li.menu-item-has-children > a::after {
  right: 20px;
  width: 15px;
  height: 15px;
}
@media (min-width: 992px) {
  .sideMenuWrapper .menuInnerWrapper {
    width: 30%;
  }
}
.sideMenuWrapper.showMenu {
  left: 0;
  opacity: 1;
}
.sideMenuWrapper.showMenu .menuInner,
.sideMenuWrapper.showMenu .menuInnerWrapper {
  left: 0;
}
section.homeBanner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  /*
  .backgroundTransition {
    background-image: var(--white-gradient), var(--aurora);
    background-position: 50% 50%, 50% 50%;
    background-size: 300%, 200%;
    mask-image: radial-gradient(ellipse at 100% 0, #000 10%, var(--transparent) 70%);
    will-change: transform;
    position: absolute;
    opacity: .5;
    inset: -10px;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    &:after {
      content: '';
      position: absolute;
      inset: 0;
      animation: aurora 60s linear infinite;
      mix-blend-mode: difference;
      background-attachment: fixed;
      background-image: var(--white-gradient), var(--aurora);
      background-size: 200%, 100%;
    }
  }
  */
}
section.homeBanner .bannerContentWrapper {
  padding: 150px 0;
  position: relative;
  z-index: 9;
}
section.homeBanner .bannerContentWrapper .imgWrpper404 {
  text-align: center;
}
section.homeBanner .bannerContentWrapper .imgWrpper404 img {
  width: 100%;
  max-width: 400px;
}
section.homeBanner .bannerContentWrapper .preTitle .preInner {
  display: inline-block;
  position: relative;
  background-color: rgba(18, 100, 243, 0.08);
  border: 1px solid rgba(18, 100, 243, 0.2);
  border-radius: 8px;
  color: #1E40AF;
  letter-spacing: 0.72px;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 15px 5px 25px;
  margin-bottom: 10px;
}
section.homeBanner .bannerContentWrapper .preTitle .preInner::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
  background-color: #1E40AF;
}
section.homeBanner .bannerContentWrapper .bannerTitle1,
section.homeBanner .bannerContentWrapper .bannerTitle2 {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (min-width: 992px) {
  section.homeBanner .bannerContentWrapper .bannerTitle1,
  section.homeBanner .bannerContentWrapper .bannerTitle2 {
    font-size: 4.5rem;
  }
}
section.homeBanner .bannerContentWrapper .bannerTitle1 {
  font-weight: 500;
  background: linear-gradient(90deg, #2e3a4b, #2e3a4b 20%, #22d3ee 38%, #0ea5e9 50%, #1e40af 62%, #2e3a4b 80%, #2e3a4b);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-sweep 6s ease-in-out infinite;
}
section.homeBanner .bannerContentWrapper .bannerTitle2 {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  font-style: italic;
  margin-bottom: 10px;
}
section.homeBanner .bannerContentWrapper .bannerTitle2 span {
  font-weight: 500;
  font-style: italic;
  font-family: "Instrument Serif", serif;
}
section.homeBanner .bannerContentWrapper .bannerTitle2.nonitalic {
  font-style: normal;
}
@media (min-width: 992px) {
  section.homeBanner .bannerContentWrapper .bannerTitle2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  section.homeBanner .bannerContentWrapper .bannerTitle2 {
    margin-bottom: 20px;
  }
}
section.homeBanner .bannerContentWrapper .bannerDescription {
  color: #5B6B7E;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  section.homeBanner .bannerContentWrapper .bannerDescription {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
section.homeBanner .bannerContentWrapper .btnWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 768px) {
  section.homeBanner .bannerContentWrapper .btnWrapper {
    flex-direction: row;
  }
}
section.homeBanner .bannerContentWrapper .typeWritterEffect {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Mono", monospace;
  margin-top: 20px;
}
section.homeBanner .bannerContentWrapper .typeWritterEffect img {
  margin-right: 5px;
}
section.homeBanner .bannerContentWrapper .typeWritterEffect .typingtext {
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid #22D3EE;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  letter-spacing: 0.6px;
  /* Adjust as needed */
  font-size: 12px;
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}
@media (min-width: 992px) {
  section.homeBanner .bannerContentWrapper .typeWritterEffect {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  section.homeBanner .bannerContentWrapper {
    padding: 130px 0;
  }
}
@media (min-width: 1200px) {
  section.homeBanner .bannerContentWrapper {
    padding: 120px 0 80px;
  }
}
@media (min-width: 1400px) {
  section.homeBanner .bannerContentWrapper {
    padding: 100px 0;
  }
}
section.homeBanner .orbitTransitionWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-duration: 75s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: orbit;
}
section.homeBanner .orbitTransitionWrapper .orbit {
  position: absolute;
  object-fit: contain;
}
section.homeBanner .orbitTransitionWrapper .orbit.orbit1 {
  width: 100%;
  left: -30%;
  top: -14%;
  right: auto;
  bottom: auto;
}
@media (min-width: 768px) {
  section.homeBanner .orbitTransitionWrapper .orbit.orbit1 {
    width: 60%;
    left: -17%;
    top: -37%;
  }
}
section.homeBanner .orbitTransitionWrapper .orbit.orbit2 {
  width: 80%;
  right: -40%;
  top: 24%;
  left: auto;
  bottom: auto;
}
@media (min-width: 768px) {
  section.homeBanner .orbitTransitionWrapper .orbit.orbit2 {
    width: 60%;
    right: -20%;
    top: -36%;
  }
}
section.homeBanner .orbitTransitionWrapper .orbit.orbit3 {
  width: 100%;
  left: 0;
  bottom: -20%;
  top: auto;
  right: auto;
}
@media (min-width: 768px) {
  section.homeBanner .orbitTransitionWrapper .orbit.orbit3 {
    width: 65%;
    left: 21%;
    bottom: -60%;
  }
}
@media (min-width: 992px) {
  section.homeBanner {
    min-height: 100vh;
  }
}
/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #22D3EE;
  }
}
/* ------------------ Orbit 1 ------------------ */
@keyframes orbit {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes gradient-sweep {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
/* ------------------ Orbit 2 ------------------ */
@keyframes orbit2 {
  0% {
    left: calc(100% - 80px);
    top: 0;
  }
  25% {
    left: calc(100% - 80px);
    top: calc(100% - 80px);
  }
  50% {
    left: 0;
    top: calc(100% - 80px);
  }
  75% {
    left: 0;
    top: 0;
  }
  100% {
    left: calc(100% - 80px);
    top: 0;
  }
}
/* ------------------ Orbit 3 ------------------ */
@keyframes orbit3 {
  0% {
    left: calc(50% - 40px);
    top: calc(100% - 80px);
  }
  20% {
    left: 0;
    top: calc(100% - 80px);
  }
  40% {
    left: 0;
    top: 0;
  }
  60% {
    left: calc(100% - 80px);
    top: 0;
  }
  80% {
    left: calc(100% - 80px);
    top: calc(100% - 80px);
  }
  100% {
    left: calc(50% - 40px);
    top: calc(100% - 80px);
  }
}
/*
@keyframes aurora {
  0% {
    background-position: 50% 50%, 50% 50%;
  }
  100% {
    background-position: 350% 50%, 350% 50%;
  }
}
*/
section.platforms .platformContentWrapper {
  margin-bottom: 50px;
}
section.platforms .platformContentWrapper .platformTitle {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 20px;
  display: block;
  text-align: center;
}
section.platforms .platformContentWrapper .platformTitle::after {
  content: "";
  height: 4px;
  width: 100%;
  max-width: 180px;
  background: linear-gradient(103.16deg, #22D3EE 0%, #0EA5E9 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  section.platforms .platformContentWrapper .platformTitle {
    display: inline-block;
    text-align: left;
  }
  section.platforms .platformContentWrapper .platformTitle::after {
    left: 0;
    transform: translateX(0);
  }
}
@media (min-width: 992px) {
  section.platforms .platformContentWrapper {
    margin-bottom: 0;
  }
}
section.platforms .platformiconsWrapper .platformiconsOuter {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
  white-space: nowrap;
}
section.platforms .platformiconsWrapper .platformiconsOuter .platformiconsMarquee {
  display: flex;
  width: max-content;
}
section.platforms .platformiconsWrapper .platformiconsOuter .platformiconsMarquee .marqueeGroup {
  display: flex;
  align-items: center;
  gap: 40px;
  /* Spacing between images */
  padding-right: 40px;
  /* Keeps the spacing consistent at the loop point */
  animation: scrollContinuous 20s linear infinite;
}
section.platforms .platformiconsWrapper .platformiconsOuter .platformiconsMarquee .marqueeGroup .item .iconOuter img {
  margin: auto;
  width: auto;
  max-height: 35px;
  object-fit: contain;
  filter: brightness(0) contrast(0.3);
  transition: all 0.5s ease;
}
section.platforms .platformiconsWrapper .platformiconsOuter .platformiconsMarquee .marqueeGroup .item .iconOuter:hover img {
  filter: brightness(1) contrast(1);
}
@media (min-width: 992px) {
  section.platforms .platformiconsWrapper .platformiconsOuter .platformiconsMarquee .marqueeGroup {
    gap: 70px;
    /* Spacing between images */
    padding-right: 70px;
    /* Keeps the spacing consistent at the loop point */
  }
}
/* Animation keyframe logic shifting exactly one group's width */
@keyframes scrollContinuous {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
section.whycoretech .whycoreCard {
  position: relative;
  border: 1px solid #E9EDF1;
  border-radius: 12px;
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  height: 100%;
  transition: all 0.5s ease;
}
section.whycoretech .whycoreCard .count {
  font-weight: 700;
  font-size: 18px;
  color: #22D3EE;
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  section.whycoretech .whycoreCard .count {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
section.whycoretech .whycoreCard .subDesc {
  font-size: 16px;
}
section.whycoretech .whycoreCard .subDesc ul {
  margin-bottom: 0;
}
section.whycoretech .whycoreCard .subDesc.industryInnerSubDesc ul {
  margin-bottom: 1rem;
}
section.whycoretech .whycoreCard::before {
  content: "";
  background-color: #22D3EE;
  height: 2px;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
section.whycoretech .whycoreCard:hover {
  border-color: #22D3EE;
  box-shadow: 0px 20px 40px 0px #0ea5e914;
}
section.whycoretech .whycoreCard:hover::before {
  height: 4px;
  opacity: 1;
}
section.whycoretech .whycoreCard.customPadding {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  section.whycoretech .whycoreCard {
    padding: 40px 25px;
  }
}
section.aijourney .aijourneyLeft {
  margin-bottom: 30px;
}
section.aijourney .aijourneyLeft .topWrapper .singleOuter {
  position: relative;
  padding-top: 18px;
  margin-bottom: 20px;
}
section.aijourney .aijourneyLeft .topWrapper .singleOuter .subTitle {
  color: #2E3A4B;
}
@media (min-width: 992px) {
  section.aijourney .aijourneyLeft .topWrapper .singleOuter .subTitle {
    margin-bottom: 15px;
  }
}
section.aijourney .aijourneyLeft .topWrapper .singleOuter .subDesc {
  color: #4b5563;
}
section.aijourney .aijourneyLeft .topWrapper .singleOuter::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(91, 107, 126, 0.75) 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  section.aijourney .aijourneyLeft .topWrapper .singleOuter::before {
    background-size: 15px 0.5px;
    max-width: 53%;
  }
}
@media (min-width: 992px) {
  section.aijourney .aijourneyLeft .topWrapper .singleOuter {
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
section.aijourney .aijourneyLeft .btnWrapper .custombtnstyle {
  font-weight: 600;
}
@media (min-width: 992px) {
  section.aijourney .aijourneyLeft {
    padding-right: 60px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  section.aijourney .aijourneyLeft {
    padding-right: 100px;
  }
}
section.aijourney .aijourneypointsWrapper .aijourneypointsInner {
  border: 1px solid #f3f4f6;
  background-color: #F5F7FA;
  border-radius: 24px;
  box-shadow: 0px 4px 20px -2px #0000000d;
  padding: 20px;
}
section.aijourney .aijourneypointsWrapper .aijourneypointsInner .subTitleCustom {
  font-size: 18px;
  margin-bottom: 30px;
  color: #2E3A4B;
}
@media (min-width: 992px) {
  section.aijourney .aijourneypointsWrapper .aijourneypointsInner .subTitleCustom {
    font-size: 20px;
  }
}
section.aijourney .aijourneypointsWrapper .aijourneypointsInner .pointers .singlePointer {
  display: flex;
  align-items: center;
}
section.aijourney .aijourneypointsWrapper .aijourneypointsInner .pointers .singlePointer .countOuter {
  position: relative;
  color: #22D3EE;
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.aijourney .aijourneypointsWrapper .aijourneypointsInner .pointers .singlePointer .countOuter::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 50%;
  background: linear-gradient(45deg, #22D3EE, #0EA5E9);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (min-width: 992px) {
  section.aijourney .aijourneypointsWrapper .aijourneypointsInner .pointers .singlePointer .countOuter {
    width: 40px;
    height: 40px;
  }
}
section.aijourney .aijourneypointsWrapper .aijourneypointsInner .pointers .singlePointer .text {
  color: #2E3A4B;
  padding-left: 10px;
}
@media (min-width: 992px) {
  section.aijourney .aijourneypointsWrapper .aijourneypointsInner .pointers .singlePointer .text {
    padding-left: 20px;
  }
}
section.aijourney .aijourneypointsWrapper .aijourneypointsInner .pointers .singlePointer:not(:last-child) {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  section.aijourney .aijourneypointsWrapper .aijourneypointsInner .pointers .singlePointer:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  section.aijourney .aijourneypointsWrapper .aijourneypointsInner {
    padding: 25px 40px;
  }
}
section.deepknowledge .knowledgeGridWrapper .singleCard {
  background-color: #fff;
  border: 1px solid #E9EDF1;
  border-radius: 12px;
  box-shadow: 1px 1px 26px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 20px;
  height: 100%;
  transition: all 0.5s ease;
}
section.deepknowledge .knowledgeGridWrapper .singleCard .singleInner .iconOuter {
  margin-bottom: 20px;
}
section.deepknowledge .knowledgeGridWrapper .singleCard .singleInner .iconOuter img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  object-position: center;
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 992px) {
  section.deepknowledge .knowledgeGridWrapper .singleCard .singleInner .iconOuter {
    margin-bottom: 20px;
  }
}
section.deepknowledge .knowledgeGridWrapper .singleCard .singleInner .subDesc {
  color: rgba(0, 0, 0, 0.8);
}
section.deepknowledge .knowledgeGridWrapper .singleCard:hover {
  border-color: #22D3EE;
  box-shadow: 0px 20px 40px 0px #0ea5e914;
}
section.deepknowledge .knowledgeGridWrapper .singleCard:hover .singleInner .iconOuter img {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  section.deepknowledge .knowledgeGridWrapper .singleCard {
    padding: 30px 15px;
    min-height: 175px;
  }
}
@media (min-width: 1400px) {
  section.deepknowledge .knowledgeGridWrapper .singleCard {
    padding: 30px 25px;
    min-height: 190px;
  }
}
@media (min-width: 768px) {
  section.builtforscale .customCol:nth-child(odd) .singleScaleOuter::after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    right: calc(-0.73rem);
    top: 60%;
    transform: translateY(-50%);
    background-color: #3d3d3d66;
  }
}
@media (min-width: 992px) {
  section.builtforscale .customCol:not(:last-child) .singleScaleOuter::after {
    content: "";
    height: 75%;
    width: 1px;
    position: absolute;
    right: calc(-0.73rem);
    top: 60%;
    transform: translateY(-50%);
    background-color: #3d3d3d66;
  }
}
section.builtforscale .singleScaleOuter {
  position: relative;
}
section.builtforscale .singleScaleOuter .top {
  font-weight: 800;
  background: linear-gradient(103.16deg, #22d3ee 0%, #0ea5e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
}
@media (min-width: 992px) {
  section.builtforscale .singleScaleOuter .top {
    font-size: 48px;
  }
}
section.builtforscale .singleScaleOuter .text {
  font-weight: 500;
  color: #45464d;
  font-size: 14px;
}
section.builtforscale .singleScaleOuter .text.partnerinnerpage {
  color: #2E3A4B;
  font-weight: 600;
}
@media (min-width: 992px) {
  section.builtforscale .singleScaleOuter .text.partnerinnerpage {
    font-size: 18px;
  }
}
section.builtforscale .singleScaleOuter .text2 {
  color: #44474C;
  font-size: 12px;
}
section.footerSection {
  background-image: url('../images/footbg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  section.footerSection .titleWrapper {
    margin-bottom: 36px;
  }
}
section.footerSection .subscriptionForm .subFormOuter {
  max-width: 480px;
  margin: auto;
}
section.footerSection .subscriptionForm .subFormOuter p {
  margin: 0;
}
section.footerSection .subscriptionForm .subFormOuter .formWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
section.footerSection .subscriptionForm .subFormOuter .formWrapper .buttonOuter .form-group {
  text-align: center;
}
section.footerSection .subscriptionForm .subFormOuter .formWrapper .buttonOuter .form-group .btnWrapper {
  display: inline-block;
}
@media (min-width: 768px) {
  section.footerSection .subscriptionForm .subFormOuter .formWrapper .buttonOuter .form-group {
    text-align: left;
  }
  section.footerSection .subscriptionForm .subFormOuter .formWrapper .buttonOuter .form-group .btnWrapper {
    display: block;
  }
}
@media (min-width: 768px) {
  section.footerSection .subscriptionForm .subFormOuter .formWrapper {
    flex-direction: row;
  }
}
section.footerSection .subscriptionForm .subFormOuter .form-group {
  position: relative;
}
section.footerSection .subscriptionForm .subFormOuter .form-group .wpcf7-not-valid-tip {
  font-size: 12px;
}
section.footerSection .subscriptionForm .subFormOuter .form-group br {
  display: none;
}
section.footerSection .subscriptionForm .subFormOuter .form-group input[type="email"] {
  width: 100%;
  border: 1px solid #5B6B7E;
  background-color: transparent;
  border-radius: 50px;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  height: 50px;
  outline: none;
}
@media (min-width: 768px) {
  section.footerSection .subscriptionForm .subFormOuter .form-group input[type="email"] {
    height: 52px;
  }
}
section.footerSection .subscriptionForm .subFormOuter .form-group input[type="email"]::placeholder {
  color: #5B6B7E;
}
section.footerSection .subscriptionForm .subFormOuter .form-group input:-webkit-autofill,
section.footerSection .subscriptionForm .subFormOuter .form-group input:-webkit-autofill:hover,
section.footerSection .subscriptionForm .subFormOuter .form-group input:-webkit-autofill:focus,
section.footerSection .subscriptionForm .subFormOuter .form-group input:-webkit-autofill:active {
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 9999s ease-in-out 0s;
}
section.footerSection .subscriptionForm .subFormOuter .form-group .btnWrapper {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
section.footerSection .subscriptionForm .subFormOuter .form-group .btnWrapper input[type="submit"] {
  position: relative;
  display: inline-flex;
  text-align: center;
  font-size: 14px;
  padding: 9px 50px 9px 35px;
  width: 100%;
  font-weight: 600;
  border-radius: 50px;
  transition: box-shadow 0.3s ease-in-out;
  overflow: hidden;
  border: 1px solid #fff;
  color: #fff;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0px 4px 20px 0px #22D3EE40;
  width: auto;
  background-color: transparent;
  height: 50px;
}
@media (min-width: 768px) {
  section.footerSection .subscriptionForm .subFormOuter .form-group .btnWrapper input[type="submit"] {
    height: 52px;
  }
}
section.footerSection .subscriptionForm .subFormOuter .form-group .btnWrapper .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.footerSection .subscriptionForm .subFormOuter .form-group .btnWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: transparent -webkit-gradient(linear, 100% 0, 0 0, from(transparent), color-stop(0.5, #acacac), to(transparent));
  opacity: 0.25;
  transform: skewX(-20deg);
  transition: none;
}
section.footerSection .subscriptionForm .subFormOuter .form-group .btnWrapper::after {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url('../images/icon-arrow-btn.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  filter: brightness(0) invert(1);
}
section.footerSection .subscriptionForm .subFormOuter .form-group .btnWrapper:hover:before {
  animation: shimmer 0.6s ease forwards;
}
section.footerSection .subscriptionForm .subFormOuter .wpcf7-response-output {
  font-size: 12px;
  text-align: center;
  color: white;
}
section.footerSection .postSubcriptionContent {
  text-align: center;
  font-size: 12px;
  color: #5B6B7E;
  font-weight: 400;
}
section.footerSection .postSubcriptionContent a {
  background: linear-gradient(103.16deg, #22D3EE 0%, #0EA5E9 100%);
  text-decoration: underline;
  font-weight: 400;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
footer {
  background-color: #f7fbff;
}
footer .footerContent {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #5B6B7E;
}
footer .footerContent .footerImgWrapper img {
  width: 250px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  footer .footerContent .footerImgWrapper img {
    width: 290px;
    margin-bottom: 25px;
  }
}
footer .footerContent .footerDesc {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  footer .footerContent .footerDesc {
    margin-bottom: 25px;
  }
}
footer .footerContent .footerLastText {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
footer .footerContent .footerLastText::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background: linear-gradient(103.16deg, #22d3ee 0%, #0ea5e9 100%);
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  footer .footerContent .footerLastText {
    padding-bottom: 25px;
  }
}
footer .footMenuWrapper {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}
footer .footMenuWrapper .footerMenuTitle {
  font-weight: 800;
  color: #2E3A4B;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  footer .footMenuWrapper .footerMenuTitle {
    margin-bottom: 20px;
  }
}
footer .footMenuWrapper .menuOuter {
  margin-bottom: 25px;
}
footer .footMenuWrapper .menuOuter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footMenuWrapper .menuOuter ul li a {
  color: #2E3A4B;
  transition: all 0.5s ease;
}
footer .footMenuWrapper .menuOuter ul li a:hover {
  color: #0EA5E9;
}
footer .footMenuWrapper .menuOuter ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  footer .footMenuWrapper .menuOuter ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  footer .footMenuWrapper .menuOuter {
    margin-bottom: 0;
  }
}
footer .footerBottom {
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #E9EDF1;
  padding: 20px 0;
  color: #2E3A4B;
}
footer .footerBottom .footerBottomWrapper .singleTextColumn .linkedin a {
  color: #2E3A4B;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  transition: all 0.3s ease;
}
footer .footerBottom .footerBottomWrapper .singleTextColumn .linkedin a .icon {
  margin-right: 10px;
}
footer .footerBottom .footerBottomWrapper .singleTextColumn .linkedin a .text {
  position: relative;
}
footer .footerBottom .footerBottomWrapper .singleTextColumn .linkedin a .text::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #2E3A4B;
  transition: all 0.3s ease;
}
footer .footerBottom .footerBottomWrapper .singleTextColumn .linkedin a:hover .text::before {
  width: 100%;
}
@media (min-width: 992px) {
  footer .footerBottom .footerBottomWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.postTextQuote {
  font-size: 18px;
  font-weight: 700;
  color: #0F2742;
  background-color: #E1F9FD;
  border-radius: 16px;
  border-left: 8px solid #22D3EE;
  padding: 20px 15px;
}
.postTextQuote b {
  font-weight: 700;
}
.postTextQuote.fw600 {
  font-weight: 600;
}
section.bannerstyle1 {
  position: relative;
  background: radial-gradient(42.9% 61.18% at 50% 50%, rgba(34, 211, 238, 0.02) 0%, rgba(14, 165, 233, 0.02) 50%, rgba(30, 64, 175, 0.02) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
section.bannerstyle1 .bannerContentWrapper .title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #2E3A4B;
  margin-bottom: 15px;
}
section.bannerstyle1 .bannerContentWrapper .title span {
  background: linear-gradient(90deg, #2e3a4b, #2e3a4b 20%, #22d3ee 38%, #0ea5e9 50%, #1e40af 62%, #2e3a4b 80%, #2e3a4b);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-sweep 6s ease-in-out infinite;
}
section.bannerstyle1 .bannerContentWrapper .title span.gradient {
  background: linear-gradient(101.08deg, #22D3EE 0%, #0EA5E9 50%, #1E40AF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
section.bannerstyle1 .bannerContentWrapper .title.partnerTitle span {
  background: linear-gradient(101.08deg, #22D3EE 0%, #0EA5E9 50%, #1E40AF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 992px) {
  section.bannerstyle1 .bannerContentWrapper .title {
    font-size: 3.75rem;
    margin-bottom: 25px;
  }
}
section.bannerstyle1 .bannerContentWrapper .content {
  color: #2E3A4B;
  font-size: 18px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  section.bannerstyle1 .bannerContentWrapper .content {
    font-size: 20px;
  }
}
section.bannerstyle1 .bannerContentWrapper.bannerServicesInner .content {
  font-size: 16px;
}
@media (min-width: 992px) {
  section.bannerstyle1 .bannerContentWrapper.bannerServicesInner .content {
    font-size: 18px;
  }
}
section.bannerstyle1 .bannerContentSingleBlogWrapper .dateCarOuter {
  display: flex;
  margin-bottom: 30px;
}
section.bannerstyle1 .bannerContentSingleBlogWrapper .dateCarOuter .date {
  font-size: 14px;
  font-weight: 600;
  color: #76777D;
}
section.bannerstyle1 .bannerContentSingleBlogWrapper .dateCarOuter .category {
  padding-left: 25px;
}
section.bannerstyle1 .bannerContentSingleBlogWrapper .dateCarOuter .category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.bannerstyle1 .bannerContentSingleBlogWrapper .dateCarOuter .category ul li {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  background: linear-gradient(101.08deg, #22D3EE 0%, #0EA5E9 50%, #1E40AF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
section.bannerstyle1 .bannerContentSingleBlogWrapper .mainTitle {
  margin-bottom: 15px;
}
section.bannerstyle1 .bannerContentSingleBlogWrapper .mainTitle::after {
  display: none;
}
section.bannerstyle1 .bannerContentSingleBlogWrapper .blogby .by {
  font-size: 16px;
  font-weight: 600;
  color: #191C1E;
  text-transform: capitalize;
}
section.bannerstyle1 .bannerContentSingleBlogWrapper .blogby .minRead {
  font-size: 16px;
  font-weight: 600;
  color: #76777D;
  text-transform: uppercase;
}
section.bannerstyle1 .bannerContentSingleBlogWrapper .blogby .minRead .rt-prefix,
section.bannerstyle1 .bannerContentSingleBlogWrapper .blogby .minRead .rt-suffix {
  display: none;
}
section.bannerstyle1.bannerstylecasestudysingle .titleOuterWrapper .taxonomiesOuter {
  display: flex;
  flex-wrap: wrap;
}
section.bannerstyle1.bannerstylecasestudysingle .titleOuterWrapper .taxonomiesOuter .taxonomiesInner {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.bannerstyle1.bannerstylecasestudysingle .titleOuterWrapper .taxonomiesOuter .taxonomiesInner.taxonomy1 {
  color: #76777D;
}
section.bannerstyle1.bannerstylecasestudysingle .titleOuterWrapper .taxonomiesOuter .taxonomiesInner.taxonomy2 {
  background: linear-gradient(101.08deg, #22D3EE 0%, #0EA5E9 50%, #1E40AF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
section.bannerstyle1.bannerstylecasestudysingle .titleOuterWrapper .titleOuter {
  font-size: 36px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.3;
}
section.bannerstyle1.bannerstylecasestudysingle .rightBannerWrapper .rightBannerInner {
  padding-top: 40px;
}
section.bannerstyle1.bannerstylecasestudysingle .rightBannerWrapper .rightBannerInner .preTitle {
  color: #22D3EE;
  font-size: 12px;
  font-weight: 600;
}
section.bannerstyle1.bannerstylecasestudysingle .rightBannerWrapper .rightBannerInner .percentFigure {
  color: #0F172A;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  section.bannerstyle1.bannerstylecasestudysingle .rightBannerWrapper .rightBannerInner .percentFigure {
    font-size: 48px;
  }
}
section.bannerstyle1.bannerstylecasestudysingle .rightBannerWrapper .rightBannerInner .bottomTitle {
  color: #0F172A;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  section.bannerstyle1.bannerstylecasestudysingle .rightBannerWrapper .rightBannerInner {
    padding-top: 50px;
    padding-left: 30px;
    border-left: 1px solid #C5C6CC;
  }
}
@media (min-width: 992px) {
  section.bannerstyle1.bannerstylecasestudysingle .rightBannerWrapper {
    padding-top: 60px;
  }
}
section.bannerstyle1.addgrid::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('../images/bg-grid-frame.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.bannerstyle2 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.bannerstyle2 .bannerContentWrapper {
  position: relative;
  z-index: 1;
}
section.bannerstyle2 .bannerContentWrapper .preTitle {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  background: linear-gradient(101.08deg, #22D3EE 0%, #0EA5E9 50%, #1E40AF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
section.bannerstyle2 .bannerContentWrapper .titleOuter {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
section.bannerstyle2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  section.bannerstyle2::before {
    display: none;
  }
}
section.visionmission .visionmissionWrapper .vmsingle {
  position: relative;
}
section.visionmission .visionmissionWrapper .vmsingle .countOuter .count {
  font-size: 48px;
  background: linear-gradient(101.08deg, #22D3EE 0%, #0EA5E9 50%, #1E40AF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  padding-right: 2px;
}
section.visionmission .visionmissionWrapper .vmsingle .rightOuter {
  padding-top: 10px;
}
section.visionmission .visionmissionWrapper .vmsingle .rightOuter .subTitle {
  color: #2E3A4B;
}
section.visionmission .visionmissionWrapper .vmsingle .rightOuter .subDesc {
  font-size: 20px;
  color: #2E3A4B;
}
@media (min-width: 768px) {
  section.visionmission .visionmissionWrapper .vmsingle .rightOuter {
    padding-top: 4px;
  }
}
section.visionmission .visionmissionWrapper .vmsingle.vision {
  padding-bottom: 40px;
  margin-bottom: 37px;
}
section.visionmission .visionmissionWrapper .vmsingle.vision::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #5B6B7E 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
}
@media (min-width: 768px) {
  section.visionmission .visionmissionWrapper .vmsingle.vision {
    padding-bottom: 40px;
    margin-bottom: 37px;
  }
}
@media (min-width: 768px) {
  section.visionmission .visionmissionWrapper .vmsingle {
    display: flex;
  }
  section.visionmission .visionmissionWrapper .vmsingle .countOuter {
    width: 65px;
  }
  section.visionmission .visionmissionWrapper .vmsingle .rightOuter {
    width: calc(100% - 65px);
  }
}
section.story .titleWrapper .mainTitle,
section.story .titleWrapper .mainDesc {
  color: #2E3A4B;
}
section.story .titleWrapper .mainDesc strong {
  font-weight: 600;
}
section.story .singleStory {
  background-color: #fff;
  border: 1px solid #E9EDF1;
  border-radius: 12px;
  box-shadow: 1px 1px 26px 0px #00000029;
  padding: 30px 20px;
  height: 100%;
  transition: all 0.5s ease;
}
section.story .singleStory .subTitle {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  section.story .singleStory .subTitle {
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  section.story .singleStory {
    padding: 30px 25px;
  }
}
section.core .singleCore {
  border: 1px solid #C6C6CD4D;
  padding: 30px 20px;
  height: 100%;
  background-color: #fff;
  border-radius: 16px;
  transition: all 0.5s ease;
}
section.core .singleCore .subTitle {
  font-size: 20px;
  font-weight: 700;
  color: #2E3A4B;
}
section.core .singleCore .subTitle span.first {
  font-size: 48px;
  background: linear-gradient(101.08deg, #22D3EE 0%, #0EA5E9 50%, #1E40AF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
  padding-right: 2px;
}
@media (min-width: 768px) {
  section.core .singleCore .subTitle {
    margin-bottom: 15px;
  }
}
section.core .singleCore .subDesc {
  color: #2E3A4B;
}
@media (min-width: 1400px) {
  section.core .singleCore {
    padding: 30px 25px;
  }
}
section.contactSection .contactContentWrapper .titleWrapper .mainDesc {
  color: #2E3A4B;
}
section.contactSection .contactContentWrapper .titleWrapper .mainDesc.descAbout {
  font-size: 16px;
}
section.contactSection .contactContentWrapper .contactlinksOuter {
  border-top: 1px solid #C6C6CD4D;
  padding-top: 25px;
}
section.contactSection .contactContentWrapper .contactlinksOuter .singleLink {
  margin-bottom: 12px;
}
section.contactSection .contactContentWrapper .contactlinksOuter .singleLink a {
  display: flex;
  color: #2E3A4B;
  font-size: 16px;
}
section.contactSection .contactContentWrapper .contactlinksOuter .singleLink a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
  margin-right: 20px;
}
section.contactSection .contactFormWrapper .contactFormOuter {
  background-color: #fff;
  padding: 25px;
  border: 1px solid #C6C6CD4D;
  box-shadow: 0px 1px 2px 0px #0000000D;
  border-radius: 12px;
}
section.contactSection .contactFormWrapper .contactFormOuter p {
  margin: 0;
}
section.contactSection .contactFormWrapper .contactFormOuter .form-group br {
  display: none;
}
section.contactSection .contactFormWrapper .contactFormOuter .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #2E3A4B;
}
section.contactSection .contactFormWrapper .contactFormOuter .form-group input[type="text"],
section.contactSection .contactFormWrapper .contactFormOuter .form-group input[type="tel"],
section.contactSection .contactFormWrapper .contactFormOuter .form-group input[type="email"] {
  height: 50px;
}
@media (min-width: 768px) {
  section.contactSection .contactFormWrapper .contactFormOuter .form-group input[type="text"],
  section.contactSection .contactFormWrapper .contactFormOuter .form-group input[type="tel"],
  section.contactSection .contactFormWrapper .contactFormOuter .form-group input[type="email"] {
    height: 60px;
  }
}
section.contactSection .contactFormWrapper .contactFormOuter .form-group input[type="text"],
section.contactSection .contactFormWrapper .contactFormOuter .form-group input[type="tel"],
section.contactSection .contactFormWrapper .contactFormOuter .form-group input[type="email"],
section.contactSection .contactFormWrapper .contactFormOuter .form-group textarea {
  width: 100%;
  border: 1px solid #C6C6CD80;
  background-color: #F2F4F6;
  border-radius: 8px;
  color: #2E3A4B;
  margin-top: 8px;
  padding: 10px 15px;
  font-size: 16px;
}
section.contactSection .contactFormWrapper .contactFormOuter .form-group input[type="text"]::placeholder,
section.contactSection .contactFormWrapper .contactFormOuter .form-group input[type="tel"]::placeholder,
section.contactSection .contactFormWrapper .contactFormOuter .form-group input[type="email"]::placeholder,
section.contactSection .contactFormWrapper .contactFormOuter .form-group textarea::placeholder {
  color: #5B6B7E;
}
section.contactSection .contactFormWrapper .contactFormOuter .form-group input:-webkit-autofill,
section.contactSection .contactFormWrapper .contactFormOuter .form-group input:-webkit-autofill:hover,
section.contactSection .contactFormWrapper .contactFormOuter .form-group input:-webkit-autofill:focus,
section.contactSection .contactFormWrapper .contactFormOuter .form-group input:-webkit-autofill:active {
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: #2E3A4B !important;
  transition: background-color 9999s ease-in-out 0s;
}
section.contactSection .contactFormWrapper .contactFormOuter .form-group textarea {
  padding: 15px;
}
section.contactSection .contactFormWrapper .contactFormOuter .form-group .btnWrapper {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
section.contactSection .contactFormWrapper .contactFormOuter .form-group .btnWrapper input[type="submit"] {
  position: relative;
  display: inline-flex;
  text-align: center;
  font-size: 14px;
  padding: 9px 40px 9px 15px;
  width: 100%;
  font-weight: 600;
  border-radius: 50px;
  transition: box-shadow 0.3s ease-in-out;
  overflow: hidden;
  border: 1px solid #2E3A4B;
  color: #2E3A4B;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 0 15px 5px rgba(34, 211, 238, 0);
  width: auto;
  background-color: transparent;
}
section.contactSection .contactFormWrapper .contactFormOuter .form-group .btnWrapper .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.contactSection .contactFormWrapper .contactFormOuter .form-group .btnWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: transparent -webkit-gradient(linear, 100% 0, 0 0, from(transparent), color-stop(0.5, #acacac), to(transparent));
  opacity: 0.25;
  transform: skewX(-20deg);
  transition: none;
}
section.contactSection .contactFormWrapper .contactFormOuter .form-group .btnWrapper::after {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url('../images/icon-arrow-btn.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
section.contactSection .contactFormWrapper .contactFormOuter .form-group .btnWrapper:hover:before {
  animation: shimmer 0.6s ease forwards;
}
@media (min-width: 768px) {
  section.contactSection .contactFormWrapper .contactFormOuter {
    padding: 40px 45px;
  }
}
section.globeSection .titleWrapper {
  z-index: 9;
}
section.globeSection .wg-globe-section .wg-layout {
  margin-top: -6%;
}
section.globeSection .wg-globe-section .wg-layout .wg-locations {
  position: relative;
  margin-top: -22%;
}
section.globeSection .wg-globe-section .wg-layout .wg-locations .singleCard .wg-location-card {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 100%;
  text-align: left;
  padding: 20px 25px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px -5px #0F172A0A;
  border: 1px solid #E9EDF1;
  border-radius: 16px;
}
section.globeSection .wg-globe-section .wg-layout .wg-locations .singleCard .wg-location-card .topTitle {
  display: flex;
  margin-bottom: 5px;
}
section.globeSection .wg-globe-section .wg-layout .wg-locations .singleCard .wg-location-card .topTitle svg {
  width: 24px;
  object-fit: contain;
  object-position: center;
}
section.globeSection .wg-globe-section .wg-layout .wg-locations .singleCard .wg-location-card .topTitle .title {
  font-size: 18px;
  color: #2E3A4B;
  line-height: 1.6;
  font-weight: 600;
  padding-left: 7px;
}
section.globeSection .wg-globe-section .wg-layout .wg-locations .singleCard .wg-location-card .topTitle .title .subtext {
  color: #22D3EE;
  font-size: 16px;
  font-weight: 400;
  padding-left: 7px;
}
section.globeSection .wg-globe-section .wg-layout .wg-locations .singleCard .wg-location-card .bottomContent {
  color: #45464D;
  font-size: 16px;
  font-weight: 400;
}
section.globeSection .wg-globe-section .wg-layout .wg-locations .singleCard .wg-location-card.is-active {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px -5px #0F172A0A;
  border: 1px solid #E9EDF1;
}
@media (min-width: 768px) {
  section.globeSection .wg-globe-section .wg-layout .wg-locations .singleCard {
    height: 100%;
  }
  section.globeSection .wg-globe-section .wg-layout .wg-locations .singleCard .wg-location-card {
    height: 100%;
  }
}
@media (min-width: 768px) {
  section.globeSection .wg-globe-section .wg-layout .wg-locations {
    margin-top: -19%;
  }
}
@media (min-width: 992px) {
  section.globeSection .wg-globe-section .wg-layout .wg-locations {
    margin-top: -29%;
  }
}
@media (min-width: 1200px) {
  section.globeSection .wg-globe-section .wg-layout .wg-locations {
    margin-top: -25%;
  }
}
@media (min-width: 1400px) {
  section.globeSection .wg-globe-section .wg-layout .wg-locations {
    margin-top: -22%;
  }
}
@media (min-width: 768px) {
  section.globeSection .wg-globe-section .wg-layout {
    margin-top: -6%;
  }
}
@media (min-width: 992px) {
  section.globeSection .wg-globe-section .wg-layout {
    margin-top: -11%;
  }
}
section.blogListing .blogListTop .singleBlogCard,
section.caseListing .blogListTop .singleBlogCard,
section.blogListing .caseListTop .singleBlogCard,
section.caseListing .caseListTop .singleBlogCard,
section.blogListing .blogListTop .singleCaseCard,
section.caseListing .blogListTop .singleCaseCard,
section.blogListing .caseListTop .singleCaseCard,
section.caseListing .caseListTop .singleCaseCard {
  padding: 30px 25px;
  border-radius: 16px;
  background-color: #F5F7FA;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid transparent;
  box-shadow: 1px 1px 26px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
section.blogListing .blogListTop .singleBlogCard .top .taxonomiesOuter,
section.caseListing .blogListTop .singleBlogCard .top .taxonomiesOuter,
section.blogListing .caseListTop .singleBlogCard .top .taxonomiesOuter,
section.caseListing .caseListTop .singleBlogCard .top .taxonomiesOuter,
section.blogListing .blogListTop .singleCaseCard .top .taxonomiesOuter,
section.caseListing .blogListTop .singleCaseCard .top .taxonomiesOuter,
section.blogListing .caseListTop .singleCaseCard .top .taxonomiesOuter,
section.caseListing .caseListTop .singleCaseCard .top .taxonomiesOuter {
  display: flex;
  flex-wrap: wrap;
}
section.blogListing .blogListTop .singleBlogCard .top .taxonomiesOuter .taxonomiesInner,
section.caseListing .blogListTop .singleBlogCard .top .taxonomiesOuter .taxonomiesInner,
section.blogListing .caseListTop .singleBlogCard .top .taxonomiesOuter .taxonomiesInner,
section.caseListing .caseListTop .singleBlogCard .top .taxonomiesOuter .taxonomiesInner,
section.blogListing .blogListTop .singleCaseCard .top .taxonomiesOuter .taxonomiesInner,
section.caseListing .blogListTop .singleCaseCard .top .taxonomiesOuter .taxonomiesInner,
section.blogListing .caseListTop .singleCaseCard .top .taxonomiesOuter .taxonomiesInner,
section.caseListing .caseListTop .singleCaseCard .top .taxonomiesOuter .taxonomiesInner {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
section.blogListing .blogListTop .singleBlogCard .top .taxonomiesOuter .taxonomiesInner.taxonomy1,
section.caseListing .blogListTop .singleBlogCard .top .taxonomiesOuter .taxonomiesInner.taxonomy1,
section.blogListing .caseListTop .singleBlogCard .top .taxonomiesOuter .taxonomiesInner.taxonomy1,
section.caseListing .caseListTop .singleBlogCard .top .taxonomiesOuter .taxonomiesInner.taxonomy1,
section.blogListing .blogListTop .singleCaseCard .top .taxonomiesOuter .taxonomiesInner.taxonomy1,
section.caseListing .blogListTop .singleCaseCard .top .taxonomiesOuter .taxonomiesInner.taxonomy1,
section.blogListing .caseListTop .singleCaseCard .top .taxonomiesOuter .taxonomiesInner.taxonomy1,
section.caseListing .caseListTop .singleCaseCard .top .taxonomiesOuter .taxonomiesInner.taxonomy1 {
  color: #009EB0;
}
section.blogListing .blogListTop .singleBlogCard .top .taxonomiesOuter .taxonomiesInner.taxonomy2,
section.caseListing .blogListTop .singleBlogCard .top .taxonomiesOuter .taxonomiesInner.taxonomy2,
section.blogListing .caseListTop .singleBlogCard .top .taxonomiesOuter .taxonomiesInner.taxonomy2,
section.caseListing .caseListTop .singleBlogCard .top .taxonomiesOuter .taxonomiesInner.taxonomy2,
section.blogListing .blogListTop .singleCaseCard .top .taxonomiesOuter .taxonomiesInner.taxonomy2,
section.caseListing .blogListTop .singleCaseCard .top .taxonomiesOuter .taxonomiesInner.taxonomy2,
section.blogListing .caseListTop .singleCaseCard .top .taxonomiesOuter .taxonomiesInner.taxonomy2,
section.caseListing .caseListTop .singleCaseCard .top .taxonomiesOuter .taxonomiesInner.taxonomy2 {
  color: #44474C;
}
section.blogListing .blogListTop .singleBlogCard .top .postTitletext,
section.caseListing .blogListTop .singleBlogCard .top .postTitletext,
section.blogListing .caseListTop .singleBlogCard .top .postTitletext,
section.caseListing .caseListTop .singleBlogCard .top .postTitletext,
section.blogListing .blogListTop .singleCaseCard .top .postTitletext,
section.caseListing .blogListTop .singleCaseCard .top .postTitletext,
section.blogListing .caseListTop .singleCaseCard .top .postTitletext,
section.caseListing .caseListTop .singleCaseCard .top .postTitletext {
  font-size: 12px;
  font-weight: 600;
  color: #64748B;
}
section.blogListing .blogListTop .singleBlogCard .top .dateCarOuter,
section.caseListing .blogListTop .singleBlogCard .top .dateCarOuter,
section.blogListing .caseListTop .singleBlogCard .top .dateCarOuter,
section.caseListing .caseListTop .singleBlogCard .top .dateCarOuter,
section.blogListing .blogListTop .singleCaseCard .top .dateCarOuter,
section.caseListing .blogListTop .singleCaseCard .top .dateCarOuter,
section.blogListing .caseListTop .singleCaseCard .top .dateCarOuter,
section.caseListing .caseListTop .singleCaseCard .top .dateCarOuter {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  color: #5B6B7E;
  margin-bottom: 20px;
}
section.blogListing .blogListTop .singleBlogCard .top .dateCarOuter .point,
section.caseListing .blogListTop .singleBlogCard .top .dateCarOuter .point,
section.blogListing .caseListTop .singleBlogCard .top .dateCarOuter .point,
section.caseListing .caseListTop .singleBlogCard .top .dateCarOuter .point,
section.blogListing .blogListTop .singleCaseCard .top .dateCarOuter .point,
section.caseListing .blogListTop .singleCaseCard .top .dateCarOuter .point,
section.blogListing .caseListTop .singleCaseCard .top .dateCarOuter .point,
section.caseListing .caseListTop .singleCaseCard .top .dateCarOuter .point {
  padding: 0 8px;
}
section.blogListing .blogListTop .singleBlogCard .top .dateCarOuter .category ul.postCategories,
section.caseListing .blogListTop .singleBlogCard .top .dateCarOuter .category ul.postCategories,
section.blogListing .caseListTop .singleBlogCard .top .dateCarOuter .category ul.postCategories,
section.caseListing .caseListTop .singleBlogCard .top .dateCarOuter .category ul.postCategories,
section.blogListing .blogListTop .singleCaseCard .top .dateCarOuter .category ul.postCategories,
section.caseListing .blogListTop .singleCaseCard .top .dateCarOuter .category ul.postCategories,
section.blogListing .caseListTop .singleCaseCard .top .dateCarOuter .category ul.postCategories,
section.caseListing .caseListTop .singleCaseCard .top .dateCarOuter .category ul.postCategories {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.blogListing .blogListTop .singleBlogCard .top .titleBlog,
section.caseListing .blogListTop .singleBlogCard .top .titleBlog,
section.blogListing .caseListTop .singleBlogCard .top .titleBlog,
section.caseListing .caseListTop .singleBlogCard .top .titleBlog,
section.blogListing .blogListTop .singleCaseCard .top .titleBlog,
section.caseListing .blogListTop .singleCaseCard .top .titleBlog,
section.blogListing .caseListTop .singleCaseCard .top .titleBlog,
section.caseListing .caseListTop .singleCaseCard .top .titleBlog {
  color: #2E3A4B;
}
section.blogListing .blogListTop .singleBlogCard .top .titleBlog.caseTitle,
section.caseListing .blogListTop .singleBlogCard .top .titleBlog.caseTitle,
section.blogListing .caseListTop .singleBlogCard .top .titleBlog.caseTitle,
section.caseListing .caseListTop .singleBlogCard .top .titleBlog.caseTitle,
section.blogListing .blogListTop .singleCaseCard .top .titleBlog.caseTitle,
section.caseListing .blogListTop .singleCaseCard .top .titleBlog.caseTitle,
section.blogListing .caseListTop .singleCaseCard .top .titleBlog.caseTitle,
section.caseListing .caseListTop .singleCaseCard .top .titleBlog.caseTitle {
  margin-bottom: 2px;
}
section.blogListing .blogListTop .singleBlogCard .top .excerpt,
section.caseListing .blogListTop .singleBlogCard .top .excerpt,
section.blogListing .caseListTop .singleBlogCard .top .excerpt,
section.caseListing .caseListTop .singleBlogCard .top .excerpt,
section.blogListing .blogListTop .singleCaseCard .top .excerpt,
section.caseListing .blogListTop .singleCaseCard .top .excerpt,
section.blogListing .caseListTop .singleCaseCard .top .excerpt,
section.caseListing .caseListTop .singleCaseCard .top .excerpt {
  font-size: 16px;
  color: #44474C;
  font-weight: 400;
  padding-top: 15px;
  margin-bottom: 30px;
}
section.blogListing .blogListTop .singleBlogCard .top .excerpt p,
section.caseListing .blogListTop .singleBlogCard .top .excerpt p,
section.blogListing .caseListTop .singleBlogCard .top .excerpt p,
section.caseListing .caseListTop .singleBlogCard .top .excerpt p,
section.blogListing .blogListTop .singleCaseCard .top .excerpt p,
section.caseListing .blogListTop .singleCaseCard .top .excerpt p,
section.blogListing .caseListTop .singleCaseCard .top .excerpt p,
section.caseListing .caseListTop .singleCaseCard .top .excerpt p {
  margin-bottom: 0;
}
section.blogListing .blogListTop .singleBlogCard .bottomCase,
section.caseListing .blogListTop .singleBlogCard .bottomCase,
section.blogListing .caseListTop .singleBlogCard .bottomCase,
section.caseListing .caseListTop .singleBlogCard .bottomCase,
section.blogListing .blogListTop .singleCaseCard .bottomCase,
section.caseListing .blogListTop .singleCaseCard .bottomCase,
section.blogListing .caseListTop .singleCaseCard .bottomCase,
section.caseListing .caseListTop .singleCaseCard .bottomCase {
  color: #22D3EE;
  font-weight: 600;
}
section.blogListing .blogListTop .singleBlogCard .bottom,
section.caseListing .blogListTop .singleBlogCard .bottom,
section.blogListing .caseListTop .singleBlogCard .bottom,
section.caseListing .caseListTop .singleBlogCard .bottom,
section.blogListing .blogListTop .singleCaseCard .bottom,
section.caseListing .blogListTop .singleCaseCard .bottom,
section.blogListing .caseListTop .singleCaseCard .bottom,
section.caseListing .caseListTop .singleCaseCard .bottom {
  padding-top: 30px;
  font-size: 12px;
  color: #2E3A4B;
}
section.blogListing .blogListTop .singleBlogCard:hover,
section.caseListing .blogListTop .singleBlogCard:hover,
section.blogListing .caseListTop .singleBlogCard:hover,
section.caseListing .caseListTop .singleBlogCard:hover,
section.blogListing .blogListTop .singleCaseCard:hover,
section.caseListing .blogListTop .singleCaseCard:hover,
section.blogListing .caseListTop .singleCaseCard:hover,
section.caseListing .caseListTop .singleCaseCard:hover {
  border: 1px solid #22D3EE;
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
  section.blogListing .blogListTop .singleBlogCard,
  section.caseListing .blogListTop .singleBlogCard,
  section.blogListing .caseListTop .singleBlogCard,
  section.caseListing .caseListTop .singleBlogCard,
  section.blogListing .blogListTop .singleCaseCard,
  section.caseListing .blogListTop .singleCaseCard,
  section.blogListing .caseListTop .singleCaseCard,
  section.caseListing .caseListTop .singleCaseCard {
    padding: 32px;
  }
}
section.blogListing .filtersWrapper,
section.caseListing .filtersWrapper {
  margin-bottom: 40px;
}
section.blogListing .filtersWrapper .filtersOuter .searchOuter .inputOuter,
section.caseListing .filtersWrapper .filtersOuter .searchOuter .inputOuter {
  position: relative;
}
section.blogListing .filtersWrapper .filtersOuter .searchOuter .inputOuter input,
section.caseListing .filtersWrapper .filtersOuter .searchOuter .inputOuter input {
  border: 1px solid #BDC8CE;
  border-radius: 15px;
  height: 40px;
  font-size: 16px;
  color: #2E3A4B;
  outline: none;
  padding: 5px 10px 5px 40px;
  width: 100%;
}
section.blogListing .filtersWrapper .filtersOuter .searchOuter .inputOuter input::placeholder,
section.caseListing .filtersWrapper .filtersOuter .searchOuter .inputOuter input::placeholder {
  font-size: 14px;
  color: #6B7280;
}
section.blogListing .filtersWrapper .filtersOuter .searchOuter .inputOuter::after,
section.caseListing .filtersWrapper .filtersOuter .searchOuter .inputOuter::after {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url('../images/search-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}
@media (min-width: 768px) {
  section.blogListing .filtersWrapper .filtersOuter .searchOuter .inputOuter,
  section.caseListing .filtersWrapper .filtersOuter .searchOuter .inputOuter {
    width: 50%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (min-width: 992px) {
  section.blogListing .filtersWrapper .filtersOuter .searchOuter .inputOuter,
  section.caseListing .filtersWrapper .filtersOuter .searchOuter .inputOuter {
    width: 33%;
  }
}
section.blogListing .filtersWrapper .filtersOuter .searchOuter .selectOuter .dropdown .btnCategoryCustom,
section.caseListing .filtersWrapper .filtersOuter .searchOuter .selectOuter .dropdown .btnCategoryCustom {
  position: relative;
  border: 1px solid #BDC8CE;
  border-radius: 15px;
  height: 40px;
  font-size: 14px;
  color: #2E3A4B;
  outline: none;
  padding: 5px 30px 5px 15px;
  display: flex;
  align-items: center;
  min-width: 200px;
}
section.blogListing .filtersWrapper .filtersOuter .searchOuter .selectOuter .dropdown .btnCategoryCustom:after,
section.caseListing .filtersWrapper .filtersOuter .searchOuter .selectOuter .dropdown .btnCategoryCustom:after {
  display: none;
}
section.blogListing .filtersWrapper .filtersOuter .searchOuter .selectOuter .dropdown .btnCategoryCustom::before,
section.caseListing .filtersWrapper .filtersOuter .searchOuter .selectOuter .dropdown .btnCategoryCustom::before {
  content: '';
  width: 9px;
  height: 9px;
  background-image: url('../images/icon-dropdown.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
section.blogListing .filtersWrapper .filtersOuter .searchOuter .selectOuter .dropdown .dropdown-menu li a:hover,
section.caseListing .filtersWrapper .filtersOuter .searchOuter .selectOuter .dropdown .dropdown-menu li a:hover {
  background-color: #E9EDF1;
}
section.blogListing .filtersWrapper .filtersOuter .searchOuter.seachCaseOuter .selectOuter:first-child,
section.caseListing .filtersWrapper .filtersOuter .searchOuter.seachCaseOuter .selectOuter:first-child {
  padding-left: 0;
}
@media (min-width: 768px) {
  section.blogListing .filtersWrapper .filtersOuter .searchOuter,
  section.caseListing .filtersWrapper .filtersOuter .searchOuter {
    display: flex;
  }
  section.blogListing .filtersWrapper .filtersOuter .searchOuter .selectOuter,
  section.caseListing .filtersWrapper .filtersOuter .searchOuter .selectOuter {
    padding-left: 20px;
  }
}
section.caseStudiesSingleBodyWrapper .innerCaseWrapper .singleCaseOuter .titleWrapper {
  margin-bottom: 50px;
}
section.caseStudiesSingleBodyWrapper .innerCaseWrapper .singleCaseOuter .titleWrapper .mainTitle {
  color: #0F172A;
}
@media (min-width: 768px) {
  section.caseStudiesSingleBodyWrapper .innerCaseWrapper .singleCaseOuter .titleWrapper .mainTitle {
    margin-bottom: 20px;
  }
}
section.caseStudiesSingleBodyWrapper .innerCaseWrapper .singleCaseOuter .titleWrapper .mainDesc {
  color: #44474C;
}
section.caseStudiesSingleBodyWrapper .innerCaseWrapper .singleCaseOuter .titleWrapper .themeTitle {
  background: linear-gradient(103.16deg, #22D3EE 0%, #0EA5E9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  section.caseStudiesSingleBodyWrapper .innerCaseWrapper .singleCaseOuter .titleWrapper .themeTitle {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  section.caseStudiesSingleBodyWrapper .innerCaseWrapper .singleCaseOuter .titleWrapper {
    margin-bottom: 90px;
  }
}
.blogListRegular {
  padding-top: 40px;
}
.blogListRegular .blogsListWrapper .singleBlogRow,
.blogListRegular .blogsListWrapperSearch .singleBlogRow {
  padding: 30px 0;
  border-bottom: 1px solid #C6C6CD7A;
}
.blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customColDate,
.blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customColDate {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customColDate,
  .blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customColDate {
    width: 20%;
    margin-bottom: 0;
    display: block;
  }
}
.blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customColTitle,
.blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customColTitle {
  width: 100%;
}
.blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customColTitle a,
.blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customColTitle a {
  position: relative;
  transition: all 0.3s ease;
}
.blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customColTitle a:hover,
.blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customColTitle a:hover {
  color: #22D3EE;
}
@media (min-width: 992px) {
  .blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customColTitle,
  .blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customColTitle {
    width: 65%;
  }
}
.blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customColMinread,
.blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customColMinread {
  width: 100%;
}
@media (min-width: 992px) {
  .blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customColMinread,
  .blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customColMinread {
    width: 15%;
  }
}
.blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customCol .dateCarOuter .category ul.postCategories,
.blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customCol .dateCarOuter .category ul.postCategories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customCol .dateCarOuter .category ul.postCategories li,
.blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customCol .dateCarOuter .category ul.postCategories li {
  font-weight: 600;
  font-size: 14px;
  color: #0F2742;
}
.blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customCol .dateCarOuter .date,
.blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customCol .dateCarOuter .date {
  color: #76777D;
  font-size: 16px;
  font-weight: 400;
}
.blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customCol .titleBlog,
.blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customCol .titleBlog {
  padding: 0;
}
@media (min-width: 992px) {
  .blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customCol .titleBlog,
  .blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customCol .titleBlog {
    padding: 37px 0;
  }
}
.blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customCol .minReadOuter,
.blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customCol .minReadOuter {
  color: #76777D;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customCol .minReadOuter .rt-prefix,
.blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customCol .minReadOuter .rt-prefix,
.blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customCol .minReadOuter .rt-suffix,
.blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customCol .minReadOuter .rt-suffix {
  display: none;
}
@media (min-width: 992px) {
  .blogListRegular .blogsListWrapper .singleBlogRow .cutomRow .customCol .minReadOuter,
  .blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow .customCol .minReadOuter {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .blogListRegular .blogsListWrapper .singleBlogRow .cutomRow,
  .blogListRegular .blogsListWrapperSearch .singleBlogRow .cutomRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .blogListRegular .blogsListWrapper .singleBlogRow,
  .blogListRegular .blogsListWrapperSearch .singleBlogRow {
    padding: 0;
  }
}
.blogListRegular #load-more-blogs {
  background-color: transparent;
}
@media (min-width: 992px) {
  .blogListRegular {
    padding-top: 50px;
  }
}
section.singleBlogWrapper .singleBlogContent {
  color: #45464D;
}
section.singleBlogWrapper .singleBlogContent h1,
section.singleBlogWrapper .singleBlogContent h2,
section.singleBlogWrapper .singleBlogContent h3,
section.singleBlogWrapper .singleBlogContent h4,
section.singleBlogWrapper .singleBlogContent h5,
section.singleBlogWrapper .singleBlogContent h6 {
  color: #000;
  font-weight: 700;
  margin-bottom: 23px;
}
section.singleBlogWrapper .singleBlogContent .tagsOuter {
  padding-top: 15px;
}
section.singleBlogWrapper .singleBlogContent .tagsOuter ul.postTags {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
section.singleBlogWrapper .singleBlogContent .tagsOuter ul.postTags li a {
  color: #76777D;
  font-size: 14px;
  font-weight: 600;
  background-color: #E6E8EA;
  padding: 5px 12px;
  border-radius: 50px;
  border: 1px solid transparent;
  pointer-events: none;
}
section.singleBlogWrapper .singleBlogContent .tagsOuter ul.postTags li a:hover {
  border: 1px solid #000;
}
.searchLoader {
  text-align: center;
  padding: 45px 15px 85px;
}
.searchLoader .spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #ddd;
  border-top: 3px solid #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}
section.serviceListing .singleServiceListingCard {
  background-color: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  height: 100%;
  padding: 20px;
  transition: all 0.3s ease;
}
section.serviceListing .singleServiceListingCard .iconOuter {
  margin-bottom: 23px;
}
section.serviceListing .singleServiceListingCard .iconOuter img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
section.serviceListing .singleServiceListingCard .subTitle {
  color: #0A1422;
}
section.serviceListing .singleServiceListingCard .subDesc {
  color: #44474C;
  margin-bottom: 10px;
}
section.serviceListing .singleServiceListingCard:hover {
  border-color: #22D3EE;
}
section.serviceListing .singleServiceListingCard:hover .iconOuter img {
  filter: grayscale(0);
}
@media (min-width: 768px) {
  section.serviceListing .singleServiceListingCard {
    padding: 30px;
  }
}
section.whyservicesInner .whyServicesListWrapper .singleListOuter .subTitle {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 13px;
  color: #2E3A4B;
}
section.whyservicesInner .whyServicesListWrapper .singleListOuter .subTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(91, 107, 126, 0.75) 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  section.whyservicesInner .whyServicesListWrapper .singleListOuter .subTitle::before {
    background-size: 15px 1px;
  }
}
section.whyservicesInner .whyServicesListWrapper .singleListOuter:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  section.whyservicesInner .whyServicesListWrapper .singleListOuter:not(:last-child) {
    margin-bottom: 40px;
  }
}
section.partnerSecond .titleWrapper .mainDesc {
  color: #45464D;
}
section.partnerSecond .singleSecondCard {
  position: relative;
  padding-top: 25px;
}
section.partnerSecond .singleSecondCard .singleOuter .subTitle {
  color: #111827;
}
section.partnerSecond .singleSecondCard .singleOuter .subDesc {
  color: rgba(15, 39, 66, 0.6);
}
section.partnerSecond .singleSecondCard::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(91, 107, 126, 0.75) 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  section.partnerSecond .singleSecondCard::before {
    background-size: 15px 0.5px;
  }
}
section.anchorPartners .titleWrapper .mainDesc {
  color: #45464D;
}
section.anchorPartners .singleAnchorListingCard {
  background-color: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  height: 100%;
  padding: 20px;
}
section.anchorPartners .singleAnchorListingCard .iconWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
}
section.anchorPartners .singleAnchorListingCard .iconWrapper .iconOuter img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
section.anchorPartners .singleAnchorListingCard .iconWrapper .tagOuter .tagInner {
  position: relative;
  color: #64748B;
  font-size: 10px;
  border-radius: 12px;
  padding: 3px 10px 3px 24px;
  background-color: #E0F7FA;
}
section.anchorPartners .singleAnchorListingCard .iconWrapper .tagOuter .tagInner::before {
  content: '';
  background-image: url('../images/icon-star.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
section.anchorPartners .singleAnchorListingCard .subTitle {
  color: #0A1422;
}
section.anchorPartners .singleAnchorListingCard .subDesc {
  color: #44474C;
  margin-bottom: 10px;
}
section.anchorPartners .singleAnchorListingCard .subDesc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
section.anchorPartners .singleAnchorListingCard .subDesc ul li {
  background-color: #E6E8EA;
  font-size: 16px;
  color: #44474C;
  padding: 3px 10px;
  margin-right: 8px;
  margin-bottom: 8px;
}
section.anchorPartners .singleAnchorListingCard:hover .iconWrapper .iconOuter img {
  filter: grayscale(0);
}
@media (min-width: 768px) {
  section.anchorPartners .singleAnchorListingCard {
    padding: 30px;
  }
}
section.extendedEco .titleWrapper .mainDesc {
  color: #45464D;
}
section.extendedEco .singleEcoCard {
  background-color: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  height: 100%;
  padding: 20px 10px;
}
section.extendedEco .singleEcoCard .innerCard {
  display: flex;
  align-items: center;
}
section.extendedEco .singleEcoCard .innerCard .iconOuter img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
section.extendedEco .singleEcoCard .innerCard .contentOuter {
  padding-left: 20px;
}
section.extendedEco .singleEcoCard .innerCard .contentOuter .subTitle {
  color: #0A2540;
}
section.extendedEco .singleEcoCard .innerCard .contentOuter .tag {
  display: inline-block;
  color: #5B6B7E;
  background-color: #E6E8EA;
  padding: 1px 12px;
  border-radius: 50px;
}
@media (min-width: 992px) {
  section.extendedEco .singleEcoCard {
    padding: 27px 15px;
  }
}
section.capabilitySection .titleWrapper .mainDesc {
  color: #45464D;
}
section.capabilitySection .tableWrapperOuter {
  width: 100%;
  transition: max-width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
section.capabilitySection .tableWrapperOuter .flex-table {
  width: 100%;
  overflow: hidden;
}
section.capabilitySection .tableWrapperOuter .flex-table .thead {
  display: none;
}
section.capabilitySection .tableWrapperOuter .flex-table .thead .columnheader .subTitle {
  color: #0F2742;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section.capabilitySection .tableWrapperOuter .flex-table .thead {
    display: flex;
    gap: 20px;
    padding: 20px;
  }
  section.capabilitySection .tableWrapperOuter .flex-table .thead .columnheader:nth-child(1) {
    width: 20%;
  }
  section.capabilitySection .tableWrapperOuter .flex-table .thead .columnheader:nth-child(2) {
    width: 35%;
  }
  section.capabilitySection .tableWrapperOuter .flex-table .thead .columnheader:nth-child(3) {
    width: 45%;
  }
}
section.capabilitySection .tableWrapperOuter .flex-table .trow {
  border-top: 1px solid rgba(198, 198, 205, 0.48);
  padding: 30px 0;
}
section.capabilitySection .tableWrapperOuter .flex-table .trow .rowcell .cellLabel .subTitle {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section.capabilitySection .tableWrapperOuter .flex-table .trow .rowcell .cellLabel {
    display: none;
  }
}
section.capabilitySection .tableWrapperOuter .flex-table .trow .rowcell .columnText {
  font-size: 16px;
  color: rgba(15, 39, 66, 0.8);
}
section.capabilitySection .tableWrapperOuter .flex-table .trow .rowcell:first-child .columnText {
  font-size: 18px;
  font-weight: 600;
  color: rgba(15, 39, 66, 0.8);
}
section.capabilitySection .tableWrapperOuter .flex-table .trow .rowcell:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  section.capabilitySection .tableWrapperOuter .flex-table .trow .rowcell:not(:last-child) {
    margin-bottom: 0;
  }
}
section.capabilitySection .tableWrapperOuter .flex-table .trow:last-child {
  border-bottom: 1px solid rgba(198, 198, 205, 0.48);
}
@media (min-width: 768px) {
  section.capabilitySection .tableWrapperOuter .flex-table .trow {
    display: flex;
    gap: 20px;
    padding: 20px;
  }
  section.capabilitySection .tableWrapperOuter .flex-table .trow .rowcell:nth-child(1) {
    width: 20%;
  }
  section.capabilitySection .tableWrapperOuter .flex-table .trow .rowcell:nth-child(2) {
    width: 35%;
  }
  section.capabilitySection .tableWrapperOuter .flex-table .trow .rowcell:nth-child(2) .columnText {
    padding-right: 20px;
  }
  section.capabilitySection .tableWrapperOuter .flex-table .trow .rowcell:nth-child(3) {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  section.capabilitySection .tableWrapperOuter .flex-table .trow .rowcell:nth-child(2) {
    width: 35%;
  }
  section.capabilitySection .tableWrapperOuter .flex-table .trow .rowcell:nth-child(2) .columnText {
    padding-right: 70px;
  }
}
section.aisol_thirdSection .titleWrapper .mainTitle {
  color: #1F2937;
}
section.aisol_thirdSection .titleWrapper .mainDesc {
  color: #6B7280;
  max-width: 400px;
}
section.aisol_thirdSection .pointersOuter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.aisol_thirdSection .pointersOuter ul li {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: rgba(31, 41, 55, 0.8);
  margin-bottom: 20px;
  padding-left: 35px;
}
section.aisol_thirdSection .pointersOuter ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url('../images/icon-list.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
/*
section.rightOffering {
  .tableWrapperOuter {
    width: 100%;
    transition: max-width .35s cubic-bezier(.4,0,.2,1);
    .flex-table {
      width: 100%;
      overflow: hidden;
      .thead {
        display: none;
        .columnheader {
          .subTitle {
            color: fade(#0F2742, 80%);
            font-weight: 400;
            font-size: 16px;
            margin-bottom: 0;
          }
        }
        @media(min-width: @tabwidth) {
          display: flex;
          gap: 20px;
          padding: 20px;
          .columnheader {
            &:nth-child(1) {
              width: 23%;
            }
            &:nth-child(2) {
              width: 35%;
            }
            &:nth-child(3) {
              width: 42%;
            }
          }
        }
      }
      .trow {
        border-top: 1px solid fade(#C6C6CD, 48%);
        padding: 30px 0;
        .rowcell {
          .cellLabel {
            .subTitle {
              margin-bottom: 0;
            }
            @media(min-width: @tabwidth) {
              display: none;
            }
          }
          .columnText {
            font-size: 16px;
            color: fade(#0F2742, 80%);
          }
          &:first-child {
            .columnText {
              // font-size: 18px;
              // font-weight: 600;
              // color: fade(#0F2742, 80%);
            }
          }
          &:not(:last-child) {
            margin-bottom: 10px;
            @media(min-width: @tabwidth) {
              margin-bottom: 0;
            }
          }
        }
        &:last-child {
          border-bottom: 1px solid fade(#C6C6CD, 48%);
        }
        @media(min-width: @tabwidth) {
          display: flex;
          gap: 20px;
          padding: 20px;
          .rowcell {
            &:nth-child(1) {
              width: 23%;
            }
            &:nth-child(2) {
              width: 35%;
              .columnText {
                padding-right: 20px;
              }
            }
            &:nth-child(3) {
              width: 42%;
            }
          }
        }
        @media(min-width: @desktoplargewidth) {
          .rowcell {
            &:nth-child(2) {
              .columnText {
                padding-right: 70px;
              }
            }
          }
        }
      }
    } 
  }
}
*/
section.rightOffering .tableWrapperOuter {
  width: 100%;
  overflow-x: auto;
  transition: max-width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
section.rightOffering .tableWrapperOuter .flex-table {
  width: 100%;
  min-width: 650px;
  overflow: hidden;
}
section.rightOffering .tableWrapperOuter .flex-table .thead {
  display: flex;
  gap: 20px;
  padding: 20px;
}
section.rightOffering .tableWrapperOuter .flex-table .thead .columnheader .subTitle {
  color: rgba(15, 39, 66, 0.8);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
section.rightOffering .tableWrapperOuter .flex-table .thead .columnheader:nth-child(1) {
  width: 23%;
}
section.rightOffering .tableWrapperOuter .flex-table .thead .columnheader:nth-child(2) {
  width: 35%;
}
section.rightOffering .tableWrapperOuter .flex-table .thead .columnheader:nth-child(3) {
  width: 42%;
}
section.rightOffering .tableWrapperOuter .flex-table .trow {
  border-top: 1px solid rgba(198, 198, 205, 0.48);
  display: flex;
  gap: 20px;
  padding: 20px;
}
section.rightOffering .tableWrapperOuter .flex-table .trow .rowcell .columnText {
  font-size: 16px;
  color: rgba(15, 39, 66, 0.8);
}
section.rightOffering .tableWrapperOuter .flex-table .trow .rowcell:nth-child(1) {
  width: 23%;
}
section.rightOffering .tableWrapperOuter .flex-table .trow .rowcell:nth-child(2) {
  width: 35%;
}
section.rightOffering .tableWrapperOuter .flex-table .trow .rowcell:nth-child(2) .columnText {
  padding-right: 20px;
}
section.rightOffering .tableWrapperOuter .flex-table .trow .rowcell:nth-child(3) {
  width: 42%;
}
section.rightOffering .tableWrapperOuter .flex-table .trow .rowcell:not(:last-child) {
  margin-bottom: 0;
}
section.rightOffering .tableWrapperOuter .flex-table .trow:last-child {
  border-bottom: 1px solid rgba(198, 198, 205, 0.48);
}
@media (min-width: 1200px) {
  section.rightOffering .tableWrapperOuter .flex-table .trow .rowcell:nth-child(2) .columnText {
    padding-right: 70px;
  }
}
section.flagshipOffering .singleFlagoffering .firstSection,
section.flagshipOffering .singleFlagoffering .secondSection,
section.flagshipOffering .singleFlagoffering .thirdSection {
  margin-bottom: 65px;
}
section.flagshipOffering .singleFlagoffering .fourthSection {
  margin-bottom: 100px;
}
section.flagshipOffering .singleFlagoffering .innerSectionTitle {
  font-size: 24px;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 10px;
}
section.flagshipOffering .singleFlagoffering .innerSectionTitle.white {
  color: #fff;
}
section.flagshipOffering .singleFlagoffering .innerSectionTitle.fw600 {
  font-weight: 600;
}
section.flagshipOffering .singleFlagoffering .mainTitleSectionWrapper .count {
  font-size: 48px;
  background: linear-gradient(101.08deg, #22D3EE 0%, #0EA5E9 50%, #1E40AF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  padding-right: 2px;
  display: inline-block;
}
section.flagshipOffering .singleFlagoffering .mainTitleSectionWrapper .countBottomText {
  font-size: 12px;
  font-weight: 600;
  color: #22D3EE;
  letter-spacing: 1.2px;
}
section.flagshipOffering .singleFlagoffering .mainTitleSectionWrapper .titleWrapper .mainTitle {
  color: #0F172A;
}
section.flagshipOffering .singleFlagoffering .mainTitleSectionWrapper .titleWrapper .mainDesc {
  color: #64748B;
}
section.flagshipOffering .singleFlagoffering .imgWrapper img {
  box-shadow: 0px 20px 25px -5px #0000001A;
}
section.flagshipOffering .singleFlagoffering .titleOuter {
  margin-bottom: 40px;
}
section.flagshipOffering .singleFlagoffering .titleOuter .mainDesc {
  color: #64748B;
}
@media (min-width: 1200px) {
  section.flagshipOffering .singleFlagoffering .secondSection .custom-lg-gutter {
    --bs-gutter-x: 6rem;
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  section.flagshipOffering .singleFlagoffering .secondSection .custom-lg-gutter > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
section.flagshipOffering .singleFlagoffering .secondSection .singleSecondOuter {
  position: relative;
  padding-top: 15px;
}
section.flagshipOffering .singleFlagoffering .secondSection .singleSecondOuter .subTitle {
  position: relative;
  color: #0F172A;
  padding-left: 30px;
}
section.flagshipOffering .singleFlagoffering .secondSection .singleSecondOuter .subTitle::before {
  content: '';
  background-image: url('../images/icon-li.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 0;
}
section.flagshipOffering .singleFlagoffering .secondSection .singleSecondOuter .subDesc {
  color: #64748B;
}
section.flagshipOffering .singleFlagoffering .secondSection .singleSecondOuter::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(91, 107, 126, 0.75) 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
}
section.flagshipOffering .singleFlagoffering .thirdSection .singleSec3 {
  padding: 30px 20px;
  border-radius: 16px;
  background-color: #F5F7FA;
  height: 100%;
}
section.flagshipOffering .singleFlagoffering .thirdSection .singleSec3 .count {
  font-size: 34px;
  background: linear-gradient(101.08deg, #22D3EE 0%, #0EA5E9 50%, #1E40AF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  padding-right: 2px;
  display: inline-block;
  margin-bottom: 10px;
}
section.flagshipOffering .singleFlagoffering .thirdSection .singleSec3 .subTitle {
  color: #0F172A;
}
section.flagshipOffering .singleFlagoffering .thirdSection .singleSec3 .subTitle.sub2 {
  color: #2E3A4B;
  font-weight: 700;
  font-size: 24px;
}
section.flagshipOffering .singleFlagoffering .thirdSection .singleSec3 .subDesc {
  color: #64748B;
}
@media (min-width: 1400px) {
  section.flagshipOffering .singleFlagoffering .thirdSection .singleSec3 {
    padding: 30px 25px;
  }
}
section.flagshipOffering .singleFlagoffering .fourthSection {
  padding: 30px 20px;
  border-radius: 16px;
  background-color: #0F172A;
}
section.flagshipOffering .singleFlagoffering .fourthSection .innerSectionTitle {
  padding-bottom: 10px;
  border-bottom: 1px solid #8690A1;
}
section.flagshipOffering .singleFlagoffering .fourthSection .single4counter .top {
  font-size: 48px;
  font-weight: 800;
  color: #22D3EE;
}
section.flagshipOffering .singleFlagoffering .fourthSection .single4counter .bottom {
  font-size: 16px;
  color: #8690A1;
}
@media (min-width: 1400px) {
  section.flagshipOffering .singleFlagoffering .fourthSection {
    padding: 30px 25px;
  }
}
section.flagshipOffering .singleFlagoffering:last-child .fourthSection {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  section.industryListingWrapper .oddrow {
    flex-direction: row-reverse;
  }
}
section.industryListingWrapper .contentWrapper .tagsOuter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
section.industryListingWrapper .contentWrapper .tagsOuter .singleTag {
  color: #565E74;
  font-weight: 500;
  font-size: 12px;
  border-radius: 12px;
  border: 1px solid #5B6B7E;
  padding: 3px 10px;
}
@media (min-width: 1400px) {
  section.industryListingWrapper .contentWrapper .tagsOuter .singleTag {
    margin-right: 5px;
  }
}
section.industryListingWrapper .contentWrapper .detailLinkOuter a {
  background: linear-gradient(103.16deg, #22D3EE 0%, #0EA5E9 100%);
  text-decoration: underline;
  font-weight: 400;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 16px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-right: 17px;
  transition: all 0.3s ease;
}
section.industryListingWrapper .contentWrapper .detailLinkOuter a::after {
  content: '';
  background-image: url('../images/icon-arrow-gradient-right.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
section.industryListingWrapper .contentWrapper .detailLinkOuter a:hover {
  background: linear-gradient(103.16deg, #0EA5E9 0%, #22D3EE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 16px;
}
section.industryListingWrapper .contentWrapper .detailLinkOuter a:hover::after {
  right: -5px;
}
section.industryListingWrapper .imageWrapper img {
  border-radius: 16px;
}
section.industryListingWrapper .spacer {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  section.industryListingWrapper .spacer {
    padding-bottom: 130px;
  }
}
section.industryIntro .titleWrapper .mainTitle {
  color: #000;
}
section.industryIntro .titleWrapper .mainDesc {
  color: #45464D;
}
section.weDeliver .titleWrapper .mainTitle {
  color: #0B1C30;
}
section.weDeliver .titleWrapper .mainDesc {
  color: #45464D;
}
section.weDeliver .singleDeliverCard {
  position: relative;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  background-color: #F5F7FA;
  padding: 20px;
  overflow: hidden;
  height: 100%;
  transition: all 0.5s ease;
}
section.weDeliver .singleDeliverCard .subDesc {
  color: #45464C;
}
section.weDeliver .singleDeliverCard .subDesc ul {
  margin: 0;
  padding-left: 20px;
}
section.weDeliver .singleDeliverCard .subDesc ul li::marker {
  color: #3FE1FD;
}
section.weDeliver .singleDeliverCard .subDesc ul li:not(:last-child) {
  margin-bottom: 5px;
}
section.weDeliver .singleDeliverCard:hover {
  border-color: #22D3EE;
}
@media (min-width: 992px) {
  section.weDeliver .singleDeliverCard {
    padding: 35px 25px;
  }
}
@media (min-width: 1400px) {
  section.weDeliver .singleDeliverCard {
    padding: 40px 35px;
  }
}
section.whyinnerparner .titleWrapper .mainTitle {
  color: #0F172A;
}
section.whyinnerparner .titleWrapper .mainDesc {
  font-size: 16px;
}
section.servicesSection .serviceCard {
  position: relative;
  border: 1px solid #E9EDF1;
  border-radius: 12px;
  background-color: #F5F7FA;
  padding: 20px;
  overflow: hidden;
  height: 100%;
  transition: all 0.5s ease;
}
section.servicesSection .serviceCard .count {
  font-weight: 700;
  font-size: 18px;
  color: #22D3EE;
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  section.servicesSection .serviceCard .count {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
section.servicesSection .serviceCard .subTitle {
  color: #0F172A;
}
section.servicesSection .serviceCard .subDesc {
  font-size: 16px;
}
section.servicesSection .serviceCard .subDesc ul {
  margin-bottom: 0;
}
section.servicesSection .serviceCard::before {
  content: "";
  background-color: #22D3EE;
  height: 2px;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
section.servicesSection .serviceCard:hover {
  border-color: #22D3EE;
  box-shadow: 0px 20px 40px 0px #0ea5e914;
}
section.servicesSection .serviceCard:hover::before {
  height: 4px;
  opacity: 1;
}
@media (min-width: 992px) {
  section.servicesSection .serviceCard.salesforceService {
    padding: 20px 25px;
  }
}
@media (min-width: 992px) {
  section.servicesSection .serviceCard {
    padding: 40px 35px;
  }
}
section.technologies .singleTechCard {
  position: relative;
  border: 1px solid #E9EDF1;
  border-radius: 12px;
  background-color: #fff;
  padding: 20px 20px 15px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  transition: all 0.5s ease;
}
section.technologies .singleTechCard .subTitle {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #C6C6CD;
  margin-bottom: 17px;
  padding-bottom: 17px;
}
section.technologies .singleTechCard .subTitle .count {
  font-size: 40px;
  font-weight: 400;
  background: linear-gradient(159deg, #22D3EE 8.55%, #0EA5E9 50%, #1E40AF 91.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  padding-right: 14px;
}
section.technologies .singleTechCard .subDesc {
  font-weight: 500;
}
section.technologies .singleTechCard .subDesc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.technologies .singleTechCard .subDesc ul li {
  position: relative;
  padding-left: 32px;
}
section.technologies .singleTechCard .subDesc ul li:not(:last-child) {
  margin-bottom: 5px;
}
section.technologies .singleTechCard .subDesc ul li::before {
  content: '';
  background-image: url('../images/icon-list.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 0;
}
section.technologies .singleTechCard:hover {
  border-color: #22D3EE;
  box-shadow: 0px 20px 40px 0px #0ea5e914;
}
@media (min-width: 992px) {
  section.technologies .singleTechCard {
    padding: 30px 28px 28px;
  }
}
section.whytechkrill .titleWrapper .mainDesc {
  color: #6B7280;
}
section.whytechkrill .singleWhyTechkrillCard {
  position: relative;
  padding: 45px 20px 35px;
  border-radius: 16px;
  height: 100%;
  border: 1px solid #22D3EE;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}
section.whytechkrill .singleWhyTechkrillCard .alpha {
  color: #00658E;
  font-size: 72px;
  line-height: 1;
  font-style: italic;
  font-family: "Instrument Serif", serif;
  position: absolute;
  left: 5px;
  top: 5px;
  opacity: 0.1;
}
section.whytechkrill .singleWhyTechkrillCard .subTitle {
  color: #2E3A4B;
}
@media (min-width: 1400px) {
  section.whytechkrill .singleWhyTechkrillCard {
    padding: 50px 25px 40px;
  }
}
section.industriesSection .singleWhyTechkrillCard {
  position: relative;
  border: 1px solid rgba(198, 198, 205, 0.3);
  border-radius: 12px;
  background-color: #F5F7FA;
  padding: 20px 20px 15px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  transition: all 0.5s ease;
}
section.industriesSection .singleWhyTechkrillCard .subDesc {
  color: #64748B;
}
@media (min-width: 992px) {
  section.industriesSection .singleWhyTechkrillCard {
    padding: 30px 28px 28px;
  }
}
@media (min-width: 992px) {
  section.salesforceCustomization .col-customlg-4 {
    width: 31%;
  }
}
section.salesforceCustomization .titleWrapper .mainDesc {
  color: #6B7280;
}
section.salesforceCustomization .singleCustomization {
  position: relative;
  padding-top: 18px;
}
section.salesforceCustomization .singleCustomization .subTitle {
  position: relative;
  color: #0F172A;
  padding-left: 35px;
}
section.salesforceCustomization .singleCustomization .subTitle::before {
  content: '';
  background-image: url('../images/icon-li.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.salesforceCustomization .singleCustomization::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(91, 107, 126, 0.75) 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  section.salesforceCustomization .singleCustomization::before {
    background-size: 15px 0.5px;
  }
}
@media (min-width: 992px) {
  section.salesforceCustomization .singleCustomization {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
section.salesforceAnalyticsSection .singleCard {
  background-color: #fff;
  border: 1px solid #E9EDF1;
  border-radius: 12px;
  box-shadow: 1px 1px 26px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 20px;
  height: 100%;
  transition: all 0.5s ease;
}
section.salesforceAnalyticsSection .singleCard .singleInner .subTitleTop {
  font-size: 16px;
  font-weight: 400;
  color: #2E3A4B;
  margin-bottom: 10px;
  background: linear-gradient(0deg, #2E3A4B, #2E3A4B), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
section.salesforceAnalyticsSection .singleCard:hover {
  border-color: #22D3EE;
  box-shadow: 0px 20px 40px 0px #0ea5e914;
}
section.salesforceAnalyticsSection .singleCard:hover .singleInner .iconOuter img {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  section.salesforceAnalyticsSection .singleCard {
    padding: 30px 12px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  section.salesforceAnalyticsSection .singleCard {
    padding: 30px 21px;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
