.rapid-service {
    background-color: #00B9E8;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: .25rem;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    padding: .5rem .70rem;
    text-align: center;
    border: 1px solid transparent;
    min-width: 130px;
  }

  /*#navbarSupportedContent li:nth-child(1) a,#navbarSupportedContent li:nth-child(2) a,#navbarSupportedContent li:nth-child(3) a,#navbarSupportedContent li:nth-child(4) a,#navbarSupportedContent li:nth-child(5) a{*/
  /*padding: 8px 0!important;*/
  /*}*/
  #navbarSupportedContent li:nth-child(1) a,
  #navbarSupportedContent li:nth-child(2) a,
  #navbarSupportedContent li:nth-child(3) a,
  #navbarSupportedContent li:nth-child(4) a {
    padding: 8px 0 !important;
  }

  #navbarSupportedContent>ul>li:first-child,
  #navbarSupportedContent li:nth-child(2) {
    width: 35px;
    margin: 0 .5rem;
  }

  #navbarSupportedContent li:nth-child(2) {
    width: 66px;
    margin: 0 .5rem;
  }

  #navbarSupportedContent li:nth-child(3) {
    width: 111px;
    margin: 0 .5rem;
  }

  #navbarSupportedContent li:nth-child(4) {
    width: 85px;
    margin: 0 .5rem;
  }

  @media (max-width: 1040px) {
    #navbarSupportedContent>ul>li {
      margin: 0 .2rem !important;
    }
  }



  
  html,
  body {
    margin: 0;
    padding: 0;
    text-align: center;
    zoom: 1;
  }

  #ironMan-wrap{
    position: absolute;
    z-index: 99;
    zoom: 0.5;
    top: 300px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  #ironMan {
    width: 174px;
    height: 600px;
    margin: 0 auto;
    padding: 2px 0;
  }
  
  .head,
  .neck,
  .torso,
  .waist,
  .pelvis,
  .thighs,
  .calves,
  .feet {
    position: relative;
    margin: 0 auto;
  }
  
  .head {
    z-index: 3;
    width: 40px;
    height: 50px;
    margin-top: 20px;
    border-radius: 100px 100px 100px 100px / 80px 80px 120px 120px;
    background: #771414;
    overflow: hidden;
  }
  
  .head span {
    content: "";
    display: inline-block;
    background: #beba46;
    margin: 20px 0 0 -24px;
    width: 66px;
    height: 40px;
  }
  
  .head:before,
  .head:after {
    content: "";
    position: absolute;
    border-right: 10px solid transparent;
    border-left: 0 solid transparent;
    border-bottom: 33px solid #771414;
    margin: 16px 0 0 0px;
  }
  
  .head:after {
    transform: scaleX(-1);
    margin: -43px 0 0 10px;
  }
  
  .neck {
    margin-top: -9px;
    z-index: 1;
    width: 32px;
    height: 12px;
    background: #771414;
  }
  
  .torso {
    z-index: -1;
    width: 108px;
    height: 100px;
    border-radius: 0 0 110px 110px / 60px 60px 130px 130px;
    background: #771414;
    margin-top: -4px;
  }
  
  .torso:before {
    content: "";
    position: absolute;
    background: #8bd3fb;
    margin: 20px 0 0 -10px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
  }
  
  .waist {
    z-index: 1;
    width: 66px;
    height: 20px;
    background: #771414;
    margin-top: -13px;
  }
  
  .waist:before,
  .waist:after {
    content: "";
    position: absolute;
    border-left: 23px solid transparent;
    border-right: 0 solid transparent;
    border-top: 28px solid #771414;
    margin: 20px 0 0 -33px;
  }
  
  .waist:after {
    transform: scaleX(-1);
    margin: 20px 0 0 10px;
  }
  
  .pelvis {
    width: 24px;
    height: 44px;
    margin-top: -16px;
    border-radius: 200px 200px 60px 60px / 150px 150px 150px 150px;
    background: #771414;
  }
  
  .thighs {
    z-index: -3;
    width: 86px;
    height: 112px;
    border-radius: 30px 30px 110px 130px / 160px 160px 180px 180px;
    background: #beba46;
    margin-top: -35px;
    overflow: hidden;
  }
  
  .thighs:before,
  .thighs:after {
    content: "";
    position: absolute;
    width: 65%;
    height: 59px;
    border-radius: 14px;
    background: #771414;
    margin: 65px 0 0 -55px;
  }
  
  .thighs:after {
    margin: 65px 0 0 0;
  }
  
  .calves {
    z-index: -3;
    width: 58px;
    height: 96px;
    border-radius: 100px 100px 60px 60px / 170px 170px 170px 180px;
    background: #771414;
    margin-top: -25px;
    overflow: hidden;
  }
  
  .foot {
    z-index: -3;
    display: inline-block;
    width: 37px;
    height: 19px;
    border-radius: 0 0 20px 20px / 0 10px 100px 100px;
    background: #771414;
    margin: -2px 0 0 -5px;
  }
  
  .foot:before {
    content: "";
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 23px solid #771414;
    margin: -23px 0 0 -18px;
  }
  
  .foot:after {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(226, 120, 34, 1) 0%, rgba(226, 120, 34, 0.99) 9%, rgba(226, 120, 34, 0) 81%);
    width: 20px;
    height: 65px;
    margin: 19px 0 0 -9px;
  }
  
  #rightFoot {
    margin-left: 2px;
  }
  
  #leftFoot:before {
    transform: scaleX(-1);
    margin: -23px 0 0 -1px;
  }
  
  .arm {
    position: absolute;
    width: 32px;
    height: 160px;
  }
  
  #rightArm {
    margin: -8px 0 0 22px;
  }
  
  #leftArm {
    margin: -8px 0 0 118px;
    transform: scaleX(-1);
  }
  
  .hand {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 16%;
    background: #5e0a0a;
    border-radius: 50px;
    margin: -30px 0 0 -28px;
    display: inline-block;
    transform: rotate(-28deg);
  }
  
  .hand:before {
    content: "";
    position: absolute;
    background: #8bd3fb;
    margin: -2px 0 0 8px;
    width: 14px;
    height: 14px;
    border-radius: 50px;
  }
  
  #leftArm .hand {
    z-index: 3;
  }
  
  .forearm {
    width: 125%;
    height: 25%;
    background: #771414;
    border-radius: 50px;
    margin: -25px 0 0 -17px;
    transform: rotate(190deg);
  }
  
  .upperArm {
    width: 120%;
    height: 47%;
    background: #beba46;
    border-radius: 90px 220px 0 0 / 350px 190px 0 0;
    transform: scaleX(-1) rotate(-10deg);
    margin: 2px 0 0 -11px;
    overflow: hidden;
  }
  
  .upperArm:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 40%;
    background: #771414;
  }
  
  .finger {
    width: 22%;
    height: 100%;
    border-radius: 5px;
    background: #5e0a0a;
    display: inline-block;
    margin: -100% -4px 0 0;
  }
  
  .finger:first-child {
    height: 75%;
  }
  
  .finger:nth-child(3) {
    height: 113%;
  }
  
  .finger:nth-child(4) {
    height: 98%;
  }
  
  .thumb {
    width: 25px;
    height: 9px;
    position: absolute;
    margin: -2px 0 0 21px;
    background: #5e0a0a;
    border-radius: 5px;
    transform: rotate(-53deg);
  }

  @keyframes mymove{
    0% {transform: translate(0px, 0px);}
    50% {transform: translate(0px, -30px);}
    100% {transform: translate(0px, 0px);}
  }
  .moveDiv {
    animation:mymove 2s infinite linear;
  }
