body {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.top-school-name {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}

.affilation {
    font-size: 16px;
    color: #fff;
}
.navbar-css {
    /*    background-color: #3c4095;*/
    /* border-top-left-radius: 120px; */
    /* border-top-right-radius: 120px; */
    /*    border: 1px solid #ffb903;*/
    /* border-radius: 100px; */
    padding: 0px;
}

@media (max-width: 768px) {
    .navbar-css {
        border-radius: 0px;
    }
}

nav.navbar.navbar-expand-lg {
    /* position: absolute;
    z-index: 3;
    width: 100%;
    text-shadow: 1px 1px 2px #00000054; */
}

.carousel-item {
    height: 565px;
}

.carousel-item img {
    height: 565px;
}
@media (max-width: 768px) {
    .carousel-item {
        height: 210px;
    }
    
    .carousel-item img {
        height: 210px;
    }    
}

.carousel-inner.brithday-wishes .carousel-item {
    height: 108px;
}

.carousel-inner.brithday-wishes .carousel-item img {
    height: 108px;
}

.navbar-light .navbar-nav .nav-link {
    color: #3c4095;


}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffb903;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #ffb903;
}

.navbar-light .navbar-toggler {
    border: none;
    border-radius: 1px;
    background: #ffffffc7;
    padding: 2px 4px;
    margin-right: 10px;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 200px;
    width: 3%;
    height: 10%;
    align-items: center;
    background-color: #3f3f95;
    margin: 10px;
}

@media (max-width: 768px) {

    .carousel-control-next,
    .carousel-control-prev {
        top: 80px;
        padding: 4px;
    }
}

@media (max-width: 425px) {

    .carousel-control-next,
    .carousel-control-prev {
        top: 8px;
        width: 20px;
        height: 20px;
    }
}

.ri-border {
    border-right: 5px solid #FDCB0A;
}

@media (max-width: 768px) {
    .ri-border {
        border-right: none;
    }
}

a:hover {
    text-decoration: none;
}

.text-black {
    color: #000 !important;
}


@media (max-width: 768px) {
    form.form-inline {
        padding: 0px 10px;
    }
}

.btn.btn-theam {
    background-color: #3f3f95;
    color: #ffff;
    border-radius: 0;
    font-size: 14px;
}

.text-theam {
    color: #3f3f95;
}

.border-b-yallow {
    border-bottom: 1px solid #FFC107;
}

.border-top-left-radius {
    border-top-left-radius: 10px;
}

.border-top-right-radius {
    border-top-right-radius: 10px;
}

.border-bottom-left-radius {
    border-bottom-left-radius: 10px;
}

.border-bottom-right-radius {
    border-bottom-right-radius: 10px;
}

.event-design {
    display: flex;
    justify-content: space-between;
    box-shadow: 1px 1px 3px 0px #00000082;
    border-radius: 4px;
}

.event-date {
    border-radius: 4px;
    text-align: center;
    background-image: url(../assets/images/months_back.jpg);
    background-size: cover;
    width: 100px;
    height: 100px;
}

.event-date .months {
    font-size: 16px;
    margin-top: 14px;
}

.event-date .date {
    font-size: 22px;
    margin-top: 4px;
}

.event-descraption {
    padding: 8px;
    width: 80%;
}

footer.footer {
    padding: 2rem 0rem 2rem 0rem;
    background-color: #3c4095;
}

footer.footer-bottom {
    background-color: #353889;
    padding: 10px 0px;
    color: #fff;
}



.all-page-head {
    background-image: url(../assets/images/About-Us.jpg);
    background-size: cover;
}

.all-page-back {
    background-color: #3c40956e;
    padding: 80px 0px;
}

.list-circle {
    list-style-type: circle;
}

.bg-theam {
    background-color: #3c4095;
}

.text-white {
    color: #fff;
}

.dropdown:hover {
    display: block;
}

.dropdown-menu {
    border-radius: 0px;
    box-shadow: 0 10px 25px -5px rgb(0 0 0 / 25%);
    transition: cubic-bezier(0, 1.35, 1, 1.32) .25s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
}

.dropdown-menu.show {
    display: block;
    transition: cubic-bezier(0, 1.35, 1, 1.32) .25s;
    opacity: 1;
    transform: translateY(10px);
    visibility: visible;
}

.dropdown-menu:before {
    border-bottom: 11px solid rgba(0, 0, 0, .2);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 100%;
    margin-left: -80%;
    top: -11px;
}

.dropdown-menu:after {
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 100%;
    margin-left: -80%;
    top: -11px;
}

.mlz-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: auto;
}

.sk_button_contianer {
    margin: 0;
    width: 25%;
}

.home-btn {
    border: 1px solid #3c4095;
    padding: 8px 25px;
    border-radius: 50px;
    display: flex;
    position: relative;
    text-decoration: none !important;
    color: #000 !important;
    text-align: center;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.home-btn::after {
    content: "";
    width: 68px;
    height: 140%;
    /* background: #016131; */
    position: absolute;
    right: -17%;
    top: 30px;
    width: 15%;
    border-top: 1px solid #3c4095;
    border-right: 1px solid #3c4095;
}

.centered_image_box {
    width: 28%;
    margin: auto;
    text-align: center;
    position: relative;
}

.btn_spe {
    margin-top: 20px;
}

.btn_middle::before {
    content: "";
    position: absolute;
    border-top: 1px solid #3c4095;
    width: 22%;
    top: -15%;
    right: -39%;
    z-index: 10;
}

.lastBtn::after {
    content: "";
    border-right: none;
    border-left: none !important;
}

.right_container > .home-btn::after {
    border-left: 1px solid #3c4095;
    border-right: none;
    left: -17%;
}

.right_container > .btn_middle::before {
    left: -39%;
    right: auto;
}
.footer-link .nav-link{
display: contents;
}
.footer-link .nav-link {
    display: initial;
    color: #fff;
}
.footer-link .nav-link :hover{
    color: #FDCB0A;
}