/* Header Styling */
.site_btn {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 2px solid rgb(255, 255, 255);
  padding: 12px 15px;
  background-color: #545a02;
  transition: background-color 0.4s;
}
.site_btn:hover {
  background-color: white;
  border-color: #545a02;
  color: #545a02;
}
header {
  display: flex;
  flex-flow: column wrap;
}

.top_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  padding: 20px 60px;
}

.logo {
  font-size: 1.4rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.logo::first-letter,
.logo span {
  margin: 0 0 0 10px;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #545a02;
}

.call_btn span {
  margin: 0 3px;
}

.call_btn a {
  text-decoration: none;
  padding: 10px;
  color: white;
  font-size: 1.4rem;
}

.call_btn a .fa-phone {
  color: #545a02;
  font-size: 1.4rem;
  margin: 0 5px;
}

/* ------------------------ */

.banner {
  background-image: url(./img/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 480px;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 92%, 0% 100%, 0% 66%, 0% 0%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}
.banner-title {
  z-index: -1;
  background-color: rgba(74, 80, 61, 0.7);
  padding: 50px;
  margin: 9% auto;
}

.banner-title > h2 {
  color: #fff; /* paste color code here ........................... */
  font-family: "Oswald", sans-serif;
  font-size: 52px;
  font-weight: 700;
  opacity: 1;
  z-index: 999;
}
.time-section {
  position: relative;
  background-image: url(img/back2.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 360px;
  clip-path: polygon(
    0% 0%,
    100% 10%,
    100% 100%,
    0% 90%,
    0% 100%,
    0% 66%,
    0% 0%
  );
}

.add-div {
  min-height: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.open-para {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.contact-btn {
  background-color: #a0937d !important; /* paste color code here --------------------- */
}
.contact-btn,
.contact-foot-btn {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 30px;
  background-color: #a0937d; /* paste color code here --------------------- */
  color: #fff;
  font-family: "Oswald", sans-serif;
  border-radius: 2px;
  text-transform: uppercase;
}

.contact-btn:hover,
.contact-foot-btn:hover {
  text-decoration: none;
  color: #fff;
}

/* ------------------------------------------------- */
/* Gallery Styling */
.gallery {
  display: block;

  margin: 50px 0 100px;
}

.section_title {
  text-align: center;
  font-size: 50px;
  color: #545a02;
  text-transform: uppercase;
}
.gallery .img_sec {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  padding: 0 60px;
}
.gallery .img_sec .img_box {
  padding: 10px;
  width: 34%;
  height: 400px;
  overflow: hidden;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
  border: 1px solid gray;
  margin-bottom: 20px;
}
.gallery .img_sec .img_box img {
  height: 80%;
  width: 100%;
}
/* End Gallery Styling */

/*  Map Styling */
.map {
  background-color: rgb(221, 218, 218);
  padding: 50px 20px;
}
.map_sec {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding: 20px 20px;
  background-color: #545a02;
}

.map_sec .map_img {
  width: 50%;
}
.map_sec .map_img img {
  width: 100%;
}
.map_sec .map_src {
  width: 50%;
}
/* End Map Styling */

/* Footer Styling */
.contact_dtl {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  height: 300px;
  margin-top: 70px;
}
.detail_box {
  width: 30%;
  height: 80%;
  padding: 20px 20px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  text-align: center;
}
.detail_box h3 {
  margin: 40px 0;
  font-size: 22px;
}
.detail_box p {
  margin: 20px 0;
}
.footer_btm {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}
/* /Footer Styling */
/* ------------------------------------------------- */

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .banner-title > h2 {
    font-size: 36px;
    text-align: center;
    margin: 0 20px;
  }
  .gallery-img#img1 {
    margin: -80px 5px;
    height: 420px;
  }
  .gallery-img#img2 {
    height: 320px;
    margin: -30px 0px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .top_nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .logo {
    text-align: center;
    margin-bottom: 20px;
  }

  .flex-head a {
    font-size: 14px;
  }
  .contact-foot-btn {
    padding: 20px 15px;
  }
  .footer-heading + br {
    display: none;
  }

  .banner-title > h2 {
    font-size: 36px;
    text-align: center;
    margin: 0 20px;
  }
  .head-title,
  .head-subtitle {
    text-align: center;
  }
  .header-link {
    width: 50%;
    display: inline-block;
  }
  .flex-head {
    margin-top: 10px;
  }
  .fh1 {
    justify-content: flex-start;
  }
  #img2 {
    display: none;
  }
  .gallery-img#img1 {
    margin: 20px 0px;
    height: 420px;
    width: 100%;
  }
  .time-section {
    padding: 30px 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;
  }
}

@media screen and (max-width: 576px) {
  .footer_btm .logo,
  .footer_btm .logo span,
  .footer_btm .logo::first-letter {
    font-size: 18px !important;
    margin: 0 2px;
  }
  .footer_btm {
    margin-top: 20%;
    padding: 20px 0;
  }
  .map_sec {
    padding: 5px;
  }
  .map {
    padding: 0 10px;
  }
  .top_nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .site_desc h2 {
    text-align: center;
    font-size: 1.9rem;
    padding: 0 20px;
  }
  .gallery .img_sec .img_box {
    width: 100%;
    height: auto;
  }
  .gallery .img_sec {
    display: flex;
    flex-flow: column;
    padding: 0 30px;
  }

  .gallery {
    margin-bottom: 0;
  }
  .map_img {
    display: none;
  }
  .map_sec .map_src {
    width: 100%;
  }

  .contact_dtl {
    flex-flow: column;
    padding: 0 20px;
    height: auto;
  }
  .detail_box {
    width: 100%;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 320px) {
  .contact-foot-btn {
    padding: 20px 7px;
  }
}
