:root {
    --color-primary: #2e3280;
}
.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 30;
}
.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
}
.dotCircle .itemDot {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    background: #ffffff;
    color: #2e3280;
    border-radius: 20px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    border: 2px solid #e6e6e6;
}
.dotCircle .itemDot .forActive {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.dotCircle .itemDot .forActive::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 3px solid var(--color-primary);
    bottom: -31px;
    left: -14px;
    filter: blur(1px);
    position: absolute;
    border-radius: 100%;
}
.dotCircle .itemDot .forActive::before {
    content: '';
    width: 6px;
    height: 6px;
    filter: blur(5px);
    top: -15px;
    position: absolute;
    transform: rotate(-45deg);
    border: 6px solid #388cc9;
    right: -39px;
}
.dotCircle .itemDot.active .forActive {
    display: block;
}
.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted #388cc9;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
    -moz-animation: rotation 100s infinite linear;
    -o-animation: rotation 100s infinite linear;
    animation: rotation 100s infinite linear;
}
.dotCircle .itemDot:hover, .dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    background: #2e3280;
    background: -moz-linear-gradient(left, #34ca27 0%, #34ca27 100%);
    background: -webkit-linear-gradient(left, #34ca27 0%, #34ca27 100%);
    background: linear-gradient(to right, #34ca27 0%, #34ca27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3280', endColorstr='#388cc9', GradientType=1);
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}
.dotCircle .itemDot {
    font-size: 40px;
}
.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 130px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contentCircle .CirItem {
    border-radius: 100%;
    color: #222222;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    line-height: 250px;
}
.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}
.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000000;
    opacity: 0.1;
    z-index: -1;
}
@media only screen and (max-width: 320px) {
    .holderCircle {
        width: 260px;
        height: 260px;
        margin: 40px auto;
    }
    .dotCircle {
        display: none;
    }
    .contentCircle {
        top: 130px;
    }
    .margins {
        margin-top: -100px;
        margin-bottom: 80px;
    }
    .round {
        position: absolute;
        left: auto;
        top: 80px;
        width: 260px;
        height: 260px;
        border: 2px dotted #388cc9;
        border-radius: 100%;
        -webkit-animation: rotation 100s infinite linear;
        -moz-animation: rotation 100s infinite linear;
        -o-animation: rotation 100s infinite linear;
        animation: rotation 100s infinite linear;
    }
    .contentCircle .CirItem i {
        font-size: 80px;
        margin: 0 auto;
        margin-left: -40px;
    }
}
@media only screen and (min-width:330px) and (max-width:599px) {
    .holderCircle {
        width: 300px;
        height: 300px;
        margin: 50px auto;
    }
    .dotCircle {
        display: none;
    }
    .contentCircle {
        top: 130px;
    }
    .margins {
        margin-top: -100px;
        margin-bottom: 80px;
    }
    .round {
        position: absolute;
        left: auto;
        top: 80px;
        width: 300px;
        height: 300px;
        border: 2px dotted #388cc9;
        border-radius: 100%;
        -webkit-animation: rotation 100s infinite linear;
        -moz-animation: rotation 100s infinite linear;
        -o-animation: rotation 100s infinite linear;
        animation: rotation 100s infinite linear;
    }
    .holderCircle::after {
        width: 100%;
        height: 100%;
    }
    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
   .title-box .title {
       text-align: center;
       justify-content: center;
       vertical-align: middle;
    }
    .contentCircle .CirItem i {
        font-size: 100px;
        margin: 0 auto;
        margin-left: -60px;
    }
}
@media only screen and (min-width:600px) and (max-width:767px) {
}
@media only screen and (min-width:768px) and (max-width:991px) {
}
@media only screen and (min-width:992px) and (max-width:1199px) {
}
@media only screen and (min-width:1200px) and (max-width:1499px) {
}
.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1;
}
.title-box span {
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: #0869ff;
}
.title-box p {
    font-size: 17px;
    line-height: 2em;
}

/* human 3d */
svg.human {
    width: 50%;
    overflow: visible;
    display: block;
    margin: 0 auto;
    max-width: 530px;
}
.up-side.animate {
    animation: electro 2s ease-in-out forwards;
}
@keyframes electro {
    0% {
        transform: translatey(50%);
   }
    100% {
        transform: translatey(0px);
   }
}
.man-fil38 {
    transform-origin: center 20%;
}
.man-fil38, .man-fil37, .man-fil41 {
    animation: electro-line-u 2s ease-in-out forwards;
}
@keyframes electro-line-u {
    0% {
        transform: translatey(50%) scaley(0.6);
   }
    100% {
        transform: translatey(0px);
   }
}
.down-side {
    animation: electro-d 2s ease-in-out forwards;
}
@keyframes electro-d {
    0% {
        transform: translatey(-50%);
   }
    100% {
        transform: translatey(0px);
   }
}
.man-fil31 {
    transform-origin: center 45%;
}
.man-fil28 {
    transform-origin: center 70%;
}
.man-fil28, .man-fil31 {
    animation: electro-line 2s ease-in-out forwards;
}
@keyframes electro-line {
    0% {
        transform: translatey(-50%) scaley(0.6);
   }
    100% {
        transform: translatey(0px);
   }
}
.man-fil32, .manfil36, .man-fil39, .man-fil40, .man-fil42 {
    opacity: 0;
    animation: shadow 0.2s ease-in-out forwards 1.8s;
}
@keyframes shadow {
    0% {
        opacity: 0;
   }
    100% {
        opacity: 1;
   }
}
.fil5 {
    animation: flow-l 1.2s ease-in-out forwards;
}
.fil9 {
    animation: flow-l 1s ease-in-out forwards;
}
.fil10 {
    animation: flow-l 0.8s ease-in-out forwards;
}
.fil11 {
    animation: flow-l 0.6s ease-in-out forwards;
}
.fil1 {
    animation: flow-l 0.5s ease-in-out forwards;
}
.fil2 {
    animation: flow-l 0.4s ease-in-out forwards;
}
.fil3 {
    animation: flow-l 0.3s ease-in-out forwards;
}
@keyframes flow-l {
    0% {
        transform: translatey(25%);
   }
    100% {
        transform: translatey(0);
   }
}
.fil4 {
    transform: rotate(-55deg);
    transform-origin: 50% 100%;
    opacity: 0;
    animation: grill 1.8s ease-in-out forwards;
}
@keyframes grill {
    to {
        transform: rotate(0);
        opacity: 1;
   }
}
.show-me {
    opacity: 0;
    animation: shadow 1.5s ease-in-out forwards;
}
.shadow-me {
    animation: shadow 2.5s ease-in-out forwards;
}
.fil6, .fil7, .fil8 {
    animation: flow-l 1.3s ease-in-out forwards;
}
.manfil13 {
    animation: flow-l 1.4s ease-in-out forwards;
}
.put-man {
    opacity: 0;
    transform: translatey(-25%);
    animation: real-man 2s ease-in-out forwards;
}
@keyframes real-man {
    to {
        opacity: 1;
        transform: translatey(0);
   }
}