.bg-lights {
    background-color: #ece0e0;
}



.text-justify {
    text-align: justify;
    padding-left: 5px;
    padding-right: 25px;
}

th {
    text-align: center;
}

td {
    padding: 2px;
    justify-content: left;
    font-size: 16px;
    font-weight: 600;
}

tr {
    padding: 30px;
    border-collapse: separate;
    text-align: left;

}

.registration-form {

    background-color: #fff;
    /* padding: 20px; */
    border-radius: 10px;
    width: 100%;
}

.registration-form h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.bg-white ul li {
    font-size: 17px;

}

.bg-whites p {
    font-size: 17px;

}

.registration-form input,
.registration-form select {
    width: 100%;
    padding: 5px;
    margin-bottom: 15px;
    border: 2px solid #969191;
    ;
    border-radius: 5px;
    margin-left: 30px;
}

.registration-form button {
    background-color: #1fa9f1;
    color: white;
    padding: 5px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

.registration-form button:hover {
    background-color: #0056b3;
}

.plus-size {
    font-size: 30pt;
    color: #424242 !important;
}

.per-size {
    font-size: 25pt;
    color: #424242 !important;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.media-body a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    /* background-color: #1f1f1e4d;
			padding: 8px; */
    padding-top: 10px;
    /* border: 1px solid #fff; */
    font-family: "Roboto Slab", serif !important;
    letter-spacing: 1px;
    font-weight: 600;
}

.media-body a:hover {
    color: #b6aeae;
    text-decoration: underline;
}

.media-body h3 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 600;
    font-size: 24px !important;
}

.bg-white {
    background: #fff;
    padding: 25px;

}

.bg-whites {
    background: #fff;
    margin-top: 20px;
    padding: 10px;
}

.bg-whites h2 {
    color: #1c649c;
    font-weight: 700;
    font-size: 24px;

}


.bg-white h3 {
    color: #1c649c;
    font-weight: 700;
    font-size: 24px;
}

li::marker {
    color: #e52e1e;
}

/* .content-section ul li {
            font-size: 17px;
            color: #3f3f3f;
        } */

.content-section .container {
    /* width: 55%; */
}

.missionimage {
    width: 80%;
}

.missionimage {
    width: 83%;

}

.nepben {
    max-height: 80vh;
    height: 100%;
}

@media (max-width:768px) {
    .missionimagediv {
        text-align: center;
    }

    .missionimage {
        width: 60% !important;
        text-align: center;
    }

    .nepimage {
        width: 60% !important;
        text-align: center;
    }

    .bread {
        margin-top: 10px !important;
        font-size: 1.5rem;
    }
}