.what-we-do-hero-header {
  width: 100%;
  font-size: 3.5vw;
  line-height: 4.25vw;
}
.what-we-do-scroll-wrapper {
  overflow-y: scroll;
  height: 12vw !important;
  padding-right: 1vw !important;
}

/*Our expertise---*/
.our-expertise-outer-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1vw;
}

.our-expertise-inner-wrapper {
  min-height: 2vw;
}
.our-expertise-text-wrapper {
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
.our-expertise-link-wrapper {
  height: 10vw;
  padding: 1vw;
}

/*What we deliver---*/
.we-deliver-inner-circle-wrapper-01 > p:nth-child(1),
.we-deliver-inner-circle-wrapper-02 > p:nth-child(1),
.we-deliver-inner-circle-wrapper-03 > p:nth-child(1) {
  font-size: 0.85vw !important;
}

.we-deliver-inner-circle-wrapper-01 {
  top: 14vw;
  left: -2.3vw;
  width: 5vw;
  height: 5vw;
  background-color: #0b3954;
  position: absolute;
  z-index: 5;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 2s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vw;
  flex-direction: column;
}

.we-deliver-inner-circle-wrapper-02 {
  top: 16vw;
  left: 11vw;
  width: 5vw;
  height: 5vw;
  background-color: #0b3954;
  position: absolute;
  z-index: 5;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 2s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1vw;
}

.we-deliver-inner-circle-wrapper-03 {
  top: -2.083vw;
  left: 1.563vw;
  width: 5vw;
  height: 5vw;
  background-color: #0b3954;
  position: absolute;
  z-index: 5;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 2s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1vw;
}

.we-deliver-circle-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dashed black;
  border-radius: 50%;
  transition: all 2s;
}

.we-deliver-circle-02 {
  position: absolute;
  width: 70%;
  height: 70%;
  border: 2px dashed black;
  border-radius: 50%;
  top: 15%;
  left: 15%;
  transition: all 2s;
}

.we-deliver-circle-03 {
  position: absolute;
  width: 40%;
  height: 40%;
  border: 2px dashed black;
  border-radius: 50%;
  top: 30%;
  left: 30%;
  transition: all 2s;
}

.we-deliver-outer-wrapper {
  position: relative;
  width: 28vw;
  height: 28vw;
}

.we-deliver-btn-azure {
  background-color: #d6edf6;
  padding: 0 0.5vw;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  font-size: 1vw;
}

.we-deliver-content-wrapper-01,
.we-deliver-content-wrapper-02,
.we-deliver-content-wrapper-03 {
  background-color: #d6edf6;
  color: #0b3954;
  font-size: 1vw;
  text-align: center;
  display: none;
}
/*Industries---*/

#what-we-do-industries .hide-block {
  display: none;
}
#what-we-do-industries .show-block {
  display: block;
}
.industries-list li {
  list-style: square;
  margin-bottom: 0px !important;
}

.industries-list li a {
  text-decoration: none;
  color: #0b3954;
  display: inline-block;
  font-size: 1vw;
  padding: 0 2vw 0 0.5vw;
}

.industries-list li a:hover,
.industry-selected {
  background-color: #d6edf6;
  font-weight: bold;
}

.industry-ss-title {
  font-size: 1.25vw;
  line-height: 1.75vw;
  font-weight: bold;
  margin-bottom: 1vw;
}

.industry-ss-content {
  font-size: 1vw;
  line-height: 1.4vw;
  margin-bottom: 0.5vw;
  min-height: 3vw;
}
.industry-success-story-title {
  margin-right: 0.5vw;
}
.industry-success-story-btn {
  padding-top: 0.3vw;
}
.industry-success-story-btn a {
  font-size: 0.8vw;
  padding: 0.3vw 1vw;
}
.padding-1vw {
  padding: 1vw !important;
}

#what-we-do-industries .btn-airforce,
#what-we-do-industries .btn-airforce:hover {
  color: #ffffff;
}
/*funtions---*/
.blog-237-2253-container-wrapper {
  padding: 0px !important;
}
/*our-expertise detail page----*/
.our-expertise-page-title-wrapper {
  padding: 0 2vw 0 0 !important;
}
.our-expertise-btn-spacer {
  margin-bottom: 1vw !important;
}
.our-expertise-btn {
  background-color: var(--azure);
  color: var(--prussian);
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.24) 0.156vw 0.156vw 0px;
  padding: 0.4vw 1.2vw;
  font-size: 1vw;
  white-space: nowrap;
}
.our-expertise-btn:hover {
  color: var(--prussian);
}
.our-expertise-title {
  font-size: 2vw;
  line-height: 2.5vw;
}
.font-2vw {
  font-size: 2vw;
  line-height: 2.5vw;
  margin-bottom: 2vw;
}

/*We deliver - mobile css*/
.we-deliver-mobile {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.we-deliver-mobile-img-wrapper {
  width: 80px;
  margin-right: 16px;
  height: 80px;
}

.we-deliver-mobile-text-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 5px;
  background-color: #d6edf6;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #0b3954;
}
