/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 01 2024 | 08:18:36 */
.img-fluid {
 max-width: 100%;
 height: 100%;
 object-fit: cover;
}

.img-fluid img {
 max-width: 100%;
 height: 100%;
 object-fit: cover;
}
.carousel-item img {
 max-height: 100vh; 
 object-fit: cover;
}
.carousel-item {
 max-width: 100%;
 height: 100%;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
}
.carousel-item img {
 max-width: 100%;
 height: 100%;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
}

.carousel-inner {
 height: 44em;
}

.carousel-inner2 {
 height: 60em;
}