@font-face {
  font-family: "Manrope400";
  src: url("../../fonts/Manrope/Manrope-Regular.ttf");
}
@font-face {
  font-family: "Manrope500";
  src: url("../../fonts/Manrope/Manrope-Medium.ttf");
}
@font-face {
  font-family: "Manrope600";
  src: url("../../fonts/Manrope/Manrope-SemiBold.ttf");
}
@font-face {
  font-family: "Manrope700";
  src: url("../../fonts/Manrope/Manrope-Bold.ttf");
}
@font-face {
  font-family: "Space Grotesk300";
  src: url("../../fonts/Space_Grotesk/SpaceGrotesk-Light.ttf");
}
@font-face {
  font-family: "Space Grotesk400";
  src: url("../../fonts/Space_Grotesk/SpaceGrotesk-Regular.ttf");
}
@font-face {
  font-family: "Space Grotesk500";
  src: url("../../fonts/Space_Grotesk/SpaceGrotesk-Medium.ttf");
}
@font-face {
  font-family: "Space Grotesk600";
  src: url("../../fonts/Space_Grotesk/SpaceGrotesk-SemiBold.ttf");
}
@font-face {
  font-family: "Space Grotesk700";
  src: url("../../fonts/Space_Grotesk/SpaceGrotesk-Bold.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope400";
}

.commonBtn {
  display: block;
  text-decoration: none;
  background: linear-gradient(226deg, #3DC2EC 0%, #1230AE 97.97%);
  border-radius: 5px;
  overflow: hidden;
}
.commonBtn:hover .innner {
  background: rgba(18, 49, 174, 0);
}
.commonBtn:hover .innner img {
  rotate: 45deg;
}
.commonBtn .innner {
  transition: all 0.4s;
  padding: 12px 20px;
  background: #1230AE;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.commonBtn .innner img {
  transition: all 0.4s;
}
.commonBtn .innner .textt {
  color: #FFF;
  font-family: Manrope600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

header {
  position: relative;
}
header .inner {
  padding-top: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .inner .togBtn {
  display: none;
  background: none;
  outline: none;
  border: none;
}
@media screen and (max-width: 990px) {
  header .inner .togBtn {
    display: block;
  }
}
header .inner .navItems {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
@media screen and (max-width: 990px) {
  header .inner .navItems {
    display: none;
  }
}
header .inner .navItems .cdropdown {
  position: static;
}
header .inner .navItems .cdropdown .customDrp {
  text-decoration: none;
  color: #000;
  font-family: Manrope500;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  background: none;
  border: none;
  outline: none;
}
header .inner .navItems .cdropdown .customDrp img {
  margin-left: 10px;
}
header .inner .navItems .cdropdown .customMenu {
  position: absolute;
  width: 100%;
  top: 31px !important;
  background: white;
  border-radius: 0px;
  padding-top: 38px;
  padding-bottom: 50px;
  border: none;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
header .inner .navItems .cdropdown .customMenu .menus .menulist .heading {
  color: #000;
  font-family: "Space Grotesk500";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
  margin-bottom: 32px;
}
header .inner .navItems .cdropdown .customMenu .menus .menulist .bigHead {
  max-width: 390px;
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.72px;
}
header .inner .navItems .cdropdown .customMenu .menus .menulist .links.regular .link {
  font-family: Manrope400;
  font-weight: 400;
}
header .inner .navItems .cdropdown .customMenu .menus .menulist .links .link {
  color: #656565;
  font-family: Manrope600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
}
header .inner .navItems .cdropdown .customMenu .menus .menulist .links .link span {
  color: #656565;
  font-family: Manrope400;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
header .inner .navItems .cdropdown .customMenuSmall {
  border-radius: 10px;
  background: #FFF;
  /* Logo Shadow */
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
  border: none;
}
header .inner .navItems .cdropdown .customMenuSmall li a {
  text-decoration: none;
  color: #656565;
  font-family: Manrope600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 15px;
  display: block;
}
header .inner .navItems .cdropdown .customMenuSmall li a .pbnone {
  padding-bottom: none;
}
header .inner .navItems .cdropdown .customMenuSmall li a span {
  border-radius: 5px;
  background: #1230AE;
  color: #FFF;
  text-align: center;
  font-family: Manrope700;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 218.182% */
  text-transform: uppercase;
  padding: 1px 6px;
}
header .sideBar {
  z-index: 10;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px 26px 23px;
  transform: translateX(-100%);
  transition: all 0.5s;
}
header .sideBar.show {
  transform: translateX(0%);
}
header .sideBar .backDiv {
  background: white;
}
header .sideBar .backDiv .backBtn {
  border: none;
  background: none;
}
header .sideBar .menuss {
  overflow-y: scroll;
  height: calc(100vh - 60px);
}
header .sideBar .menuss .menuu {
  margin-top: 30px;
}
header .sideBar .menuss .menuu .menButton {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border: none;
  background: none;
  color: #000;
  font-family: "Space Grotesk500";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
}
header .sideBar .menuss .menuu .collapsecusto .navLinkks .navLinkk {
  margin-top: 15px;
  color: #656565;
  font-family: Manrope600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  display: block;
  text-decoration: none;
}
header .sideBar .menuss .menuu .collapsecusto .navLinkks .navLinkk span {
  color: white;
  border-radius: 5px;
  background: #1230AE;
  text-align: center;
  font-family: Manrope700;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding: 1px 7px;
}
@media screen and (max-width: 500px) {
  header .busSoln {
    margin-top: 15px;
  }
}
header .busSoln .solnDiv {
  text-decoration: none;
  margin-bottom: 20px;
  max-width: 285px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  padding: 15px 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
header .busSoln .solnDiv .text {
  color: #656565;
  font-family: Manrope600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
header .busSoln .solnDiv .text.active {
  color: #1230AE;
}

.heroSection .insection {
  padding-top: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 500px) {
  .heroSection .insection {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 990px) {
  .heroSection .insection .leftSection {
    margin-top: 34px;
  }
}
.heroSection .insection .leftSection .subHead {
  color: #000;
  font-family: Manrope700;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.heroSection .insection .leftSection .head {
  margin-top: 25px;
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.32px;
  max-width: 545px;
}
@media screen and (max-width: 500px) {
  .heroSection .insection .leftSection .head {
    margin-top: 12px;
    font-size: 36px;
    line-height: 48px;
  }
}
.heroSection .insection .leftSection .desc {
  margin-top: 12px;
  color: #000;
  font-family: Manrope400;
  max-width: 529px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.heroSection .insection .leftSection .servicesBtns {
  margin-top: 37px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 17px;
       column-gap: 17px;
}
.heroSection .insection .leftSection .servicesBtns .serviceBtn {
  color: #1230AE;
  font-family: Manrope600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.clientCarousel {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 500px) {
  .clientCarousel {
    padding-bottom: 40px;
  }
}
.clientCarousel .carouselDiv .headingg {
  margin-bottom: 22px;
  color: #000;
  font-family: Manrope700;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.howWeHelp {
  background: url("../../images/frontend/howwebg.webp");
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 500px) {
  .howWeHelp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.howWeHelp .subhead {
  color: #E5E5E5;
  font-family: Manrope700;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.howWeHelp .head {
  margin-top: 8px;
  color: #FFF;
  font-family: "Space Grotesk700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.08px;
}
@media screen and (max-width: 500px) {
  .howWeHelp .head {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.72px;
  }
}
.howWeHelp .descc {
  margin-top: 20px;
  max-width: 745px;
  color: #FFF;
  font-family: "Space Grotesk500";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 500px) {
  .howWeHelp .descc {
    font-family: Manrope400;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 13px;
  }
}
.howWeHelp .tabinationDiv {
  margin-top: 80px;
}
@media screen and (max-width: 500px) {
  .howWeHelp .tabinationDiv {
    margin-top: 40px;
  }
}
.howWeHelp .tabinationDiv .customNav .nav-link {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 21px;
       column-gap: 21px;
  padding: 0;
  background: none;
}
.howWeHelp .tabinationDiv .customNav .nav-link .texttt {
  display: none;
}
@media screen and (max-width: 990px) {
  .howWeHelp .tabinationDiv .customNav .nav-link.activa .texttt {
    display: block;
  }
  .howWeHelp .tabinationDiv .customNav .nav-link.activa .num {
    color: #FF7759 !important;
  }
  .howWeHelp .tabinationDiv .customNav .nav-link.activa .textt {
    color: #FF7759 !important;
  }
}
.howWeHelp .tabinationDiv .customNav .nav-link.active .num {
  color: #FF7759 !important;
}
.howWeHelp .tabinationDiv .customNav .nav-link.active .textt {
  color: #FF7759 !important;
}
@media screen and (max-width: 990px) {
  .howWeHelp .tabinationDiv .customNav .nav-link.active .num {
    color: #656565;
  }
  .howWeHelp .tabinationDiv .customNav .nav-link.active .textt {
    color: #656565;
  }
}
.howWeHelp .tabinationDiv .customNav .nav-link .num {
  color: #656565;
  font-family: "Space Grotesk500";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
  width: 22px;
}
.howWeHelp .tabinationDiv .customNav .nav-link .textt {
  flex: 1;
  color: #656565;
  font-family: "Space Grotesk500";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
  border-bottom: 1px solid #656565;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.howWeHelp .tabinationDiv .tabPane .hd {
  color: #FFF;
  font-family: "Space Grotesk400";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
}
.howWeHelp .tabinationDiv .tabPane .tabRight .tabDesc {
  color: #FFF;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.blueStrip {
  background: #1230AE;
  padding: 20px 0px;
}
.blueStrip marquee .inner {
  -moz-column-gap: 30px;
       column-gap: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.blueStrip marquee span {
  color: #FFF;
  font-family: "Space Grotesk700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.08px;
}

.textdecoNone {
  text-decoration: none;
}

.topHeading {
  color: #000;
  font-family: Manrope700;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.checkCaseStudyBox {
  display: flex;
  justify-content: space-between;
}
.checkCaseStudyBox .boldTextHead {
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.08px;
  margin-top: 8px;
}
.checkCaseStudyBox .boldTextHead.blogsHead {
  max-width: 815px;
}
@media screen and (max-width: 998px) {
  .checkCaseStudyBox .boldTextHead {
    font-size: 33px;
    line-height: 43px;
    max-width: 500px;
  }
}
@media screen and (max-width: 776px) {
  .checkCaseStudyBox .boldTextHead {
    font-size: 28px;
    line-height: 38px;
    max-width: 370px;
  }
}
@media screen and (max-width: 576px) {
  .checkCaseStudyBox .boldTextHead {
    font-size: 24px;
    line-height: 31px;
    max-width: 315px;
  }
}
.checkCaseStudyBox .viewAllWrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 776px) {
  .checkCaseStudyBox .viewAllWrap {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.checkCaseStudyBox .viewAllWrap .viewAll {
  color: #1230ae;
  font-family: Manrope600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
@media screen and (max-width: 576px) {
  .checkCaseStudyBox .viewAllWrap .viewAll {
    display: none;
  }
}

.caseStudySec {
  padding-top: 80px;
  padding-bottom: 80px;
  background: white;
}
.caseStudySec.bogsSec {
  background: #F5F5F5;
}
@media screen and (max-width: 998px) {
  .caseStudySec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.caseStudyWrapper {
  margin-top: 40px;
}
.caseStudyWrapper .featuredCaseStudy {
  border-radius: 15px;
  border: 1px solid #e5e5e5;
  padding: 20px;
  height: 100%;
}
.caseStudyWrapper .featuredCaseStudy .ecoAndsupportLine {
  color: #656565;
  font-family: Manrope700;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 10px;
}
.caseStudyWrapper .featuredCaseStudy .headTxt {
  color: #000;
  font-family: "Space Grotesk500";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
  margin-top: 10px;
}
.caseStudyWrapper .featuredCaseStudy .subText {
  color: #000;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-top: 10px;
}
.caseStudyWrapper .featuredCaseStudy .learnMoreArrowDiv {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 15px;
  text-decoration: none;
}
.caseStudyWrapper .featuredCaseStudy .learnMoreArrowDiv:hover .learnArrow {
  rotate: 45deg;
}
.caseStudyWrapper .featuredCaseStudy .learnMoreArrowDiv .learnMTxt {
  color: #1230ae;
  font-family: Manrope600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.caseStudyWrapper .featuredCaseStudy .learnMoreArrowDiv .learnArrow {
  transition: all 0.2s;
}

.ourServicesSec {
  padding-top: 80px;
  padding-bottom: 254px;
  background: #f5f5f5;
}
@media screen and (max-width: 998px) {
  .ourServicesSec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.ourServicesSec .ourServicesWrapper {
  margin-top: 40px;
}
.ourServicesSec .ourServicesWrapper .serviceDevBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 998px) {
  .ourServicesSec .ourServicesWrapper .serviceDevBox {
    flex-direction: column;
  }
}
.ourServicesSec .ourServicesWrapper .serviceDevBox .numberCount {
  color: #000;
  font-family: "Space Grotesk300";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.6px;
}
.ourServicesSec .ourServicesWrapper .serviceDevBox .serviceHeadDiv {
  width: 400px;
}
@media screen and (max-width: 1199px) {
  .ourServicesSec .ourServicesWrapper .serviceDevBox .serviceHeadDiv {
    width: 365px;
  }
}
@media screen and (max-width: 576px) {
  .ourServicesSec .ourServicesWrapper .serviceDevBox .serviceHeadDiv {
    width: 100%;
  }
}
.ourServicesSec .ourServicesWrapper .serviceDevBox .serviceHeadDiv .head {
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 1199px) {
  .ourServicesSec .ourServicesWrapper .serviceDevBox .serviceHeadDiv .head {
    font-size: 22px;
  }
}
@media screen and (max-width: 998px) {
  .ourServicesSec .ourServicesWrapper .serviceDevBox .serviceHeadDiv .head {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .ourServicesSec .ourServicesWrapper .serviceDevBox .serviceHeadDiv .head {
    font-size: 20px;
    line-height: 30px;
  }
}
.ourServicesSec .ourServicesWrapper .serviceDevBox .serviceHeadDiv .softLine {
  color: #656565;
  font-family: "Space Grotesk700";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.39px;
  margin-top: 10px;
}
.ourServicesSec .ourServicesWrapper .serviceDevBox .serviceSmText {
  max-width: 520px;
}
@media screen and (max-width: 1199px) {
  .ourServicesSec .ourServicesWrapper .serviceDevBox .serviceSmText {
    max-width: 400px;
  }
}
@media screen and (max-width: 998px) {
  .ourServicesSec .ourServicesWrapper .serviceDevBox .serviceSmText {
    margin-top: 20px;
  }
}
@media screen and (max-width: 998px) {
  .ourServicesSec .ourServicesWrapper .serviceDevBox img {
    margin-top: 20px;
  }
}

.smartSolutionsDiv {
  padding-bottom: 80px;
}
.smartSolutionsDiv .smartSolWrapper {
  background-image: url("../../images/frontend/solutionBgImg.webp");
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  margin-top: -174px;
}
@media screen and (max-width: 998px) {
  .smartSolutionsDiv .smartSolWrapper {
    margin-top: 0px;
  }
}
.smartSolutionsDiv .smartSolWrapper .leftTextsDiv {
  padding-top: 48px;
  padding-left: 55px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 776px) {
  .smartSolutionsDiv .smartSolWrapper .leftTextsDiv {
    padding-top: 35px;
    padding-left: 36px;
    padding-bottom: 204px;
  }
}
.smartSolutionsDiv .smartSolWrapper .leftTextsDiv .upSmText {
  color: #e5e5e5;
  font-family: Manrope700;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.smartSolutionsDiv .smartSolWrapper .leftTextsDiv .solutionBoldText {
  color: #fff;
  font-family: "Space Grotesk700";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.32px;
  max-width: 528px;
  margin-top: 24px;
}
@media screen and (max-width: 776px) {
  .smartSolutionsDiv .smartSolWrapper .leftTextsDiv .solutionBoldText {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 998px) {
  .smartSolutionsDiv .smartSolWrapper .leftTextsDiv .solutionBoldText {
    font-size: 36px;
    line-height: 46px;
  }
}
.smartSolutionsDiv .smartSolWrapper .leftTextsDiv .subbheadd {
  margin-top: 12px;
  color: #FFF;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  max-width: 743px;
}
.smartSolutionsDiv .smartSolWrapper .leftTextsDiv .blueButtonSol {
  margin-top: 24px;
}
.smartSolutionsDiv .smartSolWrapper .leftTextsDiv .smartSolLineImg {
  position: absolute;
  right: 50px;
  top: 0;
}
@media screen and (max-width: 998px) {
  .smartSolutionsDiv .smartSolWrapper .leftTextsDiv .smartSolLineImg {
    right: 17px;
    top: 0;
    width: 213px;
  }
}
@media screen and (max-width: 776px) {
  .smartSolutionsDiv .smartSolWrapper .leftTextsDiv .smartSolLineImg {
    top: unset;
    bottom: 20px;
    right: 20px;
    width: 205px;
  }
}

.indCarouselSection .subHeadig {
  color: #000;
  font-family: Manrope700;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.indCarouselSection .heading {
  margin-top: 8px;
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.08px;
}
@media screen and (max-width: 500px) {
  .indCarouselSection .heading {
    font-size: 24px;
    line-height: 34px;
    /* 141.667% */
    letter-spacing: -0.72px;
  }
}
.indCarouselSection #indCarIdd {
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .indCarouselSection #indCarIdd .owl-nav {
    display: none;
  }
}
.indCarouselSection #indCarIdd .owl-nav .owl-prev {
  position: absolute;
  top: -38px;
  right: 48px;
  height: 38px;
  width: 38px;
  border-radius: 5px;
  background: #D7D7D7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indCarouselSection #indCarIdd .owl-nav .owl-prev.disabled svg path {
  fill: #656565 !important;
}
.indCarouselSection #indCarIdd .owl-nav .owl-next {
  position: absolute;
  top: -38px;
  right: 0px;
  height: 38px;
  width: 38px;
  border-radius: 5px;
  background: #D7D7D7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indCarouselSection #indCarIdd .owl-nav .owl-next.disabled svg path {
  fill: #656565 !important;
}
.indCarouselSection #indCarIdd .indCarIdd {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.indCarouselSection #indCarIdd .indCarIdd:hover .overlay {
  padding: 11px;
  top: 155px;
  bottom: 13px;
  left: 13px;
  right: 13px;
}
@media screen and (max-width: 1400px) {
  .indCarouselSection #indCarIdd .indCarIdd:hover .overlay {
    top: 115px;
  }
}
@media screen and (max-width: 1200px) {
  .indCarouselSection #indCarIdd .indCarIdd:hover .overlay {
    top: 140px;
  }
}
@media screen and (max-width: 990px) {
  .indCarouselSection #indCarIdd .indCarIdd:hover .overlay {
    top: unset;
  }
}
.indCarouselSection #indCarIdd .indCarIdd:hover .overlay .linkk {
  margin-top: 15px;
  opacity: 1;
  scale: 1;
  height: 38px;
  width: 38px;
}
.indCarouselSection #indCarIdd .indCarIdd .overlay {
  border-radius: 10px;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 990px) {
  .indCarouselSection #indCarIdd .indCarIdd .overlay {
    top: unset;
    left: 13px;
    bottom: 13px;
    right: 13px;
    padding: 11px;
  }
}
.indCarouselSection #indCarIdd .indCarIdd .overlay .textt {
  color: #FFF;
  font-family: "Space Grotesk500";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
}
.indCarouselSection #indCarIdd .indCarIdd .overlay .linkk {
  height: 0px;
  width: 0px;
  scale: 0;
  opacity: 0;
  margin-top: 0px;
  transition: all 0.5s;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid white;
}
@media screen and (max-width: 990px) {
  .indCarouselSection #indCarIdd .indCarIdd .overlay .linkk {
    height: 38px;
    width: 38px;
    opacity: 1;
    margin-top: 15px;
    scale: 1;
  }
}
.indCarouselSection #indCarIdd .indCarIdd .overlay .linkk img {
  width: 18px;
}

.testimonialsSection {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 500px) {
  .testimonialsSection {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.testimonialsSection #testiCarouselId .owl-nav {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.testimonialsSection #testiCarouselId .owl-nav .owl-prev {
  margin: 0;
  height: 38px;
  width: 38px;
  border-radius: 5px;
  background: #D7D7D7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonialsSection #testiCarouselId .owl-nav .owl-prev.disabled svg path {
  fill: #656565 !important;
}
.testimonialsSection #testiCarouselId .owl-nav .owl-next {
  margin: 0;
  height: 38px;
  width: 38px;
  border-radius: 5px;
  background: #D7D7D7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonialsSection #testiCarouselId .owl-nav .owl-next.disabled svg path {
  fill: #656565 !important;
}
.testimonialsSection #testiCarouselId .testCard .cliLogo {
  width: 80px;
}
.testimonialsSection #testiCarouselId .testCard .texttt {
  margin-top: 38px;
  color: #000;
  font-family: Manrope400;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 770px) {
  .testimonialsSection #testiCarouselId .testCard .texttt {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
  }
}
.testimonialsSection #testiCarouselId .testCard .name {
  color: #000;
  font-family: "Space Grotesk500";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
  letter-spacing: -0.6px;
  margin-top: 40px;
}
.testimonialsSection #testiCarouselId .testCard .designn {
  margin-top: 7px;
  color: #000;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.contactUsSection {
  background: white;
}
.contactUsSection .goTopButton {
  z-index: 100;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #1230AE;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 5px;
}
@media screen and (max-width: 500px) {
  .contactUsSection .goTopButton {
    bottom: 10px;
    right: 10px;
  }
}
.contactUsSection .goTopButton img {
  rotate: -45deg;
}
.contactUsSection .blackBox {
  background: black;
  padding-top: 43px;
  padding-bottom: 54px;
}
@media screen and (max-width: 992px) {
  .contactUsSection .blackBox {
    padding-bottom: 200px;
  }
}
.contactUsSection .blackBox .subHeadding {
  color: #FFF;
  font-family: Manrope700;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.contactUsSection .blackBox .mainHeading {
  margin-top: 99px;
  color: #FFF;
  font-family: "Space Grotesk700";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.32px;
  max-width: 476px;
}
@media screen and (max-width: 500px) {
  .contactUsSection .blackBox .mainHeading {
    margin-top: 18px;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1.08px;
  }
}
.contactUsSection .gradientBox {
  background: linear-gradient(226deg, rgba(61, 194, 236, 0.25) 0%, rgba(18, 48, 174, 0.25) 97.97%);
  padding-top: 38px;
  padding-bottom: 90px;
}
@media screen and (max-width: 500px) {
  .contactUsSection .gradientBox {
    padding-bottom: 60px;
  }
}
.contactUsSection .gradientBox .infoo .happyText {
  color: #000;
  font-family: Manrope400;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.contactUsSection .gradientBox .infoo .callEmail {
  margin-top: 20px;
  display: block;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 26px;
       column-gap: 26px;
}
@media screen and (max-width: 500px) {
  .contactUsSection .gradientBox .infoo .callEmail {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
  }
}
.contactUsSection .gradientBox .infoo .callEmail .callElem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #000;
  font-family: "Space Grotesk500";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
}
.contactUsSection .gradientBox .infoo .callEmail .callElem .boldText,
.contactUsSection .gradientBox .infoo .callEmail .callElem .regText {
  font-family: "Space Grotesk500";
}
.contactUsSection .gradientBox .infoo .whyUsSec {
  margin-top: 86px;
}
@media screen and (max-width: 992px) {
  .contactUsSection .gradientBox .infoo .whyUsSec {
    display: none;
  }
}
.contactUsSection .gradientBox .infoo .whyUsSec .head {
  color: #000;
  font-family: "Space Grotesk500";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
}
.contactUsSection .gradientBox .infoo .whyUsSec .whyUsElems {
  margin-top: 15px;
}
.contactUsSection .gradientBox .infoo .whyUsSec .whyUsElems .elemItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 17px;
       column-gap: 17px;
  color: #000;
  font-family: Manrope400;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.contactUsSection .gradientBox .infoo .whyUsSec .whyUsElems .elemItem .leftt {
  width: 22px;
}
.contactUsSection .gradientBox .infoo .whyUsSec .whyUsElems .elemItem .rightt {
  flex: 1;
}
.contactUsSection .gradientBox .infoo .whatHappensNext {
  margin-top: 38px;
}
@media screen and (max-width: 992px) {
  .contactUsSection .gradientBox .infoo .whatHappensNext {
    display: none;
  }
}
.contactUsSection .gradientBox .infoo .whatHappensNext .headdEl {
  color: #000;
  font-family: "Space Grotesk500";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
}
.contactUsSection .gradientBox .infoo .whatHappensNext .steps {
  margin-top: 17px;
}
.contactUsSection .gradientBox .infoo .whatHappensNext .steps .col-lg-4 {
  position: relative;
}
.contactUsSection .gradientBox .infoo .whatHappensNext .steps .col-lg-4 .rarr {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.contactUsSection .gradientBox .infoo .whatHappensNext .steps .boldNum {
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.72px;
}
.contactUsSection .gradientBox .infoo .whatHappensNext .steps .subTextt {
  margin-top: 1px;
  color: #000;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.contactUsSection .gradientBox .contactForm {
  margin-top: -200px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.1);
}
.contactUsSection .gradientBox .contactForm .header {
  padding-top: 26px;
  padding-bottom: 22px;
  text-align: center;
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.72px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .contactUsSection .gradientBox .contactForm .header {
    font-size: 18px;
    line-height: 30px;
  }
}
.contactUsSection .gradientBox .contactForm .bodyy {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 38px;
}
@media screen and (max-width: 500px) {
  .contactUsSection .gradientBox .contactForm .bodyy {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contactUsSection .gradientBox .contactForm .bodyy .inFieldd {
  padding-top: 20px;
}
.contactUsSection .gradientBox .contactForm .bodyy .inFieldd .titlee {
  color: #000;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.contactUsSection .gradientBox .contactForm .bodyy .inFieldd input {
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #D7D7D7;
  outline: none;
  width: 100%;
  padding: 10px 10px;
}
.contactUsSection .gradientBox .contactForm .bodyy .inFieldd select {
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #D7D7D7;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../../images/frontend/drpIconn.svg");
  background-repeat: no-repeat;
  background-position: 97% 15px;
  padding: 10px 10px;
}
.contactUsSection .gradientBox .contactForm .bodyy .inFieldd textarea {
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #D7D7D7;
  outline: none;
  width: 100%;
  padding: 10px 10px;
}

.serviceSection {
  background: #000;
}
.serviceSection .serviceHeading {
  font-family: "Space Grotesk700";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  /* 141.667% */
  letter-spacing: -0.72px;
  color: #FFF;
  margin-top: 80px;
  margin-bottom: 14px;
}
.serviceSection .serviceHeading.companyHeading {
  margin-top: 70px;
}
.serviceSection .serviceText {
  color: #FFF;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-top: 15px;
  text-decoration: none;
  cursor: pointer;
  /* 166.667% */
}
.serviceSection .serviceText span {
  border-radius: 5px;
  background: #1230AE;
  color: #FFF;
  text-align: center;
  font-family: Manrope700;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 218.182% */
  text-transform: uppercase;
  padding: 1px 7px;
}
.serviceSection .serviceText.hrContactDetails {
  margin-top: 27px;
  margin-bottom: 45px;
  cursor: default;
}
.serviceSection .rightImageWrapper {
  padding-left: auto;
  margin-top: 49px;
  width: 584px;
  height: 584px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .serviceSection .rightImageWrapper {
    width: 480px;
  }
}
.serviceSection .rightImageWrapper .backgroundImage {
  width: 100% !important;
}
.serviceSection .rightImageWrapper .serviceImageButtons {
  position: absolute;
  padding: auto;
  background: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 38.8px;
}
.serviceSection .rightImageWrapper .serviceImageButtons .serviceLogo {
  margin-top: 47.82px;
  margin-bottom: 33px;
}
.serviceSection .rightImageWrapper .serviceImageButtons .serviceCommonBtn {
  text-decoration: none;
  background: var(--Gradient, linear-gradient(226deg, #3DC2EC 0%, #1230AE 97.97%));
  border-radius: 5px;
  overflow: hidden;
}
.serviceSection .rightImageWrapper .serviceImageButtons .serviceCommonBtn:hover .innner {
  background: rgba(18, 49, 174, 0);
}
.serviceSection .rightImageWrapper .serviceImageButtons .serviceCommonBtn:hover .innner .buttonImage {
  rotate: 45deg;
}
.serviceSection .rightImageWrapper .serviceImageButtons .serviceCommonBtn .innner {
  transition: all 0.4s;
  padding: 12px 20px;
  background: #1230AE;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.serviceSection .rightImageWrapper .serviceImageButtons .serviceCommonBtn .innner .buttonImage {
  transition: all 0.4s;
}
.serviceSection .rightImageWrapper .serviceImageButtons .serviceCommonBtn .innner .textt {
  color: #FFF;
  font-family: Manrope600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.serviceSection .addressSocialWrapper {
  background: #FFF;
}
.serviceSection .addressSocialWrapper .addressWrapper {
  margin-top: 53px;
}
.serviceSection .addressSocialWrapper .addressWrapper .addressCompanyName {
  color: #000;
  font-family: Manrope700;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 166.667% */
}
.serviceSection .addressSocialWrapper .addressWrapper .addressCompanyName.addressName {
  font-size: 14px;
}
.serviceSection .addressSocialWrapper .addressWrapper .addressCompanyContact {
  color: #000;
  /* Body */
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-top: 7px;
  /* 166.667% */
}
.serviceSection .addressSocialWrapper .addressWrapper .addressCompanyContact.border-RightClass {
  border-right: none;
  height: inherit;
}
@media screen and (min-width: 992px) {
  .serviceSection .addressSocialWrapper .addressWrapper .addressCompanyContact.border-RightClass {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 49px;
  }
}
.serviceSection .addressSocialWrapper .addressWrapper .addressCompanyContact .addressCompanyContactLink {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
.serviceSection .addressSocialWrapper .socialMediaWrapper {
  margin-top: 53px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 37px;
  margin-left: auto;
  gap: 23px;
}
@media screen and (max-width: 991px) {
  .serviceSection .addressSocialWrapper .socialMediaWrapper {
    margin-top: 14px;
    margin-bottom: 14px;
    padding-top: 0px;
  }
}
.serviceSection .addressSocialWrapper .termCondiWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 53px;
  margin-bottom: 23px;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .serviceSection .addressSocialWrapper .termCondiWrapper {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.serviceSection .addressSocialWrapper .termCondiWrapper .termCondiItem {
  color: #656565;
  /* INTRO */
  font-family: Manrope700;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 200% */
  text-decoration: none;
  cursor: pointer;
}

.pageHeaderSec {
  padding-top: 33px;
  padding-bottom: 33px;
  background: #1230AE;
}
.pageHeaderSec .inf .headingg {
  color: #FFF;
  font-family: "Space Grotesk700";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.32px;
}
@media screen and (max-width: 500px) {
  .pageHeaderSec .inf .headingg {
    font-size: 32px;
    line-height: 42px;
  }
}
.pageHeaderSec .inf .subHeadingg {
  color: #FFF;
  font-family: Manrope400;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 697px;
  margin-top: 30px;
  margin-bottom: 0px;
}
.pageHeaderSec .inf .secDemo {
  display: inline-block;
  text-decoration: none;
  margin-top: 30px;
  border-radius: 5px;
  background: #DEE0FF;
  padding: 12px 20px;
  color: #1230AE;
  font-family: Manrope600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border: none;
  outline: none;
  transition: all 0.4s;
}
.pageHeaderSec .inf .secDemo:hover {
  background: white;
  color: black;
}

.bloomingBusinessSec {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 500px) {
  .bloomingBusinessSec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bloomingBusinessSec .infoSec {
  max-width: 560px;
}
.bloomingBusinessSec .infoSec .headingg {
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.72px;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .bloomingBusinessSec .infoSec .headingg {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.bloomingBusinessSec .infoSec .decsDiv {
  margin-bottom: 20px;
  color: #000;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.bloomingBusinessSec .infoSec .points li {
  margin-bottom: 16px;
  color: #000;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.bloomingBusinessSec .infoSec .points li b {
  color: #000;
  font-family: Manrope600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.getWithUsSec {
  padding-bottom: 80px;
}
.getWithUsSec .headinggg {
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.72px;
  margin-bottom: 30px;
}
.getWithUsSec .elems .elem {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.getWithUsSec .elems .elem .hed {
  color: #000;
  font-family: "Space Grotesk500";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
}
.getWithUsSec .elems .elem .headDic {
  margin-top: 16px;
  color: #000;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0px;
}
.getWithUsSec .elems .elem svg {
  position: absolute;
  top: 5px;
  left: 0px;
}

.performanceDrivenSec {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 500px) {
  .performanceDrivenSec {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.performanceDrivenSec .leftt {
  position: sticky;
  top: 250px;
}
.performanceDrivenSec .leftt .heading {
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.32px;
}
@media screen and (max-width: 500px) {
  .performanceDrivenSec .leftt .heading {
    font-size: 32px;
    line-height: 42px;
  }
}
.performanceDrivenSec .leftt .desccs {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #000;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  max-width: 560px;
}
.performanceDrivenSec .elements {
  padding-top: 100px;
}
@media screen and (max-width: 500px) {
  .performanceDrivenSec .elements {
    padding-top: 50px;
  }
}
.performanceDrivenSec .elements .elemt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 40px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .performanceDrivenSec .elements .elemt {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.performanceDrivenSec .elements .elemt .hedd {
  color: #000;
  font-family: "Space Grotesk500";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
}
.performanceDrivenSec .elements .elemt .descrion {
  color: #000;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-top: 16px;
}
.performanceDrivenSec .elements .elemt svg {
  position: absolute;
  top: 2px;
  left: 0px;
}

.retailAndDistruSection .Retailinsection {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .retailAndDistruSection .Retailinsection {
    padding-top: 40px;
    padding-bottom: 60px !important;
  }
}
.retailAndDistruSection .Retailinsection .retailTopWrapper {
  text-align: center;
}
.retailAndDistruSection .Retailinsection .retailTopWrapper .industriesSpan {
  display: inline-flex;
  padding: 12px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #EBEBEB;
  color: #242424;
  font-family: Manrope600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.retailAndDistruSection .Retailinsection .retailTopWrapper .retailTopTitle {
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.32px;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .retailAndDistruSection .Retailinsection .retailTopWrapper .retailTopTitle {
    font-size: 32px;
    line-height: 40px;
  }
}
.retailAndDistruSection .Retailinsection .retailTopWrapper .retailTopDesc {
  color: #000;
  font-family: Manrope400;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.retailAndDistruSection .Retailinsection .retailTopWrapper .retailTopDesc.middleDesc {
  font-size: 18px;
  line-height: 30px;
}
.retailAndDistruSection .Retailinsection .retailTopWrapper .retailButton {
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #1230AE;
  color: #FFF;
  font-family: Manrope600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  outline: none;
  border: none;
  margin-top: 30px;
}
.retailAndDistruSection .Retailinsection .retailTopWrapper .retailsImageContainer {
  border-radius: 16px;
  margin-top: 50px;
}
.retailAndDistruSection .Retailinsection .retailTopWrapper .retailsImageContainer .retailImage {
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.retailAndDistruSection .Retailinsection .retailTopWrapper .ratailMiddleWrapper {
  max-width: 746px;
  text-align: start;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .retailAndDistruSection .Retailinsection .retailTopWrapper .ratailMiddleWrapper {
    margin-top: 37px;
  }
}
.retailAndDistruSection .Retailinsection .retailTopWrapper .retailbottomWrapper {
  margin-top: 78px;
}
@media screen and (max-width: 767px) {
  .retailAndDistruSection .Retailinsection .retailTopWrapper .retailbottomWrapper {
    margin-top: 37px;
  }
}
.retailAndDistruSection .Retailinsection .retailTopWrapper .retailbottomWrapper .retailsBottonTitle {
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.32px;
  text-align: left;
  max-width: 560px;
}
@media screen and (max-width: 500px) {
  .retailAndDistruSection .Retailinsection .retailTopWrapper .retailbottomWrapper .retailsBottonTitle {
    font-size: 32px;
    line-height: 40px;
  }
}
.retailAndDistruSection .Retailinsection .retailTopWrapper .retailbottomWrapper .retailsBottonDesc {
  color: #000;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: start;
}
.retailAndDistruSection .Retailinsection .retailTopWrapper .retailbottomWrapper .retailsBottonDesc.bottomDesc {
  margin-top: 30px;
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .retailAndDistruSection .Retailinsection .retailTopWrapper .retailbottomWrapper .retailsBottonDesc.bottomDesc {
    margin-bottom: 37px;
  }
}
.retailAndDistruSection .Retailinsection .retailTopWrapper .retailbottomWrapper .retailsBottonDesc.arrowDesc {
  margin-bottom: 20px;
}
.retailAndDistruSection .Retailinsection .retailTopWrapper .retailbottomWrapper .arrowDescWrapper {
  margin-top: 30px;
  max-width: 560px;
}
.retailAndDistruSection .Retailinsection .retailTopWrapper .retailbottomWrapper .arrowDescWrapper img {
  margin-right: 16px;
}

.casestudyDetSec {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .casestudyDetSec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.casestudyDetSec .content .subHead {
  color: #656565;
  font-family: Manrope700;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.casestudyDetSec .content .headingg {
  margin-top: 13px;
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.32px;
  max-width: 572px;
}
@media screen and (max-width: 500px) {
  .casestudyDetSec .content .headingg {
    font-size: 26px;
    line-height: 32px;
  }
}
.casestudyDetSec .content .subbHeadinggg {
  color: #656565;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .casestudyDetSec .content .subbHeadinggg {
    margin-top: 15px;
  }
}

.mainCaseContent {
  padding-bottom: 100px;
}
@media screen and (max-width: 500) {
  .mainCaseContent {
    padding-bottom: 50px;
  }
}
.mainCaseContent .btHead {
  border-radius: 5px;
  background: #EBEBEB;
  display: inline-block;
  padding: 12px 20px;
  color: #242424;
  font-family: Manrope600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 37px;
}
@media screen and (max-width: 500px) {
  .mainCaseContent .btHead {
    margin-bottom: 20px;
  }
}
.mainCaseContent .csdesc {
  margin-bottom: 54px;
  color: #656565;
  font-family: Manrope400;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 600px;
}
@media screen and (max-width: 500px) {
  .mainCaseContent .csdesc {
    margin-bottom: 30px;
  }
}
.mainCaseContent .csdesc .boldDesc {
  color: #242424;
  font-weight: bold;
}
.mainCaseContent .mainHead {
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -1.08px;
  margin-bottom: 25px;
}
.mainCaseContent .mainHead.readMore {
  font-size: 36px;
  line-height: 48px;
}
@media screen and (max-width: 500px) {
  .mainCaseContent .mainHead {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
  }
  .mainCaseContent .mainHead.readMore {
    font-size: 34px;
    line-height: 32px;
  }
}
.mainCaseContent .points {
  margin-bottom: 37px;
  max-width: 600px;
}
@media screen and (max-width: 500px) {
  .mainCaseContent .points {
    margin-bottom: 20px;
  }
}
.mainCaseContent .points li {
  color: #656565;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}

.carSec {
  padding-bottom: 60px;
}
.carSec .headTitle {
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.08px;
  padding-top: 51px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 570px) {
  .carSec .headTitle {
    font-size: 26px;
    line-height: 32px;
  }
}
.carSec .accourdianSecInner {
  margin-top: 40px;
}
.carSec .accourdianSecInner .custAccourdian {
  border-radius: 15px;
  border: none;
  padding: 0;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item {
  margin-bottom: 30px;
  padding: 16px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 570px) {
  .carSec .accourdianSecInner .custAccourdian .accordion-item {
    padding: 16px 18px;
  }
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-button {
  padding: 0px;
  background: white !important;
  box-shadow: none !important;
  flex-wrap: wrap;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-button::after {
  margin-top: -100px;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-button .headElem {
  width: 100%;
  color: #000;
  font-family: "Space Grotesk500";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-button .locExp {
  width: 100%;
  margin-top: 11px;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
  justify-content: flex-start;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-button .locExp .loc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-button .locExp .loc .hed {
  color: #000;
  font-family: Manrope600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-button .locExp .loc .hDesc {
  color: #000;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-body {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-body .elemt .inHeading {
  color: #000;
  font-family: Manrope600;
  margin-bottom: 11px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
@media screen and (max-width: 570px) {
  .carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-body .elemt ul {
    padding-left: 20px;
  }
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-body .elemt ul li {
  color: #000;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.is-invalid {
  border: 1px solid red !important;
}

.text-none {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */