
ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #000000;
}

   /*======= Bottom header ========*/
.bottom_header {
  padding-bottom:0px;
}
.bottom_header .logo_holder {
  background-image: none ;
  height:150px;
  margin-top: 5px;
}
.bottom_header .logo_holder a {
  display: inline-block;
  vertical-align: top;
  width:100%;
  height:100%;
}
.bottom_header .address_container {
  padding-left:20px;
  padding-top:20px;
  margin-top: 30px;
}  
.bottom_header .address_container .text_holder h3 {
  color: #262626;
  margin: 0;
}
.finance_text p {
  color: #000000;
}
.finance_text a {
  font-weight: 700;
  font-size: 12px;
  color:#1a8bb3;
  display: inline;
  text-transform: capitalize;
  text-decoration: underline;
  margin-top: 0px;
}
footer .bottom_footer {
  font-family: 'Alegreya', serif;
  font-size: 12px;
  text-align: center;
  border-top:1px solid #3a3a3a;
  margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
footer .bottom_footer p,
footer .bottom_footer a {
  display: inline-block;
}