/* Header Styling */
/* Transition Effect */
.sweep-to-right {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1000ms;
  transition: color 2000ms;
}
.sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #179d24;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 300ms ease-out;
  transition: 800ms ease-out;
}
.sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* End Transition Effect */
header .top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  background-color: #343a40;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}

.top-nav .icon .fa-lock-open {
  font-size: 30px;
  color: white;
}

.top-nav .buttons a {
  text-decoration: none;
  cursor: pointer;
  margin: 0 15px 0 0;
  padding: 10px 12px;
  border: 2px solid rgb(255, 255, 255);
  background: transparent;
  backdrop-filter: blur(10px);
  outline: 0;
  color: rgb(255, 255, 255);
  transition: background-color 0.8s ease-in-out;
  border-radius: 10px;
}
.top-nav .buttons a:hover {
  color: white;
  border-color: white;
  background-color: rgb(0, 0, 0);
}

.top-nav .logo {
  font-size: 22px;
  font-weight: 700;
  font-family: "Rampart One", cursive;
  color: rgb(255, 255, 255);
  text-align: center;
}

/* End header styling */

.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% 75%, 0% 91%, 0% 100%, 0% 66%, 0% 0%);*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner-title {
  text-align: center;
  padding: 50px 15px;
  z-index: 3;
  border-radius: 10px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.541);
  backdrop-filter: blur(20px);
  color: rgb(255, 255, 255);
  font-weight: 800;
  font-family: sans-serif;
  font-size: 35px !important;
}

.site-title > h2 {
  color: #179d24; /* paste color code here for site heading ........................... */
  font-family: Florence, cursive;
  font-size: 42px;
  font-weight: 700;
  opacity: 1;
  text-align: center;
}
.gallery-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.add-div {
  display: flex;
  flex-direction: column;
}
.add-div > div {
  background-color: #343a40; /* paste color code here ........................... */
  padding: 50px 50px 70px 50px;
  margin: -70px auto 0 auto;
  text-align: center;
}

.open-para {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.contact-btn,
.contact-foot-btn {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 30px;
  background-color: #179d24; /* paste color code here --------------------- */
  color: #ffffff;
  font-family: Florence, cursive;
  border-radius: 2px;
  text-transform: uppercase;
}

.contact-btn:hover,
.contact-foot-btn:hover {
  text-decoration: none;
  color: #343a40;
}

.content-section {
  padding: 80px 0;
}
.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: 9 !important;
}
.contact-details {
  position: relative;
  z-index: 9 !important;
  border-radius: 15px;
  margin: -60px 50px 0;
  padding: 50px;
}
.contact-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  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: #179d24;
}
.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;
}
.social-icons {
  text-align: center;
}
.social-icon:hover {
  background: #fff;
  transition: all 0.4s;
}
.social-icon:hover .fa {
  color: #179d24;
}
.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) {
  .contact-details {
    padding: 50px 20px;
    margin: -60px 0px 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .site-title > h2 {
    font-size: 36px;
  }
  .add-div > div {
    padding: 30px 15px 60px 15px;
    margin: 0px auto 0 auto !important;
  }

  .gallery-img {
    margin: 0 0 20px 0;
    height: 280px;
    width: 100%;
  }
  .contact-details .row .contact-data:nth-child(2) {
    margin: 50px 0;
  }

  .footer-heading {
    margin-bottom: 10px;
  }
  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;
  }
}

@media screen and (max-width: 576px) {
  /* Top Header media query */

  header .top-nav {
    padding: 10px 3px;
    flex-flow: column;
  }

  header .top-nav .logo {
    font-size: 22px;
    padding-left: 5px;
    margin: 20px 0;
  }

  header .top-nav .buttons a {
    padding: 7px 5px;
    font-size: 14px;
    margin-bottom: 50px;
  }

  .add-div2 {
    display: none;
  }
  .banner-title {
    font-size: 25px;
  }
  /*End - Top Header media query */
}

@media screen and (max-width: 320px) {
  header .top-nav {
    flex-flow: column;
  }
  .top-nav .logo {
    font-size: 14px;
    margin: 5px 0;
  }
}
