.bodyColor {
  background-color: #f8faf8;
  min-height: calc(100vh - 107px);
  background-image: linear-gradient(rgba(248, 250, 248, 0.4) 85%,
      rgba(255, 255, 255, 0.9) 95%),
    url("/img/bg.jpg");
  background-size: 105% auto;
  background-position: top;
  background-repeat: no-repeat;
  transition: all 200ms linear;
}

.footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #1c2f42;
  color: white;
  text-align: center;
}

p {
  text-indent: 50px;
  text-align: justify;
  font: normal normal 17px "Open Sans", Arial, sans-serif;
  color: #000000;
  text-decoration: none;
  line-height: 25px;
  margin: 0em 1em 0em 1em;
  padding: 0px 0px 0px 0px;
  text-transform: none;

}

.pCenter {
  text-indent: 0px;
  margin: 0em 1em 0em 1em;
  text-align: center;
}

.li {
  list-style-image: url("/img/c3f03f776cac85e16fc5599b39a5951e.png");
  margin-left: 50px;
  font: normal normal 17px "Open Sans", Arial, sans-serif;
  color: #000000;
  text-align: left;
  line-height: 25px;
}

.li a {
  color: #70a800;
}

.textPhoto {
  color: #70a800;
  text-decoration: none;
  text-align: center;
  line-height: 14px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}

.blockHeader,
.pageHeader {
  line-height: normal;
  color: #70a800;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

.pageHeader {
  font: 1.5em "Dosis", Arial, sans-serif;
  padding: 0px;
  margin: 1.2em;
}

.blockHeader {
  font: 1.2em "Dosis", Arial, sans-serif;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.line {
  width: 120px;
  margin: 2.5em 0.5em 0em 0.5em;
  height: 2px;
  border: 1px solid #70a800;
}

.squareBanner {
  background-color: rgba(255, 255, 255, 0.5);
  border: 3px solid #487e50;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  width: 200px;
  height: 225px;
  font: normal normal 20px "Poppins", Arial, sans-serif;
  line-height: normal;
  color: #000000;
  text-align: center;
  line-height: 26px;
  position: relative;
  vertical-align: middle;
}

.squareBanner .layer1 {
  position: absolute;
  opacity: 1;
  transition: opacity 1s;
}

.squareBanner .layer2 {
  position: absolute;
  opacity: 0;
  top: 30%;
  transition: opacity 1s;
}

.squareBanner:hover .layer1 {
  opacity: 0;
  transition: opacity 1s;
}

.squareBanner:hover .layer2 {
  opacity: 1;
  transition: opacity 1s;
}

.squareBanner div,
.squareBanner2 div {
  margin-top: 0.5em;
}

.squareBanner2 {
  background-color: rgba(255, 255, 255, 0.5);
  border: 3px solid #487e50;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  width: 320px;
  height: 300px;
  font: normal normal 20px "Poppins", Arial, sans-serif;
  line-height: normal;
  color: #000000;
  text-align: center;
  line-height: 26px;
}

#navbar2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
}

#navbar2 li:hover ul {
  display: block;
}

#navbar2 li {
  float: left;
  position: relative;
}

#navbar2 li a {
  border-top: 2px solid #487e50;
  border-bottom: 2px solid #487e50;
  display: block;
  padding: 0px 6px 0px 6px;
  margin: 0px 3px 0px 3px;
  color: #666;
  text-decoration: none;
  text-align: left;
}

#navbar2 ul li a {
  border-top: 2px solid transparent;
  /* border-bottom: 2px solid #487e50;
  display: block;
  padding: 0px 6px 0px 6px;
  margin: 0px 3px 0px 3px;
  color: #666;
  text-decoration: none;
  text-align: left; */
  background-color: #f8faf8;
}

#navbar2 ul li {
  float: none;
}

#navbar2 a {
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  width: auto;
  font-weight: bold;
}

#navbar2 a:hover,
#navbar2 .active {
  background-color: #70a800;
  color: #fff;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transition-duration: 1s;
}

#navbar2 .active {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

#navbar2 .active a {
  color: #fff;
}

#navbar2 .active ul li a {
  color: #666;
}

#navbar2 li:hover ul {
  animation-duration: 1s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.price {
  color: #e97909;
}

.btn-order {
  border-radius: 20px;
  background-color: #e97909;
  border: 0px;
  margin-top: 5px;
  padding-top: 1px;
  padding-bottom: 3px;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  transition-duration: 1s;
}

.btn-order:hover {
  border: 0px;
  transition-duration: 1s;
  background-color: #ffc107;
  color: #fff;
}

.btn-jump {
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 20px 20px 20px 20px;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  background-color: #70a800;
  border: 2px solid #487e50;
  color: #fff;
  font-weight: bold;
  width: 300px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.btn-jump:hover {
  transition-duration: 2s;
  border-radius: 20px 20px 20px 20px;
  color: #fff;
  background-color: #487e50;
  transform: scale(0.98);
  opacity: 0.9;
}

@keyframes btn-jump {
  from {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  to {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  50% {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.topMailTo {
  margin-top: 0.5em;
  font-size: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  transition: all 1s;
  color: #487e50;
  text-decoration: none;
  vertical-align: middle;
}

.topMailTo:hover {
  scale: 0.95;
  transition: all 1s;
}

.topMailTo a {
  color: #487e50;
  text-decoration: none;
}

.btn-scroll {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  bottom: 35px;
  right: 20px;
  width: 74px;
  height: 74px;
  text-align: center;
  vertical-align: -web;
  z-index: 999;
  cursor: pointer;
  transition: background-color 0.3s, opacity 0.4s;
}

.btn-scroll.btn-scroll--show {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 2s;
}

.btn-scroll.btn-scroll--show:hover {
  height: 100px;
  transition: height 1s;
}

.greenRoundBorder {
  border-radius: 10px;
  border: 2px solid #487e50;
}

.greenRoundBorderDashed {
  border-radius: 20px;
  border: 2px dashed #487e50;
}

.paginator {
  color: #70a800;
}

.animationType1 {
  opacity: 0;
  transform: translateY(-25%);
}

.animationType1.element-show {
  opacity: 1;
  transition: all 0.5s;
  transform: translateY(0%);
}

/* main screen hyper links */
.greenRoundBorder2 {
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 20px 20px 20px 20px;
  font-size: 16px;
  background-color: #fff;
  border: 2px solid #487e50;
  color: #000;
  height: 60px;
  padding: 1rem;
  transition: all 1s;
}

.greenRoundBorder2:hover {
  transition-duration: 2s;
  border-radius: 20px 20px 20px 20px;
  color: #000;
  background-color: #dbf0b2;
  transform: scale(0.98);
  opacity: 0.9;
  transition: all 1s;
}

ul li {
  list-style-type: none;
}

ol li,
ol li ul li,
ol li p {
  text-indent: 2em;
  line-height: normal;
  margin: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ol li ul li,
ol li ul p {
  margin-left: -2.3em;
}

ol li,
ul li {
  font: normal normal 17px "Open Sans", Arial, sans-serif;
  text-align: justify;
  list-style-position: inside;
}

ul li span,
ol li span,
p a span {
  font-weight: bold;
}

.pdfimage::before {
  content: url(/img/pdf.png);
}

.pdfimage {
  margin-top: 0.5em;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.lineHeightSmall {
  line-height: 12px;
}

a,
a:hover {
  text-decoration: none;
}

.navbarfixed {
  background-color: #ffffff;
  z-index: 5;
  position: sticky;
  top: 0;
  font-size: 1em;
  border-radius: 5px;
  transition: 1s;
}

@media screen and (max-width: 1200px) {
  .navbarfixed {
    font-size: 0.8em;
  }

  .menubutton {
    position: fixed;
    top: 5em;
    right: 1em;
    background-color: white;
    z-index: 9999;
  }

  .menudata {
    position: fixed;
    padding-top: 2em;
    top: 0em;
    right: 0em;
    opacity: 1;
    z-index: 9999;
    font-size: 0.8em;
    background-image: linear-gradient(#ffff, #49A16C);
    transition: all 1s;
  }
}

@media screen and (max-width: 768px) {
  .navbarfixed {
    font-size: 0.8em;
    transition: all 1s;
  }

  .topMailTo {

    font-size: 15px;
    margin-top: 0em;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all 1s;
    color: #487e50;
    text-decoration: none;
    transition: all 1s;
    white-space: nowrap
  }

  .btn-order {
    border-radius: 20px;
    background-color: #e97909;
    border: 0px;
    margin-top: 0em;
    padding-top: 1px;
    padding-bottom: 3px;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    transition-duration: 1s;
    white-space: nowrap
  }
}