.saas-hero-2:before {
	content: '';
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 40px;
	border-right-color: #fff;
	border-bottom-color: #fff;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.blog-b .saas-hero-2:before {
  display: none;
}
.saas-hero-2 .container-fluid .row-fluid .page-center,
.saas-hero-2 .page-center {
  max-width: 860px !important;
}
.saas-hero-2.banner.text-center {
  padding: 110px 0;
}
.saas-hero-2.banner ul {
  display: inline-block;x
  margin: 0 0 45px;
}

.saas-hero-2.banner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(17, 22, 30, 1), rgba(0, 0, 0, 0.4));
}
.banner h3 a {
  color: #fff;
}
.banner.text-center .dir-arrow {
  margin: 75px auto 0;
  text-align: center;
}

.dir-arrow {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;

  -webkit-animation-fill-mode:both;
  -moz-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  -o-animation-fill-mode:both;

  animation-iteration-count: 4;
  -moz-animation-iteration-count: 4;
  -webkit-animation-iteration-count: 4;

  animation-fill-mode:both;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -ms-animation-duration:2s;
  -o-animation-duration:2s;
  animation-duration:2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
  60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
  40% {-moz-transform: translateY(-30px);}
  60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
  40% {-o-transform: translateY(-30px);}
  60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}

.saas-hero-2.banner h2.title-tag {
  display: inline-block;
  background: #fff;
  color: #000;
  position: absolute;
  font-size: 20px;
  left: 0;
  z-index: 1;
  top: 35px;
  padding: 12px 30px;
  line-height: normal;
}
@media(max-width: 500px) {
  .saas-hero-2.banner.text-center {
    padding: 80px 0;
  }
}
