/* @import url('https://fonts.googleapis.com/css?family=Proxima+Nova'); */
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/font.woff2") format("woff2");
}

body {
  font-family: "Proxima Nova";
  width: 100%;
  height: fit-content;
  margin: 0;
  user-select: none;
}

.purple_border {
  border-top: 9px solid #832b87;
}

.blue1_border {
  border-top: 9px solid #2a87c8;
}

.acid_border {
  border-top: 9px solid #a7bc21;
}

.green_border {
  border-top: 9px solid #41ac4b;
}

.blue2_border {
  border-top: 9px solid #31b6bc;
}

.blue3_border {
  border-top: 9px solid #236b9a;
}

.blue4_border {
  border-top: 9px solid #009795;
}

.tablet_button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  min-width: 130px;
  width: 50%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border-top: 9px solid #8254fd;
}

.tablet_button svg {
  transform: rotate(-90deg);
  width: 20px;
}

.menu-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  background-color: #000;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  /* height: 100%; */
}

.menu {
  list-style: none;
  padding: 30px 0;
  margin: 0;
}

.menu li:nth-child(5) .btn_text {
  padding: 5px 0;
}

.menu li {
  padding: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.menu-button {
  /* position: fixed; */
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}

.menu-button.active {
  border: 0;
}

.menu-button div {
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: transform 0.4s;
}

.menu-button.active div:nth-child(1) {
  transform: rotate(-45deg) translateY(4px);
}

.menu-button.active div:nth-child(3) {
  transform: rotate(45deg) translateY(-14px) translateX(-8px);
}

.menu-button.active div:nth-child(2) {
  opacity: 0;
}

.facts_wrapper_tablet {
  color: #fff;
  position: relative;
  height: 80vh;
  max-height: 90vh;
  overflow-y: scroll;
}

.facts_wrapper_tablet .quick_facts_button {
  font-size: 26px;
  font-weight: bold;
}

.facts_wrapper_tablet .quick_facts_button svg {
  width: 30px;
  transform: rotate(90deg);
}

.facts_wrapper_tablet .service_button {
  font-size: 26px;
  font-weight: bold;
}

.facts_wrapper_tablet .service_button svg {
  width: 30px;
  transform: rotate(90deg);
}

.hidden {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: visibility 0s, opacity 0.5s linear !important;
}

.submenu-container {
  position: fixed;
  top: 100px;
  right: 220px;
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
}

.medium_text {
  margin: -50px !important;
  max-width: 180px !important;
}

.big_text {
  max-width: 205px !important;
  margin: -70px !important;
}

.map {
  position: relative;
  width: 100%;
  /* background-image: url("../src/maps/DesktopLarge_Map.png"); */
  background-color: #000;
  background-size: contain;
  background-repeat: no-repeat;
  /* padding-bottom: 5%; */
}

.pins {
  position: relative;
  z-index: 3;
  height: 100%;
}

#map_background {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: auto;
}

.map_image {
  position: absolute;
  top: 233px;
  left: 0;
  width: 100vw;
}

.header {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 90%;
  /* margin: 0; */
  /* height: 20vh; */
  padding-left: 5%;
  padding-right: 5%;
  height: 233px;
  background-color: #000;
  z-index: 9;
}

.header_title {
  display: flex;
  width: min-content;
  /* min-width: 225px; */
  min-width: 280px;
  height: 100%;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  justify-content: center;
  text-align: left;
  font-size: 40px;
  font-family: "Proxima Nova";
  font-weight: bold;
  cursor: default;
  text-transform: uppercase;
}

.header_desc {
  text-wrap: balance;
  display: flex;
  width: 21%;
  height: 100%;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  justify-content: center;
  text-align: left;
  font-family: "Proxima Nova";
  font-size: 18px;
  cursor: default;
}

.header_buttons {
  display: flex;
  flex-direction: row;
  width: 65%;
  gap: 15px;
  justify-content: space-around;
  align-items: center;
}

.footer {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 200px;
  padding: 0 0 63px;
  background-color: #000;
  padding-top: 5%;
  position: relative;
  z-index: 9;
}

/* .left {
  background-color: #8254fd;
}

.right {
  background-color: #8254fd;
} */

.footer_btn_1 {
  transition: max-height 1.3s ease;
  display: flex;
  flex-direction: column;
  width: 45%;
  height: 50px;
  margin: 0 16px 0 0;

  font-family: "Proxima Nova";
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  z-index: 5;
}

.footer_btn_2 {
  transition: max-height 1.3s ease;
  display: flex;
  flex-direction: column;
  width: 45%;
  height: fit-content;
  margin: 0 16px 0 0;

  font-family: "Proxima Nova";
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  z-index: 5;
}

.btn_text {
  margin: 0;
  padding: 5px;
}

.btn_1 {
  height: 40%;
  width: 20%;
  text-align: center;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 18px;
  cursor: pointer;
}

.btn_1 .back_1 {
  width: 100%;
  height: 20%;
  background-color: #8254fd;
  transition: 0.5s;
}

.btn_1 .btn_text {
  margin: 0;
  padding: 5px;
  transition: 0.5s;
}

.btn_1:hover .back_1 {
  /* height: 70%; */
  height: 100%;
}

.btn_1:hover .btn_text {
  /* margin-top: -46px; */
  margin-top: -74px;
  font-weight: bold;
}

.btn_2:hover .back_2 {
  /* height: 70%; */
  height: 100%;
}

.btn_2:hover .btn_text {
  /* margin-top: -46px; */
  margin-top: -74px;
  font-weight: bold;
}

.btn_3:hover .back_3 {
  height: 100%;
}

.btn_3:hover .btn_text {
  margin-top: -74px;
  font-weight: bold;
  color: #fff;
}

.btn_4:hover .back_4 {
  height: 100%;
}

.btn_4:hover .btn_text {
  margin-top: -74px;
  font-weight: bold;
}

.btn_5:hover .back_5 {
  /* height: 70%; */
  height: 100%;
}

.btn_5:hover .btn_text {
  /* margin-top: -46px; */
  margin-top: -74px;
  font-weight: bold;
}

.btn_2 {
  height: 40%;
  width: 20%;
  text-align: center;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 18px;
  cursor: pointer;
}

.btn_2 .back_2 {
  width: 100%;
  height: 20%;
  background-color: #8254fd;
  transition: 0.5s;
}

.btn_2 .btn_text {
  margin: 0;
  padding: 5px;
  transition: 0.5s;
}

.btn_3 {
  height: 40%;
  width: 20%;
  text-align: center;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 18px;
  cursor: pointer;
}

.btn_3 .back_3 {
  width: 100%;
  height: 20%;
  background-color: #8254fd;
  transition: 0.5s;
}

.btn_3 .btn_text {
  margin: 0;
  padding: 5px;
  transition: 0.5s;
}

.btn_4 {
  height: 40%;
  width: 20%;
  text-align: center;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 18px;
  cursor: pointer;
}

.btn_4 .back_4 {
  width: 100%;
  height: 20%;
  background-color: #8254fd;
  transition: 0.5s;
}

.btn_4 .btn_text {
  margin: 0;
  padding: 5px;
  transition: 0.5s;
}

.see-more {
  font-size: 18px;
  font-weight: bold;
  position: fixed;
  z-index: 4;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  /* top: 45%; */
  top: 70vh;
  width: 130px;
  height: 65px;
  background-color: white;
  border-bottom-left-radius: 110px;
  border-bottom-right-radius: 110px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.see-more span {
  width: 100%;
  display: inline-block;
  margin-top: 8px;
}

.arrow {
  height: 30px;
  width: 30px;
}

.arrow_explore {
  display: none;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: 0;
  position: absolute;
  width: 30px;
  height: 30px;
}

.btn_5 {
  height: 40%;
  width: 20%;
  text-align: center;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 18px;
  cursor: pointer;
}

.btn_5 .back_5 {
  width: 100%;
  height: 20%;
  background-color: #8254fd;
  transition: 0.5s;
}

.btn_5 .btn_text {
  margin: 0;
  padding: 5px;
  transition: 0.5s;
}

.Large {
  display: block;
}

.Small {
  display: none;
}

.Tablet {
  display: none;
}

.pin {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.pin:hover .circle {
  background-color: #8254fd;
}

.pin:hover .inner-circle {
  background-color: #fff;
}

.pin:hover .triangle {
  border-top: 16px solid #8254fd;
}

.pin_ligthbox_wrapper {
  overflow-y: auto;
  display: none;
  top: 0;
  left: 0;
  overflow: scroll;
  position: fixed;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  /* align-items: center; */
  z-index: 109;
}

.lightbox_wrapper div::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.pin_ligthbox_wrapper div::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.circle {
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.inner-circle {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #000;
  margin-top: -4px;
}

.Mobile {
  display: none;
}

.social_value {
  overflow: scroll;
  display: none;
  position: relative;
  flex-direction: row-reverse;
  width: 85%;
  height: fit-content;
  max-height: 90vh;
  background-color: #ffffff;
  z-index: 10;
  border: 1px solid #000000;
}

.lightbox_header {
  position: absolute;
  width: 100%;
  display: flex;
}

.ligthbox_image {
  width: 100%;
  background-image: url("../src/ValueDrivers/SocialValue.png");
  background-size: cover;
  background-position-x: center;
  border: 1px solid #000000;
  border-top: 0;
  border-right: 0;
}

.icon_tablet {
  display: none;
}

.lightbox_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 60px;
  position: absolute;
  right: 0;
  margin-top: 0;
  border: 1px solid #000000;
  border-top: 0;
  border-right: 0;
  cursor: pointer;
  z-index: 11;
  background-color: #ffffff;
}

#explore_tablet {
  display: none;
}

.lightbox_text {
  flex-shrink: 0;
  flex-grow: 1;
  min-width: 280px;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 1.22;
  width: 45%;
}

.lightbox_text_2 {
  flex-shrink: 0;
  flex-grow: 1;
  min-width: 280px;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 1.22;
  width: 45%;
}

.safety .lightbox_text_add {
  display: none;
}

.safety .lightbox_text {
  width: 32%;
}

.safety .lightbox_text_2 {
  width: 32%;
}

.lightbox_title {
  padding-left: 30px;
  margin-top: 33px;
  display: flex;
  align-items: center;
  width: 493px;
  height: 62px;
  background-color: #8254fd;
  font-size: 34px;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-weight: bold;
  text-align: left;
  animation: 1s slideInFromLeft;
  white-space: nowrap;
}

.lightbox_title_mobile {
  padding-left: 30px;

  display: none;
  align-items: center;

  background-color: #8254fd;
  font-size: 22px;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-weight: bold;
  text-align: left;
  animation: 1s slideInFromLeft;
  white-space: nowrap;
}

.tablet_menu {
  display: none;
}

@keyframes slideInFromLeft {
  0% {
    width: 0px;
  }

  100% {
    width: 493px;
  }
}

@keyframes slideInFromLeftBlack {
  0% {
    color: #ffffff;
    width: 0px;
  }

  100% {
    color: #000000;
    width: 493px;
  }
}

.lightbox_wrapper {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 109;
}

.pin_1,
.pin_2,
.pin_3,
.pin_4,
.pin_5,
.pin_6,
.pin_7,
.pin_8,
.pin_9,
.pin_10,
.pin_11,
.pin_12,
.pin_13,
.pin_14,
.pin_15,
.pin_16,
.pin_17,
.pin_18,
.pin_19,
.pin_20,
.pin_21,
.pin_22,
.pin_23,
.pin_24 {
  margin-top: 50px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.talk_to_us {
  width: 198px;
  display: flex;
  position: fixed;
  height: 48px;
  right: 51px;
  bottom: 30px;
  font-family: "Proxima Nova";
  font-size: 28px;
  color: #ffffff;
  align-items: center;
  justify-content: space-evenly;
  background-color: #333;
  z-index: 101;
}

.talk_to_us:hover #fi_4503776 {
  display: none;
}

.talk_to_us:hover #fi_4503775 {
  display: block;
}

.talk_to_us:hover {
  border: 1px solid #000000;
  color: #000000;
  background-color: #ffffff;
  cursor: pointer;
}

#fi_4503776 {
  display: block;
}

#fi_4503775 {
  display: none;
}

.explore {
  z-index: 1;
  width: 500px;
  height: 244px;
  position: absolute;
  border-radius: 0 0 20rem 20rem;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: bold;
  top: -60px;
  margin-top: -100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.22;
  text-align: center;
  color: #000;
  background-color: #ffffff;
  animation: 1s slideInFromTop;
}

@keyframes slideInFromTop {
  0% {
    color: transparent;
    height: 100px;
  }

  75% {
    color: transparent;
  }

  100% {
    height: 244px;
  }
}

@keyframes slideOut {
  0% {
    height: 65px;
  }

  100% {
    height: 0px;
  }
}

.lightbox_back {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.8;
  background-color: #eceae6;
  width: 100vw;
  height: 100vh;
}

.sustainability .ligthbox_image {
  background-image: url("../src/ValueDrivers/Sustainability.png");
  background-size: cover;
  background-position-x: center;
  border: 1px solid #000000;
  border-top: 0;
  border-right: 0;
}

.sustainability {
  overflow: scroll;
  display: none;
  position: relative;
  flex-direction: row-reverse;
  width: 85%;
  height: fit-content;
  max-height: 90vh;
  background-color: #ffffff;
  z-index: 10;
  border: 1px solid #000000;
}

.sustainability .lightbox_title {
  margin-top: 33px;
  display: flex;
  align-items: center;
  width: 493px;
  height: 62px;
  font-size: 34px;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-weight: bold;
  text-align: left;
}

.digital_transformation .ligthbox_image {
  background-image: url("../src/ValueDrivers/DigitalTransformation.png");
  background-size: cover;
  background-position-x: center;
  border: 1px solid #000000;
  border-top: 0;
  border-right: 0;
}

.digital_transformation {
  overflow: scroll;
  display: none;
  flex-direction: row-reverse;
  position: relative;
  width: 85%;
  height: fit-content;
  max-height: 90vh;
  background-color: #ffffff;
  z-index: 10;
  border: 1px solid #000000;
}

.digital_transformation .lightbox_title {
  margin-top: 33px;
  display: flex;
  align-items: center;
  width: 493px;
  height: 62px;
  font-size: 34px;
  color: #fff;
  font-family: "Proxima Nova";
  font-weight: bold;
  text-align: left;
}

.industrialised_construction .ligthbox_image {
  background-image: url("../src/ValueDrivers/IndustrialisedConstruction.jpg");
  background-size: cover;
  background-position-x: center;
  border: 1px solid #000000;
  border-top: 0;
  border-right: 0;
}

.industrialised_construction {
  overflow: scroll;
  display: none;
  position: relative;
  width: 85%;
  height: fit-content;
  flex-direction: row-reverse;
  max-height: 90vh;
  background-color: #ffffff;
  z-index: 10;
  border: 1px solid #000000;
}

.industrialised_construction .links {
  position: absolute;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 1.22;
  width: 100%;
  height: fit-content;
  bottom: 0;
  border: solid 1px #000;
  background-color: #eceae6;
}

.links_mobile {
  display: none;
  position: absolute;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 1.22;
  width: 100%;
  height: fit-content;
  bottom: -50px;
  /* border: solid 1px #000; */
  background-color: #eceae6;
}

.industrialised_construction .lightbox_title {
  margin-top: 33px;
  display: flex;
  align-items: center;
  width: 493px;
  height: 62px;
  font-size: 34px;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-weight: bold;
  text-align: left;
}

.safety .ligthbox_image {
  background-image: url("../src/ValueDrivers/Safety.JPG");
  background-size: cover;
  background-position-x: right;
  border: 1px solid #000000;
  border-top: 0;
  border-right: 0;
  display: none;
}

.show {
  max-height: 80vh;
  overflow: scroll;
}

.hide {
  max-height: 0;
}

.facts_wrapper {
  flex-shrink: 0;
  flex-grow: 1;
  width: 45%;
  position: absolute;
}

.quick_facts {
  width: 90%;
  max-height: 90vh;
  overflow: scroll;
  flex-direction: column;
  display: none;
  position: relative;
  /* height: 951px; */
  color: #fff;
  background-color: #8254fd;
  z-index: 10;
  border: 1px solid #000000;
}

.quick_facts .quick_facts_awards {
  width: 90%;
}

.facts {
  flex-shrink: 0;
  flex-grow: 1;
  min-width: 270px;
  width: 45%;
  margin-left: 20px;
  padding-bottom: 20px;
}

.service_button {
  width: 100%;
  display: flex;
  background-color: #8254fd;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.service_button p {
  padding-left: 20px;
}

.service_button svg {
  margin-right: 20px;
  transition: transform 0.3s ease;
}

.rotate {
  transform: rotate(180deg);

  transform-origin: center;
}

.quick_facts_button {
  width: 100%;
  display: flex;
  background-color: #8254fd;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.quick_facts_button p {
  padding-left: 20px;
}

.blue_back {
  background-color: #009795 !important;
}

.quick_facts_button svg {
  margin-right: 20px;
  transition: transform 0.3s ease;
}

.quick_facts_body::-webkit-scrollbar {
  width: 0px;
}

.facts_wrapper_tablet::-webkit-scrollbar {
  width: 0px;
}

.quick_facts_body {
  transition: all 0.7s ease;
  overflow-y: scroll;
  /* display: none; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #8254fd;
}

.quick_facts_header {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  font-family: "Proxima Nova";
  font-size: 28px;
  font-weight: bold;
}

.quick_facts_header svg {
  transform: rotate(90deg);
}

.quick_facts_main {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Proxima Nova";
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
  width: 95%;
}

.quick_facts_left {
  min-width: 270px;
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 35%;
}

.quick_facts_right {
  font-weight: normal;
  min-width: 270px;
  flex-shrink: 0;
  flex-grow: 1;
  font-size: 18px;
  width: 35%;
}

.quick_facts_fact_title {
  line-height: 1;

  font-size: 56px;
  font-weight: bold;
  flex-shrink: 0;
  flex-grow: 1;
  width: 100%;
}

.quick_facts_fact_text {
  font-weight: normal;
  width: 100%;
  font-size: 18px;
  flex-shrink: 0;
  flex-grow: 1;
}

.quick_facts_awards {
  flex-shrink: 0;
  flex-grow: 1;
  min-width: 270px;
  font-family: "Proxima Nova";
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
  display: flex;
  flex-direction: column;
}

.quick_facts_awards_wrapper {
  transition: max-height 1.3s ease;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.quick_facts_award {
  margin-bottom: 10px;
  width: 45%;
  flex-shrink: 0;
  flex-grow: 1;
  min-width: 270px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.quick_facts_awards_header {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 10px;
}

.award-img {
  width: 45px;
}

.award-text {
  padding-left: 10px;
  font-size: 18px;
  font-weight: normal;
}

.services_body {
  font-weight: 400;
  font-family: "Proxima Nova";
  position: relative;
  width: 100%;
  color: #fff;
  background-color: #8254fd;
  z-index: 10;
}

.services_body b {
  font-weight: bold !important;
}

.services_body p {
  padding: 0 20px;
}

.services {
  width: 90%;
  max-height: 90vh;
  overflow: scroll;
  flex-direction: column;
  display: none;
  position: relative;
  /* height: 951px; */
  color: #fff;
  background-color: #8254fd;
  z-index: 10;
  border: 1px solid #000000;
}

.services_service {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  margin-bottom: 20px;
}

.safety {
  overflow: scroll;
  display: none;
  position: relative;
  flex-direction: row-reverse;
  width: 85%;
  height: fit-content;
  max-height: 90vh;
  background-color: #ffffff;
  z-index: 10;
  border: 1px solid #000000;
}

.main-p {
  padding-top: 20px;
  padding-left: 30px;
  margin-block-end: 0;
}

.main-p.inner {
  padding-left: 0;
}

.main-p.sec {
  margin-top: 0;
}

.lightbox_left {
  position: relative;
  height: fit-content;
  width: 65%;
  display: flex;
  flex-direction: column;
}

.lightbox_left_text {
  column-gap: 20px;
  padding: 0 30px 20px 30px;
  display: flex;
  flex-wrap: wrap;
}

.pin_content ul {
  margin-block-start: 0;
  padding-inline-start: 20px;
}

.lightbox_left_text ul {
  padding-inline-start: 20px !important;
}

li {
  word-wrap: break-word;
  word-break: normal;
  white-space: normal;
}

.lightbox_right {
  display: flex;
  position: relative;
  width: 35%;
}

.safety .lightbox_right {
  display: none;
}

.safety .lightbox_left {
  width: 100%;
}

.safety .lightbox_title {
  margin-top: 33px;
  display: flex;
  align-items: center;
  /* width: 493px; */
  width: 516px;
  height: 62px;
  font-size: 34px;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-weight: bold;
  text-align: left;
}

.pin_title {
  position: absolute;
  text-align: left;
  text-wrap: pretty;
  margin: -30px;
  width: max-content;
  max-width: 165px;
  background-color: #ffffff;
  color: #000000;
  padding: 5px;
  display: none;
  font-family: "Proxima Nova";
  font-weight: bold;
  font-size: 14px;
  overflow-y: visible;
}

.pin:hover .pin_title {
  display: block;
}

.pin_lightbox_title {
  padding: 10px 0;
  display: flex;
  font-family: "Proxima Nova";
  font-size: 34px;
  font-weight: bold;
  position: relative;
  color: #ffffff;
  align-items: center;
  margin-left: 30px;
}

.pin_header {
  position: relative;
  display: flex;
  width: 100%;
  height: min-content;
  margin: 0;
  padding: 0;
  align-items: center;
  background-color: #8254fd;
}

.pin_lightbox_close_mobile {
  border: 1px solid black;
  margin-right: 1px;
  /* border-right: 0; */
  justify-content: center;
  width: 42px;
  background-color: white;
  align-items: center;
  display: none;
  right: 0;
  position: absolute;
  height: 100%;
  cursor: pointer;
}

.domains {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-left: 0px;
  top: 0px;
  width: 346px;
  border: solid 1px #000;
  background-color: #eceae6;
  font-size: 18px;
  font-family: "Proxima Nova";
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  /* padding-left: 30px; */
}

.domain {
  color: #a7a5a4;
  border-right: 1px solid black;
  padding: 0 10px;
}

.domain:last-of-type {
  border-right: 0;
}

.domain.active {
  font-weight: bold;
  color: black;
  border-bottom: 0;
}

.domains p {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

.pin_lightbox_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 98%;
  position: absolute;
  right: 0;
  margin-top: 0;
  border: 1px solid #000000;
  border-top: 0;
  border-right: 0;
  cursor: pointer;
  z-index: 11;
  background-color: #ffffff;
}

.pin_text_1 {
  text-wrap: balance;
  width: 100%;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 1.22;
}

.pin_text_2 {
  text-wrap: balance;
  width: 100%;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 1.22;
}

.pin_text_3 {
  height: fit-content;
  text-wrap: balance;
  padding: 10px;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 1.22;
  background-color: #eceae6;
}

.pin_lightbox_image {
  width: 50%;
  border-left: solid 1px #000;
  background: url("../src/PinZoomImages/DesktopLarge/Aircraft\ hangars.png");
  background-position: center center;
  background-size: cover;
}

.pin_footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  bottom: 0;
  width: 100%;
  height: fit-content;
  border-top: solid 1px #000;
  background-color: #000;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 1.11;
  color: #ffffff;
}

.outcomes_mobile {
  flex-direction: column;
  gap: 10px;
  display: none;
  padding-left: 30px;
}

.outcome_mobile {
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
}

.outcome_mobile_text {
  text-wrap: balance;
  padding: 0 20px;
}

.checkmark {
  position: relative;
  min-width: 30px;
  height: 30px;
  border: 1px solid #fff;
}

.ticked img {
  visibility: visible;
}

.tick {
  visibility: hidden;
  left: -5px;
  bottom: -5px;
  position: absolute;
  width: 140%;
  filter: invert(96%) sepia(0%) saturate(1%) hue-rotate(21deg) brightness(105%)
    contrast(101%);
}

.outcomes {
  width: 90%;
}

.domains p:first-of-type {
  padding-left: 30px;
}

/* .outcomes span:first-of-type {
  padding-right: 10px;
} */

.tooltip {
  position: relative;
  display: inline-block;
  text-align: center;
  padding-right: 10px;
  border-right: 1px solid #a7a5a4;
}

.tooltip:first-of-type {
  padding-left: 0;
}

.tooltip:last-child {
  border-right: none;
}

.active {
  text-align: center;
  font-weight: bold;
  color: white;
  border-bottom: 1px solid white;
}

.disabled {
  text-align: center;
  color: #a7a5a4;
  border-bottom: 1px solid #a7a5a4;
}

.divider {
  padding: 5px;
  text-decoration: none !important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: #ffffff;
  color: #333;
  text-align: center;
  padding: 5px;
  border: 1px solid #000000;

  position: absolute;
  z-index: 1;
  bottom: 175%;
  left: 50%;
  margin-left: -120px;

  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.pin_body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border: 1px solid #000000;
}

.pin_content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pin_content_text {
  padding: 0 20px 20px 30px;
  width: 50%;
}

.outcomes {
  flex-wrap: wrap;
  display: flex;
  margin-left: 30px;
  width: 90%;
  /* gap: 10px; */
  align-items: center;
  padding: 15px 10px;
}

.outcomes_title {
  padding-right: 10px;
}

.outcomes_value {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.outcomes_value p {
  max-height: 25px;
}

.pin_1 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_2 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_2 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/2.\ Airfield\ infrastructure\ and\ fuelling.png");
  background-position: center center;
  background-size: cover;
}

.pin_3 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_3 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/3.\ Airfield\ operating\ surfaces.png");
  background-position: center center;
  background-size: cover;
}

.pin_4 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_4 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/4.\ Airfield\ operations.png");
  background-position: center center;
  background-size: cover;
}

.pin_5 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_5 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/5.\ Armoury\,\ munitions\ facilities\ and\ storage.png");
  background-position: center center;
  background-size: cover;
}

.pin_6 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_6 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/6.\ Base\ security.png");
  background-position: center center;
  background-size: cover;
}

.pin_7 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_7 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/7.\ Docks\ and\ jetties.png");
  background-position: center center;
  background-size: cover;
}

.pin_8 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_8 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/8.\ Educational\ facilities.png");
  background-position: center center;
  background-size: cover;
}

.pin_9 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_9 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/9.\ Equipment\ programmes.png");
  background-position: center center;
  background-size: cover;
}

.pin_10 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_10 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/10.\ Hospitals\ and\ medical\ centres.png");
  background-position: center center;
  background-size: cover;
}

.pin_11 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_11 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/11.\ Intelligence\ and\ security.png");
  background-position: center center;
  background-size: cover;
}

.pin_12 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_12 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/12.\ Land\ management.png");
  background-position: center center;
  background-size: cover;
}

.pin_13 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_13 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/13.\ Living\ accommodation.png");
  background-position: center center;
  background-size: cover;
}

.pin_14 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_14 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/14.\ Logistics.png");
  background-position: center center;
  background-size: cover;
}

.pin_15 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_15 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/15.\ Maintenance\ facilities.png");
  background-position: center center;
  background-size: cover;
}

.pin_16 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_16 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/16.\ Nuclear\ facilities.png");
  background-position: center center;
  background-size: cover;
}

.pin_17 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_17 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/17.\ Offices\ and\ stores.png");
  background-position: center center;
  background-size: cover;
}

.pin_18 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_18 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/18.\ Renewable\ energy\ production\,\ power\ and\ utilities.png");
  background-position: center center;
  background-size: cover;
}

.pin_19 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_19 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/19.\ Secure\ accredited\ facilities.png");
  background-position: center center;
  background-size: cover;
}

.pin_20 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_20 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/20.\ Space.png");
  background-position: center center;
  background-size: cover;
}

.pin_21 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_21 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/21.\ Sport\ and\ exercise\ facilities.png");
  background-position: center center;
  background-size: cover;
}

.pin_22 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_22 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/22.\ Strategic\ support\,\ business\ change\ and\ transformation.png");
  background-position: center center;
  background-size: cover;
}

.pin_23 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_23 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/23.\ Supporting\ infrastructure\ for\ equipment.png");
  background-position: center center;
  background-size: cover;
}

.pin_24 {
  display: none;
  flex-direction: column;
  /* position: fixed; */
  width: 85%;
  top: 60px;
  max-height: 90vh;
  overflow-y: scroll;
  height: fit-content;
  z-index: 10;
}

.pin_24 .pin_lightbox_image {
  background: url("../src/PinZoomImages/DesktopLarge/24.\ Training\ facilities.png");
  background-position: center center;
  background-size: cover;
}

.footer_hover {
  /* position: absolute; */
  display: flex;
  right: 0;
  margin: 20px 20px 20px 0;
  width: 30%;
  height: 21px;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 1.11;
  text-align: left;
  color: #fff;
  justify-content: flex-end;
}

.footer_hover p {
  margin: 0;
}

.first {
  margin-top: 15.8%;
  margin-left: 85%;
}

.second {
  margin-top: 42%;
  margin-left: 70%;
}

.third {
  margin-top: 26%;
  margin-left: 90%;
}

.fourth {
  margin-top: 23.5%;
  margin-left: 74.5%;
}

.fifth {
  margin-top: 9%;
  margin-left: 92.3%;
}

.sixth {
  margin-top: 32%;
  margin-left: 65.2%;
}

.seventh {
  margin-top: 37%;
  margin-left: 19.5%;
}

.eighth {
  margin-top: 9.5%;
  margin-left: 32%;
}

.ninth {
  margin-top: 44%;
  margin-left: 84%;
}

.tenth {
  margin-top: 15%;
  margin-left: 47%;
}

.eleventh {
  margin-top: 9%;
  margin-left: 11%;
}

.twelfth {
  margin-top: 3%;
  margin-left: 20%;
}

.thirteenth {
  margin-top: 3.5%;
  margin-left: 65.5%;
}

.fourteenth {
  margin-top: 36%;
  margin-left: 58%;
}

.fifteenth {
  margin-top: 7.5%;
  margin-left: 73%;
}

.sixteenth {
  margin-top: 34%;
  margin-left: 6%;
}

.seventeenth {
  margin-top: 27.5%;
  margin-left: 46%;
}

.eighteenth {
  margin-top: 19%;
  margin-left: 18.5%;
}

.nineteenth {
  margin-top: 14%;
  margin-left: 75.5%;
}

.twentieth {
  margin-left: 84.5%;
  margin-top: 2.5%;
}

.twenty_first {
  margin-top: 43%;
  margin-left: 50%;
}

.twenty_second {
  margin-left: 56%;
  margin-top: 7.5%;
}

.twenty_third {
  margin-top: 37.5%;
  margin-left: 37%;
}

.twenty_fourth {
  margin-top: 19%;
  margin-left: 61%;
}

@media screen and (min-width: 913px) and (max-width: 1368px) {
  .safety .ligthbox_image {
    display: none;
  }

  .lightbox_right {
    width: 50%;
  }

  .safety .lightbox_right {
    display: none;
  }

  .lightbox_left {
    width: 50%;
  }

  .safety .lightbox_left {
    width: 100%;
  }

  .safety .lightbox_text {
    min-width: auto;
    width: 31%;
  }

  .safety .lightbox_text_2 {
    min-width: auto;
    width: 31%;
  }

  /* .safety .lightbox_text_add {
    display: block;
  } */

  div.lightbox_text_2 p:first-child {
    margin-block-start: 0 !important;
    padding-top: 0 !important;
  }

  .safety div.lightbox_text_2 p:first-child {
    margin-block-start: 1em !important;
    padding-top: 20px !important;
  }

  .outcomes {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .header_title {
    font-size: 36px;
  }

  .header_desc {
    font-size: 20px;
  }

  .outcomes_value {
    height: fit-content;
  }

  .talk_to_us {
    width: 169px;
    height: 42px;
    bottom: 60px;
  }

  .social_value,
  .sustainability,
  .digital_transformation,
  .safety,
  .industrialised_construction {
    width: 90%;
  }

  .pin_1,
  .pin_2,
  .pin_3,
  .pin_4,
  .pin_5,
  .pin_6,
  .pin_7,
  .pin_8,
  .pin_9,
  .pin_10,
  .pin_11,
  .pin_12,
  .pin_13,
  .pin_14,
  .pin_15,
  .pin_16,
  .pin_17,
  .pin_18,
  .pin_19,
  .pin_20,
  .pin_21,
  .pin_22,
  .pin_23,
  .pin_24 {
    width: 90%;
  }

  /* */
  .pin_1 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/Aircraft\ hangars.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_2 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/2.\ Airfield\ infrastructure\ and\ fuelling.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_3 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/3.\ Airfield\ operating\ surfaces.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_4 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/4.\ Airfield\ operations.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_5 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/5.\ Armoury\,\ munitions\ facilities\ and\ storage.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_6 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/6.\ Base\ security.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_7 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/7.\ Docks\ and\ jetties.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_8 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/8.\ Educational\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_9 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/9.\ Equipment\ programmes.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_10 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/10.\ Hospitals\ and\ medical\ centres.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_11 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/11.\ Intelligence\ and\ security.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_12 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/12.\ Land\ management.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_13 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/13.\ Living\ accommodation.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_14 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/14.\ Logistics.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_15 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/15.\ Maintenance\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_16 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/16.\ Nuclear\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_17 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/17.\ Offices\ and\ stores.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_18 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/18.\ Renewable\ energy\ production\,\ power\ and\ utilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_19 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/19.\ Secure\ accredited\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_20 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/20.\ Space.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_21 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/21.\ Sport\ and\ exercise\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_22 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/22.\ Strategic\ support\,\ business\ change\ and\ transformation.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_23 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/23.\ Supporting\ infrastructure\ for\ equipment.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_24 .pin_lightbox_image {
    background: url("../src/PinZoomImages/DesktopSmall/24.\ Training\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .explore {
    top: -20px;
    margin-top: -130px;
  }

  .explore p {
    margin-top: 160px !important;
  }

  .map {
    width: 100%;
    background-image: url("../src/maps/DesktopSmall_Map.png");
    padding-top: 1%;
  }

  .header {
    display: flex;
    flex-direction: row;
    width: 90%;
    flex-wrap: wrap;
    padding-left: 5%;
    padding-right: 5%;
    height: 295px;
    background-color: #000;
    align-content: flex-start;
  }

  .header_title {
    display: flex;
    width: 226px;
    height: 141px;
    margin-top: 29px;
    font-size: 36px;
    padding-right: 10px;
  }

  .header_desc {
    display: flex;
    width: 40%;
    height: 141px;
    margin-top: 29px;
    font-size: 20px;
  }

  .header_buttons {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    height: 40%;
  }

  .btn_1 {
    margin-left: 0;
    height: 80%;
  }

  .btn_2 {
    height: 80%;
  }

  .btn_3 {
    height: 80%;
  }

  .btn_4 {
    height: 80%;
  }

  .btn_5 {
    height: 80%;
  }

  .back_1 {
    height: 20px;
  }

  .back_2 {
    height: 20px;
  }

  .back_3 {
    height: 20px;
  }

  .back_4 {
    height: 20px;
  }

  .back_5 {
    height: 20px;
  }

  #map_background {
    content: url("../src/maps/DesktopSmall_Map.png");
  }

  .first {
    margin-top: 14.8%;
    margin-left: 85%;
  }

  .second {
    margin-top: 40%;
    margin-left: 70%;
  }

  .third {
    margin-top: 24%;
    margin-left: 90%;
  }

  .fourth {
    margin-top: 21%;
    margin-left: 74%;
  }

  .fifth {
    margin-top: 7.5%;
    margin-left: 91.5%;
  }

  .sixth {
    margin-top: 30%;
    margin-left: 65.2%;
  }

  .seventh {
    margin-top: 34%;
    margin-left: 20%;
  }

  .eighth {
    margin-top: 7.5%;
    margin-left: 32%;
  }

  .ninth {
    margin-top: 42.4%;
    margin-left: 83.7%;
  }

  .tenth {
    margin-top: 13%;
    margin-left: 46%;
  }

  .eleventh {
    margin-top: 7.5%;
    margin-left: 11%;
  }

  .twelfth {
    margin-top: 2%;
    margin-left: 21.6%;
  }

  .thirteenth {
    margin-top: 2%;
    margin-left: 65%;
  }

  .fourteenth {
    margin-top: 35%;
    margin-left: 58%;
  }

  .fifteenth {
    margin-top: 6.5%;
    margin-left: 74%;
  }

  .sixteenth {
    margin-top: 33%;
    margin-left: 6%;
  }

  .seventeenth {
    margin-top: 26%;
    margin-left: 46%;
  }

  .eighteenth {
    margin-top: 17.5%;
    margin-left: 17.5%;
  }

  .nineteenth {
    margin-top: 12%;
    margin-left: 75.3%;
  }

  .twentieth {
    margin-left: 84.5%;
    margin-top: 1.2%;
  }

  .twenty_first {
    margin-top: 42%;
    margin-left: 49.3%;
  }

  .twenty_second {
    margin-left: 56%;
    margin-top: 7%;
  }

  .twenty_third {
    margin-top: 37%;
    margin-left: 36%;
  }

  .twenty_fourth {
    margin-top: 17%;
    margin-left: 61%;
  }

  .social_value {
    width: 90%;
  }

  .medium_text {
    margin: -50px;
  }

  .big_text {
    margin: -70px;
  }

  .sustainability {
    width: 92%;
    height: 774px;
  }

  .lightbox_title {
    width: 420px !important;
  }

  .safety .lightbox_title {
    width: 516px !important;
  }

  /* .digital_transformation {
        width: 92%;
        height: 774px;
    } */

  /*    

    .industrialised_construction {
        width: 92%;
        height: 774px;
    } */

  /* 
    .industrialised_construction .links {
        width: 422px;
        height: 89px;
        top: 685px;
        left: auto;
        right: 0;
        border: 0;
    } */

  .quick_facts {
    width: 92%;
    height: 774px;
  }

  .safety {
    width: 92%;
    height: 774px;
  }

  .footer_btn_1 {
    width: 45%;
    height: 76px;
    z-index: 100;
  }

  .footer_btn_2 {
    height: 76px;
    width: 40%;
    padding: 14px 37px 18px 28px;
  }

  .footer {
    height: 146px;
    justify-content: center;
    padding: 5% 0 0 0;
    margin-top: -1px;
  }
}

.qf-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background-color: white;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

@keyframes FadeInOne {
  0% {
    display: none;
  }

  100% {
    display: block;
  }
}

@media screen and (min-width: 481px) and (max-width: 912px) {
  /* div.lightbox_text_2 p:first-child {
    margin-block-start: 0 !important;
    padding-top: 0 !important;
  } */

  .outcomes {
    flex-direction: column;
    align-items: flex-start;
  }

  .outcomes_value {
    flex-wrap: nowrap;
    width: 400px;
  }

  .tooltip {
    text-align: left;
  }

  .firsttip {
    width: 180px !important;
    left: 78% !important;
  }

  .social_value,
  .sustainability,
  .digital_transformation,
  .safety,
  .industrialised_construction {
    width: 90%;
  }

  #see-more-container {
    display: none !important;
  }

  .safety .ligthbox_image {
    display: block;
  }

  .safety .lightbox_text {
    width: 45%;
  }

  .safety .lightbox_text_2 {
    width: 45%;
  }

  .safety .lightbox_text_3 {
    display: none;
  }

  .safety .lightbox_text_add {
    display: block;
  }

  .pin_lightbox_close {
    display: none;
  }

  .pin_lightbox_close_mobile {
    display: flex;
  }

  .circle {
    transform: scale(1.5);
  }

  .triangle {
    transform: scale(1.5);
    margin-top: 3px;
  }

  .links {
    display: none;
  }

  .links_mobile {
    display: block;
  }

  .pin_1 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/Aircraft\ hangars.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_2 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/2.\ Airfield\ infrastructure\ and\ fuelling.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_3 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/3.\ Airfield\ operating\ surfaces.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_4 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/4.\ Airfield\ operations.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_5 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/5.\ Armoury\,\ munitions\ facilities\ and\ storage.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_6 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/6.\ Base\ security.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_7 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/7.\ Docks\ and\ jetties.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_8 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/8.\ Educational\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_9 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/9.\ Equipment\ programmes.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_10 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/10.\ Hospitals\ and\ medical\ centres.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_11 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/11.\ Intelligence\ and\ security.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_12 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/12.\ Land\ management.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_13 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/13.\ Living\ accommodation.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_14 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/14.\ Logistics.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_15 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/15.\ Maintenance\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_16 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/16.\ Nuclear\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_17 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/17.\ Offices\ and\ stores.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_18 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/18.\ Renewable\ energy\ production\,\ power\ and\ utilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_19 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/19.\ Secure\ accredited\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_20 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/20.\ Space.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_21 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/21.\ Sport\ and\ exercise\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_22 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/22.\ Strategic\ support\,\ business\ change\ and\ transformation.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_23 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/23.\ Supporting\ infrastructure\ for\ equipment.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_24 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Tablet/24.\ Training\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_1,
  .pin_2,
  .pin_3,
  .pin_4,
  .pin_5,
  .pin_6,
  .pin_7,
  .pin_8,
  .pin_9,
  .pin_10,
  .pin_11,
  .pin_12,
  .pin_13,
  .pin_14,
  .pin_15,
  .pin_16,
  .pin_17,
  .pin_18,
  .pin_19,
  .pin_20,
  .pin_21,
  .pin_22,
  .pin_23,
  .pin_24 {
    width: 90%;
  }

  .header {
    position: fixed;
    width: 96%;
    padding: 0 2%;
  }

  .outcomes {
    width: 90%;
  }

  .safety {
    flex-direction: column;
  }

  .main-p {
    padding-left: 20px;
  }

  .digital_transformation {
    flex-direction: column;
  }

  .industrialised_construction {
    flex-direction: column;
  }

  .social_value {
    flex-direction: column;
  }

  .sustainability {
    flex-direction: column;
  }

  .lightbox_title_mobile {
    display: flex;
    width: 90%;
    height: 100%;
  }

  .ligthbox_image {
    height: 600px;
  }

  .lightbox_close {
    border: 1px solid black;
    justify-content: space-between;
    width: 100%;
  }

  .lightbox_close svg {
    padding: 1%;
  }

  .lightbox_title {
    display: none !important;
  }

  .lightbox_right {
    width: 100%;
    /* min-height: 400px; */
  }

  .safety .lightbox_right {
    display: flex;
  }

  .lightbox_left {
    width: 100%;
  }

  .safety .lightbox_left {
    width: 100%;
  }

  .pin_lightbox_title {
    font-size: 24px;
    width: 82%;
  }

  /* .explore {
        width: 540px;
        left: 20%;
        top: 0px;
        font-size: 28px;
    } */

  .arrow_explore {
    display: block;
  }

  #map_background {
    content: url("../src/maps/Tablet_Map.png");
  }

  #explore_pc {
    display: none;
  }

  #explore_tablet {
    display: block;
    margin-top: 170px;
  }

  /* .tablet_menu {
        display: flex;
        position: absolute;
        right: 25px;
        top: 25px;
    } */

  .first {
    margin-top: -1.2%;
    margin-left: 85%;
  }

  .second {
    margin-top: -1%;
    margin-left: 70%;
  }

  .third {
    margin-top: 1%;
    margin-left: 90%;
  }

  .fourth {
    margin-top: 2%;
    margin-left: 74%;
  }

  .fifth {
    margin-top: -2.5%;
    margin-left: 89.5%;
  }

  .sixth {
    margin-top: 3%;
    margin-left: 65.2%;
  }

  .seventh {
    margin-top: -1%;
    margin-left: 20%;
  }

  .eighth {
    margin-top: -2.5%;
    margin-left: 32%;
  }

  .ninth {
    margin-top: 0%;
    margin-left: 83.7%;
  }

  .tenth {
    margin-top: -2%;
    margin-left: 46%;
  }

  .eleventh {
    margin-top: -1.5%;
    margin-left: 11%;
  }

  .twelfth {
    margin-top: 17%;
    margin-left: 80%;
  }

  .thirteenth {
    margin-top: 78%;
    margin-left: 72%;
  }

  .fourteenth {
    margin-top: -2%;
    margin-left: 58%;
  }

  .fifteenth {
    margin-top: 100%;
    margin-left: 83%;
  }

  .sixteenth {
    margin-top: 0%;
    margin-left: 6%;
  }

  .seventeenth {
    margin-top: -2%;
    margin-left: 46%;
  }

  .eighteenth {
    margin-top: -4.5%;
    margin-left: 17.5%;
  }

  .nineteenth {
    margin-top: 3%;
    margin-left: 75.3%;
  }

  .twentieth {
    margin-top: 138%;
    margin-left: -71.5%;
  }

  .twenty_first {
    margin-top: -2%;
    margin-left: 52.3%;
  }

  .twenty_second {
    margin-top: 91%;
    margin-left: 45%;
  }

  .twenty_third {
    margin-top: 2%;
    margin-left: 33%;
  }

  .twenty_fourth {
    margin-top: 2%;
    margin-left: 59%;
  }

  .map {
    margin-top: 150px;
    width: 100%;
    /* background-image: url("../src/Mobile_Map.png"); */
    /* height: 185vh; */
    padding-bottom: 0;
  }

  .footer {
    display: none;
  }

  .explore {
    margin-top: -55px;
  }

  .header_buttons {
    display: none;
  }

  .header {
    top: 0;
    display: flex;
    height: fit-content;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .tablet_menu {
    margin-top: 20px;
    position: unset;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .tablet_menu svg {
    float: right;
  }

  .services_body {
    font-weight: 400;
    font-family: "Proxima Nova";
    position: relative;
    width: 95%;
    color: #fff;
    background-color: #8254fd;
    z-index: 10;
  }

  .header_title {
    width: 100%;
    height: fit-content;
    text-align: center;
    font-size: 40px;
  }

  .header_desc {
    height: fit-content;
    width: 100%;
    text-align: center;
    font-size: 22px;
  }

  .Large {
    display: none;
  }

  .Small {
    display: none;
  }

  .Tablet {
    display: block;
  }

  .Mobile {
    display: none;
  }

  .first {
    margin-top: 188%;
    margin-left: 65%;
  }

  .second {
    margin-top: 246%;
    margin-left: 21%;
  }

  .third {
    margin-top: 189%;
    margin-left: 17%;
  }

  .fourth {
    margin-top: 175.5%;
    margin-left: 37%;
  }

  .fifth {
    margin-top: 266%;
    margin-left: 42%;
  }

  .sixth {
    margin-top: 154%;
    margin-left: 40%;
  }

  .seventh {
    margin-top: 318%;
    margin-left: 63%;
  }

  .eighth {
    margin-top: 50%;
    margin-left: 54%;
  }

  .ninth {
    margin-top: 225%;
    margin-left: 43.5%;
  }

  .tenth {
    margin-top: 110%;
    margin-left: 15%;
  }

  .eleventh {
    margin-top: 37%;
    margin-left: 16%;
  }

  .twelfth {
    margin-top: 20%;
    margin-left: 80%;
  }

  .thirteenth {
    margin-top: 78%;
    margin-left: 72%;
  }

  .fourteenth {
    margin-top: 214%;
    margin-left: 80%;
  }

  .fifteenth {
    margin-top: 100%;
    margin-left: 83%;
  }

  .sixteenth {
    margin-top: 311%;
    margin-left: 87%;
  }

  .seventeenth {
    margin-top: 298%;
    margin-left: 17%;
  }

  .eighteenth {
    margin-top: 288%;
    margin-left: 88%;
  }

  .nineteenth {
    margin-top: 144%;
    margin-left: 79%;
  }

  .twentieth {
    margin-top: 137%;
    margin-left: 12.5%;
  }

  .twenty_first {
    margin-top: 249%;
    margin-left: 86%;
  }

  .twenty_second {
    margin-top: 91%;
    margin-left: 45%;
  }

  .twenty_third {
    margin-top: 329%;
    margin-left: 23%;
  }

  .twenty_fourth {
    margin-top: 122%;
    margin-left: 61%;
  }

  .pin_content {
    flex-direction: column-reverse;
    align-items: center;
  }

  .domains {
    position: relative;
    top: 0;
    width: 100%;
    justify-content: flex-start;
    gap: 5px;
    /* padding-left: 30px; */
  }

  .pin_content_text {
    margin-top: 20px;
    column-gap: 20px;
    display: flex;
    flex-direction: row;
    width: 90%;
  }

  .pin_text_1 {
    width: 45%;
  }

  .pin_text_3 {
    width: 45%;
  }

  .footer_hover {
    display: none;
  }

  .pin_lightbox_image {
    height: 600px;
    width: 100%;
    background-size: cover !important;
    border-right: 1px solid #000;
  }

  .outcomes_value {
    gap: 10px;
  }

  .talk_to_us {
    bottom: 0;
    right: 0;
  }

  .lightbox_left_text {
    padding: 0 20px 20px 20px;
  }
}

@media screen and (max-width: 688px) {
  .safety .lightbox_text_2 .main-p.inner {
    margin-top: 0;
  }

  .social_value .lightbox_text_2 p:first-child,
  .sustainability .lightbox_text_2 p:first-child,
  .digital_transformation .lightbox_text_2 p:first-child {
    margin-top: 0;
  }

  .sustainability .lightbox_text ul {
    margin-block-end: 0 !important;
  }

  .sustainability .lightbox_text_2 ul {
    margin-block-start: 0 !important;
  }

  .quick_facts .quick_facts_awards {
    width: 95%;
    padding: 0;
  }

  .quick_facts_awards_header {
    padding-left: 0;
  }

  .quick_facts .award-text {
    padding-left: 0;
  }
}

@media screen and (min-width: 912px) and (max-width: 1367px) {
  .sustainability .lightbox_text ul {
    margin-block-end: 0;
  }

  .sustainability .lightbox_text_2 ul {
    margin-block-start: 0;
  }
}

@media screen and (max-width: 480px) {
  #explore_pc {
    display: none;
  }

  #explore_tablet {
    display: block;
    margin-top: 170px;
  }

  .arrow_explore {
    display: block;
  }

  .talk_to_us {
    width: 120px;
    height: 35px;
    bottom: 0;
    left: 0;
    font-size: 16px;
  }

  #see-more-container {
    display: none !important;
  }

  .talk_to_us svg {
    width: 15px;
  }

  .safety .ligthbox_image {
    display: block;
  }

  .safety .lightbox_text {
    width: 45%;
  }

  .safety .lightbox_text_2 {
    width: 45%;
  }

  .safety .lightbox_text_3 {
    display: none;
  }

  .safety .lightbox_text_add {
    display: block;
  }

  .outcomes {
    display: none;
  }

  .outcomes_mobile {
    padding-top: 20px;
    display: flex;
  }

  div.lightbox_text_2 p:first-child {
    margin-block-start: 0 !important;
    padding-top: 0 !important;
  }

  .safety div.lightbox_text_2 p:first-child {
    margin-block-start: 0 !important;
    padding-top: 0 !important;
  }

  .safety div.lightbox_text_add p:first-child {
    margin-block-start: 0 !important;
    padding-top: 0 !important;
  }

  .domain {
    font-size: 14px;
    color: #a7a5a4;
    border-right: 1px solid black;
    padding: 0px 5px;
  }

  .links {
    display: none;
  }

  .links_mobile {
    display: block;
  }

  .pin_lightbox_close {
    display: none;
  }

  .pin_lightbox_close_mobile {
    display: flex;
  }

  .circle {
    transform: scale(1.5);
  }

  .triangle {
    transform: scale(1.5);
    margin-top: 3px;
  }

  .social_value,
  .sustainability,
  .digital_transformation,
  .safety,
  .industrialised_construction {
    width: 90%;
  }

  .domains p:first-of-type {
    padding-left: 20px;
  }

  .pin_lightbox_title {
    margin-left: 20px;
  }

  .pin_1 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/Aircraft\ hangars.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_2 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/2.\ Airfield\ infrastructure\ and\ fuelling.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_3 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/3.\ Airfield\ operating\ surfaces.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_4 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/4.\ Airfield\ operations.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_5 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/5.\ Armoury\,\ munitions\ facilities\ and\ storage.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_6 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/6.\ Base\ security.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_7 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/7.\ Docks\ and\ jetties.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_8 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/8.\ Educational\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_9 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/9.\ Equipment\ programmes.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_10 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/10.\ Hospitals\ and\ medical\ centres.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_11 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/11.\ Intelligence\ and\ security.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_12 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/12.\ Land\ management.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_13 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/13.\ Living\ accommodation.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_14 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/14.\ Logistics.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_15 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/15.\ Maintenance\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_16 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/16.\ Nuclear\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_17 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/17.\ Offices\ and\ stores.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_18 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/18.\ Renewable\ energy\ production\,\ power\ and\ utilities-01.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_19 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/19.\ Secure\ accredited\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_20 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/20.\ Space.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_21 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/21.\ Sport\ and\ exercise\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_22 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/22.\ Strategic\ support\,\ business\ change\ and\ transformation-01.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_23 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/23.\ Supporting\ infrastructure\ for\ equipment.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_24 .pin_lightbox_image {
    background: url("../src/PinZoomImages/Mobile/24.\ Training\ facilities.png");
    background-position: center center;
    background-size: cover;
  }

  .pin_1,
  .pin_2,
  .pin_3,
  .pin_4,
  .pin_5,
  .pin_6,
  .pin_7,
  .pin_8,
  .pin_9,
  .pin_10,
  .pin_11,
  .pin_12,
  .pin_13,
  .pin_14,
  .pin_15,
  .pin_16,
  .pin_17,
  .pin_18,
  .pin_19,
  .pin_20,
  .pin_21,
  .pin_22,
  .pin_23,
  .pin_24 {
    width: 90%;
  }

  .quick_facts .quick_facts_awards {
    width: 95%;
  }

  .quick_facts_awards {
    padding: 0;
  }

  .outcomes {
    width: 90%;
  }

  .safety {
    flex-direction: column;
  }

  .digital_transformation {
    flex-direction: column;
  }

  .industrialised_construction {
    flex-direction: column;
  }

  .social_value {
    flex-direction: column;
  }

  .sustainability {
    flex-direction: column;
  }

  .ligthbox_image {
    height: 400px;
  }

  .main-p {
    padding-left: 20px;
  }

  .lightbox_left_text {
    padding: 0 20px 20px 20px;
  }

  .lightbox_title_mobile {
    padding-left: 10px;
    display: flex;
    width: 90%;
    height: 100%;
  }

  .safety .lightbox_title_mobile {
    font-size: 20px;
  }

  .lightbox_close {
    border: 1px solid black;
    justify-content: space-between;
    width: 100%;
  }

  .lightbox_close svg {
    padding: 1%;
  }

  .lightbox_title {
    display: none !important;
  }

  .lightbox_right {
    width: 100%;
    min-height: 400px;
  }

  .safety .lightbox_right {
    display: flex;
  }

  .lightbox_left {
    width: 100%;
  }

  .safety .lightbox_left {
    width: 100%;
  }

  .pin_lightbox_title {
    font-size: 24px;
    width: 70%;
  }

  .pin_body {
    overflow-x: hidden;
    margin-top: 50px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border: 1px solid #000000;
  }

  .pin_lightbox_close_mobile {
    margin-right: 0;
    border-right: 0;
  }

  .domains {
    z-index: 100;
    height: 40px;
    align-items: center;
    position: fixed;
    top: 60px;
    width: 89.5%;
    justify-content: flex-start;
    gap: 5px;
    /* padding-left: 30px; */
  }

  .menu-container {
    position: absolute;
  }

  .pin_content {
    flex-direction: column-reverse;
    align-items: center;
  }

  .pin_content_text {
    width: 90%;
  }

  .footer_hover {
    display: none;
  }

  .pin_lightbox_image {
    height: 350px;
    width: 100%;
    background-size: cover !important;
    border-right: 1px solid #000;
    background-size: cover;
  }

  .map {
    width: 100%;
    /* background-image: url("../src/Mobile_Map.png"); */
    /* height: 185vh; */
    padding-bottom: 0;
  }

  .footer {
    display: none;
  }

  .explore {
    width: 350px;
    font-size: 16px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .header_buttons {
    display: none;
  }

  .header {
    display: flex;
    height: fit-content;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .tablet_menu {
    margin-top: 20px;
    position: unset;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .tablet_menu svg {
    float: right;
  }

  .header_title {
    width: 100%;
    height: min-content;
    text-align: center;
    font-size: 32px;
  }

  .header_desc {
    height: min-content;
    width: 100%;
    text-align: center;
    font-size: 22px;
  }

  #map_background {
    content: url("../src/maps/Mobile_Map.png");
  }

  .Large {
    display: none;
  }

  .Small {
    display: none;
  }

  .Tablet {
    display: none;
  }

  .Mobile {
    display: block;
  }

  .first {
    margin-top: 184%;
    margin-left: 65%;
  }

  .second {
    margin-top: 243%;
    margin-left: 20%;
  }

  .third {
    margin-top: 186%;
    margin-left: 17%;
  }

  .fourth {
    margin-top: 171.5%;
    margin-left: 36%;
  }

  .fifth {
    margin-top: 262%;
    margin-left: 40%;
  }

  .sixth {
    margin-top: 151%;
    margin-left: 39%;
  }

  .seventh {
    margin-top: 317%;
    margin-left: 65%;
  }

  .eighth {
    margin-top: 47%;
    margin-left: 54%;
  }

  .ninth {
    margin-top: 221%;
    margin-left: 42.3%;
  }

  .tenth {
    margin-top: 107%;
    margin-left: 15%;
  }

  .eleventh {
    margin-top: 34%;
    margin-left: 15%;
  }

  .twelfth {
    margin-top: 25%;
    margin-left: 80%;
  }

  .thirteenth {
    margin-top: 75%;
    margin-left: 71%;
  }

  .fourteenth {
    margin-top: 210%;
    margin-left: 78%;
  }

  .fifteenth {
    margin-top: 96%;
    margin-left: 81%;
  }

  .sixteenth {
    margin-top: 308%;
    margin-left: 86%;
  }

  .seventeenth {
    margin-top: 295%;
    margin-left: 15%;
  }

  .eighteenth {
    margin-top: 284%;
    margin-left: 87%;
  }

  .nineteenth {
    margin-top: 140%;
    margin-left: 78%;
  }

  .twentieth {
    margin-top: 136%;
    margin-left: 12%;
  }

  .twenty_first {
    margin-top: 246%;
    margin-left: 85.4%;
  }

  .twenty_second {
    margin-top: 88%;
    margin-left: 44%;
  }

  .twenty_third {
    margin-top: 327%;
    margin-left: 23%;
  }

  .twenty_fourth {
    margin-top: 117%;
    margin-left: 55%;
  }
}
