
@media (min-width: 320px) and (max-width: 360px){
    .llogo span {
        font-size: 30px;
        margin-left: 0;
    }
    #demo .carousel-inner img{
        object-fit: cover;
        object-position: 30% 0;
    }
    .hctxt {
        left: 10%;
        right: 10%;

    }
    .hctxt h2 {
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
        margin: 15px 0px;
    }
    .hctxt p {
        display: inline-block;
        padding: 6px 5px;
        text-align: center;
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 25px;
    }
    .banner-txt {
        margin: 0px 0px;
        line-height: 35px;
        font-size: 16px;
    }
    .web-btn {
        padding: 12px 20px;
        margin: 30px auto 0;
        font-size: 13px;
    }
}

@media (min-width: 361px) and (max-width: 480px){
    .llogo span {
        font-size: 40px;
        margin-left: 0;
    }
    #demo .carousel-inner img{

        object-fit: cover;
        object-position: 30% 0;
    }
    .hctxt {
        left: 10%;
        right: 10%;

    }
    .hctxt h2 {
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
        margin: 20px 0px;
    }
    .hctxt p {
        display: inline-block;
        padding: 6px 5px;
        font-size: 20px;

        margin-bottom: 30px;
        text-align: center;
        line-height: 30px;
    }
    .banner-txt {
        margin: 0px 0px;
        line-height: 35px;
        font-size: 16px;
    }
    .web-btn {
        padding: 12px 20px;
        margin: 30px auto 0;
        font-size: 13px;
    }
}


@media (min-width: 481px) and (max-width: 577px) {
    #demo .carousel-inner img{
        object-fit: cover;
        object-position: 40% 0;
    }
    .llogo span {
        font-size: 35px;
        margin-left: 0;
    }
    .hctxt {
        left: 12%;
        right: 12%;
        top: 8%;
    }
    .hctxt h2 {
        font-size: 22px;
        line-height: 35px;
        font-weight: normal;
        margin: 30px 0px;
    }
    .hctxt p {
        font-size: 22px;
        display: inline-block;
        padding: 6px 5px;
        text-align: center;
        margin-bottom: 30px;
        line-height: 35px;
    }
    .banner-txt {
        margin: 0px 0px;
        line-height: 35px;
        font-size: 18px;
    }
    .web-btn {
        padding: 12px 25px;
        margin: 30px auto 0;
    }
}

@media (min-width: 578px) and (max-width: 767px){
    .llogo span {
        font-size: 50px;
        margin-left: 0;
    }
    #demo .carousel-inner img{
        object-fit: cover;
        object-position: 10% 0;
    }
    .hctxt h2 {
         margin-bottom:0px;
        font-size: 22px;
        line-height: 35px;
        font-weight: normal;
    }
    .hctxt {
        left: 12%;
        right: 12%;
        top: 10%;
    }
    .hctxt p {
        padding: 10px 10px;
        font-size: 18px;
        line-height: 25px;
        margin: 20px 0px;
    }
    .banner-txt {
        margin: 10px 0px;
    }

}

@media (min-width: 768px) and (max-width:991px) {

    .hctxt h2 {
        margin-bottom:0px;
        font-size: 25px;
        line-height: 35px;
    }
    .hctxt {
        left: 12%;
        right: 12%;
    }
    .hctxt p {
        padding: 10px 10px;
        font-size: 18px;
        line-height: 25px;
    }
    .banner-txt {
        margin: 10px 0px;
    }
    .web-btn {

        font-size: 20px!important;
    }

}

@media (min-width: 992px) and (max-width:1199px){
    .web-btn {

        font-size: 20px!important;
    }
}

@media (min-width: 1200px) and (max-width:1299px){
    .web-btn {

        font-size: 20px!important;
    }
}

@media only screen and (max-width: 767px) {}



