html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: 'Oxygen', sans-serif;
	color: #505050;
	font-size: 0.82em;
	line-height: 1.6em;
	height: 100%;
}

@-moz-document url-prefix() {
	body {
		font-size: 0.85em;
		line-height: 1.3em;
		color: #333;


	}
}

input,
textarea {
	font-family: 'Oxygen', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
form input[type=text],
form select {
	width: 100%;
	height: 35px;
	padding: 5px 10px;
	margin-bottom: 5px;

}

form textarea {
	width: 100%;
	height: 100px;
	padding: 5px 10px;
}

hr {
	border-top: 3px solid #efefef;
}

h1 {
	font-size: 2.2em;
	font-weight: bold;
	margin: 10px 0;
	line-height: 1.1em;

}

h2 {
	font-size: 1.9em;
	margin: 10px 0 5px 0;
	font-weight: bold;
}

h3 {
	font-size: 1.6em;
	margin: 10px 0 5px 0;
	font-weight: bold;
	color: #6f2c91;

}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #6f2c91;

}

p {
	margin: 5px 0;
	letter-spacing: 0.05em;
	`
}

.container {
	width: 90%;
	margin: auto;
}

@media screen and (min-width: 767px) {
	aside {
		float: left;
		width: 25%;
		margin-right: 3%;
	}


	content {
		float: right;
		width: 72%;

	}
}

.sticky {
	position: fixed;
	top: 0;
	width: 25% !important;
	margin-right: 3% !important;
}

content ul {
	list-style: circle;
}

content ul li {
	margin-left: 20px;
}

.button {
	background: #6f2c91;
	color: white;
	padding: 5px 10px;
	border: none;
	font-size: 0.9EM;
	font-weight: bold;

}

.button:link {
	text-decoration: none !important;

}

.button:hover {
	background-color: #333;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	;
	-o-transition: background 0.4s;
	transition: background 0.4s;

}

#loginstat {
	top: -0px;
	right: 0px;
	padding: 5px 5px 0 5px;
	position: absolute;
	width: 100%;
	z-index: 100;
}

#usersetting {
	display: none;
	right: 5px;
	top: 27px;
	padding: 5px;
}

#usersetting a {
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
	color: white;
	float: right;
	display: block;
	padding: 2px 5px;
	margin: 2px;
	background-color: #aaa;

	border-top: 2px solid #bbb;
	border-left: 2px solid #bbb;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
}

#usersetting a:active {
	color: #eee;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
}

#wrapper {}

#loggedinuser a {
	font-weight: bold;
	padding: 5px 5px 0 0;
	float: right;
	color: white;
	text-decoration: none;
}

#setting img {
	padding: 3px;
	float: right;
	width: 35px;
}

.sel {
	background-color: #ccc;
}


header,
footer {
	/* background-image: url(../images/college/header_bg.jpg); */
	background-size: cover;
}


#line {
	background-image: url(../images/college/header_bg.jpg);
	height: 10px
}

#logo {
	margin: 20px 0 0px 0;
}

@media (min-width:1200px) {
	#logo {
		position: relative;
		top: 20px;
		margin: 10px 0 0px 0;


	}

}



/*main menu*/

#collapsed {
	cursor: pointer;
	font-weight: bold;
	display: none;
	margin: auto;
	margin-top: 10px;
	overflow: hidden;
	background: #CCC;
}

#bars {
	margin: 5px;
	float: left;
}

.bar {
	width: 20px;
	height: 4px;
	border-radius: 5px;
	margin: 1px;
	background-color: black;
}

#collapsemenu {
	line-height: 28px;
}

nav {}

nav {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

nav li {
	list-style-type: none;
}

nav li a {
	display: block;
	float: right;
	padding: 5px 15px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

nav li a:hover {
	color: #6f2c91;
}

nav li a:first-child {
	margin-left: 0px;
}



#main {
	padding: 40px 0;
}


@media (max-width:600px) {
	#main {
		padding: 20px 0;
	}


}

#welcome {
	float: left;
	margin-right: 10px;
}

#student_form {
	/*display: none;*/
	padding: 15px;
	background-image: url(../images/college/login_bg.jpg);
	width: 240px;
	float: right;
}

#student_form input[type=text],
#student_form input[type=password] {
	background: white;
	border: none;
	padding: 5px 10px;
	width: calc(100%);
	margin-top: 10px;
}

#student_form .button {
	background: #FFF;
	color: #6f2c91;
	cursor: pointer;

}

#student_form .button:hover {
	background: #ffd904;
	color: #6f2c91;

}

.hide {
	display: none;
}

.withlogin {
	width: calc(100% - 220px - 20px - 30px);
}

.full {
	width: calc(100% - 20px - 10px);
}

#student_form h4 {
	color: white;
}

.form_button input {
	width: 60px;
	font-weight: bold;
	background-color: rgb(255, 203, 5);
	border-top-color: rgb(255, 222, 89);
	border-left-color: rgb(255, 222, 89);
	border-right-color: rgb(196, 156, 0);
	border-bottom-color: rgb(196, 156, 0);
	/*margin:auto;*/
}

.form_error {
	color: red;
	padding: 5px;
}

#message_principal {
	clear: both;
	overflow: hidden;
	background-color: #f3f3f3;
	padding: 20px;
	margin: 25px 0;
}

#message_principal img {
	display: block;
	float: left;
	margin-right: 20px;
	width: 150px;
}

#message_principal p {
	width: calc(100% - 170px);
	float: right;
}

#message_principal h3 {
	margin: 0 0 0px 0;
}

#notice {
	/*border:1px solid black;*/
	min-height: 350px;
	/*clear: both;*/
	float: left;
	padding: 20px;
	width: calc(20%);
	background: url(../images/college/news-bg.jpg);
}

#notice h3 {
	font-size: 1.4em;
}

#courses {
	width: 80%;
	float: left;
}

.course {
	float: left;
	width: calc(20% - 20px);
	margin-right: 20px;
}

.course img {
	width: 100%;
}

.course p {
	margin: 0 0 10px 0;
	overflow: hidden;
	height: 145px;
}

.course_title {
	text-decoration: none;
}

.more_course {
	background: #6f2c91;
	color: white;
	padding: 5px 10px;
	border: none;
	text-decoration: none;
	font-size: 0.9em;
	margin-top: 10px !important;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	;
	-o-transition: background 0.4s;
	transition: background 0.4s;

}


.coursecycle_left {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.coursecycle_right {
	width: 49%;
	float: left;
}




.coursecycle table {
	border-top: none;
	width: 100%;
	font-size: 0.9em;
	margin: 20px 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;


}

.coursecycle table tr:hover {
	background: #fbf8e9;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.coursecycle table td,
.coursecycle table th {
	border-left: 1px solid #ccc;
	padding: 5px 10px;
	text-align: left;
}

.coursecycle table th {
	padding: 8px 10px;
	text-transform: uppercase;
	color: white;

}

#bim .coursecycle table th {
	background: url(../images/college/bim_bg.jpg);
}

#bhm .coursecycle table th {
	background: url(../images/college/bhm_bg.jpg);
}

#bsccsit .coursecycle table th {
	background: url(../images/college/bsccsit_bg.jpg);
}

#bbm .coursecycle table th {
	background: url(../images/college/bbm_bg.jpg);
}

#bca .coursecycle table th {
	background: url(../images/college/bca_bg.jpg);
}

.coursecycle table td:first-child,
table th:first-child {
	border-left: none;
}

.coursecycle table tr:nth-child(even) {
	background: #Fff
}

.coursecycle table tr:nth-child(odd) {
	background: #efefef
}

.coursecycle table th:nth-child(even) {
	width: 27%;
}

.coursecycle table th:nth-child(odd) {
	font-size: 1.2em;
}

.coursecycle table th:first-child {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.coursecycle table th:last-child {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.coursecycle table th:only-child {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.coursecycle table tr:last-child td:first-child {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.coursecycle table tr:last-child td:last-child {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}



/*vertical menu*/
aside nav li {
	list-style-type: none;
	border-bottom: 2px solid white;
}

aside nav li a {
	display: block;
	float: none;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: normal;
	color: white;
	font-size: 1.1em;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: grey url(../images/college/nav_bg.jpg) -284px no-repeat;

}

aside nav li a:hover {
	color: white;
	background-position: 0px !important;
}

/***********bim**********/

#bim .course_title {
	color: #dc3f6f;
}

#bim .more_course {
	color: white;
	background-color: #dc3f6f;
}

#bim h3,
#bim h1 {
	color: #dc3f6f;
}

#bim aside nav li a {
	background-color: #dc3f6f;
}


/***************bhm****************/

#bhm .course_title {
	color: #e6772e;
}

#bhm .more_course {
	color: white;
	background-color: #e6772e;
}

#bhm .coursecycle th {
	background: url(../images/college/header_bg.jpg);
	color: white;
	text-transform: uppercase;
	padding: 7px 10px;
}

#bhm h3,
#bhm h1 {
	color: #e6772e;
}

#bhm aside nav li a {
	background-color: #e6772e;
}



/***************bsccsit****************/

#bsccsit .course_title {
	color: #7ebb44;
}

#bsccsit .more_course {
	color: white;
	background-color: #7ebb44;
}

#bsccsit .coursecycle th {
	background: url(../images/college/header_bg.jpg);
	color: white;
	text-transform: uppercase;
	padding: 7px 10px;
}

#bsccsit h3,
#bsccsit h1 {
	color: #7ebb44;
}

#bsccsit aside nav li a {
	background-color: #7ebb44;
}


/***************bbm****************/

#bbm .course_title {
	color: #1aa3b7;
}

#bbm .more_course {
	color: white;
	background-color: #1aa3b7;
}

#bbm .coursecycle th {
	background: url(../images/college/header_bg.jpg);
	color: white;
	text-transform: uppercase;
	padding: 7px 10px;
}

#bbm h3,
#bbm h1 {
	color: #1aa3b7;
}

#bbm aside nav li a {
	background-color: #1aa3b7;
}

/***************bbm****************/

#bca .course_title {
	color: #e03533;
}

#bca .more_course {
	color: white;
	background-color: #e03533;
}

#bca .coursecycle th {
	background: url(../images/college/header_bg.jpg);
	color: white;
	text-transform: uppercase;
	padding: 7px 10px;
}

#bca h3,
#bca h1 {
	color: #e03533;
}

#bca aside nav li a {
	background-color: #e03533;
}




#bim .more_course:hover,
#bhm .more_course:hover,
#bsccsit .more_course:hover {
	color: white;
	background-color: #333;
}


#eventbox {
	background: url(../images/college/event.jpg) fixed;
}

#eventbox h3,
.event h4 {
	color: white;
}

.event {
	background-color: #c61d23;
	float: left;
	width: calc(50% - 10px);
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 150px;
	color: white;
	opacity: 0.9;
}

.event:nth-child(even) {
	margin-left: 10px;
	margin-right: 0px;
}

.event_img {
	width: 40%;
	overflow: hidden;
	float: left;
	overflow: hidden;

}

.event img {
	height: 150px;
}

.event_desc {
	width: 60%;
	float: right;
	padding: 20px;
	font-size: 0.9em;

}

.event_title {
	font-weight: bold;
	font-size: 1em;


}

#students_views {
	overflow: hidden;
	clear: both;
	padding: 10px;
	line-height: 1.2em;
}

#students_views h3 {
	text-align: center;
	margin-bottom: 25px;
}

.student_view {
	float: left;
	width: 25%;
	text-align: center;
}

.student_view img {
	display: block;
	margin: auto;
	width: 100px;
	height: 100px;
	border-radius: 100px;
}

.student_view p {
	width: 80%;
	margin: auto;
}

.student_name {
	color: #6f2c91;
	font-weight: bold;
	font-size: 1.1em;

}


.more_view {
	color: rgb(111, 45, 145);
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px dashed rgb(111, 45, 145);
}



footer {
	clear: both;
	background-color: #f3f3f3;
	color: white;

}

footer h2 {
	font-size: 1.3em;
	margin-bottom: 15px;

}

#top_footer {
	padding: 30px 0;
}

footer a {
	color: white;
	text-decoration: none;
}

footer a:hover {
	color: #ddd;
}

#top_footer .tu {
	float: right;
	text-align: center;
	margin: 20px;
}

@media (max-width:767px) {
	#top_footer .tu {
		float: none;
		text-align: center;
		margin: 20px;
		clear: both;
	}

	#top_footer ul {
		float: none !important;
		margin: 20px !important;
		text-align: center;
	}
}


#top_footer ul {
	float: left;
	margin-right: 50px;
}

#bottom_footer {
	clear: both;
	/*	background-color: rgb(199,199,199);
	color:#666;
*/
	padding: 15px 0;
}

/*student page*/
.courseofstudy {
	margin-bottom: 20px;
	clear: both;
	border-collapse: collapse;
}

.courseofstudy th {
	padding: 5px;
	background-color: #ccc;
}

.courseofstudy #sn {
	width: 100px;
}

.courseofstudy #semester {
	width: 300px;
}

.courseofstudy tr:nth-child(even) {
	background-color: #ddd;
}

.courseofstudy tr:hover {
	background-color: #ccc;
}

#question_selection {
	clear: both;
	overflow: hidden;
	display: block;
	width: 498px;
}

#question_selection div {
	padding: 10px;
	float: left;
}

#question_selection div:nth-child(3) {
	float: right;
}

#question_selection div:last-child {
	float: right;
}

/*-----*/


@media (max-width: 600px) {

	body {
		font-size: .7em
	}

	#logo {
		display: block;
		margin: auto;
		padding: 20px 0 10px 0;
	}


	#collapsed {
		display: block;
	}

	#nav {
		display: none;
		text-align: center;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}

	#nav li a {
		text-align: center;
		display: inline-block;
		float: none;
		margin: 0px;
		padding: 5px;
		text-decoration: none;
		font-weight: bold;
		color: black;
	}


	#welcome {
		text-align: justify;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#student_form {
		clear: both;
		margin: 0 auto;
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}

	#message_principal {
		margin: 40px 0 0px 0;
		padding: 10px;
	}

	#message_principal img {
		width: 100px;
		float: left;
		margin: 0;
		margin-right: 20px;
	}

	#message_principal p {
		text-align: justify;
		width: calc(100%);
		float: none;
	}

	#notice {
		text-align: justify;
		width: calc(100% - 40px);
		height: auto;
		margin: 40px 0;
		padding: 20px;
	}

	#courses {
		height: auto;
		padding: 0;
		width: 100%;
	}

	.course {
		width: 100%;
		margin: 0;
		padding: 0;
		margin-bottom: 40px;
	}

	.course p {
		text-align: justify;
		height: auto;
	}

	#events {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#events h3 {
		text-align: left;
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
		margin-bottom: 20px;
	}

	#event_list {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.event {
		width: 100%;
		margin: 0;
		padding: 0;
		/*padding:0;*/
		margin-bottom: 20px;
	}

	.event:nth-child(even) {
		margin-left: 0px;
		margin-right: 0px;
	}

	#students_views {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.student_view {
		/*text-align: justify;*/
		width: 100%;
		margin: 0;
		padding: 0;
		margin-bottom: 40px;
	}

	.student_view img {
		width: 100px;
		height: 100px;
	}

	#quick_about,
	#quick_academics,
	#social {
		overflow: hidden;
		/*border: 1px solid black;*/
		width: 100%;
		text-align: center;
		margin: 20px auto;
		float: none;
	}

	#social {
		padding: 0;
	}

	#social li {
		width: 100%;
		/*border: 1px solid black;*/
		/*display: inline;*/
		/*margin:0 auto;*/
		text-align: center;
		padding: 0;

	}

	#social li:first-child {
		font-weight: bold;
		margin-bottom: 10px;
		text-decoration: underline;
	}

	#social img {
		border-radius: 100px;
		width: 40px;
		margin: 0;
		display: inline;
	}

	.coursecycle_left {
		float: none;
		width: 100%
	}

	.coursecycle_right {
		float: none;
		width: 100%
	}


}




*,
*:after,
*:before {
	box-sizing: border-box;
}

.animenu__toggle {
	display: none;
	cursor: pointer;
	background-color: #111;
	border: 0;
	padding: 10px;
	height: 40px;
	width: 40px;
}

.animenu__toggle:hover {
	background-color: #0186ba;
}

.animenu__toggle__bar {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}

.animenu__toggle__bar+.animenu__toggle__bar {
	margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
	margin: 0;
	position: absolute;
}

.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
	transform: rotate(45deg);
}

.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
	opacity: 0;
}

.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
	transform: rotate(-45deg);
}

.animenu {
	display: block;
}

.animenu ul {
	padding: 0;
	list-style: none;
	font: 0px 'Open Sans', Arial, Helvetica;
}

.animenu li,
.animenu a {
	display: inline-block;
	font-size: 15px;
}

.animenu a {
	color: #aaaaaa;
	text-decoration: none;
}

.animenu__nav {
	background-color: #111;
}

.animenu__nav>li {
	position: relative;
	border-right: 1px solid #444444;
}

.animenu__nav>li>a {
	padding: 10px 30px;
	text-transform: uppercase;
}

.animenu__nav>li>a:first-child:nth-last-child(2):before {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentColor;
	top: 50%;
	margin-top: -2px;
	right: 10px;
}

.animenu__nav>li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.animenu__nav>li:hover>a {
	color: #fff;
}

.animenu__nav__child {
	min-width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	margin: 20px 0 0 0;
	background-color: #373737;
	transition: margin .15s, opacity .15s;
}

.animenu__nav__child>li {
	width: 100%;
	border-bottom: 1px solid #515151;
}

.animenu__nav__child>li:first-child>a:after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	left: 1em;
	top: -6px;
	border: 6px solid transparent;
	border-top: 0;
	border-bottom-color: inherit;
}

.animenu__nav__child>li:last-child {
	border: 0;
}

.animenu__nav__child a {
	padding: 10px;
	width: 100%;
	border-color: #373737;
}

.animenu__nav__child a:hover {
	background-color: #0186ba;
	border-color: #0186ba;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.animenu__toggle {
		display: inline-block;
	}

	.animenu__nav,
	.animenu__nav__child {
		display: none;
	}

	.animenu__nav {
		margin: 10px 0;
	}

	.animenu__nav>li {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #515151;
	}

	.animenu__nav>li:last-child {
		border: 0;
	}

	.animenu__nav>li:first-child>a:after {
		content: '';
		position: absolute;
		height: 0;
		width: 0;
		left: 1em;
		top: -6px;
		border: 6px solid transparent;
		border-top: 0;
		border-bottom-color: inherit;
	}

	.animenu__nav>li>a {
		width: 100%;
		padding: 10px;
		border-color: #111;
		position: relative;
	}

	.animenu__nav a:hover {
		background-color: #0186ba;
		border-color: #0186ba;
		color: #fff;
	}

	.animenu__nav__child {
		position: static;
		background-color: #373737;
		margin: 0;
		transition: none;
		visibility: visible;
		opacity: 1;
	}

	.animenu__nav__child>li:first-child>a:after {
		content: none;
	}

	.animenu__nav__child a {
		padding-left: 20px;
		width: 100%;
	}
}

.animenu__nav--open {
	display: block !important;
}

.animenu__nav--open .animenu__nav__child {
	display: block;
}



/*table*/
table {
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
	font-size: 0.9em;
	margin: 5px 0;
}



table tr:hover {
	background: #fbf8e9;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

table td,
table th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px 10px;
	text-align: left;
}

table th {
	background-color: #dce9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfceb), to(#f9ecdc));
	background-image: -webkit-linear-gradient(top, #fcfceb, #f9ecdc);
	background-image: -moz-linear-gradient(top, #fcfceb, #f9ecdc);
	background-image: -ms-linear-gradient(top, #fcfceb, #f9ecdc);
	background-image: -o-linear-gradient(top, #fcfceb, #f9ecdc);
	background-image: linear-gradient(top, #fcfceb, #f9ecdc);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

table td:first-child,
table th:first-child {
	border-left: none;
}

table th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

table th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

table th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

table tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

table tr:last-child td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}


/***************top*********/

.cd-top {
	display: inline-block;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-radius: 30px;
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(232, 98, 86, 0.8) url(../images/college/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

#faculty_members {
	width: 500px;
	margin: auto;
	clear: both;
}

#faculty_members table {
	width: 100%;
}

#faculty_selection {}

#faculty_selection div {
	float: left;
	width: 80px;
	height: 30px;
}

#faculty_selection div input {
	border: 1px solid blue;
	margin-top: 5px;
}

@media only screen and (min-width: 300px) and (max-width: 599px) {
	#faculty_members {
		width: 100%;
		margin: auto;
	}

	#faculty_members table {
		/*width: 100%;*/
	}

	#faculty_members table td {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}

#facility_content {
	padding: 5px;
	overflow: hidden;
}

.facility {
	margin: 0 0 30px 0;
	overflow: hidden;
	width: 49%;
	float: left;
	margin-right: 2%;
}

.facility .detail {
	width: 50%;
	float: left;
}

.facility h3 {
	margin-top: 0;
}

.facility:nth-child(even) {
	margin-right: 0;
}

.facility #facility_heading {
	width: calc(100% - 300px);
	height: 200px;
}

.facility #facility_image {
	float: left;
	margin-right: 4%;
	width: 46%;
}

.facility img {
	width: 100%;
}

@media (max-width: 800px) {
	#facility_content {
		margin: 5px 0;
		padding: 0;
	}

	.facility #facility_image {
		float: left;
		margin-bottom: 10px;
		width: 100%;
		height: 100%;
	}

	.facility .detail {
		width: 100%;
		float: left;
	}
}

@media (max-width: 500px) {
	.facility {
		width: 100%;
	}
}

.downloads {
	float: left;
	margin: 0 10px 10px 0;
	width: calc(20% - 20px - 2px);
	border: 1px solid white;
	text-align: center
}

.pic {
	height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
}

.pic img {
	height: 100%;
}

@media only screen and (min-width: 300px) and (max-width: 599px) {
	.downloads {
		width: calc(100% - 20px - 2px);
	}
}


#contact_content {
	margin: 20px 0;
	overflow: hidden;
}

#contact_form {
	width: 50%;
	float: left;
}

#contact_detail {
	text-align: left;
	width: 45%;
	float: right;
}

#map {
	width: 100%;
	height: 400px;
}

@media only screen and (min-width: 300px) and (max-width: 599px) {
	#contact_form {
		width: 100%;
	}

	#contact_form input {
		width: calc(100% - 20px - 4px);
		padding: 5px 10px;
		margin-bottom: 5px;
	}

	#contact_form textarea {
		width: calc(100% - 20px - 2px);
		height: 80px;
		padding: 5px 10px;
	}

	#contact_detail {
		margin: 10px 0;
		text-align: center;
		width: 100%;
		float: right;
	}

	#map {
		width: 100%;
		height: 200px;
	}
}

#album {
	text-align: center;
}

#album div {
	display: inline-block;
	margin: 0 5px;
	text-align: left;
	margin-bottom: 10px;
	background: #efefef;
	width: 270px;
	overflow: hidden;
}

#album div p {
	display: block;
	margin: 0px !important;
	padding: 5px;
}

#album div a {
	text-decoration: none;
	margin: 0;
	display: block;
}

#album div img {
	height: 180px;
}


#management_committee {
	text-align: center;
}

.card-container {
	display: flex;
	justify-content: center;
	gap: 20px;
	/* Space between cards */
	margin-top: 20px;
	padding-bottom: 20px;
	flex-wrap: wrap;
	/* Allow cards to wrap when screen size shrinks */
}

.card {
	padding: 10px;
	width: 150px;
	/* Set a fixed width for the cards */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	/* Add margin at the bottom to prevent overlap when wrapping */
}

.card-image {
	width: 100%;
	/* Make the image responsive */
	border-radius: 8px;
}

.card-name {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #505050;
}

/* Add a media query to make cards smaller on smaller screens */
@media (max-width: 768px) {
	.card {
		width: 120px;
		/* Reduce card width on smaller screens */
	}
}

@media (max-width: 480px) {
	.card {
		width: 100px;
		/* Further reduce card width on very small screens */
	}
}