body {
  margin: 0;
  padding: 0 !important;
  box-sizing: border-box;
  color: #333333;
  background-color: #f1f4f1;
  font-family: "Neufile Grotesk";
}

ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  font-family: "Neufile Grotesk";
  color: inherit;
  transition: 0.8s;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Albra";
}

p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Neufile Grotesk";
  font-weight: 300;
  margin-bottom: 0;
}

section {
  padding-top: 80px;
}

h4 {
  color: #007a3e;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.flex__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.general__button input {
  margin-top: 40px;
  border: 1px solid #007a3e;
  background-color: #007a3e;
  padding: 12px 32px 10px;
  width: auto;
  color: #f1f4f1;
  font-size: 15px;
  text-transform: uppercase;
  transition: 0.8s;
}
.general__button input:hover {
  background: transparent;
  color: #007a3e;
}

.general-btm {
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 400;
  position: relative;
  transition: 0.5s;
}
.general-btm::before {
  content: "";
  position: absolute;
  bottom: 5%;
  left: 0%;
  width: 60px;
  height: 1px;
  background-color: #007a3e;
  transition: 0.5s;
}
.general-btm::after {
  content: "";
  position: absolute;
  bottom: 5%;
  left: 0%;
  width: 0px;
  height: 1px;
  background-color: #007a3e;
  transition: 0.5s;
}
.general-btm:hover::before {
  width: 0;
}
.general-btm:hover::after {
  width: 60px;
  transition-delay: 0.3s;
}

.event {
  margin-top: 64px;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.event .event__date {
  font-weight: 500;
}
.event .event__venue {
  margin-top: 24px;
  font-weight: 600;
}

form .col {
  margin: 20px 0;
}
form label {
  padding-right: 32px;
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #20517e;
}
form input {
  background-color: #e9ece9;
  border: 1px solid #d8e5d8;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all 0.5s;
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
}
form input:hover {
  border-color: #bebebe;
}
form input:focus-visible {
  outline: none;
}
form input:focus {
  border-color: #007a3e;
}
form .form-select {
  font-size: 14px;
  background-color: #e9ece9;
  border: 1px solid #d8e5d8;
  padding: 12px 36px 10px 12px;
  min-width: 148px;
  width: 100%;
  height: auto;
  line-height: 1.5;
  background-image: url(/images/down-arrow.svg);
  background-size: 16px;
  font-family: "Neufile Grotesk";
}
form .form-select:hover {
  border-color: #bebebe;
}
form .form-select:focus-visible {
  outline: none;
  outline: 0px;
}
form .form-select:focus {
  border-color: #007a3e;
  box-shadow: none;
}
form .form__group {
  margin-bottom: 88px;
  position: relative;
}
form .form__group:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.hidden-by-filter {
  display: none !important;
}

.nice-select .list {
  width: 100%;
}

.accordion {
  --bs-accordion-bg: #fff0;
  --bs-accordion-btn-icon-width: 0.9rem;
}
.accordion ul {
  margin-top: 16px;
}
.accordion p {
  margin-bottom: 15px;
  font-size: 16px;
}
.accordion strong {
  font-weight: 700;
  margin-right: 10px;
}
.accordion .accordion-item {
  color: #333;
  border: 0;
  border-bottom: 1px solid #d8e5d8;
  border-radius: 0;
}
.accordion .accordion-button:not(.collapsed),
.accordion .accordion-button {
  background-color: transparent;
  color: #5e605f;
  font-size: 20px;
  font-weight: 500;
  padding-top: 24px;
  box-shadow: none;
  padding-left: 0;
  gap: 12px;
}
.accordion .accordion-button:not(.collapsed):focus,
.accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("/images/close.svg");
}
.accordion .accordion-button::after {
  background-image: url("/images/open.svg");
}
.accordion .accordion-body h5 {
  font-family: "Neufile Grotesk";
  margin-bottom: 16px;
  font-size: 16px;
}
.accordion .accordion-body p {
  line-height: 24px;
}
.accordion .accordion-body li {
  margin-bottom: 8px;
}

@media screen and (min-width: 1901px) {
  .part {
    margin: 180px auto;
  }
}
.part {
  margin: 80px auto;
}

.intro .container h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 75px;
  color: #007a3e;
  margin-bottom: 20px;
}

.intro .container p {
  text-align: center;
}

.cme_btns {
  justify-content: center;
  margin-top: 40px;
}
.cme_btns a {
  margin-top: 40px;
  border: 1px solid #007a3e;
  background-color: #007a3e;
  padding: 12px 32px 10px;
  width: auto;
  color: #f1f4f1;
  font-size: 15px;
  text-transform: uppercase;
  transition: 0.8s;
  margin: 10px;
}
.cme_btns a:hover {
  color: #007a3e;
  background: #fff;
}

.cme_text {
  font-size: 18px;
  line-height: 28px;
  font-family: "Neufile Grotesk";
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
  margin-top: 40px;
}
.cme_text p {
  margin-bottom: 15px;
}
.cme_text ul {
  margin-bottom: 20px;
  padding-left: 25px;
  list-style: none;
}
.cme_text ul li {
  position: relative;
}

header {
  padding: 10px 0 5px;
  background: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  z-index: 8;
  position: relative;
  transition: all 0.3s;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
header .logo img {
  margin-right: 20px;
}
header img {
  height: 70px;
}
header .menu-btn {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}
header .menu-btn.open .line {
  background-color: #fff;
}
header .menu-btn.open .line:first-child {
  transform: translateY(11px) rotate(45deg);
}
header .menu-btn.open .line:nth-child(2n) {
  transform: translateY(2px) rotate(-45deg);
}
header .menu-btn.open .line:last-child {
  display: none;
}
header .menu-btn .line {
  display: block;
  width: 25px;
  height: 1px;
  margin: 8px 0;
  background-color: #80c243;
}
header .navs.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header .nav-bottom .right {
  display: none;
}
header .nav-bottom .nav-bottom.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header .nav-bottom .nav-bottom.open .close-btn {
  position: fixed;
  top: 0%;
  right: 10px;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  display: none;
}
header .navs ul {
  display: flex;
  justify-content: flex-end;
  margin: 12px 0;
  z-index: 55;
}
header .navs ul li {
  display: inline;
  padding: 2px;
  position: relative;
}
header .navs ul li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .navs ul li:last-child {
  padding-right: 0px;
}
header .navs .nav-bottom li {
  position: relative;
}
header .navs .nav-bottom li a {
  position: relative;
  text-align: left !important;
  justify-content: left !important;
  z-index: 1;
  color: #007a3e;
  font-size: 15px;
  padding: 0 25px;
  font-weight: 600;
  text-transform: uppercase;
  word-spacing: 1px;
  letter-spacing: 0;
}
header .navs .nav-bottom li a:hover {
  text-decoration: underline;
}
header .navs .nav-bottom li a svg {
  width: 8px;
  margin-left: 5px;
}

footer {
  background-color: #0e231a;
  color: #ffffff;
  position: relative;
  margin-top: 90px;
}
footer a {
  color: #ffffff;
  font-weight: 300;
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
footer .bottom ul {
  display: flex;
}
footer .bottom .social ul li a {
  font-size: 14px;
}
footer .bottom .social ul li:nth-child(2) {
  margin-left: 30px;
}
footer .bottom .nav {
  padding-top: 5px;
}
footer .bottom .nav li {
  margin: 0 22px;
  font-size: 13px;
}
footer .bottom .nav li:last-child {
  margin-right: 0;
}

#scroll2::-webkit-scrollbar {
  width: 8px;
  height: 2px;
}

#scroll2::-webkit-scrollbar-track {
  background: #ccc;
}

#scroll2::-webkit-scrollbar-thumb {
  background: #808080;
}

.crf_titile {
  color: #007a3e;
  text-align: center;
  margin-bottom: 55px;
}

@media screen and (max-width: 500px) {
  header {
    width: 100%;
    overflow: hidden;
  }
  header .container {
    padding-left: 3px;
    padding-right: 0;
  }
  header .logo img {
    height: 45px;
    margin-right: 10px;
  }
  .cme_btns {
    flex-wrap: wrap;
  }
  .cme_btns a {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */