.bannernew {
  font-size: 1.3rem;
  line-height: 1.25rem;
  font-weight: 400;
}
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #711204;
  z-index: 99999;
}

#preloader > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

#preloader > div div {
  height: 200px;
  width: 200px;
  background-image: url("../images/mainlogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0px 0px 10px #ffffff);
}
.newstyle {
  margin-top: -51px;
  position: relative;
  z-index: 9999;
  background: white;
}
.whatsapp {
  width: 50px;
  height: 50px;
  background-color: green;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 27px;
}

.whatsapp:hover {
  background-color: #fff;
  color: green;
}
.facebook {
  width: 50px;
  height: 50px;
  background-color: blue;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 27px;
}
.facebook:hover {
  background-color: #fff;
  color: blue;
}
.tiktok {
  width: 50px;
  height: 50px;
  background-color: rgb(196, 194, 194);
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 27px;
}
.container-media {
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
  position: fixed;
  bottom: 95px;
  left: 14px;
}

.whatsapp-icon {
  margin-top: 12px;
}
.projects_item {
  position: relative;
  a {
    width: 100% !important;
    height: 100% !important;
  }
  img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
}

.projects_item {
  position: relative;
  overflow: hidden;
}

.projects_item img {
  display: block;
  width: 100%;
  height: 431px !important;
}
@media screen and (max-width: 500px) {
  .adreessubfoter{
    display: none !important;
  } 
}