html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  position: relative;
  min-height: 100%
}
.white {
  bottom: 0;
  height: 225px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.white img {
  width: 100%;
}
@media (max-width: 1300px) {
  .white {
    bottom: -100px;
  }
}
@media (max-width: 768px) {
  .white {
    bottom: -150px;
  }
}
@media (max-width: 500px) {
  .white {
    bottom: -160px;
  }
}
h1,h2,h3,h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
p {
  line-height: 1.5;
}
p a , .list li a {
  color: #8AC908;
  transition: 0.3s;
  text-decoration: none;
}
p a:hover , .list li a:hover {
  color: #8AC908;
  opacity: 0.8;
  text-decoration: none;
}
.text-faded {
  color: rgba(255, 255, 255, 0.6);
}
.page-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer-top {
	background-color: #3B3B3B;
}
.btn-primary {
  padding: 10px 35px;
  background-color: #FC9401;
  border-color: #FC9401;
  font-weight: 500;
  font-size: 17px;
  font-family: "DM Sans", sans-serif;
  border-radius: 10px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #8EC63F;
  border-color: #8EC63F;
  outline: none;
  box-shadow: none;
}
button:focus {
  outline: none;
  border: none;
}
.header {
  padding: 120px 0 250px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 50px 0 90px 0;
  }
  .header h1
  {
    font-size: 35px;
  }
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(244, 249, 246, 1) , rgba(244, 249, 246, 0.75));
}
.navbar .nav-item .nav-link {
  color: #3B3B3B;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.3s all ease-in;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
.navbar .nav-item .nav-link.active , .navbar .nav-item .nav-link:hover { color: #8EC63F;}
.dropdown-menu {
	border: none;
}
@media screen and (max-width: 1199px) {
	.dropdown-menu {
	   border-top: 5px solid #8EC63F;
	   border-bottom: 5px solid #8EC63F;
	   border-radius: 0;
	}
}
.navbar-toggler {
  border: none;	
}
.navbar-toggler:focus {
    outline: 0;
	box-shadow: none;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #8EC63F;
    background-color: #8EC63F;
    border-color: #8EC63F;
}
.header-secondary {
	padding-top: 60px;
    padding-bottom: 60px; 	
	background-color: #f4f9f6;
}
::marker {
	color: #8AC908;
	font-weight: 700;
}
.form-floating label {
  padding-left: 15px;
}
.form-control {border-radius: 0;}
.form-control:focus {
  border-color: rgba(55, 63, 39,0.4);
  outline: none;
  box-shadow: none;
}
.min-height-text-area {
  min-height: 160px!important;
}
@media (max-width:768px) {
  .width-mobile {
    width: 98% !important;
  }
}
.bg-light-green {
	background-color: #F4F9F6;
}
.footer-container {
  background-color: #333333;
  position: absolute;
  left:0;
  right:0;
  top: 100%;
}
.border-radius-default {
	border-radius: 40px
}
.dropdown-item.active, .dropdown-item:active {
    color: #8AC908;
    text-decoration: none;
    background-color: transparent;
}
.w-row {
	max-width: 1150px;
	margin: auto;
}