#industries .icon {
  /* border: 1px solid #ca9a6721; */
  padding: 20px;
}

#industries p {
  display: flex;
  justify-content: center;
  align-items: center;
}

#industries .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

#services .card {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-top: 20px;
}

/* #services .column {
  height: 450px !important;
} */

.modal .violence-back::before {
  background: #fff;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: ease-in-out 0.5s;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal .violence-back:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  z-index: -1;
  transition: ease-in-out 0.5s;
}

.modal .violence-back:hover .wel-icon-box {
  background: #0a1d35;
}

.icon-bg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #0a1d35;
  display: flex;
  justify-content: center;
}

.start1 {
  padding: 30px;
}

.fixed-icons {
  position: fixed;
  top: 850%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
}

@media screen and (max-width: 480px) {
  .serve-icon {
    width: 100% !important;
  }
}

/* #about-first-para strong {
  color: #3a3a3a;
} */

#about-sec-para strong {
  color: #ca9a67;
}

@media screen and (max-width: 480px) {
  #mobile-contact h4 {
    text-align: center !important;
  }

  #mobile-contact p {
    text-align: center !important;
  }

  #mobile-contact {
    margin-top: 10px !important;
  }

  .three-col-margin {
    width: 50%;
  }
}

.brands__wrapper div {
  background-color: #ffffffc2;
  align-items: center;
  margin: 0 10px;
  flex-wrap: wrap;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.brands__wrapper img {
  width: 200px;
  height: 100%;
  aspect-ratio: 3/1;
}


.sleepy-text{
  background-color: #fff;
  padding: 10px;
}