@charset "utf-8";
/**
 * @author https://www.cosmosfarm.com/
 */


@media (min-width: 992px) {

    .latest-gallery-style-three,
    .latest-gallery-style-three .slide {
        height: 400px;
    }
}

.latest-gallery-style-three .slide {
    position: relative;
}

.latest-gallery-style-three .slide .slide__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    background-size: cover !important;
    background-position: center !important;
}

.latest-gallery-style-three .slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.latest-gallery-style-three .slide .slide__content--headings {
    text-align: center;
    color: #FFF;
}

.latest-gallery-style-three .slide .slide__content--headings h2 {
    font-size: 2rem;
    margin: 10px 0;
    line-height: 1.2;
}

.latest-gallery-style-three .slide .slide__content--headings .animated {
    transition: all .5s ease;
}

.latest-gallery-style-three .slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.latest-gallery-style-three .slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.latest-gallery-style-three .slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.latest-gallery-style-three .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.latest-gallery-style-three .slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all .3s ease;
}

.latest-gallery-style-three .slick-dots li button:hover,
.latest-gallery-style-three .slick-dots li button:focus {
    outline: none;
}

.latest-gallery-style-three .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.latest-gallery-style-three .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 5px;
    padding: 0;
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.latest-gallery-style-three .slick-dots li button:hover,
.latest-gallery-style-three .slick-dots li button:focus {
    opacity: 1;
}

.latest-gallery-style-three .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.latest-gallery-style-three .stick-dots .slick-dots li button:hover,
.latest-gallery-style-three .stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.latest-gallery-style-three .stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.latest-gallery-style-three .stick-dots .slick-dots li.slick-active button:hover,
.latest-gallery-style-three .stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    animation-name: zoomInImage;
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    animation-name: zoomOutImage;
}
