.homepage .hero {
  min-height: 380px;
  height: 600px;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 480px) {
  .homepage .hero {
    height: 460px;
  }
}
.homepage .hero h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
  .homepage .hero h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 640px) {
  .homepage .hero h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .homepage .hero h1 {
    font-size: 28px;
  }
}
.homepage .hero p {
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .homepage .hero p {
    font-size: 1.1em;
  }
}
.homepage .hero p.minor {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 0;
}
.homepage .hero .btn.btn-primary {
  width: 320px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 22px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 480px) {
  .homepage .hero .btn.btn-primary {
    width: 100%;
  }
}
.homepage .hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: inherit;
  z-index: -1;
  object-fit: cover;
  background-size: cover;
  max-width: none;
}
.homepage .featured {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.homepage .featured ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.homepage .featured ul li {
  width: 20%;
  padding: 0 8px;
  margin: 12px 0;
  min-width: 148px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .homepage .featured ul li {
    width: 100%;
  }
}
.homepage .featured ul li img {
  display: inline-block;
  vertical-align: middle;
}
.homepage .multi-device {
  position: relative;
}
.homepage .multi-device div.meta {
  transition: all 0.3s ease-in-out;
  width: 50%;
  min-height: 480px;
  padding: 80px 120px;
}
@media screen and (max-width: 1140px) {
  .homepage .multi-device div.meta {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 980px) {
  .homepage .multi-device div.meta {
    width: 50%;
    background: rgba(255, 255, 255, 0.75);
  }
}
@media screen and (max-width: 780px) {
  .homepage .multi-device div.meta {
    width: 100%;
    padding: 80px 5%;
  }
}
.homepage .multi-device div.meta .icon {
  font-size: 60px;
  line-height: 60px;
  color: #0070ba;
  margin-bottom: 20px;
}
.homepage .multi-device div.meta h3 {
  color: #0070ba;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.homepage .multi-device div.meta p {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0.01em;
  line-height: 1.6;
}
.homepage .multi-device div.meta a {
  text-transform: uppercase;
  min-width: 180px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 320px) {
  .homepage .multi-device div.meta a {
    width: 100%;
  }
}
.homepage .multi-device div.intro {
  transition: all 0.3s ease-in-out;
  width: 50%;
  min-height: 480px;
  background: url('../images/sky-field-agriculture-harvest.jpg') center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 980px) {
  .homepage .multi-device div.intro {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.homepage .multi-feature {
  background: #f5f5f5;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .homepage .multi-feature {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.homepage .multi-feature .feature {
  padding: 80px 120px;
  width: 50%;
}
@media screen and (max-width: 1140px) {
  .homepage .multi-feature .feature {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 780px) {
  .homepage .multi-feature .feature {
    width: 100%;
    padding: 80px 5%;
  }
}
.homepage .multi-feature .feature.one {
  background: #679e37;
}
.homepage .multi-feature .feature.two {
  background: #5b6abf;
}
.homepage .multi-feature .feature h3 {
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.homepage .multi-feature .feature ul li {
  margin-bottom: 20px;
}
.homepage .multi-feature .feature ul li .icon {
  float: left;
  width: 46px;
  font-size: 36px;
  line-height: 36px;
}
.homepage .multi-feature .feature ul li .content {
  margin-left: 60px;
}
.homepage .multi-feature .feature ul li .content div {
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  line-height: 1;
}
.homepage .multi-feature .feature ul li .content p {
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.75);
}
.homepage .multi-feature .feature ul li:after {
  content: '';
  display: block;
  clear: both;
}
.homepage .multi-feature .feature a {
  text-transform: uppercase;
  min-width: 180px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 320px) {
  .homepage .multi-feature .feature a {
    width: 100%;
  }
}
.homepage .testimonials {
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.85)), url(../images/pexels-photo-109026.jpg) center no-repeat;
  background-size: cover;
}
.homepage .testimonials h3 {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.homepage .testimonials #owl-demo {
  position: relative;
}
.homepage .testimonials #owl-demo .item {
  text-align: left;
}
@media screen and (max-width: 780px) {
  .homepage .testimonials #owl-demo .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.homepage .testimonials #owl-demo .item .slide-content,
.homepage .testimonials #owl-demo .item .media {
  width: 50%;
  overflow: hidden;
}
.homepage .testimonials #owl-demo .item .slide-content img,
.homepage .testimonials #owl-demo .item .media img {
  display: block;
  width: 100%;
  height: auto;
}
.homepage .testimonials #owl-demo .item .slide-content {
  background: #0070ba;
  padding: 60px;
}
.homepage .testimonials #owl-demo .item .slide-content .table {
  text-align: left;
}
.homepage .testimonials #owl-demo .item .slide-content p {
  font-weight: 300;
  font-style: italic;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 1.6;
}
.homepage .testimonials #owl-demo .item .slide-content p:before,
.homepage .testimonials #owl-demo .item .slide-content p:after {
  content: '"';
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}
.homepage .testimonials #owl-demo .item .slide-content h4 {
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}
.homepage .testimonials #owl-demo .item .slide-content h4 i {
  margin-right: 8px;
}
@media screen and (max-width: 1020px) {
  .homepage .testimonials #owl-demo .item .slide-content {
    background: rgba(255, 255, 255, 0.15);
    padding: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .homepage .testimonials #owl-demo .item .media {
    display: none;
  }
}
