.mobile-app-landing-div.hire::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 208px;
    width: 520px;
    height: 450px;
    background-image: linear-gradient(to right, #19d822, #79f767);
    border-radius: 10px;
    opacity: 0.6;
}

.mobile-app-landing-div.hire::after {
    content: "";
    position: absolute;
    bottom: -25%;
    right: 0%;
    width: 250px;
    height: 250px;
    background-image: linear-gradient(to right, #5d54d6, #bd44f8);
    border-radius: 20px;
    transform: rotate(-30deg);
}

.landing-div::before {
    content: "";
    position: absolute;
    bottom: -50px;
    right: 0px;
    width: 600px;
    height: 500px;
    background: #4285f4;
    border-radius: 10px;
    opacity: 0.6;
    transform: rotate(30deg);
}

.mobile-app-landing-div.hospital::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0px;
    width: 600px;
    height: 500px;
    background-image: linear-gradient(to right, #19d822, #79f767);
    border-radius: 80px;
    opacity: 0.5;
    transform: rotate(30deg);
}

.mobile-app-landing-div.on-demand::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 10%;
    width: 700px;
    height: 700px;
    background: #fbbc05;
    border-radius: 50px;
    opacity: 0.5;
    transform: rotate(50deg);
}

.nplus-Landing-img {
    background: url(../images/img1.png)no-repeat;
    /* background-position: 100% 100%; */
    /* background-size:500px auto;    */
    background-origin: content-box;
    min-height: 450px;
    text-align: right;
    display: inline-block;
    padding-left: 110px !important;
    padding-right: 0px !important;
    /* font-family: 'Poppins', sans-serif; */
    padding-top: 105px;
    position: relative;
}

.media-consultancy-img.contact-us-app {
    background: url(../images/contact-us-new.png)no-repeat;
    background-size: 450px auto;
    background-position: center;
    width: 100%;
    height: 400px;
}

.more-btn {
    background: #034c95;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

.more-btn:hover {
    color: #fff;
    text-decoration: none;
}

.cd-timeline {
    overflow: hidden;
    margin: 2em auto;
    margin-top: 2em;
    margin-bottom: 2em;
}

.cd-timeline__container1 {
    position: relative;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 2em 0;
}

.cd-timeline__container1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #e5e5e5;
}

.cd-timeline__block:first-child {
    margin-top: 0;
}

.cd-timeline__block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline__img.cd-timeline__img--picture {
    background: #1e66ca;
}

.cd-timeline__img {
    width: 100px;
    height: 100px;
    left: 45%;
    margin-left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: -25px;
}

.cd-timeline__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid #fff;
}

.cd-is-hidden {
    visibility: hidden;
}

.cd-timeline__img h4 {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 35%;
    top: 48%;
    margin-left: -12px;
    margin-top: -12px;
    color: #fff;
}

.cd-timeline__content {
    position: relative;
    margin-left: 60px;
    background: #fff;
    border-radius: .25em;
    padding: 1em;
    -webkit-box-shadow: 0 3px 0 #d7e4ed;
    box-shadow: 0 3px 0 #d7e4ed;
    border: 2px solid #eee;
    -webkit-box-shadow: 0 0 25px rgba(204, 204, 223, .5);
    -ms-box-shadow: 0 0 25px rgba(204, 204, 223, .5);
    -o-box-shadow: 0 0 25px rgba(204, 204, 223, .5);
    box-shadow: 0 0 25px rgba(204, 204, 223, .5);
}

.cd-timeline__content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 7px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right: 7px solid #fff;
    border-right-color: rgb(255, 255, 255);
}

.cd-timeline__content h2 {
    color: #303e49;
}

.cd-timeline__content p {
    margin: 5px 0;
    line-height: 1.6;
}

.cd-timeline__content p,
.cd-timeline__date,
.cd-timeline__read-more {
    font-size: 1.3rem;
}

.cd-timeline__date {
    float: left;
    padding: .8em 0;
    padding-top: 0.8em;
    opacity: .7;
}

.cd-timeline__date,
.cd-timeline__read-more {
    display: inline-block;
}

.cd-timeline__content p,
.cd-timeline__date,
.cd-timeline__read-more {
    font-size: 1.3rem;
}

.cd-timeline__content::after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline__date,
.cd-timeline__read-more {
    display: inline-block;
}

.cd-timeline__img.cd-timeline__img--location,
.cd-timeline__img.cd-timeline__img--movie {
    background: #1e66ca;
}

.cd-timeline__date {
    float: left;
    padding: .8em 0;
    padding-top: 0.8em;
    opacity: .7;
}

.cd-timeline__block::after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline__date {
    float: left;
    padding: .8em 0;
    padding-top: 0.8em;
    opacity: .8;
}

@media only screen and (max-width:1420px) and (min-width:1261px) {
    .cd-timeline__block:nth-child(2n) .cd-timeline__content {
        left: 15px;
    }
}

@media only screen and (min-width:1170px) {
    .cd-timeline__block:nth-child(2n) .cd-timeline__content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: transparent;
        border-right-color: #fff;
    }
    .cd-timeline__block:nth-child(2n) .cd-timeline__content {
        float: right;
    }
    .cd-timeline__img {
        width: 115px;
        height: 115px;
        left: 45%;
        margin-left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        top: -25px;
    }
    .cd-timeline__block:nth-child(2n) .cd-timeline__date {
        left: auto;
        right: 135%;
        text-align: right;
    }
    .cd-timeline__img.cd-timeline__img--bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 .6s;
        animation: cd-bounce-1 .6s;
    }
    .cd-timeline__content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: transparent;
        border-left-color: #fff;
    }
    .cd-timeline__container1::before {
        left: 50%;
        margin-left: -2px;
    }
    .cd-timeline {
        margin-top: 5px;
        margin-bottom: 3em;
    }
    .cd-timeline__block {
        margin: 4em 0;
        margin-top: 4em;
    }
    .cd-timeline__content {
        margin-left: 0;
        padding: 1.6em;
        width: 43%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        top: 11%;
    }
    .cd-timeline__date {
        position: absolute;
        width: 100%;
        left: 135%;
        top: -38px;
        font-size: 5.6rem;
        text-transform: uppercase;
        font-weight: 800;
        color: #df383c;
        padding-top: 0;
    }
}

@media only screen and (max-width: 1260px) and (min-width: 1170px) {
    .cd-timeline__block:nth-child(2n) .cd-timeline__content {
        left: 35px;
    }
    .cd-timeline__date {
        left: 150%;
    }
    .cd-timeline__block:nth-child(2n) .cd-timeline__date {
        right: 145%;
    }
    .cd-timeline__content {
        right: 20px;
    }
}

@media only screen and (max-width: 1169px) {
    .cd-timeline__img .heading_in_smallScreen {
        display: block;
    }
    .about_history,
    .about_history_image {
        display: none;
    }
    .about_his_content.js-cd-img {
        background-color: #1e66ca!important;
    }
    .cd-timeline__img {
        width: 60px;
        height: 60px;
        left: -11px;
    }
    .cd-timeline__img h4 {
        font-size: 14px;
        left: 41%;
        top: 55%;
    }
}

@media only screen and (min-width:768px) {
    .cd-timeline__content h2 {
        font-size: 1.3rem;
        font-weight: 600;
        padding-bottom: 5px;
        margin-bottom: 0px;
        padding-top: 5px;
    }
    .cd-timeline__content p {
        font-size: 1rem;
    }
    /* .cd-timeline__date,
    .cd-timeline__read-more {
        /* font-size: .8rem; */
}


/* show objects being animated */


/* Animation */

.animatable {
    /* initially hide animatable objects */
    visibility: hidden;
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}


/* show objects being animated */

.animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    60% {
        -webkit-transform: translateX(20px);
    }
    80% {
        -webkit-transform: translateX(-5px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    60% {
        -moz-transform: translateX(20px);
    }
    80% {
        -moz-transform: translateX(-5px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateX(20px);
    }
    80% {
        -o-transform: translateX(-5px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    60% {
        transform: translateX(20px);
    }
    80% {
        transform: translateX(-5px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    60% {
        -webkit-transform: translateX(-20px);
    }
    80% {
        -webkit-transform: translateX(5px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    60% {
        -moz-transform: translateX(-20px);
    }
    80% {
        -moz-transform: translateX(5px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    60% {
        -o-transform: translateX(-20px);
    }
    80% {
        -o-transform: translateX(5px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        transform: translateX(-20px);
    }
    80% {
        transform: translateX(5px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }
    50% {
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }
    50% {
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes moveUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes moveUp {
    0% {
        opacity: 1;
        -o-transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp;
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.animated.animationDelay {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.animated.animationDelayMed {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.animated.animationDelayLong {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
}

@media only screen and (max-width: 600px) {
    .logo-partner-mob {
        display: block;
    }
    .cd-timeline__container1 {
        padding: 2em 0 10px 0px;
    }
    .cd-timeline__content h2 {
        font-size: 20px !important;
    }
    .cd-timeline__content p {
        font-size: 14px !important;
    }
    /* .cd-timeline__content {
        margin-left: 35px;
    } */
    .cd-timeline__container1 {
        width: 85%;
    }
    .cd-timeline__img {
        left: -25px !important;
    }
    .bottom-spac30,
    .spacing.bottom-spac30 {
        padding-top: 10px !important;
    }
    .cd-timeline {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .cd-timeline__container1::before {
        left: 0px;
    }
    .years span:last-child {
        line-height: 25px;
    }
    .years span.year {
        font-size: 80px !important;
    }
    .years span:first-child {
        font-size: 30px;
    }
    .years span {
        display: inline;
    }
    .years span.year {
        display: table;
    }
    .years span.year {
        width: 50%;
        margin: 0px auto;
        padding-top: 0px;
    }
    .cd-timeline__img {
        width: 60px;
        height: 60px;
    }
    .cd-timeline__img h4 {
        left: 38%;
        top: 55%;
        font-size: 15px;
    }
    .cd-timeline__content h2 {
        color: #303e49;
        padding: 0px;
        font-size: 25px;
    }
    .cd-timeline__img {
        left: -10px;
    }
    .cd-timeline__content p,
    .cd-timeline__date,
    .cd-timeline__read-more {
        font-size: 18px;
    }
    .col-md-12.col-lg-6.col-sm-12.our-special-for-development-left.float-left.bounceInRight.animated {
        padding: 20px;
    }
    .cd-timeline__img {
        width: 60px;
        height: 60px;
    }
    .cd-timeline__img h4 {
        left: 38%;
        top: 55%;
        font-size: 15px;
    }
    .cd-timeline__content h2 {
        color: #303e49;
        padding: 0px;
        font-size: 25px;
    }
    .cd-timeline__img {
        left: -10px;
    }
    .cd-timeline__content p,
    .cd-timeline__date,
    .cd-timeline__read-more {
        font-size: 18px;
    }
}