/* Parallax*/

.parallax {
    width: 100%;
    min-height: 100vh;
    overflow: visible;
}

.banner2 .item {
    transition: all 3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate3d(20px, 20px, 0px);
}

.banner1 {
    width: 100%;
    min-height: 100vh;
    overflow: visible;
    /*    background-color: aquamarine;*/
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.banner2 {
    width: 100%;
    overflow: visible;
    /*    background-color: aquamarine;*/
    display: grid;
    align-items: center;
    position: relative;
    z-index: 10;
}

@supports not (-ms-high-contrast: none) {
    .banner2 {
        display: flex!important;
    }
    .home.pertiaTheme .banFlex {
        margin-top: 0px
    }
}

@-moz-document url-prefix() {
    .banner2 {
        display: grid!important;
    }
}

.banFlex {
    display: flex;
    align-items: center;
}

.banImgWrap {
    /*    background-color: rebeccapurple;*/
    width: 55%;
    position: absolute;
    right: 0;
    /* min-height: 100vh; */
    /* align-items: center; */
    justify-content: center;
    /* display: flex; */
}

.ban1 {
    height: 70vh;
    /*    background-color: #ffeb3b24;*/
    text-align: left;
    margin-left: 5%;
    display: flex;
    align-items: center;
}

.ban2 {
    height: 70vh;
    /*    background-color: #ffff0045;*/
    margin-top: -70vh;
    max-width: 90%;
}

.ban3 {
    height: 50vh;
    background-color: red;
    margin-top: -50vh;
    max-width: 90%;
}

.ban3 {
    height: 50vh;
    /*    background-color: #f49a9a45;*/
    margin-top: -50vh;
    max-width: 84%;
    overflow: visible;
}

.animCont h1 {
    position: relative;
    z-index: 999;
}

.onlyBubbles {
    /*    background-color: #ffff003b;*/
    position: absolute;
    z-index: -1;
    /* height: 100vh; */
    width: 100%;
}

.bubbles img {
    position: absolute;
}

.container.banner1 {
    position: relative;
    z-index: 99;
}

img.heroimg {
    max-width: 550px;
    margin: auto;
}

.aboutPage img.heroimg {
    max-width: 550px;
    margin: auto;
    margin-left: 0;
}

img.circleAT1 {
    left: 23%;
    top: -7vh;
    max-width: 60px;
}

img.circleAT2.item {
    right: 20%;
    top: -8vh;
    max-width: 60px;
}

img.circleAT3.item {
    right: 0%;
    top: 26vh;
    max-width: 64px;
}

img.circleAT4.item {
    right: 1vh;
    bottom: -66vh;
    max-width: 80px;
}

img.circleAT5.item {
    left: 37%;
    bottom: -70vh;
    max-width: 60px;
}

img.circleAT6.item {
    left: -8%;
    bottom: -61vh;
    max-width: 60px;
}

img.circleAT7.item {
    left: -14%;
    bottom: -26vh;
    max-width: 90px;
}

img.circleAT9.item {
    left: 16vh;
    top: 12vh;
    max-width: 60px;
}

img.circleAT10.item {
    left: 40vh;
    top: 19vh;
    max-width: 80px;
}

img.circleAT11.item {
    left: 2%;
    top: 87%;
    max-width: 60px;
}

img.circle1 {
    left: 0%;
    max-width: 35px;
    top: 75vh;
}

img.circle2.item {
    left: 44%;
    top: -3vh;
    max-width: 41px;
}

img.circle3.item {
    top: 19vh;
    max-width: 40px;
    position: absolute;
    left: 63%;
}

img.circle4.item {
    top: 36vh;
    max-width: 41px;
    position: absolute;
    left: 70%;
}

img.circle5.item {
    top: 65vh;
    max-width: 80px;
    position: absolute;
    left: 65%;
}

img.circle6.item {
    left: -8%;
    bottom: -61vh;
    max-width: 60px;
}

img.circle7.item {
    left: -35%;
    bottom: -26vh;
    max-width: 58px;
}

img.circle9.item {
    left: 16vh;
    top: 12vh;
    max-width: 60px;
}

img.circle10.item {
    left: 40vh;
    top: 10vh;
    max-width: 60px;
}

img.circle11.item {
    left: 2%;
    top: 87%;
    max-width: 60px;
}

/*
.bubbles img{
filter: blur(1px);
  -webkit-filter: blur(1px);
}
*/

.banImgWrapHome {
    /*    background-color: antiquewhite;*/
    width: 50%;
    position: absolute;
    right: 0;
}

.styleWrapperHome {
    display: flex;
    /*    background-color: #faf19d;*/
    /*    margin-top: 10%;*/
    align-items: center;
}

.roboBan1 {
    max-width: 600px;
    width: 88%;
}

.roboBan2 {
    max-width: 476px;
    margin-top: -455px;
    margin-left: -99px;
}

img.homeRoboBG {
    max-width: 576px;
}

.roboBan1 {
    max-width: 600px;
    width: 100%;
}

img.homeRoboBG {
    max-width: 100%;
}

.roboBan2 {
    max-width: 610px;
    margin-top: -569px;
    margin-left: -99px;
}

.roboBan1 {
    max-width: 560px;
    width: 100%;
}

img.homeRoboBG {
    max-width: 100%;
}

.item.robotBG1 {
    width: 100%;
}

.roboBan2 {
    max-width: 550px;
    margin-top: -509px;
    margin-left: -99px;
}

.ban21 {
    position: absolute;
    z-index: 1;
    height: 50vh;
    width: 100%;
    bottom: 0px;
}

.implementPage img.circleAT1 {
    left: -41%;
    top: -11vh;
}

.implementPage img.circleAT2.item {
    right: 0%;
    top: -3vh;
}

.implementPage img.circleAT10.item {
    left: 52vh;
    top: 29vh;
    max-width: 65px;
}

div#googleMap {
    -webkit-filter: hue-rotate(7deg);
    filter: hue-rotate(7deg);
}

.row.expertiserows {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

/***************************/

.wave1, .wave2 {
    height: 30px;
    position: relative;
    width: 100%;
    z-index: 12;
    left: 0;
    bottom: 0;
    margin-top: -60px;
}

.wave1 {
    -webkit-animation: wave-animation1 8.7s infinite linear;
    /* Safari 4+ */
    -moz-animation: wave-animation1 8.7s infinite linear;
    /* Fx 5+ */
    -o-animation: wave-animation1 8.7s infinite linear;
    /* Opera 12+ */
    animation: wave-animation1 8.7s infinite linear;
    /* IE 10+ */
}

.wave2 {
    -webkit-animation: wave-animation1 8.3s infinite linear;
    /* Safari 4+ */
    -moz-animation: wave-animation1 8.3s infinite linear;
    /* Fx 5+ */
    -o-animation: wave-animation1 8.3s infinite linear;
    /* Opera 12+ */
    animation: wave-animation1 8.3s infinite linear;
    /* IE 10+ */
}

@-webkit-keyframes wave-animation1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1601px 0;
    }
}

@-moz-keyframes wave-animation1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1601px 0;
    }
}

@-o-keyframes wave-animation1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1601px 0;
    }
}

@keyframes wave-animation1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1601px 0;
    }
}

.wave1 {
    background: url('http://www.templates-preview.com/bootstrap-templates/300111854/images/wave1.png') 0 0 repeat-x;
}

.wave2 {
    /*    http://www.templates-preview.com/bootstrap-templates/300111854/images/wave2.png*/
    background: url('../img/wave2.png') 0 0 repeat-x;
}

/***************************/

@media only screen and (min-width: 1440px) {
    .banImgWrap {
        width: 60%;
        margin-top: 8vh;
    }
    .roboBan1 {
        max-width: 800px;
        width: 100%;
    }
    img.homeRoboBG {
        max-width: 100%;
    }
    .roboBan2 {
        max-width: 725px;
        margin-top: -707px;
        margin-left: -99px;
    }
    .styleWrapperHome {
        margin-top: 0;
    }
    .bubbles img {
        max-width: 90px;
    }
    .ban21 img.circle6.item {
        max-width: 100px;
    }
    .ban21 img.item {
        max-width: 100px;
    }
    img.circle2.item {
        max-width: 70px;
    }
    img.circle3.item {
        top: 19vh;
        left: 65%;
        max-width: 70px;
    }
    img.circle4.item {
        max-width: 80px;
        left: 70%;
    }
    img.circle6.item {
        max-width: 60px;
        top: 10vh;
    }
    .advanceTechnology img.heroimg, .implementPage img.heroimg {
        width: 65%;
        margin: 0px auto;
    }
    .contactPage img.heroimg {
        width: 65%;
        margin: 0px auto;
    }
    .home .threeBubbleContent img {
        margin: -562px 0 0 24px;
    }
    .item.bubbles {
        left: 8%;
    }
    .ban21 img.item {
        max-width: 110px;
        width: auto;
    }
    .ContactPage img.heroimg {
        width: 65%;
    }
    img.heroimg {
        width: 700px;
    }
    .roboBan2 {
        max-width: 650px;
        margin-top: -650px;
        margin-left: -99px;
    }
    .roboBan1 {
        max-width: 700px;
        width: 100%;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1400px) {
    .roboBan2 {
        max-width: 650px;
        margin-top: -650px;
        margin-left: -99px;
    }
    .roboBan1 {
        max-width: 700px;
        width: 100%;
    }
}

@media only screen and (max-width: 1440px) {
    .item.robotBG1 {
        max-width: 500px;
    }
    .roboBan2 {
        max-width: 460px;
        margin-top: -459px;
    }
}

@media only screen and (max-width: 1400px) {
    img.circleAT3.item, img.circleAT2.item {
        max-width: 43px;
    }
    img.circleAT1.item {
        max-width: 55px;
    }
    img.circleAT10.item {
        max-width: 50px;
    }
    img.circleAT7.item {
        left: -21%;
        bottom: -33vh;
        max-width: 67px;
    }
}

@media only screen and (max-width: 1280px) {
    img.circle2.item {
        left: 40%;
        top: 9vh;
    }
    img.circle3.item {
        top: 25vh;
        max-width: 50px;
        position: absolute;
        left: 61%;
    }
    img.circle4.item {
        top: 38vh;
        max-width: 50px;
        position: absolute;
        left: 65%;
    }
    img.circle1 {
        max-width: 50px;
    }
    .banImgWrapHome {
        width: 55%;
    }
    /*
    img.circle2.item {
        top: -8vh;
    }
*/
    img.heroimg {
        max-width: 700px;
        width: 445px;
    }
    img.circle2.item {
        top: -2vh;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    img.circle2.item {
        top: -2vh;
    }
}

@media only screen and (max-width: 1024px) {
    .banImgWrapHome {
        width: 60%;
    }
    .threeBubbleContent img {
        margin: -447px 0 0 0px;
        max-width: 604px;
    }
    img.circle6.item {
        left: 11%;
        top: 15vh;
        max-width: 32px;
    }
}

@media only screen and (max-width: 980px) {
    .banImgWrap {
        width: 90%;
    }
    img.heroimg {
        width: 68%;
    }
    .ban1 {
        text-align: center;
    }
}

@media only screen and (max-width: 980px) {
    .banner1 {
        min-height: max-content;
        padding-top: 12%;
    }
    img.heroimg {
        width: 85%;
    }
    img.circleAT9.item {
        top: -15%;
    }
    img.circleAT10.item {
        top: -8vh;
    }
    img.circleAT1.item {
        top: 4vh;
    }
    img.circleAT4.item {
        right: 3vh;
        bottom: -60vh;
    }
    .banImgWrapHome {
        width: 80%;
        position: relative;
        right: auto;
        margin: 0px auto;
    }
    .styleWrapperHome {
        align-items: flex-start;
    }
    .home .banner1 {
        margin-top: 5%;
    }
}

@media only screen and (max-width: 812px) {
    .BannerContent ul li {
        padding-left: 15px;
    }
    .banner2.container {
        display: none!important;
    }
    .case-study .innerDiv {
        text-align: left;
    }
    .case-study ul.list {
        max-width: 100%;
    }
}

/* ----------- iPhone X ----------- */

@media only screen and (max-width: 768px) {
    .banner1 {
        min-height: max-content;
        padding-top: 0;
    }
    .styleWrapperHome {
        margin-top: -20%;
    }
    img.circle2.item {
        left: 45%;
        top: 23vh;
    }
    img.circle3.item {
        top: 40vh;
        left: 70%;
    }
    img.circle4.item {
        top: 48vh;
        left: 75%;
    }
    .banner1 {
        padding-top: 20%;
    }
}

@media only screen and (max-width: 680px) {
    img.circleAT5.item {
        left: 37%;
        bottom: -56vh;
        max-width: 60px;
    }
    .item.bubbles img {
        max-width: 33px;
        width: min-content;
    }
    .pertiaThemeInnerPages .banner1 {
        padding-top: 40%;
    }
    .banner1 {
        padding-top: 0%;
    }
    .roboBan2 {
        max-width: 374px;
        margin-top: -303px;
        margin-left: -118px;
    }
    .styleWrapperHome {
        margin-top: -115%;
    }
    p {
        font-size: 14px;
    }
    img.circle2.item {
        left: 56%;
        top: 23vh;
        max-width: 33px;
    }
    img.circle6.item {
        left: 11%;
        top: 15vh;
    }
    img.circle4.item {
        top: 48vh;
        left: 75%;
    }
    img.circle7.item {
        left: -35%;
        bottom: -26vh;
    }
    img.circleAT3.item {
        right: 15%;
        top: 8vh;
    }
    img.circleAT10.item {
        left: 28vh;
        top: -13vh;
        max-width: 30px;
    }
    img.circleAT2.item {
        right: 33%;
        top: -5vh;
    }
    .banImgWrap {
        width: 100%;
        right: auto;
        left: auto;
        margin: 0px auto;
    }
    .onlyBubbles {
        position: relative;
    }
    .home .onlyBubbles {
        position: absolute;
    }
    img.circle3.item {
        left: -29%;
    }
    img.circle9.item {
        left: 19vh;
        top: -17vh;
    }
    img.circleAT10.item {
        display: none;
    }
    .banImgWrapHome {
        width: 100%;
    }
    .wave1, .wave2 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 640px) {
    .styleWrapperHome {
        margin-top: -30%;
    }
    .BannerContent ul li {
        font-size: 3em;
    }
}

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    img.heroimg {
        max-width: 350px;
        margin: 0px auto;
    }
}