.customHomepage .primaryHeaderLogoWrapperLink {
  height: inherit;
}
.customHomepage .primaryHeaderLogoWrapperLink img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 7px auto;
  cursor: pointer;
}
.gateway .customHomepage .welcomeBanner {
  padding: 0px;
}
.gateway .customHomepage .customWelcomeBanner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gateway .customHomepage .welcomeBanner .welcome .welcomeLiner {
  height: 100%;
}
.customHomepage .slideshow-container {
  margin: 0px;
}
.customHomepage .testimonial {
  padding: 0px;
}
.customHomepage .workArea {
  height: 100%;
}
.customHomepage .searchBoxContainer {
  width: 100%;
}
.customHomepage #mainJobListContainer {
  height: 100%;
  overflow-y: scroll;
}
.customHomepage .homeFooterWrapper {
  margin-top: 20px;
}
.customHomepage .slideshow-container {
  position: relative;
}
.customHomepage .navigation {
  position: absolute;
  bottom: 10px;
  /* adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 20px;
  /* spacing between arrows */
  align-items: center;
  justify-content: space-between;
  padding-right: 0px;
}
@media (max-width: 768px) {
  .customRow {
    flex-direction: column;
  }
  .customCol {
    width: 100% !important;
  }
}
