.diamond {
  position: absolute !important;
  top: -15px !important;
  left: 0 !important;
  z-index: 10 !important;
  width: 190px !important;
}

.m-0 {
  margin: 0 !important;
}

.bg-gray {
  background: #f7f7f7;
}

.bg-white {
  background: #ffff;
}

.navbar .nav-left {
  width: 40%;
}

.navbar .nav-right {
  width: 60%;
}

/* Gallery */

/* clear fix */

.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid {
  width: 103%;
  margin-left: -1.5%;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 22%;
  margin: 0 1.5% 3%;
  box-shadow: 0px 2px 20px #0e0e0e3b;
}

@media only screen and (max-width: 1440px) {
  .grid-sizer,
  .grid-item {
    width: auto;
    margin: 0 5% 3%;
  }
}

@media only screen and (max-width: 1024px) {
  .grid {
    width: 104%;
    margin-left: -2%;
  }
  .grid-sizer,
  .grid-item {
    width: 46%;
    margin: 0 2% 4%;
  }
}

@media only screen and (max-width: 480px) {
  .grid {
    width: 100%;
    margin-left: 0;
  }
  .grid-sizer,
  .grid-item {
    width: 100%;
    margin: 0 0 7%;
  }
}
.logo-footer{
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdddd;
  margin-bottom: 40px;
}
.grid-item {
  float: left;
}

.grid-item a:focus {
  outline: none;
}

.grid-item img {
  display: block;
  width: 100%;
}
#header3 .navbar .nav-left img {
  width: 40%;
  padding: 4px 0;
}
#Offer .modal-body {
  height: 336px;
  padding: 60px;
}
#Offer .modal-body h2 {
  color: #f9464f;
  font-family: "Niconne", cursive;
  font-size: 45px;
  padding-bottom: 10px;
}
