.loading{
    position: fixed;
    left:0px;
    top:0px;
    background:rgba(250, 250, 255, 1);
    z-index: 999999999;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading p{
    letter-spacing: 10px;
}
.stars i{
    color:#fff200 !important;
}
.ltn__breadcrumb-area{
    margin-bottom: 70px;
}
.ltn__slide-item{
    background-position: center;
    background-size: cover;
}


@media (max-width: 991px) {
    .slide-title{font-size:40px !important}
    .ltn__about-us-area{
        padding-top:50px !important;
    }
}