@font-face {
  font-family: hussarbold;
  src: url(../Fonts/HUSSARBOLDWEBEDITION-XQ5O.OTF);
}
@font-face {
  font-family: swiss;
  src: url(../Fonts/SWISS.TTF);
}
@font-face {
  font-family: swissb;
  src: url(../Fonts/SWISSB.TTF);
}
  .innerpageorange{

      height:auto;
      width:100%;
  }
  .innerpageorang1{
    height:100%;
      width:100%;
}
.innerpageorang2{
  height:30px;
    width:30px;

}

  .innerpageh1{
      color:#53afbe;
      font-family:hussarbold;
  }
  .innerpageh4{
      color:#53afbe;
      font-family:swiss;
  }
  .innerpageh5{
    color:#242424;
    font-family:swiss;
}
/* button 48 */
button.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-family: 'swissb';
  width:100%;
  height: auto;
 }
 
 button.learn-more .circle {
  z-index: -1;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #53afbe;;
  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.29rem;
  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.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #5A5A5A;
  font-weight: 700;
  line-height: 1.6;
  text-align: start;
  text-transform: uppercase;
 }
 
 button.learn-more:hover .circle {
  width: 100%;
 }
 
 button.learn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
 }
 button.learn-more:hover .button-text {
  color: #fff;
 }


/*yellow*/
 button.ylearn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-family: 'swissb';
  width:100%;
  height: auto;
 }
 
 button.ylearn-more .circle {
  z-index: -1;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #feb449;
  border-radius: 1.625rem;
 }
 
 button.ylearn-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.ylearn-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.ylearn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  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.ylearn-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.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #5A5A5A;
  font-weight: 700;
  line-height: 1.6;
  text-align: start;
  text-transform: uppercase;
 }
 
 button.ylearn-more:hover .circle {
  width: 100%;
 }
 
 button.ylearn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
 }
 button.ylearn-more:hover .button-text {
  color: #fff;
 }


