#header{
    padding: 15px 0;
    background-color: #fff;  /* paste color code here ------------------ */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    color: #1A2C3B;
    min-height: 90px;
    font-family: 'Bebas Neue', cursive;
    display: flex;
    align-items: center;
}

#header a{
  text-decoration: none;
  color: #1A2C3B;


}
.head-title, .head-subtitle{
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
}

.head-title:hover, .head-subtitle:hover{
  color: #1A2C3B;
}

.head-title{
  font-size: 26px;
}

.head-subtitle{
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
}
.flex-head{
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}

.banner{
  background-image: url(img/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 480px;
}

.banner-img{
  float: right;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.add-div{
  padding: 80px;
  text-align: center;
  margin-top: -80px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.site-title > h2{
  color: #1A2C3B;
  font-family: 'Bebas Neue', cursive;
  font-size: 42px;
  font-weight: 700;
  opacity: 1;
  text-align: center;
  margin-bottom: 30px;
}
.gallery-imgs{
    text-align-last: justify;
}
.gallery-img{
    width: 32%;
    height: 350px;
    object-fit: cover;
    vertical-align: top;
}
.open-para{
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.add-div > .contact-btn{
  background-color: #1A2C3B !important; /* paste color code here --------------------- */
  color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.section-title{
  text-align: center;
  color: #1A2C3B;
  font-family: 'Bebas Neue', cursive;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-btn, .contact-foot-btn{
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 40px;
  letter-spacing: 1.8px;
  background-color: #fff; /* paste color code here --------------------- */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  color: #1A2C3B;
  font-family: 'Bebas Neue', cursive;
  border-radius: 2px;
  text-transform: uppercase;
}
.contact-btn:hover, .contact-foot-btn:hover{
  text-decoration: none;
  color: #1A2C3B;
}
.map-section{
  background-color: #1A2C3B;
  padding: 40px 0;
  text-align: center;
}
.map-col{
  display: flex;
  align-items: center;
}
.map-img{
  width: 50%;
  margin: 10px auto;
}
footer{
  padding: 30px 0;
  border-top: 1px solid #fff; /* paste color code here ----------------- */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.footer-heading{
  color: #393e46;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.foot-text{
  color: #334443;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  list-style: none;
}

.foot-text > li > span{
  min-width: 45px;
  float: left;
}


@media only screen and (max-width: 991px){
  .add-div {
    height: auto;
    width: 100%;
    padding-bottom: 100px;
  }
  .site-title h2{
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px){
  .head-title, .head-subtitle {
    text-align: center;
  }
  .header-link{
    width: 50%;
    display: inline-block;
  }
  .flex-head {
    margin-top: 10px;
  }
  .fh1{
    justify-content: flex-start;
  }
  .add-div{
    padding: 50px 15px 70px 15px;;
  }
  .gallery-img{
    width: 100%;
    margin-bottom: 10px;
  }
  .add-div div{
    margin: 10px 0px;
    text-align: center;
  }
  .site-title h2{
    font-size: 32px;
  }
  .map-img{
    width: 80%;
    margin: 10px auto;
  }
  footer .row .col-md-4:first-child,footer .row .col-md-4:nth-child(2){
    width: 50%;
  }
  footer .row .col-md-4:last-child{
    margin-top: 30px;
    text-align: center;
  }
  .foot-text > li > span{
    float: none;
    margin-right: 10px;
  }
}
