* {
  word-break: break-word;
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif !important;
  background-color: #ffffff;
  height: 100%;
  overflow-x: hidden;
  padding-right: 0px;
}
a{text-decoration:none !important;}
html,
body {
  height: 100%;
  scroll-padding-top: 0;
}
:root {
  --primary-color: #ef6224;
  --light-bg-primary-color: #fdefe9;
  /* --secondary-color: #000000; */
  /* --font-size: 16px; */
  --text-color: #121212;
  --description-text-color: #595959;
}
a {
  text-decoration: none;
}

.form-control:focus {
  border-color: #000000 !important;
  box-shadow: inherit;
}

::-webkit-scrollbar {
  background-color: #fff;
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}

::-webkit-scrollbar-thumb {
  background-color: #e87325;
  border-radius: 16px;
  border: 1px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #e87325;
  border: 1px solid #f4f4f4;
}

::-webkit-scrollbar-button {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
/* common css Start */
.primery-text-color {
  color: var(--primary-color) !important;
}
.grey-bg-main {
  background-color: #f8f8f8 !important;
}
.light-grey-bg {
}
.white-bg {
  background-color: #ffffff !important;
}
.com-title-disc-cover {
  display: inline-block;
  width: 100%;
}
.com-title-disc-cover h6 {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background-color: var(--light-bg-primary-color);
  display: inline-block;
  border-radius: 8px;
  padding: 5px 12px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  /* text-transform: uppercase; */
  /* letter-spacing: 2px; */
}
.com-title-disc-cover h2 {
  font-size: 44px;
  color: var(--text-color);
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 12px;
}
.com-title-disc-cover h2 span {
  color: var(--primary-color);
}
.com-title-disc-cover p {
  font-size: 16px;
  color: var(--description-text-color);
}
.com-title-disc-cover p span {
  font-weight: 600;
  color: #080808;
}
.com-btn {
  background-color: var(--primary-color);
  color: #ffffff !important;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 9px;
  display: inline-block;
}
.com-btn img{
  width: 25px !important;
}
/* .desktop-view {
} */
.mobile-view {
  display: none;
}

.owl-nav button {
  background-color: #ffffff !important;
  border-radius: 50% !important;
  width: 46px;
  height: 46px;
  text-align: center;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}
.owl-nav button svg {
  width: 18px;
  height: 18px;
  fill: #757575;
}
.owl-nav button:hover svg {
  fill: var(--primary-color);
}
/* common css End */

/* Full stack development Page Hero CSS Start */
.fullstackdev-responimg{
  display: none;
}
.delivering-top-main-cover {
  background: linear-gradient(180deg, #ffffff 80.75%, #ffede4 100%);
  height: 100vh;
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding-bottom: 45px;
  padding-top: 105px;
  position: relative;
  align-items: flex-end;
  padding-bottom: 195px;
  overflow: hidden;
}
.delivering-top-main-text {
  text-align: center;
}
.delivering-top-main-text h6 {
  color: #121212;
  background-color: rgba(253, 239, 233, 1);
  border: 1px dashed rgba(239, 98, 36, 0.2);
  box-shadow: 0px 4px 10.1px 0px rgba(251, 136, 1, 0.04);
  display: inline-block;
  padding: 10px 20px 10px;
  border-radius: 42px;
  font-size: 14px;
}
.delivering-top-main-text h3 {
  font-size: 40px;
  color: var(--text-color);
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 12px;
  line-height: 1.3;
}
.delivering-top-main-text h3 span {
  color: var(--primary-color);
}
.delivering-top-main-text p {
  font-size: 18px;
  color: var(--description-text-color);
  margin-top: 18px;
  margin-bottom: 20px;
  width: 100%;
}
.delivering-top-main-text p span{
  font-weight: 600;
}
.delivering-top-main-text a {
  background-color: var(--primary-color);
  color: #ffffff !important;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 9px;
  display: inline-block;
}

/* Full stack development Page Hero CSS End */

/* Mobile App development Page Hero CSS End */
.mobile-app-serv-main-cover {
  background: linear-gradient(180deg, #ffffff 80.75%, #ffede4 100%);
  height: 100vh;
  display: flex;
  width: 100%;
  padding-bottom: 45px;
  padding-top: 105px;
  position: relative;
  align-items: center;
  overflow: hidden;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.mobile-app-serv-main-iner {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.mobile-app-serv-main-iner .delivering-top-main-text {
  text-align: left;
}
.mobile-app-serv-main-left {
  width: 50%;
}
.mobile-app-serv-main-right {
  position: relative;
  width: 50%;
  display: inline-flex;
  justify-content: flex-end;
}

.mobile-app-serv-orbit-container {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 2px solid rgba(255, 102, 51, 0.3);
  /* animation: rotateOrbit 20s linear infinite; */
}
.mobile-app-serv-main-right .mobile-appdev-img {
  position: absolute;
  width: 312px;
  top: 42px;
  right: 42px;
}
/* .mobile-app-serv-orbit-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 102, 51, 0.5);
  transform: scale(0.8);
} */

.mobile-app-serv-icon {
  position: absolute;
  width: 58px;
  height: 58px;
  background: #fafafa;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e4e2e1;
  animation: rotateIcon 20s linear infinite;
}

.mobile-app-serv-icon img {
  width: 30px;
  height: 30px;
}

/* Positioning icons around the circle */
.mobile-app-serv-icon:nth-child(1) {
  /* top: -7%;
  left: 42%;
  transform: translateX(-50%); */
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
}
.mobile-app-serv-icon:nth-child(2) {
  top: 20%;
  right: -1%;
}
.mobile-app-serv-icon:nth-child(3) {
  bottom: 18%;
  right: -1%;
  /* right: 0%; */
}
.mobile-app-serv-icon:nth-child(4) {
  bottom: -7%;
  left: 44%;
}
.mobile-app-serv-icon:nth-child(5) {
  /* transform: translateY(-50%);
  bottom: 11%;
  left: 4%; */
  transform: translateY(-50%);
  bottom: 9%;
  left: 0%;
}
.mobile-app-serv-icon:nth-child(6) {
  /* top: 21%;
  left: -3%;
  transform: translateY(-50%); */
  top: 29%;
  left: -3%;
  transform: translateY(-50%);
}

/* @keyframes rotateIcon {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
} */
/* Mobile App development Page Hero CSS End */

/* Ecommerce Development Page Hero CSS Start */
.ecommerce-development-hero-main-cover {
  background: linear-gradient(180deg, #ffffff 80.75%, #ffede4 100%);
  width: 100%;
  height: 100vh;
  /* background-size: cover; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 70px;
}
.ecommerce-development-hero-bot {
  position: relative;
  border: 2px solid #ffae8b;
  width: 65%;
  margin: 0 auto;
  border-radius: 24px;
  text-align: center;
  padding: 35px 30px 40px;
  margin-top: 130px;
}
.ecommerce-development-hero-bot p {
  font-size: 18px;
  color: var(--description-text-color);
  margin-top: 18px;
  margin-bottom: 20px;
  width: 100%;
}
.ecommerce-development-hero-bot a {
  background-color: var(--primary-color);
  color: #ffffff !important;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 9px;
  display: inline-block;
}
.ecommerce-development-hero-bot::after {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  width: 58%;
  height: 25px;
  top: -15px;
  margin: 0 auto;
}
.ecommerce-development-hero-bot ul {
  display: inline-flex;
  padding: 0px;
  list-style: none;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  align-items: flex-end;
  z-index: 1;
  width: 65%;
  justify-content: space-between;
}
.ecommerce-development-hero-bot ul li {
  border: 1px solid #e4e2e1;
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}
.ecommerce-development-hero-bot ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ecom-dev-hero-icon-1 {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  padding: 12px;
}
.ecom-dev-hero-icon-2 {
  width: 75px;
  height: 75px;
  border-radius: 18px;
  padding: 16px;
  top: -20px;
  position: relative;
}
.ecom-dev-hero-icon-3 {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  padding: 20px;
  top: -45px;
  position: relative;
}

.whyus-ecommerce-cover {
  padding-top: 70px;
  padding-bottom: 70px;
}
.whyus-ecommerce-cover .com-title-disc-cover {
  text-align: center;
}
.whyus-ecommerce-cover ul {
  display: inline-flex;
  width: 100%;
  gap: 20px;
  list-style: none;
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 18px;
}
.whyus-ecommerce-cover ul li {
  width: 30%;
  border: 1px solid #e9e9e9;
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 18px;
  text-align: center;
}
.whyus-ecommerce-cover ul li img {
  width: 70px;
}
.whyus-ecommerce-cover ul li p {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
  margin-top: 10px;
}
/* Ecommerce Development Page Hero CSS End */

/* UI UX Design Page Hero CSS Start */
.uiux-design-hero-sec-main {
}
.uiux-design-hero-sec-main ul {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
  gap: 25px;
  margin-top: 18px;
  margin-bottom: 38px;
}
.uiux-design-hero-sec-main ul li {
  border: 1px solid #e4e2e1;
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.1);
  background: #fafafa;
  text-align: center;
  width: 100%;
  height: 190px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  align-content: center;
  gap: 15px;
}
.uiux-design-hero-sec-main ul li img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.uiux-design-hero-sec-main ul li p {
  color: #121212;
  margin: 0px;
  font-size: 16px;
  width: 100%;
}
.uiux-design-hero-sec-main .delivering-top-main-text {
  text-align: left;
}
.uiux-design-hero-sec-main a {
  background-color: var(--primary-color);
  color: #ffffff !important;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 9px;
  display: inline-block;
}
.cloud-service-hero-main-cover {
  display: inline-flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.cloud-service-hero-main-left {
  width: 50%;
}
.cloud-service-hero-main-left .delivering-top-main-text {
  text-align: left;
}
.cloud-service-hero-main-right {
  width: 50%;
  text-align: right;
}
.cloud-service-hero-main-right img {
  width: 72%;
}

/* UI UX Design Page Hero CSS End */

/* Digital Marketing Page Hero CSS Start  */
.digital-marketing-how-we-follow .how-we-follow-iner:nth-child(2),
.digital-marketing-how-we-follow .how-we-follow-iner:nth-child(4),
.digital-marketing-how-we-follow .how-we-follow-iner:nth-child(6) {
  background-color: #ffffff;
}
.digital-marketing-how-we-follow .point-count span {
  border: 8px solid #f8f8f8;
}
.digital-marketing-how-we-follow {
  background-color: #f8f8f8;
  display: inline-block;
  width: 100%;
}
.digital-marketing-hero-main-cover {
  width: 100%;
  height: 100vh;
  background: url(../svg/digital-marketing-page-design-hero-section.svg) top
    center no-repeat;
  background-size: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.digital-marketing-hero-main-cover .delivering-top-main-text {
  width: 53%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.digital-marketing-hero-main-cover::after {
  content: "";
  background: url(../svg/digital-marketing-hero-descto-right.svg) top center
    no-repeat;
  position: absolute;
  right: 0;
  top: 17vh;
  bottom: 0;
  width: 380px;
  height: 610px;
  background-size: 100%;
}
.digital-marketing-hero-main-cover::before {
  content: "";
  background: url(../svg/digital-marketing-hero-descto-left.svg) top center
    no-repeat;
  position: absolute;
  left: 0;
  top: 17vh;
  bottom: 0;
  width: 380px;
  height: 610px;
  background-size: 100%;
}
/* Digital Marketing Page Hero CSS End  */

/* Empowering Industries Page Hero CSS Start */
.empowering-industries-main-cover {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.empowering-industries-main-left {
  width: 50%;
}
.empowering-industries-main-left .delivering-top-main-text {
  text-align: left;
}
.empowering-industries-main-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap: 10px;
}

.empowering-industries-marquee-container {
  width: 150px;
  /* height: 350px; */
  height: 560px;
  overflow: hidden;
  position: relative;
  /* background: white; */
  border-radius: 10px;
}

.empowering-industries-marquee {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  width: 100%;
  animation: scrollUp 8s linear infinite;
  align-items: center;
}

.empowering-industries-marquee.down {
  animation: scrollDown 8s linear infinite;
}

.empowering-industries-card {
  width: 130px;
  height: 145px;
  background: white;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  border: 1px solid #e4e2e1;
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.1);
  color: #121212;
  font-size: 14px;
}

.empowering-industries-card img {
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
}

/* Infinite Scroll Animations */
@keyframes scrollUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  } /* Move half way to repeat seamlessly */
}

@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}

/* Empowering Industries Page Hero CSS End */

/**** Home Page Hero Section CSS Start ****/

.section-hero-home {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 2rem;
}
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.mouse {
  width: 28px;
  height: 45px;
  border: 2px solid #000;
  border-radius: 15px;
  position: relative;
}
.wheel {
  width: 4px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  animation: wheelMove 1.5s infinite;
}
@keyframes wheelMove {
  0% {
    opacity: 1;
    top: 10px;
  }
  50% {
    opacity: 0.5;
    top: 18px;
  }
  100% {
    opacity: 0;
    top: 26px;
  }
}

.main-hero-section-home {
  background: linear-gradient(180deg, #ffffff 80.75%, #ffede4 100%);
  height: 100vh;
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding-bottom: 45px;
  padding-top: 105px;
}
.main-hero-section-cards {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.main-hero-sec-card-cover {
  display: inline-flex;
  width: 70%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.main-hero-section-logo {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 60px;
}
.main-hero-section-logo img {
  height: 118px;
}
.main-hero-sec-card-iner {
  background-color: #fdefe9;
  width: 30%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 18px 14px;
  border-radius: 14px;
  gap: 16px;
}
.grey-bg {
  background-color: #eeeeee;
}
.main-hero-sec-card-iner img {
  background-color: #ffffff;
  padding: 10px 10px;
  width: 68px;
  height: 68px;
  border-radius: 10px;
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
}
.main-hero-sec-card-iner p {
  color: var(--text-color);
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.delivering-top-main-icon-anim {
  background: url(../images/hero-sec-bg-1.png) top center no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 1400px;
  height: 75%;
  background-size: 100% 100%;
  margin: 0 auto;
}
/* .delivering-top-main-icon-l1 {
}
.delivering-top-main-icon-l2 {
} */

.delivering-top-orbit-container {
  position: absolute;
  width: 1350px;
  height: 1350px;
  border-radius: 50%;
  border: 2px solid rgba(255, 102, 51, 0.3);
  bottom: -600px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
}
.delivering-top-orbit-container::before {
  content: "";
  position: absolute;
  width: 86%;
  height: 86%;
  border-radius: 50%;
  border: 2px solid rgba(255, 102, 51, 0.5);
  top: 7%;
  left: 7%;
}

.delivering-top-icon-container {
  position: absolute;
  width: 100%;
  height: 100%;
  /* animation: rotateOrbit 10s linear infinite; */
}

.delivering-top-inner-icon-container {
  position: absolute;
  width: 86%;
  height: 86%;
  top: 7%;
  left: 7%;
  /* animation: rotateInnerOrbit 12s linear infinite; */
}

.delivering-top-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #fafafa;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e4e2e1;
}

.delivering-top-icon img {
  width: 40px;
  height: 40px;
}

.delivering-top-icon-container .delivering-top-icon:nth-child(1) {
  /* top: 0%;
  left: 50%; */
  top: 27%;
  left: 6%;
  transform: translate(-50%, -50%);
}
.delivering-top-icon-container .delivering-top-icon:nth-child(2) {
  /* top: 70%;
  right: 4%; */
  top: 0%;
  right: 50%;
  transform: translate(50%, -50%);
}
.delivering-top-icon-container .delivering-top-icon:nth-child(3) {
  /* bottom: 18%;
  left: 12%; */
  bottom: 74%;
  right: 1%;
  transform: translate(-50%, 50%);
}

.delivering-top-inner-icon-container .delivering-top-icon:nth-child(1) {
  /* top: 63%;
  left: 2%; */
  bottom: 48%;
  left: 0%;
  transform: translate(-50%, -50%);
}
.delivering-top-inner-icon-container .delivering-top-icon:nth-child(2) {
  /* top: 28.5%;
  right: 5%; */
  top: 10.5%;
  right: 20%;
  transform: translate(50%, -50%);
}
.delivering-top-inner-icon-container .delivering-top-icon:nth-child(3) {
  /* bottom: 20%;
  right: 10%; */
  bottom: 55%;
  right: 0%;
  transform: translate(50%, 50%);
}
.delivering-top-inner-icon-container .delivering-top-icon:nth-child(4) {
  bottom: 89%;
  left: 19%;
  transform: translate(-50%, 50%);
}

@keyframes rotateOrbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateInnerOrbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/**** Home Page Hero Section CSS Start ****/

/* Who We Are CSS Start */
.leading-brands-main {
  display: inline-flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-top: 60px;
  margin-bottom: 60px;
}
.leading-brands-main-left {
  width: 40%;
  padding-top: 25px;
}
.leading-brands-main-right {
  width: 60%;
  padding-left: 30px;
}
.leading-brands-main-right ul {
  display: inline-flex;
  list-style: none;
  flex-wrap: wrap;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.leading-brands-main-right ul li:last-child {
  border-right: 0px;
}
.leading-brands-main-right ul li {
  width: 33.33%;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.leading-brands-main-right ul li:hover {
  box-shadow: 5px 5px 18px 0px rgba(35, 31, 32, 0.1);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.leading-brands-main-right ul li img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
ul.bot-border-remove li {
  border-bottom: 0px;
}
/* Who We Are CSS End */

/* Brands Logo Slider CSS Start */
.brands-logo-slider-list {
  background-color: #f8f8f8;
  width: 100%;
  padding: 30px;
  padding-left: 0px;
  padding-right: 0px;
}
.brands-logo-slider-list .owl-carousel .owl-item .item {
  padding: 10px 25px;
}
.brands-logo-slider-list .owl-carousel .owl-item .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brands-logo-slider-list .owl-carousel .owl-item .item {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.brands-logo-slider-list .owl-carousel .owl-item .item:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* Brands Logo Slider CSS End */

/* Who we are CSS Start */
.whoweare-main-cover {
  margin-top: 65px;
  margin-bottom: 65px;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 28px;
}

.whoweare-main-iner {
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  gap: 15px;
}
.whoweare-main-box {
  padding: 25px;
  border-radius: 20px;
  position: relative;
}
.whoweare-main-box br {
  display: none;
}
.whoweare-main-box mark {
  background-color: transparent;
  z-index: 1;
  position: relative;
}
.whoweare-main-box img {
  position: absolute;
  top: 18px;
  right: 22px;
  /* width: 65px;
    height: 65px; */
  object-fit: contain;
}
.whoweare-main-box h4 {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  position: relative;
}
.whoweare-main-box h4 span {
  position: relative;
  font-size: 38px;
}
.whoweare-main-box h4 span::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  top: 8px;
}
.wwa-box-one h4 span::after {
  content: "";
  background-color: #facebb;
}
.wwa-box-two h4 span::after {
  content: "";
  background-color: #dbdbdb;
}
.whoweare-main-box p {
  color: var(--secondary-text-color);
  font-size: 16px;
  position: relative;
}
.wwa-box-one {
  width: 40%;
  background-color: #fdefe9;
}
.wwa-box-two {
  width: 60%;
  background-color: #ffffff;
}

/* Who we are CSS End */

/* Discover Our Accolades & Achievements Start */
.accolades-section-main {
  display: inline-block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.accolades-section-main {
  background-color: #f8f8f8;
}
.accolades-section-main .com-title-disc-cover {
  margin-top: 62px;
}

.accolades-section-right {
  display: inline-flex;
  gap: 24px;
  text-align: center;
  background: url(../images/bg-pattern-1.png) top center no-repeat;
  background-size: 100% 100%;
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 25px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.accolades-section-iner-box {
  border: 1px solid #facebb;
  border-radius: 14px;
  background-color: #ffffff;
  width: 45%;
  padding: 28px 14px;
  position: relative;
}
.accolades-section-iner-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 60px;
  background-color: var(--primary-color);
  margin: 0 auto;
}
.accolades-section-iner-box:nth-last-child(3)::after,
.accolades-section-iner-box:nth-last-child(2)::after {
  content: "";
  background-color: #dbdbdb;
}

.accolades-section-iner-box:nth-last-child(3) {
  margin-top: 38px;
  border-color: #dbdbdb;
}
.accolades-section-iner-box:nth-last-child(2) {
  position: relative;
  top: -36px;
  border-color: #dbdbdb;
}
.accolades-section-iner-box img {
  height: 26px;
  margin-bottom: 8px;
}
.accolades-section-iner-box p {
  display: inline-flex;
  margin: 0;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 2px;
  font-size: 17px;
  color: #595959;
}
.accolades-section-iner-box p img {
  width: 20px;
  height: 20px;
  margin: 0;
}
/* Discover Our Accolades & Achievements End */

/* eCommerce Excellence in Numbers CSS Start */
.ecommerce-excellence-main {
  background: url(../images/ecommerce-excellencein-numbers-bg.png) top center
    no-repeat;
  background-size: 100% 100%;
  padding-top: 65px;
  padding-bottom: 65px;
}
.ecommerce-excellence-left {
  padding-right: 45px;
}
.ecommerce-excellence-left h6 {
  border: 1px solid rgba(239, 98, 36, 0.5);
  color: var(--primary-color);
  display: inline-block;
  border-radius: 10px;
  padding: 10px 16px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
}
.ecommerce-excellence-left h3 {
  font-weight: 700 !important;
  font-size: 38px !important;
  color: #ffffff !important;
  margin-bottom: 16px;
}
.ecommerce-excellence-left img {
  width: 100%;
  margin-bottom: 18px;
  border-radius: 20px;
}
.ecommerce-excellence-left p {
  color: #e7e7e7;
  margin-bottom: 26px;
  width: 100%;
}
.ecommerce-excellence-left a img{
  margin: 0px !important;
  border-radius: 0px !important;
}
.ecommerce-excellence-right {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-flex;
  gap: 32px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 15px;
}
.ecommerce-excellence-right li {
  width: 45%;
  background: url(../images/box-bg.png) top center no-repeat;
  background-size: 100% 100%;
  padding: 22px 20px;
}
.ecommerce-excellence-right li h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 10px;
}
.ecommerce-excellence-right li p {
  color: var(--primary-color);
  font-size: 16px;
  margin: 0;
}

/* eCommerce Excellence in Numbers CSS End */

/* How We Follow CSS Start */
.how-we-follow-main {
  width: 100%;
  margin-top: 65px;
  margin-bottom: 70px;
}
.how-we-follow-main .com-title-disc-cover {
  text-align: center;
}
.how-we-follow-cover {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}
.how-we-follow-iner {
  background-color: #ffefe8;
  border: 1px solid #facebb;
  width: 32%;
  padding: 40px 30px 30px;
  box-shadow: 5px 5px 10px 0px rgba(35, 31, 32, 0.03);
  border-radius: 16px;
  position: relative;
  margin-top: 30px;
}
.how-we-follow-iner h3 {
  color: #101010;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.how-we-follow-iner p {
  color: #595959;
}
.point-count {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  width: 55px;
  display: inline-block;
  margin: 0 auto;
}
.point-count span {
  color: #121212;
  font-weight: 700;
  margin: 0 auto;
  width: 55px;
  height: 55px;
  background: #ffb18f;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #ffffff;
  z-index: 1;
  position: relative;
}
.point-count::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 57px;
  height: 57px;
  background: conic-gradient(transparent 0deg 180deg, #ffb18f 180deg 360deg);
  border-radius: 50%;
  transform: rotate(270deg);
}

.how-we-follow-iner:nth-child(2),
.how-we-follow-iner:nth-child(4),
.how-we-follow-iner:nth-child(6) {
  background-color: #f8f8f8;
  border-color: #dbdbdb;
}
.how-we-follow-iner:nth-child(2) .point-count span,
.how-we-follow-iner:nth-child(4) .point-count span,
.how-we-follow-iner:nth-child(6) .point-count span {
  background: #dbdbdb;
}
.how-we-follow-iner:nth-child(2) .point-count::after,
.how-we-follow-iner:nth-child(4) .point-count::after,
.how-we-follow-iner:nth-child(6) .point-count::after {
  background: conic-gradient(transparent 0deg 180deg, #dbdbdb 180deg 360deg);
}
.how-we-new-follow-cover{
  background-color: #FDEFE9;
  display: inline-block;
  width: 100%;
}

.how-we-new-follow-cover .how-we-follow-iner{
  background-color: #ffffff;
}

.how-we-new-follow-cover .point-count span{
  background: var(--primary-color) !important;
  border: 8px solid #FDEFE9;
  color: #ffffff;
}
/* How We Follow CSS ENd */

/* Tech Stack CSS Start */
.tech-stack-main {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 65px;
  padding-bottom: 65px;
  text-align: center;
}
.tech-stack-main ul {
  list-style: none;
  padding: 0px;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  margin-top: 15px;
  width: 100%;
}
.tech-stack-main ul li {
  width: 23%;
  background: #ffffff;
  box-shadow: 0px 5px 10px 3px #0000000d;
  border-radius: 12px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 34px 24px 22px;
  margin-top: 28px;
}
.tech-stack-main ul li img {
  background-color: #ffffff;
  padding: 3px;
  position: absolute;
  top: -26px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.tech-stack-main ul li p {
  width: 100%;
  color: #595959;
  font-size: 16px;
  margin: 0;
}
/* Tech Stack CSS End */

/* Hiring Process CSS Start */
.hiring-process-main {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-top: 65px;
  margin-bottom: 45px;
}
.hiring-process-main .com-title-disc-cover {
  text-align: center;
}
.hiring-process-steps-list {
  display: inline-flex;
  width: 80%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 35px;
}
.swap-section-main {
  flex-direction: row-reverse;
}
.hiring-process-steps-text {
  width: 50%;
  position: relative;
}
.hiring-process-steps-text span.number-count-tag {
  color: #fde7de;
  font-size: 120px;
  position: absolute;
  top: -102px;
  left: 0;
  font-weight: 500;
}
.hiring-process-steps-text h3 {
  color: #080808;
  font-weight: 700;
  font-size: 22px;
  z-index: 1;
  position: relative;
  margin-bottom: 14px;
}
.hiring-process-steps-text h3 span {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: var(--primary-color);
}
.hiring-process-steps-text p {
  color: #595959;
}
.hiring-process-steps-text p span {
  color: #080808;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}
.hiring-process-steps-img {
  width: 35%;
}
.hiring-process-steps-img img {
  width: 100%;
}

.step-line-box-main {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.step-line-box-main img {
  width: 52%;
}
.step-line-box-main-mobile {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.step-line-box-main-mobile img {
}
/* Hiring Process CSS End */

/* What We Do CSS Start */
.what-we-do-main {
  display: inline-block;
  padding-top: 80px;
  padding-bottom: 65px;
  width: 100%;
  background: url(../images/what-we-do-bg.png) #f8f8f8 top center no-repeat;
  background-size: contain;
}
.what-we-do-cover {
  position: relative;
  min-height: 210px;
  padding-left: 225px;
  padding-top: 10px;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.what-we-do-cover h6 {
  background-color: var(--primary-color);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
  padding: 18px 40px;
  border-radius: 16px;
  gap: 4px;
  width: 191px;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.4;
}
.what-we-do-cover h6 svg {
  fill: #ffffff;
  width: 44px;
}
.what-we-do-cover h6 span {
  width: 100%;
  font-weight: 700;
  font-size: 32px;
}
/* What We Do CSS End */

/* What We Offer CSS Start */
.what-we-offer-main {
  margin-top: 75px;
  margin-bottom: 70px;
  width: 100%;
  display: inline-block;
}
.what-we-offer-cover {
  display: inline-flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  margin-top: 18px;
}
.what-we-offer-iner {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
}
.what-we-offer-boxiner {
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  padding: 40px 40px 40px;
  position: relative;
  width: 100%;
  padding-right: 90px;
}
.what-we-offer-boxiner h3 {
  color: #121212;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 12px;
}
.what-we-offer-boxiner p {
  color: #595959;
  font-size: 16px;
  margin-bottom: 22px;
}
.what-we-offer-boxiner a {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  letter-spacing: 1px;
}
.what-we-offer-boxiner a svg {
  width: 16px;
  height: 16px;
}
.serv-dev-icon-set {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.wwo-right-tmargin {
  margin-top: 52px;
}
/* What We Offer CSS End */

/* Why Enstacked CSS Start */
.why-choose-main {
  display: inline-block;
  width: 100%;
  padding-top: 68px;
  padding-bottom: 68px;
  background-color: #fff6f2;
}

.why-choose-cover {
  position: relative;
  padding-left: 40px;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.why-choose-cover svg {
  position: absolute;
  top: 5px;
  left: 0;
  width: 26px;
  height: 26px;
}
.why-choose-cover h3 {
  color: #121212;
  font-weight: 600 !important;
  font-size: 20px !important;
  margin-bottom: 15px !important;
  width: 100%;
  display: inline-block;
}
.why-choose-cover p {
  color: #595959;
  font-size: 16px;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.why-choose-cover hr {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 7px;
}
/* Why Enstacked CSS End */

/* Features CSS Start */
.features-section-main {
  display: inline-block;
  width: 100%;
  margin-top: 75px;
  margin-bottom: 75px;
}
.features-section-main .com-title-disc-cover {
  text-align: center;
}
.features-section-cover {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
.features-section-iner {
  background-color: #fdefe9;
  border: 1px solid #facebb;
  border-radius: 12px;
  position: relative;
  width: 23%;
  padding: 35px 20px 20px;
}
.features-section-iner:nth-child(2),
.features-section-iner:nth-child(4),
.features-section-iner:nth-child(5),
.features-section-iner:nth-child(7) {
  background-color: #f8f8f8;
  border-color: #dbdbdb;
}
.features-section-iner img {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffb18f;
  padding: 8px 8px;
  width: 45px;
  height: 45px;
  object-fit: contain;
  border-radius: 0px 10px;
}
.features-section-iner:nth-child(2) img,
.features-section-iner:nth-child(4) img,
.features-section-iner:nth-child(5) img,
.features-section-iner:nth-child(7) img {
  background-color: #dbdbdb;
}
.features-section-iner h4 {
  color: #121212;
  font-weight: 500;
  font-size: 18px;
}
.features-section-iner p {
  color: #595959;
  font-size: 14px;
  margin: 0px;
}

/* Features CSS End */

/* Video Testimonials CSS Start */
.video-testimonials-main {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}
.video-testimonials-main::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  width: 100%;
  background-color: #f8f8f8;
}
.video-testimonials-cover {
  display: inline-flex;
  width: 100%;
  gap: 25px;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.video-testimonials-cover a {
  position: relative;
}
.video-testimonials-cover a img {
  width: 100%;
  border-radius: 16px;
}
.video-testimonials-box-iner {
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 53.23%);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  display: inline-flex;
  padding: 20px;
  flex-wrap: wrap;
  align-content: flex-end;
  padding-right: 68px;
}
.video-testimonials-box-iner h4 {
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  font-size: 18px;
  margin-bottom: 6px;
}
.video-testimonials-box-iner p {
  color: #ffffff;
  width: 100%;
  font-size: 14px;
  margin: 0px;
}
.video-testimonials-box-iner svg {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.current-openings-btn-cover {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 40px;
  margin-bottom: 42px;
}
/* Video Testimonials CSS End */

/* Join Our Team CSS Start */
.join-our-team-card-cover {
  background: url(../images/join-our-team-img.png) top center no-repeat;
  text-align: center;
  background-size: 100% 100%;
  padding: 60px;
  width: 100%;
  display: inline-block;
  border-radius: 54px;
  margin-top: 70px;
  margin-bottom: 70px;
}
.join-our-team-card-cover ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 29px;
  margin-top: 38px;
}
.join-our-team-card-cover ul li img {
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  width: 55px;
  height: 55px;
  border: 1px solid #e4e2e1;
  background: #ffffff;
  border-radius: 16px;
  object-fit: contain;
}

/* Join Our Team CSS End */

/* Short on Time CSS Start */
.short-on-time-main {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}
.short-on-time-main::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 450px;
  width: 100%;
  background: url(../images/video-img-bg.png) top center no-repeat;
  background-size: 100% 100%;
}
.short-on-time-main ul {
  position: relative;
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-flex;
  width: 100%;
  justify-content: space-around;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 48px;
}
.short-on-time-main ul li {
  position: relative;
  padding-top: 22px;
  padding-bottom: 20px;
  display: inline-block;
}
.short-on-time-main ul li::before {
  content: "";
  height: 100%;
  width: 1px;
  background: #dbdbdb;
  display: inline-block;
  position: absolute;
  right: -62px;
  top: 0;
}
.short-on-time-main ul li:nth-child(4)::before {
  content: "";
  display: none;
}
.short-on-time-main ul li h5 {
  color: #121212;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 4px;
}
.short-on-time-main ul li p {
  color: var(--primary-color);
  font-size: 13px;
  margin: 0;
  font-weight: 500;
}
.short-on-time-cover {
  display: inline-block;
  width: 80%;
  margin-top: 35px;
}
.short-on-time-cover a {
  display: inline-block;
  width: 100%;
  position: relative;
}
.short-on-time-cover a img {
  width: 100%;
  border-radius: 18px;
}
.short-on-time-cover a svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  top: 38%;
  width: 92px;
}
/* Short on Time CSS End */

/* Our Blog CSS Start */
.our-blog-main {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.our-blog-main .item {
  padding: 8px;
}
.our-blog-main .owl-carousel {
  padding: 0px;
}
.our-blog-card {
  display: inline-block;
  width: 100%;
  border: 1px solid #dbdbdb;
  /* box-shadow: 0px 5px 14px 0px rgba(35, 31, 32, 0.1); */
  box-shadow: 5px 5px 30px 0px rgba(35, 31, 32, 0.1);
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.our-blog-card a {
  display: inline-block;
  width: 100%;
}
.our-blog-card-img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.our-blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-blog-card-text {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 26px;
  padding-top: 40px;
}
.our-blog-card-text h6 a:hover{ color: #121212 !important;}
.our-blog-card-text h6 {
  background-color: #facebb;
  color: #121212;
  display: inline-block;
  width: auto;
  border-radius: 8px;
  padding: 8px 10px 8px;
  position: absolute;
  top: -14px;
  font-size: 15px;
}
.our-blog-card-text h4 {
  font-weight: 700;
  color: #121212;
  font-size: 18px;
  margin: 0px;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 15px;
}
.our-blog-card-text h5 {
  color: #595959;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.our-blog-card-text h5 span {
  color: #121212;
  font-style: italic;
}
.our-blog-card-text p,.our-blog-card-text p a {
  margin: 0;
  font-size: 16px;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 15px;
  font-weight: 500;
}
.our-blog-card-text svg {
  width: 16px;
  height: 14px;
}

.our-blog-main .com-title-disc-cover {
  position: relative;
  margin-bottom: 25px;
}
.our-blog-main .com-title-disc-cover a {
  position: absolute;
  right: 0;
  bottom: 15px;
  color: var(--primary-color);
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.our-blog-main .com-title-disc-cover a svg {
  width: 16px;
  height: 16px;
}
/* Our Blog CSS End */

/* Our Client Say Start */
.our-client-say-main {
  /* background: url(../images/testimonials-bg.png) top center no-repeat; */
  background-color: #f8f8f8;
  background-size: 100% 100%;
  display: inline-block;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 65px;
}
.our-client-say-cover {
  display: inline-block;
  width: 100%;
  border: 1px solid #dbdbdb;
  /* box-shadow: 0px 5px 14px 0px rgba(35, 31, 32, 0.1); */
  box-shadow: 0px 0px 21px 0px rgb(35 31 32 / 8%);
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  padding: 30px;
}
.our-client-say-text {
  display: inline-block;
  width: 100%;
  min-height: 240px;
}
.our-client-say-text h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.our-client-say-text p {
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}
.our-client-say-user {
  position: relative;
  padding-left: 65px;
  min-height: 50px;
}
.our-client-say-user img {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.our-client-say-user h5 {
  font-size: 16px;
  color: #121212;
  font-weight: 500;
  font-style: italic;
}
.our-client-say-user p {
  font-size: 14px;
  color: #595959;
  font-weight: 400;
  margin: 0px;
}
.our-client-say-main .item {
  padding: 5px;
}
.our-client-say-main .owl-carousel {
  padding: 0;
  position: relative;
}
.our-client-say-main .com-title-disc-cover {
  padding-right: 180px;
}
.our-client-say-main .owl-nav {
  display: inline-block;
  width: auto;
  position: absolute;
  top: -65px;
  right: 10px;
  margin: 0;
}

/* Our Client Say End */

/* Where We Do CSS Start */
.where-we-do-main {
  display: inline-block;
  width: 100%;
  margin-top: 75px;
  margin-bottom: 75px;
  text-align: center;
}
.where-we-do-main .com-title-disc-cover {
  text-align: center;
  width: 80%;
}
.where-we-do-main .owl-carousel {
  margin-top: 35px;
}
.where-we-do-main .item {
  text-align: center;
}
.where-we-do-main .owl-nav button {
  background-color: #f8f8f8 !important;
}
.where-we-do-main .owl-prev {
  position: absolute;
  left: 30px;
  top: 44%;
  bottom: 0;
}
.where-we-do-main .owl-next {
  position: absolute;
  right: 30px;
  top: 44%;
  bottom: 0;
}
.where-we-do-card {
  background-color: #f8f8f8;
  border: 1px solid #dbdbdb;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  width: 80%;
  padding-left: 35px;
  padding-right: 28px;
  padding-top: 45px;
  border-radius: 32px;
  gap: 100px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
.where-we-do-card-left {
  display: inline-block;
  width: 50%;
}
.where-we-do-card-left img {
  width: 150px !important;
}
.where-we-do-card-left ul {
  display: inline-flex;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 28px;
}
.where-we-do-card-left ul li {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  font-size: 16px;
  padding: 5px 12px;
  border-radius: 8px;
}
.where-we-do-card-left p {
  color: #595959;
  font-size: 16px;
}
.where-we-do-card-left a {
  margin: 0;
  font-size: 16px;
  color: var(--primary-color) !important;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 15px;
  font-weight: 500;
}
.where-we-do-card-left a svg {
  width: 16px;
  height: 14px;
}
.where-we-do-card-right {
  display: inline-block;
  width: 50%;
}

.where-we-do-card-right a img {
  width: 100%;
}
/* Where We Do CSS End */

/* Take a Look at CSS Start */
.takea-lookat-main {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 65px;
}
.takea-lookat-main .com-title-disc-cover {
  text-align: center;
  margin-bottom: 35px;
  /* background-color: #F8F8F8; */
}

.takea-lookat-main .accordion .accordion-item {
  background-color: #f8f8f8;
  border: 0px;
  margin-bottom: 25px;
  border-radius: 16px;
}

.takea-lookat-main
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  background: transparent;
  border: 0;
  box-shadow: inherit;
  color: #121212;
  font-weight: 500;
  font-size: 20px;
  padding: 24px 24px 24px;
  padding-right: 80px;
  position: relative;
  line-height: 1.5;
  width:100%;
  text-align:left;
}

.takea-lookat-main
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  padding-top: 0;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 32px;
}
.takea-lookat-main
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  p {
  font-size: 18px;
  color: #595959;
  margin: 0px;
}
.takea-lookat-main .accordion-header .accordion-button {
  position: relative;
}
.takea-lookat-main .accordion-header .accordion-button::after {
  background-color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-position-x: 10px;
  background-position-y: 11px;
  position: absolute;
  right: 22px;
  top: 20px;
  
}
/* Take a Look at CSS End */

/* Footer CSS Start */
.mobile-footer-main {
  display: none;
}
.tellus-aboutyou-main {
  position: relative;
  margin-top: 118px;
  padding-top: 205px;
}
.tellus-aboutyou-cover {
  position: absolute;
  top: -118px;
  left: 0;
  right: 0;
  width: 100%;
}
.tellus-aboutyou-iner {
  display: inline-flex;
  width: 100%;
  background: url(../images/footer-bg-about.png) top center no-repeat;
  background-size: cover;
  padding: 25px 80px;
  border-radius: 30px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  min-height: 260px;
}
.tellus-aboutyou-cover-left {
  width: 65%;
}
.tellus-aboutyou-cover-left h6 {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 20px;
  width: 100%;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.tellus-aboutyou-cover-left h4 {
  color: #ffffff !important;
  font-weight: 700;
  width: 100%;
  font-size: 32px !important;
}
.tellus-aboutyou-cover-right {
}
.tellus-aboutyou-cover-right a {
  background-color: var(--primary-color);
  color: #ffffff !important;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 9px;
  display: inline-block;
}

.footer-main-cover {
  display: inline-block;
  width: 100%;
  background: url(../images/world-map-image.png) center no-repeat;
  background-size: 72%;
}
footer {
  display: inline-block;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 28px;
  background-color: #f8f8f8;
}
.footer-main-top {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  gap: 100px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 26px;
}
.footer-main-top-one {
  width: 35%;
  margin-bottom: 25px;
}
.footer-logo {
  width: 225px;
  margin-bottom: 15px;
}
.footer-main-top-one p {
  color: #595959;
}

.footer-main-top-two {
  width: 30%;
}
.footer-main-top-two ul,
.footer-main-top-three ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 35px;
}
.footer-main-top-two ul h3,
.footer-main-top-three ul h3,
.footer-main-mid h3,
.footer-main-top-one h3 {
  color: #121212;
  font-weight: 700;
  font-size: 20px;
}

.footer-main-top-two h3,
.footer-main-top-three h3 {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}
.footer-main-top-two h3 img,
.footer-main-top-three h3 img {
}
.footer-main-top-two ul li,
.footer-main-top-three ul li {
  margin-top: 2px;
}
.footer-main-top-two ul li a,
.footer-main-top-three ul li a,
.footer-main-top-three ul li {
  color: #595959;
  font-size: 16px;
}

.footer-main-top-three {
  width: 25%;
}

.footer-main-mid {
  /* border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb; */
  display: inline-block;
  width: 100%;
  /* padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 35px; */
}
.footer-main-mid ul {
  display: inline-flex;
  width: 100%;
  padding: 0px;
  margin: 0px;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  list-style: none;
  margin-top: 10px;
}
.footer-main-mid ul li img {
  width: 80%;
}
.footer-main-bot {
  display: inline-flex;
  width: 100%;
}

.footer-main-bot {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  flex-direction: row-reverse;
}
.footer-main-bot p {
  color: #595959;
  margin: 0px;
  font-size: 16px;
}
.security-img-box img {
  height: 22px;
}

.follow-us-left-main-award {
  display: inline-flex;
  width: 100%;
  gap: 100px;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 10px;
  padding-bottom: 32px;
}

.follow-us-left-cover-new {
  width: 56%;
}
.follow-us-left-cover-new ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 18px;
  margin-top: 0px;
}
.follow-us-left-cover-new ul li {
  margin-right: 10px;
}
.follow-us-left-cover-new ul h3 {
  width: 100%;
  color: #121212;
  font-weight: 700;
  font-size: 20px;
}
.follow-us-left-cover-new ul li a img {
  width: 30px;
  height: 30px;
}
.follow-us-left-cover-new a.com-btn {
  background-color: #ffffff;
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
  padding: 8px 13px;
  font-size: 15px;
  border-radius: 12px;
}
.get-in-touch-social-list {
}
.get-in-touch-social-list ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.get-in-touch-social-list ul li {
  margin-top: 8px;
}
.get-in-touch-social-list ul li a {
  color: #595959;
  display: inline-flex;
  width: 100%;
  gap: 10px;
  align-items: center;
}
.get-in-touch-social-list ul li a img {
}
/* .home-tellus-about-main{
  margin-top: 118px;
} */
/* Footer CSS Start */

/* full stack services page CSS Start */
.features-full-stack .features-section-iner {
  width: 49%;
}
.features-full-stack .features-section-iner:nth-child(1) img {
  background-color: #ffb18f;
}
.features-full-stack .features-section-iner:nth-child(3) {
  background-color: #f8f8f8;
  border-color: #dbdbdb;
}
.features-full-stack .features-section-iner:nth-child(3) img {
  background-color: #dbdbdb;
}

.features-full-stack .features-section-iner:nth-child(4) {
  background-color: #fdefe9;
  border-color: #facebb;
}
.features-full-stack .features-section-iner:nth-child(4) img {
  background-color: #ffb18f;
}
/* full stack services page CSS End */

/* Technology Stack CSS Start */
.technology-stack-main-cover {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 65px;
}
.technology-stack-main-cover .com-title-disc-cover {
  text-align: center;
}
.technology-stack-main-tab {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 35px;
}
.technology-stack-main-tab .nav-tabs {
  margin-bottom: 35px;
  border-bottom: 1px solid #e4e2e1;
  gap: 14px;
  padding-left: 45px;
  padding-right: 45px;
}
.technology-stack-main-tab .nav-tabs .nav-item {
}
.technology-stack-main-tab .nav-tabs .nav-item .nav-link {
  border-left: 1px solid #eeeceb;
  border-top: 1px solid #eeeceb;
  border-right: 1px solid #eeeceb;
  border-radius: 12px 12px 0px 0px;
  color: #000000;
  padding: 8px 22px 7px;
}
.technology-stack-main-tab .nav-tabs .nav-item .nav-link.active {
  background-color: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
}
.technology-stack-tech-logo-cover ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  gap: 20px;
}
.technology-stack-tech-logo-cover ul li {
  background-color: #f8f8f8;
  border-radius: 12px;
  width: 23%;
  text-align: center;
  padding: 30px 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.technology-stack-tech-logo-cover ul li:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.technology-stack-tech-logo-cover ul li img {
  height: 38px;
}
/* Technology Stack CSS End */

/* Our Services CSS Start */
.our-services-main {
  display: inline-block;
  width: 100%;
  /* background-color: #f8f8f8; */
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
}
.our-services-main:before {
  content: "";
  background: url(../images/our-services-left-vc-icon.png) top center no-repeat;
  position: absolute;
  top: 450px;
  left: 0px;
  width: 150px;
  height: 310px;
  background-size: 100%;
}
.our-services-cover {
  display: inline-flex;
  width: 100%;
  gap: 25px;
}
.our-services-left {
  width: 40%;
}
.our-services-right {
  width: 60%;
}
.our-services-iner-card {
  border: 1px solid #dbdbdb;
  box-shadow: 5px 5px 10px 0px rgba(35, 31, 32, 0.03);
  background-color: #ffffff;
  padding: 25px;
  border-radius: 16px;
  margin-bottom: 26px;
}
.our-services-iner-card:hover {
  border-color: #facebb;
  background-color: #fdefe9;
}
.grows-with-you-active{
  border-color: #facebb;
  background-color: #fdefe9;
  position: relative;
}
.grows-with-you-active::before{
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url(../images/grows-with-you-active-img.png) top center no-repeat;
  width: 200px;
  height: 100%;
  background-size: 100% 100%;
}
.our-services-iner-card img {
  width: 60px;
  margin-bottom: 15px;
}
.our-services-iner-card h4 {
  color: #080808;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  width: 100%;
}
.our-services-iner-card h4 span{
  color: var(--primary-color);
}
.our-services-iner-card p {
  color: #595959;
}

.our-services-main {
  position: relative;
  height: auto;
  /* background: #fff; */
}

.our-services-cover {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.our-services-left {
  position: sticky;
  top: 120px;
  align-self: flex-start;
}

.our-services-right {
  overflow-y: auto;
  scroll-behavior: smooth;
}
/* Our Services CSS End */

/* Our Services New Start */
.our-service-new-main-cover{
  padding-top: 65px;
  padding-bottom: 65px;
  width: 100%;
}

.our-service-new-main-iner{
  display: inline-flex;
  width: 100%;
}
.our-service-new-main-left{
  width: 50%;
}
.our-service-new-main-right{
  width: 50%;
}
.our-service-new-main-right .accordion-item{
  margin-bottom: 15px;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}
.our-service-new-main-right .accordion-button:hover{
background-color:#fff !important;
color:#121212 !important;
}
.our-service-new-main-right .accordion-button{
  border: 0px;
  box-shadow: inherit;
  color: #121212;
  font-weight: 500;
  font-size: 17px;
}
.our-service-new-main-right .accordion-button:not(.collapsed){
  background-color: #ffffff;
}
.our-service-new-main-right .accordion-body{
  padding-top: 0px;
}

.accordion-our-serv-content{
  width: 100%;
}
.accordion-our-serv-content p{
  color: #595959;
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
}
.accordion-our-serv-content ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.accordion-our-serv-content ul li{
  position: relative;
  padding-left: 34px;
  width: 100%;
  color: #595959;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}
.accordion-our-serv-content ul li img{
  position: absolute;
  width: 24px;
  top: 5px;
  left: 0;
}

/* Our Services New End */

/* Our Expertise CSS Start */

.our-expertise-main-cover {
  margin-top: 65px;
  margin-bottom: 70px;
}
.our-expertise-main-cover .com-title-disc-cover {
  text-align: center;
}

.our-expertise-main-cover .marquee-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 237, 230, 0.58) 26.92%, rgba(255, 226, 213, 0.58) 51.44%, rgba(255, 239, 233, 0.58) 74.52%, rgba(255, 255, 255, 0.58) 100%);
}

.our-expertise-main-cover .marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.our-expertise-main-cover .marquee {
  display: flex;
  position: relative;
}

.our-expertise-main-cover .marquee-content {
  display: flex;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 20s;
}

.our-expertise-main-cover .left-to-right {
  animation-name: marqueeRightToLeft;
}

.our-expertise-main-cover .right-to-left {
  animation-name: marqueeLeftToRight;
}

.our-expertise-main-cover .marquee ul {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-shrink: 0;
}

.our-expertise-main-cover .marquee-wrapper:hover .marquee-content {
  animation-play-state: paused;
}

@keyframes marqueeRightToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marqueeLeftToRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.our-expertise-main-cover .marquee-content ul {
  margin-right: 18px;
}
.our-expertise-main-cover .marquee-content ul li {
  border: 1px solid #e7e7e7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: white;
  padding: 8px 12px;
  border-radius: 13px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  white-space: nowrap;
}
.our-expertise-main-cover .marquee-content ul li img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
/* Our Expertise CSS End */

/* What You Get CSS Start */
.what-you-get-main {
  display: inline-block;
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 70px;
  padding-bottom: 70px;
}
.what-you-get-iner {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.what-you-get-iner h5 {
  color: #080808;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 12px;
}
.what-you-get-iner ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
.what-you-get-iner ul li {
  color: var(--text-color);
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  gap: 12px;
  margin-bottom: 10px;
  width: 100%;
}
.what-you-get-iner ul li img {
  width: 25px;
}
/* What You Get CSS End */

/* Hiring dedicated developers Hero CSS Start */
.hiring-dedicated-dev-hero-main {
  background: url(../images/hiring-dedicated-developers-hero-bg.png) top center
    no-repeat;
  background-size: 100% 100%;
  height: 100vh;
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 70px;
}
.hiring-dedicated-dev-hero-main .com-title-disc-cover h6{
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2[x];
}
.hiring-dedicated-dev-hero-left {
  margin-top: 28px;
}
.hiring-dedicated-dev-hero-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hiring-dedicated-dev-hero-left ul li {
  width: 100%;
  margin-top: 5px;
}
.hiring-dedicated-dev-hero-left ul li a {
  display: inline-flex;
  width: 100%;
  color: #121212;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
}
.hiring-dedicated-dev-hero-left ul li a svg {
  width: 30px;
  height: 30px;
}
.hiring-dedicated-dev-hero-left ul li a img {
  width: 34px;
}
.hiring-dedicated-dev-hero-right {
  background: linear-gradient(360deg, #000000 0%, #424242 100%);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.11);
  padding: 28px;
  border-radius: 14px;
  width: 100%;
}
.hiring-dedicated-dev-hero-right h4 {
  font-weight: 700 !important;
  font-size: 22px !important;
  color: #ffffff !important;
  margin-bottom: 18px;
  width: 100%;
}
.hiring-dedicated-dev-hero-right h4 span {
  color: var(--primary-color);
}
.form-cust-input-select {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.form-cust-input-select .form-control,
.form-cust-input-select .form-select {
  background-color: #4d4d4d;
  color: #ffffff;
  border: 0;
  height: 56px;
  font-size: 15px;
  padding: 15px 16px 15px;
}
.form-cust-input-select input::placeholder {
  color: #ffffff;
}
.form-cust-input-select .form-select {
  appearance: none; /* Removes default styling */
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%23FFFFFF'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E"); /* Custom arrow */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
}

.hiring-dedicated-dev-hero-right button {
  background-color: var(--primary-color);
  color: #ffffff;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 9px;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.hiring-dedicated-dev-hero-right a svg {
  width: 18px;
  height: 18px;
}
/* Hiring dedicated developers Hero CSS End */

/* How to Save Big CSS Start */
.how-save-big-main {
  /* background-color: #f8f8f8; */
  padding-top: 55px;
  padding-bottom: 55px;
}
.how-save-big-main .prime-color {
  background-color: #fdefe9;
}
.how-save-big-main .prime-color h4 {
  color: var(--primary-color);
}
.how-save-big-card {
  background-color: #F8F8F8;
  border-radius: 22px;
  padding: 28px;
  width: 100%;
  margin-top: 12px;
}
.how-save-big-card h4 {
  color: #080808;
  font-weight: 600;
}
.how-save-big-card ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.how-save-big-card ul li {
  color: #080808;
  font-weight: 500;
  display: inline-flex;
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  font-size: 18px;
  gap: 14px;
  margin-top: 12px;
}
.how-save-big-card ul li img {
  width: 23px;
}
/* How to Save Big CSS End */

/* Enstacked Advantage CSS Start */
.augmentation-advantage-main {
  padding-top: 70px;
  padding-bottom: 70px;
  display: inline-block;
  width: 100%;
}
.augmentation-advantage-main .com-title-disc-cover {
  text-align: center;
}
.augmentation-advantage-cover {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.augmentation-advantage-cover ul {
  display: inline-flex;
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #d1d1d1;
}
.augmentation-advantage-cover ul:last-child {
  border-bottom: 0px;
}
.augmentation-advantage-cover ul li {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-right: 1px solid #d1d1d1;
  padding: 30px 15px;
}
.augmentation-advantage-cover ul li:last-child {
  border-right: 0;
}
.augmentation-advantage-cover ul li img {
  width: 48px;
}
.augmentation-advantage-cover ul li p {
  width: 100%;
  color: #080808;
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}
/* Enstacked Advantage CSS End */

/* How We Work CSS Start */
.how-we-wrok-main-hero {
  background: url(../images/how-we-wrok-main-hero-bg.png) top center no-repeat;
  height: 100vh;
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding-bottom: 45px;
  padding-top: 105px;
  background-size: cover;
}
.how-we-wrok-main-hero .cloud-service-hero-main-cover {
  flex-direction: row-reverse;
}
.how-we-wrok-main-hero .cloud-service-hero-main-right img {
  width: 88%;
}
.how-we-wrok-main-hero .delivering-top-main-text h5 {
  font-weight: 500;
  color: var(--primary-color);
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  font-size: 20px;
}
/* How We Work CSS End */

/* Transforming the Client Experiences CSS Start */
.transf-Experie-main {
  padding-top: 70px;
  padding-bottom: 70px;
}
.transf-Experie-cover {
  display: inline-block;
  width: 100%;
  margin-top: 22px;
}
.transf-Experie-cover ul {
  display: inline-flex;
  width: 100%;
  padding: 0;
  margin: 0;
}
.transf-Experie-cover ul li {
  display: inline-block;
  text-align: center;
  width: 100%;
  position: relative;
}
.transf-Experie-cover ul li img {
  width: 145px;
  margin-bottom: 15px;
}
.transf-Experie-cover ul li h4 {
  color: #121212;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  margin-bottom: 4px;
}
.transf-Experie-cover ul li p {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
  margin-top: 10px;
}

.transf-Experie-cover ul li:nth-child(1) {
}
.transf-Experie-cover ul li:nth-child(2) {
  margin-top: 124px;
}
.transf-Experie-cover ul li:nth-child(3) {
}
.transf-Experie-cover ul li:nth-child(4) {
  margin-top: 124px;
}
.transf-Experie-cover ul li:nth-child(1)::after {
  content: "";
  background: url(../svg/tca-border-1.svg) top center no-repeat;
  background-size: 100%;
  width: 247px;
  height: 60px;
  display: inline-block;
  top: 71px;
  right: -165px;
  position: absolute;
}
.transf-Experie-cover ul li:nth-child(2)::after {
  content: "";
  background: url(../svg/tca-border-2.svg) top center no-repeat;
  background-size: 100%;
  width: 242px;
  height: 85px;
  display: inline-block;
  bottom: 46px;
  right: -165px;
  position: absolute;
}
.transf-Experie-cover ul li:nth-child(3)::after {
  content: "";
  background: url(../svg/tca-border-1.svg) top center no-repeat;
  background-size: 100%;
  width: 247px;
  height: 60px;
  display: inline-block;
  top: 71px;
  right: -165px;
  position: absolute;
}
/* Transforming the Client Experiences CSS End */

/* How we wrok commen Section CSS Start */
.howwewrok-comm-section-main {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #eeeeee;
}

/* .howwewrok-comm-section-main::before{
  content: '';
  background: url(../images/);
}
.howwewrok-comm-section-main::after{
  content: '';
} */

.card-primary-color {
  background-color: #ffede5;
}
.howwewrok-comm-section-top {
  position: relative;
  min-height: 125px;
  display: inline-block;
  width: 100%;
}
.howwewrok-comm-section-top img {
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
}
.howwewrok-comm-section-top h3 {
  color: #121212;
  font-weight: 700;
  font-size: 24px;
  padding-left: 130px;
}
.howwewrok-comm-section-top p {
  color: #595959;
  font-weight: 400;
  font-size: 16px;
  padding-left: 130px;
}

.howwewrok-comm-section-cover {
  display: inline-flex;
  width: 100%;
  gap: 26px;
  margin-top: 25px;
}
.howwewrok-comm-section-iner {
  background-color: #ffffff;
  border-radius: 28px;
  padding: 30px;
  width: 100%;
}
.howwewrok-comm-section-iner h4 {
  color: #121212;
  font-size: 22px;
  font-weight: 700;
}
.howwewrok-comm-section-iner ul {
  margin: 0px;
}
.howwewrok-comm-section-iner ul li {
  font-size: 16px;
  color: #121212;
  padding-top: 14px;
  padding-bottom: 10px;
}
.howwewrok-comm-section-iner ul li span {
  font-weight: 700;
}

.card-primary-color .howwewrok-comm-section-iner h4 {
  color: var(--primary-color);
}
/* How we wrok commen Section CSS End */

/* Leading With Change Section Start */
.leading-with-change-section {
  padding-top: 55px;
  padding-bottom: 70px;
}

.every-industry-tab-cover {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0 45px;
  margin-top: 14px;
}

.every-industry-tab-cover .nav-pills {
  flex-wrap: nowrap;
  gap: 14px;
  overflow-x: scroll;
  /* padding-bottom: 10px; */
  white-space: nowrap;
}

.every-industry-tab-cover .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-color);
  padding: 11px 24px;
  white-space: nowrap;
  border: 1px solid #e5e3e3;
  border-radius: 50px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}

.every-industry-tab-cover .nav-link svg path {
  transition: stroke 0.3s ease;
}

/* Hover & Active State */
.every-industry-tab-cover .nav-link:hover,
.every-industry-tab-cover .nav-link.active {
  color: var(--primary-color);
  background-color: #ffffff;
}

.every-industry-tab-cover .nav-link:hover svg path,
.every-industry-tab-cover .nav-link.active svg path {
  stroke: var(--primary-color);
}

.every-industry-tab-cover button.btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  padding: 0;
}

.every-industry-tab-cover button:hover svg path {
  stroke: var(--primary-color);
}

.every-industry-tab-cover button.tab-left-side-arrow {
  position: absolute;
  top: 5px;
  left: 0;
}

.every-industry-tab-cover button.tab-right-side-arrow {
  position: absolute;
  top: 5px;
  right: 0;
}

.every-industry-tab-cover button.btn svg {
  width: 24px;
}

.every-industry-tab-cover ul::-webkit-scrollbar {
  display: none;
}

.every-industry-content-main {
  width: 100%;
  display: inline-block;
  padding-top: 30px;
}

.industry-content-main {
  width: 100%;
  display: inline-block;
  border: 1px solid #e5e3e3;
  background: #f9f9f9;
  border-radius: 25px;
  padding: 30px;
  height: 524px;
}

.industry-content-text h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: var(--text-color);
  margin-bottom: 20px;
}

.industry-content-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--description-text-color);
  margin-bottom: 0;
}

.industry-content-text-list ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.industry-content-text-list ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  color: var(--description-text-color);
}

.industry-content-text-list ul li img {
  width: 24px;
  margin-right: 10px;
  height: 23px;
  float: left;
}

.industry-content-images {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
}

.industry-content-images img {
  width: 461px;
  height: 375px;
  border-radius: 26px;
  object-fit: cover;
  display: block;
}

/* Leading With Change Section End */

/* Contact US Page CSS Start */
.contactus-section-main {
  margin-top: -180px;
  padding-bottom: 115px;
}

.contactus-hero-section {
  height: auto;
  padding-top: 140px;
  padding-bottom: 210px;
  background: url(../images/contact-us-bg-img.png) top center no-repeat;
  background-size: 100% 100%;
}

.contactus-main-wrap {
  width: 100%;
  display: inline-flex;
  border: 1px solid #eeeceb;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 5px 5px 10px 0px #0000001c;
  padding: 40px;
  gap: 40px;
}

.contactus-main-wrap .contact-imfo-cov {
  width: 38%;
  background: #fdefe9;
  border: 1px solid #facebb;
  border-radius: 10px;
  padding: 30px;
}

.contact-form-cov {
  width: 62%;
}

.contactus-main-wrap .contact-imfo-cov h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--text-color);
  margin-bottom: 0;
  padding-bottom: 30px;
}

.contactus-main-wrap .contact-imfo-cov p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--description-text-color);
  margin-bottom: 0;
}

.contact-info-text-cov {
  width: 100%;
  display: inline-block;
  padding-top: 20px;
}

.contact-info-text-email {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 15px;
  width: 100%;
  display: inline-flex;
}
.contact-info-text-email a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  gap: 13px;
  font-weight: 500;
  color: #121212;
}
.contact-info-text-email a svg {
  width: 25px;
  height: 25px;
}
.contact-info-text-location {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 15px;
  width: 100%;
  margin-top: 20px;
}
.contact-info-text-location h4 {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 12px;
  margin-bottom: 10px;
  gap: 12px;
  font-weight: 600;
  font-size: 18px;
  align-items: center;
}
.contact-info-text-location h4 img {
}
.contact-info-text-location h6 {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #595959;
  padding-left: 38px;
  margin-bottom: 10px;
  margin-top: 8px;
}
.contact-info-text-location h6 svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
}
.contact-info-text-cov .contact-info-text a p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #080808;
}

.contact-info-text-cov .contact-info-text a p:hover {
  color: var(--primary-color);
}

.contact-info-text-cov .contact-info-text:last-child {
  padding-bottom: 0;
}

.contact-form-wrap .form-group {
  margin-bottom: 24px;
}

.contact-form-wrap .form-group {
  margin-bottom: 24px;
}

.contact-form-wrap .form-group:last-child {
  margin-bottom: 0;
}

.contact-form-wrap .form-group input.form-control,
.contact-service-select .form-group select.form-control {
  padding: 21px 14px;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  border-radius: 10px;
  border: 1px solid #e4e2e1;
  background-color: #ffffff;
}

.contact-form-wrap .form-group textarea.form-control {
  height: 128px;
  resize: none;
  padding: 16px 14px;
}

.contact-form-wrap .form-group input::placeholder,
.contact-form-wrap .form-group textarea::placeholder {
  color: #b6b6b6;
  font-size: 16px;
}

.contact-service-main-wrap {
  padding-top: 24px;
  width: 100%;
  display: inline-block;
}

.contact-service-main-wrap h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color);
}

.contact-service-main-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 6px;
}

.contact-service-main-wrap ul li {
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 6px 12px;
  background-color: #f3f5f9;
}

.contact-service-main-wrap ul li.active {
  border: 1px solid var(--primary-color);
  background-color: #ffffff;
  color: #080808;
}

.contact-service-main-wrap ul li.active a {
  color: #080808;
}

.contact-service-main-wrap ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #595959;
}

.attectfile-send-btn a {
  padding: 13.5px 34.5px;
  display: inline-flex;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  flex-direction: row;
  gap: 10px;
}

.attectfile-cov {
  width: 65%;
}

.attectfile-cov .file-upload-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #080808;
  margin-bottom: 6px;
}

.attectfile-cov .upload-icon {
  width: 30px;
  height: 30px;
}

.attectfile-cov .dashed-line {
  border-top: 2px dashed #8c8c8c;
  margin: 10px 0;
}

.attectfile-cov .file-note {
  color: #3a3f51;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.contct-attchfile-wrap {
  padding-top: 24px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.contact-form-wrap h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 16px;
  display: none;
}

.contact-service-select {
  display: none;
}

/* Contact US Page CSS End */
/* About US Page CSS Start */
.aboutus-main-wrap {
  background: url(../images/about-bg-banner.png) top center no-repeat;
  background-size: cover;
}
.aboutus-main-wrap .delivering-top-main-text h3 {
  font-size: 48px;
}
.aboutus-main-wrap .delivering-top-main-text a {
  padding: 14px 22px;
  font-size: 18px;
}

.main-story-section {
  padding-top: 100px;
  padding-bottom: 70px;
}

.story-section-main-wrap {
  width: 100%;
  display: inline-flex;
  gap: 90px;
  align-items: center;
  justify-content: space-between;
}

.story-section-main-wrap .story-img-wrap {
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px;
  width: 50%;
}

.story-section-main-wrap .story-img-wrap::before {
  content: "";
  background-color: #fde7de;
  width: 94%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.story-img-wrap img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.story-content-wrap {
  width: 50%;
  display: inline-block;
}

.story-content-wrap h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #080808;
  margin-bottom: 0;
}

.story-content-wrap h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--primary-color);
  padding: 12px 0;
  margin-bottom: 0;
  letter-spacing: 3px;
}

.story-content-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--description-text-color);
  margin-bottom: 6px;
}

.story-content-wrap p span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #080808;
}

.story-list-item {
  width: 100%;
  display: inline-block;
}

.story-list-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.story-list-item ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--description-text-color);
  padding: 10px 0;
}

.story-list-item ul li h5 {
  color: #080808;
  width: auto;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

.story-list-item ul li {
  position: relative;
  padding-left: 36px;
}

.story-list-item ul li::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 16px;
  background-image: url(../svg/right-icon.svg);
  top: 22px;
  left: 0;
  background-repeat: no-repeat;
}

.whats-began-main {
  width: 100%;
  display: inline-block;
  background-image: url("../svg/whats-began-rectangle.svg");
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.whats-began-wrap {
  width: 100%;
  display: inline-block;
  padding: 42px 0;
  text-align: center;
}

.whats-began-wrap p {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0;
}

.whats-began-wrap p span {
  color: var(--primary-color);
}

.story-right-section {
  padding-top: 70px;
}

.story-right-section .story-section-main-wrap {
  flex-direction: row-reverse;
}

.story-right-section .story-img-wrap {
  padding-right: 30px;
  padding-left: 0;
}

.story-right-section .story-img-wrap::before {
  right: 0;
  left: inherit;
}

.transforming-ideas-main {
  padding-top: 30px;
  padding-bottom: 100px;
}

.transforming-ideas-main .com-title-disc-cover {
  text-align: center;
}

.transforming-ideas-main .leading-brands-main-right {
  width: 100%;
  padding-left: 0;
  margin-top: 14px;
}

.enstacked-main-section .com-title-disc-cover {
  text-align: center;
}

.enstacked-main-section {
  width: 100%;
  display: inline-block;
  background-image: url("../svg/enstacked-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  padding: 100px 0;
}

.enstacked-bg-color {
  background-color: #f8f8f8;
}

.enstacked-box-cover {
  width: calc(50% - 12px);
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #e4dede;
  border-radius: 12px;
  box-shadow: 8px 8px 35.9px 0px #0000000f;
  padding: 30px;
}

.enstacked-main-wrap {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 14px;
}

.enstacked-box-cover img {
  width: 60px;
}

.enstacked-box-cover h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  padding: 10px 0;
  color: var(--text-color);
}

.enstacked-box-cover p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--description-text-color);
  margin-bottom: 0;
}

.enstacked-schedule-call-btn {
  text-align: center;
  margin-top: 30px;
}

.enstacked-schedule-call-btn a.com-btn {
  font-size: 18px;
  line-height: 20px;
  padding: 14px 21px;
}

.great-people-main {
  padding-top: 44px;
  padding-bottom: 60px;
}

.great-people-cov {
  width: 100%;
  display: inline-flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 22px;
}

.great-people-box {
  width: calc(25% - 22px);
  display: inline-flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.great-people-img {
  width: 260px;
  height: 260px;
  position: relative;
}
.great-people-img-iner {
  overflow: hidden;
  border-radius: 50%;
}

.great-people-linkdin {
  /* background-color: var(--primary-color); */
  background: url(../svg/linkedin-bg-v.svg) top center no-repeat;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 99;
  height: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  /* transition: all 0.4s ease-in-out; */
  opacity: 0;
  overflow: hidden;
}

.great-people-box:hover .great-people-linkdin {
  /* transition: all 0.4s ease-in-out; */
  height: 30%;
  opacity: 1;
  z-index: 99;
}

.great-people-box:hover .great-people-img::before {
  display: none;
}

.great-people-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  margin: 0 auto;
}

.great-people-linkdin img.social-icon {
  width: 41px;
  height: 41px;
  object-fit: cover;
}

.great-people-text {
  width: 100%;
  display: inline-block;
  margin-top: 21px;
}

.great-people-text h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 6px;
  color: var(--text-color);
}

.great-people-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0;
  color: var(--primary-color);
}

.great-people-img::before {
  content: "";
  position: absolute;
  border: 1px solid var(--primary-color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 6px;
  right: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.blog-section-pb {
  background-color: unset !important;
}

/* About US Page CSS End */

/* Career Page CSS Start Here */
.career-main-section {
  /* background: url(../images/career-bg.png) top center no-repeat; */
  /* background-size: 100% 100%; */
  position: relative;
  background: linear-gradient(180deg, rgba(255, 235, 227, 0) 14.7%, #ffebe375 100%);
}
.career-main-section::before {
  content: "";
  background: url(../images/career-left-dide-hero-img.png) top center no-repeat;
  width: 360px;
  height: 370px;
  position: absolute;
  bottom: 10px;
  left: 20px;
  background-size: 100%;
}
.career-main-section::after {
  content: "";
  background: url(../images/career-right-dide-hero-img.png) top center no-repeat;
  width: 450px;
  height: 388px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  background-size: 100%;
}
.career-main-section .delivering-top-main-text h4 {
  font-size: 111px;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ef622429;
  stroke: #f6773f00;
  text-shadow: 5px 0px 0px
    rgba(238.99999999999994, 97.99999999999989, 35.99999999999998, 0.11);
  color: #827f7f00;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  line-height: 1;
  opacity: 0.8;
}
.career-main-section-respo-img {
  width: 100%;
  display: none;
}
.career-main-section-respo-img img {
  width: 100%;
}
.our-culture-main {
  width: 100%;
  display: inline-block;
  padding-top: 100px;
}

.our-culture-main .com-title-disc-cover {
  text-align: center;
}

.our-culture-imgbox img {
  width: 100%;
  height: 468px;
  object-fit: cover;
  display: block;
  border-radius: 24px;
}

.our-culture-imgbox {
  width: 100%;
  display: inline-block;
  margin-top: 14px;
  z-index: 1;
  position: relative;
}

.find-job-main {
  display: inline-block;
  width: 100%;
  padding-top: 290px;
  padding-bottom: 100px;
  background: url(../images/find-job-bg.png) top center no-repeat;
  background-size: cover;
  margin-top: -215px;
}

.email-main-section {
  display: inline-block;
  width: 100%;
  background: url(../images/email-bg.png) top center no-repeat;
  background-size: cover;
  padding: 100px 50px;
  align-items: center;
}

.email-textbox-cov {
  text-align: center;
}

.email-textbox-cov p {
  font-weight: 400;
  font-size: 39px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}

.email-textbox-cov p a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--primary-color);
}

.find-job-main .accordion-button::after {
  display: none !important;
}

.accordion-main-cover {
  margin-top: 30px;
}

.accordion-main-cover .accordion-item .accordion-header button {
  border: 0;
  padding: 14px 21px;
  font-size: 18px;
  font-weight: 500;
}

.job-opening-details h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 8px;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.accordion-main-cover
  .accordion-item
  .accordion-header
  button.accordion-button {
  background-color: unset;
  box-shadow: unset;
  padding: 0;
}

.accordion-main-cover .accordion-item {
  margin-bottom: 28px;
  border: 0;
  border-radius: 10px;
  box-shadow: 5px 5px 20px 0px #231f200d;
  border: 1px solid #eaeaea;
  border-top: 0;
  background: #ffffff;
  border-radius: 16px;
}

.accordion-main-cover .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-main-cover .accordion-item .accordion-header {
  border: 1px solid #e9e9e9;
  box-shadow: 5px 5px 20px 0px #231f200d;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
}

.job-opening-cov {
  width: 80%;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}

.job-opening-details ul {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.job-opening-details ul li {
  padding: 0 20px;
  position: relative;
  border-right: 1px solid #d0d0d0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #888888;
}

.accordian-list-cov {
  padding: 16px 24px 24px;
}

.accordian-list-cov ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.accordian-list-cov ul li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--description-text-color);
  padding-left: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.accordian-list-cov ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../svg/right-vector.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  left: 0;
}

.job-opening-details ul li:first-child {
  padding-left: 0;
}

.job-opening-details ul li:last-child {
  border-right: 0;
  padding-right: 0;
}

.launguage-icon {
  width: 62px;
  height: 62px;
}

.launguage-icon img {
  width: 100%;
  display: block;
}

.job-opening-details ul li span {
  font-weight: 500;
  color: var(--text-color);
}

.make-working-main .leading-brands-main-right {
  width: 100%;
  padding-left: 0;
  margin-top: 30px;
}

.make-working-main {
  background-color: #fff5f1;
  padding: 100px 0;
}

.make-working-main ul li {
  filter: unset;
  padding: 36px;
}

.make-working-main ul li img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.make-working-main ul li h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding-top: 10px;
  color: var(--text-color);
}

.make-working-main ul li:hover {
  -webkit-filter: unset;
  filter: unset;
  background-color: #ffffff;
}

.what-working-main {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.what-working-main::after {
  content: "";
  display: inline-block;
  background: url(../svg/whats-working-bg.svg) top center no-repeat;
  width: 119px;
  height: 238px;
  position: absolute;
  left: 0;
  bottom: 218px;
  z-index: -1;
}

.what-working-main-wrap {
  width: 100%;
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.what-working-left {
  width: 40%;
}

.what-working-right {
  width: 60%;
}

.what-working-left h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: var(--text-color);
  margin-bottom: 12px;
}

.what-working-left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--description-text-color);
  margin-bottom: 16px;
}

.what-working-left img {
  width: 358px;
  display: block;
}

.what-workinginfo-card {
  width: 100%;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  box-shadow: 5px 12px 16px 0px #231f2017;
  margin-bottom: 20px;
  padding: 30px;
}

.what-workinginfo-card h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 10px;
}

.what-workinginfo-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--description-text-color);
  margin-bottom: 0;
}

.what-working-right .what-workinginfo-card:nth-child(even) {
  background: #fff5f1;
  border: 1px solid #facebb;
  box-shadow: 5px 5px 10px 0px #231f2008;
}

.employees-reviews {
  padding: 100px 0;
  /* margin-bottom: 40px; */
}

.employees-reviews .com-title-disc-cover {
  padding-right: 180px;
  margin-bottom: 24px;
}

.employees-reviews .owl-nav {
  display: inline-block;
  width: auto;
  position: absolute;
  top: -65px;
  margin: 0;
  right: max(10px, calc((100vw - 1290px) / 2));
}

.employees-reviews .owl-nav button:hover {
  background-color: #fdefe9 !important;
}

.employees-reviews-card {
  width: 100%;
  border-radius: 24px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  box-shadow: 5px 5px 10px 0px #231f2008;
}

.employees-reviewscard-inner {
  padding: 20px;
}

.employees-reviewscard-flip {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top;
  perspective: 1000px;
  position: relative;
}

.employees-reviewscard-front,
.employees-reviews-cardback {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  background: #fff;
  transition: transform 0.6s ease-in-out;
}

.employees-reviewscard-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.employees-reviews-cardback p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #080808;
  margin-bottom: 0;
}

.employees-reviews-cardback {
  transform: rotateY(180deg);
}

.employees-reviews-card:hover .employees-reviewscard-front {
  transform: rotateY(180deg);
}

.employees-reviews-card:hover .employees-reviews-cardback {
  transform: rotateY(0deg);
}

.employees-reviews-info {
  margin-top: 18px;
}

.employees-reviews-info h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: var(--text-color);
  margin-bottom: 7px;
}

.employees-reviews-info p {
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-color);
  margin-bottom: 0;
}

.employees-reviews .owl-carousel {
  position: relative;
}

/* Career Page CSS Start End */

/* How Do We Engage Page CSS Start */
.how-we-engage-hero-main {
  background: url(../images/how-do-we-engage-hero-bg.png) top center no-repeat;
  background-size: cover;
  position: relative;
}
.our-Engagement-process-main::after {
  content: "";
  background: url(../images/right-half-round-vector-1.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 70px;
  height: 145px;
}
.our-Engagement-process-main::before {
  content: "";
  background: url(../images/left-half-round-vector-1.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 60px;
  height: 130px;
}

.our-Engagement-process-main
  .how-we-follow-cover
  .how-we-follow-iner:nth-child(1)::before,
.our-Engagement-process-main
  .how-we-follow-cover
  .how-we-follow-iner:nth-child(2)::before,
.our-Engagement-process-main
  .how-we-follow-cover
  .how-we-follow-iner:nth-child(3)::before,
.our-Engagement-process-main
  .how-we-follow-cover
  .how-we-follow-iner:nth-child(4)::before {
  content: "";
  background: url(../svg/engagement-process-line-icon.svg) top center no-repeat;
  position: absolute;
  right: -86px;
  top: -42px;
  width: 153px;
  height: 36px;
  background-size: 100% !important;
}
.our-Engagement-process-main .how-we-follow-cover .how-we-follow-iner {
  position: relative;
}
.our-Engagement-process-main {
  position: relative;
  padding-top: 75px;
  padding-bottom: 90px;
}
.our-Engagement-process-main .com-title-disc-cover h2 {
  text-align: center;
}
.our-Engagement-process-main .how-we-follow-cover {
  display: inline-flex;
  flex-wrap: nowrap;
  margin-top: 35px;
}

.our-engagement-models-main {
  display: inline-block;
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 45px;
  padding-bottom: 80px;
}
.our-engagement-models-main .com-title-disc-cover {
  text-align: center;
}
.our-engagement-models-card {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: #fdefe9;
  padding: 30px 45px;
  border-radius: 16px;
  margin-top: 15px;
  margin-bottom: 25px;
  gap: 36px;
}
.our-engagement-models-card:nth-child(3) {
  background-color: #ffffff;
  flex-direction: row-reverse;
}
.our-engagement-models-left {
  width: 50%;
}
.our-engagement-models-left h3 {
  color: #121212;
  font-weight: 700;
  position: relative;
  font-size: 24px;
  margin-bottom: 15px;
  padding-top: 60px;
}
.our-engagement-models-left h3 img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85px;
}
.our-engagement-models-left p {
  color: #595959;
  font-size: 16px;
  margin-bottom: 18px;
}
.our-engagement-models-left h4 {
  color: #080808;
  font-size: 18px;
}
.our-engagement-models-left ul {
}

.our-engagement-models-left ul li {
  color: #595959;
  font-size: 16px;
}
.our-engagement-models-right {
  width: 50%;
  text-align: right;
}
.our-engagement-models-right img {
  width: 90%;
}
.our-engagement-models-card:nth-child(3) .our-engagement-models-right {
  text-align: left;
}
/* How Do We Engage Page CSS End */

/* Confidentiality Page CSS Start */
.confidentiality-hero-main {
  background: linear-gradient(
    180deg,
    rgba(239, 98, 36, 0) 25.49%,
    rgba(239, 98, 36, 0.13) 100%
  );
  display: inline-block;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 100px;
}
.confidentiality-hero-main .delivering-top-main-text {
  text-align: center;
}

.confidentiality-common-sectmain {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.confidentiality-common-sect-cover {
  display: inline-flex;
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}
.confidentiality-common-sectmain::before {
  content: "";
  background: url(../images/left-half-round-vector-1.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  width: 70px;
  height: 145px;
}
.confidentiality-common-sectmain::after {
  content: "";
  background: url(../images/right-half-round-vector-1.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 60px;
  height: 130px;
}
.confidentiality-common-sect-text {
  width: 50%;
}
.confidentiality-common-sect-text h3 {
  font-size: 38px;
  color: var(--text-color);
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 12px;
}
.confidentiality-common-sect-text p {
  font-size: 16px;
  color: var(--description-text-color);
}

.confidentiality-common-sect-img {
  width: 50%;
  text-align: right;
}
.confidentiality-common-sect-img img {
  width: 90%;
}

.approach-confidentiality-main {
  background-color: #f6f6f6;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.approach-confidentiality-cover {
  display: inline-flex;
  width: 100%;
  gap: 30px;
  margin-top: 15px;
}
.approach-confidentiality-card {
  background-color: #ffffff;
  border-radius: 28px;
  padding: 30px;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
.approach-confidentiality-cardtext {
  margin-bottom: 20px;
}
.approach-confidentiality-cardtext h3 {
  color: var(--primary-color);
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500;
}
.approach-confidentiality-cardtext p {
  color: var(--description-text-color);
  font-size: 16px;
  margin-bottom: 16px;
}
.approach-confidentiality-cardtext h5 {
  color: var(--text-color);
  font-weight: 700;
  font-size: 18px;
  margin-top: 24px;
}
.approach-confidentiality-card img {
  width: 80%;
}

.your-data-priority-main .confidentiality-common-sect-cover {
  flex-direction: row-reverse;
}
.your-data-priority-main .confidentiality-common-sect-img {
  text-align: left;
}
.confidentiality-common-sect-cover .mobileview-respo-show {
  display: none;
}
.confidentiality-common-sect-cover .fullview-respo-show {
}
/* Confidentiality Page CSS End */

/* Blog Page All CSS Start here  */
.our-blogs-main {
  background: url(../images/blogs-banner-bg.png) top center no-repeat;
  background-size: 100% 100%;
}

.our-blogs-main .delivering-top-main-text {
  text-align: left;
}

.blog-search-wrap {
  position: relative;
}

.blog-search-wrap input {
  box-shadow: 0px 4px 7px 0px #0000000d;
  border: 1px solid #d0d0d0 !important;
  background: #ffffff;
  border-radius: 10px !important;
  padding: 17px 20px !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding-left: 50px !important;
  width: 85% !important;
}

.blog-search-wrap input:focus-visible {
  outline-offset: 0;
  outline: unset;
}

.blog-search-wrap input::placeholder,
.blog-search-wrap textarea::placeholder {
  color: #ababab;
  font-size: 16px;
}

.blog-search-wrap img.search-icon {
  width: 24px;
  height: 24px;
  height: 24px;
  position: absolute;
  left: 20px;
  top: 16px;
}

.blog-technology-tags {
  width: 100%;
  display: inline-block;
  padding-top: 26px;
}

.blog-technology-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.blog-technology-tags ul li {
  border: 1px solid #e9e9e9;
  background: #ffffff;
  border-radius: 50px;
}

.blog-technology-tags ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  color: #080808;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 16px;
}

.blog-technology-tags ul li a img {
  width: 20px;
}

/* Blogcard CSS  */
.blog-main-section {
  padding-top: 90px;
  padding-bottom: 80px;
}

.blog-main-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.blog-card-wrap {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  width: calc(33.33% - 13.33px);
  box-shadow: 5px 5px 30px 0px #231f201a;
  border: 1px solid #e4e2e1;
}

.blog-image-box {
  width: 100%;
  overflow: hidden;
}

.blog-image-box img {
  width: 100%;
  height: 227px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.blog-card-wrap:hover img {
  transform: scale(1.05);
}

.blog-content {
  padding: 28px 20px 20px;
  position: relative;
}

.blog-tag {
  display: inline-block;
  background: #facebb;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 6px 10px;
  border-radius: 6px;
  position: absolute;
  top: -18px;
  left: 20px;
}

.blog-title {
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 30px;
  color: #060606 !important;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-author {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--description-text-color);
  margin-bottom: 10px;
}

.blog-author span {
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 25.6px;
  color: #060606;
  position: relative;
  padding-right: 24px;
}

.blog-author span::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  background: #8c8c8c;
}

.blog-content a.read-more {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--primary-color);
  position: relative;
  padding-right: 30px;
}

.blog-content a.read-more::before {
  content: "";
  background: url(../svg/right-color-arrow.svg);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  right: 0;
}

/* Peginastion */
.blog-pagination {
  display: flex;
  align-items: center;
  gap: 10px 5px;
  padding-top: 50px;
  justify-content: center;
  flex-wrap: wrap;
}

.blog-pagination .prev,
.blog-pagination .next {
  border: 1px solid #d8dae5;
  background: white;
  color: #051b44;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 14px;
}

.blog-pagination .page {
  width: 36px;
  height: 36px;
  padding: 7px;
  border: 1px solid #d8dae5;
  background: white;
  color: #051b44;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination .page:hover,
.blog-pagination .prev:hover,
.blog-pagination .next:hover {
  background: #f1f1f1;
}

.blog-pagination .page.active {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
  font-weight: 400;
}

.blog-pagination .dots {
  padding: 8px;
  font-size: 14px;
  color: #777;
}

/* Blog Page All CSS End here  */

/* Blog Details Page CSS Start here  */
.blog-details-hero-section {
  background: url(../images/blogs-banner-bg.png) top center no-repeat;
  background-size: 100% 100%;
  padding-top: 100px;
  padding-bottom: 215px;
}
.blog-author-wrap {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding-top: 5px;
}

.blog-profilr-text {
  width: 100%;
  display: inline-block;
  margin-top: 9px;
}

.blog-profilr-text h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 9px;
}

.blog-profilr-text p {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.blog-profile-wrap {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 362px;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
}

.blog-line {
  width: 100%;
  height: 2px;
  background-color: #e7e6e6;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}

.blog-profile-image {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  position: relative;
  z-index: 2;
  background: white;
  padding: 5px;
}

.blog-profilr-text p.blog-date {
  padding-right: 20px;
  position: relative;
}

.blog-profilr-text p.blog-date::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--primary-color);
  border-radius: 50px;
  position: absolute;
  top: 40%;
  right: 5px;
}

.blog-details-main {
  width: 100%;
}

.blog-details-img {
  width: 100%;
  margin-top: -204px;
}

.blog-details-img img {
  width: 100%;
  display: block;
  /* height: 540px; */
  object-fit: cover;
  border-radius: 15px;
}

.blog-details-content-main {
  display: flex;
  width: 100%;
  margin: 40px 0px -12px;
}

.blog-table-Contents {
  width: 292px;
  padding: 0 12px;
  flex-shrink: 0;
  /* position: sticky;
  top: 100px; */
  /* height: fit-content; */
}

.blog-Contents-wrap {
  width: calc(100% - 292px);
  padding: 0 12px;
}

.blog-tablecon-list h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: var(--text-color);
  margin-bottom: 16px;
}

.blog-tablecon-list ul {
  margin: 0;
  padding-left: 28px;
}

.blog-tablecon-list {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blog-tablecon-list ul li {
  width: 100%;
  padding: 6px 0;
}

.blog-tablecon-list ul li::marker {
  color: #080808;
}

.blog-tablecon-list ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #080808;
}

.related-blogs-wrap {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.related-blogs-wrap h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: var(--text-color);
  margin-bottom: 16px;
}

.related-blogs-cov {
  width: 100%;
  display: inline-block;
}

.related-blogs-cov h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color);
  margin-bottom: 6px;
}

.related-blogs-cov p {
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  color: var(--description-text-color);
}

.dedicated-developer-wrap {
  width: 100%;
  display: inline-block;
  background: linear-gradient(180deg, #fdf4f0 0%, #fbddd0 100%);
  border: 1px solid #e4e2e1;
  border-radius: 10px;
  padding: 26px;
}

.dedicated-developer-wrap h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
}

.dedicated-developer-wrap a.com-btn {
  padding: 10px 20px;
  width: 90%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.blog-content-cov {
  width: 100%;
  display: inline-block;
}

.blog-content-cov p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 0;
}

.blog-content-cov h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: var(--text-color);
  margin-bottom: 30px;
}

.blog-content-cov p:not(:last-child) {
  margin-bottom: 30px;
}

.blog-content-cov img {
  width: 100%;
  height: 430px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-breadcrumb-cov {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}

.blog-breadcrumb-cov ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
}

.blog-breadcrumb-cov ul li:not(:last-child) {
  padding-right: 38px;
  position: relative;
}

.blog-breadcrumb-cov ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  right: 19px;
  background-color: #cbcbcb;
  height: 100%;
}

.blog-breadcrumb-cov ul li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--primary-color);
}

.blog-breadcrumb-cov ul li a img {
  width: 30px;
  margin-left: 6px;
}

.looking-dedicated-developers {
  width: 100%;
  display: inline-flex;
  align-items: center;
  background: #ef6224;
  border-radius: 25px;
  margin-top: 100px;
  margin-bottom: 55px;
  padding: 114px 100px;
  justify-content: space-between;
}

.dedicated-developers-text {
  width: 50%;
}

.dedicated-developers-text .com-title-disc-cover h2 {
  margin-top: 0;
  color: #ffffff;
  margin-bottom: 0;
}

.dedicated-developers-text .com-title-disc-cover p {
  color: #ffffff;
  padding: 16px 0;
  margin-bottom: 0;
}

.dedicated-developers-text a.com-btn {
  background-color: #ffffff;
  color: var(--primary-color) !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  padding: 13.5px 20px;
}

.dedicated-developers-img {
  width: 50%;
  text-align: right;
}

.dedicated-developers-img img {
  width: 444px;
  display: block;
  margin-left: auto;
}

.talk-business-main {
  width: 100%;
  display: inline-block;
  padding-bottom: 85px;
}

.talk-business-cov .com-title-disc-cover {
  text-align: left;
}

.talk-business-cov {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: url(../images/talk-business-bg.png) top center no-repeat;
  background-size: 100% 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.talk-business-cov .com-title-disc-cover p {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.talk-business-cov .com-title-disc-cover h2 {
  margin: 0;
}

.talk-business-form-wrap {
  display: flex;
  gap: 24px;
}

.talk-business-form-wrap .contact-form-wrap h4 {
  display: inline-block;
}

.talk-business-info {
  width: 50%;
  padding-top: 55px;
}

.talk-business-form {
  width: 50%;
  background: #ffffff;
  border: 1px solid #eeeceb;
  box-shadow: 5px 5px 10px 0px #0000001c;
  border-radius: 12px;
  padding: 30px;
  margin-top: -175px;
}

.talk-business-form h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
  color: var(--text-color);
}

.talk-business-info .contact-info-text-cov p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--description-text-color);
}

.Whathappens-next-main {
  width: 100%;
  display: inline-block;
  padding-top: 80px;
}

.Whathappens-next-main h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 16px;
}

.Whathappens-step-cov ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

.Whathappens-step-cov ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #595959;
  position: relative;
  padding-left: 30px;
}

.Whathappens-step-cov ul li:not(:last-child) {
  padding-right: 60px;
}

.Whathappens-step-cov ul li:not(:last-child)::before {
  content: "";
  width: 35px;
  height: 66px;
  background: url(../svg/arrow-step-design.svg) top center no-repeat;
  position: absolute;
  top: -2px;
  right: 19px;
}

.Whathappens-step-cov ul li span {
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}

.talk-business-form .contct-attchfile-wrap .attectfile-cov {
  width: 65%;
}

/* Blog Details Page CSS End here  */

/* Case Study List Page CSS Start */
.case-studies-main-hero {
  background: url(../images/blogs-banner-bg.png) top center no-repeat;
  background-size: 100% 100%;
  height: auto;
  padding-top: 210px;
  padding-bottom: 110px;
}
.case-studies-main-hero .delivering-top-main-text {
  text-align: left;
}
.case-study-details-main .delivering-top-main-text img {
  width: 200px;
}
.case-study-main-section {
  padding-top: 90px;
  padding-bottom: 80px;
}

.case-study-tabs-cov {
  margin-bottom: 40px;
  width: 100%;
  overflow: scroll;
}
.in-hero {
  padding-right: 5px;
}
.case-study-tabs-cov .nav-item .nav-link {
  border: 1px solid #e4e2e1;
  background: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #080808;
}

.case-study-tabs-cov .nav-item .nav-link.active,
.case-study-tabs-cov .nav-item .nav-link:hover {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
}

.case-study-tabs-cov .nav-tabs {
  gap: 16px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: 100%;
}

.case-study-List-main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.case-study-List-main .blog-card-wrap .blog-tag {
  position: inherit;
  margin-bottom: 12px;
  background-color: #fde7de;
}

.case-study-List-main .blog-card-wrap .blog-content {
  padding: 20px;
}

.case-study-List-main .blog-card-wrap .blog-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--description-text-color);
}

.case-study-List-main .blog-card-wrap:hover img {
  transform: unset;
}

.case-study-category-list {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 15px;
}

.case-study-category-list li {
  width: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff66;
  border: 1px solid #e9e9e9;
  border-radius: 50px;
  padding: 6px 12px;
  color: #e9e9e9;
  color: #5d5a5a;
}

.case-study-category-list li a {
  width: auto;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--description-text-color);
}

/* Case Study List Page CSS Start */

/* Case Study Detail Page CSS Start  */
.case-study-details-main .cloud-service-hero-main-right img {
  box-shadow: 5px -5px 20px 6px rgba(0, 0, 0, 0.08);
}
.case-study-details-main {
  padding-bottom: 0;
  padding-top: 124px;
  align-items: center;
  height: auto;

  background: url(../images/blogs-banner-bg.png) top center no-repeat;
  background-size: 100% 100%;
}

.case-study-details-main .cloud-service-hero-main-cover {
  align-items: center;
}

.case-study-details-content-main {
  width: 100%;
  display: inline-block;
  padding-top: 100px;
  padding-bottom: 25px;
}

.case-study-details-text {
  width: 100%;
  display: inline-block;
}

.case-study-details-text:not(:last-child) {
  margin-bottom: 50px;
}

.case-study-details-text h3 {
  font-weight: 700;
  font-size: 31px;
  line-height: 40px;
  color: var(--text-color);
  margin-bottom: 20px;
}

.case-study-details-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--description-text-color);
  margin-bottom: 16px;
}

.technical-stack-main {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.technical-stack-main li {
  width: auto;
  display: inline-flex;
  gap: 16px;
  background: #ffffff80;
  border: 1px solid #e9e9e9;
  border-radius: 50px;
  padding: 12px 36px;
  align-items: center;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--text-color);
}

.technical-stack-main li img {
  width: 40px;
  height: 36px;
}

.crucial-basics-main {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}

.crucial-basics-box {
  width: calc(33.33% - 16px);
  text-align: center;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #e9e9e9;
  box-shadow: 5px 5px 25px 4px #0000000a;
  padding: 30px;
}

.crucial-basics-box svg {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: block;
}

.crucial-basics-box p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin: 10px 0;
}

.crucial-basics-box h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 2px;
}

.whatWe-ourclient-main {
  width: 100%;
  display: inline-block;
  background: #f8f8f8;
  padding: 70px 20px;
  margin: 25px 0;
}

.case-study-details-text h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--primary-color);
  margin-bottom: 6px;
  padding-top: 6px;
}

.challenges-main-section {
  padding: 25px 0;
}

.challenges-main-wrap {
  width: 100%;
  display: inline-flex;
  align-items: flex-start;
  gap: 24px;
}

.challenges-text-left {
  width: 40%;
}

.challenges-textbox-right {
  width: 60%;
}

.challenges-textbox-cov {
  width: 100%;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  box-shadow: 5px 5px 10px 0px #231f2008;
  padding: 30px;
  margin-bottom: 24px;
}

.challenges-textbox-cov:last-child {
  margin-bottom: 0;
}

.challenges-textbox-cov h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: var(--text-color);
  margin-bottom: 10px;
}

.challenges-textbox-cov p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--description-text-color);
  margin-bottom: 0;
}

.products-main-section {
  width: 100%;
  display: inline-block;
  padding-top: 160px;
  margin: 25px 0;
}

.products-main-wrap {
  width: 100%;
  display: inline-flex;
  align-items: flex-end;
  background: #6000d2;
  gap: 42px;
  justify-content: center;
  padding: 0 42px;
}

.products-images-cov {
  width: 33.33%;
  margin-top: -160px;
}

.products-images-cov img {
  width: 100%;
  display: block;
}

.core-features-main {
  padding: 70px 0;
  width: 100%;
  display: inline-block;
  background: #f8f8f8;
  margin: 25px 0;
}

.core-feature-main-wrap {
  width: 100%;
  display: inline-block;
  margin-top: 24px;
}

.core-feature-main-cov {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
}

.core-featurebox-cov {
  width: 33.33%;
  padding: 30px;
  border: 1px solid #e1e1e0;
}

.core-feature-main-wrap
  .core-feature-main-cov:first-child
  .core-featurebox-cov {
  border-top: none;
}

.core-feature-main-wrap .core-feature-main-cov:last-child .core-featurebox-cov {
  border-bottom: none;
}

.core-feature-main-wrap
  .core-feature-main-cov
  .core-featurebox-cov:first-child {
  border-left: none;
  padding-left: 0;
}

.core-feature-main-wrap .core-feature-main-cov .core-featurebox-cov:last-child {
  border-right: none;
  padding-right: 0;
}

.core-featurebox-cov h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.core-featurebox-cov p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.powerful-number-section-main {
  padding-top: 25px;
  padding-bottom: 50px;
}

.powerful-number-section-main {
  padding-top: 25px;
  padding-bottom: 50px;
}

.powerful-number-title {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.powerful-number-title h3 {
  font-weight: 700;
  font-size: 31px;
  line-height: 40px;
  color: var(--text-color);
  margin-bottom: 12px;
}

.powerful-number-title p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--primary-color);
  letter-spacing: 2px;
}

.story-list-item ul li strong {
  color: var(--text-color);
}

.case-study-looking-main {
  margin-bottom: 0;
}
.case-study-looking-main {
  margin-bottom: 70px;
  margin-top: 70px;
}
/* Case Study Detail Page CSS End  */

/* <!-- We have Done Section Start --> */
.projects-casestudies-main-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.projects-casestudies-main {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 8px;
}

.projects-casestudies-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 70px;
}

.projects-casestudies-cov {
  width: calc(50% - 36px);
}

.projects-casestudies-img {
  background: #eeeeee;
  width: 100%;
  display: inline-block;
  padding: 0px;
}

.projects-casestudies-wrap .projects-casestudies-cov:nth-child(2) {
  margin-top: 50px;
}
.projects-casestudies-iner{
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.projects-casestudies-img img {
  width: 100%;
}

.projects-casestudies-text {
  /* margin-top: 20px; */
  padding: 22px;
  width: 100%;
}

.projects-casestudies-text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--text-color);
  margin-bottom: 10px;
}

.projects-casestudies-text p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--description-text-color);
  margin-bottom: 10px;
}
.projects-casestudies-btn {
  margin-bottom: 24px;
  width: 100%;
}
.projects-casestudies-btn a {
  color: var(--primary-color);
  font-weight: 500;
  text-transform: uppercase;
  display: inline-flex;
  gap: 6px;
  font-size: 16px;
  margin-right: 8px;
  align-items: center;
  line-height: 1;
}
.projects-casestudies-btn a:nth-child(1) {
  border-right: 1px solid #dbdbdb;
  padding-right: 12px;
}
.projects-casestudies-btn a svg {
  width: 16px;
}



.card-orange-color{
  background-color: #FEECEC;
}
.card-orange-color .projects-casestudies-btn a{
  color: #EE4656;
}
.card-purple-color{
  background-color: #EBE9F2;
}
.card-purple-color .projects-casestudies-btn a{
  color: #3D2DA5;
}
.card-green-color{
  background-color: #E3EDE5;
}
.card-green-color .projects-casestudies-btn a{
  color: #0C9841;
}
/* <!-- We have Done Section End --> */

/* <!-- Partner with Enstacked as your Full-Service UI/UX Design Company! Section Start --> */
.partner-with-enstacked-main {
  padding-top: 20px;
  padding-bottom: 80px;
  position: relative;
  width: 100%;
}
.partner-with-enstacked-main .full-width-btn{
  position: relative;
  z-index: 1;
}
.partner-with-enstacked-main::after {
  content: "";
  background-color: #f1f1f1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 380px;
}

.partner-with-enstacked-wrap {
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
}

.partner-with-enstacked-wrap img {
  width: 100%;
  height: 360px;
  display: block;
  object-fit: cover;
}

.partner-with-enstacked-wrap h4 {
  font-weight: 700;
  font-size: 31px;
  line-height: 42px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 24px;
  color: var(--text-color);
}

.partner-with-enstacked-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 0;
  color: var(--description-text-color);
}

/* <!-- Partner with Enstacked as your Full-Service UI/UX Design Company! Section End --> */

/* New Hoe Section CSS Start */
.main-new-home-hero-cov {
  background: url(../images/new-home-hero-bg.png) top center no-repeat;
  height: 100vh;
  background-size: 100% 100%;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.main-new-home-hero-iner {
  display: inline-flex;
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 150px;
}
.main-new-home-hero-iner h6 {
  width: auto;
  color: #595959;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 30px;
  border: 1px dashed rgb(89 89 89 / 48%);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main-new-home-hero-iner h5{
  width: 100%;
  color: var(--primary-color);
  margin-bottom: 18px;
  font-size: 22px;
}
.main-new-home-hero-iner h1 {
  width: 100%;
  color: #080808;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 42px;
}
.main-new-home-hero-iner h1 span {
  background: linear-gradient(270deg, #ef6224 0%, #cd4d15 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-new-home-hero-iner h1 img {
  width: 38px;
}
.main-new-home-hero-iner p {
  width: 100%;
  color: #595959;
  font-size: 16px;
}
.main-new-home-hero-iner ul {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  gap: 12px;
  margin-top: 18px;
  margin-bottom: 34px;
  flex-wrap: wrap;
}
.main-new-home-hero-iner ul li {
  border: 1px dashed #b6b6b6;
  background: #ffffff;
  color: #121212;
  font-weight: 500;
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 11px;
}
a.com-new-btn {
  background-color: var(--primary-color);
  color: #ffffff !important;
  font-weight: 500;
  padding: 12px 18px;
  border-radius: 12px;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
}
a.com-new-btn img {
  width: 22px;
  margin: 0px;
}
/* New Hoe Section CSS End */

/* We Build. We Innovate. We Enstack! CSS Start */
.webuild-main-cover {
  background: url(../images/webuild-main-bg.png)top center no-repeat;
  /* background-color: #f8f8f8; */
  padding-top: 55px;
  padding-bottom: 55px;
  background-size: cover;
}
.webuild-main-cover .com-title-disc-cover {
  text-align: center;
}

.webuild-main-video {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 35px;
}
.webuild-main-video a {
  position: relative;
  width: 80%;
}
.webuild-main-video a img {
  width: 100%;
}
.webuild-main-video a svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  bottom: 0;
  margin: 0 auto;
  width: 70px;
  z-index: 1;
}
.webuild-main-iner {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.webuild-main-iner p {
  font-size: 16px;
  color: #595959;
}
.webuild-main-iner p span {
  color: var(--primary-color);
  font-weight: 700;
}
/* We Build. We Innovate. We Enstack! CSS End */

.costs-our-dedicated-main {
  text-align: center;
  background: url(../images/black-bg.png) #000000 top center no-repeat;
  padding-top: 75px;
  padding-bottom: 75px;
  background-size: 100% 100%;
}
.costs-our-dedicated-main img {
  width: 80px;
}
.costs-our-dedicated-main h3 {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 32px;
  margin-top: 28px;
  margin-bottom: 16px;
}
.costs-our-dedicated-main h3 span {
  color: var(--primary-color);
}
.costs-our-dedicated-main h6 {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
}
.costs-our-dedicated-main p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 24px;
}

/* New Hiring dedicated developers Hero CSS Start  */
.hiring-dedicated-dev-new {
  background: url(../images/solutions-bg.png) top center no-repeat;
  background-size: 100% 100%;
  /* height: 100vh; */
  padding-top: 150px;
  padding-bottom: 50px;
}

.hiring-dedicated-dev-new {
}

.heromain-solut-text-left {
  position: relative;
}

.heromain-solut-text-left h6 {
  background-color: rgba(0, 176, 233, 0.13);
  border: 1px dashed rgba(0, 176, 233, 0.69);
  color: var(--text-color);
  font-weight: 400;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 25px;
  font-size: 15px;
  margin-bottom: 15px;
}
.heromain-solut-text-left h1 {
  color: #080808;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.5;
}
.heromain-solut-text-left h4 {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 15px;
  margin-bottom: 14px;
}
.heromain-solut-text-left p {
  color: #595959;
}
.heromain-solut-text-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.heromain-solut-text-left ul li {
  color: var(--text-color);
  display: inline-flex;
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 8px;
}
.heromain-solut-text-left ul li span {
  color: #00b0e9;
}
.heromain-solut-text-left ul li svg {
  width: 24px;
}

.heromain-solut-form-right {
  border: 1px dashed #00d8ff;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  width: 89%;
  float: right;
}
.techo-icon-form {
  background-color: #f1fbff;
  border: 1px dashed #00d8ff;
  position: absolute;
  top: -38px;
  right: 35px;
  padding: 10px;
  border-radius: 14px;
}
.techo-icon-form img {
  width: 58px;
}
.heromain-solut-form-right .form-cust-input-select input {
  border: 1px solid #dddddc;
  background-color: #f8f8f8;
  color: #000000;
  border-radius: 10px;
}
.heromain-solut-form-right .form-cust-input-select input::placeholder {
  color: #595959;
}

.heromain-solut-form-right h3 {
  margin-bottom: 18px;
  color: var(--text-color);
  font-size: 24px;
  font-weight: 700;
}

.heromain-solut-form-btn {
  width: 100%;
}
.heromain-solut-form-btn a {
  width: 100%;
  text-align: center;
}

.radiobtn-form {
  display: inline-flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.radiobtn-form .form-check {
  background-color: #f8f8f8;
  border: 1px dashed #b6b6b6;
  width: 100%;
  padding: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  gap: 10px;
  margin-bottom: 25px;
}
.radiobtn-form .form-check .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.radiobtn-form .form-check input {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0;
}
.radiobtn-form .form-check label {
}
/* New Hiring dedicated developers Hero CSS End  */

/* Some of the Top Companies are Using CSS Start  */
.top-companies-list-sld-main {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
.top-companies-list-sld-main .com-title-disc-cover {
  text-align: center;
}
.top-companies-list-sld-iner {
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  box-shadow: 7px 7px 16px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 18px;
}
.top-companies-list-sld-iner img {
  width: 50px !important; 
  filter: grayscale(100%) contrast(120%) brightness(90%);
}
.top-companies-list-sld-iner:hover img {
  filter: inherit;
}
.top-companies-list-sld-iner p {
  color: var(--text-color);
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 0;
}
/* Some of the Top Companies are Using CSS End  */

/* Why React? CSS Start */
.why-react-main-cover {
  background-color: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
}
.why-react-main-cover .confidentiality-common-sect-cover {
  gap: 0px;
}
.why-react-main-cover .confidentiality-common-sect-img {
  text-align: left;
}
.why-react-main-cover .confidentiality-common-sect-img img {
  width: 75%;
}
/* Why React? CSS End */

/* The Enstacked Advantage Start */
.advantage-main-cover {
  display: inline-flex;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 25px;
}
.advantage-main-cover-left {
  width: 50%;
}
.advantage-main-cover-right {
  width: 50%;
}
.advantage-main-cover-right .features-section-iner {
  width: 100%;
  padding: 20px;
  padding-right: 55px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
  border-color: #dbdbdb;
}
.features-section-iner img {
  background-color: #dbdbdb;
}
.advantage-main-cover-right .features-section-iner h4 {
  margin: 0px;
}
/* The Enstacked Advantage End */

/* Flexible Pricing & Hiring! CSS Start */
.flexible-pricing-main-bg {
  background-color: #fdefe9;
  width: 100%;
  padding-bottom: 80px;
  padding-top: 80px;
  text-align: center;
}
.flexible-pricing-main-cover {
}
.flexible-pricing-plan-cover {
  display: inline-flex;
  width: 100%;
  gap: 30px;
  margin-top: 35px;
}
.flexible-pricing-plan-card {
  box-shadow: 4px 4px 15px 5px #ef62241c;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 18px;
  padding: 45px 45px 45px;
  width: 33.33%;
}
.flexible-pricing-plan-card h3 {
  font-size: 42px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 0px;
}
.flexible-pricing-plan-card p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 4px;
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  color: #595959;
}
.flexible-pricing-plan-card h6 {
  color: #080808;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.flexible-pricing-plan-card ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
  min-height: 170px;
  padding-bottom: 15px;
}
.flexible-pricing-plan-card ul li{
  position: relative;
  padding-left: 34px;
  width: 100%;
  color: #080808;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 500;
}
.flexible-pricing-plan-card ul li img{
  position: absolute;
  width: 24px;
  top: 5px;
  left: 0;
}
.flexible-pricing-plan-card hr {
  border-top: 2px solid #eaeaea;
  opacity: 0.45;
}
.flexible-pricing-plan-card a {
  border: 1px solid var(--primary-color);
  background-color: #ffffff;
  color: var(--primary-color);
  font-weight: 500;
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 9px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.flexible-pricing-plan-card a img {
  width: 22px;
}
.most-popular-plan {
  position: relative;
  border-color: var(--primary-color);
}
.most-popular-plan h3 {
  color: var(--primary-color);
}
.most-popular-plan p {
  color: #080808;
}
.most-popular-plan span {
  position: absolute;
  margin: 0 auto;
  display: inline-block;
  top: -16px;
  left: 0;
  right: 0;
  background: var(--primary-color);
  color: #ffffff;
  width: 160px;
  border-radius: 30px;
  padding: 3px;
  font-size: 16px;
}
.most-popular-plan hr {
  border-color: var(--primary-color);
}
.most-popular-plan a {
  background-color: var(--primary-color);
  color: #ffffff !important;
}
/* Flexible Pricing & Hiring! CSS End */

/* Easy Onboarding CSS Start */
.easy-onboarding-step-main {
  text-align: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.easy-onboarding-step-cover {
  display: inline-flex;
  width: 100%;
  gap: 30px;
  margin-top: 15px;
  justify-content: center;
}
.easy-onboarding-step-iner {
  width: 25%;
  position: relative;
  padding-top: 68px;
}
.easy-onboarding-step-iner img {
  width: 100%;
}
.easy-onboarding-step-iner h3 {
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #080808 !important;
}
.easy-onboarding-step-iner h6{
  color: var(--primary-color);
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  font-size: 16px;
  font-weight: 600;
  min-height: 95px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 9px;
  display: inline-block;
  width: 100%;
}
.easy-onboarding-step-iner h6 span{
  color: #121212;
  width: 100%;
  display: inline-block;
}
.easy-onboarding-step-iner p {
  color: #595959;
  font-weight: 400;
}
.right-border-set-step {
  position: relative;
}
.right-border-set-step::after {
  content: "";
  background: url(../svg/right-border-set-step-icon.svg) top center no-repeat;
  position: absolute;
  right: -166px;
  top: 0px;
  width: 300px;
  height: 69px;
  background-size: 100% 100%;
}
/* Easy Onboarding CSS End */

.full-width-btn {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

/** Customers Logo CSS Start **/
.customers-logo-list {
  width: 100%;
  padding-top: 65px;
  padding-bottom: 65px;
}
.customers-logo-list h3 {
  font-size: 32px;
  color: var(--text-color);
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 16px;
}
.customers-logo-list h3 span {
  color: var(--primary-color);
}
.customers-logo-list ul {
  display: inline-flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-top: 18px;
}
.customers-logo-list ul li {
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #dbdbdb;
  box-shadow: 8px 8px 24px 0px #0000001a;
  width: 25%;
  text-align: center;
  padding: 15px 20px;
  height: 98px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.customers-logo-list ul li::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 62px;
  height: 3px;
  background-color: var(--primary-color);
}
.customers-logo-list ul li img {
}
.customer-bg-set {
  background: url(../images/customer-bg-img.png) top center no-repeat;
  width: 100%;
  background-size: 100% 100%;
}
/** Customers Logo CSS End **/

/* Blog Author Hero CSS Start */
.blog-author-hero-main {
  background: url(../images/blog-author-hero-bg.png) top center no-repeat;
  background-size: 100% 100%;
  padding-top: 150px;
  padding-bottom: 80px;
}
.blog-author-hero-cover {
  position: relative;
  width: 100%;
  padding-left: 250px;
  min-height: 225px;
}
.blog-author-hero-cover img {
  width: 215px;
  height: 215px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-author-hero-cover h1 {
  font-size: 34px;
  font-weight: 700;
  width: 100%;
}
.blog-author-hero-cover h3 {
  color: var(--primary-color);
  width: 100%;
  font-size: 20px;
}
.blog-author-hero-cover p {
  color: #595959;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
}
.blog-author-hero-cover a {
  margin-right: 15px;
}
.blog-author-hero-cover a svg {
  width: 38px;
  height: 38px;
}
/* Blog Author Hero CSS End */


/* Our Work New CSS Start */
.our-work-sld-main{
  background-color: transparent;
}
.our-work-card-new-main{
  background: #EBE9F2;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.our-work-card-new-img{}
.our-work-card-new-img img{}
.our-work-card-new-details{
  padding: 22px;
  width: 100%;
}
.our-work-card-new-details h3{
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  color: #121212;
}
.our-work-card-new-details p{
  color: #595959;
  font-size: 16px;
}
.our-work-card-new-btn-cov{
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.our-work-card-new-btn-cov ul{
  display: inline-flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  gap: 15px;
}
.our-work-card-new-btn-cov ul li{
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 68%);
  border-radius: 30px;
  padding: 6px 11px;
  font-size: 16px;
  color: #080808;
  gap: 8px;
}
.our-work-card-new-btn-cov ul li img{
  width: 30px !important;
  height: 30px !important;
  object-fit: contain;
}
.our-work-card-new-btn-cov a{}
.our-work-card-new-btn-cov a svg{
  width: 38px;
}

.pink-color-bg{
  background-color: #FAE7E4;
}

.our-work-sld-main .owl-nav button{
  border:1px solid #DBDBDB !important;
}
/* Our Work New CSS End */

/* Check out Our UI/UX Portfolio! CSS Start */
.check-out-our-portfolio-cover{
  background: url(../images/portfolio-links-bg.png) top center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  border: 1px solid #FACEBB;
  border-radius: 26px;
  padding: 36px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 70px;
}
.check-out-our-portfolio-cover h3{
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 28px;
  margin-bottom: 18px;
}
.check-out-our-portfolio-cover h3 span{
  color: var(--primary-color);
}
.check-out-our-portfolio-cover ul{
  width: 100%;
  display: inline-flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.check-out-our-portfolio-cover ul li{
  position: relative;
  z-index: 1;
}
.check-out-our-portfolio-cover ul li a{}
.check-out-our-portfolio-cover ul li a img{
  width: 95px;
}
.check-out-our-portfolio-cover ul hr{
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  border-top: 3px solid #FACEBB;
  width: 60%;
  margin: 0 auto;
}
/* Check out Our UI/UX Portfolio! CSS End */


.share-this-articale-box{
  display: inline-block;
  width: 100%;
  margin-bottom: 38px;
  margin-top: 0px;
}
.share-this-articale-box h6{
     color: #080808;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
.share-this-articale-box ul{
  padding: 0px;
  display: inline-flex;
  gap: 18px;
  margin: 0px;
  list-style: none;
}
.share-this-articale-box ul li a svg{
  width: 28px;
    height: 28px;
}

.lbl-form-main {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
.lbl-form-main label {
  color: #595959;
  font-weight: 400;
}

.contact-info-detail-cover p{
  color: #595959;
  font-size: 16px;
}
.contact-info-detail-inr{
    width: 100%;
    margin-bottom: 10px;
}
.contact-info-detail-inr a{
      display: inline-flex;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 15px;
}
.contact-info-detail-inr a img{}
.contact-info-detail-inr a p{
  color: #121212;
  font-size: 16px;
  margin: 0px;
  font-weight: 600;
}