* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cantora One", sans-serif;
}
body {
  background-color: #e8ffeb6f;
}
/* Navbar */
/* .navbar {
  position: sticky;
  top: 0;
} */
.navbar-bg {
  /* height: 80px;  */
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out;
}

.navbar-sticky {
  background-color: white !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Banner */
.banner {
  position: relative;
  z-index: 0;
}

.container-fluid.white-bg {
  background-color: white;
}

.navbar a {
  color: #000;
  font-weight: 600;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #61ce70 !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #61ce70;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 50px;
}
.arrow {
  width: 20px;
}
.breadcrumb__bg {
  position: absolute;
  top: 0rem;
  left: -5px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

.breadcrumb__title {
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  color: #fff;
}
.breadcrumb__content h3 {
  color: #fff !important;
}
.breadcrumb-area {
  margin-top: 4rem;
}
.z-index-1 {
  z-index: 1;
}
.fix {
  overflow: hidden;
}
.breadcrumb__list a {
  text-decoration: none;
  color: #ffffffaa;
}
.breadcrumb__list span:not(:last-child) {
  padding-right: 10px;
}
.breadcrumb__list span {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  color: var(--bs-black);
}
.breadcrumb__list span a:hover {
  color: #61ce70;
}
/* section-2 (below Banner) */
.conTact-section-title {
  font-size: 40px;
  font-weight: 700;
  color: #0f0f0f;
  margin-bottom: 10px;
}
.conTact-section-wrap p {
  color: #0f0f0f;
  margin-bottom: 65px;
}
.conTact-section-info {
  margin-bottom: 40px;
}
.conTact-section-info span {
  height: 60px;
  width: 60px;
  display: inline-block;
  text-align: center;
  background: #6ccc44;
  line-height: 60px;
  font-size: 16px;
  color: var(--bs-white);
  border-radius: 50%;
  margin-right: 20px;
  flex: 0 0 auto;
}
.location-1,
.phone-1,
.mail-1 {
  width: 20px;
  height: 20px;
  margin-top: -5px;
}
.conTact-section-info-name h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
.conTact-section-info-name a {
  font-size: 16px;
  font-weight: 400;
  color: #333f4d;
  text-decoration: none;
}
.boX_post-details-subtitle {
  position: relative;
  font-weight: 700;
  font-size: 38px;
  margin-left: 10px;
  margin-bottom: 60px;
}
.boX_post-details-subtitle::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 3px;
  background: #6ccc44;
  top: 3px;
  left: -10px;
}
.conTact-section-box-input input,
.conTact-section-box-input textarea {
  font-size: 14px;
  height: 70px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 26px;
  padding-right: 26px;
  border: none;
  outline: 0.4px solid #6ccc44;
}
.conTact-section-box-input textarea {
  height: 155px;
  resize: none;
}
textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}
.buTon {
  background-color: #6ccc44;
  margin: 20px 0;
  padding: 15px 40px;
  border: none;
  /* border-radius: 7px; */
  font-size: medium;
  cursor: pointer;
  position: relative;
  /* pointer-events: none; */
  transition: all 1s;
  &:after,
  &:before {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 0px solid #fff;
    transition: all 1s;
  }
  &:after {
    top: -1px;
    left: -1px;
    border-top: 2px solid black;
    border-left: 2px solid black;
  }
  &:before {
    bottom: -1px;
    right: -1px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
  }
  &:hover {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;

    &:before,
    &:after {
      width: 100%;
      height: 100%;
    }
  }
}

.buTon:hover {
  background-color: #395646;
  color: #fff;
  cursor: pointer;
  position: relative;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.buTon:hover:after,
.buTon:hover:before {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fooTer-col-2 {
    margin-left: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fooTer-col-3 {
    margin-left: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fooTer-col-4 {
    margin-left: 135px;
  }
}
@media (min-width: 1163px) and (max-width: 1270px) {
  .fooTer-widget {
    width: 16rem;
  }
  .fooTer-widget-call-content p {
    font-size: 14px;
  }
  .fooTer-widget-call-content a {
    font-size: 14px;
  }
  .fooTer-col-2 {
    margin-left: 5rem;
  }
  .fooTer-col-3 {
    margin-left: 4rem;
  }
  .fooTer-col-4 {
    margin-left: 4rem;
  }
}
@media (min-width: 850px) and (max-width: 1164px) {
  .fooTer-col-2 {
    margin-left: 3rem;
  }
  .fooTer-col-3 {
    margin-left: 3rem;
  }
  .fooTer-col-4 {
    margin-left: 3rem;
  }
}
/* Map */
.conTact-section-area {
  padding: 100px;
}
.conTact-section-map {
  height: 590px;
  width: 100%;
}
.conTact-section-map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 450px) {
  .breadcrumb__content {
    text-align: center;
  }
  .fooTer-widget-content ul {
    display: flex;
    justify-content: space-between;
  }
  .fooTer-col-2 {
    margin-left: 0rem;
  }
  .fooTer-col-3 {
    margin-left: 0rem;
  }
  .fooTer-col-4 {
    margin-left: 0rem;
  }
  .fooTer-widget {
    margin-bottom: 20px !important;
  }
  .fooTer-widget-title {
    margin-bottom: 21px;
  }
  .buTon {
    font-size: 15px;
    background-color: #ff6647;

    padding: 10px 17px;
  }
  .boX_post-details-subtitle {
    font-size: 28px;
  }
  .conTact-section-area {
    padding-top: 3rem !important;
  }
}
@media (max-width: 320px) {
  .header-logo img {
    width: 12rem;
    margin-top: 10px;
  }
}
@media (min-width: 426px) and (max-width: 770px) {
  .fooTer-col-2 {
    margin-left: 3rem;
  }
  .fooTer-col-3 {
    margin-left: 3rem;
  }
  .fooTer-col-4 {
    margin-left: 3rem;
  }
}
.footer {
  padding: 30px 50px;
}
.footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social-logos a {
  text-decoration: none;
  color: #000000;
}
.social-logos {
  display: flex;
  align-items: center;
  gap: 20px;
}
.social-logos a:hover {
  color: #6ccc44;
}
