.wrapper1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
}

.image {
  width: 450px;
  position: relative;
}

.img {
  width: 100%;
  display: block;
  margin: auto;
}

.content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.6s;
}

.content:hover {
  opacity: 1;
}

.content h1 {
  font-size: 42px;
  color: #00ff84;
  margin-bottom: 10px;
}

.content p {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}

.content > * {
  transform: translateY(25px);
  transition: transform 0.6s;
}

.content:hover > * {
  transform: translateY(0px);
}
/* .networktext {
    color: white;
    margin-right: 50rem;
    position: relative;
    z-index: 1;
  }
  .networktext h2 {
    color: white;
  } */
.page-top-navigaation {
  padding: 15px 0;
  text-align: center;
}

/* .our_culture_container {
  width: 85%;
  margin: auto;
  margin-bottom: 1rem;
} */

.gallery_container {
  margin: auto;
  text-align: center;
}
.gallery_container h2 {
  /* font-size: 30px;
  font-weight: 400;
  margin-bottom: 2.5rem; */
}
.gallery_container > div > p {
  /* margin-top: 2rem;
  font-size: 20px;
  font-weight: 400; */
}
.gallery_img {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .gallery_img {
    flex-direction: column;
  }
}

/* mymodel.css */

.my-model-container {
  display: flex;
  flex-direction: column;

  background-color: #ffffff;
  padding: 20px 20px;
  position: relative;
  z-index: 999;
  max-width: 750px;
  width: 90%;
  margin: auto;
  border-radius: 8px;
}
.my-model-form {
  max-height: 80vh;
  overflow: auto;
  padding: 5px;
}
.my-model-label {
  padding-bottom: 20px;
  color: #616161;
  display: block;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}

.my-model-input {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  color: black;
  /* margin-bottom: 15px; */
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* .my-model-submit-button {
  background-color: #5d5d5d;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 8px;
}

.my-model-submit-button:hover {
  background-color: #45a049;
} */

.close-button {
  position: absolute;
  top: -16px;
  right: -16px;
  border: none;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  height: 32px;
  width: 32px;
  background: #c00000;
  border-radius: 50px;
}
.error-message {
  color: #ff0000;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 0;
}

.career-two-col-wrap {
    width: 100%;
    padding-top: 150px;
    background-color: #000;
  }
  
  .data-col a {
    display: flex;
    font-size: 14px;
    align-items: center;
    margin-left: 10px;
  }
  
  .data-col a img {
    margin-right: 5px;
    height: 15px;
  }
  












/* .Work_main {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: auto;
}

.about_us {
    display: flex;
    flex-direction: row;

}

.about_us>div {
    width: 60%;
     font-weight: 300;
    line-height: 1.6rem;
    padding-right: 2rem;
    word-spacing: 5px;
}

.about_us>img {
    width: 40%;
    height: 500px;

}
.open_position{
    margin: auto;
}
.open_position > h2{
   font-size: 28px;
   color: red;
} */
