.section-bg-light, [class*=section-bg-light] {
    background: #fff;
    color: #8484a4;
}

.section {
    position: relative;
}

.section-bg-lavendar {
    background: #5d46e8;
}

.about-section-innr {
    position: relative;
    z-index: 2;
    padding: 150px 40px 150px 0;
}

    .about-section-innr:before {
        background: #5d46e8;
    }

    .about-section-innr:before {
        position: absolute;
        top: 0;
        left: -190px;
        width: 270px;
        height: 100%;
        content: '';
        z-index: -1;
        background: #5d46e8;
        border-radius: 100px 0 0 100px;
        transform: skew(9deg);
    }

.about-shade {
    position: absolute;
    left: -120px;
    bottom: 65px;
    width: 100%;
    height: calc(100% - 130px);
    border-radius: 0 0 0 45px;
    background-image: linear-gradient(to top right, #fff 0%, transparent 50%, transparent 100%);
    opacity: .15;
    transform: skew(9deg);
}

    .about-shade:after {
        position: absolute;
        left: 50px;
        bottom: 50px;
        width: 100%;
        height: 100%;
        content: '';
        border-radius: 0 0 0 45px;
        background-image: linear-gradient(to top right, #fff 0%, transparent 40%, transparent 100%);
    }

.about-section-innr h6 {
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 10px;
}

.section-bg-lavendar h1, .section-bg-lavendar h2, .section-bg-lavendar h3, .section-bg-lavendar h4, .section-bg-lavendar h5, .section-bg-lavendar h6, .section-bg-lavendar p {
    color: #fff;
}

.section-bg-light h1, .section-bg-light h2, .section-bg-light h3, .section-bg-light h4, .section-bg-light h5, .section-bg-light h6, [class*=section-bg-light] h1, [class*=section-bg-light] h2, [class*=section-bg-light] h3, [class*=section-bg-light] h4, [class*=section-bg-light] h5, [class*=section-bg-light] h6 {
    color: #38385f;
}

.theme-lavendar h6 {
    font-size: .875em;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    animation-duration: .6s;
    z-index: 9;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section-bg-lavendar h1, .section-bg-lavendar h2, .section-bg-lavendar h3, .section-bg-lavendar h4, .section-bg-lavendar h5, .section-bg-lavendar h6, .section-bg-lavendar p {
    color: #fff;
}

.section-bg-light h1, .section-bg-light h2, .section-bg-light h3, .section-bg-light h4, .section-bg-light h5, .section-bg-light h6, [class*=section-bg-light] h1, [class*=section-bg-light] h2, [class*=section-bg-light] h3, [class*=section-bg-light] h4, [class*=section-bg-light] h5, [class*=section-bg-light] h6 {
    color: #38385f;
}

.theme-lavendar h3 {
    font-size: 2em;
}

.about-section-innr h3 span {
    color: #fff;
    font-weight: 300;
}

.about-info {
    background: rgba(49,31,155,0.4);
}

.about-info {
    background: rgba(49,31,155,0.4);
    border-radius: 5px;
    margin-top: 40px;
    padding: 20px 65px 20px 75px;
    position: relative;
}

.animated {
    animation-duration: .6s;
    z-index: 9;
}

.about-info .ti {
    color: #40beff;
}

.about-info .ti {
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 30px;
    color: #40beff;
    transform: translateY(-50%);
}

[class*=" ti-"], [class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, table:last-child {
    margin-bottom: 0;
}

.about-section-innr:after {
    background: #5d46e8;
}

.about-section-innr:after {
    position: absolute;
    top: 0;
    right: -280px;
    width: 370px;
    height: 100%;
    content: '';
    z-index: -1;
    background: #5d46e8;
    border-radius: 0 100px 100px 0;
    transform: skew(-7deg);
}

.about-image {
    position: relative;
    z-index: 9;
    margin-top: 150px;
    margin-right: -70px;
    padding: 40px 70px;
    background: #fff;
    border-radius: 60px 60px 60px 200px;
    box-shadow: 0 20px 60px rgba(93,70,232,0.1);
}

@media screen and (min-width: 1600px) {
    .section-pad {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .no-pb, .pb-no {
        padding-bottom: 0 !important;
    }

    .section-pad {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

/*new-portion*/

.about-portion .lower-content {
    position: relative;
    padding: 10px 0px 0px;
    text-align: center;
}

.about-portion .inner-box {
    box-shadow: 0 10px 40px rgba(93,70,232,0.15);
    text-align: center;
    border-radius: 10px;
    padding: 25px 30px 45px;
    background-color:#fff;
}

.client-portion .inner-box {
    padding: 1px;
}

.client-portion {
    margin-bottom: 30px !important;
}

.about-portion .inner-box .image-box img {
    display: inline-block;
    width: auto;
}

.post-meta1 {
    line-height: 19px !important;
    color: #333333 !important;
    font-size: 11px !important;
    margin-bottom: 10px !important;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}


/*Token distribution*/
.event-info {
    margin-bottom: -30px;
}

    .event-info .event-single-info {
        margin-bottom: 30px;
        position: relative;
        padding-left: 16px;
    }

        .event-info .event-single-info:before {
            content: "";
            background: #46bdf4;
            height: 5px;
            width: 5px;
            border-radius: 50%;
            position: absolute;
            top: 9px;
            left: 0;
        }

.theme-lavendar h6 {
    font-size: .875em;
}

.event-info h6 {
    margin-bottom: 2px;
    color: #38385f;
    font-weight: 600;
}

.event-info p {
    color: #8284a5;
    font-size: 15px;
}

.new-event-info p {
    color: #707071;
    font-size: 13px;
    font-weight: 100;
}

.new-event-info h6 {
    font-size: 15px;
}

/*amazing features*/
.Amazing-portion .lower-content {
    position: relative;
    padding: 25px 0px 0px;
    text-align: center;
}

.Amazing-portion .inner-box {
    text-align: center;
    border-radius: 10px;
    padding: 25px 30px 45px;
}

    .Amazing-portion .inner-box:hover {
        box-shadow: -1px 10px 33px -5px rgba(24,30,110,0.31);
        text-align: center;
        border-radius: 10px;
        padding: 25px 30px 45px;
        transition: all ease .5s;
    }

    .Amazing-portion .inner-box .image-box img {
        display: inline-block;
        width: auto;
    }



/*Mordern designing*/
.left-heading-icon {
    float: left;
    width: 100%;
    text-align: left;
}

.new-ineer h2 {
    color: #a549e9 !important;
    font-size: 3.75rem !important;
}

.highlited-text {
    color: #a549e9;
    font-weight: 700px;
    letter-spacing: 1px;
}

.n-text {
    line-height: 2;
    font-weight: normal;
    font-size: 17px;
}


@media (max-width: 768px) {
    .about-section-innr:after {
        display: none;
    }

    .about-image {
        border-radius: 30px 30px 30px 100px;
    }

    .about-image {
        margin-right: 0;
        margin-top: -45px;
    }
}

/*N-portion-css*/
.tab-n-label label {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 300;
}

.tab-n-label {
    padding: 0px 68px 10px !important;
}

.new-content {
    max-width: inherit !important;
}

/*animation-css*/

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.padding-top-forti {
    padding-top: 40px;
}

.conterplace-sp {
    position: relative;
}

    .conterplace-sp u {
        position: absolute;
        text-decoration: none;
        left: -101px;
        right: 0;
        margin: auto;
        z-index: 0;
    }

        .conterplace-sp u:before {
            margin-left: 0;
            font-size: 43px;
            display: block;
            margin-top: -11px;
            z-index: 0;
            color: rgba(96, 125, 139, 0.1);
        }

    .conterplace-sp b {
        font-size: 50px;
        color: #2196F3;
        font-family: 'Ubuntu', sans-serif;
    }

    .conterplace-sp i {
        font-weight: 100;
        color: rgba(33, 150, 243, 0.42);
    }

    .conterplace-sp span {
        display: block;
        font-weight: 100;
        font-size: 15px;
        margin-top: 6px;
        color: #b4c2ce;
        text-transform: capitalize;
    }

.title-number-center {
    text-align: center;
    position: relative;
}

    .title-number-center i:before {
        margin-left: 0;
        font-size: 80px;
        color: #75bce4;
    }

    .title-number-center h5 {
        display: block;
        font-size: 17px;
        font-weight: 100;
        text-transform: uppercase;
        color: #9ab6c3;
    }

        .title-number-center h5 > b {
            display: block;
            font-weight: bold;
            color: #39474e;
            margin-top: 7px;
        }

    .title-number-center .crlr-one {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 300px;
        height: 300px;
        top: 0;
        bottom: 0;
        border: 1px solid #e8edef;
        border-radius: 50%;
        z-index: 0;
        display: block;
        text-align: center;
        vertical-align: middle;
    }

    .title-number-center .crlr-one {
        -webkit-animation-name: biggeron;
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: biggeron;
        -moz-animation-duration: 2s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: biggeron;
        -ms-animation-duration: 2s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        animation-name: biggeron;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    .title-number-center .crlr-tw {
        position: absolute;
        left: -150px;
        right: -150px;
        margin: auto;
        width: 500px;
        height: 500px;
        top: 0;
        bottom: 0;
        border: 1px solid #e8edef;
        border-radius: 50%;
        z-index: 0;
        display: block;
        text-align: center;
        vertical-align: middle;
    }

    .title-number-center .crlr-tw {
        -webkit-animation-name: biggertw;
        -webkit-animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: biggertw;
        -moz-animation-duration: 4s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: biggertw;
        -ms-animation-duration: 4s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        animation-name: biggertw;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    .title-number-center .crlr-re {
        position: absolute;
        left: -250px;
        right: -250px;
        margin: auto;
        width: 700px;
        height: 700px;
        top: 0;
        bottom: 0;
        border: 1px solid #e8edef;
        border-radius: 50%;
        z-index: 0;
        display: block;
        text-align: center;
        vertical-align: middle;
    }

    .title-number-center .crlr-re {
        -webkit-animation-name: biggertre;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: biggertre;
        -moz-animation-duration: 3s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: biggertre;
        -ms-animation-duration: 3s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        animation-name: biggertre;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        z-index: 1;
    }

.padding-top-nayti {
    padding-top: 90px;
}

.conterplace-sp i {
    font-weight: 100;
    color: rgba(33, 150, 243, 0.42);
}

.conterplace-sp span {
    display: block;
    font-weight: 100;
    font-size: 15px;
    margin-top: 6px;
    color: #b4c2ce;
    text-transform: capitalize;
}

@-webkit-keyframes biggertre {
    10% {
        width: 650px;
        height: 650px;
        opacity: .8;
    }

    100% {
        width: 700px;
        height: 700px;
        opacity: .2;
    }
}

@-webkit-keyframes biggertw {
    10% {
        width: 450px;
        height: 450px;
        opacity: .8;
    }

    100% {
        width: 500px;
        height: 500px;
        opacity: .2;
    }
}

@-webkit-keyframes biggeron {
    10% {
        width: 250px;
        height: 250px;
        opacity: .8;
    }

    100% {
        width: 300px;
        height: 300px;
        opacity: .2;
    }
}

@media (max-width: 768px) {
    .title-number-center .crlr-one {
        display: none;
    }

    .title-number-center .crlr-tw {
        display: none;
    }

    .title-number-center .crlr-re {
        display: none;
    }
}


















/*whats include-css*/
.sp-one {
    padding: 100px 0;
}

.sp-top {
    padding: 200px 0px 0px 0px;
}
.no-bgColor {
    background:none !important;
}

.sec-title.center {
    text-align: center;
}

.sec-title {
    position: relative;
    margin-bottom: 45px;
    padding-bottom: 25px;
    margin-top: -10px;
}

    .sec-title span {
        position: relative;
        color: #7432d9;
        font-size: 12px;
    }

        .sec-title span:before {
            position: absolute;
            content: '';
            background: #ff00c6;
            height: 2px;
            width: 20px;
            top: 50%;
            margin-top: -1px;
            left: -30px;
        }

        .sec-title span:after {
            position: absolute;
            content: '';
            background: #ff00c6;
            height: 2px;
            width: 20px;
            top: 50%;
            margin-top: -1px;
            right: -30px;
        }

    .sec-title h1 {
        font-size: 48px;
        color: #000;
        font-weight: 900;
        padding-bottom: 8px;
        padding-top: 3px;
        letter-spacing: 2px;
        line-height: 1.1em;
    }

    .sec-title .text {
        letter-spacing: 1px;
        color: #666666;
        font-size: 16px;
        font-weight: 700;
    }

    .sec-title.center:after {
        left: 50%;
        margin-left: -18.5px;
    }

    .sec-title:after {
        position: absolute;
        content: '';
        background: url(../images/n-p-images/decor.png);
        bottom: 0;
        height: 7px;
        width: 37px;
        left: 0;
        display: none;
    }

.mockup-two {
    display: block;
    position: relative;
    min-height: 465px;
}

    .mockup-two .image-box {
        position: relative;
        left: 0;
        z-index: 9;
    }

        .mockup-two .image-box img {
            width: auto;
            display: block;
            max-width: inherit;
        }

.services-block-two {
    position: relative;
    padding-bottom: 33px;
    border-bottom: 1px solid #ddd;
    margin-top: 35px;
}

    .services-block-two h4 {
        font-weight: 700;
        color: #000;
        font-size: 18px;
    }

    .services-block-two:nth-child(2) {
        margin-left: 80px;
    }

.services-block-two {
    position: relative;
    padding-bottom: 33px;
    border-bottom: 1px solid #ddd;
    margin-top: 35px;
}

    .services-block-two:nth-child(3) {
        margin-left: 150px;
    }

    .services-block-two:nth-child(4) {
        margin-left: 220px;
    }

    .services-block-two:last-child {
        border-bottom: 0px;
    }

.text123 {
    color: #222;
    font-size: 16px;
    font-weight: 300;
}

.services-block-two .link a {
    color: #666;
    font-size: 16px;
}

.services-block-three {
    position: relative;
}

    .services-block-three .inner {
        position: relative;
        padding-left: 95px;
        padding-bottom: 40px;
    }

        .services-block-three .inner .icon-box {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 75px;
            height: 75px;
            background: #f4f6ff;
            color: #000;
            font-size: 30px;
            text-align: center;
            line-height: 75px;
            border-radius: 50%;
            transition: .5s ease;
        }

            .services-block-three .inner .icon-box:before {
                position: absolute;
                content: '';
                background-image: -moz-linear-gradient( 0deg, rgb(80,48,183) 0%, rgb(175,72,209) 100%);
                background-image: -webkit-linear-gradient( 0deg, rgb(80,48,183) 0%, rgb(175,72,209) 100%);
                background-image: -ms-linear-gradient( 0deg, rgb(80,48,183) 0%, rgb(175,72,209) 100%);
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                transform: scale(0,0);
                transition: .5s ease;
                border-radius: 50%;
            }

            .services-block-three .inner .icon-box span {
                position: relative;
            }

        .services-block-three .inner:after {
            position: absolute;
            content: '';
            background: #ff00c6;
            left: 0;
            bottom: 0;
            width: 0%;
            height: 1px;
            transition: .5s ease;
            border-radius: 50%;
        }

    .services-block-three:hover .inner:after {
        width: 100%;
        transition: .5s ease;
    }

    .services-block-three .inner:after {
        position: absolute;
        content: '';
        background: #ff00c6;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 1px;
        transition: .5s ease;
        border-radius: 50%;
    }

    .services-block-three:hover .inner .icon-box:before {
        transform: scale(1,1);
        transition: .5s ease;
    }

    .services-block-three .inner .icon-box:before {
        position: absolute;
        content: '';
        background-image: -moz-linear-gradient( 0deg, rgb(80,48,183) 0%, rgb(175,72,209) 100%);
        background-image: -webkit-linear-gradient( 0deg, rgb(80,48,183) 0%, rgb(175,72,209) 100%);
        background-image: -ms-linear-gradient( 0deg, rgb(80,48,183) 0%, rgb(175,72,209) 100%);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0,0);
        transition: .5s ease;
        border-radius: 50%;
    }

    .services-block-three:hover .inner .icon-box {
        color: #fff;
        transition: .5s ease;
    }

@media (max-width: 768px) {
    .mockup-two .image-box img {
        width: 100%;
    }

    .services-block-two:nth-child(2) {
        margin-left: 0;
    }

    .services-block-two:nth-child(3) {
        margin-left: 0px;
    }

    .services-block-two:nth-child(4) {
        margin-left: 0px;
    }
}



/*new-portion*/
.qst-qa-lost {
    margin-bottom: 60px;
    padding: 20px 0 5px 20px;
    border-left: 3px solid #f3f4f5;
}

    .qst-qa-lost h5 {
        font-family: 'Ubuntu', sans-serif;
        font-weight: 500;
        font-size: 24px;
        text-align: left;
        margin-bottom: 20px;
    }

    .qst-qa-lost p {
        font-size: 14px;
        line-height: 27px;
        color: #9ba4a9;
    }

.ourservplans-text-sdiebar {
    background: #f6f7f9;
    padding: 40px;
    border-radius: 6px;
}

.alollnk {
    padding: 30px 0;
    border-bottom: 1px solid #eaecef;
    display: block;
    text-decoration: none;
}

    .alollnk img {
        width: 70px;
        float: left;
        margin-right: 12px;
    }

    .alollnk span {
        font-family: 'Ubuntu', sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #2eb6e0;
        text-align: left;
    }

    .alollnk small {
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        color: #afb4bf;
        margin-top: 3px;
    }

.qst-qa-lost:hover {
    border-left: 3px solid #a3cff3;
}



/*time line css*/
.time-line-status {
    margin: 60px 0;
    min-height: 100px;
    border-left: 1px solid #dce2e4;
    position: relative;
}

.tt-time-status {
    position: relative;
    padding-left: 30px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}

    .tt-time-status .title-status {
        background: #00BCD4;
        color: #fff;
        font-weight: bold;
        padding: 6px 22px;
        font-size: 13px;
        border-radius: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .tt-time-status .title-status-h5 {
        font-size: 19px;
        margin-top: 4px;
    }

        .tt-time-status .title-status-h5 span {
            font-size: 13px;
            margin-left: 18px;
            color: #c0c7cc;
            float: right;
            background: #f0f2f3;
            padding: 7px 15px;
            border-radius: 4px;
        }

    .tt-time-status .title-status-p {
        margin-top: 30px;
        font-size: 14px;
        line-height: 27px;
        color: #949ca0;
        margin-bottom: 50px;
    }

.status-div-optionel {
    width: 96%;
    margin: 10px 10px 10px 27px;
    background: #f1f4f5;
    padding: 13px;
    border-radius: 5px;
    font-size: 14px;
    color: #879094;
    display: inline-block;
}

    .status-div-optionel p {
        margin: 0;
    }

        .status-div-optionel p > b {
            color: #585f63;
            margin-right: 11px;
        }

    .status-div-optionel.chck span {
        color: #8BC34A;
    }

    .status-div-optionel span {
        float: right;
        font-weight: bold;
    }

        .status-div-optionel span > i {
            font-size: 16px;
            margin-left: 4px;
        }

.tt-time-status:after {
    content: '';
    position: absolute;
    top: 0;
    left: -8px;
    background: #fec573;
    width: 14px;
    height: 14px;
    border-radius: 25px;
}

.status-div-optionel.non span {
    color: #cdd9de;
}

.status-div-optionel.non-chck span {
    color: #ea7575;
}

@media (max-width: 768px) {
    .status-div-optionel {
        width: auto;
    }
}

/*new-client-css*/
.ui-icon-block {
    position: relative;
    margin-bottom: 5rem;
    text-align: center;
}

    .ui-icon-block > .icon {
        color: #0126f3;
        font-size: 35px;
        margin-bottom: 15px;
    }

    .ui-icon-block > h5 {
        color: #414c5a;
        color: #414c5a;
        font-weight: 500;
        font-size: 18px;
    }


/*manage customer css*/
.connection-mock {
    padding: 145px 0;
}

    .connection-mock .connection-logoes {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-left: -352px;
        padding-top: 30px;
        width: 272px;
    }

        .connection-mock .connection-logoes .connection-logo-item {
            color: #ffffff;
            width: 106px;
            padding: 27px 10px;
            margin-right: 30px;
            margin-bottom: 30px;
            float: left;
            border-radius: 3px;
        }

            .connection-mock .connection-logoes .connection-logo-item .fa {
                display: block;
                font-size: 2.5rem;
            }

.connection-logo-item, .sm-logo {
    background-color: #06d79c;
}

.connection-mock .connection-logoes .connection-logo-item {
    color: #ffffff;
    font-size: 1.4rem;
}

.connection-mock .logo-mock {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .connection-mock .logo-mock:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 272px;
        height: 272px;
        border-radius: 50%;
    }

    .connection-mock .logo-mock:before, .connection-mock .logo-mock:after {
        background-color: rgba(6, 215, 156, 0.11);
    }

.sm-logo {
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    position: relative;
    border-radius: 60px;
}

.connection-mock .logo-mock:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 410px;
    height: 410px;
    border-radius: 50%;
}

.connection-mock .logo-mock:before, .connection-mock .logo-mock:after {
    background-color: rgba(6, 215, 156, 0.11);
}

.connection-mock .logo-mock + .connection-logoes {
    margin-right: -372px;
    margin-left: auto;
    left: auto;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.connection-mock .connection-logoes {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: -352px;
    padding-top: 30px;
    width: 272px;
}

@media (max-width: 768px) {
    .connection-mock {
        padding: 0;
    }

        .connection-mock .connection-logoes {
            position: static;
            margin: 0 auto;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            float: none;
            display: inline-block;
            text-align: center;
            clear: both;
            padding: 0;
        }

            .connection-mock .connection-logoes .connection-logo-item {
                margin: 15px;
            }

        .connection-mock .logo-mock {
            padding: 75px;
        }

        .connection-mock .logo-mock {
            display: block;
        }

            .connection-mock .logo-mock + .connection-logoes {
                margin: 0 auto;
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
            }

            .connection-mock .logo-mock:after {
                display: none;
            }
}



/*n-portion-2 css*/
.lh-1, .line-height-1 {
    line-height: 1;
}

.lead-6 {
    font-size: 2.34375rem !important;
}

.text-dark {
    color: #191919 !important;
}

.mr-5 {
    margin-right: 1.5rem !important;
}

.mx-5 {
    margin-right: 1.5rem !important;
}

.media1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

.media-body1 {
    -webkit-box-flex: 1;
    flex: 1;
}

    .media-body1 h5 {
        color: #323d47;
        letter-spacing: 0.5px;
        font-size: 20px;
        margin-bottom: 7px;
    }

    .media-body1 p {
        color: #757575;
        letter-spacing: 0.5px;
        font-size: 18px;
        font-weight: 300;
    }

.n-row {
    margin-bottom: 25px;
}



/*Build your Brand... css*/
.text-warning {
    color: #ffba00 !important;
}

.text-info {
    color: #926dde !important;
}

.inner-part h2 {
    color: #323d47;
    font-weight: 300;
}

.inner-part p {
    line-height: 1.9;
    color: #757575;
    font-weight: 300;
    margin-bottom: 5rem !important;
    margin-top: 2rem;
    font-size:15px;
}

@media (max-width: 768px) {
    .inner-part {
        margin-bottom: 40px;
        text-align: center;
    }
}



/*resume send*/
.resume-text {
    color: #757575;
    font-weight: 300 !important;
}

.resume-h1 {
    font-weight: 400 !important;
    font-size: 33px !important;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.045);
    box-shadow: 0 0 40px rgba(0,0,0,0.045);
    color: #323d47;
    background-color: #fff;
    border-color: #f1f2f3;
}

.form-control {
    border: 1px solid #eaeff4;
    font-weight: 300;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*source team*/
.team-2 {
    text-align: center;
}

    .team-2 img {
        border-radius: 10rem;
        margin-bottom: 2rem;
    }

.social-brand a.social-facebook {
    color: #3b5998;
}

.social-brand a.social-twitter {
    color: #00aced;
}

.social-brand a.social-gplus {
    color: #dd4b39;
}

.social-brand a.social-linkedin {
    color: #007bb6;
}

.social a:last-child {
    margin-right: 0;
}

.social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 4px;
    margin-bottom: 4px;
    text-align: center;
    color: inherit;
    font-size: 16px;
    border-radius: 3px;
    opacity: 0.8;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

.team-2 h5 {
    color: #323d47;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: .5rem;
}

.team-2 small {
    display: block;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 13px;
    color: #757575;
}

.team-2 p {
    font-size: 15px;
    line-height: 28.5px;
    color: #757575;
}



/*marketing portion*/
ul.marketing-list li {
    list-style: none;
    border-right: 1px #dbeaef solid;
    border-bottom: 1px #dbeaef solid;
    position: relative;
    padding: 25px 0px 30px 0px;
}

    ul.marketing-list li .inner {
        display: block;
        padding: 0 6%;
    }

.n-figure {
    margin: 0px;
}

ul.marketing-list li img {
    margin: 0 auto;
}

ul.marketing-list li h3 {
    display: block;
    padding: 40px 5% 15px 5%;
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    color: #2f2f2f;
    letter-spacing: 1px;
}
ul.marketing-list li h3 span {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #474848;
    line-height: 14px;
    font-weight: 400;
}
ul.marketing-list li p {
    padding-bottom: 30px;
    color: #3d607d;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

a.know-more {
    font-size: 15px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
}

.know-more span {
    font-size: 25px;
    vertical-align: middle;
    color: #f29a32;
}

/*a.know-more:before {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
        font-family: 'icomoon';
        font-size: 24px;
        content: "\e900";
        color: #f29a32;
        transition: all 0.3s ease 0s;
    }*/

ul.marketing-list li:after {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: -6px;
    top: -6px;
    content: "";
    background: #dbeaef;
    border-radius: 50%;
}

/*ul.marketing-list li:last-child {
    border-right: none;
}*/
ul.marketing-list li.bottomborder0 {
    border-bottom: none;
}
ul.marketing-list li.last {
    border-right: none;
}
    ul.marketing-list li.last:after {
        display:none;
    }

    ul.marketing-list li:last-child:after {
        background: transparent;
    }

.content-marketing {
    display: block;
    text-align: center;
}

@media (max-width: 768px) {
    ul.marketing-list li:after {
        display: none;
        padding-bottom: 30px;
    }

    /*ul.marketing-list li {
        padding: 0px;
    }

    ul.marketing-list li .inner {
        padding: 0px;
    }*/
}




/*we have cover css*/
ul.check li, li.check {
    background: url(../images/n-p-images/li-check.png) no-repeat left 4px;
}

ul.check li {
    padding: 0 0 1px 16px;
    line-height: 18px;
    margin-bottom: 14px;
    font-weight: 300;
    font-size: 14px;
    color: #404040;
}

.coverded {
    color: #424748;
    font-weight: 100;
    letter-spacing: 0.5px;
    margin-top: 20%;
}





/*new section css*/
.box-1 {
    background-color: #ecfaf3;
    display: grid;
    height: 325px;
}

.box-2 {
    background-color: #ecf4fe;
    display: grid;
    height: 325px;
    margin-bottom: 8px;
}

.box-3 {
    background-color: #ffeae4;
    display: grid;
    height: 325px;
    margin-top: 8px;
}

.box-4 {
    background-color: #e9f8fd;
    display: grid;
    height: 325px;
}

.add-new1 {
    padding: 1.9em 3.25em 1.9em 2.2em;
    text-align: left;
    position: relative;
}

    .add-new1 h1 {
        color: #85e1b2;
        display: block;
        margin-bottom: 1em;
        font-size: 1.9em;
        font-weight: 600;
    }

    .add-new1 span {
        font-size: 1em;
        color: #333647;
    }



.add-new2 {
    padding: 1.9em 3.25em 1.9em 2.2em;
    text-align: left;
    position: relative;
}

    .add-new2 h1 {
        color: #4094ed;
        display: block;
        margin-bottom: 1em;
        font-size: 1.9em;
        font-weight: 600;
    }

    .add-new2 span {
        font-size: 1em;
        color: #333647;
    }


.add-new3 {
    padding: 1.9em 3.25em 1.9em 2.2em;
    text-align: left;
    position: relative;
}

    .add-new3 h1 {
        color: #ff7452;
        display: block;
        margin-bottom: 1em;
        font-size: 1.9em;
        font-weight: 600;
    }

    .add-new3 span {
        font-size: 1em;
        color: #333647;
    }


.add-new4 {
    padding: 1.9em 3.25em 1.9em 2.2em;
    text-align: left;
    position: relative;
}

    .add-new4 h1 {
        color: #69d1ee;
        display: block;
        margin-bottom: 1em;
        font-size: 1.9em;
        font-weight: 600;
    }

    .add-new4 span {
        font-size: 1em;
        color: #333647;
    }



.bottom-g-1 {
    background: linear-gradient(90deg,#85e1b2,transparent 50%);
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
}

.bottom-g-2 {
    background: linear-gradient(90deg,#4094ed,transparent 50%);
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
}

.bottom-g-3 {
    background: linear-gradient(90deg,#ff7452,transparent 50%);
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
}


.bottom-g-4 {
    background: linear-gradient(90deg,#69d1ee,transparent 50%);
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
}


.b-images img {
    margin-bottom: 20px;
    float: right;
    margin-right: 25px;
}


/*new section*/

.set-p-n label {
    color: #4094ed;
    margin-top: .5rem;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-size: 1.725rem;
}


.set-p-n h3 {
    color: #333647;
    font-size: 34px;
    line-height: 1.2;
    margin: 30px 0 20px;
}

.set-p-n p {
    font-size: 22px;
    margin-bottom: 76px;
    color: #95a4ac;
    font-weight: 100;
}

.project-a {
    margin-bottom: 10px;
}

    .project-a span {
        color: #909090;
        font-weight: 100;
    }

.d1 {
    color: #333647;
    background-color: #68cfec;
    padding: 14px;
    border-radius: 3px;
    height: 140px;
}

    .d1 span {
        color: #333647;
    }



.d2 {
    color: #fff;
    background-color: #235280;
    padding: 14px;
    border-radius: 3px;
    height: 140px;
}

    .d2 span {
        color: #fff;
    }

.d3 {
    color: #fff;
    background-color: #238be8;
    padding: 14px;
    border-radius: 3px;
    height: 140px;
}

    .d3 span {
        color: #fff;
    }

.d4 {
    color: #fff;
    background-color: #ff7452;
    padding: 14px;
    border-radius: 3px;
    height: 140px;
}

    .d4 span {
        color: #fff;
    }

.l-span1 {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    padding-left: 30px;
    padding-bottom: 10px;
    font-weight: 100;
}

.fst-p {
    transform: translate3d(0,50%,0);
}

.fst-p {
    transform: translate3d(0,50%,0);
    order: 3;
}

@media (max-width: 768px) {
    .project-a {
        margin-bottom: 40px;
    }

    .set-p-n p {
        margin-bottom: 15px;
    }

    .d1, .d2, .d3, .d4 {
        margin-bottom: 10px;
    }

    .fst-p {
        transform: translate3d(0,0%,0);
        order: 3;
        padding: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

/*advantage-portion*/
.advantage-p h2 {
    font-size: 50px;
    font-weight: 300;
}

ul.veer-list li:after {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: -6px;
    top: 0px;
    content: "+";
    background: transparent;
    border-radius: 50%;
    top: 16px;
    transform: translate(50%);
    font-size: 2em;
}

ul.veer-list li {
    list-style: none;
    border-right: 1px solid transparent;
    position: relative;
}

    ul.veer-list li:last-child:after {
        background: transparent;
        display: none;
    }

    ul.veer-list li h3 {
        color: #000;
        padding: 0px 5% 30px 5%;
    }

.a-height {
    height: 120px;
}

@media (max-width: 768px) {
    ul.veer-list li:after {
        display: none;
    }
}

/*mission-css*/
.mission-p {
    color: #333647 !important;
    font-weight: 200 !important;
    line-height: 1.2 !important;
    font-size: 40px !important;
    margin-bottom: 30px !important;
}

.p-a-span {
    color: #95a4ac !important;
    font-size: 1em !important;
}

@media (max-width: 768px) {
    .mission-p {
        font-size: 1.25em !important;
    }
}


/*our team*/
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.team-described {
    margin-bottom: 50px;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.team-described .team-info {
    width: 135px;
    margin-top: 40px;
    position: relative;
}

.team-described .team-name {
    font-weight: 400;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-size: 18px;
}

.team-described .team-title {
    color: #40beff;
}

.team-described .team-title {
    color: #128fd0;
    font-size: 13px;
    display: block;
    position: relative;
    padding-bottom: 13px;
    line-height: 18px;
    padding-top: 20px;
}

    .team-described .team-title:after {
        background-image: linear-gradient(to left, #5d46e8 0%, #40beff 100%);
    }

    .team-described .team-title:after {
        background-image: -webkit- linear-gradient(to right, #2b56f5 0%, #46bdf4 100%);
        background-image: linear-gradient(to right, #2b56f5 0%, #46bdf4 100%);
    }

.theme-lavendar h5 {
    font-size: 18px !important;
}

.team-described .team-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 3px;
    width: 190px;
    z-index: 5;
    background-image: linear-gradient(to left, #5d46e8 0%, #40beff 100%);
}

.team-described .team-social {
    margin-top: 12px;
}

    .team-described .team-social li {
        display: inline-block;
        margin-right: 14px;
    }

        .team-described .team-social li a {
            color: #40beff;
        }

            .team-described .team-social li a:hover {
                color: #5d46e8;
            }

            .team-described .team-social li a .fa {
                font-size: 16px;
            }

.team-described .team-photo {
    position: relative;
    width: 170px;
}

    .team-described .team-photo:before {
        background-image: linear-gradient(to top left, rgba(64,190,255,0.65) 0%, rgba(93,70,232,0.65) 100%);
    }

    .team-described .team-photo:before {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%;
        content: "";
        border-radius: 5px;
        background-image: linear-gradient(to top left, rgba(64,190,255,0.65) 0%, rgba(93,70,232,0.65) 100%);
        transition: all .5s ease;
        opacity: .5;
    }

    .team-described .team-photo:hover:before {
        opacity: .2;
    }

    .team-described .team-photo img {
        border-radius: 5px;
    }

.team-described .team-discription {
    /*margin-left: 135px;*/
    margin-top: 18px;
}

    .team-described .team-discription li {
        line-height: 1.6;
        font-size: 14px;
        position: relative;
        padding-left: 16px;
        margin-bottom: 8px;
    }

        .team-described .team-discription li:before {
            background: #40beff;
        }

        .team-described .team-discription li:before {
            background: #46bdf4;
        }

        .team-described .team-discription li:before {
            content: "";
            background: #40beff;
            height: 5px;
            width: 5px;
            border-radius: 50%;
            position: absolute;
            top: 9px;
            left: 0;
        }

/*talent-skill*/
.t-s-comment span {
    margin: 0 0 .9em;
    color: #4094ed;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
    letter-spacing: 1px;
}

.t-s-comment h1 {
    display: block;
    margin-bottom: .75em;
    font-size: 1.9em;
    font-weight: 200;
    line-height: 1.3;
    color: #333647;
}

.t-s-comment p {
    display: block;
    color: #95a4ac;
    font-size: 1.35em;
}

.verify-t {
    margin: .75em 0 3.5em;
}

    .verify-t img {
        display: inline-block;
        vertical-align: middle;
        margin-right: .7em;
    }

    .verify-t span {
        font-size: .8em;
    }

.gap-ct {
    width: 100px;
    border-bottom: 1px solid #d0dadd;
    display: block;
    margin: 1.8em 0;
}

.a-i {
    display: block;
    margin-bottom: .5em;
}

    .a-i img {
        margin-right: .5em;
    }

.v-label {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-weight: 600;
    color: #333647;
    font-size: 18px;
    line-height: 34px;
}

.al-ul {
    padding-left: calc(24px + .9em);
}

    .al-ul li {
        font-size: 19px;
        color: #333647;
        margin: 0 0 .5em;
    }

.nnnn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-top: 3em;
}

    .nnnn:after {
        /*content: "";
        z-index: 9;
        position: absolute;
        top: 0;
        left: 0;
        width: 960px;
        height: 100%;
        margin-left: -120px;
        background: linear-gradient(180deg,#e9f3fe,#fff);
        transform: skew(20deg);*/
        content: '';
        position: absolute;
        left: 0px;
        margin-left: -40px;
        top: 0px;
        width: 50%;
        height: 100%;
        background: url(../images/background/bg-shape-five.png) right center no-repeat;
    }

.v-pdz {
    padding: 0px;
}

.mt25 {
    margin-top: 25px;
}

@media (max-width: 768px) {
    .nnnn:after {
        display: none;
    }

    .v-pdz {
        padding-right: 15px;
        padding-left: 15px;
    }

    .mt25 {
        margin-top: 25px;
    }
}



/*contact us-css*/

.contact-infro li {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 300;
    margin-left: 45px;
    padding-top: 5px;
}

.social-mm {
    margin-left: 40px;
}

    .social-mm li {
        display: inline-block;
    }

        .social-mm li a {
            width: 40px;
            height: 40px;
            margin-left: 5px;
            border-radius: 50px;
            display: block;
            text-align: center;
        }

.s-facbook {
    background-color: #3a559f;
    color: #fff;
}

    .s-facbook:hover {
        color: #ffffff;
        background: #62778a;
    }

.s-linkedli {
    background-color: #0172b1;
    color: #fff;
}

    .s-linkedli:hover {
        color: #ffffff;
        background: #62778a;
    }

.s-twitter {
    background-color: #55acee;
    color: #fff;
}

    .s-twitter:hover {
        color: #ffffff;
        background: #62778a;
    }

.social-mm li a i {
    line-height: 2.3;
}


textarea::-webkit-input-placeholder {
    color: #6f8ba4 !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #6f8ba4 !important;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #6f8ba4 !important;
}

textarea:-ms-input-placeholder {
    color: #6f8ba4 !important;
}

@media (max-width: 1023px) {
    .info-details {
        display: block !important;
    }


    
}
@media (max-width: 768px) {
    .contact-section .info-details .inner {
        position: relative;
        margin-top: 0px;
    }

    .contact-infro li {
        margin-left: 0px;
        text-align: left;
    }

    .sec-title h2 {
        text-align: left;
    }
    .social-mm {
    margin-left: 0px;
        text-align: left;
}
    .sec-title .desc-text {
        text-align: left;
    }

}