body
{
	font-family: 'Poppins', sans-serif;
	color: #1b2514;
	font-size: 18px;
	line-height: 26px;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'EB Garamond', serif;
  margin-bottom: 0; 
  color: #111;
}
  
  a:hover {
  text-decoration: none; }

  p
  {
    margin-bottom: 10px;
  }

  textarea {
  resize: none;
}

.navbar-nav .nav-item a{
    color: #6a9651;
}

.register-button a.nav-link
{
    padding: 6px 16px !important;
    border-radius: 6px;
    border: 1px solid;
    box-sizing: border-box;
    margin-left: 20px;
}

.register-button a.nav-link img
{
    width: 20px;
    margin-left: 8px;
}

.banner-top-line
{
    text-align: center;
    background-color: #50703d;
    color: #e7f1e0;
    padding: 8px 0;
    font-weight: 600;
}

.banner-text-highl
{
    padding: 80px 0;
}

.banner-text-highl h1, .banner-text-highl h4
{
    font-family: 'Poppins', sans-serif;
}

.banner-text-highl h1
{
    color: #85BB65;
    font-size: 65px;
}

.banner-text-highl h4
{
    color: #6a9651;
    font-size: 28px;
}

.banner-bottom-text
{
    background-color: #85BB65;
    color: #fff;
    padding: 60px 0;
}

.banner-bottom-text p{
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
}

.banner-bottom-text span
{
    font-size: 22px;
    font-weight: 600;
}

.banner-right-ken img
{
    margin-top: -275px;
}

.about-section
{
    padding: 50px 0;
}

.about-section h2
{
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    color: #50703d;
    margin-bottom: 15px;
    font-weight: 400;
}

.featured-left-part h4
{
    color: #354b28;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 900;
    font-style: italic;
}

.featured-left-part p
{
    color: #1b2514;
}

.featured-right-part h4
{
    color: #cee4c1;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 900;
    font-style: italic;
}

.featured-right-part p
{
    color: #e7f1e0;
}

p.big-text
{
    font-size: 22px;
}

.featured-section
{
    background: linear-gradient(90deg, #cee4c1 50%, #6a9651 50%);
}

.snd-fet-section h2 , .snd-fet-section-2nd h2{
    color: #50703d;
    font-style: italic;
    font-size: 32px;
    font-weight: bold;
}

.snd-fet-section-2nd
{
    background: #e7f1e0;
}

.account-registrations-section
{
    background: #e7f1e0;
    /* min-height: 300px; */
    margin-top: 80px;
}

.account-registrations-heading-part
{
    background-color: #85BB65;
    color: #e7f1e0;
    min-height: 500px;
    position: absolute;
    top: -250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.account-registrations-heading-part h4, .account-registrations-heading-part-2nd h4
{
    color: #e7f1e0;
    font-size: 32px;
    font-style: italic;
}

.account-registrations-benefit h5{
    font-size: 22px;
    font-weight: 600;
    color: #50703d;
    font-family: 'Poppins', sans-serif;
}

.account-registrations-heading-part-2nd
{
    background-color: #85BB65;
    color: #e7f1e0;
    min-height: 294px;
    position: absolute;
    top: -150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.higl-text
{
    color: #6a9651;
    font-weight: bold;
}

.counter-number-section
{
    background-color: #1b2514;
}

.counter-number-section p
{
    color: #e7f1e0;
    text-align: center;
}

.counter h1 {
    font-weight: normal;
  }
  
  .counter li {
    display: inline-block;
    font-size: 1em;
    list-style-type: none;
    padding: 10px 25px 5px 25px;
    text-transform: uppercase;
    color: #85BB65;
    text-align: center;
  }
  
  .counter li span {
    display: block;
    font-size: 4.5rem;
  }

  .counter-number-section ul 
  {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .counter-number-section ul span
  {
    color: #85BB65;
    font-size: 25px;
  }

  .counter-number-section ul li #days, .counter-number-section ul li #hours, .counter-number-section ul li #minutes,
  .counter-number-section ul li #seconds
  {
    font-size: 90px;
    padding-bottom: 6px;
    line-height: 70px;
  }

  .colo-iocn
  {
    font-size: 52px !important;
    font-weight: 600 !important;
  }

  .footer-section
  {
    background: #354b28;
    color: #9dc984;
    padding-top: 50px;
  }

  .footer-section a{
    color: #9dc984;
  }

  .wd-80
  {
    width: 80%;
  }

  .wd-20
  {
    width: 20%;
  }

  .social-icons li
  {
    margin-left: 15px;
  }

  .contact-details li
  {
    margin-right: 15px;
    margin-left: 15px;
  }

  .copy-text
  {
    font-size: 14px;
  }

  .navbar-toggler
  {
    border-color: #85bb65;
  }

  .navbar-toggler:focus
  {
    box-shadow: none;
    border: 2px solid #50703d;
  }

  .navbar-toggler i
  {
    color: #50703d;
  }
