@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff !important;
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.topbar {
  border-top: 3px solid #cd3125;
  border-bottom: 3px solid #cd3125;
  background-color: #ffffff !important;
  padding: 3px 0px 3px;
  display: block;
}
.white-clr {
  background: #fff;
}
.logo {
  float: left;
  transition: 0.2s;
}
.logo img {
  transition: 0.2s;
}
.top-add {
  padding-top: 13px;
}
.top-add i {
  background: #f2f2f2;
  height: 35px;
  width: 35px;
  color: #6d6d6d;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  display: inline-block;
  font-size: 16px;
  float: left;
}
.top-add span {
  font-size: 14px;
  color: #575757;
  display: flex;
}
.footer {
  background: #f3f3f3;
  padding: 35px 0px 20px;
}
.bottom-link {
  text-align: left;
}
.bottom-link h4 {
  font-size: 18px;
  color: #575757;
  font-weight: bold;
  text-transform: uppercase;
}
.bottom-link h4:after {
  content: '';
  display: block;
  height: 3px;
  width: 50px;
  background: #cd3125;
  margin-top: 7px;
}
.bottom-link p {
  text-align: left;
  font-size: 14px;
  color: #2b211d;
}
.bottom-link p a {
  color: #2b211d;
  text-decoration: none;
}
.bottom-link p span {
  font-size: 14px;
  color: #d1bba6;
  line-height: 20px;
  display: inline-block;
  padding-left: 15px;
}
.bottom-link p i {
  font-size: 18px;
  color: #d1bba6;
  line-height: 20px;
  float: left;
  margin-right: 5px;
}
.bottom-link ul {
  margin: 0;
  padding: 0;
}
.bottom-link ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #cecccc;
  padding: 9px 0;
  margin-right: 128px;
}
.bottom-link ul li a {
  font-size: 13px;
  color: #575757;
  line-height: 20px;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
.bottom-link ul li a:hover {
  color: #b4000b;
}
.bottom-logo {
  background: #f3f3f3;
  padding: 5px 0;
  margin-top: 50px;
}
.bottom-logo p {
  font-size: 16px;
  color: #2b211d;
  text-align: center;
}
.bottom-red {
  background: #b4000b;
  padding: 11px 0 1px;
}
.bottom-red p {
  font-size: 14px;
  color: #fff;
  padding-top: 5px;
}
.bottom-red p.txt-rht {
  text-align: right;
}