.ht-article-row-1 {
    background-image: url(../../assets/images/home-textile-image/home-textile.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ht-article-row-1 h1 {
    text-align: center !important;
    color: #fff !important;
    font-size: 40px !important;
    font-weight: 700 !important;
}

.ht-ar1-inner {
    background-color: #00000082 !important;
    padding: 100px 0 !important;
}

.ht-article-row-3 {
    padding: 30px 0 !important;
    background-color: #f4f0e9;
}

.ht-ar3-inner {
    padding: 0 10px !important;
}

.ht-article-row-3 h2 {
    color: #000 !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}

.ht-article-row-3 h4 {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    text-transform: capitalize;
    margin-bottom: 0 !important;
}

.ht-article-row-3 h6 {
    font-size: 16px !important;
    color: #474747 !important;
    margin-bottom: 0 !important;
}

.ht-article-row-2 {
    padding: 25px 50px;
}

.ht-article-row-2 .ht-ar2-inner>img {
    position: relative;
    width: 100%;
}

.ht-article-row-2 .ht-ar2-inner:hover .carousel {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.ht-article-row-2 .ht-ar2-inner .carousel {
    display: none;
}

.ht-article-row-2 .ht-ar2-inner .carousel .banner-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid;
    cursor: pointer;
    background-color: white;
    color: black;
}

.ht-article-row-2 .ht-ar2-inner .carousel .carousel-control-prev {
    left: 15px;
}

.ht-article-row-2 .ht-ar2-inner .carousel .carousel-control-next {
    right: 15px;
}

.ht-article-row-2 .col-md-4 {
    margin-bottom: 20px;
}


/* @media screen and (max-width: 995px), 
       screen and (max-height: 700px) {
  ...
} */



@media only screen and (max-width: 479px){
    .ht-article-row-2 .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ht-article-row-2 {
        padding: 15px 30px;
    }
}



@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ht-article-row-2 .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .ht-article-row-2 {
        padding: 20px 40px;
    }
}





@media only screen and (min-width: 768px) and (max-width: 991px) {

    .ht-article-row-2 .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ht-article-row-2 {
        padding: 15px 30px;
    }
}







@media only screen and (min-width: 992px) and (max-width: 1024px) {

    .ht-article-row-2 .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ht-article-row-2 {
        padding: 20px 40px;
    }
}





@media only screen and (min-width: 1024px) and (max-width: 1280px) {

    .ht-article-row-2 .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ht-article-row-2 {
        padding: 25px 50px;
    }
  
}
