<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Serivces Variant 6 css starts here */

.service-v6-single{
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-v6-single .image img{
    width: 100%;
    object-fit: contain;
    /* aspect-ratio: 1/1; */
}

.service-v6-single .caption{
    left:0;
    bottom: 0;
    top: auto;
    right:0;
    padding: 10% 0 5% 5%;
    background-image: linear-gradient(to top, rgba(0,0,0,0.5) , rgba(0,0,0,0));
    transition: all 0.2s ease-in;
}

.service-v6-single:hover &gt; .caption{
    bottom: -100%;
}

.service-v6-single .extra-info-hover{
    opacity: 0;
    bottom: 0;
    top: 0;
    right:0;
    left: -100%;
    z-index: 101;
    transition: opacity 0.6s ease-in;
    width: 100%;
    height: 100%;
    padding: 5px 20px;
}

.service-v6-single:hover .extra-info-hover{
    left: 0;
    opacity: 1;
}

.service-v6-single .extra-info-hover .caption-icons{
    padding-top: 10px;
}

.service-v6-single .extra-info-hover .caption-icons img{
    width: 45px;
}

.service-v6-single &gt; .background-hover{
    bottom: 0;
    top: 0;
    left: -100%;
    z-index: 100;
    background-color: #3879b7;
    transition: all 0.4s ease;
    width: 100%;
}

.service-v6-single:hover &gt; .background-hover{
    left: 0rem;
}

.service-v6-single .caption h3,
.service-v6-single .info-text h3 {
    margin: 0 0 10px 0;
}
.service-v6-single .caption p,
.service-v6-single .info-text p {
    margin-bottom: 5px;
}

.service-v6-single .caption-icons .icon-1{
    margin-right: 10px;
}


/* variant 10 css ends here */


/* exclude below */

.large-gap{
    margin : 150px 0;
}</pre></body></html>