/* Hero Block style */
section.leap-slider {
    position: relative;
    padding: 200px 0;
    background-image: url(../../images/leap-slider-bg.png);
    background-size: 100% auto;
    background-position: center;
}
.leap-slider-slides {
    position: relative;
    z-index: 2;
}
.leap-slider-nav {
    position: relative;
    width: 70px;
    margin-top: -50px;
    z-index: 9;
}
.leap-slider-prev, .leap-slider-next {
    background-image: url(../../images/slide-left-black.svg);
    background-position: center;
    height: 25px;
    width: 25px;
    background-size: contain;
    position: static;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
}
.leap-slider-next {
    background-image: url(../../images/slide-right-black.svg);
    float: right;
}
.leap-slider-prev:hover, .leap-slider-next:hover {
    opacity: .5;
}
.leap-slider-slides button.slick-prev.slick-arrow,
.leap-slider-slides button.slick-next.slick-arrow{
    display: none !important;
}
.leap-slide-in {
    display: flex;
    justify-content: space-between;
}
.leap-slide-left {
    width: 35%;
    padding-bottom: 50px;
}
.leap-slide-right {
    width: 435px;
    margin-right: 10%;
    position: relative;
    display: flex;
    align-items: center;
}
.leap-slide-right img {
    border-radius: 50%;
    width: 435px;
    height: 435px;
    object-fit: cover;
    transition: all 0.6s ease;
}
.leap-slide-right img.animation-activate{
    transform: scale(.8);
}
.leap-slider-slides p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 2em;
}
.leap-slider-slides p span {
    color: #97BF13;
}
.leap-slider-slides h4 {
    margin-bottom: 60px;
}
.leap-slider-slides h2 span{
    color: #97BF13;
}
.leap-slider-animation-out {
    position: absolute;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.leap-slider-animation {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    transition: all 0s ease;
}
.leap-slider-animation.animation-activate {
    transform: rotate(-180deg);
    transition: all 0.6s ease;
}



@media (max-width:1566px) {
    .leap-slider-animation-out {
        width: 50%;
        right: -15%;
    }
}

@media (max-width:1440px) {
}

@media (max-width:1380px) {
}

@media only screen and ( max-width: 1199px) {
    .leap-slider-animation-out {
        width: 60%;
        right: -15%;
    }
}

@media only screen and ( max-width: 961px) {
    section.leap-slider {
        padding: 150px 0;
    }
    .leap-slider-slides h4 {
        margin-bottom: 40px;
    }
    .leap-slide-right {
        width: 345px;
    }
    .leap-slide-right img {
        width: 345px;
        height: 345px;
    }
}

@media only screen and ( max-width: 768px) {
    section.leap-slider {
        padding: 60px 0;
    }
    .leap-slider-slides h4 {
        margin-bottom: 30px;
    }
    .leap-slide-in {
        flex-wrap: wrap;
    }
    .leap-slide-left {
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }
    .leap-slide-right {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-right: 0;
    }
    .leap-slide-right img {
        max-width: 100%;
    }
    .leap-slider-animation-out {
        display: none;
    }
    .leap-slider-nav {
        margin: 0 auto;
        text-align: center;
        margin-top: 40px;
    }
}

@media only screen and ( max-width: 560px) {

}