/* ========= common css ====== */
section{
    padding: 50px 0;
}
.mt-2{
    margin-top: 20px;
}
.title3 {
	font-size: 20px;
	font-weight: bold;
}
.title2 {
	font-size: 30px;
	font-weight: bold;
}
.text-white{
    color: #fff !important;
}
.ab-img img{
    width: 100%;
}

/* =================== pages css =============== */

.banner-swiper .swiper-button-next, .banner-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}
.top-nav {
	display: flex;
	justify-content: space-between;
    width: 100%;
}

.banner-swiper .swiper-button-next::after, .banner-swiper .swiper-button-prev::after {
	font-size: 20px;
    font-weight: bold;
}
.banner-swiper .swiper-wrapper{
    height: 500px;
}
.banner-swiper .swiper-slide img{
    width: 100%;
}
#banner .container-fluid{
    padding: 0;
}
.news-info a {
	background-color: #F4F4F4;
	padding: 10px 20px;
	display: block;
	margin-bottom: 12px;
	border-left: 8px solid #2B96CC;
    color: #656565;
   
}
.news-info a:hover{
    border-left: 11px solid #2B96CC;
    transition: 0.1s;
}
#sub-footer .row {
	align-items: center;
}
.block-heading-six {
	text-align: center;
	margin-bottom: 50px;
}
.team-member {
	border: 1px solid;
}

.info-blocks-in h3 {
	padding: 10px 0;
}





.menu-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
}

.menu-column {
     display: flex;
flex-wrap: wrap;
/* Adjust the gap as needed */
}

.menu-item {
    flex: 1 0 calc(25% - 20px); /* Adjust the width and margin as needed */
    max-width: calc(25% - 20px); /* Limit maximum width to maintain 4 columns */
    transition: transform 0.3s ease-in-out;
    margin: 0 10px 20px 0; /* Adjust the margin as needed */
}
#gallery-1 .card {
	height: 180px;
}
.menu-item img {
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
}

.menu-item-content {
    padding: 20px;
}

.menu-filter {
    text-align: center;
    margin-bottom: 30px;
}

.menu-filter button {
    margin: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
    transition: background-color 0.3s ease-in-out;
}

.menu-filter button:hover {
    background-color: #0056b3;
}
#contactForm .control-group{
    margin-bottom: 10px;
}
.newsinfo > div img{
    width: 100%;
    height: 250px;
}
.newsinfo {
    position: relative;
	height: 100%;
	background: #fff;
    padding-bottom: 50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.news-wrap {
	padding: 10px 10px 20px;
}
.news-btn {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 25%);
	bottom: 30px;
}
.details-img img {
	width: 50%;
}
.news-details-info {
	margin-bottom: 50px;
}

.faculty-table {
	margin: 40px auto;
}
.faculty-table th {
	background-color: #2B96CC;
	color: #fff;
    border: 1px solid #2b96cc !important
}

.faculty-table th, td {
	padding: 5px 40px;
    border: 1px solid black;
}
.contact-wrapper i {
	background: black;
	color: #fff;
	padding: 14px;
	border-radius: 50%;
}
.contact-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.contact-wrapper p {
	font-size: 18px;
	color: b;
}
.contact-wrapper a {
	color: #656565;
}
.align-items-center{
    align-items: center !important;
}
.contact-page iframe {
    width: 100%;
}