/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: > 0.05%,last 11 versions,IE >=8,iOS >= 7,Android >= 4
*/

html, body, .feature-area {
  width: 100%;
  height: 100%;
}

.logo>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo>a>img {
  width: 36px;
}

.logo>a>span {
  margin-left: 0.3em;
  font-size: 1.8em;
  letter-spacing: .1em;
  color: #fff;
}

.feature-area {
  height: unset;
  min-height: calc(100% - 95px);
  background-image: url(../img/ai.jpg);
  padding-bottom: 0;
  color: #fff;
}

.feature-area .sec-title {
  padding-top: 100px;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.feature-area .sec-title>h2 {
  margin-bottom: 0;
  padding-bottom: 30px;
  color: #fff;
  font-weight: normal;
}

.feature-area .sec-title h2 .sec-title-border {
  border-top: 2px solid #fff;
}

.feature-area .contact-address {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1.3em;
}

.footer {
  padding: 35px 0;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
}

.footer::before {
  opacity: 1;
}