.page-id-196{
background-image: url("/wp-content/uploads/2023/05/Beton-Adobe-Stock.jpg");
}


.box-container {
  position: relative;
		width: 100%;
}


@media screen and (max-width: 780px) {
.head-background{
background-color: #f5f5f5;
}
}



.box-image {
  display: block;
  width: 100%;
  height: auto;
}

.box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,.8);
  z-index: 0!important;
}

.box-container:hover .box {
  opacity: 1;
}

.box-text {
  color: white;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 2vh;
  left: 50px;
}

.box-arrow {
  color: white;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.box-logo {
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
		max-width: 400px;
  width: 70%;
  z-index: 10!important;
}

.box-logo-image {
  border: 8px solid#727272;
  padding: 15%;
  background-color: #fff;
		margin-top: 50px;
}

.box-logo-image-mak {
  border: 8px solid#727272;
  padding: 10% 15%;
  background-color: #fff;
		margin-top: 50px;
}

.linear-back {
  width: 100%;
  background: rgb(239,129,26);
  background: linear-gradient(90deg, rgba(239,129,26,1) 0%, rgba(52,77,97,1) 33%, rgba(16,67,111,1) 66%, rgba(228,55,36,1) 100%);
}

table {
  border-width: 0px;
}

td {
  border-width: 0px;
}