.version {
	font-size: 14px;
	color: #dfe2e9;
	font-weight: 400;
	font-family: 'Inter';
}

@media screen and (max-width: 768px) {
	.default-btn {
		background: linear-gradient(81.57deg, #137681 29.59%, #0a388d 94.75%);
		padding: 15px 25px;
		border: 0 !important;
		outline: none !important;
		border-radius: 10px;
		font-family: 'roboto', sans-serif;
		font-weight: 400;
		font-size: 15px !important;
		line-height: 18px !important;
		color: #fff;
		cursor: pointer;
		transition: 0.9s;
	}
}

@media screen and (max-width: 425px) {
	.default-btn {
		background: linear-gradient(81.57deg, #137681 29.59%, #0a388d 94.75%);
		padding: 15px 25px;
		border: 0 !important;
		outline: none !important;
		border-radius: 10px;
		font-family: 'roboto', sans-serif;
		font-weight: 400;
		font-size: 12px !important;
		line-height: 15px !important;
		color: #fff;
		cursor: pointer;
		transition: 0.9s;
	}
}

@media screen and (max-width: 375px) {
	.default-btn {
		background: linear-gradient(81.57deg, #137681 29.59%, #0a388d 94.75%);
		padding: 15px 25px;
		border: 0 !important;
		outline: none !important;
		border-radius: 10px;
		font-family: 'roboto', sans-serif;
		font-weight: 400;
		font-size: 12px !important;
		line-height: 15px !important;
		color: #fff;
		cursor: pointer;
		transition: 0.9s;
	}
}

@media screen and (max-width: 325px) {
	.default-btn {
		background: linear-gradient(81.57deg, #137681 29.59%, #0a388d 94.75%);
		padding: 15px 25px;
		border: 0 !important;
		outline: none !important;
		border-radius: 10px;
		font-family: 'roboto', sans-serif;
		font-weight: 400;
		font-size: 12px !important;
		line-height: 15px !important;
		color: #fff;
		cursor: pointer;
		transition: 0.9s;
	}
}

.right-bg {
	background: linear-gradient(165.53deg, #5a96e1 31.3%, #b0cae9 87.36%, #7babe7 96.37%);
	/* height: 100%; */
	padding-top: 10px;
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.right-bg .logo {
	width: 70%;
}

.right-bg .top {
	padding-top: 3%;
}

.card {
	border-radius: 5px !important;
}

.card-header {
	background: #2860e5 !important;
	color: #fff !important;
	font-family: 'Saira';
}

.card-body {
	height: 325px;
	overflow-y: auto;
	padding-top: 5px !important;
}

/* width */
.card-body::-webkit-scrollbar {
	width: 5px;
	height: 4px;
}

/* Track */
.card-body::-webkit-scrollbar-track {
	background: #fefeff;
}

/* Handle */
.card-body::-webkit-scrollbar-thumb {
	background: #b3beef;
	border-radius: 6px;
}

/* Handle on hover */
.card-body::-webkit-scrollbar-thumb:hover {
	background: #9f9f9f;
	border-radius: 6px;
}

.button-list button {
	display: inline;

}

.button-list .btn {
	width: 100%;
	/* width: 137px; */
	background-color: #194ebf;
	margin-bottom: 10px;
	border-radius: 5px;
	border-top-right-radius: 50px;
	height: 95px;
	color: #ffffff;
	font-family: 'Saira';
	transition: 0.3s ease-in;
}

.button-list .btn .fa {
	display: block;
	font-size: 20px;
	padding: 5px;
}

.button-list .btn:hover {
	background-color: #194ebf !important;
	color: #fff;
	border-top-right-radius: 30px;
}


.left-side {
	padding: 15% 50px 10px 50px;
}

.left-side label {
	font-size: 13px;
	color: #5446bf;
	transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
	font-family: Inter !important;
	text-transform: capitalize;
}

.left-side .form-control {
	padding: 0px 10px !important;
	height: 40px;
	border: 1px solid #cdcdff;
	border-radius: 5px !important;
}

.left-side .input-group .form-control {
	width: auto;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.left-side h1 {
	color: #d14d00;
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 47.22px;
	text-align: center;
	display: block;
	margin-bottom: -5px !important;
}

.left-side h6 {
	font-family: Inter;
	font-size: 12px;
	font-weight: 500;
	line-height: 21.78px;
	text-align: center;
}

.form-group {
	/* position: relative; */
	margin-bottom: 0px;
	/* margin-top: 20px; */
	display: flex;
	justify-content: center !important;
}

/* .form-group input {
    width: 80% !important;
    padding: 10px;
    border: 1px solid #868aed;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    font-family: Inter;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500 !important;
}

.form-group label {
    position: absolute;
    left: 65px;
    top: 12px;
    font-size: 14px;
    color: #777;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
     font-family: Inter;
}

.form-group input:focus {
    border-color: #007bff;
    outline: none;
}

.form-group input+label,
.form-group input:not(:placeholder-shown)+label {
    font-family: Inter;
    top: -10px;
    font-size: 14px;
    color: #5446bf;
    background-color: #ffffff;
    padding: 0 4px;
    border-radius: 4px;
    left: 65px;
    text-transform: capitalize;
} */

.reload_captcha {
	text-align: center;
	display: flex;
	align-items: center;
	padding: 5px 15px;
	background: #c9dcf5;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 7px;
	font-size: 25px;
}

.captcha_input {
	width: 38% !important;
}

.login_btn {
	width: 100%;
	background: linear-gradient(183.18deg, #E93A33 -111.51%, #880000 185.83%) !important;
	color: #ffffff !important;
	margin-top: 30px;
	margin-bottom: 5px;
}

/* .login_btn2 {
    width: 300px;
    background: linear-gradient(183.18deg, #3336e9 -111.51%, #003088 185.83%);
    color: #ffffff !important;
    margin-top: 30px;
    margin-bottom: 5px;
} */

.error-container {
	padding-left: 50px;
}

.input-group .toggle-password {
	cursor: pointer;
}

.input-group .toggle-password i {
	font-size: 15px;
	color: #ffffff;
}

.invalid-feedback {
	display: none;
	/* Initially hide invalid feedback */
	font-size: 0.875em;
	color: #dc3545;
}

.is-invalid {
	border: 1px solid #dc3545 !important;
	/* Red border color */
}

.is-invalid+.invalid-feedback {
	display: block;
	/* Show invalid feedback when input is invalid */
}

.form-control.is-valid,
.was-validated .form-control:valid {
	background-image: unset !important;
}

.input-group-text {
	background-color: #3988eb !important;
}

ol {
	list-style-type: none;
	/* Remove default list style */
	padding: 5px 0px !important;
	margin-bottom: 0px !important;
}

.innerList {
	padding: 5px 30px !important;
}

ol li {
	padding-left: 0px;
	margin-bottom: 5px;
	font-size: 13.4px;
	color: #303078;
	font-family: 'Inter';
}

/* Use Unicode character as list marker */
ol li:before {
	content: "\2756";
	color: #597de7;
	margin-right: 5px;
	font-weight: 700;
	font-size: 15px;
}

.forgot-password {
	color: #13b7b1;
	font-weight: 500;
}

.forgot-password:hover {
	color: #13b7b1;
}

.notificationBtn {
	margin-left: 20px;
	background-color: #f18b37;
	margin-bottom: 10px;
	border: 1px solid #df9c25;
	border-radius: 5px;
	color: #ffffff;
	padding: 6px 30px;
	font-family: 'Saira';
	transition: 0.3s ease-in;
	font-weight: 500;
}


@media screen and (min-width: 1440px) {
	.right-bg .logo {
		width: 85% !important;
	}

	.logo {
		height: 150px !important;
		object-fit: contain;
	}

	.card-header {
		font-size: 30px !important;
	}

	ol li:before {
		font-size: 20px !important;
	}

	ol li {
		font-size: 20px !important;
	}

	.card-body {
		height: 385px !important;
	}

	.left-side h1 {
		font-size: 35px !important;
		margin-bottom: 10px !important;
	}

	.left-side h6 {
		font-size: 23px !important;
	}

	.left-side label {
		font-size: 20px !important;
	}

	.left-side .form-control {
		height: 50px !important;
		font-size: 20px !important;
		color: #000000 !important;
	}

	.forgot-password {
		font-size: 19px !important;
	}

	.login_btn {
		padding: 15px !important;
		font-size: 20px !important;
	}

	.lowerText {
		font-size: 25px;
	}

	.button-list {
		margin-top: 35px !important;
	}

	.button-list .btn {
		height: 135px;
		font-size: 22px;
	}
}


.admision_hd {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 56px;
	line-height: 22px;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
	text-shadow: -3px 1px 5px rgb(76 76 76 / 59%);
	letter-spacing: 3px;

}

.admision_hd1 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 22px;
	color: #ffffff;
	display: block;
	margin-top: 40px;
	letter-spacing: 5px;
}

.admision_hdp {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	color: #ffffff;
	display: block;
	margin-top: 30px;
	width: 80%;
}

.ad_text_mn {
	margin-top: 80px;
}

.ad_text_mn ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ad_text_mn ul li {
	display: inline-flex;
}

a.btn {
	color: #fff;
	margin-right: 10px;
}

.btn {
	position: relative;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	margin: 30px 0;
	border: 2px solid #11e6e6;
	padding: 14px 60px;
	text-transform: uppercase;
	overflow: hidden;
	transition: 1s all ease;

}

.btn::before {
	/* background: #ff7675; */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: all 0.6s ease;
	background: linear-gradient(81.57deg, #137681 29.59%, #0a388d 94.75%);
}

.btn1::before {
	width: 0%;
	height: 100%;
}

.btn1:hover::before {
	width: 100%;
}


.btn2::before {
	width: 100%;
	height: 0%;
}

.btn2:hover::before {
	height: 100%;
}

.btn3::before {
	width: 100%;
	height: 0%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.btn3:hover::before {
	height: 380%;
}

.btn4::before {
	width: 100%;
	height: 0%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.btn4:hover::before {
	height: 380%;
}

.importas_dates_mn {
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 16px -3px rgba(0, 0, 0, 0.47);
	-moz-box-shadow: 0px 10px 16px -3px rgba(0, 0, 0, 0.47);
	box-shadow: 0px 10px 16px -3px rgba(0, 0, 0, 0.47);
	padding: 20px;
	width: 100%;
	border-radius: 5px;
	height: 375px;
	/* margin-top: 40px; */
}

.imp_hd_a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 18px;
	color: #000;
}

.imp_hd_und {
	background-color: #000;
	width: 50px;
	height: 3px;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}

.date_box {
	/* width: 82px;
background: #665c7c;
float: left;
text-align: center;
border-radius: 2px; */
}

.dt-ha {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 18px;
	color: #000;
}

.dt-hb {
	background: linear-gradient(81.57deg, #137681 29.59%, #0a388d 94.75%);
	text-align: center;
	border-radius: 5px;
	font-family: 'roboto', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 18px;
	color: #fff;
	display: block;
	margin: 5px 0;
	padding: 15px 0px 0px 0px;
	width: 80px;
	height: 65px;
}

.dt-h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 22px;
	line-height: 18px;
	color: #fff;
	display: block;
}

.dt-h2 {
	font-weight: 600;
	font-size: 14px;
	margin-top: 5px;
	display: block;
}

.date_box_mn {
	display: inline-flex;
	margin-top: 5px;
	margin-bottom: 5px;
}

.date_box_mnp {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 23px;
	color: #000;
	display: block;
	margin-top: 10px;
	width: 85%;
	margin-left: 10px;
}

.date_view {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	color: #000;
	display: block;
	margin-top: 10px;
	cursor: pointer;
	transition: 0.9s;
	position: relative;
}

.date_view:hover {
	color: #FC5B11;
	margin-left: 30px;
}

.date_view::after {
	font-family: FontAwesome;
	content: "\f061";
	display: inline-block;
	padding-left: 5px;
	vertical-align: middle;
	font-weight: normal;
}

#announcement_sect {
	background: linear-gradient(81.57deg, #0a3b8d 29.59%, #052154 94.75%);
	padding: 7px 0px;
	width: 100%;
	height: auto;
}

.announcement_mn {

	background-color: #90f4ff;
	padding: 10px 5px;
	font-family: 'roboto', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	padding: 10px 20px;
	border-radius: 30px;
	width: 100%;
	display: block;
}

.announcement_mn::before {
	font-family: FontAwesome;
	content: "\f0a1";
	display: inline-block;
	padding-right: 15px;
	vertical-align: middle;
	font-weight: normal;
	font-size: 26px;
	border-right: 1px solid #ffffff;
	margin-right: 15px;
}

.marq_anuc {
	font-family: 'roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	color: #fff;
}

.about_cont_p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	color: #000;
	color: var(--text);
	margin-top: 15px;
	display: block;
	text-align: justify;
	width: 100%;
}

#ab_latest_sect {
	margin-top: 45px;
	margin-bottom: 0px;
}

#ab_latest_sect .carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	/* background-color: rgba(255,255,255,.5); */
	background-color: rgb(255 255 255);
}

#ab_latest_sect .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -5px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.quick_ul_social {
	margin-top: 20px;
}

.about_cont {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	/* box-shadow: -10px 17.3px 25px 0 rgba(35, 31, 32, .1); */
	padding: 20px;
	width: 100%;
	border-radius: 5px;
}



.project-tab {
	padding: 10px 0px;
	margin-top: 0;
}

.project-tab #tabs {
	background: #315089;
	color: #eee;
}

.project-tab #tabs h6.section-title {
	color: #eee;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #fff;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3;
	border-bottom: 0px solid !important;
	font-size: 16px;
	font-weight: bold;
	background-color: #315089;
}

.project-tab .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.project-tab .nav-link:hover {
	border: none;
}

.project-tab thead {
	background: #f3f3f3;
	color: #333;
}

.project-tab a {
	text-decoration: none;
	color: #333;
	font-weight: 600;
}

.lt_ev_ul {
	margin-top: 15px;
}

.lt_ev_ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lt_ev1_ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lt_ev_ul ul li {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin: 5px 0;
}

.lt_ev1_ul ul li {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin: 5px 0;
}

.lt_ev_ul ul li::before {
	font-family: FontAwesome;
	content: "\f00c";
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-size: 12px;
	margin-right: 10px;
	background: linear-gradient(81.57deg, #071f46 29.59%, #021027 94.75%);
	padding: 6px 10px;
	color: #fff;
	border-radius: 50px;
}

.lt_ev1_ul ul li::before {
	font-family: FontAwesome;
	content: "\f00c";
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-size: 12px;
	margin-right: 10px;
	background: linear-gradient(81.57deg, #071f46 29.59%, #021027 94.75%);
	padding: 6px 10px;
	color: #fff;
	border-radius: 50px;
}

/* .lt_evf {
	display: flex;
} */

.space_ri {
	margin-right: 50px;
}

.box_news {
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	border-left: 5px solid #FC5B11;
	margin: 15px 0px 15px 0px;
	box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.10);
	transition: 0.9s;
	/* cursor: pointer; */
	display: block;
}

.box_news:hover {
	box-shadow: 0px 5px 10px -3px rgba(243, 148, 5, 0.1);
	margin: 15px 0px 15px 10px;
	cursor: pointer;
}

.box_news_p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	display: block;
}

#programme_offered_sect {
	margin-top: 45px;
	margin-bottom: 30px;
}

.pro_off_head {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 18px;
	color: #000;
	color: var(--text);
	/* text-align: center; */
	display: block;
	/* text-transform: uppercase; */
}

.pro_hd_und {
	/* background-color: #000; */
	background: linear-gradient(81.57deg, #EE0979 29.59%, #FC5B11 94.75%);
	width: 65px;
	height: 3px;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	/* display: table;
	margin-right: auto;
	margin-left: auto; */
}

.tablebx_mn {
	margin-top: 20px;
	background-color: #fff;
	/* -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.10); */
	box-shadow: -10px 17.3px 25px 0 rgba(35, 31, 32, .1);
	padding: 20px 15px 20px 20px;
	width: 100%;
	border-radius: 5px;
}

.tablebx_sb_scroll {
	overflow-y: hidden;
	height: 350px;
}

.tablebx_sb_scroll:hover {
	overflow-y: scroll;
}

.tablebx_sb_scroll:hover::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

.tablebx_sb_scroll:hover::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: linear-gradient(81.57deg, #EE0979 29.59%, #FC5B11 94.75%);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


#programme_offered_sect .table-dark {
	color: #fff;
	background-color: #f2f2f2 !important;
}

#programme_offered_sect .table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #fff;
}

#programme_offered_sect .table-dark {
	color: #000;
	background-color: #f2f2f2 !important;
}

#admission_process_sect {
	margin-top: 30px;
	margin-bottom: 30px;
}

.odp_box {
	width: 100%;
	background: #fff;
	padding: 15px 15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	transition: 0.9s;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 17px;
	color: #000;
	cursor: pointer;
	border: 0;
	outline: none !important;
	/* height: 90px; */
	min-height: 120px;
	height: auto;
	position: relative;
}

.odp_box:hover {
	background: linear-gradient(81.57deg, #137681 29.59%, #0a388d 94.75%);
	color: #fff;
	transition: 0.9s;
}

.pg_al_img {
	width: 45px;
	height: 45px;
	margin-bottom: 10px;
}

.pg_al_ug_img {
	width: 55px;
	height: 55px;
	margin-bottom: 10px;
}

.odp_box:hover .pg_al_img,
.odp_box:hover .pg_al_ug_img {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
	color: #fff;
	transition: 0.9s;
}

#admission_process_sect {
	margin-top: 45px;
	margin-bottom: 30px;
}

#admission_process_sect .modal-dialog {
	max-width: 100%;
	margin: 1.75rem auto;
}

.space_t {
	margin-top: 35px;
	margin-bottom: 35px;
}

.fot_heading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 20px;
	display: block;
}

.quick_ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.quick_ul ul li {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin: 0px 0px 10px 0px;
}

.quick_ul ul li a {
	color: #fff;
	text-decoration: none;
}

.quick_ul ul li a:hover {
	color: #FC5B11;
}

footer {
	background-color: #020d09;
	padding: 25px 0px 0px 0px;
	/* margin-top: 15px; */
}

.quick_p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin-top: -3px;
	width: 85%;
	display: block;
	margin-bottom: 15px;
}

.imp_hd_und_fot {
	background: linear-gradient(81.57deg, #137681 29.59%, #0a388d 94.75%);
	width: 50px;
	height: 3px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.quick_ul_social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.quick_ul_social ul li {
	display: inline-flex;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	margin: 0px 18px 0px 0px;

	/* width: 20px; */
	/* height: 20px; */
	/* position: relative;
    box-sizing: border-box; */

}

.quick_ul_social ul li a {
	color: #fff;
	border: 1px solid #fff;
	padding: 7px 12px;
	border-radius: 5px;
	min-width: 40px;
	text-align: center;
}

.quick_ul_social ul li a:hover {
	color: #FC5B11;
	border: 1px solid #FC5B11;
}

#footer_down {
	background-color: #06703e;
	padding: 10px 0;
	margin-top: 25px;
}

.footer_down_ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_down_ul ul li {
	display: inline-flex;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin: 0px 10px 0px 0px;
	padding-right: 15px;
	border-right: 1px solid #fff;
}

.footer_down_ul ul li:last-child {
	border-right: 0px;
}

#scrollToTopBtn {
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #041b13;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	border: 0;
	z-index: 999;
	outline: none !important;
	color: #fff;
}


button:focus {
	outline: none !important;
}

#chcp_font_size button {
	border: none;
	background-color: transparent;
	/*background-color:#eee;*/
	text-shadow: none;
	/*+box-shadow: none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0px 5px;
	margin: 0px;

}

#chcp_font_size button:hover {
	color: #FF5100;
}

#btn-decrease {
	font-size: 12px;
}

#btn-orig {
	font-size: 14px;
}

#btn-increase {
	font-size: 12px;
}

#paop_sect {
	margin-top: 45px;
}

/* sticky menu */
/* .page-header.is-sticky {
	position: fixed;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
	padding: 8px 0;
	backdrop-filter: blur(10px);
	animation: slideDown 0.35s ease-out;
	width: 100%;
	background-color: #fff;
	margin-top: -45px;
} */

.page-header.is-sticky img {
	max-width: 80%;
}

/* #page-header.is-sticky button {
	font-size: 14px;
	padding: 7px 10px;
  }
   */
@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

/* sticky menu */

.modal {
	padding: 0 !important;
}

.modal .modal-dialog {
	width: 100%;
	max-width: none;
	height: 100%;
	margin: 0;
}

.modal .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.modal .modal-body {
	overflow-y: auto;
}

#highlights_sect {
	margin-top: 25px;
	margin-bottom: 30px;
}

.high_center {
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.pro_hd_und_highlight {
	background: linear-gradient(81.57deg, #EE0979 29.59%, #FC5B11 94.75%);
	width: 65px;
	height: 3px;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.high_box_top {
	/* box-shadow: 0px 0px 20px 0px rgba(62.00000000000007, 28, 131, 0.1); */
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	/* margin-top: -65px;
    margin-bottom: 0px; */
	padding: 15px 15px 15px 15px;
	margin-top: 35px;
	border-radius: 5px;
}

.dt-hb_high {
	/* background: linear-gradient(81.57deg, #EE0979 29.59%, #FC5B11 94.75%); */
	border: 1px solid #f2f2f2;
	text-align: center;
	border-radius: 5px;
	font-family: 'roboto', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 18px;
	color: #fff;
	display: block;
	margin: 5px 0;
	padding: 15px 0px 0px 0px;
	width: 240px;
	/* height: 100px; */
	height: 165px;
	min-height: 100%;
}

.dt_high-h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 17px;
	color: #FC5B11;
	display: block;
}

.dt_high-h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	color: var(--text);
	display: block;
	margin-top: 10px;
}

.high_box_flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.tab_high {
	margin-top: 40px;
}

.tab_high .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #000 !important;
	border-left: 3px solid #FC5B11;
	background-color: #f2f2f2;
	border-radius: 0;
	/* transition: 0.5s; */
}

.tab_high a {
	color: #000 !important;
	text-decoration: none;
}

.tab_high a:hover {
	color: #000 !important;
	text-decoration: none;
}

.tab_high .high_box_top {
	box-shadow: 0px 0px 20px 0px rgba(62.00000000000007, 28, 131, 0.1);
	/* transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; */
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	border-radius: 5px;
}

.tab_high .nav-link {
	display: block;
	padding: 15px 15px;
}

.tab_high .table-dark {
	background-color: #f2f2f2;
}

.tab_high .table {
	color: #000;
}





















/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.logo_heading_a {
		font-family: 'roboto', sans-serif;
		font-weight: 700;
		font-size: 12px;
		line-height: 16px;
		/* color: #073625; */
		color: #0b75a7;
		display: block;
		margin-top: 12px;
		margin-bottom: 0px;
	}

	.logo_heading_b {
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		font-size: 12px;
		line-height: 16px;
		color: #3e8a68;
		/* color: #073625; */
		display: block;
	}

	.logo_heading_c {
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 15px;
		color: #073625;
		display: block;
		margin-top: 2px;
	}

	.header_down_btn_ul {
		margin-top: 10px;
		display: flex;
		justify-content: flex-start;
	}

	.admision_hd {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 21px;
		line-height: 15px;
		color: #ffffff;
		display: block;
		text-transform: uppercase;
		text-shadow: -3px 1px 5px rgb(76 76 76 / 59%);
		letter-spacing: 3px;
	}

	.admision_hd1 {
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: 32px;
		line-height: 18px;
		color: #fff;
		display: block;
		margin-top: 25px;
		letter-spacing: 5px;
	}

	.admision_hdp {
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 20px;
		color: #ffffff;
		display: block;
		margin-top: 30px;
		width: 100%;
	}

	.btn {
		position: relative;
		display: block;
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		font-size: 14px;
		line-height: 18px;
		color: #fff;
		text-decoration: none;
		margin: 8px 0;
		border: 2px solid #ffffff;
		padding: 14px 31px;
		text-transform: uppercase;
		overflow: hidden;
		transition: 1s all ease;
	}

	#admission_sect {
		height: auto;
		padding-bottom: 30px;
	}

	.ad_text_mn {
		margin-top: 55px;
	}

	.date_box_mnp {
		margin-top: 3px;
		width: 100%;
		margin-left: 10px;
		font-size: 12px;
	}

	#announcement_sect {
		padding: 15px 0px 0px 0px;
		width: 100%;
	}

	.project-tab {
		padding: 0px;
		margin-top: 30px;
	}

	.pro_off_head {
		font-size: 20px;
		line-height: 18px;
	}

	.odp_box {
		width: 100%;
		background: #fff;
		padding: 23px 25px;
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 14px;
	}

	#programme_offered_sect .table-dark {
		color: #000;
		background-color: #f2f2f2 !important;
		font-size: 14px;
	}

	.lt_ev_ul ul li {
		font-size: 12px;
		line-height: 24px;
		margin: 10px 0;
	}

	.lt_ev1_ul ul li {
		font-size: 12px;
		line-height: 24px;
		margin: 10px 0;
	}

	.lt_evf {
		display: block;
	}

	.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
	.nav-tabs .nav-link.active {
		font-size: 14px;
	}

	.project-tab .nav-link {
		font-size: 14px;
	}

	.quick_ul ul li {
		font-size: 12px;
		line-height: 18px;
	}

	.fot_heading {
		font-size: 18px;
		margin-top: 10px;
	}

	.header_top_in_de {
		display: none;
	}

	.box_news_p {
		font-size: 12px;
	}

	.about_cont_p {
		font-size: 12px;
	}

	.quick_p {
		font-size: 12px;
	}

	.footer_down_ul ul li {
		font-size: 12px;
	}

	.imp_hd_a {
		font-size: 20px;
	}

	.announcement_mn {
		font-size: 20px;
		line-height: 23px;
	}

	.dt-hb_high {
		width: 100%;
	}

	.high_box_flex {
		flex-direction: column;
	}

	.page-header.is-sticky {
		margin-top: -57px;
	}

	.tab_high .tab-content {
		margin-top: 25px;
	}

	.header_down_btn_ul ul {
		margin-bottom: 0;
	}

	.tech_p {
		font-size: 12px;
		line-height: 18px;
	}











}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}