.tmpl-home.title {
    position: absolute;
    top: 40%;
    left: 20%;
}

.tmpl-home.title h1 {
    font-weight: 100;
}

.tmpl-home.title a {
    margin-top: 20px;
    padding: 14px 50px;
    color: #fff;
    background-color: #0075cf;
    display: inline-block;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875em;
    text-decoration: none;
    transition: background 0.5s;
}

.tmpl-home.title a:hover {
    background-color: #35373f;
}



/* LG */
/* ---------------------------- */
@media (max-width: 1199.98px) {

}

/* MD */
/* ---------------------------- */
@media (max-width: 991.98px) {


}

/* SM */
/* ---------------------------- */
@media (max-width: 767.98px) {
    

}


/* XS */
/* ---------------------------- */
@media (max-width: 575.98px) {
    
    .tmpl-home.title {
        top: 30%;
        left: 10%;
    }


}