/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

/* navbar end */




@media (max-width: 576px) {
    .header .single-widget {
        display: none !important;
    }
    .col-div-20 {
		width: 50% !important;
	}

    .stats-section {
        padding: 50px 15px;
    }

}



@media (max-width: 768px) {
    .header .top-bar .content li span {
        display: none;
    }
    .header .logo h2 {
        margin: 0;
        font-size: 20px;
        font-weight: bold;
    }
    .header .logo p {
        margin: 0;
        font-size: 14px;
    }
    .header .logo h6 {
        font-size: 15px;
    }

    .header .logo img {
        width: 50px;
    }
    .header .header-top .logo {
        text-align: left;
        margin-bottom: 20px;
        float: unset;
        display: flex;
    }
    .header .button-widget {
        text-align: center;
    }

    .header .header-widget {
        float: unset;
        display: flex;
        justify-content: center;
    }

    .slider-section .slider-img {
        aspect-ratio: 16/12;
        object-fit: cover;
    }

    .dp_head{
       display: block;;
        flex-direction: unset;
    }
    .dp_head .head_content{
        margin-left: 13px;
        width: 100%;
    }
    .dp_head .head_image img {
        width: 100%;
    }

    .m-botm{
        margin-top: 20px;
    }
    .m-botm5{
        margin-top: 5px;
    }
    .header-top1 .phone_div {
        margin-top: 8px;
    }

    .footerp1 {
        align-items: center;
        justify-content: center;
    }
    .footerp2 {
        align-items: center;
        justify-content: center;
    }
    .stay-caption h4{
        font-size: 18px;
    }
    .contact-num h4{
        margin-top: 10px;
        font-size: 18px;
    }
    .stats-section .about-content h1 {
        margin-top: 10px;
    }

    .CounterSection1 .counterBox {
        margin-bottom: 30px;
    }
    .FacultySection1 .cardBtn a .dSpan{
        margin-right: 20px;
    }

    .header-top1 .phone_div .phone_header .fa_icon {
        font-size: 7px;
        width: 16px;
        height: 16px;
    }
    .header-top1 .phone_div .phone_header .title_phone .pnone_title{
        display: none;
    }
    .TopSection1 .member .memberImg img {
        width: 60%;
    }
    .AboutSection1 .DescDiv h1 {
        font-size: 20px;
    }
    .AboutSection1 .DescDiv p {
        font-size: 16px;
    }
    .AboutSection1 .ImageDiv img {
        width: 50%;
    }
    .FacultySection2 .card .card-title {
        padding-bottom: 0px;
        height: 20px;
        margin-bottom: 0;
        font-size: 12px;
    }
    .FacultySection2 .card .card-body {
        padding: 9px;
    }
    .FacultySection2 .cardBtn a {
        padding: 5px 0px 5px 0px;
        font-size: 12px;
    }
    .FacultySection2 .cardBtn {
        margin-top: 5px;
        padding-top: 5px;
        padding: 0px 10px 0px 10px;
    }
    .FacultySection2 .cardBtn a .ISpan {
        right: 7px;
        font-size: 8px;
        padding: 3px;
        height: 18px;
        width: 18px;
    }
    .oneTitle, .oneTitle2 {
        margin-bottom: 20px !important;
    }
    .oneTitle h2,.oneTitle2 h2  {
        font-size: 28px;
    }
    .CounterSection1 .counterBox i {
        font-size: 24px;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        line-height: 48px;
    }
    .CounterSection1 .counterBox .data h2 {
        margin-top: 10px;
        font-size: 30px;
    }
    .NewsSection1 .card .card-title {
        height: unset;
    }
    .footerLink .colLink {
        padding-left: 10px;
        padding-right: 10px;
    }
    .footerLink a {
        font-size: 12px;
    }
    .corner-box .corner-img img {
        min-width: 200px;
        margin-right:unset;
        width: 100%;
    }

}




@media (max-width: 992px) {
    .navbar-nav .nav-item {
        border: none;
        padding: 0;
    }

    .navbar-nav .dropdown-toggle::after {
        float: right;
        background: #ffc122;
        padding: 5px;
        color: #fff !important;
        transition: all .3s;
    }

    .navbar-nav .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }

    .navbar .navbar-brand {
        display: block !important;
    }

    button:focus:not(:focus-visible) {
        outline: 0;
        z-index: 11;
    }


}


@media (min-width: 576px) {

	.col-div-20 {
		width: 50% !important;
	}

}



@media (min-width: 768px) {

	.col-div-20 {
		width: 25% !important;
	}
    .col-div-25 {
		width: 33% !important;
	}

}


@media (min-width: 992px) {

	.col-div-20 {
		width: 20% !important;
	}
    .col-div-25 {
		width: 25% !important;
	}

}
