
.display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: black;
  letter-spacing: 4px;
  padding: 30px 50px;
  font-weight: bold;
}
.borderhvr:hover {
  border: 2px solid black !important;
  box-shadow: 7px 7px 7px rgba(0,0,0,0.7) !important;
}

.img {
  background-image: url("../Images/back.jpg");
  min-height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.display-container {
  position: relative;
}

.imgI{
  margin: 40px;
  width: 350px;
  height: 300px;
}
.container {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.googleMap{
  margin-top: 0px!important;
  width: 450px!important;
  width: 100%!important;
  height: 300px!important;
  height: 100%!important;
}

.googleMap:hover{
  box-shadow: 7px 7px 7px rgba(0,0,0,0.5);
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  opacity: 0.8;
}
.hovereffect {
  max-width: 425px;
  width: 100%;
  max-height: 300px;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-bottom: 50px;
  margin-top: 50px;
  display: block; 
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3em;
  padding-top: 7em!important;
  opacity: 0.6!important;
  text-align: center;
}
.hovereffect img {
  position: relative;
  max-width: none;
  margin: 40px;
  width: 350px;
  height: 300px;
}
.hovereffect h2 {
  text-transform: uppercase;
  color: white;
  position: relative;
  font-size: 17px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px 30px 30px 30px;
  text-align: center;
}