.slider_overlay {
    background: rgb(237,230,222);
    background: linear-gradient(180deg, rgba(237,230,222,0) 52%, rgba(237,230,222,1) 95%);
    position: absolute;
    width: 100%;
    z-index: 11;
    bottom: 0px;
    height: 50%;
}

#header_slider_home {
    z-index: 0;
}


.slogan1{
    font-size: 60px;
    color: #515c4e;
    font-weight: 700;

}

.slogan2{
    font-size: 30px;
    color: #ede6de;
    font-weight: 600;
    line-height: 32px;

}

.slogan button{
    border: none;
    border-radius: 50px;
    padding: 5px 50px;
    margin-top: 20px;
    background: #4d555b;
}

.slogan button a{
    color:#fff;
    font-size:24px;
    text-decoration: none;
}

@media (max-width: 1199px) {

    #header_slider_home {

        position: relative;
        height: 350px;
        overflow: hidden;
    }


}

/* Small Devices, Tablets */
@media (max-width: 768px) and (max-width: 992px) {

    #header_slider_home {

        position: relative;
        height: auto;
        overflow: visible;
    }


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    #header_slider_home {

        position: relative;
        height: 450px;
        overflow: hidden;
    }


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {

    #header_slider_home {

        position: relative;
        height: 620px;
        overflow: hidden;
    }


}