* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*::selection {
  background-color: #e1b400 !important;
  color: #271e17 !important;
}
ul.list-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap:5em;
  grid-auto-flow: column;
}
html,
body {
  overflow-x: hidden;
  /* color: #BFCDE1; */
}
a {
  text-decoration: none;
}
h4 {
  color: #e1b400;
}
/* .btn-warning {
  font-weight: 500;
  font-size: 1.3rem;
  border-radius: 50px;
  padding: 0.5rem;
  width: 10vw;
} */
.dropdown-item {
  color: #334662;
  border-radius: 10px;
}
.dropdown-menu {
  border-radius: 20px;
}
.dropdown-item:hover {
  background-color: #ffcc00;
}
.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 10;
  border-radius: 50px;
}
/* .navbar-collapse {
  border-radius: 50px;
  padding: 1rem;
  z-index: 1 !important;
} */


.navbar-drop-collapse
{
  background-color: rgb(255, 236, 179);
  padding: .5rem;
  border-radius: 30px;

}
.navbar {
  -webkit-backdrop-filter: blur(15px) !important;
  backdrop-filter: blur(15px);
  height: 7rem;
  z-index: 10 !important;
}
.navbar-nav .nav-link {
  color: #ffffff !important;
  font-weight: 570;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.73) !important;
  -webkit-text-stroke: 1.5px #31261e;
  stroke: 1.5px #31261e;
  paint-order: stroke fill;
  transition: all ease 0.4s;
}
.navbar-nav {
  gap: 0.725rem;
  background-color: #ffffff38;
  border-radius: 20px;
  padding: 0.5rem;
  z-index: 1;
}
.navbar-toggler
{
  border-radius: 100px;
  border: 2px solid #ffd000 !important;
}
.navbar-nav .nav-link:hover {
  margin-top: 0;
  color: #ffcc00 !important;
}
.logo-header {
  font-weight: 600;
  font-size: 1.8rem;
  border-radius: 50px;
  padding: 0.7rem;
  justify-content: center;
  align-items: center;
  color: #d8ad01;
  height: 3rem;
  padding-bottom: 3rem;
}
.icon-header {
  display: inline;
  padding-left: 1rem;
}
.icon-header svg {
  transition: all ease 0.3s;
  fill: #ffe600;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 20px;
  padding: 0.1rem;
  background-color: #271e17;
}
.icon-header svg:hover {
  fill: #ffffff !important;
  background-color: #000;
}
.hero-wrapper {
  padding: 0;
  padding-top: 7rem;
  align-items: center;
  justify-content: center;
  display: flex;
  background-image: url("../images/geo4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.carousel-caption {
  bottom: 30rem;
}
.hero-wrapper h1 {
  color: #fff;
  font-weight: 630;
}
.hero-wrapper h4 {
  color: #ffff;
  font-weight: 500;
  border-bottom: 1.5px solid #ffcc00;
  padding-bottom: 2rem;
  display: block;
}
.underline {
  background-image: url(https://cdn.prod.website-files.com/65e9d802e7334ec910a26e59/65e9d803e7334ec910a26f85_Underline_.svg);
  filter: brightness(0) saturate(100%) invert(82%) sepia(47%) saturate(2568%)
    hue-rotate(359deg) brightness(96%) contrast(102%);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-bottom: 0.5rem;
}
.about-wrapper {
  background-image: url("../images/bg-about.jpg");
  padding-top: 3rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-left,
.card-right {
  min-height: 65vh !important;
}
.card-left {
  background-color: #fff;
  padding: 2rem;
  border-radius: 25px;
  margin-bottom: 3rem;
}
.card-left h1 {
  color: #271e17;
  font-weight: 550;
}
.card-left p {
  color: #4e3f3a;
}
.paragraph-last-about {
  font-style: italic;
}
.card-right {
  background-color: #fff;
  padding: 2rem;
  border-radius: 25px;
  margin-bottom: 3rem;
}
.card-right p {
  color: #1d2736;
  margin-top: 2rem;
}
.features-mini {
  display: flex;
}
.features-mini h6 {
  color: #1d2736;
}
.features-mini svg {
  color: #ffcc00;
}
.paragraph-first-about-right {
  border-bottom: 1px solid #271e17;
  padding-bottom: 1rem;
}

/* SERVICES CSS */

.section_our_solution .row {
  align-items: center;
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution_cards_box .solution_card {
  flex: 0 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 265px;
  transition: 0.7s;
  border: 0.1px solid #271e17;
}

.solution_cards_box .solution_card:hover {
  background: #271e17;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
  background: rgba(153, 106, 61, 0.1);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgba(214, 203, 85, 0.05);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
  background: #fff !important;
  color: #212121;
}

.solution_card .solu_title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
  color: #271e17;
}

.solution_card .solu_description button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(
    140deg,
    #9dc4e9 0%,
    #9dc4e9 50%,
    #9dc4e9 75%
  ) !important;
  color: #24313d;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.hover_color_bubble {
  position: absolute;
  background: rgba(207, 174, 54, 0.427);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}
@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .our_solution_category {
    width: 50%;
    margin: 0 auto;
  }
}

.text-services-center-top {
  font-weight: 550;
  color: #271e17;
}
.services-wrapper {
  background-image: url("../images/bg-services.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.principals-wrapper {
  background-image: url("../images/bg-principals.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3rem;
}

/* ===== ABOUT PAGE ===== */
.team-item {
  padding: 30px;
  padding-right: 0;
  position: relative;
  z-index: 0;
}

.team-item:after,
.team-item:before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: 10px;
  z-index: -1;
}

.team-item:before {
  height: 100%;
  background-color: #e1b400;
  left: 0;
  top: 0;
  right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-item:after {
  height: 6px;
  width: calc(100% - 30px);
  background-color: #2b231d;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.team-item:hover:after {
  height: 100%;
}

.team-item .img-holder {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  width: calc(100% - 70px);
  margin-left: 70px;
  overflow: hidden;
}

.team-item .img-holder img {
  border-radius: 10px;
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team-item:hover .img-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-item .socials {
  position: absolute;
}

.team-item .socials a {
  display: block;
  margin-right: 0;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.12);
}

.team-item .socials a:last-of-type {
  margin-bottom: 0;
}

.team-item .team-content {
  margin-right: 70px;
  text-align: center;
}

.team-item .team-content h5 {
  color: #101f41;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team-item .team-content p {
  color: #101f41;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
  font-size: 14px;
}

.team-item:hover .team-content h5,
.team-item:hover .team-content p {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.socials a {
  width: 35px;
  height: 35px;
  background-color: #6893e1;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 2px 0 #516cd9;
  box-shadow: 0 3px 2px 0 #516cd9;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ahmed-wrapper {
  background-image: url("../images/bg-ahmed.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.footer-wrapper {
  background-image: url("../images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-wrapper h5 {
  color: #ffff;
}
.links-footer {
  color: #a8a8a8 !important;
}
.links-footer:hover::after {
  transform: scaleX(1);
}
.links-footer:hover {
  color: #e1b400 !important;
}
.links-footer::after {
  display: block;
  content: "";
  border-bottom: solid 1px #d8ad01;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
a.links-footer::after {
  transform-origin: 0% 50%;
}

.hidden {
  opacity: 0;
  transition: all 1s;
}
.show {
  opacity: 1;
}
.markets-wrapper {
  /* display: flex; */
  min-height: 80vh;
  background-color: #d8d8d8;
}
.eclipse {
  background-color: #bbbbbb;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  border: 2px solid #646464;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.eclipse h1,
p {
  color: #272727;
  display: block;
}

.rect-market_1 {
  background-color: #1e1d1b;
  background-image: linear-gradient(315deg, #1e1d1b 0%, #cc9934 74%);
  position: relative;
  color: #ffff;
  padding: 1rem;
  border-radius: 20px;
}
.rect-market_1 h2 {
  font-weight: 550;
}
.rect-market_1 p {
  color: #ffff;
}
.contact-wrapper {
  padding-top: 7rem !important;
  background-image: url("../images/bg-contact-new.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 7rem;
}
.form-label {
  text-transform: uppercase;
  font-weight: 500;
  color: #271e17;
}

/* CSS */
.button-86 {
  all: unset;
  width: 120px;
  height: 30px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #31261e;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  font-weight: 550;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-86::after,
.button-86::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all 0.4s;
}

.button-86::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #ffd500;
  border-radius: 10px;
}

.button-86::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 50px;
}

.button-86:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

.button-86:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.button-86:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}

.form-control {
  color: #ad6e3d;
  border: 1px solid #31261e;
  border-radius: 5px !important;
}

.lead {
  color: #aaa;
}

/* .wrapper{margin:10vh} */
.card {
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border-radius: 20px;
  min-height: 450px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);

  @media (max-width: 768px) {
    min-height: 350px;
  }

  @media (max-width: 420px) {
    min-height: 300px;
  }

  &.card-has-bg {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center center;
    &:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: inherit;
      -webkit-filter: blur(1);
      -moz-filter: blur(3px);
      -ms-filter: blur(3px);
      -o-filter: blur(3px);
      filter: blur(3px);
    }

    &:hover {
      transform: scale(0.98);
      box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
      background-size: 130%;
      transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);

      .card-img-overlay {
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        background: none;
        background: none;
        background: rgb(255, 186, 33);
    background: linear-gradient(
      0deg,
      rgba(255, 186, 33, 0.3785889355742297) 0%,
      rgba(116, 87, 25, 0.527) 100% 
    ); 
      }
    }
  }
  .card-footer {
    background: none;
    border-top: none;
    .media {
      img {
        border: solid 3px rgba(255, 255, 255, 0.3);
      }
    }
  }
  .card-title {
    font-weight: 800;
  }
  .card-meta {
    color: rgba(255, 255, 255, 0.973);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .card-body {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  &:hover {
    .card-body {
      margin-top: 30px;
      transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    }
    cursor: pointer;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(0, 0, 0);
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.379) 0%,
      rgb(0, 0, 0) 500% 
    );
  }
}

.hazard-wrapper-top {
  padding-top: 20rem;
  height: 40vh;
  background-image: url("../images/bg-hazard.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15rem;
}
.img-box img {
  border-radius: 20px !important;
  margin-top: 3rem;
  display: flex;
  margin-bottom: 3rem;
}
.box-right-info {
  border-bottom: 5px dashed #31261e;
}
.box-right-info li {
  color: #796500 !important;
  transition: all ease 0.4s;
}
.box-right-info li:hover {
  color: #2d2100 !important;
}
/* slider */
.logos-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    #000 15%,
    #000 85%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    #000 15%,
    #000 85%,
    rgba(0, 0, 0, 0) 100%
  );
}
.logos-slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  animation: slide 28s linear infinite;
}
.logos-slider-container img {
  height: 35vh;
  transition: all ease 0.2s;
  margin-right: 1.4rem;
}
.logos-slider-container img:hover {
  filter: grayscale(100%);
}
@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.slider-wrapper {
  margin-bottom: 2.5rem;
}

.eng-geo-wrapper {
  padding-top: 20rem;
  padding-bottom: 15rem;
  height: 40vh;
  background-image: url("../images/bg-eng-geo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gis-mp-wrapper {
  padding-top: 20rem;
  padding-bottom: 15rem;
  height: 40vh;
  background-image: url("../images/bg-g-map.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rel-assess-wrapper {
  padding-top: 22rem;
  padding-bottom: 15rem;
  height: 40vh;
  background-image: url("../images/bg-sys-rel.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page-wrapper {
  padding-top: 7rem;
  height: 40vh;
  background-image: url("../images/about-us.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-quote-wrapper {
  height: 25vh;
  margin-bottom: 7rem;
}
.boxes-two-quotes-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxes-two-quotes-main p {
  font-style: italic;
  font-weight: 500;
}
.box-quote-about-right {
  background-color: #182b3a;
  background-image: linear-gradient(315deg, #182b3a 0%, #20a4f3 74%);

  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  border-bottom-right-radius: 50px;
  padding: 2rem;
  margin-bottom: 1rem;
}
.box-quote-about-left {
  background-color: #1b2845;
  background-image: linear-gradient(315deg, #1b2845 0%, #274060 74%);

  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-bottom-left-radius: 50px;
  padding: 2rem;
  margin-bottom: 1rem;
}

.text-about-left h6 {
  background-color: #271e17;
  display: inline;
  padding: 0.7rem;
  border-radius: 50px;
  border: 2px solid #ffcc01;
  color: #ffcc01;
}
.text-about-left h1 {
  margin-top: 2rem;
}
.box-steps {
  padding: 1.5rem;
  border-radius: 10px;
  min-height: 35vh !important;
}
.box-steps-1 {
  background-color: #271e17;
  margin-bottom: 1rem;
}
.box-steps-1 p {
  color: #fff;
}
.box-steps-2 {
  background-color: #d8ad01;
  margin-bottom: 1rem;
}
.box-steps-2 h4 {
  color: #271e17;
}
.box-steps-3 {
  background-color: #422e21;
  margin-bottom: 1rem;
}
.box-steps-3 p {
  color: #fff;
}
.about-team-wrapper {
  padding-top: 5rem;
  background-color: #D0CECD;
}

.about-last-team-detail-wrapper {
  background-image: url("../images/bg-sys-rel.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
/* .rect-text-team-about-ahmed::before
{
  content: 'A';
  font-size: 15rem;
  display: inline;
  bottom: -500px;
  position: relative;
  z-index: -10;
} */

.rect-text-team-about-ahmed {
  transition: all ease 0.5s;
  margin-top: 4rem;
}
.rect-text-team-about-ahmed:hover {
  border-left: 3px solid #ffd000;
  padding-left: 2rem;
  border-radius: 10px;
}
.box-right-about-bottom-ahmed {
  margin-top: 4rem;
  margin-left: 4rem;
  background-color: #2b2b2b79;
  backdrop-filter: blur(10px);
  padding: 1rem;
  border-radius: 20px;
  border: 2px solid #ffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;

}
.rect-text-team-about-christopher {
  transition: all ease 0.5s;
  margin-top: 4rem;
}
.rect-text-team-about-christopher:hover {
  border-right: 3px solid #ffd000;
  padding-left: 2rem;
  border-radius: 10px;
}
.box-right-about-bottom-ahmed p {
  color: #ffcc00;
}

.file-input
{
  display: none;
}
.file-label
{
  height: 100px;
  width: 150px;
  border-radius: 6px;
  border: 1px dashed #999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.file-label svg
{
  margin-left: 1rem;
}
.file-label:hover
{
  color: #de0611;
  border: 1px dashed #de0611;
}


.water-sys-wrapper
{
  padding-top: 5rem;
  background-image: url('../images/water-sys.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.dams-wrapper
{
  padding-top: 5rem;
  background-image: url('../images/dams.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.energy-wrapper
{
  padding-top: 5rem;
  background-image: url('../images/energy.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.conveyance-wrapper
{
  padding-top: 5rem;
  background-image: url('../images/conveyance.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.pipeline-wrapper
{
  padding-top: 5rem;
  background-image: url('../images/pipeline.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.transmission-wrapper
{
  padding-top: 5rem;
  background-image: url('../images/transmission.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.text-water-mid
{
  padding: 1.5rem;
  border-bottom: 5px dotted #271e17;
  margin-bottom: 2rem;
}
.p-water-first
{
  border-left: 3px dashed #271e17;
  padding-left: 1.5rem;
}
.p-water-second
{
  border-left: 3px dashed #ffae00;
  padding-left: 1.5rem;
}

.details-chris
{
  border-bottom: 2px solid #271e17;
}



.career-wrapper {
  background-image: url("../images/bg-contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 70vh;
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}
.text-career-main {
  color: #fff;
  font-weight: 650;
  text-align: center;
}
.text-career-main-bottom {
  color: #ffcc00;
  text-align: center;
  font-weight: 680;
}
.paragraph-career-main {
  color: #eaeaea;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
.h4-career-main {
  color: #fff;
  font-weight: 600;
}
.jobs-wrapper {
  margin-top: 5rem;
  background-image: url('../images/bg-jobs.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 5rem;
  padding: 1.5rem;
  border: 1px solid hsl(46, 100%, 8%);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.text-job-h1 {
  font-weight: 600;
}
.text-available-jobs {
  color: hsl(47, 100%, 50%);
  font-style: italic;
}
.h6-jobs {
  padding-top: 0.575rem;
}
.talk-wrapper {
  background-image: url("../images/bg-career-b.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40vh;
  padding-top: 5rem;
}
