html,body{
	overflow-x:hidden ;
	
}

.count {
	font-size: 40px;
	font-weight: bold;
	color: transparent;
	-webkit-text-stroke: 1px  #008080;;
	font-weight: 800;
	line-height: 1;
	font-size: 50px;
}

.counter-inner {
	position: relative;
	z-index: 2;
}

.count-icon {
	font-size: 48px;
}

.count span {
	color: transparent;
	-webkit-text-stroke: 1px  #008080;;
	font-weight: 800;
	line-height: 1;
	font-size: 50px;
}
.lining-orange {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.subscribe-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px;
  }
  
  .subscribe-form {
	display: flex;
	align-items: center;
	background-color: #008080;
	border-radius: 25px;
	overflow: hidden;
  }
  
  .subscribe-input {
	border: none;
	padding: 10px 10px;
	font-size: 12px;
	border-radius: 25px 0 0 25px;
	outline: none;
	width: 250px;
  }
  
  .subscribe-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00A8A8;
	color: white;
	border: none;
	padding: 10px 10px;
	font-size: 12px;
	border-radius: 0 25px 25px 0;
	cursor: pointer;
	transition: background-color 0.3s;
  }
  
  .subscribe-button:hover {
	background-color: #007777;
  }
  

  



#btnyuio99 {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: 0;
	vertical-align: middle;
	text-decoration: none;
	background: transparent;
	padding: 0;
	font-size: inherit;
  }
  #btnyuio99.learn-more {
	width: 12rem;
	height: auto;
  }
  #btnyuio99.learn-more .circle {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3rem;
	height: 3rem;
	background: #035050;
	border-radius: 1.625rem;
  }
  #btnyuio99.learn-more .circle .icon {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
  }
  #btnyuio99.learn-more .circle .icon.arrow {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 0.625rem;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
  }
  #btnyuio99.learn-more .circle .icon.arrow::before {
	position: absolute;
	content: '';
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	transform: rotate(45deg);
  }
  #btnyuio99.learn-more .button-text {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 0;
	margin: 0 0 0 1.85rem;
	color: #282936;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
  }
  #btnyuio99:hover .circle {
	width: 100%;
  }
  #btnyuio99:hover .circle .icon.arrow {
	background: #fff;
	transform: translate(1rem, 0);
  }
  #btnyuio99:hover .button-text {
	color: #fff;
  }
  
/*  */
button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: 0;
	vertical-align: middle;
	text-decoration: none;
	background: transparent;
	padding: 0;
	font-size: inherit;
  }
  button.learn-more {
	width: 12rem;
	height: auto;
  }
  button.learn-more .circle {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3rem;
	height: 3rem;
	background: #008080;
	border-radius: 1.625rem;
  }
  button.learn-more .circle .icon {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
  }
  button.learn-more .circle .icon.arrow {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 0.625rem;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
  }
  button.learn-more .circle .icon.arrow::before {
	position: absolute;
	content: '';
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	transform: rotate(45deg);
  }
  button.learn-more .button-text {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 0;
	margin: 0 0 0 1.85rem;
	color: #282936;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
  }
  button:hover .circle {
	width: 100%;
  }
  button:hover .circle .icon.arrow {
	background: #fff;
	transform: translate(1rem, 0);
  }
  button:hover .button-text {
	color: #fff;
  }
  

  #button-container{
	margin-top: -75px;
	 position: relative; 
	 right: 15px;
  }
  @media (max-width: 768px) {
	#button-container{
		margin-top: -10px;
	}
  }