@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

.main-menu ul li { margin-right: 10px; }
.content h2 { line-height: 2; }
.content i { font-size: 30px; color: #236836; }
.copy-right-text-1 { text-align: center; }
.content a { color: #236836; font-weight: bold; }

.banner-area { min-height: 600px; }
.banner-title { font-size: 38px; line-height: 55px; }
.banner-info { padding: 0; }

.tp-supporter__slider { padding-bottom: 0; border-bottom: none; }

.accordion-body img { max-width: 100%; }

.owl-nav button { position: absolute; top: 40%; }
.owl-nav button i { font-size: 5rem; color: #236836; background: rgba(250, 250, 250, 0.8); padding: 0 20px; }
.owl-nav .owl-prev button { position: absolute; left: 20px; }
.owl-nav .owl-next button { position: absolute; right: 20px; }

.blog-post h1 { text-align: center; }
.blog-post .blog-content { padding: 0 60px; }

.nav-links { color: #31512a; }
.nav-links .page-numbers { margin: 0 5px 0 0; }
.nav-links .current { background: #eee; color: #ccc; padding: 0 5px; }
.nav-links a { font-weight: bold; }
.nav-links .next, .nav-links .prev  { text-transform: uppercase; }

.img-verti { float: left; width: 50%; }

.logo { padding: 5px 0; }

ul.footer-menu-1 li a { color: #31512a; font-size: 20px; font-family: 'Montserrat', sans-serif; font-weight: 700; }

p strong { letter-spacing: 1px; }

.wpcf7-form label { width: 100%; }

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  color: #7f8080;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 70px;
  background: #ffffff;
  font-weight: 400;
  border: 1px solid #dfe0e5;
  outline: none;
  padding: 0px 20px;
  width: 100%;
  border-radius: 4px;
}

.wpcf7-form input::placeholder {
  color: #7f8080;
  font-size: 14px;
}

.wpcf7-form textarea {
  height: 200px;
  padding: 20px;
}

.wpcf7-form textarea::placeholder {
  color: #7f8080;
  font-size: 14px;
}

.wpcf7-form .nice-select {
  width: 100%;
  padding: 12px 20px;
  height: 70px;
  color: #7f8080;
  font-size: 14px;
  outline: none;
  border: 1px solid #dfe0e5;
  margin-bottom: 20px;
}
.wpcf7-form .nice-select:focus {
  border: 1px solid #dfe0e5;
}

.wpcf7-form .nice-select::after {
  width: 7px;
  height: 7px;
}

.wpcf7-form input.wpcf7-submit {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  border: 1px solid #236836;
  outline: none;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  color: #ffffff !important;
  background: #236836;
  text-align: center;
  padding: 0px 38px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  width: 200px;
}

.wpcf7-form-control-wrap { position: inherit !important; }


@media (max-width: 768px) {
	.banner-area { min-height: 500px; }
	.banner-title { font-size: 24px; line-height: 34px; }

	.owl-nav button { top: auto; bottom: 10%; }

	.blog-post .blog-content { padding: 0 20px; }

	ul.footer-menu-1 li a { color: #fff; }
}