
.portfoliosection a,
.portfoliosection abbr,
.portfoliosection acronym,
.portfoliosection address,
.portfoliosection applet,
.portfoliosection b,
.portfoliosection big,
.portfoliosection blockquote,
.portfoliosection body,
.portfoliosection caption,
.portfoliosection center,
.portfoliosection cite,
.portfoliosection code,
.portfoliosection del,
.portfoliosection dfn,
.portfoliosection em,
.portfoliosection fieldset,
.portfoliosection font,
.portfoliosection form,
.portfoliosection h1,
.portfoliosection h2,
.portfoliosection h3,
.portfoliosection h4,
.portfoliosection h5,
.portfoliosection h6,
.portfoliosection html,
.portfoliosection i,
.portfoliosection iframe,
.portfoliosection img,
.portfoliosection ins,
.portfoliosection kbd,
.portfoliosection label,
.portfoliosection legend,
.portfoliosection object,
.portfoliosection p,
.portfoliosection pre,
.portfoliosection q,
.portfoliosection s,
.portfoliosection samp,
.portfoliosection small,
.portfoliosection span,
.portfoliosection strike,
.portfoliosection strong,
.portfoliosection sub,
.portfoliosection sup,
.portfoliosection table,
.portfoliosection tbody,
.portfoliosection td,
.portfoliosection tfoot,
.portfoliosection th,
.portfoliosection thead,
.portfoliosection tr,
.portfoliosection tt,
.portfoliosection u,
.portfoliosection var {
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -webkit-text-stroke: 0 !important;
    -webkit-font-smoothing: antialiased !important;
}
.btn_effect a {
    position: relative;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    overflow: hidden;
    z-index: 3;
}
.menu-wrapper ul li.nav_phone.btn_effect a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 800px;
    content: "";
    background: #fc8f73;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.menu-wrapper ul li.nav_contact.btn_effect a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 800px;
    content: "";
    background: #2ea5ff;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.btn_effect a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 800px;
    content: "";
    background: #fc8f73;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.btn_effect a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 800px;
    content: "";
    background: #2ea5ff;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
@keyframes btneffect {
    from {
        transform: translate(-50%, -50%) scale(0);
        -webkit-transform: translate(-50%, -50%) scale(0);
        visibility: visible;
        opacity: 1;
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        visibility: hidden;
        opacity: 0;
    }
}
@-webkit-keyframes btneffect {
    from {
        transform: translate(-50%, -50%) scale(0);
        -webkit-transform: translate(-50%, -50%) scale(0);
        visibility: visible;
        opacity: 1;
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        visibility: hidden;
        opacity: 0;
    }
}
.btn_effect:hover a:before {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: btneffect;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: btneffect;
}
@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    to {
        transform: rotate(0);
    }
}
@-webkit-keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    to {
        transform: rotate(0);
    }
}
.menu-wrapper ul li.nav_phone.btn_effect a svg {
    top: 14px;
    left: 14px;
}
.menu-wrapper ul li.nav_phone.btn_effect:hover a svg {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    transform-origin: center center;
    animation-name: swing;
    top: 14px;
    left: 14px;
}
.appi-cta {
    display: table;
    position: relative;
}
.appi-cta a span,
.appi-cta button span {
    padding: 0;
	font-size:20px;
}
.appi-cta a,
.appi-cta button {
    position: relative;
    display: block;
    color: #fff;
    cursor: pointer;
    background: #0092ff;
    padding: 22.5px 60px;
    font: 18px proxima_nova_altsemibold;
    border-radius: 5px;
    white-space: nowrap;
}
.appi-cta a:hover,
.appi-cta button:hover {
    background: #0078d1;
}
.appi-cta.btn_effect a .text,
.appi-cta.btn_effect button .text {
    padding: 0;
    display: block;
}
.appi-cta a .arrow,
.appi-cta button .arrow {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 44px;
    top: 21px;
}
.appi-cta a .arrow i,
.appi-cta button .arrow i {
    font-style: normal;
    position: absolute;
    top: 1px;
    left: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.arrow {
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.appi-cta a:hover .arrow,
.appi-cta button:hover .arrow {
    opacity: 1;
}
.appi-cta:hover a .arrow i,
.appi-cta:hover button .arrow i {
    left: 15px;
}
.appi-cta.read_more_wrapper a .arrow i span {
    top: -4px;
    font-size: 28px;
}
.appi-cta a .arrow i span,
.appi-cta button .arrow i span {
    position: relative;
    left: 0;
    top: -7px;
    font-size: 31px;
    padding: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.appi-cta:hover a .arrow i span,
.appi-cta:hover button .arrow i span {
    left: 4px;
}
.appi-cta:hover a .arrow i:before,
.appi-cta:hover button .arrow i:before {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.appi-cta a .arrow svg,
.appi-cta button .arrow svg {
    position: absolute;
    top: -3px;
    left: 5px;
}
.appi-cta a:hover,
.appi-cta button:hover {
    text-decoration: none;
}
.appi-cta .arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}
.appi-cta a:hover .arrow-icon--circle,
.appi-cta button:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}
.appi-cta:hover .arrow {
    display: block;
}
.appi-cta a:hover,
.appi-cta button:hover {
    padding: 22.5px 80px 22.5px 40px;
}
.appi-cta.read_more_wrapper a {
    background: 0 0;
    color: #fc7754;
    padding: 0;
    font-size: 20px;
   
    display: inline-block;
}
.appi-cta.read_more_wrapper .arrow {
    opacity: 1;
    right: -38px;
    top: 0;
}
.para {
   
    margin: 30px 0;
    color: #333;
}
.flex_wrapper {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: nowrap;
}
.flex_wrapper.align_center {
    align-items: center;
}
.flex_wrapper.align_bottom {
    align-items: flex-end;
}
.flex_wrapper.space_between {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    padding: 30px 0 0;
    justify-content: space-between;
}
.container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.min-container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 100px;
}
.small-container {
    width: 950px;
    margin: 0 auto;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.heading1 {
    color: #000;
    font: 80px/1.05 proxima_nova_altbold;
    position: relative;
}
.heading2 {
    color: #333;
    font: 60px/1.1 proxima_nova_altbold;
    position: relative;
    z-index: 1;
}
.heading3 {
    color: #333;
    font: 36px/1.1 proxima_nova_altsemibold;
    position: relative;
}
.heading4 {
    color: #000;
    font: 30px/1.2 proxima_nova_altsemibold;
    position: relative;
}
.heading5 {
    color: #333;
    font: 24px/1.2 proxima_nova_alt_rgregular;
    position: relative;
    margin: 20px 0 30px;
    padding-right: 40px;
}
@keyframes slideTrip {
    0% {
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14);
    }
    25% {
        -webkit-transform: translateX(-50%) translateY(-50%) skewY(20deg);
        transform: translateX(-50%) translateY(-50%) skewY(20deg);
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14);
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
    75% {
        -webkit-transform: translateX(-50%) translateY(-50%) skewY(20deg);
        transform: translateX(-50%) translateY(-50%) skewY(20deg);
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
    }
}
@-webkit-keyframes slideTrip {
    0% {
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14);
    }
    25% {
        -webkit-transform: translateX(-50%) translateY(-50%) skewY(20deg);
        transform: translateX(-50%) translateY(-50%) skewY(20deg);
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14);
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
    75% {
        -webkit-transform: translateX(-50%) translateY(-50%) skewY(20deg);
        transform: translateX(-50%) translateY(-50%) skewY(20deg);
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
    }
}
.quote_icon figure {
    height: 40px;
    position: relative;
}
.quote_icon figure svg {
    height: 100px;
}
.common-slider {
    position: relative;
    width: 100%;
    margin-left: auto;
}
.common-slider:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 50%;
    background-color: #0092ff;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
}
.common-slider.anim:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
}
.wrapper-pres {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    margin-right: auto;
}
.wrapper-pres .container-title {
    width: 45%;
}
.wrapper-pres .container-title h2 {
    color: #fff;
    
    font-size: 42px;
    line-height: 51px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}
.common-slider.anim .wrapper-pres .container-title h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.wrapper-pres .container-title h2:before {
    content: "";
    position: absolute;
    top: 18px;
    right: calc(100% + 35px);
    height: 2px;
    width: 60px;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}
.common-slider.anim .wrapper-pres .container-title h2:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.wrapper-pres .container-pres {
    position: relative;
    text-align: left;
    width: 45%;
}
.wrapper-pres .container-pres .btn {
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-top: 10px;
}
.wrapper-pres .container-pres .btn p {
    color: #fff;
    
    font-size: 14px;
}
.wrapper-pres .container-pres .btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 17px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 10px;
    background-color: #fff;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}
.wrapper-pres .container-pres .desc {
    color: #fff;
   
    font-size: 24px;
    line-height: 32px;
    margin-top: 90px;
    width: 70%;
}
.wrapper-img {
    position: relative;
    height: 690px;
    width: 91%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.common-slider.anim .wrapper-img {
    opacity: 1;
}
.wrapper-img .btn {
    position: absolute;
    z-index: 999;
    bottom: 0;
    right: 0;
    height: 35px;
    width: 35px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: 2px solid #707070;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.wrapper-img .btn .arrow {
    stroke: none !important;
    fill: #fff;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.wrapper-img .btn .progress {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 38px;
    width: 38px;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: transparent;
}
.wrapper-img .btn .progress circle:nth-child(1) {
    fill: none !important;
    stroke-width: 4px;
    stroke-dasharray: 339.292;
    stroke-dashoffset: 339.292;
    -webkit-transition: stroke-dashoffset 0s ease;
    -o-transition: stroke-dashoffset 0s ease;
    transition: stroke-dashoffset 0s ease;
    fill: #fff;
    stroke: #fff;
}
.wrapper-img .btn .progress.active circle:nth-child(1) {
    -webkit-transition: stroke-dashoffset 8s linear;
    -o-transition: stroke-dashoffset 8s linear;
    transition: stroke-dashoffset 8s linear;
    stroke-dashoffset: 0;
    -moz-transition: stroke-dashoffset 8s linear;
    -ms-transition: stroke-dashoffset 8s linear;
}
.wrapper-img .container-el {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.wrapper-img .container-el .el {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.7s cubic-bezier(0.5, -0.01, 0, 1.005);
    -o-transition: all 0.7s cubic-bezier(0.5, -0.01, 0, 1.005);
    transition: all 0.7s cubic-bezier(0.5, -0.01, 0, 1.005);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 9;
}
.wrapper-img .container-el .el.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 99;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
}
.wrapper-img .container-el .el.hide {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 9;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
}
.slider-content {
    position: absolute;
    width: 900px;
    left: 30%;
    top: 68px;
}
.slider-content .heading2,
.slider-content .heading5 {
    color: #fff;
}
.anim_left {
    position: relative;
    left: 160px;
    z-index: 2;
    width: 45%;
    padding: 60px 0 50px;
}
.anim_left img {
    max-width: 100%;
}
.vid_right {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}
.arrow {
    text-align: center;
}
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.scroll-down {
    position: relative;
    color: #fc7754;
    font: 18px/2.1 proxima_nova_alt_rgregular;
}
.images_wrapper {
    width: 100%;
    position: relative;
}
.innov_wrapper li {
    position: relative;
    padding: 0 0 50px 48px;
    margin: 0 0 0 30px;
}
.innov_wrapper ul {
    position: relative;
}
.innov_wrapper li:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    z-index: 2;
}
.innov_wrapper ul:after {
    height: 0;
    width: 2px;
    background: #e6e6e6;
    position: absolute;
    content: "";
    left: 34.3px;
    top: 10px;
    z-index: 1;
    -webkit-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 3s ease;
}
.home-tp-tig {
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.trig-rel {
    position: relative;
}
.gallery_wrapper {
    position: relative;
}
.gallery_wrapper .flex_wrapper {
    padding: 30px 0;
}
.innov_wrapper ul.active:after {
    height: 75%;
}
.innov_wrapper li:nth-child(1):before {
    background: #0092ff;
}
.innov_wrapper li:nth-child(2):before {
    background: #fc7754;
}
.innov_wrapper li:nth-child(3):before {
    background: #ffb300;
}
.innov_head {
    color: #333;
    font: 24px/1.2 proxima_nova_altsemibold;
    display: block;
    padding: 0 0 20px 0;
}
.hm_para {
    font: 18px/1.6 proxima_nova_alt_rgregular;
    color: #333;
}
.innov_wrapper li:last-child {
    padding-bottom: 0;
}
.common {
    position: absolute;
}
.common img {
    max-width: 100%;
    border-radius: 50%;
}
.img_box1 {
    height: 159px;
    width: 159px;
    top: 105px;
    left: 0;
}
.img_box2 {
    height: 195px;
    width: 195px;
    top: 155px;
    right: 35px;
}
.img_box3 {
    height: 135px;
    width: 135px;
    top: 267px;
    left: 49px;
}
.blue_box {
    position: absolute;
    background: #0092ff;
    border-radius: 50%;
    color: #fff;
    display: table;
}
.text_wrap {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center;
}
.blue_box1 {
    right: 140px;
    top: 9px;
    height: 139px;
    width: 139px;
}
.blue_box2 {
    left: -110px;
    top: 245px;
    height: 137px;
    width: 137px;
}
.blue_box3 {
    right: 93px;
    bottom: -40px;
    height: 173px;
    width: 173px;
}
.text_wrap span {
    display: block;
}
.cir_count {
    font: 36px/1.2 proxima_nova_altbold;
}
.cir_text {
    font: 20px/1.2 proxima_nova_altsemibold;
}
.about_us .heading1,
.about_us .heading5 {
    color: #fff;
}
.flex_wrapper.space_between.abt_cnt_wrap {
    padding: 60px 0 0;
}
.about_us .heading5 {
    margin: 10px 0;
}
.common-slider .min-container {
    padding: 0 90px;
}
.img-container {
    position: relative;
    overflow: hidden;
}
.img-container .vid_anim {
    width: 100%;
    height: 100%;
    background-color: #0092ff;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 0 50%;
    animation: overlay 2s;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#video {
    opacity: 0;
    height: 100%;
    width: 100%;
}
#video.vplay {
    opacity: 1;
}
@keyframes pic {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    51% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes overlay {
    0% {
        transform: scaleX(0);
        transform-origin: 0 50%;
    }
    50% {
        transform: scaleX(1);
        transform-origin: 0 50%;
    }
    51% {
        transform: scaleX(1);
        transform-origin: 100% 50%;
    }
    100% {
        transform: scaleX(0);
        transform-origin: 100% 50%;
    }
}
@-webkit-keyframes pic {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    51% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}
@-webkit-keyframes overlay {
    0% {
        transform: scaleX(0);
        transform-origin: 0 50%;
    }
    50% {
        transform: scaleX(1);
        transform-origin: 0 50%;
    }
    51% {
        transform: scaleX(1);
        transform-origin: 100% 50%;
    }
    100% {
        transform: scaleX(0);
        transform-origin: 100% 50%;
    }
}
.our-achievements {
    margin-top: 60px;
    position: relative;
}
#achievement-slider .owl-item img {
    display: inline-block;
}
.achievement_wrapper {
    padding: 40px 0 0;
}
.achievement_img {
    border: 2px solid #ffe29a;
    background: #fff4d9 url(../images/achievement_img.png) no-repeat center bottom;
    width: 200px;
    height: 272px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    align-items: center;
}
.achievement_grid.cio-review {
    position: relative;
    margin-right: -50px;
    top: 40px;
    padding: 25px 32px 34px;
    width: 438px;
    float: left;
    z-index: 2;
}
.achievement_grid {
    border: 2px solid #e6e6e6;
    padding: 50px 15px 20px 128px;
    width: 560px;
    float: left;
    background: #fff;
    position: relative;
}
.award-badge {
    position: absolute;
    z-index: 3;
    left: -15px;
    top: 18px;
}
.achievement_grid .heading5 {
    color: #000;
    margin: 30px 0 30px;
}
.achievement_grid .para {
    margin: 0;
    line-height: 1.8;
}
.recognition {
    text-align: left;
}
.recognition .para {
    font: 18px/1.6 proxima_nova_alt_rgregular;
}
.recognition img {
    width: auto !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fc7754;
}
.owl-theme .owl-dots .owl-dot span {
    background: #999;
    margin: 5px 3px;
}
#achievement-slider {
    margin-top: 100px;
}
.slider_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.recognition {
    width: 25%;
    padding: 0 10px;
}
.recognition > figure {
    margin: 30px 0 0 0;
}
.recognition figure:nth-child(2) {
    height: 52px;
    display: flex;
    align-items: center;
}
.badges_name {
    display: table;
}
.badges_name figure {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
}
.badges_name span {
    font: 18px/1.6 proxima_nova_alt_rgregular;
    color: #707070;
    display: table-footer-group;
}
.we_can_bg {
    position: relative;
}
.we_can_bg:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 94%;
    background: #fc7754;
}
.we_can_bg .heading2,
.we_can_bg .heading5 {
    color: #fff;
}
.our_strength_box {
    border: 2px solid #e6e6e6;
    position: relative;
    margin: -130px 0 0 0;
    background: #fff;
}
.we_can_bg .small-container {
    padding: 60px 0 200px;
}
.our_strength_box .heading3 {
    color: #000;
    font: 36px/1.1 proxima_nova_altbold;
    width: 380px;
    padding: 40px 20px 40px 100px;
}
.strength_list.dual_list {
    width: 218px;
}
.strength_list {
    padding: 40px 0;
    float: left;
}
.strength_list li {
    font-size: 24px;
    list-style-type: disc;
    padding: 0 0 8px 0;
}
.strength_list li > a:hover {
    color: #01b2ff;
}
.strength_list li a,
.strength_list li p {
    font: 24px/1.6 proxima_nova_alt_rgregular;
    color: #000;
    position: relative;
    display: inline;
}
.strength_list li .appi-cta.read_more_wrapper a {
    font-size: 20px;
    line-height: 1.15;
}
.strength_list li.view-all {
    list-style-type: none;
}
.our_strength_box > .flex_wrapper {
    padding: 0;
    margin: 0;
    position: relative;
}
.our_strength_box > .flex_wrapper:nth-child(1) {
    border-bottom: 1px solid #e6e6e6;
}
#case-study .small-container {
    padding-bottom: 0;
}
.card .appi-cta {
    display: inline-block;
    color: #fc7754;
    font: 18px "proxima_nova_alt_rgregular";
    margin: 10px 0 0 0;
}
.clientspeak_wrapper {
    background: #ffc603 no-repeat;
    background-position: right bottom;
    height: 300px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    margin: 30px 0 0 0;
}
.clientspeak_content {
    width: 265px;
    padding: 30px 0 0 30px;
}
.play_vid {
    display: inline-block;
    padding: 8px 16px 8px 40px;
    cursor: pointer;
    color: #000;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    background: #fff url(../images/v-play.png) no-repeat;
    font: 16px/1.3 proxima_nova_altsemibold;
    background-position: 12px 10px;
    margin: 20px 0 0 0;
}
.play_vid:hover {
    background-position: 16px 10px;
    color: #333;
}
.clientspeak {
    font-size: 40px;
   
}
.clientspeak_content .para {
    font: 18px/1.3 proxima_nova_altsemibold;
    margin: 0;
}
.quote-content {
    padding: 0 0 0 35px;
    width: 95%;
    text-align: center;
}
.quote-content p {
    font: 18px/2.1 proxima_nova_alt_rgregular;
    margin: 30px 0;
}
.q-name {
    font: 18px/1.3 proxima_nova_altsemibold;
}
.q-desg {
    font: 18px/1.3 proxima_nova_alt_rgregular;
    color: #fc7754;
}
.portskip {
    position: absolute;
    left: 34%;
    bottom: 10px;
    z-index: 5;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.appi-dot-navi .dotts i:before {
    left: -8px;
}
.portskip,
.portskip:focus,
.portskip:hover {
    color: #fff;
}
.logo-list ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    justify-content: space-between;
    align-items: center;
}
.logo-list {
    margin-bottom: 80px;
}
.logo-list + .logo-list {
    margin-bottom: 0;
}
.logo-container {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 60px 30px;
    margin: 70px 0 0;
}
.logo-list .logo-icon1 {
    background-position: -449px -53px;
    height: 26px;
    width: 139px;
}
.logo-list .logo-icon2 {
    background-position: -151px 0;
    height: 27px;
    width: 147px;
}
.logo-list .logo-icon3 {
    background-position: -307px 0;
    height: 38px;
    width: 131px;
}
.logo-list .logo-icon4 {
    background-position: -449px 0;
    height: 45px;
    width: 141px;
}
.logo-list .logo-icon5 {
    background-position: -605px -4px;
    height: 22px;
    width: 123px;
}
.logo-list .logo-icon6 {
    background-position: -138px -58px;
    height: 32px;
    width: 178px;
}
.logo-list .logo-icon7 {
    background-position: -320px -53px;
    height: 44px;
    width: 112px;
}
.logo-list .logo-icon8 {
    background-position: 0 0;
    height: 97px;
    width: 113px;
}
.logo-list ul li span {
    display: block;
}
.trigger-wpsec {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
.spacer {
    left: 0;
    height: 1px;
    position: absolute;
    width: 100%;
    margin-top: 0;
    top: 50%;
}
.appi-ins-portfolio-sec {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.clock-dial-center-wrap,
.nexgtv-img,
.vemeport-img {
    visibility: hidden;
    opacity: 0;
}
.appi-portfolio-sec {
    height: 100vh;
    position: relative;
    z-index: 9;
}
.appi-portfolio-sec-left {
    float: left;
    width: 44%;
    position: relative;
    height: 100vh;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.appi-portfolio-sec-left figure {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
}
.donimg img {
    height: auto !important;
}
.appi-portfolio-sec-left figure img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.appi-portfolio-sec-left .award-grp figure img {
    width: auto;
}
.appi-portfolio-sec-left .award-grp {
    margin: 0 0 25px;
    width: 371px;
    height: 111px;
    position: relative;
}
.appi-portfolio-sec-right {
    position: absolute;
    left: 44%;
    top: 0;
    height: 100vh;
    width: 58%;
    overflow: hidden;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.appi-port-left-content {
    position: absolute;
    right: 40px;
    bottom: 85px;
    width: 525px;
    color: #fff;
}
.appi-port-left-content .pp-head {
   
    font-size: 50px;
    line-height: 1;
    overflow: hidden;
    height: 50px;
    position: relative;
    margin: 0 0 15px;
}
.appi-port-left-content .pp-head p {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
  
}
.appi-port-left-content .pp-head p span {
    position: relative;
    top: 45px;
	font-weight:900;
}
.appi-port-left-content .appi-pp-para {
    position: relative;
    
    font-size: 20px;
    width: 100%;
    height: 90px;
}
.appi-port-left-content .appi-pp-para .appi-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.appi-port-left-content .appi-pp-para .appi-cont p {
    overflow: hidden;
	line-height:25px;
}
.appi-port-left-content .appi-pp-para .appi-cont p span {
    position: relative;
    top: 30px;
}
.appi-casestudy-navi {
    margin: 30px 0 0;
    width: 180px;
    height: 60px;
    position: relative;
}
.pp-navi.l1 .appi-dot-navi .dotts i,
.pp-navi.l1 .appi-dot-navi .dotts i:after,
.pp-navi.l1 .appi-dot-navi .dotts i:before {
    background: #f0368f;
}
.appi-casestudy-navi .pp-navi {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: -1;
    transform-origin: 30px center;
    -webkit-transform-origin: 30px center;
}
.pp-navi.l2 .appi-dot-navi .dotts i,
.pp-navi.l2 .appi-dot-navi .dotts i:after,
.pp-navi.l2 .appi-dot-navi .dotts i:before {
    background: #9726b4;
}
.appi-casestudy-navi .pp-navi a {
    color: #fff;
}
.appi-casestudy-navi .pp-navi a .arrow {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 44px;
    top: -4px;
}
.appi-casestudy-navi .pp-navi .read_more_wrapper a:hover .arrow i {
    left: 22px;
}
.appi-casestudy-navi .pp-navi .read_more_wrapper a .arrow i {
    left: 3px;
}
.appi-casestudy-navi .pp-navi .read_more_wrapper a .arrow {
    right: -38px;
    top: 0;
}
.appi-casestudy-navi .pp-navi .read_more_wrapper a:hover .arrow svg .arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 0;
}
.appi-cta.read_more_wrapper a.cm_soon {
    opacity: 0.4;
    cursor: default;
}
.appi-casestudy-navi .pp-navi a .arrow i {
    font-style: normal;
    position: absolute;
    top: 1px;
    left: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.appi-casestudy-navi .pp-navi a:hover .arrow {
    opacity: 1;
}
.appi-casestudy-navi .pp-navi a .arrow i {
    left: -5px;
}
.appi-casestudy-navi .pp-navi a .arrow i span {
    position: relative;
    left: 0;
    top: -1px;
    font-size: 22px;
    padding: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.appi-casestudy-navi .pp-navi:hover a .arrow i span {
    left: 4px;
}
.appi-casestudy-navi .pp-navi:hover a .arrow svg {
    position: absolute;
    top: -3px;
    left: 5px;
}
.appi-casestudy-navi .pp-navi:hover a .arrow svg .arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}
.appi-casestudy-navi .pp-navi:hover a .arrow-icon--circle {
    stroke-dashoffset: 0;
}
.vemeport-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.vemeport-img figure {
    position: absolute;
    left: 50px;
    z-index: 3;
    bottom: 0;
}
.vemeport-img figure.l2 {
    z-index: 2;
    right: 190px;
    top: 0;
    left: auto;
    bottom: auto;
}
.vemeport-img figure img {
    position: relative;
    top: 100vh;
}
.vemeport-img figure.l2 img {
    top: -100vh;
}
#transring,
.nexgtv-img,
.nexgtv-img figure {
    position: absolute;
    width: 580px;
}
.nexgtv-img figure img {
    width: 100%;
}
.nexgtv-img {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.nexgtv-img figure.l1 {
    left: -80px;
    bottom: -1000px;
    z-index: 2;
}
.nexgtv-img figure.l2 {
    left: 407px;
    bottom: -1000px;
    z-index: 1;
}
.clock-dial-center-wrap {
    position: absolute;
    left: 41%;
    top: 35%;
    width: calc(346px + 50px);
    height: calc(346px + 50px);
    border-radius: 50%;
    transform: scale(0) translate(-50%, -50%);
    -webkit-transform: scale(0) translate(-50%, -50%);
    z-index: 5;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}
.clock-dial-center-wrap.active {
    transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
}
.clockbg-dial {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#transring {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.transrgwht {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center;
    transform-origin: center;
}
#Dots {
    transform: translate(-121px, 49px);
    -webkit-transform: translate(-121px, 49px);
}
#Dots1 {
    transform: translate(15px, -0.5px);
    -webkit-transform: translate(15px, -0.5px);
}
#Dots2 {
    transform: translate(130px, 58px);
    -webkit-transform: translate(130px, 58px);
}
#Dots3 {
    transform: translate(172.4px, 170px);
    -webkit-transform: translate(172.4px, 170px);
}
#Dots4 {
    transform: translate(127.5px, 288.5px);
    -webkit-transform: translate(127.5px, 288.5px);
}
#Dots5 {
    transform: translate(0.5px, 344.5px);
    -webkit-transform: translate(0.5px, 344.5px);
}
#Dots6 {
    transform: translate(-119px, 297.45px);
    -webkit-transform: translate(-119px, 297.45px);
}
.dots-nav {
    position: relative;
    z-index: 5;
    cursor: pointer;
}
.agileline,
.appi-ins-portfolio-right.binkx-img figure,
.appi-ins-portfolio-right.dominos-img figure,
.appi-ins-portfolio-right.ikea-img figure,
.appi-ins-portfolio-right.melltoo-img figure,
.nasa-img figure,
.nexgtv-center-text {
    position: absolute;
}
.appi-ins-portfolio-right {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.nasa-img figure.l1 {
    left: 160px;
    bottom: -100%;
}
.nasa-img figure.l2 {
    right: 70px;
    top: -100%;
}
.appi-ins-portfolio-right.dominos-img figure.l1 {
    right: 340px;
    bottom: 0;
}
.appi-ins-portfolio-right.dominos-img figure.l2 {
    right: 342px;
    top: 3%;
}
.appi-ins-portfolio-right.dominos-img figure.l3 {
    left: 90px;
    bottom: 0;
}
.appi-ins-portfolio-right.dominos-img figure.l4 {
    right: 90px;
    top: -50px;
}
.appi-ins-portfolio-right.dominos-img figure.l5 {
    right: 150px;
    bottom: 41%;
}
.appi-ins-portfolio-right.dominos-img figure.l6 {
    right: 0;
    bottom: 50px;
}
.appi-ins-portfolio-right.dominos-img figure.l7 {
    left: 0;
    top: 0;
}
.appi-ins-portfolio-right.binkx-img figure.l2 {
    left: 20%;
    bottom: 20px;
}
.appi-ins-portfolio-right.binkx-img figure.l1 {
    left: 45%;
    top: -100%;
    z-index: 2;
}
.appi-ins-portfolio-right.binkx-img figure.l3 {
    left: 110%;
    top: 33%;
}
.appi-ins-portfolio-right.binkx-img figure.l4 {
    left: 20%;
    top: -100%;
}
.appi-ins-portfolio-right.binkx-img figure.l5 {
    left: 45%;
    bottom: -100%;
}
.appi-ins-portfolio-right.ikea-img figure.l1 {
    bottom: -100%;
    left: 0;
    width: 100%;
}
.appi-ins-portfolio-right.ikea-img figure.l1 img {
    width: 100%;
}
.appi-ins-portfolio-right.ikea-img figure.l2 {
    right: -100%;
    bottom: 320px;
}
.appi-ins-portfolio-right.ikea-img figure.l3 {
    left: -193px;
    top: -100%;
}
.appi-ins-portfolio-right.melltoo-img figure.l1 {
    right: 300px;
    z-index: 3;
    bottom: -100%;
}
.appi-ins-portfolio-right.melltoo-img figure.l2 {
    right: 50px;
    bottom: -100%;
}
.appi-ins-portfolio-right.ikea-img {
    background: url(https://appinventiv.com/wp-content/themes/twentynineteen-child/images/ikea-pbg.png) no-repeat;
    background-size: cover;
}
.pp-navi.l3 .appi-dot-navi .dotts i,
.pp-navi.l3 .appi-dot-navi .dotts i:after,
.pp-navi.l3 .appi-dot-navi .dotts i:before {
    background: #0d3d99;
}
.pp-navi.l4 .appi-dot-navi .dotts i,
.pp-navi.l4 .appi-dot-navi .dotts i:after,
.pp-navi.l4 .appi-dot-navi .dotts i:before {
    background: #c72840;
}
.pp-navi.l5 .appi-dot-navi .dotts i,
.pp-navi.l5 .appi-dot-navi .dotts i:after,
.pp-navi.l5 .appi-dot-navi .dotts i:before {
    background: #131781;
}
.pp-navi.l6 .appi-dot-navi .dotts i,
.pp-navi.l6 .appi-dot-navi .dotts i:after,
.pp-navi.l6 .appi-dot-navi .dotts i:before {
    background: #ed831f;
}
.pp-navi.l7 .appi-dot-navi .dotts i,
.pp-navi.l7 .appi-dot-navi .dotts i:after,
.pp-navi.l7 .appi-dot-navi .dotts i:before {
    background: #03c677;
}
.appi-port-left-content .appi-pp-para .appi-cont p span strong {
    
    font-weight: 400;
}
.nexgtv-center-text {
    top: 160px;
    color: #fff;
    right: 106px;
}
.nexgtv-center-text .text-big {
    
    position: relative;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    height: 62px;
    overflow: hidden;
    white-space: nowrap;
}
.nexgtv-center-text .text-big .plus {
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.nexgtv-center-text .text-big p {
    position: relative;
    top: 95px;
	font-weight:900;
}
.nexgtv-center-text .text-sm {
  
    font-size: 24px;
    position: relative;
    top: 0;
    left: 7px;
    height: 40px;
    overflow: hidden;
    text-align: right;
}
.nexgtv-center-text .text-sm p {
    position: relative;
    top: 30px;
}
.appi-port-clocktext {
    position: absolute;
    color: #fff;
    top: 110px;
}
.appi-port-clocktext .down-text,
.appi-port-clocktext .up-text {
 
    font-size: 24px;
    position: relative;
    height: 30px;
    overflow: hidden;
    line-height: 1;
}
.appi-port-clocktext .down-text {
    text-align: right;
}
.appi-port-clocktext .middel-text {
    
    font-size: 60px;
    font-weight: 400;
    position: relative;
    height: 72px;
    overflow: hidden;
    line-height: 1;
}
.appi-port-clocktext.blockchain {
    top: 130px;
    right: 150px;
}
.appi-port-clocktext.blockchain .down-text {
    padding: 0 8px 0 0;
}
.appi-port-clocktext .down-text p,
.appi-port-clocktext .up-text p {
    position: relative;
    top: 30px;
}
.appi-port-clocktext .middel-text p {
    position: relative;
    top: 66px;
    white-space: nowrap;
}
.appi-port-clocktext.nasa .middel-text {
    height: 87px;
}
.appi-port-clocktext.nasa .middel-text p {
    top: 89px;
}
.appi-port-clocktext.nasa {
    top: 135px;
    left: -30px;
}
.appi-port-clocktext.dominos {
    top: 135px;
    right: 135px;
}
.appi-port-clocktext.binkx,
.appi-port-clocktext.ikea {
    right: 60px;
}
.appi-port-clocktext.binkx {
    top: 120px;
}
.appi-port-clocktext.ikea {
    right: 80px;
    top: 130px;
}
.appi-port-clocktext.ikea .middel-text {
    height: 65px;
}
.appi-port-clocktext.dominos .middel-text {
    height: 73px;
}
.appi-port-clocktext.dominos .middel-text p {
    top: 75px;
}
.appi-port-clocktext.dominos .down-text {
    text-align: right;
}
.appi-port-clocktext.dominos .down-text p {
    padding: 0 0 0 70px;
}
.appi-portfolio-sec-left figure.four img {
    object-position: right center;
}
.appi-portfolio-sec-left figure .donimg {
    position: absolute;
    top: -450px;
    left: 0;
}
.appi-port-clocktext.binkx .middel-text {
    height: 65px;
}
.appi-port-clocktext.binkx .middel-text p {
    top: 70px;
}
.appi-port-clocktext.melltoo {
    right: 130px;
    top: 145px;
}
.appi-port-clocktext.melltoo .middel-text {
    height: 65px;
}
.img-container img {
    opacity: 1;
    max-width: 100%;
}
.anim-left-txt-wrap {
    padding-left: 25px;
}
#stats {
    position: relative;
    display: flex;
    align-items: center;
}
.about-us {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.about-us .projects-stats {
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-align: end;
    align-items: flex-end;
    flex: 6;
    justify-content: space-between;
    padding: 60px 50px 20px 0;
}
.about-us .projects-stats .number {
    display: flex;
    font-size: 197px;
    
    font-weight: 700;
    color: #0092ff;
    opacity: 0;
    transition: all 2s ease 0s;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    left: -120px;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
}
.anim-start .about-us .projects-stats .number {
    left: 0;
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}
.about-us .projects-stats .plain-text {
    font-size: 32px;
    padding-top: 2px;
    color: #000;
    position: absolute;
    width: 100%;
    text-align: right;
    
	
    opacity: 0;
    transition: all 2s ease 0s;
    bottom: 75px;
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
}
.plus-sign {
    opacity: 0;
    transition: all 2s ease 0s;
    transition-delay: 2s;
    position: relative;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
}
.anim-start .plus-sign {
    opacity: 1;
}
.anim-start .about-us .projects-stats .plain-text {
    opacity: 1;
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%);
    -moz-transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    -o-transform: translateX(-8%);
}
.about-us .vertical-line {
    max-width: 20px;
    opacity: 0;
    transition: all 1.5s ease 0.5s;
    top: 0;
    position: relative;
    transform: translate(-27px, 20px);
    -webkit-transform: translate(-27px, 20px);
    -moz-transform: translate(-27px, 20px);
    -ms-transform: translate(-27px, 20px);
    -o-transform: translate(-27px, 20px);
}
.anim-start .about-us .vertical-line {
    opacity: 1;
}
.about-us .vertical-line::before {
    content: "";
    display: block;
    background-color: #e6e6e6;
    width: 1px;
    height: 100%;
    left: calc(56%);
    position: absolute;
    margin: 0;
}
.about-us .other-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-us .other-stats {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
.about-us .other-stats .number {
    display: block;
    font-size: 120px;
    
	
    font-weight: 700;
    color: #0092ff;
    opacity: 0;
    transition: all 2s ease 0s;
    transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
}
.anim-start .about-us .other-stats .number {
    opacity: 1;
    transform: scale(1, 1);
}
.about-us .other-stats .stats-employees .plain-text {
    position: absolute;
    left: 0;
    text-transform: lowercase;
    opacity: 0;
    transition: all 1.5s ease 1s;
    font: 22px/1.1 proxima_nova_altbold;
    bottom: 22px;
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
}
.anim-start .about-us .other-stats .stats-employees .plain-text {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
}
.about-us .horizontal-line {
    opacity: 0;
    transition: all 1.5s ease 0.5s;
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
}
.anim-start .about-us .horizontal-line {
    opacity: 1;
    transition: all 1.5s ease 0.5s;
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%);
    -moz-transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    -o-transform: translateX(-8%);
}
.about-us .horizontal-line::before {
    content: "";
    display: block;
    background-color: #e6e6e6;
    height: 1px;
}
.stats-employees {
    position: relative;
    padding-bottom: 28px;
}
.stats-employees {
    position: relative;
}
.about-us .other-stats .stats-countries {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.stats-countries .plain-text {
    font: 22px/1.1 proxima_nova_altbold;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    transition: all 1.5s ease 1s;
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
}
.anim-start .plain-text {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
}
.partners-logo {
    padding: 100px 0 0;
}
.ir-logo .flex_wrapper {
    width: 950px;
    margin: 20px auto;
}
.ir-logo .subhead3 {
    font-size: 36px;
}
.abt_cnt_wrap .heading3 {
    color: #fff;
}
.we_can .min-container {
    width: 80%;
    margin: 0;
    position: relative;
    padding: 0;
    float: right;
}
.tech-image-wrap img {
    max-width: 100%;
}
.anim-left-txt-wrap .heading5 br {
    display: block;
}
.desk {
    display: block;
}
.mob {
    display: none;
}
button:focus {
    outline: 0 !important;
}
.appi-casestudy-navi .appi-cta.read_more_wrapper a {
    color: #fff;
}
#suiteserv .flex_wrapper {
    flex-wrap: nowrap;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
    transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
    transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
    transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
    transform: translate3d(0, -100px, 0);
}
.partner-sprite {
    background-image: url(../images/Team-01.png);
}
.aws-partner {
    width: 180px;
    height: 50px;
    background-position: -77px -13px;
}
.sap-partner {
    width: 193px;
    height: 52px;
    background-position: -317px -13px;
}
.cloudera-partner {
    width: 152px;
    height: 30px;
    background-position: -570px -13px;
}
.appfuture-sprite {
    width: 130px;
    height: 25px;
    background-position: -7px -217px;
}
.entrepeneur-sprite {
    width: 133px;
    height: 27px;
    background-position: -241px -217px;
}
.boa-sprite {
    width: 161px;
    height: 29px;
    background-position: -478px -216px;
}
.menifest-sprite {
    width: 96px;
    height: 52px;
    background-position: 100px -194px;
}
.ftr4h-sprite {
    width: 88px;
    height: 53px;
    background-position: -254px 116px;
}
.MAD-sprite {
    width: 76px;
    height: 35px;
    background-position: -564px 108px;
}
.Clutch-sprite {
    width: 102px;
    height: 30px;
    background-position: -406px 105px;
}
.ifah-sprite {
    width: 65px;
    height: 59px;
    background-position: -141px 119px;
}
.Entreprenuer-sprite {
    width: 212px;
    height: 42px;
    background-position: -17px 43px;
}
.Techcrunch-sprite {
    width: 70px;
    height: 35px;
    background-position: 158px 107px;
}
.twn-sprite {
    width: 144px;
    height: 35px;
    background-position: 164px 43px;
}
.Business-In-sprite {
    width: 384px;
    height: 26px;
    background-position: -260px 34px;
}
.home_headingh1 h1 {
    display: inline;
}
.padding_0 {
    padding: 0 !important;
}
.hm_vd_wr > .flex_wrapper {
    margin: 0;
}
.lg {
    display: block;
}
.xs {
    display: none;
}
.under_roof {
    position: relative;
}
.under_roof:after {
    position: absolute;
    content: "";
    background: #000;
    height: 2px;
    width: 0;
    top: calc(50% + 1px);
    left: 0;
    transition: all 1.5s ease 0s;
}
.anim-start .under_roof:after {
    width: 100%;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
}
.from_hm {
    opacity: 0;
    transform: rotate(-11deg) !important;
    -webkit-transform: rotate(-11deg) !important;
    top: -20px;
    position: absolute;
    right: 60px;
    font-size: 20px;
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}
.anim-start .from_hm {
    opacity: 1;
    transition-delay: 2.5s;
    -webkit-transition-delay: 2.5s;
   
   
    color: #0092ff;
}
.plain-text.workingfrom {
    width: calc(100% + 170px);
}
.gallery_wrapper .small-container {
    overflow: visible;
}
@media screen and (max-width: 1680px) {
    .canvas-sec {
        top: -155px;
    }
    .nexgtv-img figure.l2 {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }
    .nexgtv-img figure.l4 {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
    .nexgtv-img figure.l5 {
        transform: scale(0.8) translate(41px, 41px);
        -webkit-transform: scale(0.8) translate(41px, 41px);
        -moz-transform: scale(0.8) translate(41px, 41px);
        -ms-transform: scale(0.8) translate(41px, 41px);
        -o-transform: scale(0.8) translate(41px, 41px);
    }
    .nexgtv-img figure.l3 {
        transform: scale(0.8) translate(41px, 1px);
        -webkit-transform: scale(0.8) translate(41px, 1px);
        -moz-transform: scale(0.8) translate(41px, 1px);
        -ms-transform: scale(0.8) translate(41px, 1px);
        -o-transform: scale(0.8) translate(41px, 1px);
    }
    .nexgtv-img figure.l1 {
        transform: scale(0.8) translate(-34px, 0);
        -webkit-transform: scale(0.8) translate(-34px, 0);
        -moz-transform: scale(0.8) translate(-34px, 0);
        -ms-transform: scale(0.8) translate(-34px, 0);
        -o-transform: scale(0.8) translate(-34px, 0);
    }
    .vemeport-img figure {
        right: 112px;
        transform: scale(0.8) translate(40px, 120px);
        -webkit-transform: scale(0.8) translate(40px, 120px);
        -moz-transform: scale(0.8) translate(40px, 120px);
        -ms-transform: scale(0.8) translate(40px, 120px);
        -o-transform: scale(0.8) translate(40px, 120px);
    }
    .nasa-img figure.l1 {
        transform: scale(0.8) translate(0, 50px);
        -webkit-transform: scale(0.8) translate(0, 50px);
        -moz-transform: scale(0.8) translate(0, 50px);
        -ms-transform: scale(0.8) translate(0, 50px);
        -o-transform: scale(0.8) translate(0, 50px);
    }
    .nasa-img figure.l2 {
        transform: scale(0.8) translate(74px, -77px);
        -webkit-transform: scale(0.8) translate(74px, -77px);
        -moz-transform: scale(0.8) translate(74px, -77px);
        -ms-transform: scale(0.8) translate(74px, -77px);
        -o-transform: scale(0.8) translate(74px, -77px);
    }
    .appi-portfolio-sec-left figure .donimg {
        transform: scale(0.7) translate(-67px, 6px);
        -webkit-transform: scale(0.7) translate(-67px, 6px);
        -moz-transform: scale(0.7) translate(-67px, 6px);
        -ms-transform: scale(0.7) translate(-67px, 6px);
        -o-transform: scale(0.7) translate(-67px, 6px);
    }
    .appi-ins-portfolio-right.dominos-img figure.l1 {
        transform: scale(0.7) translate(157px, 127px);
        -webkit-transform: scale(0.7) translate(157px, 127px);
        -moz-transform: scale(0.7) translate(157px, 127px);
        -ms-transform: scale(0.7) translate(157px, 127px);
        -o-transform: scale(0.7) translate(157px, 127px);
    }
    .appi-ins-portfolio-right.dominos-img figure.l2 {
        transform: scale(0.7) translate(41px, 115px);
        -webkit-transform: scale(0.7) translate(41px, 115px);
        -moz-transform: scale(0.7) translate(41px, 115px);
        -ms-transform: scale(0.7) translate(41px, 115px);
        -o-transform: scale(0.7) translate(41px, 115px);
    }
    .appi-ins-portfolio-right.binkx-img figure.l1 {
        transform: scale(0.7) translate(120px, 70px);
        -webkit-transform: scale(0.7) translate(120px, 70px);
        -moz-transform: scale(0.7) translate(120px, 70px);
        -ms-transform: scale(0.7) translate(120px, 70px);
        -o-transform: scale(0.7) translate(120px, 70px);
    }
    .appi-ins-portfolio-right.binkx-img figure.l2 {
        transform: scale(0.7) translate(71px, -19px);
        -webkit-transform: scale(0.7) translate(71px, -19px);
        -moz-transform: scale(0.7) translate(71px, -19px);
        -ms-transform: scale(0.7) translate(71px, -19px);
        -o-transform: scale(0.7) translate(71px, -19px);
    }
    .appi-ins-portfolio-right.ikea-img figure.l1 {
        transform: scale(0.7) translate(-19px, 39px);
        -webkit-transform: scale(0.7) translate(-19px, 39px);
        -moz-transform: scale(0.7) translate(-19px, 39px);
        -ms-transform: scale(0.7) translate(-19px, 39px);
        -o-transform: scale(0.7) translate(-19px, 39px);
    }
    .appi-ins-portfolio-right.ikea-img figure.l3 {
        transform: scale(0.7) translate(1px, -19px);
        -webkit-transform: scale(0.7) translate(1px, -19px);
        -moz-transform: scale(0.7) translate(1px, -19px);
        -ms-transform: scale(0.7) translate(1px, -19px);
        -o-transform: scale(0.7) translate(1px, -19px);
    }
    .appi-ins-portfolio-right.ikea-img figure.l2 {
        transform: scale(0.7) translate(41px, 141px);
        -webkit-transform: scale(0.7) translate(41px, 141px);
        -moz-transform: scale(0.7) translate(41px, 141px);
        -ms-transform: scale(0.7) translate(41px, 141px);
        -o-transform: scale(0.7) translate(41px, 141px);
    }
    .appi-ins-portfolio-right.melltoo-img figure.l1 {
        transform: scale(0.7) translate(101px, 101px);
        -webkit-transform: scale(0.7) translate(101px, 101px);
        -moz-transform: scale(0.7) translate(101px, 101px);
        -ms-transform: scale(0.7) translate(101px, 101px);
        -o-transform: scale(0.7) translate(101px, 101px);
    }
    .appi-ins-portfolio-right.melltoo-img figure.l2 {
        transform: scale(0.8) translate(20px, 90px);
        -webkit-transform: scale(0.8) translate(20px, 90px);
        -moz-transform: scale(0.8) translate(20px, 90px);
        -ms-transform: scale(0.8) translate(20px, 90px);
        -o-transform: scale(0.8) translate(20px, 90px);
    }
    .appi-intro .intro-qoute p {
        font-size: 60px;
    }
    .footer_nav ul li a {
        font-size: 18px;
    }
}
@media screen and (max-width: 1650px) {
    .appi-lead-text {
        font-size: 50px;
    }
    .appi-our-ranking .appi-rating-left h3 {
        font-size: 40px;
    }
    .cio-text {
        font-size: 32px;
    }
    .cio-review-sec {
        margin: 40px 0 0;
    }
    .canvas-sec {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    .clock-dial-center-wrap {
        top: calc(50% + -117px);
    }
    .appi-port-left-content {
        bottom: 55px;
    }
    .timeline-app-details {
        font-size: 22px;
    }
    .nexgtv-img figure.l2 {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
    .nexgtv-img figure.l2 {
        left: 267px;
    }
    .nexgtv-img figure.l4 {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }
    .nexgtv-img figure.l5 {
        transform: scale(0.8) translate(41px, 41px);
        -webkit-transform: scale(0.8) translate(41px, 41px);
    }
    .nexgtv-img figure.l3 {
        transform: scale(0.8) translate(41px, 1px);
        -webkit-transform: scale(0.8) translate(41px, 1px);
    }
    .nexgtv-img figure.l1 {
        transform: scale(0.8) translate(-34px, 0);
        -webkit-transform: scale(0.8) translate(-34px, 0);
    }
    .vemeport-img figure {
        right: 112px;
        transform: scale(0.7) translate(60px, -80px);
        -webkit-transform: scale(0.7) translate(60px, -80px);
        -moz-transform: scale(0.7) translate(60px, -80px);
        -ms-transform: scale(0.7) translate(60px, -80px);
        -o-transform: scale(0.7) translate(60px, -80px);
    }
    .nasa-img figure.l1 {
        transform: scale(0.8) translate(0, 50px);
        -webkit-transform: scale(0.8) translate(0, 50px);
    }
    .nasa-img figure.l2 {
        transform: scale(0.8) translate(74px, -77px);
        -webkit-transform: scale(0.8) translate(74px, -77px);
    }
    .appi-portfolio-sec-left figure .donimg {
        transform: scale(0.8) translate(-67px, 6px);
        -webkit-transform: scale(0.8) translate(-67px, 6px);
    }
    .appi-ins-portfolio-right.dominos-img figure.l1 {
        transform: scale(0.8) translate(157px, 127px);
        -webkit-transform: scale(0.8) translate(157px, 127px);
        opacity: 0;
    }
    .appi-ins-portfolio-right.dominos-img figure.l2 {
        transform: scale(0.8) translate(331px, 115px);
        -webkit-transform: scale(0.8) translate(331px, 115px);
        -moz-transform: scale(0.8) translate(331px, 115px);
        -ms-transform: scale(0.8) translate(331px, 115px);
        -o-transform: scale(0.8) translate(331px, 115px);
    }
    .appi-ins-portfolio-right.dominos-img figure.l6 {
        bottom: -40px;
    }
    .appi-ins-portfolio-right.binkx-img figure.l1 {
        transform: scale(0.8) translate(120px, 70px);
        -webkit-transform: scale(0.8) translate(120px, 70px);
    }
    .appi-ins-portfolio-right.binkx-img figure.l2 {
        transform: scale(0.8) translate(71px, -19px);
        -webkit-transform: scale(0.8) translate(71px, -19px);
    }
    .appi-ins-portfolio-right.ikea-img figure.l1 {
        transform: scale(0.8) translate(-19px, 39px);
        -webkit-transform: scale(0.8) translate(-19px, 39px);
    }
    .appi-ins-portfolio-right.ikea-img figure.l1 {
        transform: scale(1) translate(-19px, 39px);
        -webkit-transform: scale(1) translate(-19px, 39px);
        -moz-transform: scale(1) translate(-19px, 39px);
        -ms-transform: scale(1) translate(-19px, 39px);
        -o-transform: scale(1) translate(-19px, 39px);
    }
    .appi-ins-portfolio-right.ikea-img figure.l2 {
        transform: scale(0.8) translate(41px, 141px);
        -webkit-transform: scale(0.8) translate(41px, 141px);
    }
    .appi-ins-portfolio-right.melltoo-img figure.l1 {
        transform: scale(0.8) translate(101px, 101px);
        -webkit-transform: scale(0.8) translate(101px, 101px);
    }
    .appi-ins-portfolio-right.melltoo-img figure.l2 {
        transform: scale(0.8) translate(20px, 180px);
        -webkit-transform: scale(0.8) translate(20px, 180px);
        -moz-transform: scale(0.8) translate(20px, 180px);
        -ms-transform: scale(0.8) translate(20px, 180px);
        -o-transform: scale(0.8) translate(20px, 180px);
    }
    .vemeport-img figure.l1 {
        transform: scale(0.7) translate(20px, 230px);
        -webkit-transform: scale(0.7) translate(20px, 230px);
        -moz-transform: scale(0.7) translate(20px, 230px);
        -ms-transform: scale(0.7) translate(20px, 230px);
        -o-transform: scale(0.7) translate(20px, 230px);
    }
    .vemeport-img figure.l2 {
        right: 60px;
    }
    .appi-ins-portfolio-right.dominos-img figure.l5 {
        opacity: 0;
    }
}
@media screen and (max-width: 1550px) {
    .partner-sprite {
        transform: scale(0.8);
    }
    #achievement-slider .partner-sprite {
        margin-left: -12px;
    }
    .ir-logo .partner-sprite {
        transform: scale(0.7);
    }
    .ir-logo .Business-In-sprite {
        margin-left: -56px;
        transform: scale(0.7);
    }
    br {
        display: none;
    }
    .hm_vd_wr .heading5 br {
        display: none;
    }
    .hm_vd_wr .heading5 {
        margin: 20px 0;
    }
    .anim_left {
        padding: 30px 0 0;
    }
    .img_box1 {
        height: 139px;
        width: 139px;
    }
    .img_box2 {
        height: 170px;
        width: 170px;
        top: 145px;
        right: 0;
    }
    .img_box3 {
        height: 120px;
        width: 120px;
        top: 250px;
        left: 39px;
    }
    .blue_box1 {
        right: 90px;
        top: 0;
        height: 129px;
        width: 129px;
    }
    .blue_box3 {
        right: 33px;
        bottom: -20px;
        height: 150px;
        width: 150px;
    }
    .blue_box2 {
        left: -120px;
        top: 227px;
        height: 137px;
        width: 137px;
    }
    .cir_count {
        font-size: 34px;
    }
    .cir_text {
        font-size: 18px;
    }
    .cir_text br {
        display: block;
    }
    .innov_head {
        font-size: 22px;
        padding: 0 0 10px 0;
    }
    .wrapper-img {
        height: 530px;
    }
    .our_strength_box .heading3 {
        font-size: 32px;
    }
    .badges_name br,
    .our_strength_box .heading3 br {
        display: block;
    }
    .strength_list li {
        font-size: 20px;
    }
    .appi-cta.read_more_wrapper a {
        font-size: 18px;
    }
    #case-study .title {
        font-size: 32px;
    }
    .clientspeak_wrapper {
        background-size: 240px;
        height: 280px;
    }
    .clientspeak {
        font-size: 34px;
    }
    .copyright .copy,
    .dmca-wrap,
    .foot-para,
    .footer_list li a,
    .statutory-para {
        font-size: 15px;
    }
    .footer-btm,
    .footer-mid,
    .footer-top {
        padding: 40px 0;
    }
    .heading5 {
        font-size: 22px;
        margin: 20px 0 40px;
    }
    .container {
        max-width: 1200px;
    }
    .small-container {
        padding: 80px 0;
    }
    .top-container {
        width: 800px;
        padding: 50px 0 100px 0;
    }
    .min-container {
        width: 1180px;
    }
    .small-container {
        width: 800px;
    }
    .heading3 {
        font-size: 26px;
    }
    .heading1 {
        font-size: 60px;
    }
    .heading2 {
        font-size: 45px;
        line-height: 1.2;
    }
    .heading4 {
        font-size: 30px;
    }
    .slider-content {
        width: 720px;
        left: 55%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
    .dmca-wrap br {
        display: block;
    }
    .captcha_col .type_text {
        width: 70px;
    }
    .nasa-img figure.l1 {
        transform: scale(0.8) translate(-180px, 120px);
        -webkit-transform: scale(0.8) translate(-180px, 120px);
        -moz-transform: scale(0.8) translate(-180px, 120px);
        -ms-transform: scale(0.8) translate(-180px, 120px);
        -o-transform: scale(0.8) translate(-180px, 120px);
    }
    .nasa-img figure.l2 {
        transform: scale(0.8) translate(54px, 143px);
        -webkit-transform: scale(0.8) translate(54px, 143px);
        -moz-transform: scale(0.8) translate(54px, 143px);
        -ms-transform: scale(0.8) translate(54px, 143px);
        -o-transform: scale(0.8) translate(54px, 143px);
    }
    .appi-ins-portfolio-right.binkx-img figure.l1 {
        transform: scale(0.8) translate(-68px, -40px);
        -webkit-transform: scale(0.8) translate(-68px, -40px);
        -moz-transform: scale(0.8) translate(-68px, -40px);
        -ms-transform: scale(0.8) translate(-68px, -40px);
        -o-transform: scale(0.8) translate(-68px, -40px);
    }
    .appi-ins-portfolio-right.binkx-img figure.l2 {
        transform: scale(0.9) translate(-79px, 81px);
        -webkit-transform: scale(0.9) translate(-79px, 81px);
        -moz-transform: scale(0.9) translate(-79px, 81px);
        -ms-transform: scale(0.9) translate(-79px, 81px);
        -o-transform: scale(0.9) translate(-79px, 81px);
    }
    .appi-ins-portfolio-right.melltoo-img figure.l1 {
        transform: scale(0.8) translate(101px, 101px);
        -webkit-transform: scale(0.8) translate(101px, 101px);
        -moz-transform: scale(0.8) translate(101px, 101px);
        -ms-transform: scale(0.8) translate(101px, 101px);
        -o-transform: scale(0.8) translate(101px, 101px);
    }
    .appi-ins-portfolio-right.melltoo-img figure.l2 {
        transform: scale(0.8) translate(20px, 90px);
        -webkit-transform: scale(0.8) translate(20px, 90px);
        -moz-transform: scale(0.8) translate(20px, 90px);
        -ms-transform: scale(0.8) translate(20px, 90px);
        -o-transform: scale(0.8) translate(20px, 90px);
    }
    .we_can .min-container {
        width: 84.5%;
    }
    .strength_list li a,
    .strength_list li p {
        font-size: 20px;
    }
    .tech-image-wrap {
        width: 450px;
    }
    .our_strength_box .heading3 {
        width: 280px;
    }
    .strength_list.dual_list {
        width: 175px;
    }
    .strength_list li.view-all {
        padding: 10px 0 0;
    }
    .about-us .projects-stats .number {
        font-size: 160px;
    }
    .about-us .projects-stats .plain-text {
        font-size: 24px;
    }
    .about-us .other-stats .number {
        font-size: 95px;
    }
    .about-us .other-stats .stats-employees .plain-text,
    .stats-countries .plain-text {
        font-size: 18px;
    }
    .stats-countries .plain-text {
        bottom: -6px;
    }
    .about-us .projects-stats .plain-text {
        bottom: 50px;
    }
    .appi-ins-portfolio-right.binkx-img figure.l4 {
        left: 10%;
    }
    .appi-ins-portfolio-right.binkx-img figure.l5 {
        left: 40%;
        bottom: -100%;
        transform: scale(0.8) translate(-16px, -67px);
        -webkit-transform: scale(0.8) translate(-16px, -67px);
        -moz-transform: scale(0.8) translate(-16px, -67px);
        -ms-transform: scale(0.8) translate(-16px, -67px);
        -o-transform: scale(0.8) translate(-16px, -67px);
    }
    .appi-ins-portfolio-right.binkx-img figure.l3 {
        left: 110%;
        top: 23%;
        transform: scale(0.9) translate(-38px, 0);
        -webkit-transform: scale(0.9) translate(-38px, 0);
        -moz-transform: scale(0.9) translate(-38px, 0);
        -ms-transform: scale(0.9) translate(-38px, 0);
        -o-transform: scale(0.9) translate(-38px, 0);
    }
    .ir-logo .flex_wrapper {
        width: 800px;
    }
    .ir-logo img {
        max-width: 100%;
    }
    .ir-logo .flex_wrapper li {
        max-width: 280px;
    }
    .ir-logo .flex_wrapper li:nth-child(2) img,
    .ir-logo .flex_wrapper li:nth-child(3) img,
    .partners-logo img {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
    .recognition .para {
        min-height: 100px;
        font-size: 16px;
    }
    .from_hm {
        right: 48px;
    }
}
@media screen and (max-width: 1440px) {
    .anim_left {
        left: 142px;
    }
    .strength_list li {
        font-size: 18px;
    }
    .achievement_wrapper {
        padding: 10px 0 80px;
    }
    .achievement_grid.cio-review {
        width: 400px;
    }
    .achievement_grid {
        width: 450px;
        padding: 47px 15px 20px 98px;
    }
    .recognition {
        width: 25%;
        padding: 0 20px;
    }
    .award-badge {
        width: 100px;
        height: 100px;
    }
    .award-badge img {
        max-width: 100%;
    }
    .achievement_grid .heading5 {
        font-size: 20px;
    }
    .vemeport-img figure {
        right: 79px;
        transform: scale(0.7) translate(100px, 220px);
        -webkit-transform: scale(0.7) translate(100px, 220px);
        -moz-transform: scale(0.7) translate(100px, 220px);
        -ms-transform: scale(0.7) translate(100px, 220px);
        -o-transform: scale(0.7) translate(100px, 220px);
    }
    .appi-ins-portfolio-right.ikea-img figure.l3 {
        transform: scale(0.7) translate(-39px, -56px);
        -webkit-transform: scale(0.7) translate(-39px, -56px);
        -moz-transform: scale(0.7) translate(-39px, -56px);
        -ms-transform: scale(0.7) translate(-39px, -56px);
        -o-transform: scale(0.7) translate(-39px, -56px);
    }
    .nexgtv-img figure.l3 {
        transform: scale(0.7) translate(105px, 51px);
        -webkit-transform: scale(0.7) translate(105px, 51px);
        -moz-transform: scale(0.7) translate(105px, 51px);
        -ms-transform: scale(0.7) translate(105px, 51px);
        -o-transform: scale(0.7) translate(105px, 51px);
    }
    .nexgtv-img figure.l5 {
        transform: scale(0.7) translate(105px, 41px);
        -webkit-transform: scale(0.7) translate(105px, 41px);
        -moz-transform: scale(0.7) translate(105px, 41px);
        -ms-transform: scale(0.7) translate(105px, 41px);
        -o-transform: scale(0.7) translate(105px, 41px);
    }
    .nexgtv-img figure.l2 {
        transform: scale(0.6) translate(-59px, -29px);
        -webkit-transform: scale(0.6) translate(-59px, -29px);
        -moz-transform: scale(0.6) translate(-59px, -29px);
        -ms-transform: scale(0.6) translate(-59px, -29px);
        -o-transform: scale(0.6) translate(-59px, -29px);
    }
    .nexgtv-img figure.l4 {
        transform: scale(0.7) translate(1px, -59px);
        -webkit-transform: scale(0.7) translate(1px, -59px);
        -moz-transform: scale(0.7) translate(1px, -59px);
        -ms-transform: scale(0.7) translate(1px, -59px);
        -o-transform: scale(0.7) translate(1px, -59px);
    }
    .nexgtv-img figure.l1 {
        transform: scale(0.6) translate(49px, -30px);
        -webkit-transform: scale(0.6) translate(49px, -30px);
        -moz-transform: scale(0.6) translate(49px, -30px);
        -ms-transform: scale(0.6) translate(49px, -30px);
        -o-transform: scale(0.6) translate(49px, -30px);
    }
    .nasa-img figure.l1 {
        transform: scale(0.6) translate(-150px, 190px);
        -webkit-transform: scale(0.6) translate(-150px, 190px);
        -moz-transform: scale(0.6) translate(-150px, 190px);
        -ms-transform: scale(0.6) translate(-150px, 190px);
        -o-transform: scale(0.6) translate(-150px, 190px);
    }
    .nasa-img figure.l2 {
        transform: scale(0.6) translate(143px, -204px);
        -webkit-transform: scale(0.6) translate(143px, -204px);
        -moz-transform: scale(0.6) translate(143px, -204px);
        -ms-transform: scale(0.6) translate(143px, -204px);
        -o-transform: scale(0.6) translate(143px, -204px);
    }
    .vemeport-img figure.l2 {
        transform: scale(0.6) translate(160px, -240px);
        -webkit-transform: scale(0.6) translate(160px, -240px);
        -moz-transform: scale(0.6) translate(160px, -240px);
        -ms-transform: scale(0.6) translate(160px, -240px);
        -o-transform: scale(0.6) translate(160px, -240px);
    }
    .appi-ins-portfolio-right.dominos-img figure.l1 {
        transform: scale(0.6) translate(440px, 316px);
        -webkit-transform: scale(0.6) translate(440px, 316px);
        -moz-transform: scale(0.6) translate(440px, 316px);
        -ms-transform: scale(0.6) translate(440px, 316px);
        -o-transform: scale(0.6) translate(440px, 316px);
    }
    .appi-ins-portfolio-right.dominos-img figure.l2 {
        transform: scale(0.6) translate(91px, 220px);
        -webkit-transform: scale(0.6) translate(91px, 220px);
        -moz-transform: scale(0.6) translate(91px, 220px);
        -ms-transform: scale(0.6) translate(91px, 220px);
        -o-transform: scale(0.6) translate(91px, 220px);
    }
    .appi-ins-portfolio-right.binkx-img figure.l2 {
        transform: scale(0.6) translate(171px, 192px);
        -webkit-transform: scale(0.6) translate(171px, 192px);
    }
    .appi-ins-portfolio-right.melltoo-img figure.l2 {
        transform: scale(0.6) translate(291px, 158px);
        -webkit-transform: scale(0.6) translate(291px, 158px);
        -moz-transform: scale(0.6) translate(291px, 158px);
        -ms-transform: scale(0.6) translate(291px, 158px);
        -o-transform: scale(0.6) translate(291px, 158px);
    }
    .appi-ins-portfolio-right.melltoo-img figure.l1 {
        transform: scale(0.7) translate(281px, 176px);
        -webkit-transform: scale(0.7) translate(281px, 176px);
        -moz-transform: scale(0.7) translate(281px, 176px);
        -ms-transform: scale(0.7) translate(281px, 176px);
        -o-transform: scale(0.7) translate(281px, 176px);
    }
    .nexgtv-img figure.l1 {
        transform: scale(0.6) translate(49px, -30px);
        -webkit-transform: scale(0.6) translate(49px, -30px);
        -moz-transform: scale(0.6) translate(49px, -30px);
        -ms-transform: scale(0.6) translate(49px, -30px);
        -o-transform: scale(0.6) translate(49px, -30px);
    }
    .vemeport-img figure.l1 {
        transform: scale(0.7) translate(20px, 230px);
        -webkit-transform: scale(0.65) translate(0, 280px);
        -moz-transform: scale(0.7) translate(20px, 230px);
        -ms-transform: scale(0.7) translate(20px, 230px);
        -o-transform: scale(0.7) translate(20px, 230px);
    }
    .vemeport-img figure.l1 {
        transform: scale(0.65) translate(20px, 280px);
        -webkit-transform: scale(0.65) translate(20px, 280px);
        -moz-transform: scale(0.65) translate(20px, 280px);
        -ms-transform: scale(0.65) translate(20px, 280px);
        -o-transform: scale(0.65) translate(20px, 280px);
    }
    .appi-ins-portfolio-right.dominos-img figure.l3 {
        left: 40px;
        bottom: 0;
        transform: scale(0.7) translate(-20px, 130px);
        -webkit-transform: scale(0.7) translate(-20px, 130px);
        -moz-transform: scale(0.7) translate(-20px, 130px);
        -ms-transform: scale(0.7) translate(-20px, 130px);
        -o-transform: scale(0.7) translate(-20px, 130px);
    }
    .appi-ins-portfolio-right.dominos-img figure.l2 {
        transform: scale(0.6) translate(351px, 10px);
        -webkit-transform: scale(0.6) translate(351px, 10px);
        -moz-transform: scale(0.6) translate(351px, 10px);
        -ms-transform: scale(0.6) translate(351px, 10px);
        -o-transform: scale(0.6) translate(351px, 10px);
    }
    .appi-ins-portfolio-right.dominos-img figure.l6 {
        bottom: -100px;
    }
    .appi-ins-portfolio-right.binkx-img figure.l4 {
        left: 10%;
        transform: scale(0.7) translate(0, 0);
        -webkit-transform: scale(0.7) translate(0, 0);
        -moz-transform: scale(0.7) translate(0, 0);
        -ms-transform: scale(0.7) translate(0, 0);
        -o-transform: scale(0.7) translate(0, 0);
    }
    .appi-ins-portfolio-right.binkx-img figure.l5 {
        left: 40%;
        bottom: -100%;
        transform: scale(0.8) translate(-16px, -67px);
        -webkit-transform: scale(0.8) translate(-16px, -67px);
        -moz-transform: scale(0.8) translate(-16px, -67px);
        -ms-transform: scale(0.8) translate(-16px, -67px);
        -o-transform: scale(0.8) translate(-16px, -67px);
    }
    .appi-ins-portfolio-right.binkx-img figure.l3 {
        left: 110%;
        top: 23%;
        transform: scale(0.9) translate(-38px, 0);
        -webkit-transform: scale(0.9) translate(-38px, 0);
        -moz-transform: scale(0.9) translate(-38px, 0);
        -ms-transform: scale(0.9) translate(-38px, 0);
        -o-transform: scale(0.9) translate(-38px, 0);
    }
    .appi-ins-portfolio-right.binkx-img figure.l2 {
        transform: scale(0.7) translate(-109px, 272px);
        -webkit-transform: scale(0.7) translate(-109px, 272px);
        -moz-transform: scale(0.7) translate(-109px, 272px);
        -ms-transform: scale(0.7) translate(-109px, 272px);
        -o-transform: scale(0.7) translate(-109px, 272px);
    }
    .appi-ins-portfolio-right.binkx-img figure.l5 {
        left: 40%;
        bottom: -100%;
        transform: scale(0.7) translate(-56px, 173px);
        -webkit-transform: scale(0.7) translate(-56px, 173px);
        -moz-transform: scale(0.7) translate(-56px, 173px);
        -ms-transform: scale(0.7) translate(-56px, 173px);
        -o-transform: scale(0.7) translate(-56px, 173px);
    }
    .appi-ins-portfolio-right.binkx-img figure.l1 {
        transform: scale(0.7) translate(-107px, -97px);
        -webkit-transform: scale(0.7) translate(-107px, -97px);
        -moz-transform: scale(0.7) translate(-107px, -97px);
        -ms-transform: scale(0.7) translate(-107px, -97px);
        -o-transform: scale(0.7) translate(-107px, -97px);
    }
    .appi-ins-portfolio-right.binkx-img figure.l3 {
        left: 110%;
        top: 23%;
        transform: scale(0.9) translate(-38px, 0);
        -webkit-transform: scale(0.8) translate(-75px, 0);
        -moz-transform: scale(0.8) translate(-75px, 0);
        -ms-transform: scale(0.8) translate(-75px, 0);
        -o-transform: scale(0.8) translate(-75px, 0);
    }
    .appi-ins-portfolio-right.melltoo-img figure.l1 {
        transform: scale(0.7) translate(281px, 176px);
        -webkit-transform: scale(0.6) translate(281px, 326px);
    }
    .appi-ins-portfolio-right.melltoo-img figure.l2 {
        transform: scale(0.6) translate(291px, 158px);
        -webkit-transform: scale(0.6) translate(101px, 158px);
        -moz-transform: scale(0.6) translate(101px, 158px);
        -ms-transform: scale(0.6) translate(101px, 158px);
        -o-transform: scale(0.6) translate(101px, 158px);
    }
    .clock-dial-center-wrap {
        top: calc(50% + -47px);
    }
    .appi-port-left-content .appi-pp-para {
        font-size: 16px;
    }
    .appi-port-clocktext .middel-text {
        font-size: 52px;
    }
    .clock-dial-center-wrap {
        top: 40%;
        width: calc(306px + 40px);
        height: calc(306px + 40px);
    }
    #transring {
        width: 342px !important;
    }
    .appi-port-clocktext.blockchain,
    .appi-port-clocktext.nasa,
    .nexgtv-center-text {
        top: 130px;
    }
    .appi-port-clocktext.binkx,
    .appi-port-clocktext.dominos {
        top: 120px;
    }
    .appi-port-clocktext.ikea {
        top: 100px;
    }
    .appi-port-left-content {
        bottom: -5px;
    }
    .appi-portfolio-sec-left .award-grp {
        margin: 0 0 25px;
        width: 291px;
        height: 81px;
        position: relative;
    }
}
@media screen and (max-width: 1366px) {
    .appi-port-left-content {
        bottom: 20px;
        width: 465px;
    }
    .appi-lead-text {
        top: 10%;
    }
    .appi-port-clocktext.melltoo {
        right: 85px;
    }
    .anim_left {
        left: 100px;
    }
    .we_can .min-container {
        width: 87%;
    }
    .our_strength_box .heading3 {
        font-size: 26px;
    }
    .strength_list li a,
    .strength_list li p {
        font-size: 18px;
    }
    .we_can_bg .small-container {
        padding: 60px 0 170px;
    }
    .award-grp {
        display: none;
    }
    .tech-image-wrap {
        width: 400px;
    }
    .hm_vd_wr .heading5 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1280px) {
    .anim_left {
        left: 60px;
    }
    .we_can .min-container {
        width: 89.5%;
    }
    .ir-logo .partner-sprite {
        transform: scale(0.7);
    }
    .ir-logo .Business-In-sprite {
        margin-left: -52px;
    }
}
@media screen and (max-width: 767px) {
    .sap-partner {
        width: 193px;
        height: 52px;
        background-position: -317px -13px;
        margin-left: -10px;
    }
    .partner-sprite {
        transform: scale(0.7);
    }
    .aws-partner {
        width: 185px;
        height: 50px;
        background-position: -78px -13px;
        margin-left: -10px;
    }
    #achievement-slider .partner-sprite {
        transform: scale(0.9);
    }
    .ir-logo .partner-sprite {
        transform: scale(0.62);
    }
    .ir-logo .Business-In-sprite {
        margin-left: -59px;
    }
    .Business-In-sprite {
        margin-left: -60px;
    }
    .Techcrunch-sprite {
        margin-right: 9px;
    }
    .twn-sprite {
        margin-right: 50px;
    }
    .gallery_wrapper .flex_wrapper {
        padding: 30px 0;
    }
    .cir_text {
        font-size: 14px;
    }
    .images_wrapper {
        height: 370px;
    }
    .cir_count {
        font-size: 28px;
    }
    .blue_box3 {
        height: 120px;
        width: 120px;
        right: auto;
        top: 30px;
        bottom: auto;
    }
    .blue_box1 {
        right: 58px;
        top: 22px;
        height: 100px;
        width: 100px;
    }
    .img_box2 {
        height: 120px;
        width: 120px;
        top: 128px;
        right: 0;
    }
    .img_box3 {
        height: 100px;
        width: 100px;
        top: 210px;
        left: 152px;
    }
    .img_box1 {
        height: 120px;
        width: 120px;
        top: 95px;
        left: 100px;
    }
    .blue_box2 {
        left: 0;
        top: 187px;
        height: 117px;
        width: 117px;
    }
    .innov_head {
        font-size: 20px;
    }
    .hm_para {
        font: 16px/1.6 proxima_nova_alt_rgregular;
        color: #000;
    }
    .innov_wrapper li {
        padding: 0 15px 50px 35px;
        margin: 0 0 0 10px;
    }
    .innov_wrapper ul:after {
        left: 14px;
    }
    .slider-content {
        width: 90%;
        top: 40px;
        left: 50%;
    }
    .slider-content .heading2 {
        font-size: 26px;
    }
    .slider-content .heading5 {
        font-size: 16px;
        line-height: 1.1;
        text-shadow: 0 25px 12px #000;
        margin: 15px 0 0;
    }
    .wrapper-img {
        width: 100%;
        height: 550px;
    }
    .about_us .heading1 {
        font-size: 50px;
    }
    .about_us .heading5 {
        font-size: 16px;
        margin: 5px 0 0;
    }
    .common-slider:before {
        bottom: 0;
    }
    .flex_wrapper.space_between.abt_cnt_wrap {
        padding: 0;
    }
    .about_us {
        padding: 0 0 20px 0;
    }
    .common-slider .min-container {
        padding: 30px 40px 10px;
    }
    .achievement_grid.cio-review {
        margin: 0 0 40px 0;
        top: 0;
        padding: 25px 32px 34px;
        width: 100%;
    }
    .achievement_grid {
        margin-top: -2px;
        width: 100%;
        padding: 50px 32px 20px;
    }
    .award-badge {
        left: 50%;
        right: 0;
        top: -65px;
        width: 90px;
        margin-left: -45px;
    }
    .award-badge img {
        width: 100%;
    }
    .flex_wrapper.align_center {
        display: block;
        flex-wrap: unset;
        margin: 0;
    }
    .quote-content p {
        line-height: 1.8;
    }
    .logo-container {
        padding: 60px 0 30px;
        margin: 30px 0 0;
    }
    .clientspeak_wrapper {
        background-size: 200px;
        height: 240px;
    }
    .clientspeak {
        font-size: 28px;
    }
    .clientspeak_content .para {
        font-size: 15px;
    }
    .play_vid {
        padding: 8px 6px 8px 40px;
    }
    .cont_form_wrapper .left_sec {
        display: none;
    }
    .right_sec {
        margin: 0;
        width: 100%;
    }
    .contact-grid {
        width: 100%;
        padding: 15px 15px 0;
    }
    .appi-cta button,
    .appi-cta button:hover {
        padding: 20px 15px;
    }
    .contact-form-wrapper .appi-cta button .arrow {
        display: none;
    }
    .min-container,
    .small-container {
        width: 100%;
        padding: 30px 15px;
    }
    .agreementWrap {
        padding: 15px 0 60px 0;
    }
    .heading2 {
        font-size: 36px;
    }
    .statutory-nav {
        padding: 30px 0;
    }
    .statutory-mwrapper {
        width: 100%;
    }
    .recognition {
        width: 50%;
        padding: 20px 0;
    }
    #achievement-slider {
        margin-top: 0;
    }
    .vid_right {
        width: 100%;
        position: relative;
        top: 30px;
    }
    .gallery_wrapper {
        margin-top: 50px;
    }
    .hm_vd_wr {
        padding: 0 15px;
    }
    .anim_left {
        left: 0;
        width: 100%;
    }
    .heading5 {
        margin: 20px 0;
        font-size: 17px;
        line-height: 1.5;
    }
    .hm_vd_wr .heading5 br,
    .scroll-down {
        display: none;
    }
    .clutch_grid img {
        width: 130px;
    }
    .we_can_bg {
        padding: 0 20px;
    }
    .we_can_bg:before {
        width: 100%;
    }
    .our_strength_box > .flex_wrapper {
        padding: 0;
        margin: 0;
        display: block;
    }
    .our_strength_box {
        padding: 0;
        margin: -90px 0 0 0;
    }
    .our_strength_box .heading3 {
        font-size: 24px;
        margin: 0 0 15px 0;
        width: 100%;
    }
    .our_strength_box .heading3 br {
        display: none;
    }
    .strength_list li a,
    .strength_list li p {
        font-size: 18px;
    }
    .strength_list li {
        padding: 10px 0 10px 5px;
        margin: 0 0 0 20px;
    }
    .strength_list.dual_list {
        padding-right: 20px;
        width: 150px;
    }
    .our_strength_box .flex_wrapper,
    .strength_list {
        margin: 0;
    }
    .our_strength_box .flex_wrapper:nth-child(1) {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }
    .strength_list li .appi-cta.read_more_wrapper a {
        font-size: 18px;
        margin: 10px 0 0;
    }
    .we_can_bg .small-container {
        padding: 60px 0 110px;
    }
    .slider_wrapper .para {
        font-size: 16px;
        line-height: 1.6;
        min-height: 108px;
        margin-bottom: 0;
    }
    .slider_wrapper .recognition:nth-child(odd) {
        padding-right: 20px;
    }
    .about_us .heading3 {
        font-size: 24px;
    }
    .partners-logo li {
        width: 50%;
        margin: 10px 0 10px 0;
    }
    .partners-logo img {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
    .achievement_grid .para {
        font-size: 16px;
    }
    .achievement_wrapper {
        padding: 10px 0 40px;
    }
    .we_can .min-container {
        width: 90%;
        margin: 0 auto;
        float: none;
    }
    .our_strength_box .heading3 {
        padding: 0 40px 0 0;
    }
    .strength_list {
        padding: 10px;
    }
    .strength_list li {
        padding: 10px 0 5px 5px;
        margin: 0 0 0 10px;
    }
    .tech-image-wrap {
        width: 100%;
    }
    .our_strength_box .heading3 {
        width: 100%;
        padding: 10px 20px 0;
    }
    .strength_list {
        padding: 0 20px 30px 30px;
        float: left;
    }
    .anim-left-txt-wrap {
        padding-left: 0;
    }
    .ir-logo .subhead3 {
        font-size: 26px;
        line-height: 1.2;
    }
    .ir-logo .flex_wrapper {
        width: 100%;
    }
    .ir-logo .flex_wrapper.align_center {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        padding: 20px 0 10px;
    }
    .ir-logo .flex_wrapper li:nth-child(1) {
        max-width: 245px;
    }
    .ir-logo .flex_wrapper li:nth-child(2) {
        max-width: 150px;
        order: 2;
    }
    .ir-logo .flex_wrapper li:nth-child(4) {
        max-width: 270px;
        order: 3;
    }
    .ir-logo .flex_wrapper li:nth-child(3) {
        max-width: 150px;
    }
    .ir-logo .flex_wrapper li:nth-child(2) img,
    .ir-logo .flex_wrapper li:nth-child(3) img {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .ir-logo .flex_wrapper li {
        padding: 10px 0;
    }
    .gallery_wrapper .partners-logo li {
        max-width: 160px;
    }
    .gallery_wrapper .partners-logo li img {
        max-width: 100%;
    }
    .desk {
        display: none;
    }
    .mob {
        display: block;
    }
    .portfolio-banner-bg {
        float: left;
        width: 100%;
    }
    .portfolio-content-wrapper {
        float: left;
        width: 100%;
        padding: 70px 20px 30px 20px;
        min-height: 300px;
        position: relative;
    }
    .nexgtv {
        background: #d2d2d4;
    }
    .veme + .portfolio-content-wrapper {
        background: #d333bc;
        background: -moz-linear-gradient(-45deg, #d333bc 0, #632dd0 100%, #2989d8 100%, #207cca 100%);
        background: -webkit-linear-gradient(-45deg, #d333bc 0, #632dd0 100%, #2989d8 100%, #207cca 100%);
        background: linear-gradient(135deg, #d333bc 0, #632dd0 100%, #2989d8 100%, #207cca 100%);
    }
    .nexgtv + .portfolio-content-wrapper {
        background-color: #6e13b2;
    }
    .nasa + .portfolio-content-wrapper {
        background-color: #0e1041;
    }
    .dominos + .portfolio-content-wrapper {
        background-color: #162b44;
    }
    .karavan + .portfolio-content-wrapper {
        background-color: #1070ea;
    }
    .ikea + .portfolio-content-wrapper {
        background-color: #00319c;
    }
    .melltoo + .portfolio-content-wrapper {
        background-color: #008d54;
    }
    .portfolio-content-wrapper p {
        font-size: 16px;
        color: #fff;
        
		line-height: 1.5;
    }
    .portfolio-content-wrapper .head {
        font-size: 30px;
      
        color: #fff;
    }
    .portfolio-content-wrapper .appi-cta.read_more_wrapper a {
        color: #fff;
        font-size: 16px;
        
        padding: 20px 0 0;
    }
    .appi-cta.coming-soon span {
        background: #ff33b4;
        display: inline-block;
        padding: 12px 15px;
        border-radius: 25px;
        font-size: 16px;
        text-transform: capitalize;
    }
    .nasa + .portfolio-content-wrapper .appi-cta.coming-soon span {
        background: #fff;
        color: #000;
    }
    .melltoo + .portfolio-content-wrapper .appi-cta.coming-soon span {
        background: #fff;
        color: #008d54;
    }
    .nasa + .portfolio-content-wrapper .appi-cta.coming-soon span {
        background: #fff;
        color: #000;
    }
    .appi-cta.coming-soon a {
        text-transform: uppercase;
    }
    .owl-theme#port-slider .owl-dots .owl-dot.active span,
    .owl-theme#port-slider .owl-dots .owl-dot:hover span {
        background: #fff;
    }
    .owl-theme .owl-dots .owl-dot span {
        background: #c5bebe;
    }
    .owl-theme#port-slider .owl-nav.disabled + .owl-dots {
        margin-top: -30px;
        position: relative;
        z-index: 2;
    }
    .owl-theme#port-slider .owl-dots .owl-dot span {
        background: #c5bebe61;
    }
    .achievement_grid .heading5 {
        font-size: 17px;
    }
    .portfolio-content-wrapper .award-badges {
        position: absolute;
        top: -15px;
        max-width: 250px;
        left: 20px;
    }
    .clientspeak_content {
        width: 240px;
    }
    .about-us .other-stats {
        flex-flow: row;
        -webkit-box-orient: horizontal;
    }
    .about-us .projects-stats .number {
        font-size: 120px;
    }
    .about-us .other-stats .number {
        font-size: 55px;
    }
    .about-us .projects-stats .plain-text {
        bottom: 10px;
    }
    .about-us .other-stats .stats-employees .plain-text,
    .stats-countries .plain-text {
        font-size: 15px;
    }
    .stats-employees {
        padding: 20px 0 35px;
        line-height: 1.2;
    }
    .about-us .projects-stats .plain-text {
        bottom: 10px;
        font-size: 18px;
    }
    .about-us .vertical-line {
        transform: translate(-10px, 0);
        -webkit-transform: translate(-10px, 0);
        -moz-transform: translate(-10px, 0);
        -ms-transform: translate(-10px, 0);
        -o-transform: translate(-10px, 0);
    }
    #stats {
        display: block;
    }
    .about-us .projects-stats {
        padding: 25px 0 40px 0;
    }
    .about-us {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding-bottom: 50px;
    }
    .about-us .other-stats .stats-employees .plain-text {
        bottom: 0;
    }
    .partners-logo {
        padding: 0;
    }
    .strength_list li.view-all {
        width: 140px;
        padding: 0 0 0 5px;
    }
    .quote-content {
        padding: 0;
        width: 100%;
    }
    .boa {
        width: 140px;
    }
    .recognition .boa img {
        width: 100% !important;
    }
    .logo-list ul {
        flex-wrap: wrap;
    }
    .logo-list {
        margin-bottom: 0;
        padding: 0 20px;
    }
    .logo-list ul li {
        margin-bottom: 30px;
    }
    .lg {
        display: none;
    }
    .xs {
        display: block;
    }
    .about-us .other-stats .stats-employees .plain-text.workingfrom {
        width: 100%;
        bottom: 0;
    }
    .from_hm {
        transform: rotate(-10deg) !important;
        -webkit-transform: rotate(-10deg) !important;
        top: 40px;
        right: 0;
        font-size: 16px;
    }
    .under_roof:after {
        top: 50%;
    }
    .about-us .projects-stats .number {
        left: 0;
    }
    .about-us .horizontal-line,
    .about-us .projects-stats .number,
    .about-us .projects-stats .plain-text,
    .about-us .vertical-line,
    .anim-start .about-us .horizontal-line,
    .anim-start .about-us .projects-stats .number,
    .stats-countries .plain-text {
        transform: none;
    }
}
