
.brand-shape {
    position: absolute;
    top: 0px;
    left: -15px;
    width: 90% !important;
    max-width: 596px;
    
}
.brand-shape-bg {
    position: absolute;
    top: 0;
    left: 0;
}
._brand {
    position: relative;
    z-index: 1;
    max-width: 275px !important;
    margin-top: 70px;
    margin-left: 140px;

}

.main-page-lt {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* background:url(../img/main-page-bg.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    /* filter: grayscale(100%); */
    position: relative;
}
.main-page-lt-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: grayscale(100%);
    background:url(../img/main-page-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.main-page-lt-bg:hover {
    filter: grayscale(0%);
    /* -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); */
}

.main-page-lt img {
    width: 100%;
}
.main-page-lt .img-bg {
    width: 100%;
}


._footer {
    width: 100%;
    min-height: 175px;
    background: #2C62BC;
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    color: #ffffff;
    padding: 21px;
    position: relative;
    
}
._footer .item-lt {
    padding: 30px 21px;
    max-width: 370px;
}
.headline {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}


._footer .thread {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 1024px;
    width: 100%;
}

.wave-eft {
    position: absolute;
    bottom: calc(100% - 1px);
    right: 0;
}

/*------------------------------------------
  1.0 Buttons
------------------------------------------*/

.btn {
    font-weight: 300;
    border: 1px solid transparent;  
    padding: .5rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #2C62BC;
}
.btn-box-hover {
    position: relative;
    z-index: 1;
    -webkit-transition: all cubic-bezier(.37,.68,.27,.71) .4s;
    -o-transition: all cubic-bezier(.37,.68,.27,.71) .4s;
    transition: all cubic-bezier(.37,.68,.27,.71) .4s;
}
.btn-box-hover:hover {
    color: #ffffff;
}
.btn-box-hover:hover::after {
    width: 100%;
}
.btn-box-hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #2C62BC;
    -webkit-transition: all cubic-bezier(.37,.68,.27,.71) .4s;
    -o-transition: all cubic-bezier(.37,.68,.27,.71) .4s;
    transition: all cubic-bezier(.37,.68,.27,.71) .4s;
    z-index: -1;
}

.btn-wht {    
    background-color:rgba(255, 255, 255, 0);;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.btn-box-hover-wht {
    position: relative;
    z-index: 1;
    -webkit-transition: all cubic-bezier(.37,.68,.27,.71) .4s;
    -o-transition: all cubic-bezier(.37,.68,.27,.71) .4s;
    transition: all cubic-bezier(.37,.68,.27,.71) .4s;
}
.btn-box-hover-wht:hover {
    color: #ffffff;
}
.btn-box-hover-wht:hover::after {
    width: 100%;
}
.btn-box-hover-wht::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    -webkit-transition: all cubic-bezier(.37,.68,.27,.71) .4s;
    -o-transition: all cubic-bezier(.37,.68,.27,.71) .4s;
    transition: all cubic-bezier(.37,.68,.27,.71) .4s;
    z-index: -1;
}



@media (max-width: 575.98px) { 

    ._brand {
        position: relative;
        z-index: 1;
        max-width: 175px !important;
        margin-top: 40px;
        margin-left: 45px;
    }
    ._footer  {
        flex-direction: column;
    }
    ._footer .item-lt {
        padding: 10px 21px;
        width: 100%;
    }
    .wave-eft {
        position: absolute;
        bottom: calc(100% - 1px);
        right: 0;
    }
}