#header {
  padding: 15px 0;
  background-color: #7F1404;
  color: #fff;
  min-height: 90px;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
}

#header a {
  text-decoration: none;
  color: #fff;
}

.head-title,
.head-subtitle {
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
}

.head-title:hover,
.head-subtitle:hover {
  color: #fff;
}

.head-title {
  font-size: 26px;
  line-height: 1.3;
}

.head-subtitle {
  font-size: 18px;
  letter-spacing: 1px;
}

.flex-head {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}

.banner {
  background-image: url(img/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 90vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner-overlay,
.contact-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner-title {
  z-index: 99999;
}

.banner-title > h2 {
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  opacity: 1;
  margin: 0 20px;
}

.content-section {
  padding: 80px 0;
}

.section-title {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1;
  color: #7F1404;
  text-align: center;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.gallery-section {
  background-color: #deeeea;
}
.gallery-img {
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.img-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin: 10px 0;
}
#img1 {
  width: 36%;
  height: 220px;
}
#img2 {
  width: 62%;
  height: 320px;
}
.img-row2 {
  align-items: flex-start !important;
}
#img3 {
  width: 62%;
  height: 320px;
  margin-left: -20%;
}
#img4 {
  width: 56%;
  height: 220px;
}

.add-div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /*padding-top: 10%;*/
}
.add-div .section-title {
  margin-bottom: 0px;
}
.open-para {
  color: #334443;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.contact-btn,
.contact-foot-btn {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 30px;
  color: #7F1404;
  background-color: transparent;
  border: 2px solid #7F1404;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
  text-transform: uppercase;
}

.contact-btn:hover,
.contact-foot-btn:hover {
  background-color: #7F1404;
  text-decoration: none;
  color: #fff;
  transition: all 0.4s;
}

.map-col {
  display: flex;
  align-items: center;
}
.map-img {
  width: 100%;
  margin: 10px 0;
}
.map-section iframe {
  z-index: -1;
}
.map-section .container {
  z-index: 9999 !important;
}
.contact-details {
  position: relative;
  z-index: 9999 !important;
  border-radius: 15px;
  margin: 0px 50px 0;
  padding: 50px;
}
.contact-overlay {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  opacity: 1 !important;
  z-index: 1;
}
.contact-details .row div {
  z-index: 99;
}
.contact-data {
  text-align: center;
}

footer {
  padding: 80px 0 60px;
  background-color: #7F1404;
}
.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;
}
.social-icons {
  text-align: center;
}
.social-icon:hover {
  background: #fff;
  transition: all 0.4s;
}
.social-icon:hover .fa {
  color: #7F1404;
}
.social-icon {
  border: 2px solid #fff;
  padding: 8px;
  width: 34px;
  height: 34px;
  border-radius: 25px;
  margin: 5px;
}
.social-icon .fa {
  font-size: 18px;
  color: #fff;
  margin: 0 2px;
}
.foot-site-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .banner-title h2 {
    font-size: 42px;
  }
  .contact-details {
    padding: 50px 20px;
    margin: -60px 0px 0;
  }
   #header a {
    font-size: 14px;
}
}

@media only screen and (max-width: 767px) {
  .head-title,
  .head-subtitle {
    text-align: center;
  }

  .flex-head {
    margin-top: 10px;
  }
  .fh1 {
    justify-content: center;
  }
  .img-row {
    display: block;
    margin: 0;
  }
  .add-div .section-title {
    margin-bottom: 20px;
  }
  .gallery-img {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
    height: 260px !important;
  }
  .gallery-section.content-section {
    padding: 80px 0;
  }
  .add-div {
    text-align: center;
    padding: 30px 10px 40px;
    align-items: center;
    justify-content: center;
  }
  .add-div div {
    margin: 10px 0px;
    text-align: center;
  }
  .banner-title h2 {
    font-size: 32px;
    text-align: center;
  }
  .flex-head a {
    font-size: 14px;
  }
  .contact-details .row .contact-data:nth-child(2) {
    margin: 50px 0;
  }

  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;
  }
  .footer-heading + br {
    display: none;
  }
}
