.content-arrow {
	position: relative;
	background: #fff;
	margin-top: 137px;
	text-align: center;
	padding: 45px;
}
.content-arrow:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
.content-arrow h2 {
	font-size: 25px;
	font-weight: 300;
	color: #000;
	margin: 0px;
}
.content-arrow h2 span {
	font-weight: 600;
	color: #1976D2;
}
.content-arrow .btn {
	display: block;
	border-radius: 2px;
	padding: 14px;
	color: #fff;
	background: #1976D2;
	font-weight: 700;
	font-size: 20px;
	margin-top: 40px;
	position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.content-arrow .btn:hover {
	background: #00b6f8;
	z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0px 0px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0px 0px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0px 0px 0;
}
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes 
ripple {  100% {
opacity: 0;
-webkit-transform: scale(2.5);
}
}

@-moz-keyframes 
ripple {  100% {
opacity: 0;
-moz-transform: scale(2.5);
}
}

@-o-keyframes 
ripple {  100% {
opacity: 0;
-o-transform: scale(2.5);
}
}

@keyframes 
ripple {  100% {
opacity: 0;
transform: scale(2.5);
}
}
.note {
	margin: 0px;
	margin-top: 32px;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	color: #fff;
	text-align: center;
}
.no-link{
	margin-top:20px;
	display:block;	
}