   .line{
      position: relative;
      margin-bottom: 2rem;
      word-spacing:8px; letter-spacing: 10px
    }
    .box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}
    .line::after{position: absolute; bottom: -1rem;left: 0;right: 0; width: 6rem;height: 2px;background: #008842;margin:0 auto;content: '' } 
    .pagination {align-items:center;justify-content: center;margin-top: 2rem}
    .pagination li{
    	  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
    }

    .border-line{
    	 padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;

  background-color: #fff;
  border: 1px solid #dee2e6;
    }
    .lead{ padding:0.5rem; height: 3.5rem; overflow: hidden; }

    .bg_gray{background: #e8e8e8;padding-top: 2rem;padding-bottom: 2rem;border-bottom: 1px solid rgba(0,0,0,0.1)}

    .p_t2{
padding-top: 2rem
    }
    .middle_pad{background: #e8e8e8;padding-top: 2rem;padding-bottom: 2rem;border-bottom: 1px solid rgba(0,0,0,0.1)}

    a:hover{text-decoration: none;}


.navbar-dark{
          background: #008842;
          box-shadow: 0 0 5px #333333
        }
        .btn-outline-success {
  color: #dddddd;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
        .navbar-brand img{ padding:0 0.75rem;
  font-size: 1.25rem;width: auto;
  line-height: 1;height: 3rem}


	a.product_item{background:#008842;color: white;border-radius: 4px;padding:4px 12px;margin:20px 20px 10px 0px;display: inline-block;}
	a.product_item:hover{background:#014e26}

.bg_blue{color:#69aef8}
.bg_green{
 color: #008842
}
a.btn_green{
  background: #008842;
  color: white;
  padding: 4px 20px;
  border-radius: 8px;
  border:1px solid #bbc60d;
  display: inline-block;
  margin-top: 20px;

}