/*SERVICE NEW BANNER*/

section.new__custom--header.service-m__new--header {
  height: 100%;
}

section.new__custom--header.service-m__new--header::before {
  height: 100%;
}

.service__form--banner {
  padding: 70px 0px 0px;
  height: 100%;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}

.common__banner--stats__body {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  padding: 0;
  gap: 1rem;
  /* box-shadow: 0px -1px 20px rgb(255 255 255 / 10%); */
  /* border-radius: 10px; */
}

.common__banner--stats--heading p {
  font-size: 22px;
}

.common__banner--stats--heading span {
  font-size: 14px;
}

.common__banner--stats--img img {
  /* filter: brightness(0) saturate(100%) invert(87%) sepia(11%) saturate(0%)
    hue-rotate(157deg) brightness(95%) contrast(87%); */
  filter: brightness(0) invert(100%) hue-rotate(180deg);
  width: 48px;
  height: 48px;
}

.common__banner--stats--main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.common__banner--stats--main:before {
  position: absolute;
  content: "";
  border-right: 1px dashed #fff;
  width: 100%;
  height: 100%;
}

.common__banner--stats--main:nth-last-child(
    -n + 1
  ).common__banner--stats--main:before {
  display: none;
}

.common__banner--stats--main:nth-last-child(
    -n + 1
  ).common__banner--stats--main:after {
  display: none;
}

.common__banner--stats--heading {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.service__heading {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.service__heading h1 {
  font-size: 40px;
}

h2.service__banner-sub {
  font-size: 22px;
}

.service__heading p {
  font-size: 18px;
  color: #fff;
}

.service__heading--paragraph {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

span.icon:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  margin: 0px 20px 0px 0px;
  /* background-color: #735bee; */
  border-radius: 50%;
  font-size: 20px;
  color: white;
}

.custom__banner--content {
  display: grid;
  padding: 100px 0px;
  grid-template-columns: 65% 30%;
  gap: 5%;
}

.cmn__service--cont-grp {
  display: grid;
  gap: 2rem;
  align-items: normal;
  background: rgb(132 132 132 / 29%);
  padding: 20px;
  border-radius: 10px;
}

.custom__quotation-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  margin: 10px 0 0 !important;
  cursor: pointer;
}

.custom__quotation-form {
  background: #fff9f5;
  border-radius: 10px;
  max-height: 100%;
  height: 100%;
}

p.dscf7captcha {
    margin-top: 10px;
}

.custom__quotation-form br {
  display: none;
}

.custom__quotation-form div#wpcf7-f1444-o1 {
  padding: 20px;
}

.quote--heading {
  font-size: 20px;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 4;
  color: #fff;
}

.quote--heading p {
  font-size: 16px;
}

.quote--heading:before {
  background-color: #735bee;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  /*clip-path: polygon(-115.5% 0, 113% 0, 75% 100%);*/
  z-index: -1;
  padding: 0px 0px 10px;
  border-radius: 10px 10px 0px 0px;
}

.custom__quotation-form form.wpcf7-form.init input[type="text"],
.custom__quotation-form form.wpcf7-form.init input[type="email"],
.custom__quotation-form form.wpcf7-form.init input[type="tel"] {
  width: 100%;
  background-color: transparent !important;
  margin-bottom: 10px !important;
  /*padding: 10px 16px;*/
  border-radius: 6px !important;
  border: solid 1px #ffd9be !important;
  height: 40px;
  outline: none;
  margin-top: 5px !important;
  font-size: 14px !important;
}

.custom__quotation-form form.wpcf7-form.init label {
  font-size: 14px !important;
}

.custom__quotation-form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 0px 0px 5px !important;
  text-indent: 5px !important;
  margin-top: 5px !important;
}

.custom__quotation-form
  input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
  width: 100%;
  background-color: transparent !important;
  /*margin-bottom: 10px ;*/
  border-radius: 6px !important;
  border: solid 1px #ffd9be;
  height: 40px;
  outline: none !important;
  margin-top: 5px !important;
  font-size: 14px !important;
  text-indent: 8px;
}

.custom__quotation-form span.wpcf7-form-control-wrap input[type="tel"] {
  /*text-indent: 8px;*/
  font-size: 14px;
}

.custom__quotation-form
  input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.phoneUS.required.wpcf7-not-valid.error {
  font-size: 14px !important;
}

.custom__quotation-form form.wpcf7-form.init input[type="text"]:focus,
.custom__quotation-form form.wpcf7-form.init input[type="email"]:focus,
.custom__quotation-form form.wpcf7-form.init input[type="tel"]:focus,
.custom__quotation-form textarea.wpcf7-form-control.wpcf7-textarea:focus {
  border: 1px solid #f18200 !important;
}

.custom__quotation-form
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
  width: 100%;
  background-color: transparent !important;
  /*margin-bottom: 10px ;*/
  border-radius: 6px !important;
  border: 1px solid #ffd9be !important;
  height: 40px;
  outline: none !important;
  margin-top: 5px;
  font-size: 16px !important;
}

.custom__quotation-form textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  background-color: transparent !important;
  margin-bottom: 10px ;
  border-radius: 6px !important;
  border: 1px solid #ffd9be !important;
  height: 100px;
  outline: none !important;
  margin-top: 5px;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  resize: none;
  padding-top: 10px;
  padding-left: 8px;
}

.custom__quotation-form
  .intl-tel-input.allow-dropdown
  .flag-container:hover
  .selected-flag {
  background: none !important;
}

.custom__quotation-form
  form.wpcf7-form.invalid
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
  border: 1px solid #ffd9be !important;
  height: 40px !important;
  margin: 0px 0px 5px;
}

.custom__quotation-form
  form.wpcf7-form.theme_0.errorMsgshow.submitting
  input[type="tel"] {
  background: none;
}

.custom__quotation-form
  form.wpcf7-form.theme_0.errorMsgshow.submitting
  input[type="tel"]:focus {
  border: 1px solid #f18200 !important;
}

.custom__quotation-form
  form.wpcf7-form.invalid
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus {
  border: 1px solid #f18200 !important;
}

.custom__quotation-form
  form.wpcf7-form.sent
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border: 1px solid #ffd9be !important;
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  background: none;
  border-radius: 5px;
}

.custom__quotation-form
  form.wpcf7-form.submitting
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border: 1px solid #ffd9be !important;
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
}

.custom__quotation-form
  form.wpcf7-form.submitting
  input.wpcf7-form-control.wpcf7-phonetext.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-phonetext {
  font-size: 14px !important;
}

.custom__quotation-form .wpcf7 form .wpcf7-response-output {
  margin: 0.5em 0.5em 0.5em;
  font-size: 14px;
}

/*.custom__quotation-form .wpcf7 form.sent .wpcf7-response-output {*/
/*    border-color: #f18200;*/
/*}*/

.custom__quotation-form
  form.wpcf7-form.invalid
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  font-size: 14px;
}

.custom__quotation-form form.wpcf7-form.sent input[type="text"],
.custom__quotation-form form.wpcf7-form.sent input[type="email"],
.custom__quotation-form form.wpcf7-form.sent input[type="tel"] {
  margin-bottom: 10px !important;
}

.custom__quotation-form form.wpcf7-form.submitting input[type="text"],
.custom__quotation-form form.wpcf7-form.submitting input[type="email"],
.custom__quotation-form form.wpcf7-form.submitting input[type="tel"] {
  margin-bottom: 10px !important;
  font-size: 14px !important;
}

.custom__quotation-form form.wpcf7-form.invalid label {
  font-size: 14px;
  font-family: "Open Sans";
  letter-spacing: 0px;
}

.custom__quotation-form
  form.wpcf7-form.invalid
  input.wpcf7-form-control.wpcf7-phonetext.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-phonetext.wpcf7-not-valid {
  font-size: 14px !important;
}

/*.custom__quotation-form input[type="text"] {*/
/*    padding-left:8px !important;*/
/*}*/

.panel p {
  padding-bottom: 10px;
}

.panel {
  padding: 5px 18px;
}

.accordion {
  padding: 15px 18px 15px;
}

button.accordion.active {
  padding: 15px 18px 0px;
}

.contact__content h2 {
  font-size: 35px;
}

.contact__content p {
  font-size: 18px;
}

.fresh--insights__section p {
  font-size: 18px;
}

/*.category__btn.active-btn a {*/
/*    background: #735BEE;*/
/*    border-radius: 35px;*/
/*}*/

.category__btn.active-btn a h3 {
  background: #735bee;
  /* padding: 0 20px; */
  border-radius: 35px;
}

.category__btn.active-btn h3 {
  color: #fff;
}

/* SERVICES PAGE */

.post--item_image img {
  width: 100% !important;
}

.services--page--cont {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.services--page {
  margin-top: 0px;
  margin-bottom: 70px;
}

.services--grid-view-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5rem 5rem;
  margin-bottom: clamp(0px, 10vw, 150px);
}

.grid-image-a {
  display: grid;
  border-radius: 5px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}

.grid--image--cont img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.grid-image-a > * {
  grid-area: 1/1;
}

.grid--image--cont {
    max-width: 415px;
    min-height: clamp(400px, 50vw, 450px); 
}

.grid--image--cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-image-a h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 19.48142433166504px #000;
  font-size: 25px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /*letter-spacing: 1.623px;*/
  z-index: 1;
  padding: 0px 20px;
}

.grid--info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 19.48142433166504px #000;
  font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.623px;
  z-index: 1;
}

.grid--image--cont:hover {
  position: relative;
}
.grid-image-a:hover::before {
  align-items: center;
  height: 100%;
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 1);
  display: flex;
  justify-content: center;
  font-size: 30px;
  border-radius: 5px;
  transition: all 5s !important;
}

.grid--info p {
  display: none;
}

.btn-dis {
  display: flex;
  justify-content: end;
  position: absolute;
  bottom: 50px;
  right: 90px;
}

button.discover--btn {
  background: none;
  border: none;
  display: flex;
  gap: 20px;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
}

.arrow_vector {
  position: relative;
  color: #fff;
  animation: myfirst 2s infinite;
  transition: fill 0.3s ease;
  /* animation-delay: 600ms; */
  top: 3px;
}

@keyframes myfirst {
  0% {
    color: #fff;
    transform: translateX(20px);
  }
  50% {
    color: #fff;
    transform: translateX(0px);
  }
  100% {
    color: #27a3fd;
    transform: translateX(20px);
  }
}

button.discover--btn a {
  color: #fff;
  text-decoration: none;
}

.grid-image-a:hover .grid--info p {
  display: block;
  font-size: 18px !important;
}

.grid-image-a:hover .grid--info button {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 40px;
}

.grid--image--cont::before {
  align-items: center;
  height: 100%;
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  font-size: 30px;
  border-radius: 5px;
}
.services--page--cont.container {
  padding-bottom: 100px;
}

.services--page--cont.container h2 {
  color: var(--clr-dark);
  font-size: clamp(1.875rem, 1.1607rem + 1.1161vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /*letter-spacing: 2.5px;*/
}

.services--page--cont.container p {
  color: var(--clr-primary);
  font-size: clamp(1.25rem, 0.8929rem + 0.558vw, 1.5625rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /*letter-spacing: 1.5px;*/
  width: 80%;
}

.grid-image-a.grid--img--3 {
  transform: translate(0px, 0px);
}

.grid-image-a.grid--img--2 {
  transform: translate(0px, 70px);
}

.grid-image-a.grid--img--6 {
  transform: translate(0px, 0px);
}

.grid-image-a.grid--img--9 {
  transform: translate(0px, 70px);
}

.grid-image-a.grid--img--5 {
  transform: translate(0px, 70px);
}

.grid-image-a.grid--img--8 {
  transform: translate(0px, 0px);
}

/* SERVICES PAGE ENDS */

/*Single Service Page Starts*/

.mobile__application__services-grid {
  padding: 100px 0px 50px;
}
/*Single Service Page Ends*/

/*Single Service Internal Page Starts*/
.single--service--internal__para ul li {
  margin-left: 20px;
  color: #3e3e3e !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* text-align: center; */
  /* letter-spacing: 1px; */
  padding-top: 10px;
  font-family: "Open Sans", sans-serif !important;
}

/*section.single--service--page.inner-services .key__service {*/
/*    display: none !important;*/
/*}*/

.endtoend__services {
  margin-top: 100px;
}

.endtoend__services p {
  color: #3e3e3e;
  /* padding-top: 20px; */
  font-weight: 500;
  font-size: 18px;
}

.endtoend__services--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-auto-rows: 1fr;
  gap: 4rem 5rem;
  margin-top: 50px;
  width: 100%;
}

.endtoend__services--grid--box {
  border: 2px solid #735bee;
  padding: 20px;
  /*margin: 0 0 100px 0px;*/
  text-align: center;
  position: relative;
}

.endtoend__services--grid--box::before {
  background: #735bee;
  content: "";
  position: absolute;
  height: 2px;
  width: 20%;
  right: -20%;
  z-index: -1;
  top: 50%;
  margin-top: -1px;
}

.endtoend__services--grid--box::after {
  background: #735bee;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  right: -11%;
  top: 50%;
  margin-top: -5px;
}

.endtoend__services--grid--box:nth-child(3)::before {
  top: 100%;
  right: inherit;
  height: 36%;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  display: none;
}

.endtoend__services--grid--box:nth-child(3)::after {
  right: inherit;
  top: inherit;
  left: 50%;
  margin-left: -5px;
  bottom: -55px;
  display: none;
}

.endtoend__services--grid--box:nth-child(6)::before {
  display: none;
}

.endtoend__services--grid--box:nth-child(6)::after {
  display: none;
}

.endtoend__services--grid--box h4 {
  padding-bottom: 10px;
  font-size: 20px;
  color: #735bee;
}

.endtoend__services--grid--box p {
  font-size: 16px;
  color: #333333;
}

section.single--service--page.inner-services .recognition__section {
  margin: 0px;
}

.mobile__application__services-grid p {
  padding-top: 20px;
  font-size: 18px;
}

.endtoend__services--grid--box:nth-child(3n + 1) {
  margin-left: 0;
}

section.technologies__framework__section {
  margin-bottom: 100px;
  margin-top: 100px;
}

.technologies__framework__section--main p {
  color: var(--Dark-Grey, #3e3e3e);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* text-align: center; */
  /* letter-spacing: 1px; */
  padding-top: 20px;
}

.technologies__framework--main_inner-box h4 {
  padding-bottom: 10px;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    90deg,
    rgba(115, 91, 238, 1) 61%,
    rgba(36, 0, 32, 1) 100%
  );
  border-bottom: 4px solid;
  font-size: 20px;
}

.technologies__framework--main_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 50px;
}

.technologies__framework--main_inner-box ul {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.technologies__framework--main_inner-box ul a {
  text-decoration: none;
}

.technologies__framework--main_inner-box ul li {
  list-style: none;
  color: #666666;
  font-size: 16px;
  border: 1px solid #d1d1e1;
  background-color: rgba(217, 217, 217, 0.32);
  border-radius: 5px;
  padding: 4px 9px;
}

.technologies__framework--main_inner-box ul li:hover {
  color: #121212;
  /*border-color:#735BEE;*/
  background: rgba(115, 91, 238, 0.15);
}

section.cmn__app--issues-section {
  margin-top: 100px;
  background-color: rgba(248, 252, 255, 1);
  padding: 50px 0px;
}

.cmn__app--issues-halves {
  display: grid;
  grid-template-columns: 40% 55%;
  gap: 5%;
  justify-content: center;
  align-items: center;
}

.cmn__app--issues-right {
  height: 40vh;
  overflow-y: scroll;
}

.cmn__app--issues-right__inner {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}

span.arrow__span:before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
  color: #735bee;
  border-radius: 50%;
  font-size: 20px;
}

.cmn__app--issues-right__inner h4 {
  color: #121212;
  font-size: 18px;
}

.cmn__app--issues-right__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cmn__app--issues-right__inner {
  border-bottom: 1px solid #e6e6e6;
}

.cmn__app--issues-right::-webkit-scrollbar {
  display: none;
}

.cmn__app--issues-right__inner ul li {
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.cmn__app--issues-left p {
  padding: 20px 0px 0px;
  color: var(--Dark-Grey, #3e3e3e);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.cmn__app--issues-right__inner ul li::before {
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  top: 6px;
  border-radius: 50%;
  background: #808080;
  content: "";
  font-size: 12px;
}

.cmn__app--issues-left h3 {
  color: var(--Black, #000);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.key__service__details ul {
  color: #ccc;
  margin-left: 16px;
  margin-top: 10px;
}

/*DIGITAL HIRING SECTION */

section.digital__hiring {
  margin-top: 35px !important;
  background: linear-gradient(
    90deg,
    rgba(36, 0, 32, 0.7539390756302521) 7%,
    rgba(115, 91, 238, 1) 84%
  );
  padding: 50px 0px;
  color: #fff;
}

.digital__hiring__body h3 {
  color: #fff;
}

.digital__hiring__body h3:after {
  background: #ffc2ad;
}

.digital__hiring--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  padding-top: 30px;
}

.digital__hiring--container {
  display: flex;
  text-align:center;
  gap: 15px;
  flex-direction: column;
}

.hiring-2.digital__hiring--container h4 {
  padding-bottom: 15px;
}

.digital__hiring--container .digital__hiring--container__inner {
  /*border: 1px solid #fff;*/
  padding: 10px 20px;
}

.hiring-1.digital__hiring--container .digital__hiring--container__inner {
  font-size: 17px;
  /*max-width: 30rem;*/
  background: #f0f0f0;
  border-radius: 3rem 0rem 0rem 3rem;
  padding: 1rem;
  color: #000000;
  line-height: 1.8rem;
  display: flex;
  justify-content: center;
  gap: 10px;
  /*width: 100%;*/
  align-items: center;
  justify-items: center;
  height: 4rem;
}

.hiring-2.digital__hiring--container {
  gap: 0px;
}

.hiring-2.digital__hiring--container .digital__hiring--container__inner {
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: -1px;
  font-weight: 600;
  font-size: 17px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hiring-3.digital__hiring--container .digital__hiring--container__inner {
  font-size: 17px;
  /*max-width: 30rem;*/
  background: #ffc2ad;
  border-radius: 0rem 3rem 3rem 0rem;
  padding: 1rem;
  color: #000000;
  line-height: 1.8rem;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  /*width: 100%;*/
  align-items: center;
  justify-content: center;
  height: 4rem;
}

.hiring-1.digital__hiring--container .digital__hiring__inner-body {
  gap: 25px;
  display: flex;
  flex-direction: column;
}

.hiring-3.digital__hiring--container .digital__hiring__inner-body {
  gap: 25px;
  display: flex;
  flex-direction: column;
}

.digital__hiring--container__heading h4 {
  text-align: center;
  font-size: 20px;
}

.serviceMarque-container.slick-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.serviceMarque-container.slick-slide img {
  width: 48px;
  height: 48px;
}

.serviceMarque-container.slick-slide h3 {
  font-size: 18px;
}

/*Single Service Internal Page Ends*/

/*---------------------- Single Service Page------------------------ */

.single--service--page {
  margin: 0;
}

.single--service--heading {
  display: flex;
  flex-direction: column;
  /*gap:15px;*/
  margin-top: 35px !important;
}

.single--service--page p:empty {
  display: none;
}

.single__heading {
  color: var(--Black, #000);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  /*letter-spacing: 2.5px;*/
  padding-bottom: 20px;
}

.single__heading:after {
  background: #735bee;
  content: "";
  display: block;
  height: 3px;
  margin: 6px auto 0;
  width: 67px;
}

.single--service--internal__para p {
  color: var(--Dark-Grey, #3e3e3e);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  /*letter-spacing: 1px;*/
  padding-top: 20px;
}

.single--grid__relationship {
  padding: 100px 0px 50px;
}

.single--grid__relationship p {
  padding-top: 20px;
}

p.single__service--para {
  color: var(--Dark-Grey, #3e3e3e);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* text-align: center; */
  /* letter-spacing: 1px; */
  padding-top: 20px;
}

.key__service h3 {
  padding: 0px;
  color: #3e3e3e;
  text-align: center;
  font-size: 25px;
}

.key__service__details {
  padding: 20px;
}

.key__service__details h3 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: left;
}

.key__service__details p {
  color: #ccc;
  font-size: 16px;
  /*text-align: center;*/
}

.key__service--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  padding: 20px 0 0;
}

.key__service--grid-main {
  background-color: #111111;
  border-radius: 20px;
  position: relative;
}

.key__service--grid-main img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  display: block;
}

.key__service--grid--image {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.key__service--grid--image:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
  /*background-image: linear-gradient( 135deg, #0100ec, #fb36f4 );*/
  /*background: rgba(206, 206, 206, 1.0);*/
  background: radial-gradient(
    at left top,
    rgba(206, 206, 206, 1),
    rgba(20, 20, 20, 1)
  );
  opacity: 0.7;
}

/*.key__service {*/
/*    margin-top: 30px;*/
/*}*/

.mobile__services-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-auto-rows: 1fr;
  gap: 2rem;
  /*margin-bottom: 100px;*/
}

.mobile__services-grid__body {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 20px;
  border-radius: 15px;
}

.mobile__services-grid__icon img {
  margin-bottom: 20px;
  opacity: 0.5;
}

.mobile__services-grid__content h3 {
  padding-bottom: 10px;
  font-size: 20px;
  color: #333333;
}

.mobile__services-grid__content p {
  font-size: 16px;
  color: #333333;
}

.mobile__services-grid__body:hover {
  transform: scale(1.03);
  transition: all 0.5s;
  border: 1px solid #735bee;
}

.mobile__services-grid__body:hover .mobile__services-grid__content > h3 {
  color: #735bee;
}

.mobile__services-grid__body:hover .mobile__services-grid__icon > img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(81%) saturate(1035%)
    hue-rotate(223deg) brightness(94%) contrast(98%);
  opacity: 1;
}

.recognition__section {
  margin: 100px 0px 100px;
}

.recognition__section--body {
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  padding: 30px 0px 30px;
  flex-wrap: wrap;
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: unset;
  height: 100%;
}

.recognition__section--images img {
  width: 160px;
}

.recognition__section--images {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recognition__section h3 {
  text-align: center;
  padding: 30px 0px 0px;
  font-size: 35px;
}

.recognition__section {
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
}

.service--internal--container {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 3rem;
}

.service--internal__boxes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  padding: 20px;
  border-radius: 25px;
  height: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.service--internal--container a {
  text-decoration: none;
  color: #000;
}

.service--internal__boxes h3 {
  color: var(--Black, #000);
  font-size: clamp(1.1875rem, 1.15rem + 0.1875vw, 1.375rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.services_internal_page--para p {
  color: var(--Dark-Grey, #3e3e3e);
  font-size: clamp(1.0625rem, 1.05rem + 0.0625vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /*letter-spacing: 1px;*/
}

.service--internal__boxes {
  position: relative;
  z-index: 1;
}

.service--internal__boxes img {
  filter: brightness(0%);
}

.service--internal__boxes:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px 0;
  cursor: pointer;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: #735bee;
  background-size: 0px 0px;
  background-repeat: no-repeat;
  background-position: center;
}

.service--internal__boxes:hover {
  background-color: #735bee;
  transition: all 0.5s ease-in-out;
  transform: scale(1.05);
}

.service--internal__boxes:hover:after {
  background-color: #fff;
}

.service--internal__boxes:hover h3 {
  color: #fff;
}

.service--internal__boxes:hover p {
  color: #fff;
}
.service--internal__boxes:hover img {
  filter: brightness(0) invert(1);
}

.services__technology--partner__body {
  margin: 100px 0px 0px;
}

.services__technology--partner__body p {
  padding: 20px 0px 70px;
  color: var(--Dark-Grey, #3e3e3e);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.services__technology--grid_icon {
  display: grid;
  gap: 4rem 2rem;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-auto-rows: 1fr;
  align-items: center;
  justify-content: center;
}

.services__technology--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  padding: 0px 20px;
}

.services__technology--container h3 {
  text-align: center;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
}

.services__technology--container img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(81%) saturate(1035%)
    hue-rotate(223deg) brightness(94%) contrast(98%);
  width: 41px;
}

.services__technology--container:after {
  border-right: dashed 2px #e6e6e6;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 70%;
  bottom: 0;
}

.services__technology--icon {
  position: relative;
}

.services__technology--icon:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgb(115 91 238 / 14%);
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all linear 0.3s;
}

.services__technology--container:hover .services__technology--icon:before {
  top: -18px;
  width: 70px;
  height: 70px;
  left: -14px;
}

.services__technology--container:nth-last-child(
    -n + 1
  ).services__technology--container:after {
  display: none;
}

.services__technology--container:nth-last-child(
    5
  ).services__technology--container:after {
  display: none;
}

/*---------------SERVICES INTERNAL INDIVIDUAL PAGE------------------------*/

section.services--inner__individual-pages {
  margin-top: 70px;
}

.services__internal-content h2 {
  color: var(--Black, #000);
  font-size: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
}

.services__internal-content h2::before {
  position: absolute;
  content: "";
  width: 5%;
  height: 5%;
  background: blue;
  bottom: 2%;
  right: 50%;
}

.services__internal-content p {
  padding-top: 30px;
  color: var(--Dark-Grey, #3e3e3e);
  font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 1px;
}

section.services--internal__grid-box {
  margin-top: 50px;
}

.b_a--ijona_left h3 {
  color: #fff;
  font-size: 35px;
}

.b_a--ijona_left h4 {
  color: #735bee;
  font-size: 25px;
}
.internal__grid--container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 2rem;
}

.internal__boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.internal__boxes h3 {
  font-size: 30px;
  color: var(--Black, #000);
  font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}

.internal__boxes p {
  color: var(--Dark-Grey, #3e3e3e);
  font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 1px;
}

section.our__hiring--section {
  padding-top: 100px;
}

.our__hiring__body p {
  padding: 20px 0px 50px;
  color: var(--Dark-Grey, #3e3e3e);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.our__hiring__body--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.our__hiring__body--container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.our__hiring__body--icon img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(81%) saturate(1035%)
    hue-rotate(223deg) brightness(94%) contrast(98%);
}

.our__hiring__body--container h3 {
  color: #555555;
  font-size: 25px;
  text-align: center;
}

.our__hiring__body--container h4 {
  color: #735bee;
  font-size: 18px;
}

.our__hiring__body--individual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0px;
  position: relative;
  border-top: 1px solid #dedede;
  width: 100%;
}

.our__hiring__body--individual:first-child {
  border-top: none;
  padding-top: 0;
}

section.any__Industry--section {
  padding: 100px 0 0;
}

.any__Industry__body p {
  padding: 20px 0px 70px;
  color: var(--Dark-Grey, #3e3e3e);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.any_industry_need--grid h3 {
  color: #263238;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.any_industry_need--grid {
  display: flex;
  justify-content: space-between;
  /*justify-content: center;*/
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #c9c1f2;
  width: 100%;
}

.any_industry_need--grid a {
  text-decoration: none;
}

.any_industry_need--grid__main {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  gap: 30px;
  width: 70%;
  margin: 0 auto;
  padding: 30px 0px 0px;
}

.any_industry_need--grid-content.active
  .any_industry_need--grid__main--content
  h3 {
  color: #735bee !important;
}

.any_industry_need--grid__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.any_industry_need-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.any_industry_need--grid__main--content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  position: relative;
}

.any_industry_need--grid__links li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}

.any_industry_need--grid__links li::before {
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  top: 4px;
  border-radius: 50%;
  background: #735bee;
  content: "";
}

div#n-tab-1 {
  display: block;
}

div#n-tab-1 h3 {
  color: #735bee;
}

.any_industry_need--grid-content {
  display: none;
}

.any_industry_need--left {
  /*border-radius: 10px;*/
  overflow: hidden;
}

.any_industry_need--left img {
  transform: scale(1);
  transition: all linear 0.3s;
  width: 310px;
  height: 210px;
}

.any_industry_need--left:hover img {
  transform: scale(1.15);
  transition: all linear 0.3s;
}

ul.industry__need-list {
  list-style: none;
  position: relative;
}

a.on-active#active-1:before {
  position: absolute;
  width: 100%;
  content: "";
  height: 5px;
  background-color: #735bee;
  bottom: -5px;
}

a.on-active#active-1:after {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #735bee;
  bottom: -14px;
  position: absolute;
  content: "";
  left: 40%;
}

li.new-active a:before {
  position: absolute;
  width: 100%;
  content: "";
  height: 5px;
  background-color: #735bee;
  bottom: -5px;
}

li.new-active a:after {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #735bee;
  bottom: -14px;
  position: absolute;
  content: "";
  left: 40%;
}

li.new-active a h3 {
  color: #735bee;
  font-weight: 600;
}

a.on-active#active-1 h3 {
  color: #735bee;
  font-weight: 600;
}

/*HIRE RESOURCES STARTS*/

.tailored__first--section {
  margin: 100px 0px;
}

.hire--resource__body h3 {
  font-weight: 700;
  font-size: 35px;
  text-align: center;
}

.hire--resource__body p {
  font-size: 18px;
  text-align: center;
}

.tailored__section--cards {
  position: relative;
}

.hire--resource__body .tailored__section--cards > h3:after {
  background: #735bee;
  content: "";
  display: block;
  height: 3px;
  margin: 6px auto 0;
  width: 67px;
}

.tailored__section--cards > p {
  padding: 30px 0px;
}

.tailored__cards--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  align-content: center;
  /*grid-auto-rows: 1fr;*/
  gap: 2rem;
}

.tailored__cards--container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #c9c1f2;
  height: 100%;
}

.tailored__cards--grid a {
  text-decoration: none;
  color: #000;
}

.tailored__cards__content h3 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 700;
}

.tailored__cards__content p {
  text-align: left;
  font-size: 16px;
}

.tailored__cards--container:hover {
  border: 1px solid #735bee;
  background-color: #fff9f5;
  transition: all 0.5s;
  transform: scale(1.03);
}

.tailored__cards--container:hover .tailored__cards__icon > img {
  filter: brightness(0) saturate(100%) invert(61%) sepia(69%) saturate(6572%)
    hue-rotate(230deg) brightness(93%) contrast(101%);
  opacity: 1;
}

.tailored__cards--container:hover .tailored__cards__content h3 {
  color: #735bee;
}

.tailored__cards__icon img {
  opacity: 0.5;
}

section.our_hiring_process {
  margin-top: 100px;
}

section.our_hiring_process .hire__top-cont p {
  padding: 20px 0px 70px;
  color: var(--Dark-Grey, #3e3e3e);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.our_hiring_process__image {
  width: 100%;
  height: auto;
}

.our_hiring_process__image img {
  width: 100%;
  height: auto;
}

.our__hire--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 2rem;
  text-align: center;
  padding-top: 30px;
}

.our__hire-grid__cont h4 {
  padding-bottom: 10px;
  font-size: 20px;
}

.our__hire-grid__cont p {
  color: var(--Dark-Grey, #3e3e3e);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*HIRE RESOURCES ENDS*/

.single--service--page > section.b_a__ijona {
  margin-top: 100px;
}

.single--service--page > section.front--page__accordion {
  margin-top: 100px;
}

.key__service > h3 {
  padding-top: 30px;
  /* padding-bottom: 30px; */
}

key__service > h3:empty {
  display: none;
}

.mobile__services-grid__body > .mobile__services-grid__content > ul {
  padding-top: 10px;
  list-style-type: circle;
  font-size: 16px;
  color: #333333;
  font-family: "Open Sans", sans-serif !important;
}

.mobile__services-grid__body > .mobile__services-grid__content > ul > li {
  padding-bottom: 5px;
  margin-left: 20px;
}

.contact__main-form-hp input.wpcf7-form-control.wpcf7-submit.has-spinner {
  cursor: pointer;
}

.common__banner--stats--heading p {
  font-weight: bold;
}

#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  font-weight: normal !important;
}

#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link {
  color: #735bee;
  font-weight: normal !important;
  background-color: #ddd;
}

li.mega-current_page_item a {
  color: #735bee;
  font-weight: normal !important;
  background: #ddd;
}

li.mega-current-menu-item a {
  color: #735bee;
  font-weight: normal !important;
  background: #ddd;
}

.sticky
  #mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link {
  color: #735bee !important;
  font-weight: normal !important;
  text-decoration: none;
  border-color: #fff;
}

#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link {
  font-weight: normal !important;
}

.panel.active {
  display: block !important;
}

.custom__quotation-form form.wpcf7-form.failed {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.custom__quotation-form
  form.wpcf7-form.failed
  span.wpcf7-form-control-wrap
  input[type="tel"] {
  text-indent: 8px;
  font-size: 14px;
  border: 1px solid #ffd9be;
  height: 30px;
  outline: 0;
  border-radius: 5px;
  background: none;
}

.custom__quotation-form form.wpcf7-form.failed input[type="email"] {
  border: 1px solid #ffd9be !important;
  height: 30px !important;
}

.custom__quotation-form
  form.wpcf7-form.failed
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.lettersonly {
  border: 1px solid #ffd9be !important;
  width: 100%;
  height: 30px;
  font-size: 14px;
}

.custom__quotation-form form.wpcf7-form.submitting input[type="tel"] {
  background: none;
  border-radius: 5px;
  outline: 0;
}

.custom__quotation-form
  input.wpcf7-form-control.wpcf7-intl_tel.wpcf7-validates-as-required.wpcf7-intl-tel {
  width: 100%;
  height: 30px;
  border: 1px solid #ffd9be !important;
  margin: 5px 0px !important;
  background: none;
  border-radius: 5px;
}

/*.custom__quotation-form .intl-tel-input.allow-dropdown .selected-flag {*/
/*    height: 30px !important;*/
/*}*/

.custom__quotation-form
  form.wpcf7-form.invalid
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
  border: 1px solid #ffd9be !important;
  height: 30px !important;
  margin: 0px 0px 5px;
}

/*---------------SERVICES INTERNAL INDIVIDUAL PAGE ENDS------------------------*/

@media only screen and (max-width: 1800px) {
  .services--page--cont.container p {
    font-size: 16px;
  }

  .services--grid-view-imgs {
    grid-gap: 3rem 3rem;
  }

  .internal--halves {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .single--service--page {
    margin: 35px 0px 0px 0px;
  }

  .single--service--heading h3 {
    letter-spacing: 0px;
  }

  .subcont-rt p {
    letter-spacing: 0px;
  }

  section.our_hiring_process .hire__top-cont p {
    padding: 20px 0px 40px;
    font-size: 16px;
  }

  .technologies__framework__section--main p {
    font-size: 16px;
  }

  section.our_hiring_process {
    margin-top: 70px;
  }

  section.digital__hiring {
    margin-top: 70px;
  }

  .services__technology--partner__body p {
    font-size: 16px;
    padding: 20px 0px 50px;
  }

  .mobile__application__services-grid p {
    font-size: 16px;
  }

  .endtoend__services p {
    font-size: 16px;
  }

  /*SERVICE NEW BANNER*/

  .service__heading h1 {
    font-size: 35px;
  }

  h2.service__banner-sub {
    font-size: 20px;
  }

  .service__heading p {
    font-size: 16px;
  }

  .common__banner--stats--heading {
    font-size: 16px;
  }

  .common__banner--stats--heading span {
    font-size: 13px;
  }

  .common__banner--stats--heading p {
    font-size: 20px;
  }

  .common__banner--stats--img img {
    width: 36px;
    height: 36px;
  }

  .common__banner--stats__body {
    padding: 0;
  }

  .quote--heading h2 {
    font-size: 22px;
  }

  .quote--heading p {
    font-size: 15px;
  }

  .quote--heading {
    padding: 15px 0px;
  }

  .custom__quotation-form
    input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    height: 30px;
    text-indent: 8px;
    font-size: 14px;
  }

  .common__banner--stats__body {
    display: grid;
    gap: 1rem;
    /*padding: 0px 20px;*/
    /*box-shadow: 0px -1px 20px rgb(255 255 255 / 10%);*/
    border-radius: 10px;
  }

  .custom__banner--content {
    display: grid;
    padding: 70px 0px;
  }

  .custom__quotation-form form.wpcf7-form.init input[type="text"],
  form.wpcf7-form.init input[type="email"],
  form.wpcf7-form.init input[type="tel"] {
    height: 30px !important;
    font-size: 14px;
  }

  .custom__quotation-form form.wpcf7-form.init input[type="text"] {
    /*padding-left: 8px;*/
  }

  .custom__quotation-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 70px;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif !important;
  }

  .custom__quotation-form .intl-tel-input.allow-dropdown .selected-flag {
    /*height: 30px !important;*/
  }

  .cmn__service--cont-grp {
    gap: 1rem;
  }

  .single__heading {
    font-size: 30px;
  }

  .single--service--internal__para p {
    font-size: 16px;
  }

  p.single__service--para {
    font-size: 16px;
  }

  .recognition__section h3 {
    font-size: 30px;
  }

  .services__technology--partner__body p {
    font-size: 16px;
  }

  .single--grid__relationship {
    padding: 70px 0px 50px;
  }

  .recognition__section {
    margin: 70px 0px 70px;
  }

  .mobile__application__services-grid {
    padding: 70px 0px 50px;
  }

  /*.mobile__services-grid-container {*/
  /*    margin-bottom: 70px;*/
  /*}*/

  .services__technology--partner__body {
    margin: 70px 0px 0px;
  }

  .services__technology--partner__body p {
    padding: 20px 0px 50px;
  }

  section.our__hiring--section {
    padding-top: 70px;
  }

  .our__hiring__body p {
    font-size: 16px;
  }

  section.any__Industry--section {
    padding: 70px 0 0;
  }

  .any__Industry__body p {
    padding: 20px 0px 50px;
    font-size: 16px;
  }

  .endtoend__services {
    margin-top: 70px;
  }

  .single--service--heading {
    margin-top: 70px;
  }

  .single--service--page > section.b_a__ijona {
    margin-top: 70px;
  }

  section.technologies__framework__section {
    margin: 70px 0px;
  }

  section.cmn__app--issues-section {
    margin-top: 70px;
  }

  .endtoend__services--grid {
    gap: 4rem;
  }

  .endtoend__services--grid--box::before {
    width: 18%;
    right: -18%;
  }

  .cmn__app--issues-left h3 {
    font-size: 30px;
  }

  .cmn__app--issues-left p {
    font-size: 16px;
  }

  .b_a--ijona_left h3 {
    font-size: 30px;
  }

  /*SERVICE NEW BANNER Ends*/

  .single--service--page > section.front--page__accordion {
    margin-top: 70px !important;
  }

  .services--page--cont.container h2 {
    font-size: 35px !important;
  }

  .grid-image-a:hover .grid--info p {
    display: block;
    font-size: 16px !important;
  }

  button.discover--btn {
    font-size: 16px !important;
  }

  .our__hire-grid__cont h4 {
    font-size: 18px;
  }

  .grid-image-a h3 {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 1550px) {
  /*-------------------------NEW CUSTOM HEADER RESPONSIVE -----------------------------*/

  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  }

  /*-------------------------NEW CUSTOM HEADER RESPONSIVE ENDS-----------------------------*/
}

@media only screen and (max-width: 1350px) {
  .services__technology--grid_icon {
    gap: 3rem 2rem;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: unset;
  }

  .any_industry_need--grid {
    display: flex;
    justify-content: flex-start !important;
  }

  .our__hire--grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .technologies__framework--main_grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /*SERVICE NEW BANNER Starts*/

  .quote--heading:before {
    background-color: #735bee;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    clip-path: none;
    z-index: -1;
    padding: 0px 0px 10px;
    border-radius: 10px 10px 0px 0px;
  }

  .quote--heading {
    font-size: 20px;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 4;
    color: #fff;
  }

  .custom__quotation-form div#wpcf7-f1444-o1 {
    padding: 20px;
  }

  .common__banner--stats__body {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    /*padding: 10px 20px;*/
  }

  .custom__banner--content {
    display: grid;
    grid-template-columns: 60% 35%;
  }

  .our__hiring__body--grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }

  .any_industry_need--grid__main {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    gap: 30px;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0px 0px;
  }

  /*SERVICE NEW BANNER Ends*/

  /*SERVICE Inner Page Starts*/

  .endtoend__services--grid--box {
    margin-left: 0px;
    /*margin-bottom: 50px;*/
  }
  .endtoend__services--grid--box::before {
    display: none;
  }

  .endtoend__services--grid {
    gap: 2rem;
  }

  .endtoend__services--grid--box::after {
    display: none;
  }

  .endtoend__services p {
    padding-top: 0px;
  }

  .service__heading h1 {
    font-size: 30px;
  }

  .breadcrumbs__ijona {
    font-size: 14px;
  }
  /*SERVICE Inner Page Ends*/

  .digital__hiring--grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  .common__banner--stats--main:before {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .service_marque--body.slick-initialized.slick-slider .slick-track {
    padding: 0;
  }

  .any_industry_need--grid {
    display: flex;
    justify-content: flex-start !important;
  }
}

@media only screen and (max-width: 1024px) {
  .services--page--cont.container h2 {
    font-size: 30px !important;
  }
  .services--grid-view-imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem 2rem;
  }

  .services--page {
    margin-bottom: 50px;
    /*margin-top: 50px;*/
    background-size: auto !important;
  }

  .services--page--cont {
    padding-top: 0px;
  }

  .services--page--cont.container {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .grid-image-a.grid--img--3 {
    transform: translate(0px, 0px);
  }

  .grid-image-a.grid--img--2 {
    transform: translate(0px, 0px);
  }

  .grid-image-a.grid--img--6 {
    transform: translate(0px, 0px);
  }

  .grid-image-a.grid--img--9 {
    transform: translate(0px, 0px);
  }

  .grid-image-a.grid--img--5 {
    transform: translate(0px, 00px);
  }

  .grid-image-a.grid--img--8 {
    transform: translate(0px, 0px);
  }

  .grid--info p {
    display: none !important;
  }

  .grid--info br {
    display: none;
  }

  .services--page--cont.container p {
    width: 100%;
  }

  a {
    color: #0049e6;
  }

  .service--main--subcont {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    align-items: start;
    gap: 20px;
  }

  .subcont-rt p {
    line-height: 30px;
  }

  .service--main--subcont {
    gap: 10px;
  }

  .subcont--left {
    gap: 25px;
  }

  .subcont--mid {
    display: none;
  }

  .single--service--page {
    margin: 50px 0px 0px 0px;
  }

  .tailored__cards--container {
    display: flex;
    flex-direction: column;
  }

  .subcont--left h4 {
    white-space: normal !important;
    width: 100%;
  }

  .grid-image-a:hover::before {
    background-color: transparent !important;
  }
  .grid-image-a:hover .grid--info button {
    position: unset !important;
  }
  .grid-image-a:hover .grid--info button {
    gap: 0px;
  }

  button.discover--btn {
    display: block;
    font-size: 14px !important;
  }

  .services--page--cont {
    gap: 20px;
  }

  .grid-image-a h3 {
    font-size: 18px !important;
  }

  .services__technology--grid_icon {
    grid-template-columns: repeat(3, 1fr);
  }

  .technologies__framework--main_grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }

  /*SERVICE NEW BANNER Starts*/

  .service__heading h1 {
    font-size: 30px;
  }

  p {
    font-size: 14px !important;
    padding-top: 0px !important;
  }

  .custom__banner--content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    padding: 50px 0px !important;
  }

  .single--service--heading {
    margin-top: 50px;
  }

  .mobile__application__services-grid {
    padding: 50px 0px 30px;
  }

  .mobile__services-grid-container {
    margin-bottom: 0px;
  }

  .recognition__section {
    margin: 50px 0px 50px;
  }

  .single--service--page > section.b_a__ijona {
    margin-top: 50px;
  }

  .mobile__services-grid__content h3 {
    font-size: 18px;
  }

  .services__technology--partner__body {
    margin: 50px 0px 0px;
  }

  section.our__hiring--section {
    padding-top: 50px;
  }
  .key__service h3 {
    font-size: 20px;
  }

  .key__service__details h3 {
    font-size: 18px !important;
  }

  /*.b_a--ijona_left h4 {*/
  /*    font-size: 20px;*/
  /*}*/

  .b_a--ijona_left h3 {
    font-size: 30px;
  }

  .services__technology--container:nth-last-child(
      -n + 1
    ).services__technology--container:after {
    display: none;
  }

  .endtoend__services--grid--box {
    margin-bottom: 0px;
  }

  .endtoend__services--grid {
    gap: 1rem 1rem;
    margin-top: 30px;
  }

  .our__hire-grid__cont h4 {
    padding-bottom: 10px;
  }

  .our__hire--grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .our__partners-img.our-partner-center .slick-track {
    padding: 20px 0 20px;
  }

  section.digital__hiring {
    margin-top: 50px;
  }

  section.technologies__framework__section {
    margin: 50px 0px 0px;
  }

  section.cmn__app--issues-section {
    margin-top: 50px;
  }

  .cmn__app--issues-left h3 {
    font-size: 30px;
    padding-bottom: 15px;
  }

  .any_industry_need--grid {
    display: flex;
    justify-content: flex-start;
  }

  .cmn__app--issues-halves {
    display: grid;
    grid-template-columns: 100%;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .cmn__app--issues-left p {
    font-size: 14px;
  }

  .cmn__app--issues-right__inner ul li {
    font-size: 14px;
  }

  .cmn__app--issues-right__inner h4 {
    font-size: 18px;
  }

  .services__technology--container:nth-last-child(
      5
    ).services__technology--container:after {
    display: none;
  }

  .services__technology--container:after {
    display: none;
  }

  section.any__Industry--section {
    padding: 50px 0px 0px;
  }

  .contact__content h2 {
    font-size: 30px !important;
  }

  .service__heading {
    width: 100%;
  }

  .service__heading h2 {
    font-size: 20px;
  }

  .service__heading p {
    font-size: 16px;
  }

  .custom__quotation-form {
    width: 100%;
  }

  .common__banner--stats--main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
  }

  .quote--heading h2 {
    font-size: 20px;
  }

  .services__technology--container h3 {
    font-size: 14px;
  }

  .our__hiring__body--container h4 {
    font-size: 16px;
  }

  .our__hiring__body--container h3 {
    font-size: 20px;
  }

  div#n-tab-1 h3 {
    font-size: 17px;
  }

  .any_industry_need--grid-content.active
    .any_industry_need--grid__main--content
    h3 {
    font-size: 17px;
  }

  .any_industry_need--grid__links {
    font-size: 14px;
  }

  .serviceMarque-container.slick-slide h3 {
    font-size: 16px;
  }

  .common__banner--stats--heading {
    font-size: 14px;
    text-align: center;
    margin-right: 0px;
    padding-right: 0px;
  }

  .key__service--grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  .any_industry_need--grid__main {
    grid-template-columns: 100%;
  }

  .endtoend__services {
    margin-top: 50px;
  }

  .common__banner--stats__body {
    /*padding: 10px !important;*/
  }

  /*SERVICE NEW BANNER Ends*/

  .mobile__services-grid__body:hover {
    transform: scale(1);
    transition: none;
    border: none;
  }

  .common__banner--stats--main:before {
    display: none;
  }

  .any_industry_need--grid h3 {
    line-height: 30px;
  }

  .hiring-1.digital__hiring--container .digital__hiring--container__inner {
    justify-content: center;
  }

  .hiring-3.digital__hiring--container .digital__hiring--container__inner {
    justify-content: center;
  }

  .single--service--page > section.front--page__accordion {
    margin-top: 50px !important;
  }

  .grid-image-a:hover .grid--info p {
    display: block;
    font-size: 14px !important;
  }

  h3.partners__intCmn {
    font-size: 25px !important;
  }

  button.btn.btn-partner {
    height: 40px !important;
  }

  .technologies__framework--main_inner-box h4 {
    font-size: 18px;
  }

  .any__Industry__body p {
    padding: 20px 0px 30px;
  }

  .contact__form--home {
    margin-top: 50px !important;
  }
  .custom__quotation-form form.wpcf7-form.submitting input[type="tel"] {
    background: none !important;
    border-radius: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  /*SERVICES RESPONSIVE START*/

  .services--grid-view-imgs {
    grid-gap: 1rem 1rem;
    grid-template-columns: 100%;
  }

  .grid-image-a h3 {
    /*letter-spacing: 1px;*/
    margin: 0px 10px;
  }
  /*SERVICES RESPONSIVE END*/

  .our__hire--grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services__technology--grid_icon {
    grid-template-columns: repeat(2, 1fr);
  }

  .technologies__framework--main_grid {
    grid-template-columns: 100%;
  }

  /*SERVICE NEW BANNER Starts*/

  .common__banner--stats__body {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*align-items: center;*/
    /*justify-content: flex-start;*/
    gap: 20px;
    /*padding: 70px 0px 70px;*/
  }

  .common__banner--stats--main {
    padding-right: 20px;
  }

  .single__heading {
    font-size: 25px;
  }

  .mobile__services-grid-container {
    display: grid;
    grid-template-columns: 100%;
  }

  .endtoend__services--grid--box h4 {
    font-size: 18px;
  }

  /*SERVICE NEW BANNER Ends*/

  /*-------------------NEW CUSTOM HEADER RESPONSIVE----------------------------*/
  .nav__content-heading h2 {
    display: none;
  }

  .nav__img img {
    max-width: 100px;
    width: 100%;
  }

  .service__heading h1 {
    font-size: 25px;
  }

  .service__heading h2 {
    font-size: 16px;
  }

  .recognition__section h3 {
    font-size: 25px;
  }

  .b_a--ijona_left h3 {
    font-size: 25px;
  }

  .cmn__app--issues-left h3 {
    font-size: 25px;
  }

  .cmn__app--issues-left p {
    font-size: 16px;
  }

  .b_a--ijona_left h4 {
    font-size: 20px;
  }

  .contact__content h2 {
    font-size: 25px !important;
  }

  .fresh--insights__section h2 {
    font-size: 25px !important;
  }

  .our__partners-logos h2 {
    font-size: 25px !important;
  }

  .breadcrumbs__ijona {
    font-size: 12px !important;
  }
  /*------------NEW CUSTOM HEADER RESPONSIVE ENDS--------------*/
}

@media only screen and (max-width: 500px) {
  .our__hire--grid {
    grid-template-columns: 100%;
  }

  .services__technology--grid_icon {
    grid-template-columns: 100%;
  }

  /*CUSTOM HEADER STARTS*/

  h2.page-banner__title {
    position: absolute;
    top: 39% !important;
  }

  .para {
    position: absolute;
    top: 45%;
  }

  /*button.cta--btn {*/
  /*    position: absolute;*/
  /*    top: 53%;*/
  /*    left: 27%;*/
  /*}*/

  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-weight: normal !important;
    /*line-height: 30px;*/
    width: 100% !important;
    /*padding-bottom: 5px;*/
  }

  /*CUSTOM HEADER ENDS*/

  /* SERVICES PAGE INTERNAL STARTS*/
  .services--page--cont.container p {
    font-size: clamp(1.0625rem, 0.9514rem + 0.5556vw, 1.125rem);
  }
  /* SERVICES PAGE INTERNAL ENDS*/

  .common__banner--stats__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 1rem;
  }

  .services__technology--container:after {
    display: none;
  }

  .technologies__framework--main_grid {
    display: grid;
    grid-template-columns: 100%;
    gap: 1rem;
    margin-top: 30px;
  }

  .endtoend__services--grid {
    gap: 1rem;
    grid-template-columns: 100%;
  }

  .any_industry_need--grid h3 {
    line-height: 30px;
  }

  .recognition__section--body {
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: unset;
  }

  button.btn.btn-partner {
    height: 50px !important;
  }

  .accordion {
    font-size: 16px !important;
  }
  .any_industry_need--grid__links {
    grid-template-columns: 100%;
  }
}
