:root {
  /* Grayscale primary color */
  --primary-color-one: #6c757d;
  --menu-active-color: #6c757d;
  --primary-color-two: #282f3b;
  --heading-dark: #282f3b;
  --link-color-dark: #282f3b;
  --menu-color: #282f3b;
  --menu-dropdown-color: #282f3b;
  --primary-color-five: #222222;
}

.primarg_bg_color {
  background: var(--primary-color-one) !important;
  background-color: var(--primary-color-one) !important;
}

.primarg_border_color {
  border-color: var(--primary-color-one) !important;
}

.footer_seven {
  padding-top: 80px;
}

/* Equal height cards for recruitment process section */
.icon_box_all.style_nine {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.icon_box_all.style_nine .icon_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.icon_box_all.style_nine .text_box {
  flex: 1;
}

/* Equal height cards for services section */
.service_post.style_three {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service_post.style_three .text_box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service_post.style_three .text_box .text_box_inner {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service_post.style_three .text_box .text_box_inner .short_desc {
  flex: 1;
}

/* Grayscale filter for images */
.theme-creote img {
  filter: grayscale(20%);
}

.theme-creote .service_post.style_three .image_box img,
.theme-creote .icon_box_all.style_nine .icon_content .icon img {
  filter: grayscale(30%);
}

/* Grid box positioning based on data-index */
.grid_box._card[data-index="0"] {
  position: absolute;
  left: 0%;
  top: 0px;
}

.grid_box._card[data-index="1"] {
  position: absolute;
  left: 33.3292%;
  top: 0px;
}

.grid_box._card[data-index="2"] {
  position: absolute;
  left: 66.6584%;
  top: 0px;
}

/*# sourceMappingURL=color.css.map */
