.services-v2-section .row.row-full.nopad {
    padding-right: 74px;
}

.row:after, .row:before {
    content: ' ';
    display: table;
}

.row:after {
    clear: both;
}

.services-v2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    counter-reset: item;

    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}

.services-v2 ul li {
    width: 100%;
    border-right: 1px solid #000;
    overflow: hidden;
    height: 620px;
    transition: 0.4s ease;
}

.services-v2 ul li:before {
    content: "0" counters(item, "") "";
    counter-increment: item;
    font-family: inherit, sans-serif;
    position: absolute;
    left: -0.15em;
    left: 30px;
    top: 10px;
    font-weight: 700;
    font-size: 70px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.75);
    transition: 0.4s ease;
    z-index: 5;
}

.services-v2-title {
    position: absolute;
    left: 50px;
    transform-origin: left center;
    font-family: 'Helvetica';
    bottom: 28px;
    transform: rotate(-90deg);
    font-weight: 700;
    font-size: 35px;
    line-height: 0.9;
    text-transform: uppercase;
    color: #000000;
    width: 497px;
    transition: 0.4s ease;
    z-index: 4;
}

.services-v2-content {
    position: absolute;
    left: 180px;
    bottom: 60px;
    width: calc(100% - 180px - 40px);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease, visibility 0.1s ease;
}

.services-v2-content-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 0.9;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 20px;
}

.services-v2-content-text {
    max-width: 90%;
    font-size: 18px;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: -19px;
}

.services-v2 ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    opacity: 0;
    transition: 0.4s ease;
}

.object-fit {
    position: relative;
}

.object-fit > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.services-v2 ul li > img {
    opacity: 0;
    transition: 0.4s ease;
}


/* hover*/
.services-v2 ul li.active, .services-v2 ul li:hover {
    width: 342%;
}

.services-v2 ul li.active:before, .services-v2 ul li:hover:before {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.75);
}

.services-v2 ul li.active > img, .services-v2 ul li:hover > img {
    opacity: 1;
}

.services-v2 ul li.active .services-v2-title, .services-v2 ul li:hover .services-v2-title {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 1);
}

.services-v2 ul li.active .services-v2-content, .services-v2 ul li:hover .services-v2-content {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s 0.4s ease, visibility 0.4s 0.4s ease;
}



.services-v2 ul li.active:after, .services-v2 ul li:hover:after {
    opacity: 1;
}

/* RESPONSIVE */

@media only screen and (max-width: 1366px) {

    .services-v2-section .row.row-full.nopad {
        padding-right: 59px;
    }

    .services-v2-content {
        left: 22%;
        width: calc(100% - 22% - 40px);
    }
}

@media only screen and (max-width: 1320px) {
    .services-v2 ul li:before {
        font-size: 45px;
    }
    .services-v2-content-title {
        font-size: 44px;
    }
    .services-v2-content-title {
        font-size: 25px;
    }

    .services-v2 ul li {
        height: 560px;
    }

   

    .services-v2-title {
        width: 420px;
        left: 49px;
        bottom: 30px;
        font-size: 31px;
    }
    .services-v2-content {
        bottom: 40px;
    }

    
    .services-v2-content-text {
        max-width: 100%;
        margin-bottom: 0px;

        p {
            margin-bottom: 0 !important;
        }
    }

}

@media only screen and (max-width: 1199px) {
    
}

@media only screen and (max-width: 1023px) {
    .services-v2 ul {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .services-v2 ul li {
        height: 100px;
        border-right: none;
        border-bottom: 1px solid #000;
    }

    .services-v2 ul li.active, .services-v2 ul li:hover {
        width: 100%;
        height: 460px;
    }

    .services-v2-title {
        width: calc(100% - 90px - 80px);
        left: 140px;
        bottom: auto;
        top: 35px;
        transform: rotate(0deg);
    }

    .services-v2-content {
        left: 90px;
        width: calc(100% - 90px - 40px);
    }
}

@media only screen and (max-width: 768px) {

        .services-v2-section .row.row-full.nopad {
        padding-right: 0px;
    }
}

@media screen and (max-width: 639px) {
    .services-v2-section .row.row-full.nopad {
        padding-right: 0px;
    }

    .services-v2 ul li:before {
        font-size: 48px;
        top: 10px;
        
    }

    .services-v2 ul li.active, .services-v2 ul li:hover {
        height: 440px;
    }

    .services-v2-title {
        width: calc(100% - 90px);
        padding-right: 30px;
        left: 123px;
        /* top: 31px; */
        top: 28px;
        font-size: 22px;
    }

    .services-v2-content {
        left: 40px;
        width: calc(100% - 60px);
    }

    .services-v2-content-title {
        font-size: 30px;
    }

    .services-v2-content-text {
        margin-bottom: 20px;
        font-size: 15px;
    }

    
}


