/*Slider Start*/
#welcome  .owl-item .item {
    width: 100%;
    height: 100%;
    background-position: left;
    background-size: cover;
    animation: slideImage 25s linear infinite;
}

@keyframes slideImage {
    0% {
        background-position: left;
        transform: scale(1);
    }

    100% {
        background-position: right;
        transform: scale(1.2);
    }
}

@media(min-width: 992px) {
    #welcome  .owl-item .item {
        animation: slideAndZoom 25s linear infinite;
    }

    @keyframes slideAndZoom {
        0% {
            background-position: left;
            transform: scale(1);
        }

        100% {
            background-position: right;
            transform: scale(1.2);
        }
    }
}

.owl-item {
    opacity: 1;
    overflow: hidden;
    transition: opacity 1s ease-in-out;
}

.owl-item.fadeOut {
    opacity: 0;
}

.owl-carousel .owl-dots .owl-dot span {
    border-radius: 50%;
    background-color: transparent;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #fff;
}

#welcome {
    height: 100%;
    background-color: #fff;
}

#welcome .owl-item img {
    object-fit: cover;
}

#welcome .owl-stage,
#welcome .owl-item,
#welcome .owl-stage-outer,
#welcome .owl-item img {
    height: 100%;
}

#welcome .owl-dots {
    position: absolute;
    bottom: 20px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}

.projects-section .v-button.letter-spacing-4.font-12 {
    text-transform: uppercase;
}

.tp-revslider-mainul {
    height: 100% !important;
    max-height: unset !important;
}

#welcome_wrapper {
    height: calc(100dvh - 70px) !important;
    max-height: 800px;
}

@media(min-width:992px) {
    #welcome_wrapper {
        margin-top: 0;
        min-height: 600px !important;
        max-height: 70vh !important;
    }
}

.rev_slider {
    height: 100% !important;
}
/*Slider End*/

/*Founder Section Start */
.founder{
    border-top: 1px solid #ddd;
    background: #0e2b40;
    margin-top: 100px;
    padding-bottom: 60px;
    padding-top: 60px;
}

.founder .container-fluid .section-content .row > div{
    display:flex;
    justify-content:center;
    align-items:center;
}

.founder .container-fluid .section-content .row > div .wt-left-part{
    width:75%;
    text-align:center;
}

.founder .container-fluid .section-content .row > div .wt-left-part .text-white p{
    margin:0;
    font-size: 14px;
}

.founder .container-fluid .section-content .row > div .wt-left-part .text-white a{
    color: #FFF;
}

/*Founder Section End */

/*Projects Page Start */
.wt-img-effect-projects .wt-img-effect img{
    aspect-ratio: 24 / 38 ;
    object-fit: cover;
}
/*Projects Page End */
