/* Genreral Css */
:root {
  --green1-color: #a8d18d;
  --green2-color: #70AD46;
  --green3-color: #3a5521;
}

html {
  height: 100%;
}

body {
  font-family: 'Oxygen', sans-serif;
  padding: 0;
  margin: 0;
}

/*----------------------------*/
/* Header */
#header {
  background-color: var(--green1-color);
  width: 100%;
}

#header h3 {
  color: var(--green3-color);
}

@media (min-width : 992px) {
  #header li>a {
    color: #fff;
    /* font-weight: bold; */
    background-color: var(--green2-color);
    border: 3px solid #000;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 0px 1px;
    font-size: 1.5em;
  }

  #header a:hover {
    color: var(--green2-color);
    background-color: #fff;
  }

  #header h6 {
    font-size: 1.9em;
    font-weight: 700;
    color: var(--green3-color) !important;
  }
}

@media (min-width : 992px) {
  .offcanvas {
    visibility: visible;
    position: relative;
    background: none;
    border: none;
    justify-content: end;
  }
}

@media (max-width : 991px) {
  .offcanvas {
    width: 250px !important;
  }

  .offcanvas-start-lg {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
  }

  .offcanvas-header {
    background-color: var(--green2-color);
  }

  #header li>a {
    color: var(--green3-color);
    /* font-weight: bold; */
  }

  #header h6 {
    background-color: var(--green2-color);
  }
}

@media (max-width : 576px) {
  .text-md-center {
    text-align: center !important;
  }
}

/* .navbar-nav li a {
  color: white !important;
} */
/*-------------*/
.bg-image {
  background-image: url("images/bg.jpeg");
  /* position: absolute; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box  h4 {
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 5px #000;

}

.box  h5 {
    color: #fff;
    text-shadow: 2px 2px 5px #000;

}

.box  a {
    text-shadow: none;

}


.box1 h4 , h5 {
    color: #847f7c;
}

.box1 {
  position: relative;
  background-color: #ffffff;
}

.box {
	position: relative;
	background: #70ad4626;
  border: 3px solid var(--green3-color);
}
.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 20px 40px;
  border-color: transparent transparent transparent #fff;
}

@media (max-width : 991px) {
  .arrow {
    transform: rotate(90deg);
    border-width: 14px 0 12px 20px;
  }


/*-----------*/
/*Footer*/
