/* Section Services */

  .services {
    width: 100%;
    /* height: 100vh; */
    /* height: 84vh; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
  }
  .services > * {
    flex-grow: 1;
  }
  
  .circle--rotate {
    border-radius: 50%;
    /* border: 1px #000000 solid; */
    border: 2px solid #a4a8ff;
    /* width: 43%;
    height: 43%; */
    width: 72%;
    height: 670px;
    margin: 0 auto 0;
    position: relative;
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
  }
  .circle--rotate > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
  }
  .circle--rotate > li .icon {
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #000000;
    height: 10%;
    width: 10%;
    margin: -5% auto;
    transition: all 500ms ease;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.2);
  }
  .circle--rotate > li i {
    color: #ffffff;
    /* font-size: 24px; */
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: table;
  }
  .circle--rotate > li i::before {
    display: table-cell;
    vertical-align: middle;
  }
  .circle--rotate > li img {
    margin: auto;
  }
  
  .circle--slider {
    position: relative;
  }
  .circle--slider .rotate--circle {
    margin: 0 auto;
  }
  .circle--slider .circle--rotate > li div {
    position: relative;
    overflow: visible;
    /* background-color: #1F2845; */
    background-color: #b8c8ff;
  }
  .circle--slider .circle--rotate > li div span {
    transform: rotate(0deg);
    transition: all 2s;
    opacity: 0;
  }
  .circle--slider .circle--rotate > li.active div {
    font-size: 20px;
    background-color: #654BE4;
    transition: all 1s;
  }
  .circle--slider .circle--rotate > li.active div span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    z-index: -1;
    opacity: 1;
  }
  .circle--slider .circle--rotate > li.active div span:before {
    position: absolute;
    height: 1px;
    top: -50%;
    right: 140%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 30%;
    height: 30%;
    filter: blur(3px);
    opacity: 0.7;
    border: 6px solid #F48E2A;
    z-index: -1;
  }
  .circle--slider .circle--rotate > li.active div span:after {
    position: absolute;
    height: 1px;
    top: 100%;
    left: 130%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 40%;
    height: 40%;
    border-radius: 50%;
    opacity: 0.7;
    border: 8px solid #FE9290;
    z-index: 5;
  }
  .circle--slider .count2 li:nth-child(2) {
    transform: rotate(180deg);
  }
  .circle--slider .count3 li:nth-child(2) {
    transform: rotate(120deg);
  }
  .circle--slider .count3 li:nth-child(3) {
    transform: rotate(240deg);
  }
  .circle--slider .count4 li:nth-child(2) {
    transform: rotate(90deg);
  }
  .circle--slider .count4 li:nth-child(3) {
    transform: rotate(180deg);
  }
  .circle--slider .count4 li:nth-child(4) {
    transform: rotate(270deg);
  }
  .circle--slider .count5 li:nth-child(2) {
    transform: rotate(72deg);
  }
  .circle--slider .count5 li:nth-child(3) {
    transform: rotate(144deg);
  }
  .circle--slider .count5 li:nth-child(4) {
    transform: rotate(216deg);
  }
  .circle--slider .count5 li:nth-child(5) {
    transform: rotate(-72deg);
  }
  .circle--slider .count6 li:nth-child(2) {
    transform: rotate(60deg);
  }
  .circle--slider .count6 li:nth-child(3) {
    transform: rotate(120deg);
  }
  .circle--slider .count6 li:nth-child(4) {
    transform: rotate(180deg);
  }
  .circle--slider .count6 li:nth-child(5) {
    transform: rotate(240deg);
  }
  .circle--slider .count6 li:nth-child(6) {
    transform: rotate(-60deg);
  }
  .circle--slider .count7 li:nth-child(2) {
    transform: rotate(51.5deg);
  }
  .circle--slider .count7 li:nth-child(3) {
    transform: rotate(103deg);
  }
  .circle--slider .count7 li:nth-child(4) {
    transform: rotate(154.5deg);
  }
  .circle--slider .count7 li:nth-child(5) {
    transform: rotate(206deg);
  }
  .circle--slider .count7 li:nth-child(6) {
    transform: rotate(-103deg);
  }
  .circle--slider .count7 li:nth-child(7) {
    transform: rotate(-51.5deg);
  }
  .circle--slider .count8 li:nth-child(2) {
    transform: rotate(45deg);
  }
  .circle--slider .count8 li:nth-child(3) {
    transform: rotate(90deg);
  }
  .circle--slider .count8 li:nth-child(4) {
    transform: rotate(135deg);
  }
  .circle--slider .count8 li:nth-child(5) {
    transform: rotate(180deg);
  }
  .circle--slider .count8 li:nth-child(6) {
    transform: rotate(-135deg);
  }
  .circle--slider .count8 li:nth-child(7) {
    transform: rotate(-90deg);
  }
  .circle--slider .count8 li:nth-child(8) {
    transform: rotate(-45deg);
  }
  .circle--slider .count9 li:nth-child(2) {
    transform: rotate(40deg);
  }
  .circle--slider .count9 li:nth-child(3) {
    transform: rotate(80deg);
  }
  .circle--slider .count9 li:nth-child(4) {
    transform: rotate(120deg);
  }
  .circle--slider .count9 li:nth-child(5) {
    transform: rotate(160deg);
  }
  .circle--slider .count9 li:nth-child(6) {
    transform: rotate(-160deg);
  }
  .circle--slider .count9 li:nth-child(7) {
    transform: rotate(-120deg);
  }
  .circle--slider .count9 li:nth-child(8) {
    transform: rotate(-80deg);
  }
  .circle--slider .count9 li:nth-child(9) {
    transform: rotate(-40deg);
  }
  .circle--slider .count10 li:nth-child(2) {
    transform: rotate(36deg);
  }
  .circle--slider .count10 li:nth-child(3) {
    transform: rotate(72deg);
  }
  .circle--slider .count10 li:nth-child(4) {
    transform: rotate(108deg);
  }
  .circle--slider .count10 li:nth-child(5) {
    transform: rotate(144deg);
  }
  .circle--slider .count10 li:nth-child(6) {
    transform: rotate(-180deg);
  }
  .circle--slider .count10 li:nth-child(7) {
    transform: rotate(-144deg);
  }
  .circle--slider .count10 li:nth-child(8) {
    transform: rotate(-108deg);
  }
  .circle--slider .count10 li:nth-child(9) {
    transform: rotate(-72deg);
  }
  .circle--slider .count10 li:nth-child(10) {
    transform: rotate(-36deg);
  }
  .circle--slider .animate-wrapper {
    /* width: 25%;
    height: 25%; */
    width: 56%;
    height: 520px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background: #fff;
  }
  /* .circle--slider .animate-title {
    color: #fff;
  } */
  .circle--slider .animate-img {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    overflow: hidden;
  }
  .circle--slider .animate-img .animate-img__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    z-index: 3;
    transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    transition: 0.55s ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);;
  }
  .circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s 0.4s;
    min-width: 131px;
    overflow: hidden;
    text-align: left;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* padding: 15px; */
    padding: 15px 50px;
    /* height: 62px; */
    transform: scale(0.8);
  }
  .circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    transform: scale(1);
  }
  .circle--slider .prev,
  .circle--slider .next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 62px;
    width: 87px;
    text-align: center;
    cursor: pointer;
  }
  .circle--slider .prev span,
  .circle--slider .next span {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
    font-weight: 700;
  }
  .circle--slider .prev {
    /* left: 250px; */
    left: 150px;
  }
  .circle--slider .next {
    /* right: 250px; */
    right: 150px;
  }
  .signUpResp .number {
    font-family: "maven pro", sans-serif;
    font-size: 2em;
    font-weight: 900;
    text-align: center;
    height: 216px;
    font-style: normal;
    color: #fff;
    line-height: 1.5;
  }
  .signUpResp .active .number {
    color: #fff;
  }
  .signUpResp h1 {
    font-size: 1.5rem;
    padding-top: 5px;
    margin-top: 60px;
    text-align: center;
    width: 100%;
}
.signUpResp .instructionSteps {
    list-style: inside;
    font-size: 14px;
    margin-top: 50px;
    padding-left: 0;
    font-weight: 500;
    line-height: 1.3;
    padding: 15px;
}
.signUpResp .instructionSteps li{
  padding-bottom: 10px;
}
.signUpResp .description {
    font-size: 100%;
    margin-top: 5px;
    padding: 0% 10%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow-y: hidden;
}
.actionIcon{
    color: #270085;
    font-size: 1.5em;
}
:root {
    --blue: #3498db;
    --green: #2ecc71;
    --purple: #9b59b6;
    --gold: #f1c40f;
    --red: #e74c3c;
  }
.number.fontColor1 {
    color: var(--blue);
  }
.number.fontColor2 {
    color: var(--red);
  }
.number.fontColor3 {
    color: var(--purple);
  }
.number.fontColor4 {
    color: var(--gold);
  }
.number.fontColor5 {
    color: var(--green);
  }