

button {
  position: relative;
  display: inline-block;
  cursor: pointer;


  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: 13px!important;
  font-family: inherit;
	font-weight: 300!important;
	border: none!important;
    outline:none!important;
}
button.home4 {
  width: 14rem;
  height: auto;
}

@media screen and (max-width: 460px) {
 button.home4 {
  width: 16rem!important;
  height: auto;
}
	

}


button.home4 .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 3rem;
  background: #102445;
  border-radius: 1.625rem;
}
button.home4 .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.home4 .circle .icon.arrow2 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.home4 .circle .icon.arrow2::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.home4 .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  bottom: 0;
  padding: 0.95rem 0;
  margin: 0 0 0 1.85rem;
  color: #000;
  font-weight:lighter;
  line-height: 1.6;
  text-align: left;
  text-transform: uppercase;
}
button.home4 .button-text-white {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  bottom: 0;
  padding: 0.95rem 0;
  margin: 0 0 0 1.85rem;
  color: #fff;
  font-weight:ligh;
  line-height: 1.6;
  text-align: left;
  text-transform: uppercase;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow2 {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}

button:hover .button-text-white {
  color: #fff;
}












button.tops {
  width: 29rem;
  height: auto;
}

@media screen and (max-width: 460px) {
 button.tops {
  width: 15rem!important;
  height: auto;
}
	
	


}


button.tops .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border-radius: 1.625rem;
}
button.tops .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.tops .circle .icon.arrow2 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.tops .circle .icon.arrow2::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.tops .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  bottom: 0;
  padding: 0.95rem 0;
  margin: 0 0 0 1.85rem;
  color: #000;
  font-weight:lighter;
  line-height: 1.6;
  text-align: left;
  text-transform: none;
}
button.tops .button-text-white {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: -1px;
  left: 30px;
  right: 0;
  bottom: 0;
  padding: 0.4rem 0;
  margin: 0 0 0 1.05rem;
  color: #fff;
  font-weight:ligh;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
}




















button.learn-more {
  width: 29rem;
  height: auto;
}

@media screen and (max-width: 460px) {
 button.learn-more {
  width: 15rem!important;
  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: #00b4ba;
  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.arrow2 {
  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.arrow2::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: 30px;
  right: 0;
  bottom: 0;
  padding: 0.95rem 0;
  margin: 0 0 0 1.85rem;
  color: #000;
  font-weight:lighter;
  line-height: 1.6;
  text-align: left;
  text-transform: uppercase;
}
button.learn-more .button-text-white {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  bottom: 0;
  padding: 0.95rem 0;
  margin: 0 0 0 1.85rem;
  color: #fff;
  font-weight:ligh;
  line-height: 1.6;
  text-align: left;
  text-transform: uppercase;
}











button.longer {
  width: 20rem;
  height: auto;
}

@media screen and (max-width: 460px) {
 button.longer {
  width: 16rem!important;
  height: auto;
}
	

}


button.longer .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 3rem;
  background: #00b4ba;
  border-radius: 1.625rem;
}
button.longer .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.longer .circle .icon.arrow2 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.longer .circle .icon.arrow2::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.longer .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  bottom: 0;
  padding: 0.95rem 0;
  margin: 0 0 0 1.85rem;
  color: #000;
  font-weight:lighter;
  line-height: 1.6;
  text-align: left;
  text-transform: uppercase;
}
button.longer .button-text-white {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  bottom: 0;
  padding: 0.95rem 0;
  margin: 0 0 0 1.85rem;
  color: #fff;
  font-weight:ligh;
  line-height: 1.6;
  text-align: left;
  text-transform: uppercase;
}











button.smallerbtn {
  width: 10rem;
  height: auto;
}

@media screen and (max-width: 460px) {
 button.smallerbtn {
  width: 10rem!important;
  height: auto;
}
	

}


button.smallerbtn .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 3rem;
  background: #00b4ba;
  border-radius: 1.625rem;
}
button.smallerbtn .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.smallerbtn .circle .icon.arrow2 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.smallerbtn .circle .icon.arrow2::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.smallerbtn .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  bottom: 0;
  padding: 0.95rem 0;
  margin: 0 0 0 1.85rem;
  color: #000;
  font-weight:lighter;
  line-height: 1.6;
  text-align: left;
  text-transform: uppercase;
}
button.smallerbtn .button-text-white {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  bottom: 0;
  padding: 0.95rem 0;
  margin: 0 0 0 1.85rem;
  color: #112444;
  font-weight:ligh;
  line-height: 1.6;
  text-align: left;
  text-transform: uppercase;
}









button.rosebtn {
  width: 10rem;
  height: auto;
}

@media screen and (max-width: 460px) {
 button.rosebtn {
  width: 10rem!important;
  height: auto;
}
	

}


button.rosebtn .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 3rem;
  background: #e09f91;
  border-radius: 1.625rem;
}
button.rosebtn .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.rosebtn .circle .icon.arrow2 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.rosebtn .circle .icon.arrow2::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.rosebtn .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  bottom: 0;
  padding: 0.95rem 0;
  margin: 0 0 0 1.85rem;
  color: #000;
  font-weight:lighter;
  line-height: 1.6;
  text-align: left;
  text-transform: uppercase;
}
button.rosebtn .button-text-white {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  bottom: 0;
  padding: 0.95rem 0;
  margin: 0 0 0 1.85rem;
  color: #fff;
  font-weight:ligh;
  line-height: 1.6;
  text-align: left;
  text-transform: uppercase;
}
