.section {
  display: block;
  height: 101vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 10px none #fff;
  font-size: 34px;
  line-height: 40px;
}

.section.section-4 {
  height: 100vh;
  background-color: #0a141f;
}

.bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.bg._3 {
  background-color: #fff;
  background-image: url('../images/binary.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body {
  background-color: #fff;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  margin-bottom: 20px;
}

.footertxt {
  padding: 5px 0px 0px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  text-align: left;
}

.footertxt._2 {
  padding-right: 0px;
  text-align: right;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.footersml {
  margin-top: 5px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 12px;
}

.image-2 {
  display: block;
  width: 100%;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.row {
  width: 800px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 80px 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #0a141f;
}

.image-3 {
  width: 700px;
}

.herotxt {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #9b1b1f;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.herotxt.lwr {
  margin-bottom: 35px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media (max-width: 991px) {
  .section.section-4 {
    display: block;
  }
  .div-block-4 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footertxt {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .footertxt._2 {
    padding-right: 0px;
    text-align: center;
  }
  .column {
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-3 {
    width: 600px;
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .section {
    height: 100vh;
  }
  .div-block-4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footertxt {
    text-align: center;
  }
  .footertxt._2 {
    text-align: center;
  }
  .column {
    margin-top: 20px;
  }
  .image-3 {
    width: 450px;
    max-width: 450px;
  }
}

@media (max-width: 479px) {
  .section {
    height: 100vh;
  }
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .link-block {
    width: 250px;
  }
  .image-3 {
    width: 250px;
    max-width: 250px;
  }
}

