.logo img {
    max-height: 120px;
}

.footer-bottom {
    color: #ffffff;
}

.main-slider h3 {
    position: relative;
}

.inner-box.wow.fadeIn.animated {
    transition: all .2s;
    border-radius: 10px !important;
    overflow: hidden;
}

.inner-box.wow.fadeIn.animated .image-box img {
    object-fit: cover;
}

.inner-box.wow.fadeIn.animated:hover {
    box-shadow: 0 0 15px 10px rgba(0,0,0,.1);
    transform: scale(1.1);
}

.inner-box.wow.fadeIn.animated .lower-content {
    padding: 15px 20px 0;
    height: 180px !important;
}

@media(max-width: 720px) {
    .tp-caption.sft.sfb.tp-resizeme.start {
        width: 100%;
    }
}
