html {
    overflow-y: inherit !important;
}

.mc-winkhire {
    font-size: 16px;
    color: #000;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-bottom: 20px;
}

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

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

figure {
    margin: 0;
}

.work-title {
    border-radius: 10px;
    background-color: #ffffff;
    display: inline-block;
    padding: 22px 39px 27px 40px;
    filter: drop-shadow(0px 14px 10.5px rgba(8, 110, 147, 0.32));
    margin-top: 30px;
    min-width: 273px;
}

.work-title::before {
    pointer-events: none;
}

.work-title span {
    font-size: 16px;
    color: #00afef;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.work-title h2 {
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    margin: 0;
    line-height: 34px;
    letter-spacing: 0.5px;
}

.left_title {
    font-size: 22px;
    color: #00afef;
    font-weight: 600;
    margin: 0 0 22px 0;
    font-style: italic;
}

.ipadeframe {
    display: none;
}

.main-section .desktop_view {
    width: 847px;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 8;
    cursor: pointer;
    left: -20px;
}

.main-section .desktop_view img {
    position: relative;
}

.main-section .desktop_view::before {
    background: url(../../images/case-study/winkhire/top-bkg.png) no-repeat left 0px top 0;
    background-size: cover;
    content: "";
    height: 515px;
    width: 816px;
    position: absolute;
    top: -54px;
    left: 16px;
    pointer-events: none;
}

.main-section .desktop_view::after {
    background: url('../../images/case-study/winkhire/laptop-lady.png') no-repeat left 0px top 0;
    background-size: cover;
    content: "";
    height: 559px;
    width: 202px;
    position: absolute;
    bottom: -17px;
    right: -112px;
    pointer-events: none;
}

.main-section .desktop_slide {
    position: absolute;
    top: 6%;
    left: 11.1%;
    right: 11.1%;
    bottom: 9%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
    animation: bgslide 25s infinite both;
    animation-play-state: paused;
}

.main-section .desktop_view:hover .desktop_slide {
    animation-play-state: running;
}

@keyframes bgslide {
    100% {
        background-position: left 100%;
    }
}

.desc {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.main-section {
    padding: 112px 0 0 0;
    background: url('../../images/case-study/winkhire/top-left-shape.png') no-repeat left -9px top 5px, url('../../images/case-study/winkhire/top-right-shape.png') no-repeat right -9px top 114px;
    background-size: 249px 872px;
    background-color: #f5f5f5;
}

.main-section .container {
    overflow: visible;
}

.main-info {
    text-align: center;
    max-width: 770px;
    margin: 0 auto;
}

.main-info .first {
    margin-top: 55px;
}

.main-info h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    margin: 35px 0 8px 0;
}

.main-info span.desc {
    margin-bottom: 93px;
    display: inline-block;
    width: 100%;
}

.mc-winkhire .overflow-visble {
    overflow: visible;
}

.wink_how {
    padding: 44px 0 38px 0;
}

.wink_how .slick-slide {
    outline: none !important;
}

.wink_how .how_inner {
    position: relative;
}

.wink_how .pull-right {
    float: right;
}

.wink_how .work-title {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.wink_how .work-title svg {
    position: absolute;
    bottom: 53px;
    left: 0;
    width: 203px;
    height: 362px;
}

.path {
    stroke-dasharray: 2px;
    stroke-dashoffset: 0;
    animation: dash 31s linear infinite;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.wink_how .how_content {
    margin-top: 184px;
    position: relative;
    z-index: 0;
}

.wink_how .desc {
    margin: 0 0 26px;
}

.wink_how .how_img {
    padding-top: 10px;
    padding-left: 10px;
}

.wink_how .slick-dots {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    display: inline-block !important;
    width: auto;
    height: auto;
    transform: translateY(-50%);
}

.wink_how .slick-dots li {
    display: block;
    margin: 0 0 12px;
    text-align: center;
}

.wink_how .slick-dots li button {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    filter: drop-shadow(0 0 4.5px rgba(0, 0, 0, 0.2));
    background-color: #d0d0d0;
    border: 1px solid #ffffff;
    padding: 0;
    float: none;
    display: inline-block;
}

.wink_how .slick-dots li.slick-active button {
    background-color: #00afef;
    height: 14px;
    width: 14px;
}

.wink_how .slick-dots li button::before {
    content: none;
}

.wink_feature {
    background-color: #5194ab;
    position: relative;
    padding: 154px 0 160px 0;
}

.wink_feature .features-left-shape {
    position: absolute;
    top: 0;
    bottom: 20px;
    margin: auto 0;
    left: -9px;
}

.wink_feature .features-right-shape {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 211px;
    margin: auto 0;
}

.wink_feature .work-title {
    position: absolute;
    top: -62px;
}

.wink_feature .work-title svg {
    position: absolute;
    top: 46px;
    left: 242px;
    width: 400px;
    height: 120px;
}

.wink_feature::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url('../../images/case-study/winkhire/top-shape-bkp.png') no-repeat left bottom / 100% 100%;
    height: 84px;
    content: "";
}

.wink_feature::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/case-study/winkhire/bottom-shape-bkp.png') no-repeat left bottom / 100% 100%;
    height: 81px;
    content: "";
}

.feature_block {
    text-align: center;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 33px 30px 12px 30px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.feature_block.min {
    /* min-height: 439px; */
    min-height: 340px;
}

.feature_block::before {
    content: "";
    height: 300px;
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #eaebeb;
    border-radius: 100%;
    top: -289px;
    margin: 0 auto;
}

.feature_block h2 {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    margin: 16px 0 9px 0;
}

.feature_block .desc {
    margin-bottom: 0;
}

.feature_block img {
    max-width: 64px;
}

.wink_strategy {
    background-color: #fff;
    position: relative;
    padding: 100px 0 34px 0;
    position: relative;
}

.wink_strategy .container>.work-title {
    position: absolute;
    top: -124px;
    z-index: 2;
}

.wink_strategy .container>.work-title svg {
    position: absolute;
    top: 22px;
    width: 396px;
    height: 223px;
    left: 177px;
}

.wink_strategy .container {
    overflow: visible;
}

.strategy_chart {
    border-radius: 10px;
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
}

.chart_image {
    padding: 90px 5px 0 0;
    text-align: center;
}

.chart_info .text-center {
    text-align: center;
}

.chart_info .text-left {
    text-align: left;
    margin-bottom: 56px;
    margin-left: 40px;
}

.chart_info .work-title svg {
    position: absolute;
    bottom: 60%;
    width: 493px;
    height: 167px;
    right: 89%;
}

.chart_info {
    position: relative;
    max-width: 1070px;
    margin: 104px auto 0 auto;
    padding: 40px 20px 0 20px;
}

.chart-top-one {
    position: absolute;
    right: 0;
    top: -48px;
    z-index: 2;
}

.chart-top-two {
    position: absolute;
    right: 0;
    top: -36px;
}

.chart-user {
    position: absolute;
    right: 0;
    z-index: 3;
    top: -95px;
}

.chart-bottom-one {
    position: absolute;
    left: 0;
    bottom: -151px;
    transform: rotate(180deg) !important;
    z-index: 0;
}

.strategy_inner {
    z-index: 1;
    position: relative;
}

.chart-bottom-two {
    position: absolute;
    left: 0px;
    transform: rotate(180deg) !important;
    bottom: -138px;
    z-index: 0;
}

.chart_info::before {
    content: "";
    width: 360px;
    height: 2px;
    background-color: #ced7da;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

.stratgy_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
    margin: 0 -15px;
}

.stratgy_row .hlaf-div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.stratgy_row .hlaf-div.left_strategy {
    padding: 0 80px 0 13px;
}

.stratgy_row .left_strategy.order-2 {
    order: 2;
    -ms-flex-order: 2;
    padding: 0 15px 0 80px;
}

.stratgy_row.align-items-center {
    align-items: center !important;
}

.chart_info .right_strategy h3 {
    font-size: 22px;
    color: #333333;
    margin: 0 0 30px;
    font-weight: 600;
}

.chart_info .right_strategy span {
    color: #00afef;
    font-size: 16px;
    border-top: 1px solid #00afef;
    padding-top: 2px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: normal;
}

.wink_crative {
    padding-bottom: 85px;
    z-index: 11;
    position: relative;
    background-color: #fff;
    margin-top: 30px;
}

.wink_crative .work-title {
    margin-bottom: 13px;
    margin-top: 0;
}

.wink_crative .work-title svg {
    position: absolute;
    top: 27px;
    width: 558px;
    height: 127px;
    left: 75%;
}

.wink_crative .container {
    overflow: visible;
}

.wink_crative .inner-container {
    position: relative;
    margin-top: 54px;
    margin-left: -180px;
    margin-right: -180px;
}

.wink_crative .desktop-mac {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 62%;
    padding-top: 35.8%;
    background: url('../../images/case-study/winkhire/desktop-mac.png') no-repeat center center / 100% 100%;
    pointer-events: none;
    z-index: 1;
    transform: translateX(-50%);
}

.wink_crative .deskotop-slider .slick-list {
    padding: 6.5% 0;
}

.wink_crative .deskotop-slider .slick-slide {
    position: relative;
    transition: transform 0.5s linear;
    padding-top: 4.44%;
    overflow: hidden;
    left: 5px;
}

.wink_crative .deskotop-slider .slick-slide:not(.slick-center) {
    cursor: pointer;
    z-index: 0;
    filter: blur(2px);
}

.wink_crative .deskotop-slider .slick-center {
    transform: scale(1.43);
    z-index: 1;
}

.wink_crative .deskotop-slider .slick-slide img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.testimonial {
    padding-top: 4px;
    padding-bottom: 88px;
}

.testimonial .work-title {
    float: right;
    margin-bottom: 40px;
}

.testimonial .work-title svg {
    position: absolute;
    top: 24px;
    width: 374px;
    height: 147px;
    right: 90%;
}

.testimonial .container {
    overflow: visible;
}

.testimonial .postion-relative {
    position: relative;
}

.testimonial .testimonial-lady {
    position: absolute;
    left: 2px;
    top: -99px;
}

.testimonial .testimonial-lady-hand {
    position: absolute;
    left: 112px;
    top: 24px;
    z-index: 11;
}

.testimonial .row-wrap {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
    width: 100%;
    padding: 29px 0 0 90px;
}

.testimonial .testimonial-box {
    position: relative;
    width: 100%;
    max-width: 479px;
    min-width: 479px;
    z-index: 1;
}

.testimonial .video-banner {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: 4px solid #325763;
}

.testimonial .video-banner img {
    width: 100%;
}

.testimonial .video-play {
    position: absolute;
    top: 50%;
    right: -30px;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: -25px 0 0 -30px;
    border-radius: 100px;
    background-color: #2b90ee;
}

.testimonial .video-play::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 2px 30px rgba(255, 255, 255, 0.24);
    background: rgba(198, 16, 0, 0);
    opacity: 1;
    animation: pulsate1 2s forwards infinite;
}

.testimonial .video-play i {
    line-height: 60px;
    font-size: 18px;
    color: #fff;
}

.testimonial .quote-wrap {
    position: relative;
    max-width: 600px;
    padding: 41px 61px 39px 39px;
    font-size: 14px;
    line-height: 22px;
    color: #fcfdfd;
    font-weight: 400;
    border-radius: 0 100px 100px 0;
    box-shadow: 3px 10px 20px rgba(0, 52, 74, 0.18);
    background-color: #325763;
}

.testimonial .quote-wrap p {
    margin-bottom: 21px;
}

.testimonial .quote-wrap .quote-left {
    position: absolute;
    left: 30px;
    top: -32px;
    width: 54px;
}

.testimonial .quote-wrap .quote-right {
    position: absolute;
    right: 129px;
    bottom: -22px;
    width: 54px;
}

.testimonial .quote-wrap .emoji {
    position: absolute;
    right: -75px;
    bottom: 29px;
    width: 79px;
    max-width: inherit;
}

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

    .chart-bottom-one,
    .chart-bottom-two {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .chart_image {
        padding: 50px 20px 0;
    }

    .chart-top-one {
        max-width: 150px;
        top: 0;
        right: 0;
    }

    .chart-top-two {
        right: 0;
        top: 0;
        max-width: 220px;
    }

    .main-info {
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
        position: relative;
        z-index: 9;
        margin-bottom: 30px;
    }

    .main-info span.desc {
        margin-bottom: 0;
    }

    .main-section {
        background-size: 120px 580px;
    }

    .chart_info .text-left {
        margin-left: 0;
    }

    .work-title {
        min-width: 10px;
    }

    .wink_crative .inner-container {
        margin-left: -30px;
        margin-right: -30px;
    }

    .wink_crative .deskotop-slider .slick-slide {
        padding-top: 5.2%;
        left: 1px;
    }

    .wink_crative .deskotop-slider .slick-list {
        padding: 7.2% 0;
    }

    .wink_crative .desktop-mac {
        padding-top: 35.8%;
    }

    body .video_play_popup .popup.animationOpen {
        display: block !important;
    }

    body .video_play_popup {
        z-index: 99999;
    }

    body .video_play_popup .popup .closeBtn {
        top: -16px;
        right: -16px;
        background: #000000;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
    }
}

@media screen and (max-width:991px) {
    .testimonial .row-wrap {
        flex-flow: column;
        max-width: 570px;
        margin: 0 auto;
        clear: both;
    }

    .testimonial .testimonial-box {
        margin: 0 auto;
    }

    .testimonial .quote-wrap {
        margin: 45px auto;
        border-radius: 100px;
        text-align: center;
        padding: 30px 40px;
    }

    .testimonial .video-play {
        right: initial;
        left: 50%;
    }

    .main-section .desktop_view {
        width: 100%;
        left: 0;
        text-align: center;
        max-width: 640px;
    }

    .main-section .desktop_view::after {
        height: 400px;
        width: 144px;
        right: -75px;
    }

    .main-section .desktop_view::before {
        height: 360px;
        width: 600px;
    }

    .wink_how .how_img {
        padding: 0 50px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        float: none;
    }

    .wink_how .how_img img {
        margin: 0 auto;
        text-align: center;
    }

    .wink_how .how_content {
        width: 100%;
        margin-top: 40px;
    }

    .wink_how .work-title {
        position: relative;
        margin-bottom: 40px;
    }

    .feature_block {
        min-height: 10px !important;
        padding-bottom: 30px;
    }

    .stratgy_row .hlaf-div.left_strategy {
        padding: 0 15px;
    }

    .testimonial .work-title svg {
        top: 54px;
        width: 240px;
        height: 90px;
    }

    .wink_crative .work-title svg {
        width: 318px;
        height: 70px;
    }

    .chart_info .work-title svg {
        width: 213px;
        height: 71px;
    }

    .wink_feature .work-title svg {
        width: 300px;
        height: 73px;
        left: 206px;
    }
}

@media screen and (max-width:767px) {
    .main-section .desktop_view {
        max-width: 500px;
    }

    .main-section .desktop_view::after {
        height: 300px;
        width: 108px;
        right: -55px;
    }

    .main-section .desktop_view::before {
        height: 250px;
        width: 450px;
    }

    .main-section {
        background-image: none;
    }

    .stratgy_row .hlaf-div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .stratgy_row .hlaf-div.left_strategy {
        text-align: center;
    }

    .stratgy_row .left_strategy.order-2 {
        order: inherit;
    }

    .wink_crative {
        padding-bottom: 20px;
    }

    .chart_info {
        margin: 34px auto 0 auto;
        padding: 20px 20px 0 20px
    }

    .work-title {
        padding: 15px 20px;
    }

    .wink_feature {
        padding: 100px 0;
    }

    .wink_strategy {
        padding: 40px 0;
    }
}

@media screen and (max-width:639px) {
    .desc {
        font-size: 14px;
        line-height: 22px;
    }

    .main-info .first {
        margin-top: 20px;
    }

    .main-section {
        padding: 50px 0 0 0;
    }

    .ipadeframe {
        display: inline-block;
    }

    .laptopframe {
        display: none;
    }

    .main-section .desktop_view {
        max-width: 345px;
    }

    .main-section .desktop_view::before {
        content: none;
    }

    .main-section .desktop_view::after {
        right: -94px;
    }

    .work-title h2 {
        font-size: 22px;
        letter-spacing: 0;
    }

    .work-title span {
        font-size: 15px;
        letter-spacing: 3px;
    }

    .chart-top-one,
    .chart-top-two {
        display: none;
    }

    .chart-user {
        top: -95px;
        max-width: 140px;
    }

    .chart_info .right_strategy h3 {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .testimonial .row-wrap {
        padding: 0;
    }

    .testimonial .testimonial-lady {
        left: -12px;
        top: -123px;
    }

    .testimonial .testimonial-lady-hand {
        top: -5px;
    }

    .testimonial .testimonial-box {
        min-width: 10px;
    }

    .testimonial .quote-wrap {
        padding: 20px 15px;
        border-radius: 10px;
    }

    .testimonial .quote-wrap .quote-left {
        left: 10px;
    }

    .testimonial .quote-wrap .quote-right {
        right: 10px;
    }

    .work-title:before {
        content: none !important;
    }

    .wink_feature .work-title svg {
        width: 170px;
        height: 47px;
        left: 120px;
    }

    .wink_strategy .container>.work-title svg {
        top: initial;
        width: 176px;
        height: 103px;
        left: 60px;
        bottom: -91px;
    }

    .wink_crative .work-title svg {
        width: 178px;
        height: 40px;
        top: 77px;
    }

    .testimonial .work-title svg {
        top: 70px;
        width: 210px;
        height: 70px;
        right: 30%;
    }
}

@media screen and (max-width:479px) {
    .main-section .desktop_view::after {
        content: none;
    }

    .main-section .desktop_slide {
        left: 10%;
        right: 10%;
    }
}