* {
    font-family: 'Mali', cursive;
}

.carousel-item {
    height: 400px;
}

.carousel-image-1 {
    background-image: url('../img/slide/oldlogo.png');
    background-color: rgb(240, 240, 240);
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: cover; */
}

.carousel-image-2 {
    background-image: url('../img/slide/00.jpg');
    background-color: rgb(240, 240, 240);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.carousel-image-3 {
    background-image: url('../img/slide/01.jpg');
    background-color: rgb(240, 240, 240);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.carousel-image-4 {
    background-image: url('../img/slide/02.jpg');
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.carousel-image-5 {
    background-image: url('../img/slide/03.jpg');
    background-color: rgb(252, 249, 249);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.carousel-image-6 {
    background-image: url('../img/slide/04.jpg');
    background-color: rgb(240, 240, 240);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.carousel-image-7 {
    background-image: url('../img/slide/004.jpg');
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.carousel-image-8 {
    background-image: url('../img/slide/05.jpg');
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.carousel-image-9 {
    background-image: url('../img/slide/06.jpg');
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.carousel-image-10 {
    background-image: url('../img/slide/07.jpg');
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.carousel-image-11 {
    background-image: url('../img/slide/newlogo.png');
    background-color: rgb(240, 240, 240);
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: cover; */
}




hr.harborer {
    height: 4px;
    width: 100%;
    border-width: 1;
    color: green;
    background-color: green
}
div.dataTables_wrapper {
    width: 800px;
    margin: 0 auto;
}
