#hero_slider .slide {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*padding-top: 90px;*/
    overflow: hidden;
    min-height: 320px;
}

#hero_slider .slide .container{

    min-height: 320px;
}

#hero_slider .slide>div>div {
    height: 600px;
    vertical-align: bottom;
}

#hero_slider .slide>div>section>div {
    padding: 90px 0;
    max-width: 875px;
    margin: 0 auto;
}

#hero_slider .slide h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: 400;
    display: block;
    
}

#hero_slider .slide h2 strong {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    line-height: 1.1em;
    margin:0 0 20px 0;
    text-align: center;
    display: block;
    letter-spacing: 1.5px;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 60%)
}

#hero_slider .slide p {
    margin-bottom: 30px;
    font-size: 18px;
}

#hero_slider .slide a.btn {
    margin-right: 15px;
    margin-bottom: 3px;
    padding: 25px 40px;
    border: 0;
    font-size: 18px;
    min-width: 310px;
}

#hero_slider .slide img {
    opacity: 0;
    margin-left: -30px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#hero_slider .slide section {
    overflow: visible;
}

#hero_slider .slide section>div>div {
    margin-left: -90px;
    margin-right: 90px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#hero_slider .active .slide section>div>div {
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
}
#hero_slider .active .slide img {
    opacity: 1;
    margin-left: 0;
}

#hero_slider .slide .ico {
    margin-left: 15px;
}

#hero_slider .owl-controls {
    top: 50%;
    height: 0;
}


@media screen and (max-width: 600px) {
    #hero_slider .slide h3 {
        font-size: 30px;
        line-height: 1.45em;
    }
    #hero_slider .slide a.btn {
        min-width: 200px;
    }
}

@media screen and (min-width: 768px) {
    #hero_slider .slide .container{

        min-height: 480px;
    }

    #hero_slider .slide h2 strong {
        font-size: 56px;
    }

    #hero_slider .slide p {
        font-size: 22px;
    }


}

@media screen and (min-width: 1200px) {
    #hero_slider .slide .container{

        min-height: 690px;
    }

    #hero_slider .slide p {
        font-size: 30px;
    }

}