body {
    font-size: 16px;
    color: #000;
    font-family: 'open sans';
}

.img {
    display: inline-block;
}

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

figure {
    margin: 0;
}

.bg-getteach_img {
    width: 72px;
    height: 72px;
    background: url('https://cdnnyusoft.r.worldssl.net/services/images/node-js-development/css_sprites.png') -10px -226px;
}

.bg-img1 {
    width: 88px;
    height: 88px;
    background: url('https://cdnnyusoft.r.worldssl.net/services/images/node-js-development/css_sprites.png') -10px -10px;
}

.bg-img2 {
    width: 88px;
    height: 88px;
    background: url('https://cdnnyusoft.r.worldssl.net/services/images/node-js-development/css_sprites.png') -118px -10px;
}

.bg-img3 {
    width: 88px;
    height: 88px;
    background: url('https://cdnnyusoft.r.worldssl.net/services/images/node-js-development/css_sprites.png') -10px -118px;
}

.bg-img4 {
    width: 88px;
    height: 88px;
    background: url('https://cdnnyusoft.r.worldssl.net/services/images/node-js-development/css_sprites.png') -118px -118px;
}

.bg-img5 {
    width: 88px;
    height: 88px;
    background: url('https://cdnnyusoft.r.worldssl.net/services/images/node-js-development/css_sprites.png') -226px -10px;
}

.bg-img6 {
    width: 88px;
    height: 88px;
    background: url('https://cdnnyusoft.r.worldssl.net/services/images/node-js-development/css_sprites.png') -226px -118px;
}

.rowflex {
    display: flex;
    flex-wrap: wrap;
}

h1,
h2 {
    line-height: 48px;
}

.uiuxdesign-pg {
    color: #000;
    font-family: 'open sans';
}

.uiuxdesign-pg .img,
.uiuxdesign-pg img {
    max-width: 100%;
}

.uiuxdesign-pg figure {
    margin: 0;
}

.uiuxdesign-title {
    margin-top: 32px;
    margin-bottom: 29px;
    font-size: 40px;
    font-family: open sans;
    font-weight: normal;
    color: #000;
}

.paregraphcontent {
    margin-bottom: 1rem;
    line-height: 24px;
}

.blueroundbtn {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 6px;
    background: #0282d8;
    line-height: 30px;
    border-color: currentColor;
    border: thin solid #0282d8;
    cursor: pointer;
}

.blueroundbtn:hover {
    color: #fff;
    border: thin solid #96640b;
    background: #c58412;
}

.br1 {
    padding-top: 2rem;
}

.nodejsdevelopment-banner {
    background: url(https://cdnnyusoft.r.worldssl.net/services/images/node-js-development/node-js-development-banner.jpg) center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 1px;
    position: relative;
    margin-bottom: 18px;
    min-height: 533px;
}

.nodejsdevelopment-banner .desktop-img {
    padding-top: 32px;
}

.nodejsdevelopment-banner .bannerinner-content {
    padding: 91px 0 0 0px;
}

/*.nodejsdevelopment-banner .bannerinner-content h2{margin-bottom:10px;font-family:open sans;font-size:40px;color:#000;font-weight:normal;}*/
.nodejsdevelopment-banner .container {
    overflow: visible;
}

.nodejsdevelopment-banner .bannerinner-content p {
    font-family: open sans;
    font-size: 16px;
    color: #000;
    line-height: 25px;
    font-weight: normal;
}

.nodejsdevelopment-banner .desktop-img-width {
    position: relative;
}

.portfolio-section {
    background: url(https://cdnnyusoft.r.worldssl.net/services/images/node-js-development/portfolio-background.jpg) center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 80px;
}

.portfolio-section h2 {
    font-family: open sans;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}

.portfolio-section p {
    font-family: open sans;
    font-size: 16px;
    color: #000;
    line-height: 28px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 80px;
}

.mainflexbox,
.mainflexbox .row {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

.mainflexbox .box1,
.mainflexbox .box2,
.mainflexbox .box3,
.mainflexbox .box4 {
    margin-bottom: 90px;
}

.portfolio-section .portfolio-box1 {
    background-color: #f97895;
}

.portfolio-section .portfolio-box2 {
    background-color: #17afd5;
}

.portfolio-section .portfolio-box3 {
    background-color: #1cc084;
}

.portfolio-section .portfolio-box4 {
    background-color: #d9a750;
}

.portfolio-section .portfolio-box {
    position: relative;
    width: 570px;
    height: 100%;
    min-height: 262px;
    border-radius: 8px;
    perspective: 1286px;
}

.portfolio-section .portfolio-box .img,
.portfolio-section .portfolio-box img {
    position: absolute;
    left: 25px;
    top: -50px;
    max-height: 320px;
    box-shadow: 30px 0 25px rgba(0, 0, 0, .2);
    transition: .5s all;
    transform: translate3d(11px, -14px, 0px) scale3d(1.05, 1, 1) rotateX(30deg) rotateY(36deg) rotateZ(-21deg) skew(-8deg, 2deg);
    transform-style: preserve-3d;
}

.portfolio-section .portfolio-box:hover .img,
.portfolio-section .portfolio-box:hover img {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: 0.5s all;
}

.projectlist-content {
    display: inline-block;
    padding: 26px 24px 15px 296px;
}

.projectlist-content h3 {
    color: #fff;
    font-size: 20px;
    font-family: open sans;
    font-weight: 600;
    margin-bottom: 11px;
}

.projectlist-content p {
    color: #fff;
    font-size: 16px;
    font-family: open sans;
    line-height: 24px;
    margin-bottom: 0px;
    text-align: left;
    min-height: 48px;
}

.projectlist-content a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: open sans;
    font-weight: 700;
    cursor: pointer;
    margin: 33px 0 0 0;
    display: inline-block;
}

.view-portfoli-btn {
    text-align: center;
}

.view-portfoli-btn a {
    min-width: 152px;
    min-height: 38px;
    background: #ffb22c;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    margin: 0px 0px 80px 0px;
    font-family: open sans;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    transition: .5s ease-in-out;
    border: 1px solid transparent;
}

.view-portfoli-btn a:hover {
    background-color: transparent;
    color: #ffb22c;
    border-radius: 0;
    transition: .5s ease-in-out;
    border: 1px solid #ffb22c;
}

.uiuxservices {
    padding: 48px 0 56px;
    text-align: center;
}

.uiuxservices .uiuxdesign-title {
    margin-bottom: 15px;
}

.uiuxservices .br1 {
    padding-top: 19px;
}

.uiuxservices .row>div {
    margin-bottom: 4px;
}

.uiuxservices-box {
    min-height: 100%;
    padding: 0 16px;
    padding-bottom: 13px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.uiuxservices-box figure {
    margin: 0;
    padding: 2px 0 7px;
}

.uiuxservices-box figure .img,
.uiuxservices-box figure img {
    mix-blend-mode: darken;
    transition: all 0.8s ease-in-out;
}

.uiuxservices-box h3 {
    margin: 0 auto 15px;
    font-size: 16px;
    font-weight: 600;
}

.uiuxservices-box .paregraphcontent {
    font-size: 14px;
}

.uiuxservices-box:hover figure .img,
.uiuxservices-box:hover figure img {
    filter: invert(100%);
    transform: scale(1.02);
}

.uiuxservices .pc2 {
    max-width: 948px;
    margin: 0 auto 20px;
    line-height: 25px;
}

.uiuxfocus {
    padding: 27px 0 37px;
    color: #fff;
    background: url(https://cdnnyusoft.r.worldssl.net/services/images/node-js-development/node-js-development-content.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.uiuxfocus-content {
    padding: 14px 9px 0;
}

.uiuxfocus-content .uiuxdesign-title {
    margin-bottom: 22px;
    color: #FFF;
}

.uiuxfocus-content ul {
    padding: 26px 0 0 35px;
}

.uiuxfocus-content li {
    position: relative;
    margin-bottom: 33px;
    padding-left: 30px;
    list-style: none;
    font-size: 16px;
    color: #fff;
    font-family: open sans;
    font-weight: 600;
}

.uiuxfocus-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 19px;
    width: 19px;
    background: url(https://cdnnyusoft.r.worldssl.net/services/images/node-js-development/star-app.svg);
    background-size: 19px;
}

.uiuxfocus-figure {
    padding: 0;
    position: relative;
}

.uiuxfocus-figure-inner {
    position: relative;
}

.uiuxfocus-figure-inner .uiuxfocus-img {
    position: relative;
}

.uiuxfocus-figure-inner .uiuxfocus-img~.uiuxfocus-img {
    position: absolute;
}

.uiuxfocus .uiuxfocus-img.max {
    left: -83px;
    position: absolute;
    bottom: -37px;
}

.uiuxfocus .container {
    overflow: visible;
}

.uiuxfocus-figure-inner .uiuxfocus-img.min {
    right: 0;
    bottom: -49px;
    position: absolute;
}

.getintochwithus {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
    min-height: 113px;
    background: url(https://cdnnyusoft.r.worldssl.net/services/images/node-js-development/getintochwithus-bg.png) center top no-repeat #dda544;
    z-index: 0;
}

.getintochwithus .container {
    z-index: 1;
}

.getintochwithus-info {
    display: flex;
}

.getintochwithus-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 5px;
    max-width: 918px;
    margin: 0 auto;
}

.getintochwithus-button {
    position: relative;
    padding-left: 69px;
}

.getintochwithus-button::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -3px;
    bottom: 0;
    margin: auto 0;
    height: 43px;
    width: 1px;
    background-color: #fff;
}

.getintochwithus-image {
    min-width: 70px;
    text-align: right;
}

.getintochwithus-desc {
    padding: 7px 13px 0 19px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    position: relative;
    bottom: 6px;
}

.getintochwithus .blueroundbtn {
    min-height: 50px;
    min-width: 166px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 48px;
    border: 1px solid #ffb22c;
    border-radius: 7px;
    text-align: center;
}

.ourclientarea .container {
    z-index: 11;
    position: relative;
}

.ourclientarea h2 {
    font-family: open sans;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}

.ourclientarea p {
    font-family: open sans;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 80px;
}

.ourclientarea {
    position: relative;
    padding: 80px 0;
    /* padding: 78px 0px 145px; */
    position: relative;
    background: #fff;
}

.ourclientarea:before,
.ourclientarea:after {
    content: "";
    width: 45px;
    height: 31px;
    border: 2px solid rgba(43, 81, 180, 0.4);
    position: absolute;
    animation-name: rotateIn;
    z-index: 2;
    display: none !important;
}

.ourclientarea:before {
    left: 97px;
    top: 145px;
    animation-duration: 4s;
}

.ourclientarea:after {
    right: 97px;
    top: 145px;
    animation-duration: 3s;
}

.ourclientarea p {
    margin-bottom: 85px;
    font-size: 16px;
}

.ourclientarea .container {
    overflow: inherit;
}

.rounded-circleimg01 {
    position: absolute;
    content: "";
    width: 83px;
    height: 83px;
    left: 57px;
    top: -39px;
    border-radius: 47px 48px 48px 47px/47px 47px 48px 48px;
    background-color: #0081ff;
    animation-duration: 3s;
    animation-delay: 0.4s;
    animation-duration: 5s;
    animation-name: zoomIn;
    z-index: 11;
}

.rounded-circleimg02 {
    position: absolute;
    content: "";
    width: 49px;
    height: 49px;
    right: 109px;
    bottom: -19px;
    border-radius: 47px 48px 48px 47px/47px 47px 48px 48px;
    background-color: #0081ff;
    animation-duration: 3s;
    animation-delay: 0.4s;
    animation-duration: 5s;
    animation-name: zoomIn;
    z-index: 11;
}

.ourclientarea .rounded-img {
    position: absolute;
    content: "";
    width: 250px;
    height: 454px;
    left: -142px;
    bottom: -12px;
    background-image: -webkit-linear-gradient(top, #007ed4, #61a9e4);
    background-image: -moz-linear-gradient(top, #007ed4, #61a9e4);
    background-image: -o-linear-gradient(top, #007ed4, #61a9e4);
    background-image: -ms-linear-gradient(top, #007ed4, #61a9e4);
    background-image: linear-gradient(to bottom, #007ed4, #61a9e4);
    border-radius: 150px;
    transform: rotate(50deg);
    animation-duration: 5s;
    animation-name: zoomIn;
}

.rounded-circleimg {
    width: 95px;
    height: 95px;
    position: absolute;
    right: 39px;
    top: 86px;
    -webkit-border-radius: 47px 48px 48px 47px/47px 47px 48px 48px;
    -moz-border-radius: 47px 48px 48px 47px/47px 47px 48px 48px;
    border-radius: 47px 48px 48px 47px/47px 47px 48px 48px;
    background-color: #f1f2f8;
    background-image: -webkit-linear-gradient(top, #007ed4, #4d9edf);
    background-image: -moz-linear-gradient(top, #007ed4, #4d9edf);
    background-image: -o-linear-gradient(top, #007ed4, #4d9edf);
    background-image: -ms-linear-gradient(top, #007ed4, #4d9edf);
    background-image: linear-gradient(to bottom, #007ed4, #4d9edf);
    animation-duration: 5s;
    animation-name: zoomIn;
}

.clientsdescriptionbox {
    position: relative;
    max-width: 752px;
    min-height: 303px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 4px 0 12px rgba(0, 0, 0, .15);
    -moz-box-shadow: 4px 0 12px rgba(0, 0, 0, .15);
    box-shadow: 4px 0 12px rgba(0, 0, 0, .15);
    text-align: center;
    margin: 0 auto;
    padding: 133px 45px 60px;
}

.clientsdescriptionbox .clientsdescription::before {
    position: absolute;
    background: url(https://cdnnyusoft.r.worldssl.net/services/images/node-js-development/small-quoteimg.svg);
    background-size: 95px;
    content: "";
    width: 95px;
    height: 80px;
    top: 29px;
    right: 0;
    left: 0;
    margin: auto;
}

.clientsdescriptionbox::before {
    position: absolute;
    content: "";
    background: url(https://cdnnyusoft.r.worldssl.net/services/images/node-js-development/corner-img.svg);
    background-size: 181px;
    top: -43px;
    right: -155px;
    width: 324px;
    height: 175px;
    background-repeat: no-repeat;
}

.clientsdescriptionbox::after {
    position: absolute;
    content: "";
    background: url(https://cdnnyusoft.r.worldssl.net/services/images/node-js-development/cornerbottom-img.svg);
    background-size: 130px;
    bottom: -95px;
    left: 0px;
    width: 299px;
    height: 175px;
    background-repeat: no-repeat;
}

.clientsdescriptionbox .clientsdescription p,
.clientsdescriptionbox .clientname p {
    font-family: open sans;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}

.clientsdescriptionbox .clientsdescription p {
    font-style: italic;
    font-weight: 600;
    margin-bottom: 17px;
}

.clientsdescriptionbox .clientname p {
    line-height: 25px;
    color: #1b76d2;
    margin-bottom: 1px;
    font-weight: 600;
}

.clientsdescriptionbox .clientaddress p {
    font-family: open sans;
    line-height: 25px;
    color: #1b76d2;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 14px;
}

@media screen and (max-width:1280px) {
    .nodejsdevelopment-banner .desktop-img-width {
        width: 50%;
    }
}

@media screen and (max-width:1200px) {
    .portfolio-section .portfolio-box {
        width: 100%;
    }

    .nodejsdevelopment-banner .content-width {
        margin-bottom: 60px;
    }
}

@media screen and (max-width:1024px) {
    .uiuxservices-box .paregraphcontent {
        white-space: inherit;
    }

    .uiuxfocus-figure-inner .uiuxfocus-img.min {
        top: inherit;
        left: -50px;
        bottom: 0;
    }
}

@media screen and (max-width:991px) {
    .projectlist-content {
        display: block;
    }

    .mainflexbox .box1,
    .mainflexbox .box2,
    .mainflexbox .box3,
    .mainflexbox .box4 {
        width: 100%;
    }

    .projectlist-content p {
        min-height: inherit;
    }

    .projectlist-content a {
        margin-top: 15px;
    }

    .mainflexbox .box1,
    .mainflexbox .box2,
    .mainflexbox .box3,
    .mainflexbox .box4 {
        margin-bottom: 90px;
        width: 100%;
    }

    .mainflexbox .box4,
    .view-portfoli-btn a {
        margin-bottom: 50px;
    }

    .nodejsdevelopment-banner .content-width {
        width: 100%;
        margin-bottom: 35px;
    }

    .nodejsdevelopment-banner .desktop-img-width {
        display: inline-block;
        width: 100%;
    }

    .nodejsdevelopment-banner .desktop-img {
        text-align: center;
        padding-bottom: 10rem;
    }

    .ourclientarea {
        padding: 50px 0px 50px 0px;
    }

    .rounded-circleimg,
    .ourclientarea .rounded-img {
        display: none;
    }

    .ourclientarea::before {
        left: 4%;
        top: 2.8%;
    }

    .ourclientarea::after {
        right: 2.4%;
        top: 3.2%;
    }

    .rounded-circleimg01 {
        left: 18.4%;
    }

    .rounded-circleimg02 {
        right: 20%;
        bottom: 4.5%;
    }

    .getintochwithus-desc {
        white-space: inherit;
    }

    .uiuxfocus {
        padding: 27px 0 0;
    }

    .uiuxfocus .uiuxfocus-img.max {
        left: 0;
        position: relative;
        bottom: 0;
        text-align: center;
    }

    .uiuxfocus-figure-inner .uiuxfocus-img.min {
        display: none;
        left: 0;
        top: 0;
        position: relative;
    }

    .uiuxfocus .row {
        display: flex;
        flex-direction: column;
    }

    .uiuxfocus .row .uiuxfocus-figure {
        order: 1;
    }

    .uiuxfocus .row .uiuxfocus-content {
        order: 0;
    }
}

@media screen and (max-width:901px) {
    .getintochwithus {
        background-size: cover;
    }

    .getintochwithus-image {
        padding-top: 0;
        text-align: center;
    }

    .getintochwithus-inner {
        flex-direction: column;
        padding: 0;
        padding-top: 27px;
    }

    .getintochwithus-info {
        flex-direction: column;
    }

    .getintochwithus-desc {
        padding: 0 15px;
        white-space: inherit;
        text-align: center;
    }

    .getintochwithus-button {
        padding: 19px 0;
    }

    .getintochwithus-button::before {
        content: none;
    }

    .uiuxservices .paregraphcontent {
        white-space: inherit;
    }

    .uiuxfocus-content {
        padding: 0 9px 0;
    }

    .uiuxfocus-figure-inner .uiuxfocus-img.max {
        right: 0;
        text-align: center;
    }

    .uiuxfocus-figure-inner .uiuxfocus-img.min {
        left: 16px;
    }

    .uiuxfocus-content ul {
        padding: 26px 0 0 0;
    }

    .blueroundbtn {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .getintochwithus {
        background: #ffb22c;
    }

    .getintochwithus-info {
        flex-direction: column;
        justify-content: center;
    }

    .getintochwithus-image {
        margin: 0 auto;
        padding: 0;
        width: inherit;
    }

    .getintochwithus-desc {
        text-align: center;
        margin-top: 24px;
    }

    .ourclientarea p {
        line-height: 24px;
    }

    .ourclientarea h2 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:767px) {
    .ourclientarea h2 {
        font-size: 28px;
        line-height: 30px;
    }

    .nodejsdevelopment-banner .bannerinner-content h2,
    .uiuxservices .uiuxdesign-title,
    .uiuxfocus-content .uiuxdesign-title,
    .ourclientarea h2,
    .portfolio-section h2 {
        font-size: 28px;
        line-height: 30px;
    }
}

@media screen and (max-width:568px) {
    .col-xs2-12 {
        width: 100%
    }

    .rounded-circleimg01,
    .rounded-circleimg02 {
        display: none;
    }
}

@media screen and (max-width:480px) {

    .portfolio-section .portfolio-box1 .img,
    .portfolio-section .portfolio-box2 .img,
    .portfolio-section .portfolio-box3 .img,
    .portfolio-section .portfolio-box4 .img,
    .portfolio-section .portfolio-box1 img,
    .portfolio-section .portfolio-box2 img,
    .portfolio-section .portfolio-box3 img,
    .portfolio-section .portfolio-box4 img {
        left: 0;
        right: 0;
        margin: auto;
        top: -47px;
        bottom: inherit;
    }

    .projectlist-content {
        padding: 279px 15px 15px 15px;
    }
}

@media screen and (max-width:414px) {
    .uiuxfocus-figure-inner .uiuxfocus-img.min {
        width: 32%;
    }

    .uiuxfocus-figure-inner .uiuxfocus-img.max {
        padding: 0 20px;
    }
}

@media screen and (max-width:360px) {
    .ourclientarea::before {
        top: 1.8%;
    }

    .ourclientarea::after {
        top: 2.2%;
    }
}