﻿.bg__img {
    background-image: url('../Images/new_home_img/opacity-img.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.logo_Ali {
    flex-direction: column;
}

.logo_heading {
    font-size: 48px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    color: #3e4095;
}

.logo_headtwo {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    color: #043368;
}

.nav-item {
    padding: 0px 5px;
}

.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);
}



.dropdown-item:hover {
    color: black !important;
}

.font__nav {
    color: white;
    font-size: 18px;
    font-weight: 500;
}

    .font__nav:hover {
        color: white;
    }

.dropdown__font {
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.drop-position {
    border: 2px solid #1d3a6a;
}

.down-arrow {
    font-size: 12px;
}

.bg_head2 {
    background-color: #043368;
}
/*  */
.img-height-baner {
    height: 300px;
}

.border-size {
    border: 3px solid slateblue;
}

.auditorium_hall {
    height: 25rem;
}
/* banner fix button */
.admission {
    font-size: 21px;
    background-color: #ff8700;
    color: white;
    padding: 14px 15px;
    border: none;
    font-weight: 500;
    text-decoration: none;
}

#mybutton {
    position: fixed;
    bottom: 180px;
    right: 10px;
    z-index: 11;
}

.admission:hover {
    background-color: white;
    color: slateblue;
    border: 2px solid slateblue;
}

.middle_bann {
    height: 30rem;
}
/* play as you learn */
.cloud__bg {
    background-color: #043368;
    background-image: url(/img/cloud.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 14px 20px;
}

.circle__cloud {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.font__cloud {
    font-size: 17px;
    line-height: 23px;
    text-align: justify;
}

.card-shadow {
    box-shadow: 0px 0px 10px 0px gray;
    height: 18rem;
}

.card-heading {
    background-color: #043368;
    color: white;
    padding: 8px;
}

.text_content {
    color: #043368;
}

.anchor-link {
    text-decoration: none;
    color: #043368;
    font-weight: 500;
}

.footer-bg {
    background-color: #d9dee3;
    padding: 15px 0px;
    font-size: 16px;
}

.footer-icon {
    font-size: 25px;
    color: #043368;
}

.font-icon {
    font-size: 28px;
    color: #043368;
}



.background_bnn {
    background-color: #043368;
}

.bg_Link {
    background-color: #fafafa;
}

.Anch_Link {
    text-decoration: none;
}

.Anch_Link2 {
    color: #007DC3;
    font-size: 18px;
}

.quik_head {
    color: #043368;
}

.quick_link-icon {
    width: 50%;
}

.about__bg {
    background-image: url('../Images/new_home_img/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.font_about {
    color: white;
    font-size: 18px;
}

.btn__admission {
    background-color: #043368;
    color: white;
}

@media(max-width: 425px) {
    .quick_link-icon {
        width: 24%;
    }

    .card-shadow {
        box-shadow: 0px 0px 10px 0px gray;
        height: 22rem !important;
    }
}



/* mobile code start */

.toggle-menu .arrow {
    position: absolute;
    display: block;
    height: 2px;
    background: #3e4095;
    width: 24px;
    right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .toggle-menu .arrow:nth-child(1) {
        top: 31px;
    }

    .toggle-menu .arrow:nth-child(2) {
        top: 24px;
    }

    .toggle-menu .arrow:nth-child(3) {
        top: 17px;
    }

.toggle-menu.active .arrow:nth-child(1) {
    top: 21px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.toggle-menu.active .arrow:nth-child(2) {
    background: transparent;
}

.toggle-menu.active .arrow:nth-child(3) {
    top: 21px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
}




.mobile_D {
    display: none;
}

@media(max-width: 990px) {
    .mobile_D {
        display: block;
    }
}

.logo_alignment {
    text-align: center;
}

@media (max-width: 990px) {
    .logo_alignment {
        text-align: start;
    }
}

.offcanvas-end {
    top: 73px;
    right: -2px;
    width: 100%;
}

@media (min-width: 990px) {
    .mobile_disp {
        display: none !important;
    }
}

@media (max-width: 990px) and (min-width: 550px) {
    .logo_media {
        width: 30%;
    }

    .offcanvas-end {
        top: 108px !important;
        right: -2px;
        width: 100%;
    }
}

.background_canvs {
    background-color: #3e4095;
}

@media(max-width: 990px) {
    .dropdown-item {
        color: #3e4095;
    }
}

@media (max-width: 800px) {
    .logo_heading {
        font-size: 26px;
        font-weight: bold;
        font-family: 'Times New Roman', Times, serif;
        color: #3e4095;
    }

    .logo_headtwo {
        font-size: 18px;
        font-weight: bold;
        font-family: 'Times New Roman', Times, serif;
        color: #043368;
    }
}
