.rounded-sm {
		border-radius: 5px;
}

.wpcf7 > form > p {
	text-align: center;
}

.wpcf7-submit {
		margin-left: 5em;
		cursor: pointer;
		outline: 0;
		display: inline-block;
		font-weight: 400;
		line-height: 1.5;
		text-align: center;
		background-color: transparent;
		border: 1px solid transparent;
		padding: 6px 12px;
		font-size: 1rem;
		border-radius: .25rem;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		color: #EA3546;
		border-color: #EA3546;
}

.wpcf7-submit:hover {
		color: #fff;
		background-color: #EA3546;
		border-color: #EA3546;
}

.sticky-nav {
	z-index: 99;
}
.wave-over {
	position: relative;
	z-index: 10;
}
@media only screen and (min-width: 680px) {
.wave-over .center-center {
		margin-left: calc(50% - 125px);
		width: 250px;
		margin-top: 15%;
}
.wave-over .center-center a {
		margin-left: 125px;
		}
}
.wave {
position: relative;
background: linear-gradient(to bottom, transparent 120px, #0f172a 120px);;
  height: 100%;
  padding-top: 85px;
  margin-top: -125px;
width: 100%;
  z-index: 11;
}
  .wave::before{
    content: "";
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-size: 160px;
  background-image:
    radial-gradient(circle at 80px -40px , transparent 96px, #0f172a 98px);
  }
.wave-child {
		z-index: 12;
}