@import url("https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&display=swap");
:root {
  --pits-red: #ba2429;
  --pits-white: #ffffff;
  --pits-black: #000000;
  --pits-black-1: #181818;
  --pits-grey-0: #fafbfb;
  --pits-grey-1: #5d5d5d;
  --pits-grey-2: #fafbfc;
  --Type-Font-family-Primary: "Lato", sans-serif;
  /**/
  /* fix */
}
:root .bg-grey {
  background-color: var(--pits-grey-0);
}
:root .bg-grey-2 {
  background-color: var(--pits-grey-2);
}
:root .bg-black {
  background-color: var(--pits-black);
}
:root .bg-custom-01 {
  background: linear-gradient(180deg, #010000 50%, rgba(0, 0, 0, 0) 100%), url(../images/bg-git-01.png) 0% 100% no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  :root .bg-custom-01 {
    background-size: inherit;
  }
}
:root .bg-gradient-01 {
  background: url(../images/bg-slider-card.png);
  background-size: cover;
  background-clip: border-box;
  background-position: 0 45%;
}
:root section > div {
  padding-top: 60px;
  padding-bottom: 60px;
}
:root .box-padding {
  padding-left: 0;
  padding-right: 0;
}
:root .box-padding-normal {
  padding-left: 160px;
  padding-right: 160px;
}
:root .frame-space-after-extra-small {
  padding-bottom: 0;
}
:root .frame-space-after-small {
  padding-bottom: 40px;
}
:root .frame-space-after-medium {
  padding-bottom: 80px;
}
:root .frame-space-after-large {
  padding-bottom: 120px;
}
:root .frame-space-after-extra-large {
  padding-bottom: 160px;
}
:root .frame-space-before-extra-small {
  padding-top: 0;
}
:root .frame-space-before-small {
  padding-top: 40px;
}
:root .frame-space-before-medium {
  padding-top: 80px;
}
:root .frame-space-before-large {
  padding-top: 120px;
}
:root .frame-space-before-extra-large {
  padding-top: 160px;
}
:root .btn {
  display: flex;
  padding: 9px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #ba2429;
  color: var(--pits-white);
  font-size: 16px;
  line-height: 24px;
  transition: 0.6s ease;
}
:root .btn:hover {
  background: #d42d27;
}
:root .btn.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
:root .btn .btn-arrow {
  width: 16px;
  height: 16px;
  align-self: flex-start;
}
:root .btn-with-border {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  color: #322c2c !important;
  font-family: var(--Type-Font-family-Primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
:root .read-more {
  color: #ba2429;
  text-decoration: none;
}
:root * {
  outline: none;
}
@media (min-width: 1400px) {
  :root #services .container {
    max-width: 100%;
  }
}

/* common */
/* top nav bar  */
/* Custom-Navbar  */
#servicesSub .border-bottom-nav {
  background-color: #fff !important;
}
#servicesSub .border-bottom-nav .custom-navbar {
  background-color: #fff;
}
#servicesSub .border-bottom-nav .custom-navbar .navigation > ul > li {
  color: #000;
}
#servicesSub .border-bottom-nav .custom-navbar .navigation > ul > li > a {
  color: #000;
}
#servicesSub .border-bottom-nav .custom-navbar .navigation > ul > li.has-dropdown > img {
  filter: brightness(0) saturate(100%) !important;
}

.custom-navbar {
  background-color: black;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  z-index: 99999;
}
.custom-navbar .logo {
  width: 63px;
  height: 63px;
}
.custom-navbar .navigation {
  display: flex;
  align-items: center;
  gap: 42px;
}
.custom-navbar .navigation ul {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.custom-navbar .navigation ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  cursor: pointer;
}
.custom-navbar .navigation ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.custom-navbar .navigation ul li img {
  width: 6px;
  height: 6.75px;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-navbar .navigation .language-switch {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.custom-navbar .navigation .language-switch img:first-child {
  width: 12.75px;
  height: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-navbar .navigation .language-switch img:nth-child(2) {
  width: 6px;
  height: 6.75px;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-navbar .navigation .language-switch a {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.custom-navbar .navigation a.get-btn {
  color: #fff;
  background: #ba2429;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  padding: 6px 16px;
  border-radius: 8px;
}

.navigation .has-dropdown > .custom-dropdown-menu {
  width: auto;
  padding: 20px;
  left: auto;
  right: auto;
}
.navigation .has-dropdown > div {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #000;
  transition: opacity 0.3s ease;
}
.navigation .has-dropdown > div.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.custom-dropdown-menu ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.custom-dropdown-menu ul li {
  list-style: none;
}
.custom-dropdown-menu ul li a {
  color: #fff;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  margin: 0;
}

.global-dropdown-menu {
  display: flex;
  justify-content: space-between;
  height: 42.6875rem;
  position: relative;
  background: #000 url(../images/thirdcol-bg-menu.png) no-repeat 101% bottom !important;
}
@media only screen and (max-width: 1440px) {
  .global-dropdown-menu {
    background-position: 107% bottom;
  }
}
.global-dropdown-menu .main-submenu {
  padding-top: 48px;
}
.global-dropdown-menu .main-submenu ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.global-dropdown-menu .main-submenu ul li {
  list-style: none;
}
.global-dropdown-menu .main-submenu ul li .component1 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px;
  position: relative;
}
.global-dropdown-menu .main-submenu ul li .component1 .image {
  background: transparent;
  border-radius: 4.8px;
}
.global-dropdown-menu .main-submenu ul li .component1 .image img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 6px;
}
.global-dropdown-menu .main-submenu ul li .component1 a {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  width: 205px;
}
.global-dropdown-menu .main-submenu ul li .component1.active {
  border-radius: 8px;
  border: 1px solid #3c2b2b;
  background: rgba(181, 148, 150, 0.13);
}
.global-dropdown-menu .main-submenu ul li .component1.active .image {
  background: #c8261e;
}
.global-dropdown-menu .main-submenu ul li .component1.active .image img {
  filter: brightness(0) invert(1);
}
.global-dropdown-menu .main-submenu ul li .component1.active::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 12px;
  height: 12px;
  background: url("/assets/Outline arrow right.svg") no-repeat center;
  background-size: contain;
}
.global-dropdown-menu .component2 {
  position: absolute;
  top: 0;
  left: 27.69rem;
  padding: 48px 24px;
}
.global-dropdown-menu .component2 .mobile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 0;
}
.global-dropdown-menu .component2 .mobile ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.global-dropdown-menu .component2 .mobile ul li {
  list-style: none;
  width: 217.361px;
}
.global-dropdown-menu .component2 .mobile ul li a {
  color: #fff;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.global-dropdown-menu .component2 .mobile ul li.active a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.global-dropdown-menu .third-section {
  position: absolute;
  top: 0;
  right: 11.112%;
  width: 285px;
  height: 100%;
  padding: 48px 0 0 15px;
  border-left: 1px solid #202020;
}
.global-dropdown-menu .third-section .details {
  display: none;
}
.global-dropdown-menu .third-section .details.active, .global-dropdown-menu .third-section .details[data-id="1"] {
  display: block;
}
.global-dropdown-menu .third-section .details .image img {
  width: 100%;
  height: 197.537px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
}
.global-dropdown-menu .third-section .details .text-wrap h6 {
  color: #fff;
  font-family: Lato;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}
.global-dropdown-menu .third-section .details .text-wrap p {
  color: #999;
  font-family: Lato;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 24px;
}
.global-dropdown-menu .third-section .details .text-wrap a img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  margin-right: 8px;
}

.main-submenu .component2 .mobile {
  display: none;
}
.main-submenu .component1.active + .component2 .mobile {
  display: grid;
}

.border-bottom-nav {
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}

/* Custom-Navbar  */
/* end of top nav bar */
/* footer */
footer {
  display: flex;
  width: 100%;
  padding: 0px 100px 0px 100px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
footer .footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  padding: 80px 0px 0px 0px;
}
footer .footer .footer-primary {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
  flex-direction: column;
}
footer .footer .footer-primary .footer-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  padding: 0;
  gap: 160px;
}
footer .footer .footer-primary .footer-block .row {
  padding: 0;
  width: 100%;
}
footer .footer .footer-primary .footer-block .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
footer .footer .footer-primary .footer-block .footer-left .footer-logo {
  display: flex;
  width: 63px;
  height: 63px;
  justify-content: center;
  align-items: center;
  padding: 0;
}
footer .footer .footer-primary .footer-block .footer-left .footer-logo a {
  height: 100%;
  width: 100%;
  display: inline-block;
}
footer .footer .footer-primary .footer-block .footer-left .footer-logo a img {
  position: relative;
}
footer .footer .footer-primary .footer-block .footer-left .footer-contact-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}
footer .footer .footer-primary .footer-block .footer-left .footer-contact-block .footer-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
footer .footer .footer-primary .footer-block .footer-left .footer-contact-block .footer-contact ul li {
  display: flex;
  align-items: center;
}
footer .footer .footer-primary .footer-block .footer-left .footer-contact-block .footer-contact ul li .footer-contact-img {
  display: flex;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  margin-right: 8px;
}
footer .footer .footer-primary .footer-block .footer-left .footer-contact-block .footer-contact ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
footer .footer .footer-primary .footer-block .footer-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 80px;
  flex: 1 0 0;
}
footer .footer .footer-primary .footer-block .footer-right ul.footer-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10.401px;
}
footer .footer .footer-primary .footer-block .footer-right ul.footer-list li {
  padding: 0;
  margin: 0;
}
footer .footer .footer-primary .footer-block .footer-right ul.footer-list li a {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
footer .footer .footer-primary .footer-block .footer-right ul.footer-list li a:hover {
  text-decoration: none;
}
footer .footer .footer-primary .footer-block .footer-right ul.footer-list li h4 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
footer .footer .footer-primary .footer-location-social {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  padding: 0;
}
footer .footer .footer-primary .footer-location-social .footer-location {
  display: flex;
}
footer .footer .footer-primary .footer-location-social .footer-location ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
footer .footer .footer-primary .footer-location-social .footer-location ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-transform: capitalize;
  text-decoration: none;
}
footer .footer .footer-primary .footer-location-social .footer-location ul li a:hover {
  text-decoration: none;
}
footer .footer .footer-primary .footer-location-social .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
footer .footer .footer-primary .footer-location-social .social-media ul li {
  margin: 0;
  padding: 0;
}
footer .footer .footer-primary .footer-location-social .social-media ul li a {
  margin: 0;
  padding: 0;
}
footer .footer .footer-secondary {
  display: flex;
  padding: 8px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-top: 1px solid #474747;
}
footer .footer .footer-secondary .footer-copyright {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
footer .footer .footer-secondary .footer-copyright p {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 0;
  margin: 0;
}

/* end of footer */
/* end of common */
/* home pg setions*/
/* meet our clients */
.clients-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.clients-block .top-title {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 0 24px 0;
}
.clients-block .top-title h2 {
  color: #060606;
  font-size: 48px;
  font-weight: 400;
  line-height: 64px;
}
.clients-block .clients-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.clients-block .clients-images ul {
  padding: 0;
  margin: 0 0 -2px -2px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  list-style: none;
}
.clients-block .clients-images ul li.client-img-repeater {
  position: relative;
  border-left: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  max-width: 199.225px;
  margin: 0;
  display: flex;
  height: 109.31px;
  padding: 24.806px 45.064px 25.662px 46.836px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
}
.clients-block .clients-images ul li.client-img-repeater img {
  max-height: 60px;
  max-width: 100%;
}

/* end of meet our clients */
/* end of home pg sections*/
/* page header inner pages main */
.page-header-inner {
  position: relative;
  display: flex;
  align-items: anchor-center;
  width: 100%;
  max-height: 376px;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(282deg, rgba(0, 0, 0, 0.07) 13.39%, rgba(0, 0, 0, 0.7) 99.15%);
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .page-header-inner {
    height: 376px;
  }
}
@media (min-width: 1440px) and (max-width: 1920px) {
  .page-header-inner {
    height: 376px;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .page-header-inner {
    height: 265px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-header-inner {
    height: 200px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .page-header-inner {
    height: 130px;
  }
}
@media (max-width: 480px) {
  .page-header-inner {
    height: 85px;
  }
}
.page-header-inner .header-content {
  display: flex;
  width: 63.68%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
  padding: 0 0 0 160px;
}
@media (min-width: 1400px) {
  .page-header-inner .header-content {
    width: 63.68%;
  }
}
.page-header-inner .bg-banner-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-height: 376px;
}
.page-header-inner .bg-banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header-inner h1 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  font-style: normal;
  color: var(--pits-white);
  font-family: var(--Type-Font-family-Primary);
  margin: 0;
  padding: 0;
}
.page-header-inner p {
  align-self: stretch;
  color: #fff;
  font-family: var(--Type-Font-family-Primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

/* end of page header inner pages main */
/* image left with text opt 1 */
.image-left-withtext {
  width: 100%;
  margin: 0;
  padding: 0;
}
.image-left-withtext .container {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .image-left-withtext .container {
    max-width: 100%;
  }
}
@media (min-width: 1900px) {
  .image-left-withtext .container {
    max-width: 100%;
  }
}
.image-left-withtext .container .image-text-container {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.image-left-withtext .container .image-text-container .row {
  align-items: center;
}
.image-left-withtext .container .image-text-container .row .col-7 {
  padding-left: 112px;
  align-items: center;
}
.image-left-withtext .container .image-text-container .img-wrapper {
  width: 100%;
  flex-shrink: 0;
  align-self: flex-start;
}
.image-left-withtext .container .image-text-container .img-wrapper img {
  width: 100%;
}
@media (min-width: 1900px) {
  .image-left-withtext .container .image-text-container .img-wrapper {
    width: 100%;
  }
}
.image-left-withtext .container .image-text-container .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
@media (min-width: 1900px) {
  .image-left-withtext .container .image-text-container .text-wrapper {
    width: 100%;
  }
}
.image-left-withtext .container .image-text-container .text-wrapper h4 {
  color: var(--pits-black-1);
  font-family: var(--Type-Font-family-Primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin: 0;
  padding: 0 10% 0 0;
}
.image-left-withtext .container .image-text-container .text-wrapper p {
  color: var(--pits-grey-1);
  font-family: var(--Type-Font-family-Primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
.image-left-withtext .container .image-text-container .text-wrapper p a {
  color: #ba2429;
  text-decoration: none;
}

/* end of img left with txt opt1 */
/* --------------- services-module -----------------*/
.services-module {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.services-module .service-text-row {
  display: flex;
  align-items: center;
  gap: 117px;
  align-self: stretch;
}
.services-module .service-text-row header {
  width: 262.125px;
}
.services-module .service-text-row header h4 {
  margin: 0;
  padding: 0;
  color: #060606;
  font-family: "Inter", sans-serif;
  font-size: 49px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 63.7px */
}
.services-module .service-text-row .service-text-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}
.services-module .service-text-row .service-text-column p {
  color: #322c2c;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  padding: 0;
}
.services-module .service-text-row .service-text-column p a {
  color: #ba2429;
  font-family: var(--Type-Font-family-Primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}
.services-module .service-lists-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 40px;
  align-self: stretch;
  flex-flow: wrap;
}
.services-module .service-lists-wrap .service-card {
  background-color: #fff;
  width: 32.35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border: 1px solid #efefef;
}
.services-module .service-lists-wrap .service-card a {
  text-decoration: none;
}
.services-module .service-lists-wrap .service-card .img-wrapper {
  height: 240px;
  align-self: stretch;
  width: 100%;
  overflow: hidden;
}
.services-module .service-lists-wrap .service-card .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.services-module .service-lists-wrap .service-card .text-wrapper {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.services-module .service-lists-wrap .service-card .text-wrapper .text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.services-module .service-lists-wrap .service-card .text-wrapper .text-content h5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  color: #270d0d;
  font-family: var(--Type-Font-family-Primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  margin: 0;
  padding: 0;
}
.services-module .service-lists-wrap .service-card .text-wrapper .text-content p {
  align-self: stretch;
  color: #181818;
  font-family: var(--Type-Font-family-Primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  padding: 0;
}

/* end of services module */
/* hero section sub-page */
.hero-section-subpage {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 646.711px;
  display: flex;
  flex-shrink: 0;
}
.hero-section-subpage .container {
  margin: 0;
  padding: 95px 99px 95px 160px;
}
@media (min-width: 1400px) {
  .hero-section-subpage .container {
    max-width: 100%;
  }
}
@media (min-width: 1900px) {
  .hero-section-subpage .container {
    max-width: 100%;
  }
}
.hero-section-subpage .container .hero-sub-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 104px;
  justify-content: space-between;
}
.hero-section-subpage .container .hero-sub-wrapper .hero-section-subcontainer {
  display: flex;
  width: 63%;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}
.hero-section-subpage .container .hero-sub-wrapper .hero-section-subcontainer .icon-with-title {
  display: flex;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}
.hero-section-subpage .container .hero-sub-wrapper .hero-section-subcontainer .icon-with-title .img-wrapper {
  min-width: 104.922px;
}
.hero-section-subpage .container .hero-sub-wrapper .hero-section-subcontainer .icon-with-title .img-wrapper img {
  width: 100%;
  max-width: 104px;
}
.hero-section-subpage .container .hero-sub-wrapper .hero-section-subcontainer .icon-with-title h2 {
  color: var(--pits-black);
  font-family: var(--Type-Font-family-Primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin: 0;
  padding: 0;
}
.hero-section-subpage .container .hero-sub-wrapper .hero-section-subcontainer .text-wrapper {
  align-self: stretch;
  margin-bottom: 48px;
  margin-top: 48px;
}
.hero-section-subpage .container .hero-sub-wrapper .hero-section-subcontainer .text-wrapper p {
  color: var(--pits-grey-1);
  font-family: var(--Type-Font-family-Primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
.hero-section-subpage .container .hero-sub-wrapper .hero-section-subcontainer a.btn {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.hero-section-subpage .container .hero-sub-wrapper .icon-faded {
  width: 371.725px;
  height: 328.277px;
  flex-shrink: 0;
  align-self: self-start;
}
.hero-section-subpage .container .hero-sub-wrapper .icon-faded img {
  width: 100%;
  max-width: 100%;
}

/* end of hero section sub-page */
/* our services slider */
.solution-slider .solution-slider-card {
  position: relative;
}
.solution-slider .solution-slider-card .image {
  position: relative;
  overflow: hidden;
}
.solution-slider .solution-slider-card .image img {
  width: 100%;
  height: 33.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.solution-slider .solution-slider-card .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(191deg, rgba(68, 19, 19, 0) 50.59%, #190202 82.91%);
  pointer-events: none;
}
.solution-slider .solution-slider-card .text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1;
}
.solution-slider .solution-slider-card .text-wrap h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.625rem;
  margin: 0;
}
.solution-slider .solution-slider-card .text-wrap p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin: 0;
}

.case-study-slider .case-study-card {
  position: relative;
  margin: 0 7.605px;
}
.case-study-slider .case-study-card .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-study-slider .case-study-card .text-wrap {
  position: absolute;
  bottom: 2.31rem;
  left: 1.98rem;
}
.case-study-slider .case-study-card .text-wrap h3 {
  color: #060606;
  font-size: 23.427px;
  font-style: normal;
  font-weight: 600;
  line-height: 32.058px;
  margin: 0;
}
.case-study-slider .case-study-card .text-wrap p {
  color: #202020;
  font-size: 14.796px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.66px;
  margin: 0;
}
.case-study-slider .case-study-card .text-wrap .arrow {
  padding: 0.6165rem;
  border: 0.616px solid #000;
  width: 1.61831rem;
  height: 1.61831rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.08rem;
}
.case-study-slider .case-study-card .text-wrap .arrow img {
  width: 0.76613rem;
  height: 0.41013rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* end of our services slider */
/* logo slider service page */
.subpage-logo-slider {
  padding-top: 48px;
  padding-bottom: 48px;
}
.subpage-logo-slider .slick-track {
  display: flex;
  align-items: center;
}
.subpage-logo-slider .slick-track .logo-slider-item {
  margin: 0 37px;
  text-align: center;
  width: 224px !important;
}
.subpage-logo-slider .slick-track .logo-slider-item img {
  height: 50px;
  margin: 0 auto;
  width: auto;
}

/* end of logo slider service page*/
/* get in touch */
.get-in-touch {
  display: flex;
  height: 228px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .get-in-touch {
    height: auto;
  }
}
.get-in-touch .content-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  align-self: stretch;
}
@media (min-width: 1632px) {
  .get-in-touch .content-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .get-in-touch .content-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.get-in-touch .content-wrapper h4 {
  color: var(--pits-white);
  font-family: var(--Type-Font-family-Primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
  width: 52.67%; /*590*/
  padding: 0;
}
@media (max-width: 1023px) {
  .get-in-touch .content-wrapper h4 {
    text-align: center;
  }
}
.get-in-touch .content-wrapper .cta-wrap {
  display: flex;
  width: 436px;
  height: 56px;
  align-items: flex-end;
  gap: 24px;
}
.get-in-touch .content-wrapper .cta-wrap .cta-button-white {
  display: flex;
  width: 210px;
  height: 56px;
  padding: 2px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 1px 6px 24px 0px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
.get-in-touch .content-wrapper .cta-wrap .cta-button-white span {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: #9c1006;
  text-decoration: none;
}
.get-in-touch .content-wrapper .cta-wrap .cta-button-red {
  display: flex;
  width: 210px;
  height: 56px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #d42d27;
  box-shadow: 1px 6px 24px 0px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
.get-in-touch .content-wrapper .cta-wrap .cta-button-red span {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: #fff;
  text-decoration: none;
}

/* end of get in touch */
/* chips cards with img with txt */
.img-chips-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.img-chips-wrapper .image-chips-item {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  border: 1px solid #efefef;
}
.img-chips-wrapper .image-chips-item .container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.img-chips-wrapper .image-chips-item .container .img-wrapper {
  align-self: stretch;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-width: 457.389px;
}
.img-chips-wrapper .image-chips-item .container .img-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-chips-wrapper .image-chips-item .container .data-chips-wrapper {
  display: flex;
  padding: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}
.img-chips-wrapper .image-chips-item .container .data-chips-wrapper .data-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.img-chips-wrapper .image-chips-item .container .data-chips-wrapper .data-container .data-frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.img-chips-wrapper .image-chips-item .container .data-chips-wrapper .data-container .data-frame h5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  margin: 0;
  padding: 0;
}
.img-chips-wrapper .image-chips-item .container .data-chips-wrapper .data-container .data-frame p {
  color: #181818;
  font-family: var(--Type-Font-family-Primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  align-self: stretch;
  margin: 0;
  padding: 0;
}
.img-chips-wrapper .image-chips-item .container .data-chips-wrapper .data-container .chips-wrapperr {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: nones;
}
.img-chips-wrapper .image-chips-item .container .data-chips-wrapper .data-container .chips-wrapperr .chips {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid #efefef;
  margin: 0;
  list-style-type: nones;
}
.img-chips-wrapper .image-chips-item .container .data-chips-wrapper .data-container .chips-wrapperr .chips span {
  color: #181818;
  font-family: var(--Type-Font-family-Primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

/* end of img-chip-wrapper */
/* card with icon */
.card-with-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
}
.card-with-icon .ico-with-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 40px;
}
.card-with-icon .ico-with-data h2 {
  color: #181818;
  font-family: var(--Type-Font-family-Primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin: 0;
  padding: 0;
}
.card-with-icon .ico-with-data ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 48px;
}
.card-with-icon .ico-with-data ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 30.25%;
}
.card-with-icon .ico-with-data ul li img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}
.card-with-icon .ico-with-data ul li h4 {
  color: var(--color-white-prime);
  font-family: var(--font-lato);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
.card-with-icon .ico-with-data ul li p {
  color: var(--color-white-prime);
  font-family: var(--font-inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* end of card with icon */
/* end of chips card img with txt */
/* industry app slider */
.slider-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  position: relative;
}
.slider-card .slick-slider {
  margin: 0 -8px;
}
.slider-card .slick-slider .slick-list {
  margin: 0 -8px;
}
.slider-card .slick-slider .slick-slide {
  margin: 0 8px;
}
.slider-card .ico-with-data {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 42px;
  align-self: stretch;
  position: relative;
}
.slider-card .ico-with-data h2 {
  color: #fff;
  /* H2/sm-regular */
  font-family: var(--Type-Font-family-Primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 133.333% */
}
.slider-card .ico-with-data ul {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slider-card .ico-with-data ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  align-self: stretch;
  background-color: #fff;
}
.slider-card .ico-with-data ul li.slick-slide {
  min-height: 184px;
}
.slider-card .ico-with-data ul li .slider-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.slider-card .ico-with-data ul li .slider-item .icon {
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
}
.slider-card .ico-with-data ul li .slider-item .icon img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-card .ico-with-data ul li .slider-item .card-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.slider-card .ico-with-data ul li h4 {
  color: #181818;
  font-family: var(--font-lato);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
.slider-card .ico-with-data ul li p {
  font-family: var(--font-inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #181818;
}
.slider-card .card-next-arrow {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 62%;
  right: -66px;
  border-radius: 4px;
  border: 1px solid #666;
  transform: scaleX(-1);
  background-color: transparent;
  width: 32px !important;
  height: 26px;
}
.slider-card .card-prev-arrow {
  display: flex;
  height: 26px;
  width: 32px !important;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 62%;
  left: -66px;
  border-radius: 4px;
  border: 1px solid #666;
  background-color: transparent;
}

/* end of industry app slider */
/* reference detail pages */
.reference-details-slider {
  width: 768px;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
}
.reference-details-slider .reference-prev-arrow,
.reference-details-slider .reference-next-arrow {
  border: 1px solid;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}
.reference-details-slider .reference-prev-arrow img,
.reference-details-slider .reference-next-arrow img {
  width: 40px;
  height: 40px;
}
.reference-details-slider .reference-next-arrow {
  left: auto;
  right: -100px;
}
.reference-details-slider .reference-next-arrow img {
  transform: rotate(180deg);
}
.reference-details-wrapper .ref-detail-section {
  display: flex;
}
.reference-details-wrapper .ref-detail-section .ref-detail-left {
  flex: 0 0 auto;
  width: 20%;
}
.reference-details-wrapper .ref-detail-section .ref-detail-right {
  flex: 0 0 auto;
  width: 80%;
}
.reference-details-wrapper .ref-detail-section .ref-detail-right h2 {
  color: var(--pits-black);
  font-family: var(--Type-Font-family-Primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.reference-details-wrapper .ref-detail-section .ref-detail-right .ref-detail-table-column {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.reference-details-wrapper .ref-detail-section .ref-detail-right .ref-detail-table-column .ref-detail-table-item {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.reference-details-wrapper .ref-detail-section .ref-detail-right .ref-detail-table-column .ref-detail-table-item b {
  font-size: 20px;
  margin-bottom: 5px;
}

/* end of ref detail pages*/
/* area-of-competence*/
.area-of-competence {
  overflow: hidden;
}
.area-of-competence .text-wrap-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 120px 90px 120px 160px;
}
.area-of-competence .text-wrap-left h2 {
  color: #181818;
  font-size: 48px;
  font-weight: 400;
  line-height: 64px;
  margin: 0;
}
.area-of-competence .text-wrap-left p {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.area-of-competence .text-wrap-left a {
  color: var(--Text-Link-Hover, #ba2429);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}
.area-of-competence .area-slider-wrapper {
  background: linear-gradient(135deg, #e6fdf5 0%, #fef6e7 60%, #fde9d2 100%);
  padding: 166px 160px 166px 94px;
  position: relative;
}
.area-of-competence .area-slider-wrapper h5 {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 24px;
}
.area-of-competence .area-slider-wrapper .language-slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.area-of-competence .area-slider-wrapper .language-slider .language-card .language {
  background: #fff;
  padding: 19px 47.25px;
}
.area-of-competence .area-slider-wrapper .language-slider .language-card .language img {
  width: 121px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 121/42;
}
.area-of-competence .area-slider-wrapper button {
  position: absolute;
  z-index: 1001;
  border-radius: 4px;
  border: 1px solid #efefef;
  background: #fff;
  padding: 4px 8px;
}
.area-of-competence .area-slider-wrapper button img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.area-of-competence .area-slider-wrapper .language-prev-arrow {
  bottom: 297.66px;
  left: 30px;
}
.area-of-competence .area-slider-wrapper .language-next-arrow {
  bottom: 297.66px;
  right: 104.5px;
}
.area-of-competence .area-slider-wrapper .language-next-arrow img {
  transform: rotate(180deg);
}

/* end of area-of-competence */
/* ref isotop */
.reference-isotope .filtering-tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
}
.reference-isotope .filtering-tabs button.filter-tab {
  color: #181818;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  min-width: 187px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.reference-isotope .filtering-tabs button.filter-tab:hover {
  border-bottom: 1px solid #ba2429;
  padding-bottom: 8px;
  color: #4a0e10;
}
.reference-isotope .filtering-tabs button.filter-tab.is-checked {
  border-bottom: 1px solid #ba2429;
  color: #4a0e10;
  padding-bottom: 8px;
}
.reference-isotope .filtered-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 16px;
  padding-top: 24px;
}
.reference-isotope .filtered-card-wrapper .filtered-card {
  position: relative;
  display: block;
}
.reference-isotope .filtered-card-wrapper .filtered-card .image {
  position: relative;
  overflow: hidden;
}
.reference-isotope .filtered-card-wrapper .filtered-card .image img {
  width: 100%;
  height: 387px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.reference-isotope .filtered-card-wrapper .filtered-card .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(191deg, rgba(68, 19, 19, 0) 50.59%, #190202 82.91%);
  pointer-events: none;
}
.reference-isotope .filtered-card-wrapper .filtered-card .text-wrap {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.reference-isotope .filtered-card-wrapper .filtered-card .text-wrap h5 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin: 0;
}
.reference-isotope .filtered-card-wrapper .filtered-card.hide {
  display: none;
}

/*  end of ref istop */
.cards-with-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.cards-with-icon .ico-with-data ul {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
}
.cards-with-icon .ico-with-data ul a {
  text-decoration: none;
}
.cards-with-icon .ico-with-data ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  align-self: stretch;
  background-color: #fff;
  width: 48.8%;
}
.cards-with-icon .ico-with-data ul li.slick-slide {
  min-height: 184px;
}
.cards-with-icon .ico-with-data ul li .slider-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.cards-with-icon .ico-with-data ul li .slider-item .icon {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}
.cards-with-icon .ico-with-data ul li .slider-item .icon.blue {
  background: #f0f2ff;
}
.cards-with-icon .ico-with-data ul li .slider-item .icon.blue img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(84%) saturate(6162%) hue-rotate(232deg) brightness(82%) contrast(91%);
}
.cards-with-icon .ico-with-data ul li .slider-item .icon.green {
  background: #e4f3e9;
}
.cards-with-icon .ico-with-data ul li .slider-item .icon.green img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(2787%) hue-rotate(140deg) brightness(93%) contrast(98%);
}
.cards-with-icon .ico-with-data ul li .slider-item .icon.orange {
  background: #fdf6e6;
}
.cards-with-icon .ico-with-data ul li .slider-item .icon.orange img {
  filter: brightness(0) saturate(100%) invert(58%) sepia(77%) saturate(6334%) hue-rotate(21deg) brightness(100%) contrast(99%);
}
.cards-with-icon .ico-with-data ul li .slider-item .icon img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-with-icon .ico-with-data ul li .slider-item .card-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.cards-with-icon .ico-with-data ul li h4 {
  color: #181818;
  font-family: var(--font-lato);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
.cards-with-icon .ico-with-data ul li p {
  font-family: var(--font-inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #181818;
}

/* Leader ship and advisory */
.leadership-wrapper .leadership-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.leadership-wrapper .leadership-header select {
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.leadership-wrapper .leadership-header .leadership-tab-nav .tabs {
  display: flex;
  gap: 24px;
}
.leadership-wrapper .leadership-header .leadership-tab-nav .tabs .tab-btn {
  color: var(--Text-Primary, #181818);
  /* H7/medium */
  font-family: var(--Type-Font-family-Primary, Lato);
  font-size: var(--Paragraph-spacing-Heading-h7, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Paragraph-spacing-Heading-h3, 28px);
  /* 155.556% */
  border-radius: 10px;
  border: 1px solid var(--Border-Primary-200, #999);
  background: transparent;
  padding: 6px 13px;
}
.leadership-wrapper .leadership-header .leadership-tab-nav .tabs .tab-btn.active {
  background: var(--Icon-Primary, #333);
  color: var(--Text-Button-text, #fff);
}
.leadership-wrapper .leadership-content .tab-content {
  display: none;
}
.leadership-wrapper .leadership-content .tab-content.active {
  display: block;
}
.leadership-wrapper .leadership-content .leader-grid {
  width: 100%;
}
.leadership-wrapper .leadership-content .leader-grid .leader-card {
  background: #f2f2f2;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s;
  display: flex;
  border: 1px solid var(--Border-Primary-100);
}
.leadership-wrapper .leadership-content .leader-grid .leader-card-img {
  flex: 0 0 auto;
  width: 30.6%;
  padding-top: 10px;
  transition: 0.5s all;
  overflow: hidden;
}
.leadership-wrapper .leadership-content .leader-grid .leader-card-img:hover img {
  transform: scale(1.1);
}
.leadership-wrapper .leadership-content .leader-grid .leader-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
}
.leadership-wrapper .leadership-content .leader-grid .leader-card .leader-card-content {
  flex: 1 1 auto;
  text-align: left;
  padding: 24px;
  background: #fff;
}
.leadership-wrapper .leadership-content .leader-grid .leader-card h4 {
  margin-bottom: 2px;
  color: #270d0d;
  font-family: var(--Type-Font-family-Primary, Lato);
  font-size: var(--Fontsize-Heading-h5);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Lineheight-Heading-h5);
}
.leadership-wrapper .leadership-content .leader-grid .leader-card p {
  color: #322c2c;
  font-family: var(--Type-Font-family-Primary, Lato);
  font-size: var(--Fontsize-body-lg);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
  /* 24px */
}
.leadership-wrapper .leadership-content .leader-grid .leader-card p.designation {
  color: var(--Text-Primary);
  line-height: var(--Lineheight-body-lg);
  border-bottom: 1px solid var(--Border-Primary-100);
  padding-bottom: 16px;
}
.leadership-wrapper .leadership-content .leader-grid .leader-card a.read-more {
  color: var(--Text-Link, #4a0e10);
  /* Body/lg-bold */
  font-family: var(--Type-Font-family-Primary, Lato);
  font-size: var(--Fontsize-body-lg, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Lineheight-body-md, 20px);
  text-decoration: none;
  /* 125% */
}
.leadership-wrapper .leadership-content .leader-grid:not(:last-child) {
  margin-bottom: 32px;
}
.leadership-wrapper .leadership-content .leader-grid:nth-child(even) .leader-card {
  flex-direction: row-reverse;
}
.leadership-wrapper div#senior.tab-content.active {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  margin-top: -32px;
}
.leadership-wrapper div#senior.tab-content.active .leader-grid {
  flex: 0 0 auto;
  width: 33.33%;
  padding: 0 16px;
  margin-bottom: 0px;
  margin-top: 32px;
}
.leadership-wrapper div#senior.tab-content.active .leader-grid .leader-card {
  flex-direction: column;
}
.leadership-wrapper div#senior.tab-content.active .leader-grid .leader-card-img {
  width: 100%;
}
.leadership-wrapper div#senior.tab-content.active .leader-grid .leader-card-content p.designation {
  padding: 0;
  margin: 0;
  border: none;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.6);
}

.leaderboard-mfb-popup .mfp-content {
  position: absolute;
  right: 0;
  top: 0;
  width: 564px;
  background: #fff;
  height: 100%;
  will-change: transform;
  animation: slideInFromRight 0.4s ease-out both;
}
.leaderboard-mfb-popup .leader-popup-drawer {
  background: #fff;
}
.leaderboard-mfb-popup .leader-popup-drawer .popup-inner {
  display: flex;
  flex-direction: column;
}
.leaderboard-mfb-popup .leader-popup-drawer .popup-header {
  flex-shrink: 0;
  background: #f9f9f9;
  padding-top: 20px;
  text-align: center;
}
.leaderboard-mfb-popup .leader-popup-drawer .popup-header img {
  width: 300px;
  height: auto;
}
.leaderboard-mfb-popup .leader-popup-drawer .popup-body {
  padding: 20px 24px;
  overflow-y: auto;
}
.leaderboard-mfb-popup .leader-popup-drawer .popup-body h2 {
  color: #270d0d;
  /* H4/bold */
  font-family: var(--Type-Font-family-Primary, Lato);
  font-size: var(--Fontsize-Heading-h4, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Lineheight-Heading-h4, 48px);
  margin-bottom: 3px;
  /* 150% */
}
.leaderboard-mfb-popup .leader-popup-drawer .popup-body h4 {
  color: var(--Text-Primary, #181818);
  /* Body/lg-regular */
  font-family: var(--Type-Font-family-Primary, Lato);
  font-size: var(--Fontsize-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Lineheight-body-lg, 28px);
  /* 175% */
  border-bottom: 1px solid var(--Border-Primary-100);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.leaderboard-mfb-popup .leader-popup-drawer .popup-body p {
  color: #322c2c;
  font-family: var(--Type-Font-family-Primary, Inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 60px;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.advisory-board-slider-wrapper {
  position: relative;
}
.advisory-board-slider-wrapper .advisory-board-slider {
  margin: 0 -8px;
}
.advisory-board-slider-wrapper .advisory-board-slider .slider-items {
  padding: 0 8px;
}
.advisory-board-slider-wrapper .leader-card {
  background: #f2f2f2;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s;
  border: 1px solid var(--Border-Primary-100);
}
.advisory-board-slider-wrapper .leader-card-img {
  overflow: hidden;
  transition: transform 0.2s all;
}
.advisory-board-slider-wrapper .leader-card-img:hover img {
  transform: scale(1.1);
}
.advisory-board-slider-wrapper .leader-card-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s all;
}
.advisory-board-slider-wrapper .leader-card .leader-card-content {
  flex: 1 1 auto;
  text-align: left;
  padding: 24px;
  background: #fff;
}
.advisory-board-slider-wrapper .leader-card h4 {
  margin-bottom: 2px;
  color: #270d0d;
  font-family: var(--Type-Font-family-Primary, Lato);
  font-size: var(--Fontsize-Heading-h5);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Lineheight-Heading-h5);
}
.advisory-board-slider-wrapper .leader-card p {
  color: #322c2c;
  font-family: var(--Type-Font-family-Primary, Lato);
  font-size: var(--Fontsize-body-lg);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
  /* 24px */
}
.advisory-board-slider-wrapper .leader-card p.designation {
  color: var(--Text-Primary);
  line-height: var(--Lineheight-body-lg);
}
.advisory-board-slider-wrapper .leader-card a.read-more {
  color: var(--Text-Link, #4a0e10);
  /* Body/lg-bold */
  font-family: var(--Type-Font-family-Primary, Lato);
  font-size: var(--Fontsize-body-lg, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Lineheight-body-md, 20px);
  text-decoration: none;
  /* 125% */
}
.advisory-board-slider-wrapper .advisory-prev-arrow,
.advisory-board-slider-wrapper .advisory-next-arrow {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  border-color: #eeeeee;
  border-radius: 4px;
  border: 1px solid var(--Border-Primary-100, #efefef);
  background: var(--Surface-Background, #fff);
}
.advisory-board-slider-wrapper .advisory-prev-arrow img,
.advisory-board-slider-wrapper .advisory-next-arrow img {
  width: 26px;
  height: 26px;
}
.advisory-board-slider-wrapper .advisory-next-arrow {
  left: auto;
  right: -80px;
}
.advisory-board-slider-wrapper .advisory-prev-arrow img {
  transform: rotate(180deg);
}

.advisory-board-section h2 {
  margin-bottom: 40px;
  color: var(--Text-Primary, #181818);
  /* H2/sm-regular */
  font-family: var(--Type-Font-family-Primary, Lato);
  font-size: var(--Fontsize-Heading-h2, 48px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Lineheight-Heading-h2, 64px);
  /* 133.333% */
}

/* end of Leader ship and advisory */
/* job-detail */
.job-detail {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.job-detail .job-heading {
  display: flex;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.job-detail .job-heading .job-role-wrapper {
  display: flex;
  gap: 32px;
  align-self: stretch;
  justify-content: space-between;
  align-items: center;
}
.job-detail .job-heading .job-role-wrapper .job-title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -moz-column-gap: 32px;
       column-gap: 32px;
  align-content: center;
}
.job-detail .job-heading .job-role-wrapper .job-title .job-ico {
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  gap: 13.333px;
  border-radius: 16px;
  background: #feeae9;
}
.job-detail .job-heading .job-role-wrapper .job-title .job-role {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}
.job-detail .job-heading .job-role-wrapper .job-title .job-role h2 {
  color: #000;
  font-family: var(--Type-Font-family-Primary, Lato);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 150% */
  margin: 0;
  padding: 0;
}
.job-detail .job-heading .job-role-wrapper .job-title .job-role p {
  color: #181818;
  font-family: var(--Type-Font-family-Primary, Lato);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  margin: 0;
  padding: 0;
}
.job-detail .job-heading .job-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 16px;
  align-self: stretch;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.job-detail .job-heading .job-icon-wrapper .icon-module {
  display: flex;
  align-items: center;
  gap: 40px;
}
.job-detail .job-heading .job-icon-wrapper .icon-module .icon-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.job-detail .job-heading .job-icon-wrapper .icon-module .icon-list .icons {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}
.job-detail .job-heading .job-icon-wrapper .icon-module .icon-list p {
  color: #181818;
  font-family: var(--Type-Font-family-Primary, Lato);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
.job-detail .job-content {
  display: flex;
  padding: 80px 120px 0px 120px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
}
.job-detail .job-content .job-info-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.job-detail .job-content .job-info-block h3 {
  color: #181818;
  font-family: var(--Type-Font-family-Primary, Lato);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 166.667% */
  margin: 0;
  padding: 0;
}
.job-detail .job-content .job-info-block p {
  color: #181818;
  font-family: var(--Type-Font-family-Primary, Lato);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.job-detail .job-content .job-info-block p:last-child {
  margin: 0;
  padding: 0;
}
.job-detail .job-content ul {
  margin: 0;
}
.job-detail .btn-applynow {
  display: flex;
  padding: 9px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #ba2429;
  text-decoration: none;
  color: #fff;
}
.job-detail .btn-applynow .arrow-right {
  width: 16px;
  height: 16px;
}

/* end of job-detail*/
/* end of services page style *//*# sourceMappingURL=service-page.css.map */