.main-outsourcing {
    background-size: cover !important;
    color: #fff;
}
.contact-home .wpcf7-response-output, .contact-home .wpcf7-not-valid-tip{
    display: none;
}
.contact-home .wpcf7-not-valid-tip {
display: block;
}

.contact-home .screen-reader-response{
display: none
}

/* .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    display: block !important;
} */

.contact-sec .form-outline {
margin-bottom: 0.5rem !important;
}

.contact-home .sent .wpcf7-response-output {
    color: greenyellow !important;
}

.outsourcing-inner {
    position: absolute;
    left: 11%;
    width: 80%;
    top: 57%;
    transform: translate(0, -57%);
}

.outsourcing-inner-wrapper {
    font-size: 70px;
    margin-bottom: 35px;
    line-height: 1;
}

.outsourcing-inner-wrapper-block {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.outsourcing-inner-wrapper-block {
    width: 0%;
    height: inherit;
    background: #ffb510;
    position: absolute;
    animation: mainBlock 0.7s cubic-bezier(.74, .06, .4, .92) forwards;
    display: flex;
}

.main-outsourcing .box {
    position: relative;
    justify-content: center;
}
.main-outsourcing .box>div {
    display: grid;
    place-content: center;
    place-items: end;
}
.main-outsourcing .box+div {
    margin-top:-300px;
  }

@media only screen and (min-width: 768px) {
    .service-head{
        margin-top: -250px;
    }
  }


.main-outsourcing .box .title {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    /* height: 60px;
    margin-top: 200px; */
}

.main-outsourcing .box .title .block {
    width: 0%;
    height: inherit;
    background: #0080ff00;
    position: absolute;
    animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    display: flex;
}

.main-outsourcing .box .title h1 {
    font-family: "Poppins";
    color: #fff;
    font-size: 55px;
    -webkit-animation: mainFadeIn 0.5s forwards;
    -o-animation: mainFadeIn 0.5s forwards;
    animation: mainFadeIn 0.5s forwards;
    animation-delay: 0.5s;
    opacity: 0;
    display: flex;
    align-items: baseline;
    position: relative;
}

.main-outsourcing .box .title h1 span {
    width: 0px;
    height: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffb510;
    -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation-delay: 0.5s;
    margin-left: 5px;
    margin-top: -10px;
    position: absolute;
    bottom: 13px;
    right: -12px;
}

.main-outsourcing .box .role p span {
    width: 0px;
    height: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #007fff;
    -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation-delay: 4.3s;
    margin-left: 5px;
    margin-top: -10px;
    position: absolute;
    bottom: 12px;
}

.main-outsourcing .box .role {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 45px;
    margin-top: 7px;
}

.main-outsourcing .box .role .block {
    width: 0%;
    height: inherit;
    background: #e91e6200;
    position: absolute;
    animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation-delay: 2s;
    display: flex;
}

.main-outsourcing .box .role p {
    animation: secFadeIn 0.5s forwards;
    animation-delay: 0.5s;
    opacity: 0;
    font-weight: 100;
    font-family: "Lato";
    color: #ffffff;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 8px;
}

@keyframes mainBlock {
    0% {
        width: 0%;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes secBlock {
    0% {
        width: 0%;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes mainFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes popIn {
    0% {
        width: 0px;
        height: 0px;
        background: #0569BD;
        border: 0px solid #ddd;
        opacity: 0;

    }

    50% {
        width: 10px;
        height: 10px;
        background: #0569BD;
        opacity: 1;
        bottom: 45px;
    }

    65% {
        width: 7px;
        height: 7px;
        bottom: 0px;
        width: 15px;
    }

    80% {
        width: 10px;
        height: 10px;
        bottom: 20px;
    }

    100% {
        width: 7px;
        height: 7px;
        background: #007fff;
        border: 0px solid #222;
        bottom: 18px;
    }
}

@keyframes secFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.8;
    }
}

.outsourcing-message {
    width: 100%;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 200;
    margin-top: 35px;
    text-align: start;
}

.outsourcing-contact-us {
    color: #fff;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.outsourcing-contact-us:hover {
    color: #fff;
    box-shadow: inset 100px 0 0 0 #0569bd;
}

.outsourcing-sec-two {
    padding: 50px 50px 50px;
    background: #fff;
}

.who-inner {
    max-width: 1088px;
    margin: 0 auto;
}

.who-col-message {
    padding-left: 30px;
    width: 44%;
    font-size: 32px;
    line-height: 1.55;
    font-weight: 600;
}

.who-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.title-section {
    position: relative;
    line-height: 1;
    padding-left: 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.title-section::before {
    display: block;
    content: '';
    background: #000;
    width: 5px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
}

.who-col-text {
    width: calc(100% - 486px);
    padding-top: 44px;
    padding-left: 70px;
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: 0.02em;
    text-align: justify;
}


/* SECTION WHAT */
.what {
    padding: 0px 30px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.bg-gray-wrapper {
    background: #fff;
    position: absolute;
}

.bg-gray-wrapper.bg-01 {
    left: 0;
    top: 0;
    width: 37.3%;
    height: 650px;
}

.bg-gray-wrapper.is-active {

    background: #0069ba00;
}

.bg-gray-wrapper {
    background: #fff;
    position: absolute;
}

.bg-gray-wrapper.bg-01.animation1.is-active:before {
    animation: img-wrap1 0.7s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    animation-delay: 0.7s;
}

.what-inner {
    position: relative;
    z-index: 2;
    max-width: 1366px;
    margin: 0 auto;
}

.what-lead-wrapper {
    max-width: 1108px;
    margin: 15px auto;
}

.what-inner .title-section {
    font-weight: 600;
    margin-left: 30px;
}

.title-section {
    position: relative;
    line-height: 1;
    padding-left: 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.title-section::before {
    display: block;
    content: '';
    background: #000;
    width: 5px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
}

.what-lead {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0;
    padding-left: 30px;
    width: 85%;
    margin-bottom: 70px;
    font-weight: 600;
}

.what-row.row-01 {
    max-width: 1108px;
    margin: 0 auto 10px;
}

.what-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 200px;
}

.what-row.row-01 .what-col-image {
    margin-left: -1%;
}

.what-col-image {
    width: 41%;
    position: relative;
    z-index: 1;
}

.what-col-image-inner {
    position: relative;
}

.what-col-image.animation2 img,
.what-col-image.animation4 img,
.what-col-image.animation5 img,
.what-col-image.animation18 img,
.what-col-image.animation19 img,
.what-col-image.animation20 img {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 0.7s;
    transition-delay: 0.5s;
}

.what-col-image.animation2.is-active img,
.what-col-image.animation4.is-active img,
.what-col-image.animation5.is-active img,
.what-col-image.animation18.is-active img,
.what-col-image.animation19.is-active img,
.what-col-image.animation20.is-active img {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.what-col-detail {
    width: 40.5%;
}

.what-col-title {
    font-size: 35px;
    line-height: 2.5rem;
    letter-spacing: 0;
    margin-bottom: 18px;
    font-weight: 650;
}

.what-col-message {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
    font-weight: 500;
}

.what-col-text {
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: 0.02em;
}

.what-row.row-02 {
    max-width: 1108px;
    margin: 0 auto 10px;
}

.what-row.row-02 .what-col-image {
    width: 60%;
    margin-right: -12%;
    order: 1;
    padding-top: 0px;
    margin-top: -35px;
}

.what-col-image {
    width: 41%;
    position: relative;
    z-index: 1;
}

.what-col-image-inner {
    position: relative;
}

.what-row.row-02 .what-col-num {
    right: auto;
    bottom: auto;
    top: -29%;
    left: 1%;
}

.what-row.row-03 {

    margin: 0 auto 10px;
}

.what-col-image.animation2.is-active .what-col-num,
.what-col-image.animation4.is-active .what-col-num,
.what-col-image.animation5.is-active .what-col-num {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.what-col-image.animation2 .what-col-num,
.what-col-image.animation4 .what-col-num,
.what-col-image.animation5 .what-col-num {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 0.7s;
    transition-delay: 0.7s;
    display: none;
}

.what-col-num {
    color: #0068ba;
    font-size: 11.5vw;
    position: absolute;
    right: -10%;
    bottom: -40%;
}

.bg-gray-wrapper.bg-02 {
    right: 0;
    bottom: 100px;
    width: 34%;
    height: 900px;
}

.bg-gray-wrapper.bg-02.animation3.is-active:before {
    animation: img-wrap2 0.7s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.submit-banner-form {
    width: 100%;
    background: #ffffff00;
    border-radius: 50px;
    border: 3px solid #ffffff6b !important;
    margin-top: 10px;
    transition: all 0.25s ease;

}

.submit-banner-form:hover {
    animation: sdb 2s;
}

@keyframes img-wrap1 {
    0% {
        width: 100%;
        transform: translateX(0%);
    }

    50% {
        width: 50%;
        transform: translateX(50%);
    }

    100% {
        width: 0%;
        left: 100%;
        transform: translateX(100%);
    }
}

@keyframes img-wrap2 {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 0%;
        right: 100%;
    }
}

.number-inc {
    color: #0068ba;
    text-align: center;
    font-weight: 400;
    padding: 30px;
}

.number-animate {
    font-size: 6.5vw;
    font-weight: 400;
}

.results {
    background-image: url(../../../../../wp-content/themes/efutures/assets/images/services/map1.png);
    background-repeat: no-repeat;
    background-position: top 1px left 1px;
    padding: 0px 100px 20px;
    text-align: center;
    background-position: center;
    background-size: cover;
}

.results-inner {
    max-width: 1020px;
    margin: 0 auto;
}

.results .title-section {
    display: inline-block;
    margin-bottom: 37px;
}

.title-section {
    position: relative;
    line-height: 1;
    padding-left: 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.results .title-block {
    margin-bottom: 55px;
}

.title-block {
    position: relative;
    line-height: 1;
    font-size: 40px;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}

/* HOW SECTION */
.flex-container {
    display: flex;
    flex-wrap: nowrap;
}

.mockup_v2__img_box {
    position: relative;
    width: 100%;
    left: -5px;
    top: 100px;
    flex: 0 50%;

}

.mockup_v2--apple_macbook_air .mockup_v2__area {
    top: 6.1%;
    height: 82.9%;
    width: 78%;
}

.mockup_v2--iphone_11_pro_max .mockup_v2__area {
    top: 4.2%;
    height: 91.5%;
    width: 83.3%;
}

.mockup_v2__area {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.mockup_v2__screenshot {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.mockup_v2__screenshot_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.mockup_v2__device_img {
    position: relative;
    max-width: 100%;
    border-radius: 17px;
}

.how {
    text-align: center;
    padding: 50px 100px 70px;
    position: relative;
    background: #fff;
}

.title-section::before {
    display: block;
    content: '';
    background: #000;
    width: 5px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
}

.title-block {
    position: relative;
    line-height: 1;
    font-size: 40px;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
    font-weight: 700;
}

.how-block {
    margin-top: 98px;
    flex: 0 50%;
}

.how-list-wrapper {
    position: relative;
}

.how-list {
    text-align: left;
}

.how-list-item.is-active {
    opacity: 1;
}

.how-list-item {
    position: relative;
    transition: all 1.5s ease;
    opacity: 0;
    transition-delay: 0.2s;
}

.how-list-title {
    position: relative;
    font-size: 20px;
    line-height: 1.5;
    padding-left: 78px;
    z-index: 2;
    margin-bottom: 6px;
}

.how-list-item:nth-child(1) .how-list-title::before {
    content: '1';
}

.how-list-item:nth-child(2) .how-list-title::before {
    content: '2';
}

.how-list-item:nth-child(3) .how-list-title::before {
    content: '3';
}

.how-list-item:nth-child(4) .how-list-title::before {
    content: '4';
}

.how-list-item:nth-child(5) .how-list-title::before {
    content: '5';
}

.how-list-title::before {
    display: block;
    content: '0';
    background: #0068ba;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    border: 7px solid #ffffff6b;
}

.how-list-line {
    position: absolute;
    top: 0;
    left: 25px;
    width: 1px;
    height: 0%;
}

.how-list-line::after {
    display: block;
    content: '';
    background: url(../../../../../wp-content/themes/efutures/assets/images/line.png) repeat-y center top;
    background-size: 1px;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0%;
}

.how-list-innerlist {
    padding-left: 78px;
    padding-bottom: 40px;
    transition: all 2s cubic-bezier(0.61, 0.09, 1, 0.65);
    opacity: 1;
    transition-delay: 0.2s;
}

.how-list-innerlist.is-active {
    opacity: 1;
}

.how-list-innerlist>li {
    position: relative;
    font-size: 13px;
    line-height: 1.6;
    padding-left: 10px;
    color: #959595;
}

.how-list-innerlist>li::after {
    display: block;
    content: '';
    background-color: #1476f2;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 100%;
}

ul {
    list-style-type: none;
}

.line {
    position: absolute;
    top: 0;
    left: 58px;
    margin: auto;
    width: 1px;
    height: 0;
    background: url(../../../../../wp-content/themes/efutures/assets/images/line.png) repeat-y center top;
    background-size: 1px;
}

.header-09__small_mockup,
.header-65__small_mockup {
    position: absolute;
    z-index: 150;
    width: 20%;
    right: 5%;
    bottom: 42.7%;
}

.animation17 {
    opacity: 0;
    transition: all 2s cubic-bezier(0.61, 0.09, 1, 0.65);
    transition-delay: 0.2s;
}

.animation17.is-active {
    opacity: 1;
}

.what-development {
    padding: 0px 30px;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin-bottom: 35px;
}

.what-development-lead {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    width: 85%;
    margin-bottom: 30px;
}

.what-col-development-text {
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: 0.02em;
    width: 78%;
}

.mobile-app__block {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    align-content: stretch;
}

.mobile-app__block--left {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    padding-top: 50px;
}

.mobile-app__block--left ul:not(.mobile-logo) li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    text-transform: unset;
    color: #323232;
    padding: 10px 0 11px 50px;
}

.mobile-app__block--left ul:not(.mobile-logo) li:before {
    content: "";
    position: absolute;
    background-image: url(../../../../../wp-content/themes/efutures/assets/images/Group_70.svg);
    width: 30px;
    height: 30px;
    left: 0;
}

.mobile-app__block--right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 0px;
    margin-left: 29px;
}

.mobile-app__block--right img {
    width: 100%;
}

.mobile-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    align-content: stretch;
    margin-top: 0;
    max-width: 100%;
}

.mobile-logo li {
    padding-left: 0;
    padding-right: 75px;
}

.mobile-logo li img {
    /* filter: grayscale(1); */
    object-fit: contain;
    width: 100px !important;
    height: 70px;
    transition: all 0.4s cubic-bezier(0.61, 0.09, 1, 0.65);
    /* opacity: 0.5; */
}

.mobile-logo li img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.column--flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.outsourcing-contact-us-last {
    color: #1969BD;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    padding: 10px;
}

.outsourcing-contact-us-last:hover {
    box-shadow: inset 100px 0 0 0 #0569bd;
}

.get-touch-sec {
    background-color: #015dd3;
    padding: 55px !important;
}

.who-main-sec-text {
    text-align: center;
    font-size: 150px;
    color: #0569bd;
    font-family: Montserrat;
    font-weight: 900;
}

.get-touch-sec-h1 {
    color: #fff !important;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    letter-spacing: -10px;
}

.get-touch-sec-dots {
    padding-top: 60px;
    display: grid;
    place-content: center;
}

.get-touch-sec-h2 {
    font-weight: bolder;
    color: #fff;
    margin-top: 20px;
}

.get-touch-sec-p {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.dots-sec-two {
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    background-color: #fff;
    border-radius: 100px;
    margin: 15px 0px;
}

.dots-sec-three {
    width: 2rem;
    height: 15rem;
    margin: .5rem;
    background-color: #fff;
    border-radius: 0px;
    margin: 15px 0px
}

.contact-wrap {
    background: rgb(95 154 201 / 30%);
    border-radius: 10px;
    margin-top: 135px;
    width: 80%;
    float: right;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    margin-bottom: 71px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group input,
.form-group textarea {
    border: none;
}

.kv-scroll {
    padding-top: 45px;
    letter-spacing: 0.06em;
    font-size: 15px;
    text-align: start;
    width: 100%;
}

.kv-scroll a {
    position: relative;
    color: #fff;
    padding: 13px 0 15px 60px;
    padding-left: 60px;
    line-height: 1;
}

.kv-scroll-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all 0.25s ease;
}

.kv-scroll-circle::after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #fff;
}

.kv-scroll a:hover .kv-scroll-circle {
    border: 10px solid #ffffff78;
    background-color: #0068ba;
    -webkit-animation: sdb 2s;
    animation: sdb 2s;
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(0, 8px);
    }

    40% {
        transform: translate(0, 0);
    }

}

.number-client-span {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.get-touch-sec-p,
.get-touch-sec-h2 {
    text-align: start;
}

/* Media 768PX */
@media screen and (max-width: 1280px) {

    .who {
        padding: 62px 36px;
    }

    .who-row {
        display: block;
    }

    .who-col-message {
        padding-left: 0;
        width: 100%;
        font-size: 20px;
        line-height: 1.6;
        font-weight: 600;
    }

    .title-section {
        margin-bottom: 8px;
    }

    .who-col-text {
        width: 100%;
        padding-top: 25px;
        padding-left: 0;
        line-height: 1.5;
    }

    .contact-wrap {
        width: 100%;
        margin-top: 100px;
    }

    /* .main-outsourcing .box .role {
        width: 70%;
    } */

    .what {
        padding: 60px 0 0;
    }

    .bg-gray-wrapper.bg-01 {
        width: 69%;
        height: 460px;
    }

    .what-inner .title-section {
        margin-left: 36px;
        font-weight: 600;
    }

    .what-lead {
        width: 100%;
        font-size: 28px;
        letter-spacing: 0;
        padding-left: 36px;
        margin-bottom: 40px;
        font-weight: 600;
    }

    .what-row.row-01 {
        margin-bottom: 0;
    }

    .what-row.row-01 .what-col-image {
        padding-left: 36px;
        margin-left: 0;
    }

    .what-col-detail {
        width: 100%;
        padding-left: 36px;
        padding-right: 36px;
    }

    .what-col-title {
        font-size: 24px;
        letter-spacing:0;
        margin-bottom: 15px;
    }

    .what-col-message {
        font-size: 16px;
        letter-spacing: 0.02em;
        margin-bottom: 15px;
    }

    .what-col-text {
        letter-spacing: 0;
    }

    .what-row.row-02 {
        margin-bottom: 0;
    }

    .what-row.row-02 .what-col-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding-top: 30px;
    }

    .what-row.row-02 .what-col-num {
        top: -10.8vh;
        left: 12px;
    }

    .what-row.row-02 .what-col-detail {
        padding-left: 36px;
    }

    .what-col-title {
        font-size: 24px;
        letter-spacing:0;
        margin-bottom: 15px;
    }

    .what-col-message {
        font-size: 16px;
        letter-spacing: 0.02em;
        margin-bottom: 15px;
    }

    .what-col-text {
        letter-spacing: 0;
    }

    .what-row.row-03 {
        margin-bottom: 0;
    }

    .what-row.row-03 .what-col-image {
        width: 102%;
        padding-left: 0;
        padding-right: 36px;
        margin-left: -2%;
        margin-bottom: 25px;
        padding-top: 70px;
    }

    .what-row.row-03 .what-col-detail {
        padding-top: 0;
    }

    .bg-gray-wrapper.bg-02 {
        bottom: 14.2%;
        width: 69%;
        height: 750px;
    }

    .bg-gray-wrapper.is-active {
        overflow: hidden;
    }

    .what-row {
        display: block;
        margin-bottom: 45px;
        overflow: hidden;
    }

    .what-col-num {
        font-size: 96px;
        right: -22%;
        bottom: -12%;
        display: none;
    }

    .what-col-image {
        width: 100%;
        margin-bottom: 40px;
    }

    .results {
        padding: 55px 36px 35px;
    }

    .results .title-section {
        margin-bottom: 18px;
    }

    .results .title-block {
        margin-bottom: 35px;
    }

    .results-row {
        display: block;
    }

    .results-col {
        width: 100%;
    }

    .results-text {
        padding-top: 5px;
        font-size: 15px;
    }

    .results-col {
        width: 100%;
    }

    .results-num b {
        font-size: 150px;
    }

    .results-text {
        padding-top: 5px;
        font-size: 15px;
    }

    .results-col {
        width: 100%;
    }

    .results-text {
        padding-top: 5px;
        font-size: 15px;
    }

    .number-client-span {
        font-size: 15px;
    }

    .number-animate {
        font-size: 11.5vw;
    }

    .kv-scroll {
        display: none;
        padding-top: 48px;
    }

    .mobile-app__block {
        display: block;
    }

    .what-development-lead {
        width: 100%;
    }

    .what-col-development-text {
        width: 100%;
    }

    ul.mobile-logo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 0px;
        padding-left: 0;
        display: flex;
        place-content: center;

    }

    .mobile-logo li {
        padding: 30px;
        flex: 0 0 90px;
    }

    .how {
        padding: 55px 36px;
    }

    .how .title-section {
        margin-bottom: 17px;
    }

    .how .title-block {
        margin-bottom: 10px;
    }

    .how-image {
        width: 87%;
        margin: 0 auto;
    }

    .how-block {
        padding-left: 0;
        margin-top: 5px;
    }

    .flex-container {
        display: block;
    }

    .header-09__small_mockup,
    .header-65__small_mockup {
        bottom: 0;
    }

    .how-block {
        margin-top: 170px;
    }

    .mockup_v2__img_box {
        top: 30px;
    }

    .get-touch-sec-dots {
        padding-top: 0px;
    }
}

img.icon-img-cover-cloud {
    object-fit: contain;
    aspect-ratio: 3;
    width: 20%;
    margin: 2px;
    margin-top: 35px;
    
}
img.icon-img-cover {
    display: block;
    position: absolute;
    margin-top: -28%;
}

.service-header-logo{
    margin-left: -30px; 
    margin-bottom: 20px;
    display: block;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {

    img.icon-img-cover {
        margin-top: -38%;
        width: 20%;
        height: auto;
    }

    .main-outsourcing .box .title h1 {
        font-size: 34px;
        margin-bottom: 18px;
    }

    .main-outsourcing .box .role p {
        font-size: 30px;
    }

    .who-main-sec-text{
        font-size: 85px;
        letter-spacing: -6px;
    }
/* 
    .col-md-2.mobile-get-touch.get-touch-sec-dots {
        visibility: hidden;
    } */
    .what-col-image-inner img{
        max-width: 65%;
    }
    .number-animate {
        font-size: 7.5vw;
    }
    .mockup_v2__screenshot_img {
        width: 85%;
       
    }
    .mockup_v2__device_img { 
        max-width: 85%;
    }

}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape){
    .what-col-image-inner img{
        max-width: 65%;
    }
    .number-animate {
        font-size: 7.5vw;
    }
    .mockup_v2__screenshot_img {
        width: 85%;
       
    }
    .mockup_v2__device_img { 
        max-width: 85%;
    }

  }

@media (min-width: 320px) and (max-width: 767px) {
    img.icon-img-cover {
        margin-top: -35%;
        width: 20%;
        height: auto;
    }
    .main-outsourcing .box .title{
        margin-top: 100px;
    }

    .main-outsourcing .box .title h1 {
        font-size: 36px !important;
        margin-bottom: 0 !important;
        text-align: left;
    }

    .main-outsourcing .box .role p {
        font-size: 30px;
    }
    .service-header-logo{
        margin-left: -22px;
    }

    .mobile-get-touch {
        display: none;
    }
    .what-col-image-inner img{
        max-width: 100%;
        height: auto;
    }
}

.enterpice_responce .wpcf7-response-output {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
}

#pageHeaderTitle {
    margin: 2rem 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
}

/* Cards */
.postcard {
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}

.postcard.dark {
    background-color: #18151f;
}

.postcard.light {
    background-color: #e1e5ea;
}

.postcard .t-dark {
    color: #18151f;
}

.postcard a {
    color: inherit;
}

.postcard h1,
.postcard .h1 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.postcard .small {
    font-size: 80%;
}

.postcard .postcard__title {
    font-size: 1.75rem;
}

.postcard .postcard__img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.postcard .postcard__img_link {
    display: contents;
}

.postcard .postcard__bar {
    width: 50px;
    height: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}

.postcard .postcard__text {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.postcard .postcard__preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
}

.postcard .postcard__tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    margin: 20px 0 0 0;
    padding: 0;
    justify-content: center;
}

.postcard .postcard__tagbox .tag__item {
    display: inline-block;
    background: rgba(83, 83, 83, 0.4);
    border-radius: 3px;
    padding: 2.5px 10px;
    margin: 0 5px 5px 0;
    cursor: default;
    user-select: none;
    transition: background-color 0.3s;
}

.postcard .postcard__tagbox .tag__item:hover {
    background: rgba(83, 83, 83, 0.8);
}

.postcard:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 1;
    border-radius: 10px;
}

.postcard:hover .postcard__bar {
    width: 100px;
}

@media screen and (min-width: 769px) {
    .postcard {
        flex-wrap: inherit;
    }

    .postcard .postcard__title {
        font-size: 2rem;
    }

    .postcard .postcard__tagbox {
        justify-content: start;
    }

    .postcard .postcard__img {
        max-width: 300px;
        max-height: 100%;
        transition: transform 0.3s ease;
    }

    .postcard .postcard__text {
        padding: 3rem;
        width: 100%;
    }

    .postcard .media.postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        background: #18151f;
        top: -20%;
        height: 130%;
        width: 55px;
    }

    .postcard:hover .postcard__img {
        transform: scale(1.1);
    }

    .postcard:nth-child(2n+1) {
        flex-direction: row;
    }

    .postcard:nth-child(2n+0) {
        flex-direction: row-reverse;
    }

    .postcard:nth-child(2n+1) .postcard__text::before {
        left: -12px !important;
        transform: rotate(4deg);
    }

    .postcard:nth-child(2n+0) .postcard__text::before {
        right: -12px !important;
        transform: rotate(-4deg);
    }
}

@media screen and (min-width: 1024px) {
    .postcard__text {
        padding: 2rem 3.5rem;
    }

    .postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        top: -20%;
        height: 130%;
        width: 55px;
    }

    .postcard.dark .postcard__text:before {
        background: #18151f;
    }

    .postcard.light .postcard__text:before {
        background: #e1e5ea;
    }
}



.postcard .postcard__tagbox .bluec.play:hover {
    background: #0076bd;
}

.bluec .postcard__title:hover {
    color: #0076bd;
}

.bluec .postcard__bar {
    background-color: #0076bd;
}

.bluec::before {
    background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.bluec:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}


@media screen and (min-width: 769px) {
    .bluec::before {
        background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }

    .bluec:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }
}

.case_height {
    height: 360px;
}

.twolines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top1p {
    top: 1px;
}


.showResponse{
    animation: show-in 10s !important; 
}
.contact-wrap .wpcf7-response-output {
    transition: all 3s ease-out;
}
