@import url(https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&display=swap);
.btn:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}
.btn.btn-action.less_round, .btn.btn-action.lr, .btn.btn-outline-action.less_round, .btn.btn-outline-action.lr {
  border-radius: 10px !important;
}
.btn.btn-action.btn-sm, .btn.btn-outline-action.btn-sm {
  padding: 0.5rem 1rem;
}
.btn.btn-action {
  background: #1f261d;
  border-color: #1f261d;
  border-radius: 24px !important;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.8rem 1rem;
  color: #fff;
}
.btn.btn-action:active, .btn.btn-action:focus, .btn.btn-action:hover {
  background: #4e5f4a !important;
  border-color: #4e5f4a !important;
}
.btn.btn-action.green {
  background: #3ba42e !important;
  border-color: #3ba42e;
}
.btn.btn-action.green:hover {
  background: #4cc93c !important;
  border-color: #4cc93c !important;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background: #fff;
}
body nav.navbar {
  transition: 0.2s linear;
  background: #fff;
  height: 80px;
  width: 100%;
  position: fixed;
  top: -80px;
}
body nav.navbar .nav-item .nav-link {
  color: #000;
}
body nav.navbar.darken {
  top: 0px;
  border-bottom: 4px solid #99ad95;
  background: #657c60;
}
body nav.navbar.darken .nav-link, body nav.navbar.darken .nav-item .active {
  color: #fff;
}
body nav.navbar.darken .logo {
  color: #fff !important;
  font-size: 3rem;
  font-family: "Dancing Script", cursive;
}
body header {
  background: url("https://marketifythemes.net/html/arlo/img/slider/1.jpg");
  min-height: 400px;
  position: relative;
  padding-bottom: 5rem !important;
}
body header .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #657c60;
  opacity: 0.95;
}
body header p {
  font-size: 1.2rem;
}
body header .logo {
  font-family: "Dancing Script", cursive;
  font-size: 4rem;
  color: #fff;
}
body header .after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  overflow: hidden;
}
body section.heading {
  margin-bottom: 3rem;
}
body section.heading h3 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0px;
  color: #657c60;
}
body section.heading h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
body .videowrapper {
  min-width: 348px !important;
  max-width: 348px !important;
  min-height: 348px !important;
  max-height: 348px !important;
  overflow: hidden;
  border-radius: 348px;
}
body .videowrapper video {
  margin-left: -1px;
  border-radius: 348px;
  overflow: hidden !important;
}
body section.content_block p {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
}
body section.portfolio .portfolio_nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  padding: 0px;
}
body section.portfolio .portfolio_nav a {
  padding-right: 1rem;
  margin-right: 1rem;
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  color: #333;
}
body section.portfolio .portfolio_nav a:not(:last-child) {
  border-right: 1px solid #f1f1f1;
}
body section.portfolio .portfolio_nav a.active {
  font-weight: 600 !important;
  color: #657c60;
  text-decoration: underline;
}
body section.portfolio .wrapper {
  padding: 0.5rem;
  background: #f1f1f1;
  position: relative;
  border-radius: 5px;
}
body section.portfolio .wrapper:hover {
  background: #e5e5e5;
}
body section.portfolio .wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body section.portfolio .wrapper img {
  width: 100% !important;
  border-radius: 5px;
  margin-bottom: 0.8rem;
}
body section.portfolio .wrapper h2 {
  margin-bottom: 0px !important;
  font-size: 1.3rem;
}
body .footer_before {
  padding-top: 5rem;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
body footer {
  margin-top: -1px;
  color: #fff;
  background: url("/media/footer.png") 0 100% #657c60;
  background-repeat: no-repeat;
  height: 500px;
}
body footer a {
  color: #fff;
}
