html {
	overflow-x: hidden;
}

body {
	font-family: 'Roboto-regular', sans-serif;
	margin: 0;
	font-size: 0.8rem;
	overflow-x: hidden;
}

.custome a {
	color: #ffff !important;
}


/* header {
	width: 100%;

	box-shadow: 2px 2px 5px grey;
} */

.llogo {
	width: 130px;
}


.contact {
	padding: 5px 10px 5px 35px;
}

.fontsize {
	padding: 5px 10px 5px 10px;
}

.translate {
	padding: 5px 1px 5px 13px;
}

@media(max-width:768px) {
	.contact {
		padding: 5px 10px 5px 40px;
	}

	.fontsize {
		padding: 5px 10px 5px 10px;
	}

	.translate {
		padding: 5px 1px 5px 13px;
	}

	.llogo {
		width: 123px;
		padding-right: 21px;
		position: relative;
		padding-top: 37px;
	}

	.text-md-left {
		text-align: left !important;
		margin-left: 12px;
	}

	.add .col-sm-4 {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 2px !important;
		padding-left: 4px;
	}

	.add .row {
		margin-right: -30px;
		position: relative;
		top: 5px;
	}

}


.text-pink {
	color: #35328f;
}

header h3 {
	line-height: 20px;

}

.navbar-nav {
	width: 90%;
	display: flex;
	justify-content: space-around;
}

.navbar-nav .nav-link {
	font-size: 11px !important;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding-top: 14px;
	padding-bottom: 14px;
}

.bg-navbar {
	background-color: #07407b;
	padding: 0;

}

.navbar-nav a.nav-link {
	color: white !important;

}

.navbar-nav>li:hover {
	background: #f8931f;
	color: #FFF;
}

a.dropdown-item:hover {
	background: #f7931e;
	color: white;
}

.dropdown-menu .dropdown-item {
	border-bottom: 1px solid lightgrey !important;
	font-size: 15px;
}

.navbar-toggler {
	background-color: white;
}

.dropright {
	position: relative;
}

.dropright:hover .dropdown-content {
	display: block;
}

.dropdown-submenu {
	position: relative;
	margin-left: 0 !important;
	padding: 0 !important;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

.dropdown-submenu li {
	margin-left: 0 !important;
	padding: 0 !important;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}

.custom-justify-content {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

@media screen and (max-width: 480px) {

	.navbar-nav a.nav-link {
		color: rgba(0, 0, 0, .9) !important;
	}

	.navbar {
		height: 40px !important;
	}

	.navbar-nav {
		box-shadow: 1px 1px 4px black;
	}

	.navbar-nav>li {
		border-bottom: 1px solid lightgrey !important;
		padding: 0;
	}

	.navbar-nav>li a {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.navbar-nav>li:hover {
		color: rgba(0, 0, 0, .9);
		background: white;
		font-size: 11px;

	}

	.dropdown-menu .dropdown-item {
		font-size: 11px !important;
	}

}


ol,
ul,
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}



.mob-banner-image {
	display: none;
}

footer {
	background: #07407b url(../image/footer_map.jpg) no-repeat center center;
	padding: 20px 0 20px 0;
	color: #FFF;
	position: static;
	bottom: 0;
}

/*.dropdown-menu{
	padding-top: 0px;
	padding-bottom:  0px;
}
.dropdown-menu .dropdown-item{
	border-bottom: 1px solid black;
	font-size: 15px; 
	 	
}

.dropdown-menu .dropdown-item:hover{
	border-bottom: 1px solid #35328f;

}*/
.footer_title {
	position: relative;
	font-size: 16px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	font-family: 'Roboto-Bold';
	margin: 0 0 35px 0;
}

.footer_title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 54px;
	height: 2px;
	background: #7fcdee;
}

ul.footer_address {
	margin: 0px;
	padding: 0px;
}

ul.footer_address li {
	list-style-type: none;
	display: block;
	font-size: 15px
		/*15px*/
	;
	margin: 0 0 10px 0;
	position: relative;
	padding: 0 0 0 25px;
	text-align: left;
}

ul.footer_address li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #7fcdee;
	font-size: 20px;
}

ul.footer_menu {
	margin: 0px;
	padding: 0px;
}

ul.footer_menu li {
	list-style-type: none;
	position: relative;
	padding: 0 0 0 20px;
	color: #FFF;
	font-size: 15px
		/*14px*/
	;
	margin: 0 0 13px 0px;
}

ul.footer_menu li a {
	color: #FFF;
	text-decoration: none;
}

ul.social_icn {
	margin: 0px;
	padding: 0px;
}

ul.social_icn li {
	list-style-type: none;
	float: left;
	margin: 0 10px 0 0;
}

a {
	text-decoration: none;
	color: #006384;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}


.vertical {
	position: relative;
	background: #FFF;
	border: 1px solid #d4d4d4;
}

.vertical ul {
	list-style: none;
}

.vertical li {
	position: relative;
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #d4d4d4;
	font-size: 18px
		/*14px*/
	;
	font-family: 'Roboto-Medium';
}

.vertical a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 15px 17px;
	background: #FFF;
}

@media (min-width: 768px) {
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

}

@media(min-width:768px) {
	.vertical a {
		color: #333;
		text-decoration: none;
		display: block;
		padding: 14px 7px;
		background: #FFF;
		width: -53px;
		font-size: 18px;
	}

	.row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: nowrap;
		margin-right: -15px;
		margin-left: -15px;
	}

	.contact {
		width: 60%;
		padding: 5px 10px 5px 20px;
	}

	.translate {
		width: 35%;
		padding: 5px 13px 5px 13px;
	}


	.fontsize {
		width: 35%;
		padding: 5px 10px 5px 10px;
	}


}

.vertical li:hover>a {
	background: #f7931e;
	color: #FFF;
}

.fa-angle-right:before {
	content: "\f105";
}

.vertical ul ul {
	position: absolute;
	z-index: 100;
	border: 1px solid #d4d4d4;
	left: 80%;
	top: 0;
	width: 200px;
	visibility: hidden;
	opacity: 0;
	transition: transform 0.2s;
	transform: translateX(50px);
	background: white;
}

ol,
ul,
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.vertical li span i {
	font-size: 22px
		/*18px*/
	;
	float: right;
	color: #f7931e;
}

.vertical li i {
	color: #f7931e;
	margin: 0 5px 0 0;
}

.vertical li:hover>ul {
	left: 100%;
	visibility: visible;
	opacity: 1;
	transform: translateX(0px);
}

.vertical li.mobile_menu_on {
	display: none;
}

.vertical li:hover>a i {
	color: #FFF;
}


@media screen and (max-width: 480px) {

	.vertical li.mobile_menu_on {
		display: block;
	}

	.vertical li span {
		display: none;
	}

	li.mobile_menu_on.sub a,
	li.mobile_menu_on a {
		padding: 10px 17px 10px 50px;
	}
}



/*.principal_desk_box{
	box-shadow : 0 4px 5px 0;
	box-shadow : 0 4px 20px 0;
	border-radius: 5px;
	margin: 30px 20px;
}*/
.principal_desk_box {
	margin: 30px 80px;

}


.principal_desk_box p {
	margin-top: 20px;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 28px;
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
	padding-left: 100px;
	padding-right: 100px;
}

.principal_desk_box.showContent p {
	height: auto;
}

.principal_head {
	margin-top: 30px;
}

/*.principal_desk_box.showContent .show_more{
	background: linear-gradient(to bottom right, white, #e75480);
}

.principal_desk_box.showContent .show_more:hover{
	background: linear-gradient(to bottom right, #e75480, white);
}*/

.show_more,
.aishe {
	background: #35328f;
	box-shadow: 2px 2px 10px black;
	cursor: pointer;
	border-radius: 5px;
	border: none;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #fff;
}

.show_more:hover {
	background: #35328f;
}

/*.vission_mission{
	box-shadow : 0 4px 5px 0;
	box-shadow : 0 4px 20px 0;
	border-radius: 5px;
	height: 500px;
	width: 1500px;
}*/
.vis_mis {
	margin-top: 10px;
}

.obj-text ul {
	font-size: 20px;
	margin-top: 13px;
	margin-bottom: 70px;
	color: #757575 !important;
}



.vis-mis-text {
	font-size: 16px;
	padding-top: 10px;
	padding-left: 25px;
	color: #757575 !important;
}

.unq-feat ul {
	border: 1px solid;

	padding-left: 0px;

}

.unq-feat ul li {
	padding: 8px 16px;
	font-size: 18px;
	list-style: none;
	border-bottom: 1px solid #ddd;

}

.unique-features {
	margin-top: 10px;
	padding-left: 10px;
}

.bballb-admission {
	margin-left: -65px;
}

.bballb-admission ul {
	border: 1px solid;
	width: 550px;
	padding-left: 0px;
	margin-left: 40px;

}

.bballb-admission ul li {
	padding: 8px 16px;
	list-style: none;
	border-bottom: 1px solid #ddd;

}

.notice::-webkit-scrollbar,
.events::-webkit-scrollbar {
	width: 20px;
}

.notice::-webkit-scrollbar-track,
.events::-webkit-scrollbar-track {
	background-color: #e4e4e4;
	border-radius: 100px;
}

.notice::-webkit-scrollbar-thumb,
.events::-webkit-scrollbar-thumb {
	border-radius: 100px;
	border: 6px solid rgba(0, 0, 0, 0.18);
	border-left: 0;
	border-right: 0;
	background-color: #8070d4;
}

@media(max-width:600px) {
	.certificate .list-group {

		margin-left: 25px;
	}

}



/* img { */
	/*	*/
/* } */

.vis_mis_head {
	padding-top: 15px;
	text-align: center;
	border-bottom: 1px solid;
	/*	border-bottom: 1px dotted #35328f;*/
}

.footer-block {
	font-size: 18px;
	color: white;
}


a {
	text-decoration: none !important;
	color: #fff;
}

ul li a:hover {
	color: #c7c7c7;
}

footer ul li {
	list-style: none;
	line-height: 2;

}

.main-social {
	margin-left: 12px;
}

.social li {
	display: inline;
	margin-right: 15px;
}

.home-contact {
	margin-top: 60px;
	margin-bottom: 60px;
}

.notice_eve {

	height: 400px;
	padding-top: 30px;
	padding-bottom: 20px;
	width: auto;
	background-color: rgb(77, 77, 77);
	margin-bottom: 10px;
}

/* .row {
	margin-right: 0px;
} */

.notice {
	overflow: auto;
	margin-top: 0px;
	padding: 10px;
	background-color: #35328f;
	margin-bottom: 10px;
}

.in-notice {

	height: 50px;
	background-color: white;
	margin-left: 18px;
}


.events {
	margin-top: 0px;
	padding: 10px;
	background-color: #35328f;
	margin-bottom: 10px;
}

.in-events {

	height: 50px;
	background-color: white;
	margin-left: 18px;
}

/*.mob-header{
	display: none;
}
*/


.principal_mob_box {
	display: none;
}

.fa-map-marker,
.fa-phone,
.fa-envelope {
	color: #35328f;
	font-size: 30px;
}

.contact-us {
	margin-left: 20px;
}

.googleMap {
	height: 00px;
}

.contact-text {
	font-size: 16px;
}

.contact-form {
	height: 500px;
	width: 800px;
	box-shadow: 5px 5px 20px;
	margin-bottom: 30px;
}

input[type=text],
select,
textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}

input[type=submit] {
	background-color: #35328f;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #4e4abdd1;
}

.container {
	border-radius: 5px;
	padding: 20px;
}

.bba-llb-head {

	text-align: center;
	margin-top: 25px;
}

/* .bba-llb-subhead {} */

.bba-llb-text {
	text-align: justify;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 10px;
	line-height: 1.5;
}

.bba-llb-table {
	width: 600px;
	margin-left: 80px;
	font-size: 16px;
}

.below-table {
	font-size: 16px;
	margin-left: 90px;
}


.tablinks {
	padding: 6px;
	border: none;
	background-color: #35328f;
	box-shadow: 3px 4px 10px;
	font-size: 17px;
	color: #fff;
}

.tablinks:hover {
	box-shadow: 0px 0px 0px;
	border-radius: 5px;
}

.card {
	margin-top: 15px;
	margin-bottom: 15px;
	border: none;
}

.card-body {
	box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 4px 20px 0 rgb(0 0 0 / 19%);
	border-radius: 10px;
}

#Vision p {
	font-size: 16px;
	padding-top: 10px;
	text-align: justify;
}

#Mission p {
	font-size: 16px;
	padding-top: 10px;
	text-align: justify;
}

#Quality p {
	font-size: 16px;
	padding-top: 10px;
	text-align: justify;
}

/*#Vision ul,li{
	font-size: 16px;
	padding: 3px 5px;

	text-align: justify;
}*/

.bba-llb-stuffs {
	font-size: 16px;
	text-align: justify;
}

.scme-paper-head {
	background-image: linear-gradient(to right, #35328f, white);
	padding: 5px;
	color: #fff;
}

.scme-paper-list li {
	border-bottom: 1px solid #ddd;
	list-style: none;
	font-size: 17px;
	padding: 10px;
	margin-left: -40px;
}

.bba-llb-faculty-table {
	font-size: 20px;
	padding: 10px;
}

.staff-header {
	text-align: center;
	margin-top: 30px;
}

.faculty-img {
	width: 200px !important;
	height: 200px !important;
	margin-top: 50px;
	margin-left: 100px;
}

.non-faculty-img {
	width: 203px;
	height: 200px;
	margin-top: 50px;
	margin-left: 10px;
}

.staffs {
	text-align: center;
}

.staff-place {
	margin-top: 10px;
	font-size: 20px;
	margin-left: 100px;
}

.staff-name {
	margin-top: 50px;
	font-size: 20px;
	margin-left: 20px;
}

.prince-name {
	margin-top: 50px;
	font-size: 20px;
	margin-left: 100px;
}

.vice-name {
	margin-top: 50px;
	font-size: 20px;
	margin-left: 125px;
}

.iqac-name {
	margin-top: 50px;
	font-size: 20px;
	margin-left: 121px;
}

.assist-name {
	margin-top: 50px;
	font-size: 20px;
	margin-left: 115px;
}

.princ-place {
	margin-top: 10px;
	font-size: 20px;
	margin-left: 100px;
}

.iqac-place {
	margin-top: 10px;
	font-size: 20px;
	margin-left: 120px;
}

.assist-place {
	margin-top: 10px;
	font-size: 20px;
	margin-left: 110px;
}

.vice-place {
	margin-top: 10px;
	font-size: 20px;
	margin-left: 120px;
}

.qualification {
	margin-top: 20px;
	font-size: 20px;
	margin-left: 119px;
}

.prince-quali {
	margin-top: 20px;
	font-size: 20px;
	margin-left: 119px;
}

.iqac-quali {
	margin-top: 20px;
	font-size: 20px;
	margin-left: 130px;
}


.full-pro-1 {
	margin-bottom: 30px;
}

.Welcome {
	margin: 60px 80px;

}

.welcome-text {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 28px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: justify;
	margin-bottom: 30px;
}

.badge {
	background-color: #a8a6f1;
	font-size: 14px;
	color: white;
}

.bba-llb-sub-head-admission {
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}

.schm-paper-text {
	font-size: 16px;
}

.bordr {
	border-right: 1px solid rgb(195, 195, 195);
}

.about-head {
	border-bottom: 5px solid #35328f;
	margin-top: 60px;
	text-align: center;
	padding-bottom: 10px;
}

.about {
	margin-top: 50px;
}

.statu_comm_text {
	font-size: 16px;
	text-align: center;

}

.statu_comm_box {
	margin-top: 40px;
}

.statu_comm_box_text {
	text-align: center;
	font-size: 16px;
}

.statu_comm_data {
	margin-top: 10px;
}

.anti-table-data {
	font-size: 16px;
}

.compos-head {
	margin-top: 60px;
	text-align: center;
}

.compos-table {
	margin-top: 30px;
	width: 450px;
	margin-left: 320px;
}

.mom-table {
	margin-top: 30px;
	width: 600px;
	margin-left: 270px;
}

.ee-table {
	margin-top: 30px;
	width: 700px;
	margin-left: 230px;
}

.sr-table {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 450px;
	margin-left: 340px;
}

.compos-table th {
	padding-left: 30px;
}

.compos-table td {
	padding-left: 40px;
}

.meet-year {
	text-align: center;
	font-size: 20px;

}

.meet-stuff {
	text-align: justify;
	margin-left: 200px;
	margin-right: 200px;
	font-size: 16px;
	margin-top: 20px;
}

.agenda {
	margin-left: 200px;
}

li {
	font-size: 16px;
}

.feedback_analysis {
	width: 1040px;
}

@media only screen and (max-width : 768px) {
	/*//////////////////////////////*/

	body {
		margin: 0px;
	}

	.container-fluid {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/*header{
		display: none;
	}
*/
	.mob-header {
		display: block;
		height: 70px;

	}

	.navbar {
		height: 30px;
	}

	.mob-header .logo-img {
		width: 40px;
	}

	.text-pink {
		color: #35328f;
		font-size: 8px;
		margin-top: -20px;
		margin-left: -40px;
	}

	.head-name {
		font-size: 12px;
		margin-top: -17px;
		margin-left: -40px;
		line-height: 1;
	}

	.mob-header .logo-img2 {
		width: 50px;
		margin-left: -5px;
	}

	/*	.navbar-toggler	{
		width: 30px;
		height: 26px;
		background-color: white;
	}*/

	.fa-list {
		/*margin-top: -30px;*/
		margin-left: -8px;
	}

	.navbar-nav {
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		color: #35328f;
		margin-left: 10px;
		background: white;
		width: 300px;
		margin-left: -16px;
		padding-left: 20px;
	}

	.navbar-nav .nav-link {
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		color: #35328f;
		margin-left: 10px;
		background: white;
		width: 160px;
		margin-left: -16px;
		padding-left: 20px;
	}

	.principal_desk_box {
		margin: 0;
	}

	.Welcome {
		margin: 0;
	}
}


.navbar-expand-lg {
	z-index: 1;
}





.banner-image {
	display: none;
}

/* .mob-banner-image {
		display: block;
	} */


.principal_head {
	text-align: center;
}



.principal_desk_box p {
	/* margin-left: -70px; */
	/* height: 200px; */
	font-size: 15px;
	padding: 20px;

}

/* 
	.principal-text {
		padding-right: 0px !important;
	}
 */


.Welcome {
	margin-top: 30px;
}

.welcome-text {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 28px;
	margin-left: -80px;
	padding-right: 20px !important;
	text-align: justify;
	margin-bottom: 30px;
}


input[type=text],
select,
textarea {
	width: 100%;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}

input[type=submit] {
	background-color: #35328f;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.contact-text {
	font-size: 15px;
}

input[type=submit] {
	background-color: #35328f;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.vis_mis p {
	text-align: justify;
}

.vis_mis_head {
	padding-top: 15px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid;
	font-size: 25px;

}

.vis-mis-text {
	font-size: 13px;
}

.obj-text {
	margin-top: -5px;
	margin-left: -20px;
}

.obj-text ul {
	font-size: 15px;
	text-align: justify;
}

.unq-feat ul {
	width: 360px;
}

.unq-feat ul li {
	font-size: 15px;
}

.bballb-admission ul {
	width: 360px;
	margin-left: 0px;
}

.bballb-admission ul li {
	font-size: 15px;
}

.bba-llb-head {
	font-size: 25px;
	margin-top: 30px;
}

.bba-llb-head-admission {
	font-size: 25px;
	margin-top: 30px;
}

.bbba-llb-sub-head-admission {
	font-size: 10px;
}

.bba-llb-text {
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 10px;
	line-height: 1.5;
	margin-left: 10px;
	margin-right: 10px;
}

.bba-llb-table {
	width: 100%;
	font-size: 13px;
	margin-left: -10px;
}

.table td {
	padding-left: 0px;
	text-align: justify;
}

.below-table {
	font-size: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

.tablinks {
	font-size: 15px;
}

#Vision p {
	font-size: 15px;
	padding-top: 10px;
	text-align: justify;
}

#Mission p {
	font-size: 15px;
	padding-top: 10px;
	text-align: justify;
}

#Quality p {
	font-size: 15px;
	padding-top: 10px;
	text-align: justify;
}

#Vision ul,
li {
	font-size: 15px;
	padding-top: 5px;
	text-align: justify;
}

.bba-llb-stuffs-head {
	font-size: 25px;
	padding-left: 5px;
}

.bba-llb-stuffs {
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.scme-paper-head {
	background-image: linear-gradient(to right, #35328f, white);
	padding: 5px;
	color: #fff;
}

.scme-paper-list li {
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	list-style: none;
	padding: 10px;
	margin-left: -40px;
}

.bba-llb-faculty-table {
	font-size: 15px;
	text-align: center;
}

.bba-llb-faculty {
	margin-left: -20px;
}

.bba-llb-head {
	font-size: 30px;
}

.bba-llb-subhead {
	font-size: 20px;
}

.bba-llb-sub-head-admission {
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
}

.staff-header {
	text-align: center;
	margin-top: 40px;
	font-size: 30px;
}

/* .staffs {} */

.staff-place {
	margin-top: -5px;
	font-size: 20px;
	margin-left: 0px;
}

.staff-name {
	margin-top: 10px;
	font-size: 20px;
	margin-left: 0px;
}

.faculty-img {
	width: 202px;
	height: 150px;
	margin-top: 30px;
	margin-left: 0px;
}

.qualification {
	margin-top: 10px;
	font-size: 20px;
	margin-left: 0px;
}

.non-faculty-img {
	width: 202px;
	height: 150px;
	margin-top: 50px;
	margin-left: 10px;
}

.schm-paper-text {
	font-size: 15px;
}

.about-head {
	font-size: 30px;
}

.bordr {
	border: none;
}

.unique-features {
	margin-top: 10px;
	padding-left: 15px;
}

.about-head {
	border-bottom: 5px solid #35328f;
	margin-top: 60px;
	padding-left: -10PX;
	padding-bottom: 10px;
}

.vis-head {
	padding-left: 10px;
}

.statu_comm {
	font-size: 30px;
}

.statu_comm_text {
	font-size: 15px;
	margin-top: 10px;
}

.statu_comm_box_text {
	text-align: justify;
	padding: 0 20px 0 20px;
	font-size: 15px;
}

.statu_comm_box_text2 {
	margin-top: 15px;
}

.anti-table-data {
	font-size: 15px;
}

.compos-table {
	margin-top: 30px;
	width: 350px;
	margin-left: 0px;
}

.mom-table {
	margin-top: 30px;
	width: 350px;
	margin-left: 0px;
}

.ee-table {
	margin-top: 30px;
	width: 360px;
	margin-left: 0px;
	text-align: center;
}

.sr-table {
	margin-top: 30px;
	width: 350px;
	margin-left: 0px;
}

.bballb-admission {
	margin-left: -15px;
}

.minutes ol {
	border: 1px solid;
	width: 360px;
	padding-left: 0px;
	margin-left: 50px;
}

.meet-year {
	text-align: center;
	font-size: 16px;

}

.minutes ol li {
	padding: 8px 16px;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
}

.meet-stuff {
	padding: 10px;
	text-align: justify;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 16px;
	margin-top: 20px;
}

.agenda {
	margin-left: 10px;
}

.wiley {
	font-size: 14px;
}

.minutes ol li {
	list-style: none;
	margin-left: 0px;
}



.bg-dark {
	background-color: #35328f !important;
}

/*.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #35328f !important;
}*/


/*validation*/

.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

.contact .php-email-form button[type="submit"] {

	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
	background: #2383c4;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*photo gallery*/
.photo-gallery {
	color: #313437;
	background-color: #fff;
}

.photo-gallery p {
	color: #7d8285;
}

.photo-gallery h2 {
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
}

@media (max-width:767px) {
	.photo-gallery h2 {
		margin-bottom: 25px;
		padding-top: 25px;
		font-size: 24px;
	}
}

.photo-gallery .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto 40px;
}

.photo-gallery .intro p {
	margin-bottom: 0;
}

.photo-gallery .photos {
	padding-bottom: 20px;
}

.photo-gallery .item {
	padding-bottom: 30px;
}

.caption {
	display: block;
}

.bg-blue {
	background: #07407b;
}

.font-14 {
	font-size: 14px;
}

/* Scroll to top */
#button {
	display: inline-block;
	background-color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 34px;
	right: 27px;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	color: #006384;
}

@media(max-width:600) {
	#button {
		display: inline-block;
		background-color: #fff;
		width: 40px;
		height: 40px;
		text-align: center;
		border-radius: 4px;
		position: fixed;
		bottom: 50px !important;
		right: 40px;
		transition: background-color .3s,
			opacity .5s, visibility .5s;
		opacity: 0;
		visibility: hidden;
		z-index: 1000;
		color: #006384;
	}

}

#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	position: relative;
	top: -5px;

	font-style: normal;
	font-size: 2em;
	line-height: 50px;

}

#button:hover {
	cursor: pointer;
	border: 2px inset #07407B;
	color: #07407B !important;

}

#button:active {
	background-color: #07407B;
	color: #fff;
}

#button.show {
	opacity: 1;
	visibility: visible;
}

/* Styles for website counter container */
.visitorcounter {
	margin-right: 18%;

}

.vertical .ul span {
	display: none;
}

@media(max-width:600px) {
	.visitorcounter {
		margin-right: 27%;

	}

	.navbar-nav {
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		color: #35328f;
		margin-left: 10px;
		background: white;
		width: 377px;
		margin-left: -16px;
		padding-left: 20px;
	}
}

.visitorcounter span {
	font-size: 20px;
	padding: 10px;
	/* text-align: center; */
}

.visitorcounter .counter {
	width: 60px;
	height: 20px;
	font-size: 22px;
}

.visitorcounter .counter .website-counter {
	background-color: white;
	color: black;
	padding: 10px 20px;
	border-radius: 10px;
}

/* Styles for reset button */
#reset {
	margin-top: 20px;
	background-color: #008cba;
	cursor: pointer;
	font-size: 18px;
	padding: 8px 20px;
	color: white;
	border: 0;
}

/*** Styles for Google Translate  ***/
.goog-te-gadget-icon{
	padding: 10px;
    border-radius: 10px;
	display: none;
}

.goog-te-gadget-simple{
	/* padding: 10px; */
	border-radius: 10px;
	
	/* width: 10rem; */
}
#google_translate_element{
	padding: 10px;
}

/*************************************/
/******** utility class Start *******/
/***********************************/
.overflow-hidden{
	overflow: hidden;
}
.fw-bold{
	font-weight: bold;
}
.text-center{
	text-align: center;
}

/***********************************/
/******** utility class End *******/
/*********************************/