body {
  font-family: proxima-nova-1, proxima-nova-2, Montserrat, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 26px;
  font-weight: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 15px;
}

ul li {
  margin-bottom: 15px;
}

p {
  margin-bottom: 15px;
}

.page_header {
  padding: 100px 0px;
  position: relative;
  color: #fff;
}

.page_header .container {
  position: relative;
  z-index: 3;
}

.page_header .container .logo {
  margin-bottom: 20px;
}

.page_header::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #222;
  opacity: .6;
}

.terms_conditon {
  position: relative;
  padding: 100px 0px;
}

.terms_conditon h1 {
  font-size: 30px;
}

footer {
  background: #e41e1e;
  padding: 10px;
}

footer p {
  margin: 0px;
  color: #fff;
}

footer p a {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */