.banner {
  height: calc(100vh - 60px - 60px);
}
.banner .carousel {
  height: inherit;
}
.banner .carousel .carousel-inner {
  height: 100%;
}
.banner .carousel .carousel-inner .item {
  height: 100%;
}
.banner .claim {
  position: absolute;
  left: 50%;
  text-align: center;
  bottom: 10px;
  font-size: 21px;
  line-height: 32px;
  text-shadow: 2px 1px #555;
  color: #fff;
}
.banner .claim hr {
  margin: 5px -45px;
}
.banner .claim a {
  color: #fff;
}
.banner .claim .inner {
  position: relative;
  left: -50%;
}
.banner .claim .inner .first-text {
  font-size: 35px;
  font-weight: 300;
}
.stripeclaim {
  background: #69cdc0;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.stripeclaim h1 {
  font-weight: 300;
  margin: 0;
  font-size: 34px;
}
.txtHome {
  padding: 10px 0;
}
.imgbottom {
  position: relative;
  overflow: hidden;
  min-height: 215px;
  padding: 15px 0;
}
.imgbottom .container {
  position: relative;
  z-index: 2;
}
.imgbottom .container .greentext {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.imgbottom .container .btn.btn-light-g {
  padding: 5px 60px;
}
.imgbottom .alpha {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.4;
  z-index: 1;
}
@media (max-width: 767px) {
  .banner {
    height: 300px;
  }
  .imgbottom .alpha {
    width: 100%;
  }
}



