#header {
  background-color: #a1720a;
  color: #fff;
  height: 100vh;
  font-family: "Poppins", sans-serif;
}
.head-title {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  font-size: 54px;
}
.head-title:hover {
  color: #fff;
}
.banner {
  background-image: url(img/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, #d48103 0%, #000000 100%);
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner-title {
  z-index: 99999;
}
.banner-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.banner-btn {
  padding: 15px 35px;
  border: 2px solid #fff;
  background-color: transparent;
  margin: 0 10px;
  z-index: 99999;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-weight: 600;
}
.banner-btn:hover {
  text-decoration: none;
  background-color: #fff;
  color: #a1720a;
  transition: all 0.4s;
}
.white-strip {
  padding: 50px;
  background-color: #ffffff;
  z-index: 999;
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
.white-strip > h3 {
  font-family: "Poppins", sans-serif;
  color: #a1720a;
  font-size: 36px;
  font-weight: 700;
}

.content-section {
  padding: 80px 0;
}
.section-title {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1;
  color: #a1720a;
  text-align: center;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.service-bx {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 50px;
  margin: 5px;
}
.service-bx:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  transition: all 0.4s;
}
.service-bx > .fa {
  color: #000;
  font-size: 68px;
  margin: 30px auto;
}
.service-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #a1720a;
  text-align: center;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.add-div {
  margin: 40px 0 30px;
  height: 100%;
  width: 100%;
  text-align: center;
}
.open-para {
  color: #334443;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}

.gallery-section {
  background-color: #efefef;
}

.gallery-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  clip-path: circle(50% at 50% 50%);
}
#img2 {
  width: 100%;
  border: 2px solid #a1720a;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.contact-btn,
.contact-foot-btn {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 30px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #a1720a;
  border: 2px solid #a1720a;
  background-color: transparent;
}
.contact-btn:hover,
.contact-foot-btn:hover {
  text-decoration: none;
  background-color: #a1720a;
  border-color: #a1720a;
  color: #fff;
  transition: all 0.4s;
}
.map-section {
  background-color: #a1720a;
}
.map-col {
  display: flex;
  align-items: center;
}
.map-img {
  width: 100%;
  margin: 10px 0;
}

footer {
  padding: 30px 0;
}
.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) {
  .banner-title h1 {
    font-size: 46px;
  }
  .service-bx {
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-btn {
    padding: 15px 20px;
  }
  .gallery-img {
    width: 100%;
    height: 397px;
    margin: 0 0 15px 0 !important;
  }
  .gallery-section.content-section {
    padding: 80px 0;
  }
  .add-div {
    text-align: center;
    padding: 0px;
    margin-bottom: 30px;
  }
  .banner-title h1 {
    font-size: 34px;
    text-align: center;
  }
  .white-strip {
    padding: 50px 20px;
  }
  .white-strip h3 {
    font-size: 24px;
  }
  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;
  }
  .contact-foot-btn {
    padding: 20px 15px;
  }
  .footer-heading + br {
    display: none;
  }
  footer .contact-foot-btn + br {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .banner-btn {
    padding: 15px 10px;
    font-size: 14px;
  }
  .contact-foot-btn {
    padding: 20px 7px;
  }
  .gallery-img {
    height: 287px;
  }
}
