body {
  margin: 0px;
  padding: 0px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}


.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
  display: block;
  margin: .125em;
}


.dropend:hover > .dropdown-menu {
  position: absolute;
  top: 0;
  left: 90%;
}

 
 



.bg-black {
  background-color: black;
}



.header-bg {
  background-image: url(../img/models/bg-head.jpg);
  border: 5px white;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.img-responsive {
  width: 100%;
  height: 100%;
}

.title {
  font-size: 26px;
}

.b-outline {
  border: 5px solid;
}

.j-t {
  text-align: justify;
  text-justify: inter-word;
}

whatsapp-img {
  width: 15px;
  height: 15px;
}
.social{
  width: 50px;
  height: 50px;
}


.gallery-block.grid-gallery{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}

@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }




}



@media (max-width: 576px) {


  .dropend:hover > .dropdown-menu {
  position: absolute;
  top: 0;
  left: 50%;
}
}

