#layerslider {
    max-width: 100% !important;
    position: relative;
    background: url(../img/slide.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#layerslider .ls-content {
    left: 10% !important;
}

#layerslider .text-box h2 {
    font-weight: 700;
    font-size: 3rem;
    -webkit-text-stroke: 1px;
    line-height: 57px;
}

#layerslider .text-box .btn_theme_secondary,
#layerslider .text-box .btn_theme_tertiary {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 10px 20px !important;
    margin-top: 3rem !important;
    max-width: 220px;
}

#layerslider .btn_theme_primary {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 10px 20px !important;
    margin-top: 3rem !important;
    max-width: 220px;
}

#layerslider .text-box .btn_theme_tertiary {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 10px 20px !important;
    margin-top: 3rem !important;
    max-width: 350px;
    background-color: #ffffff73;
}

#layerslider .text-box .btn_theme_tertiary:hover {
    background-color: var(--color-secondary);
}

#layerslider .ls-slide .ls-l {
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100% !important;
}




@media (max-width: 1299px) {
    #layerslider .ls-content {
        left: 9% !important;
    }
}

@media (max-width: 991px) {
    #layerslider .text-box h2 {
        font-weight: bolder;
        font-size: 2.2rem;
        line-height: 35px;
    }

    #layerslider .ls-content {
        left: 9% !important;
        top: 10% !important;
    }

    #layerslider .text-box .btn_theme_tertiary,
    #layerslider .text-box .btn_theme_secondary {
        margin: 1rem .6rem 0 0 !important;
        display: inline-block;
    }
}

@media (max-width: 768px) {
    #layerslider .text-box h2 {
        font-weight: bolder;
        font-size: 2rem;
        line-height: 30px;
    }

    #layerslider .text-box .btn_theme_tertiary,
    #layerslider .text-box .btn_theme_secondary {
        margin: 1rem .6rem 0 0 !important;
        font-size: 1rem;
        display: inline-block;
    }

    #layerslider .text-box h2 {
        font-weight: bolder;
        font-size: 1.8rem;
        line-height: 30px;
    }
	#layerslider .text-box .btn_theme_tertiary, #layerslider .text-box .btn_theme_secondary{display:none;}
	#layerslider .btn_theme_primary{display:none;}


}

@media (max-width: 499px) {
	
	#layerslider .text-box .btn_theme_tertiary, #layerslider .text-box .btn_theme_secondary{display:none;}
	
	#layerslider .text-box h2 {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    -webkit-text-stroke: 0px;
    padding-top: 90px;
}
	
	#layerslider {
    max-width: 100% !important;
    position: relative;
    background: url(../img/slide.jpg);
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
	
	#layerslider .btn_theme_primary{display:none;}


}