/* HELP  */
	.holder {

  max-width: 500px;
  width: 100%;
  text-align: center;
  position:absolute;
  top:50%;left:50%;
   transform:translate(-50%, -50%);
}

/**
 * Circle Styles
 */

.circle {
  position: relative;
  display: block;
  margin: 2em 0;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #cc0000;
  content: "";
}

.circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}

@media (min-width: 480px) {
  .circle__content {
    font-size: 2em;
  }
}

@media (min-width: 768px) {
  .circle__content {
    font-size: 4em;
  }
}


.circlezx {
	
  	top:50%;left:50%;
   transform:translate(-50%, -50%);
}
.circlez {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 50% 0;
  border-radius: 50%;
  /* Just making it pretty */
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  background: #38a9e4;
  color: white;
  font-family: Helvetica, Arial Black, sans;
  font-size: 48px;
  text-align: center;
}

.boxx {
    position: absolute;
    top: 50%;
    right: 21%;
    width: 50%;
    transform: translate(60%, -50%);
}

.box {
    position: relative;
    width: 50%;
    margin: 0%;
    float: left;
    /* font-size: 12px; */
    background: rgba(147,186,31,1);
    border-radius: 50%;
}

.box:before {
    content: "";
    float: left;
    padding-top: 100%;
}
.content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.content .titu {
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-family: 'Gotham Bold';
    margin: 30px 0px;
    letter-spacing: 0px;
}
.content .btn{
    margin-top: 40px;
    color: #fff;
    font-size: 12px;
    background: rgba(0,0,0,1);
    /*padding: 10px 20px;*/
    padding: 14px 20px 12px;
    border-radius: 20px;
    letter-spacing: 0px;
    font-family: 'Gotham Medium';
  }
  .content .btn:hover{
    background: #fff;
  }

  .content .btn a{
    color: #ffffff;
  }
  .content .btn a:hover, .content .btn:hover a{
    color: #000;
  }

@media (min-width: 1921px){
  .box { width: 50% !important; }
  .content .btn {
    margin-top: -20px !important;
  }
  .content .titu {
      font-size: 52px;
    line-height: 54px;
    margin: 30px 0px 80px;
  }
    .content .titu span {
      font-size: 52px;
    line-height: 54px;
    margin: 30px 0px 80px;
  }
}

@media (max-width: 1920px) and (min-width: 1681px){
  .box { width: 50% !important; }
  .content .btn {
    margin-top: -20px !important;
  }
  .content .titu {
      font-size: 38px;
      line-height: 40px;
       margin: 30px 0px 80px;
  }
    .content .titu span{
      font-size: 38px;
      line-height: 40px;
       margin: 30px 0px 80px;
  }
}

@media (max-width: 1680px) and (min-width: 1441px){
  .box { width: 50% !important; }
  .content .btn {
    margin-top: -20px !important;
  }
  .content .titu {
      font-size: 36px;
      line-height: 38px;
          margin: 30px 0px 80px;
  }
    .content .titu span{
      font-size: 36px;
      line-height: 38px;
          margin: 30px 0px 80px;
  }
}

@media (max-width: 1440px) and (min-width: 1200px){
  .box { width: 350px !important; }
  .content .btn {
    margin-top: -20px !important;
  }
  .content .titu {
      font-size: 32px !important;
      line-height: 34px !important;
      margin: 20px 0px 90px;
  }
    .content .titu span {
      font-size: 32px !important;
      line-height: 34px !important;
      margin: 20px 0px 90px;
  }
}

@media (max-width: 1199px) and (min-width: 1025px){
  .box { width: 350px !important; }
  .content .btn {
    margin-top: -20px !important;
    font-size: 10px !important;
  }
  .content .titu {
      font-size: 32px !important;
      line-height: 34px !important;
      margin: 20px 0px 90px;
  }
    .content .titu span{
      font-size: 32px !important;
      line-height: 34px !important;
      margin: 20px 0px 90px;
  }
}


@media (max-width: 1024px) and (min-width: 768px){
  .box { width: 252px !important; }
  .content .btn {
    margin-top: -20px !important;
    font-size: 10px !important;
  }
  .content .titu {
      font-size: 20px !important;
      line-height: 24px !important;
      margin: 0px 0px 50px;
  }
    .content .titu span{
      font-size: 20px !important;
      line-height: 24px !important;
      margin: 0px 0px 50px;
  }
}

@media (max-width: 767px) and (min-width: 620px){
  .box {
    width: 67.5% !important;
  }
  .content {
    transform: translate(-50%,-55%) !important;
  }
  .content .titu {
      margin: 20px 0px 10px !important;
      font-size: 22px !important;
      line-height: 24px;
  }
    .content .titu span{
      margin: 20px 0px 10px !important;
      font-size: 22px !important;
      line-height: 24px;
  }
  .content .btn {
      margin-top: 0px !important;
      font-size: 9px !important;
      padding: 9px 10px 5px !important;
  }

}

@media (max-width: 619px) and (min-width: 520px){
  .box {
    width: 65% !important;
  }
  .content {
    transform: translate(-50%,-55%) !important;
  }
  .content .titu {
      margin: 20px 0px 10px !important;
      font-size: 16px !important;
      line-height: 18px;
  }
    .content .titu span{
      margin: 20px 0px 10px !important;
      font-size: 16px !important;
      line-height: 18px;
  }
  .content .btn {
     margin-top: 0px !important;
    font-size: 8px !important;
    padding: 8px 10px 4px !important;
  }

}

@media (max-width: 519px) and (min-width: 300px){
  .box {
    width: 160px !important;
        background: transparent;
  }
  .content {
    transform: translate(-50%,-55%) !important;
  }
  .content .titu {
      margin: 20px 0px 10px !important;
      font-size:14px !important;
      color: #141414 !important;
  }
    .content .titu span{
      margin: 20px 0px 10px !important;
      font-size:14px !important;
      color: #141414 !important;
      line-height: 25px;
  }
  .content .btn {
      margin-top: 0px !important;
      font-size: 8px !important;
      padding: 8px 10px 4px !important;
  }

}

[data-aos=slide-rightBall] {
    transform: translate3d(160%,-50%,0);
}
[data-aos=slide-rightBall].aos-animate {
    transform: translate(60%, -50%) !important;
}
/* HELP  */