body, html {
    height: 100%;
    background: white;
}

/***********************   Banner ********************/

.animCont {
    overflow-x: hidden;
}

.item {
    transition: all 3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    position: relative;
}

.bubble {
    border-radius: 50%;
}

.bubble .item {
    transition: all 33s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.robotBG img {
    max-width: 85%;
}

.robo {
    margin: 100px 0 0 -100px;
}

.robo img {
    max-width: 72%;
    margin-top: 10%;
}

.robotBG {
    width: 100%;
    height: 100%;
    position: absolute;
}

.circleWrapp {
    width: 116%;
    height: 100%;
    min-height: 90vh;
    margin-top: -90%;
    margin-left: -6%;
}

img.circle1 {
    position: absolute;
    left: -9%;
    top: 6%;
    max-width: 60px;
}

img.circle2 {
    position: absolute;
    left: 45%;
    top: 5%;
    max-width: 42px;
}

img.circle3 {
    position: absolute;
    left: 75%;
    top: 34%;
    max-width: 47px;
}

img.circle4 {
    position: absolute;
    left: 78%;
    top: 59%;
    max-width: 39px;
}

img.circle5 {
    position: absolute;
    left: 80%;
    top: 87%;
    max-width: 85px;
}

img.circle6 {
    position: absolute;
    left: 6%;
    top: 96%;
    max-width: 40px;
}

.circleWrapp {
    transition: transform 2.5s ease-in-out;
}

.circleWrapp:hover+img.circle1 {
    transform: scale(2.0);
}

.movingDivBG3 {
    position: relative;
    z-index: 12;
}

img.hoverMovingDivs2 {
    margin-top: -106%;
}

.movingDivBG2 {
    position: absolute;
    left: 3%;
}

img.hoverMovingDivs3 {
    margin-top: -74%;
}

/*====================================*/

.itemContent {
    transition: all 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    /*position: absolute;*/
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.darkContent img {
    width: 100%;
    height: auto;
    max-width: 410px;
}

.roboContent img {
    width: 100%;
    height: auto;
    max-width: 405px;
    margin: -430px 0px 0px -30px;
}

.supportSection .roboContent img {
    margin: -406px 0px 0px -20px;
}

.threeBubbleContent img {
    width: 100%;
    height: auto;
    margin: -447px 0 0 24px;
    /*    margin: -547px 0 0 0px;*/
    max-width: 500px;
}

.pertiaThemeInnerPages .wrapperContent {
    text-align: center;
    max-width: 90%;
    margin: 0px auto;
}

.pertiaThemeInnerPages .darkContent img {
    max-width: 360px;
}

.pertiaThemeInnerPages .roboContent img {
    max-width: 357px;
    margin: -387px 0px 0px 4px;
}

.bubble img {
    animation: bubbleMove 5s infinite;
    -webkit-transition: transform 2s;
    /* For Safari 3.1 to 6.0 */
    transition: transform 2s;
}

.threeBubbleContent img {
    animation: bubbleGrowShrink 15s infinite;
    -webkit-transition: transform 3s;
    /* For Safari 3.1 to 6.0 */
    transition: transform 3s;
}

@keyframes bubbleMove {
    0% {
        -ms-transform: scale(1.02);
        /* IE 9 */
        -webkit-transform: scale(1.02);
        /* Safari 3-8 */
        transform: scale(1.02);
    }
    50% {
        -ms-transform: scale(1);
        /* IE 9 */
        -webkit-transform: scale(1);
        /* Safari 3-8 */
        transform: scale(1);
    }
    100% {
        -ms-transform: scale(1.02);
        /* IE 9 */
        -webkit-transform: scale(1.02);
        /* Safari 3-8 */
        transform: scale(1.02);
    }
}

@keyframes bubbleGrowShrink {
    0% {
        -ms-transform: scale(1);
        /* IE 9 */
        -webkit-transform: scale(1);
        /* Safari 3-8 */
        transform: scale(1);
    }
    50% {
        -ms-transform: scale(1.1);
        /* IE 9 */
        -webkit-transform: scale(1.1);
        /* Safari 3-8 */
        transform: scale(1.1);
    }
    100% {
        -ms-transform: scale(1);
        /* IE 9 */
        -webkit-transform: scale(1);
        /* Safari 3-8 */
        transform: scale(1);
    }
}

/*

.content5 .roboContent img {
    margin: -500px 0px 0px 14px;
}
.content5 .threeBubbleContent img {
    margin: -460px 0 0 -27px;
}
*/

.content5 .threeBubbleContent img {
    margin: -570px 0 0 24px;
}

@media only screen and (min-width: 1460px) {
    .robo img {
        max-width: 600px;
        margin-top: 10%;
    }
    .robotBG img {
        max-width: 680px;
    }
    .styleWrapper {
        max-height: 500px;
        margin-top: 15vh;
    }
    .circleWrapp {
        width: 80%;
        min-height: 67vh;
        margin-top: -70%;
    }
    .threeBubbleContent img {
        max-width: 610px;
    }
    .roboContent img {
        max-width: 505px;
        margin: -506px 0px 0px -7px;
    }
    .darkContent img {
        max-width: 510px;
    }
    /*
    .banner2 img.circleAT3.item {
        max-width: fit-content;
    }
*/
    .banImgWrapHome {
        width: 55%;
    }
    .supportSection .roboContent img {
        margin: -536px 0px 0px -20px;
    }
}

@media only screen and (max-width: 1440px) {
    .pertiaThemeInnerPages .darkContent img {
        max-width: 360px;
    }
}

/* ----------- Non-Retina Screens ----------- */

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    img.heroimg {
        width: 600px;
    }
}

/* ----------- Retina Screens ----------- */

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    img.heroimg {
        width: 600px;
    }
}

@media only screen and (max-width: 1450px) and (min-width: 1390px) {
    img.heroimg {
        width: 600px;
    }
}

@media only screen and (max-width: 1440px) {
    .robotBG img {
        max-width: 78%;
    }
    .robo img {
        max-width: 65%;
    }
    .circleWrapp {
        margin-top: -78%;
        margin-left: auto;
    }
    .styleWrapper {
        margin-top: 15vh;
    }
}

@media only screen and (max-width: 1290px) {
    .circleWrapp {
        min-height: 70vh;
    }
}

@media only screen and (max-width: 768px) {
    .robotBG img {
        max-width: 85%;
    }
    .robo {
        margin: 100px 0 0 -70px;
    }
    .BannerContent ul li {
        font-size: 3.5em;
    }
    .styleWrapper {
        margin-top: 10%;
        margin-bottom: 20%;
    }
    .threeBubbleContent img {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .roboContent img {
        margin: -315px 0px 0px 0px;
    }
    .threeBubbleContent img {
        margin: -407px 0 0 -8px;
        max-width: 100%;
    }
    .content5 .threeBubbleContent img {
        margin: -321px 0 0 -27px;
    }
    .content5 .roboContent img {
        margin: -383px 0px 0px 14px;
    }
    .circleWrapp {
        min-height: 410px;
    }
    .home .content5 .roboContent img {
        margin: -342px 0px 0px 0px;
    }
    .home .content5 .threeBubbleContent img {
        margin: -349px 0 0 -27px;
    }
}