
/*# sourceMappingURL=custom.min.css.map */

/* === padding === */
.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pl-1 {
    padding-left: 0.25rem !important;
}
.pr-1 {
    padding-right: 0.25rem !important;
}
.pl-2 {
    padding-left: 0.5rem !important;
}
.pr-2 {
    padding-right: 0.5rem !important;
}
.pl-3 {
    padding-left: 1rem !important;
}
.pr-3 {
    padding-right: 1rem !important;
}
.pl-4 {
    padding-left: 1.5rem !important;
}
.pr-4 {
    padding-right: 1.5rem !important;
}
.pl-5 {
    padding-left: 3rem !important;
}
.pr-5 {
    padding-right: 3rem !important;
}

/* === margin === */
.ml-0 {
    margin-left: 0rem !important;
}
.mr-0 {
    margin-right: 0rem !important;
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.ml-3 {
    margin-left: 1rem !important;
}
.mr-3 {
    margin-right: 1rem !important;
}
.ml-4 {
    margin-left: 1.5rem !important;
}
.mr-4 {
    margin-right: 1.5rem !important;
}
.ml-5 {
    margin-left: 3rem !important;
}
.mr-5 {
    margin-right: 3rem !important;
}

.short_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.short_desc_l1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.short_desc_l2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.short_desc_l4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


.object-fit-cover { object-fit: cover; }

.gallery-img {
transition: transform .25s ease;
cursor: zoom-in;
}
.gallery-img:hover {
transform: scale(1.06);
}

.remove-image-div .ratio { border-radius: .75rem; }

#lightboxCarousel img {
    max-height: 90vh;   /* keep inside screen */
    object-fit: contain;
}