/*scroll*/
::selection {
	background: #895ffc;
	color: #fff;
	text-shadow: none;
}

::-webkit-scrollbar {
	width: 6px;
	background-color: #fff;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	display: none;
}

::-webkit-scrollbar-track-piece {
	background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
	border-radius: 0px;
	background-color: #1866A5;
}

/*body*/
.overflw {
	overflow: hidden;
}

[class^="box-"] {
	display: none
}

[class^="box-"].showfirst {
	display: block
}

img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all 0.4s ease-In-out;
	-moz-transition: all 0.4s ease-In-out;
	-o-transition: all 0.4s ease-In-out;
	transition: all 0.4s ease-In-out;
}

p {
	line-height: 1.4;
}

body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font-family: 'Lora', serif;
	background-color: #fff;
}

ul {
	list-style-type: none;
	margin-bottom: 0% !important;
	padding-left: 0% !important;
}

/* Hamburger Menu */
.menu-Bar {
	width: 30px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	right: 3vw;
	top: 0;
	bottom: 0px;
	margin: auto;
	z-index: 22;
	display: none;
}

.menu-Bar span {
	display: block;
	height: 4px;
	width: 100%;
	background: #000;
	position: absolute;
	transition: .6s all;
	border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
	top: 0;
}

.menu-Bar span:nth-child(2) {
	top: 8px;
	transform-origin: left;
}

.menu-Bar span:nth-child(3) {
	top: 16px;
}

.menu-Bar.open span {
	background: #fff;
}

.menu-Bar.open span:nth-child(1) {
	transform: rotate(45deg);
	top: 12px;
	transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
	width: 0;
	opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
	transform: rotate(-45deg);
	top: 12px;
	transform-origin: right-center;
}

/* header */
.top-nav {
	background-color: #1866A5;
	padding: 15px 0px;
}

.top-nav>ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 40px;
}

.top-nav>ul a {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}

.top-nav>ul a {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}

.main-header {
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.main-header .logo {
	width: 330px;
	display: block;
}

.main-header .menu {
	gap: 45px;
}

.main-header .menu>li {
	position: relative;
	padding: 40px 0px;
}

.main-header .menu a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.main-header .menu a>img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 6px;
	display: inline-block;
}

.new-sub-menu {
	display: block;
	position: absolute;
	top: 65px;
	left: 13%;
	transform: translateY(0) translateX(-30%);
	z-index: 30;
	background-color: #FFF;
	color: #000;
	width: 250px;
	padding: 10px 0px;
	border: 1px solid #ccc;
	opacity: 0;
	pointer-events: none;
	transition: transform .3s ease-in,
		opacity .3s ease-in;
	border-radius: 2px;
}

.new-sub-menu li {
	border-bottom: 1px solid #F1F1F1;
}

.new-sub-menu li:last-child {
	border-bottom: none;
}

.main-header .menu li:hover .new-sub-menu,
.main-header .menu li .new-sub-menu:hover {
	display: block;
	opacity: 1;
	pointer-events: all;
	transform: translateY(10%) translateX(-30%);
}

.new-sub-menu a {
	width: 100%;
	display: block;
	padding: 10px 5px;
	text-align: center;
}



/*top-header*/

/*header*/

/*main-banner*/
.mainBanner {
	border: 1px solid;
	height: fit-content;
	position: relative;
	top: 0%;
}

.mobile-image {
	display: none !important;
}

.banner-overlay {
	position: relative;
	z-index: 1;
}

.banner-overlay::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	z-index: 2;
	background: rgba(34, 34, 34, 0.73);
}

.slick-dots {
	position: absolute;
	z-index: 3;
	bottom: 5%;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
	max-width: 1320px;
	margin: 0% auto;
}

.slick-dots li {
	margin: 0 0.25rem;
}

.slick-dots button {
	display: block;
	width: 14px;
	height: 14px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: transparent;
	text-indent: -9999px;
	border: 1px solid #787878;
}

.slick-dots li.slick-active button {
	background-color: white;
	border: 1px solid white;
}


.slick-dots,
.banner-content {
	left: 3%;
}

.banner-content {
	position: absolute;
	top: 47%;
	transform: translateY(-50%);
	z-index: 3;
	height: fit-content;
	color: white;
}

.banner-content .banner-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

.banner-content .banner-logo img {
	width: 300px;
	/* margin-top: 5%; */
}

.banner-content h3 {
	font-size: 22px;
	line-height: 1.2;
}

.banner-content h5 {
	font-size: 26px;
	line-height: 1.2;
}

.banner-content .highlighted-heading {
	font-size: 35px;
	display: block;
	width: fit-content;
	margin: auto;
}



/*index-page*/
.important-news {
	position: relative;
	top: 0%;
	z-index: 1;
	background-color: #F1F1F1;
}

.important-news .important {
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	width: fit-content;
	display: block;
	clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
	padding: 0px 75px;
	height: 100%;
	background-color: #ED1C24;
	color: white;
	font-family: Russo One;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 2;
}

marquee {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 24px;
}

marquee a {
	font-weight: 700;
	color: #000;
}


.add-space {
	padding: 0px 20px;
}

/* About Section */

.about {
	position: relative;
	top: 0%;
	margin-top: 108px;
	margin-bottom: 50px;
}

.about .container-xxl {
	background-color: #1866A5;
}

.about .about-content {
	padding: 30px;
	width: 760px;
}

.about .about-content h4 {
	margin-bottom: 20px;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #fff;
}

.about .about-content p {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}


.about-image {
	position: relative;
	height: 100%;
}

.about-image div {
	position: absolute;
	top: -79px;
	right: 18px;
	width: 439px;
	height: 435px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.about-image div::before {
	content: "";
	display: block;
	height: 18%;
	width: 100%;
	background-color: #04AFB0;
}

.about-image img {
	position: absolute;
	top: -65px;
	right: 2px;
	width: 448px;
	height: 435px;
}


/* Message Section */

.message {
	margin-bottom: 50px;
}

.message .container-xxl {
	padding-top: 20px;
	padding-bottom: 20px;
}

.message .container-xxl {
	background: #F1F1F1;
	padding-left: 25px;
	padding-right: 25px;
}

.message .container-xxl>div {
	gap: 50px;
}

.message .message-image {
	width: 450px;
	padding: 15px;
	position: relative;
}

.message .message-image>div {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.message .message-image>div::before {
	content: "";
	display: block;
	width: 70%;
	height: 50%;
	border-radius: 8px;
	background-color: #04AFB0;
}

.message .message-image>div::after {
	content: "";
	display: block;
	width: 70%;
	height: 50%;
	border-radius: 8px;
	overflow: hidden;
	margin-left: auto;
	background-color: #04AFB0;
}

.message .message-image img {
	position: relative;
	z-index: 2;
}

.message-content {
	width: 738px;
	/* padding: 0px 30px; */
}

.message-content h2 {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 6px;
}

.message-content h3 {
	color: #1866A5;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
}

.message-content p {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}

.read-more {
	color: #1866A5;
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
}

/* Extra Detail Section */
.extra-detail {
	background-color: #1866A5;
	padding: 45px 0px;
}

.extra-detail .card {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.extra-detail .card-body h4 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 20px;
}

.extra-detail .card-body ul {
	list-style-type: disc;
	padding-left: 8% !important;


}

.extra-detail .card-body ul li {
	padding-top: 6px;
	padding-bottom: 6px;
}

.extra-detail .card-body a {
	border: 1px solid #1866A5;
	padding: 8px 20px;
	color: #1866A5;
	font-size: 12px;
	font-weight: 500;
	margin-top: 20px;
}

.gallery {
	padding: 50px 0px;
	text-align: center;
	color: #000;
}

.gallery h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}

.gallery p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 40px;
}

.gallery .gallery-slider {
	padding: 70px 30px;
	background-color: #F1F1F1;
}

.gallery .product-slid {
	padding: 0px 30px !important;
}

.gallery .product-slid li {
	padding: 10px;
}

/* Slider button CSS */
.slick-arrow {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background: #1866A5;
	border: none;
	position: absolute;
	top: 50%;
	font-size: 23px;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slick-arrow i {
	font-size: 27px;
	color: #fff;
	position: relative;
}

.PrevArrow {
	z-index: 1;
	left: -25px;
}

.NextArrow {
	right: -25px;
}

.PrevArrow i {

	top: 0px;
	right: 2px;
}

.NextArrow i {
	top: 0px;
	left: 2px;
}

/* Popular Cat

/*inner-pages*/

/* Contact Page */
#contact {
	padding: 50px 0px;
}

#contact h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}

#contact .contact-info {
	padding: 10px;
	line-height: 1.3;
}

#contact .contact-info p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}

#contact .contact-info li {
	padding: 10px 0px;
	gap: 10px;
}

#contact .contact-info li i {
	font-size: 25px;
	color: #fff;
}

.contact-form {
	padding: 10px;
	line-height: 1.3;
}

.contact-form label {
	margin-bottom: 20px;
	display: block;
	width: 100%;
}

.contact-form label>span,
.contact-form label>input,
.contact-form label>textarea {
	display: block;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	border: none;
	outline: none;
}

.contact-form label>span {
	padding: 5px 0px;
	color: #6C757D;
	font-size: 12px;
	font-weight: 400;
}

.contact-form label>input,
.contact-form label>textarea {
	padding: 10px;
	border: 1px solid #6C757D;
	border-radius: 5px;
}

.contact-form .btn {
	background-color: #1866A5;
	font-size: 16px;
	padding: 10px 14px;
	color: #fff;
	font-weight: 500;
}

.seperator {
	height: 100%;
	width: 10px;
	background-color: #1866A5;
	margin: auto;
	border-radius: 10px;
}


/* Inner Page Style */
#university-container {
	padding: 50px 0px;
	overflow: hidden;
}

.box {
	padding: 30px;
	background-color: #f1f1f170;
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	border-top: 5px solid #175fab;
}

#university-container h3 {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 2px solid #000;
}

#university-container h4 {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #ccc;
}

#university-container ul li a,
#university-container ul li button {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 0px;
	display: inline-block;
	;
	color: inherit;
	transition: all .3s ease-in-out;
}

#university-container ul li:first-child a,
#university-container ul li:first-child button {
	padding-top: 0%;
}

#university-container ul li:last-child a,
#university-container ul li:last-child button {
	padding-bottom: 0%;
}

#university-container ul li a:hover,
#university-container ul li button:hover {
	padding-left: 10px;
	font-weight: 500;
}

#university-container ul li a::before,
#university-container ul li button::before {
	content: "";
	background-image: url("../images/icon/arrow-right.png");
	height: 20px;
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 3px;
}

#university-container p {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
}

#university-container p img {
	float: left;
	max-width: 320px !important;
	display: block;
	margin-right: 10px;
	border-radius: 5px
}


#university-container .coming-soon {
	font-size: 32px;
	padding: 120px 0px;
	text-align: center;
}

.table-container {
	width: 100%;
	overflow-y: auto;
}

.table-container::-webkit-scrollbar-thumb {
	background-color: black;
	border-radius: 0;
}


#university-container .new-table {
	width: 100%;
	min-width: 800px;
}

#university-container .new-table thead {
	border-bottom: 2px solid #ccc;
	font-weight: 600;
}

#university-container .new-table thead.thead-dark {
	background-color: #343a40 !important;
	color: #fff !important;
	border: none;
}

#university-container .new-table tbody {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

#university-container .new-table th,
#university-container .new-table td {
	padding: 15px 5px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.3;
}

#university-container .new-table th small {
	font-size: 12px;
}

#university-container .new-table tr td:first-child {
	/* width: 70px; */
	padding-left: 20px;
	padding-right: 20px;
}

#university-container .new-table-1 {
	margin-top: 20px;
	margin-bottom: 20px;
}


#university-container .new-table-1,
#university-container .new-table-1 td {
	border: 1px solid #ccc !important;
	border-collapse: collapse;
}


#university-container .contact-form {
	padding-left: 0%;
	padding-right: 0%;
}

#university-container .contact-form .radio-input,
#university-container .contact-form .radio-input label,
#university-container .contact-form .check-input,
#university-container .contact-form .check-input label {
	display: flex;
	align-items: center;
}

#university-container .contact-form .radio-input>span,
#university-container .contact-form .check-input>span {
	width: fit-content;
	padding-right: 20px;
}

#university-container .contact-form .radio-input label,
#university-container .contact-form .check-input label {
	width: fit-content;
	margin-bottom: 0%;
	margin-right: 15px;
}

#university-container .contact-form .radio-input label input,
#university-container .contact-form .check-input label input {
	margin-right: 5px;
	width: 20px;
	height: 20px;
}

#university-container .contact-form .btn {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#university-container .contact-form .btn:active {
	transform: scale(.98);
}

#university-container ol {
	list-style-type: decimal !important;
}

#university-container ol ol {
	list-style-type: lower-alpha !important;
}


#university-container ol li {
	margin-left: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}

.g-2 {
	gap: 20px;
}

/* About Page */
#about {
	margin: 50px auto;
}

#about h1 {
	margin: 10px 0px;
	color: #000;
	font-size: 34px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #000;
}

.about-container {
	border-radius: 5px;
	line-height: 1.4;
}

.about-container div {
	margin-bottom: 30px;
}

.about-container div:last-child {
	margin-bottom: 0px;
}

.about-container h4 {
	font-size: 20px;
	font-weight: 600;
	padding: 8px 0px;
}

.about-container p {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	padding: 0px;
}

.about-container p:last-child {
	margin-bottom: 0px;
}

.about-container ul {
	list-style-type: disc;
	margin-bottom: 20px;
	margin-left: 20px;
}

.about-container li {
	padding: 10px 0px;
	padding-left: 5px;
	font-weight: 400;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
}

.about-container li:first-child {
	padding-top: 0px;
}

.about-container li:last-child {
	padding-bottom: 0px;
}

/* New and Event Page */
#news-event {
	margin: 50px auto;
}

#news-event h1 {
	margin: 10px 0px;
	color: #000;
	font-size: 34px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #000;
}


/* Login Page */
.entery-page,
.entery-page .container-fluid,
.entery-page .container-fluid .row {
	height: 100vh;
}

.entery-left img {
	width: 50%;
}

.entery-page h2 {
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	padding-bottom: 15px;
	color: #000;
	margin-bottom: 5px;
}

.entery-page .entery-right {
	background-image: url("https://i0.wp.com/images-prod.healthline.com/hlcmsresource/images/News/general-health/041116_medicalstudies_THUMB_LARGE.jpg?w=1155&h=1528");
	background-position: top;
	background-size: cover;
	background-color: #00000077;
	background-blend-mode: darken;
	font-size: 13px;
}

.entery-page .entery-right>div {
	background-color: #fff;
	padding: 40px 30px 30px 30px;
	width: 450px;
	border-radius: 3px;
}

.entery-page form label span,
.entery-page form input,
.entery-page form a {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 5px;
	padding: 7px 10px;
	display: block;
	width: 100%;
}

.entery-page form label span {
	padding: 7px 0px;
}

.entery-page form input {
	padding-left: 34px;
	margin-bottom: 14px;
	border: 1px solid #282828a2;
	border-radius: 3px;
}

.entery-page form .btn {
	background-color: #175fab;
	color: #fff;
	margin-top: 15px;
	padding-left: 0%;
	padding-right: 0%;
}

.entery-page form .position-relative svg {
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}


/* Gallery Page */
#gallery-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	background-color: #2e2727ab;
	display: none;
	align-items: center;
	justify-content: center;
    z-index: 10;
	animation: fadeIn 0.3s;
}

#gallery-modal img {
	max-width: 1000px;
}

#gallery-modal .btn {
	background-color: transparent !important;
	position: absolute;
	top: 2%;
	right: 1%;
}

#gallery-modal .btn i {
	font-size: 40px;
	color: #fff;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/*footer*/

footer {
	background-color: #282828;
	padding: 53px 0px 0px 0px;
	color: #fff;
}

footer .container-xxl:first-child {
	padding-bottom: 20px;
}

footer .widget:nth-child(1) img {
	width: 300px;
	margin-bottom: 45px;
}

footer .widget:nth-child(1) .footer-social-icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding: 0px 20px;
}

footer h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}

footer ul li {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	padding: 18px 0px;
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

footer ul li p {
	display: inline-block !important;
}

footer ul li img {
	width: 20px !important;
	margin-bottom: 0px !important;
}

footer ul a {
	color: #FFF;
}

.copyright {
	color: #fff;
	padding: 10px 0px;
}

/*media-quries*/
@media (max-width: 1440px) {
	.container-xxl {
		padding-left: 2vw !important;
		padding-right: 2vw !important;
	}

	.banner-content {
		top: 44%;
	}

	.banner-content .banner-logo {
		gap: 3px;
	}

	.banner-content h5 {
		font-size: 20px;
	}

	.banner-content .banner-logo img {
		width: 200px;
	}

	.banner-content h3 {
		font-size: 18px;
	}

	.banner-content .highlighted-heading {
		font-size: 25px;
	}

	.slick-dots button {
		width: 11px;
		height: 11px;
	}
}

@media (max-width:1250px) {
	.about .about-content {
		width: 55%;
	}
}

@media (max-width:1200px) {
	.menu-Bar {
		display: block;
		top: 0px;
	}

	.menuWrap.open {
		display: flex;
		left: 0px;
	}

	.menuWrap {
		position: fixed;
		left: -210%;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background: #175fab;
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-flow: column;
		transition: all 0.4s ease;
		z-index: 10;
		width: 100vw;
	}

	.main-header .menu {
		flex-direction: column;
		gap: 10px;
	}

	.menuWrap .menu li {
		display: block;
	}

	.menuWrap .menu li a {
		margin-bottom: 10px;
		padding: 0;
		display: block;
		text-align: center;
		margin-bottom: 15px;
		padding-right: 0px;
		margin-right: 0px;
		color: #fff;
		font-size: 15px;
		text-transform: capitalize;
	}

	.main-header .menu a>img {
		filter: invert(1);
	}

	.container {
		position: relative;
	}

	header .header-top {
		display: none;
	}

	header .main-header ul.menu>li {
		display: block;
		padding: 0px;
	}

	header .main-header ul.menu>li a {
		color: #fff;
		padding: 0px;
		text-align: center;
	}

	header .main-header ul.menu>li a:before {
		display: none;
	}

	.new-sub-menu {
		position: relative;
		background-color: transparent;
		width: fit-content;
		height: 0px;
		top: 0%;
		transform: translateY(0%) translateX(-50%);
		left: 50%;
		padding: 0px;
	}

	.main-header .menu li:hover .new-sub-menu {
		height: fit-content;
		transform: translateY(0%) translateX(-50%);
		padding: 10px !important;
		border: none;
		/* border-bottom: 1px solid #fff; */
	}

	.main-header .menu li:hover .new-sub-menu::after {
		content: "";
		display: block;
		width: 30px;
		height: 4px;
		background-color: #fff;
		border-radius: 10px;
		margin: 5px auto;
	}

	.main-header .menu li .new-sub-menu li {
		border-bottom: none;
	}

	marquee {
		padding: 18px;
	}
}

@media (max-width: 1024px) {
	.container-xxl {
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}

	.menu-Bar {
		right: 4vw;
	}

	.main-header .logo {
		width: 250px;
	}

	.banner-content .banner-logo img {
		width: 170px;
	}

	.banner-content h5 {
		font-size: 18px;
	}

	.banner-content h3 {
		font-size: 16px;
	}

	.banner-content .highlighted-heading {
		font-size: 24px;
	}

	.slick-dots {
		bottom: 2%;
	}

	.about {
		margin-top: 50px;
	}

	.about .container-xxl>div {
		flex-direction: column-reverse !important;
	}

	.about .about-image>* {
		position: relative;
	}

	.about .about-image>div {
		display: none;
	}

	.about-image img {
		top: 0%;
		right: 0%;
		width: 350px;
		height: auto;
		margin: 40px auto 0px auto;
		display: block;
	}

	.about .about-content {
		width: 100%;
		text-align: left;
		margin: auto;
		padding-left: 0%;
		padding-right: 0%;
	}

	.about .about-content h4 {
		text-align: center;
	}

	.extra-detail .row>div {
		padding: 10px;
	}

	.extra-detail .card-body {
		padding: 15px;
	}

	.extra-detail .card-body h4 {
		font-size: 16px;
	}

	.extra-detail .card-body ul li {
		font-size: 14px;
	}
}

@media (max-width: 980px) {
	.banner-content h3 {
		font-size: 14px;
	}

	.banner-content .highlighted-heading {
		font-size: 22px;
	}

	.slick-dots {
		bottom: 0%;
	}

	.message .container-xxl>div {
		flex-direction: column;
	}

	.message .container-xxl:last-child>div {
		flex-direction: column-reverse;
	}

	.message .message-image {
		width: 60%;
	}

	.message-content {
		width: 100%;
	}

	.message-content h2 {
		text-align: center
	}

	.message-content h3 {
		text-align: center
	}

	#university-container .row {
		gap: 20px;
	}

	#university-container .new-table tr td:first-child {
		width: fit-content;
		padding: 15px 5px;
	}

	.entery-left {
		display: none !important;
	}


	.entery-right {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.entery-right img {
		width: 90px;
		display: block;
		margin: 0px auto 10px;
	}
}

@media (max-width: 767px) {
	.menu-Bar {
		right: 5vw;
	}

	.banner-content {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.desktop-image {
		display: none !important;
	}

	.mobile-image {
		display: block !important;
	}

	.message .message-image {
		width: 350px;
	}

	.important-news .important {
		padding: 0px 50px;
	}

	form>div.d-flex {
		flex-direction: column;
		gap: 0px;
	}

	footer {
		text-align: center;
	}

	footer .row {
		gap: 20px;
	}

	footer .widget .footer-social-icon {
		justify-content: center;
		width: 280px;
		margin: auto;
		margin-bottom: 20px;
	}

	footer .widget a {
		margin-left: auto;
		margin-right: auto;
		width: 280px;
	}

	footer .widget a img {
		display: inline-block;
		margin-right: 5px;
	}
}

@media (max-width: 740px) {
	.container-xxl {
		padding-left: 5vw !important;
		padding-right: 5vw !important;
	}

	.top-nav>ul {
		justify-content: center;
	}
}

@media (max-width: 550px) {

	#university-container p img {
		max-width: 550px !important;
		margin-bottom: 10px;
	}

	.entery-page .entery-right>div {
		width: 100% !important;
	}
}

@media (max-width: 450px) {
	.top-nav>ul {
		gap: 10px;
	}

	.top-nav>ul a {
		font-size: 14px;
	}

	.main-header .logo {
		width: 220px;
	}

	.banner-content {
		width: 80% !important;
	}

	.banner-content .banner-logo img {
		width: 120px;
	}

	.banner-content h5 {
		font-size: 16px;
	}

	/* .banner-content h3 {
		font-size: 12px;
	} */

	.banner-content .highlighted-heading {
		font-size: 20px;
	}

	.important-news .important {
		padding: 0px 30px;
	}

	.gallery .gallery-slider {
		padding: 50px 0px;
	}
}