h3 {
    text-align: center;
    color: white;
}

li {
    list-style-type: none;
}

.sub-menu-1>ul {
    position: absolute;
    top: 38px !important;
    left: 0px !important;
    width: max-content;
    padding: 10px 8px;
    background-color: #dc3545;
}

.sub-menu ul {
    position: absolute;
    top: 0px;
    left: calc(99%);
    width: max-content;
    padding: 10px 8px;
    background-color: #dc3545;
    margin: 0px;
}

/* .sub-menu:hover ul{
display: block !important;
} */

.sub-menu-1:hover>ul {
    display: block;
}

.sub-menu-1 a:hover>ul {
    display: block !important;
}

.sub-menu-2:hover>ul {
    display: block;
}

.sub-menu-2 a:hover>ul {
    display: block;
}

/* .sub-menu-2 ul:hover>ul{
display: block;
} */


.sub-menu-3:hover>ul {
    display: block;
}

.sub-menu-3 a:hover>ul {
    display: block;
}

.sub-menu ul {
    display: none;
}

/* .sub-menu ul:hover{
display: block !important;
} */


.sub-menu li a:hover {
    background-color: rgb(183, 3, 3) !important;
    color: #ffe8d1 !important;
}

.sub-menu a {
    color: #ffe8d1 !important;
    font-weight: 600;
    font-size: 14px;
}

.sub-menu a:hover {
    color: #be0e1f !important;
}

.subSlideDiv {
    color: white;
    width: 20%;
    display: inline-block;
}

.carousel-control {
    text-decoration: none;
    font-size: 26px;
    font-weight: 100;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    left: 0px;
    width: 23px;
    height: 23px;
    line-height: 24px;
    border-radius: 14px;
}

.carousel-control.right {
    right: 0px;
    left: auto;
    -webkit-transition: left 1s ease;
    transition: left 1s ease;
}

.carousel {
    background-color: brown;
}

.row1 {
    width: 100%;
}

.navbar-form a {
    top: 10px;
}

.bot2 {
    float: right;
    line-height: 46px;
}

.dcenter {
    text-align: center;
}

.top2 {
    position: fixed;
    width: 100%;
}

/*     jhgbhj */
body {
    background: white;
    border: 0;
    /* font: 12px Arial, Helvetica, sans-serif; */
    /* color: #262523; */
    line-height: 18px;
    min-width: 320px;
}

.banners {
    background-color: white;
}

.carousel {
    background-color: white;
}

/*      */
.banners .banner .txt1 {
    height: 2em;
    font-size: 18px;
}

.button0 {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 28px;
}

.banners .banner .txt2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

#content {
    position: relative;
    z-index: 0;
}

.singleLine {
    font-size: 24px;
    color: white;
    font-family: "Times New Roman";
    font-weight: bold;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    /*opacity: -1;*/
    z-index: -1;
}

.banner1 {
    border: 1px solid green;
    border-radius: 5px;
    margin-bottom: 25px;
}

.banner1:hover {
    /*background-color: yellowgreen;*/
    background-color: #F9DABB;

}

.headName {
    font-size: 25px;
}

.banners {
    background-color: white;
    /*border: 1px solid deepskyblue;*/
    margin-top: 10px;
    border-radius: 5px;
}

.carousel-control {
    background: brown;
}

.nav-link {
    color: #ffead4 !important;
}