.detailed-services-heading,
.aboutus-heading {
  text-align: center;
  margin-top: 170px;
  width: 100%;
}

.heading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 100px;
}
.heading h1 {
  position: relative;
}

.heading {
  height: 100px;
  padding: 18px 0;
  font-size: 32px;
}

.heading {
  color: #1160a1;
}

.heading span {
  color: white;
}

/* .heading h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background-color: rgb(0, 0, 0);
} */

.heading h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background-color: rgb(255, 255, 255);
  float: right;
}

.aboutus-img img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.aboutus-text-block1 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: auto;
  /* margin: 2px auto; */
  overflow: hidden;
  padding: 20px;
}

.detailed-services-img,
.aboutus-img {
  background-color: blue;
  height: auto;
  width: 30rem;
  margin: 20px;
}
.top-aboutus-img {
  display: none;
}

.aboutus-text {
  height: auto;
  width: 100%;
  padding: 20px;
  text-align: justify;
}

.industry-services h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

/* service secction detailed */

.detailed-services-text-block1 {
  /* border: 2px solid red; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 20px auto;
  overflow: hidden;
}

.detailed-services-text {
  height: auto;
  width: 60%;
  padding: 20px;
  text-align: justify;
}

.detailed-services-img {
  background-color: blue;
  height: 90%;
  width: 20rem;
  margin: 20px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.detailed-services-img img {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.detailed-services-blocks h2,
.aboutus-text h2 {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-size: 30px;
  color: #1160a1;
}

.detailed-services-blocks p,
.aboutus-text p {
  margin-bottom: 15px;
  font-weight: 450;
}

.aboutus-text ul {
  margin-bottom: 4px;
}

/* gallery  */

.gallery {
  text-align: center;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}

.gallery h1 {
  padding: 20px 0;
}

.gallery-section {
  margin-top: 170px;
  height: auto;
  margin-bottom: 40px;
}

.gallery-heading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 100px;
}

.gallery-heading h2 {
  position: relative;
}

.gallery-heading {
  height: 100px;
  padding: 18px 0;
  font-size: 32px;
}

.gallery-heading {
  color: #1160a1;
}

.gallery-heading span {
  color: white;
}

.gallery-heading h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background-color: rgb(255, 255, 255);
  float: right;
}

.gallery-block {
  margin-right: 2px;
  width: 45%;
  height: 100%;
}
.gallery-block h3 {
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 0;
  letter-spacing: 1px;
  border-bottom: 2px solid rgb(0, 0, 0);
}

.gallery-block img {
  background-size: cover;
  width: 100%;
  min-height: 100%;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.gallery-item {
  display: flex;
  justify-content: center;
  max-width: 32%;
  height: 210px;
  color: #1160a1;
  margin-bottom: 20px;
}

.before,
.after {
  /* width: 400px; */
  height: 100%;
}

.social-icon {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-right: 15px;
}
.social-icon img {
  height: 34px;
  width: auto;
}

.social-icon a {
  height: 40px;
  width: 40px;
  border: 1px solid #1160a1;
  padding: 3px;
  border-radius: 100%;
  transition: 1s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icon a:hover {
  border: 2px solid #1160a1;
}

.custom-contact {
  color: #1160a1;
  font-weight: 500;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.custom-contact img {
  height: 15px;
  margin-top: 3px;
  margin-right: 10px;
}

/* gallery images section  */
.otherimages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  padding: 10px;
}

.other-img {
  overflow: hidden;
  border-radius: 8px;
}

.other-img img {
  height: 350px;
  object-fit: cover;
  width: 90%;
  border-radius: 8px;
}
.list-service-facility {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: start;
}
.facility-management-service {
  margin: 60px 20px;
}
.facility-management-service h2 {
  font-size: 40px;
  color: white;
  padding: 5px 10px;
}
.facility-management-service .facility-separator {
  position: relative;
  overflow: hidden;
}
.facility-management-service .facility-separator span {
  background-color: #1160a1;
  padding: 10px;
}
.facility-management-service .facility-separator span::before {
  content: "";
  position: absolute;
  background-color: #1160a1;
  width: 128px;
  height: 55px;
  transform: rotate(45deg);
  left: 310px;
  /* right: 0; */
  bottom: 0;
  z-index: -1;
}
.facility-management-service .facility-separator span::after {
  content: "";
  position: absolute;
  background-color: #1160a1;
  width: 100%;
  height: 5%;
  bottom: 0;
}
.facility-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  text-align: center;
}
.facility-block {
  width: 18%;
  margin: 5px;
  font-size: 16px;
  color: white;
  background-color: #1160a1;
  font-weight: 700;
  padding: 40px 20px;
  text-transform: capitalize;

  border-radius: 20px;
}

@media (max-width: 767px) {
  .facility-block {
    padding: 30px 20px;
    width: 30%;
    margin-top: 25px;
    font-size: 14px;
  }
  .facility-blocks {
    justify-content: space-evenly;
  }
}

@media (max-width: 480px) {
  .facility-block {
    padding: 20px 10px;
    width: 90%;
    margin-top: 25px;
    font-size: 14px;
  }
  .list-service-facility {
    height: auto;
  }
}
