.more{
	display: none;
}
.post{
	
	text-align: justify;
}
.post:not(:last-child){
	margin-bottom: 30px;
}
a1 {
  color: #ff5200;
  text-decoration: none;
  background-color: transparent; }
  
 a1:hover {
    color: #b33900;
    text-decoration: underline; }

 a1:not([href]) {
  color: inherit;
  text-decoration: none; }

 a1:not([href]):hover {
    color: inherit;
    text-decoration: none; }


.btn-outline-primary1 {
  color: #ff5200;
  border-color: #ff5200; }

  .btn-outline-primary1:hover {
    color: #fff;
    background-color: #ff5200;
    border-color: #ff5200; }
  .btn-outline-primary1:focus, .btn-outline-primary1.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 82, 0, 0.5); }
  .btn-outline-primary1.disabled, .btn-outline-primary1:disabled {
    color: #ff5200;
    background-color: transparent; }
  .btn-outline-primary1:not(:disabled):not(.disabled):active, .btn-outline-primary1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary1.dropdown-toggle {
    color: #fff;
    background-color: #ff5200;
    border-color: #ff5200; }
    .btn-outline-primary1:not(:disabled):not(.disabled):active:focus, .btn-outline-primary1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary1.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 82, 0, 0.5); }

  .btn1 {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.370rem 0.70rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn1 {
      transition: none; } }
  .btn1:hover {
    color: #212529;
    text-decoration: none; }
  .btn1:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 82, 0, 0.25); }
  .btn1.disabled, .btn:disabled {
    cpacity: 0.65; }

    .btn-style1 {
  padding: 10px 30px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  transition: 0.3s ease-in;
  border-radius: var(--border-radius); }