/**
 * Stylesheet:  style.css
 * Theme:       theme name....
 * Version:     1.0
 * Author:      author....
 * URL:         http://....
 * 
 */

/* Table of contents
=================================================
1. Import CSS and Google Fonts
2. Global Styles
3. Header
4. Menu

=================================================
*/

/*
================================
Import CSS and Google Fonts
================================
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri:400,500,600,700');

/*
================================
Global Styles
================================
*/

body {
	font-family: 'Muli', sans-serif;
	color: #2a2a2a;
	background:#daffb2
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

.slicknav_menu {
	display: none;
	background: #0051BB;
	color: #2a2a2a;
}

.slicknav_btn {
	background: #0c6881 !important;
}

.slicknav_nav .slicknav_item a.menu-icon:before {
	display: none;
}

p {
	line-height: 1.5;
}

a {
	font-family: 'Muli', sans-serif;
	color: #2a2a2a;
}

a:focus {
	outline: none;
}

.form-group input:focus {
	box-shadow: none;
}

h1,
h2,
h3,
h4 {
	font-family: 'Roboto', sans-serif;
}

a:hover,
a:active,
a:visited,
a:focus {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bg {
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.6;
}

.bg-area {
	background: #aeeac9;
}
.headline{
	text-align: center;
}
.headline h2 {
	position: relative;
	font-size: 28px;
	font-weight: 500;
	text-transform: capitalize;
	border: 1px solid #0051BB;
	background: #0051BB;
	color: #fff;
	padding: 12px;
	margin: 0;
}


.table > thead > tr > th,
.table > tbody > tr > td,
.table > tbody > tr > th {
	text-align: center;
	padding: 15px !important;
	border: 1px solid #0051BB !important;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td{
	text-align: center;
	padding: 10px !important;
	border: 1px solid #0051BB !important;
}

/*Preloader*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/*Header-Area*/

.header-area {
	padding: 10px 0;
}

.logo-left,
.logo-right {
	width: auto;
	height: 125px;
}

.logo-left img,
.logo-right img {
	max-width: auto;
	max-height: 100%;
}

.header-college-name {
	text-align: center;
	margin-top: 20px;
}
.header-college-name img{
	width:110%;
	max-width: none;
	height: 130px;
	margin-left: -7%;
}
.header-college-name h1.bangla {
	font-size: 44px;
	font-weight: 600;
	font-family: 'Hind Siliguri', sans-serif;
	color: #0754b7;
	margin-bottom: 10px;
}

.header-college-name h1 {
	font-weight: 700;
	margin: 0;
	margin-bottom: 10px;
}

/*Menu-Area*/

.menu-area {
	background: #0051BB;
}

ul.nav li {
	float:left;
	position: relative;
	border-left: solid 1px #3480e4;
	border-right: solid 1px #143b6f;
}
ul.nav li:first-child{
	border-left: none
}
ul.nav li:last-child{
	border-right: none
}
ul.nav li a {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 20px 18px;
	color: #fff;
	transition: all 0.4s;
}

ul.nav li a i {
	font-size: 18px;
}

ul.nav li:hover a {
	background: #076FF7;
}

.menu-icon {
	position: relative;
}

.menu-icon:before {
	position: absolute;
	content: '\f105';
	font-family: Fontawesome;
	right: 0;
	top: 50%;
	margin-top: -11px;
	padding-right: 20px;
}

ul.nav li ul {
	position: absolute;
	width: 200px;
	left: 0;
	z-index: 999;
}

ul.nav li ul li {
	float: none;
	display: none;
	background: #0051BBB3;
	color: #fff;
	opacity: 0;
	transition: all 0.4s;
	border-left: 0;
	border-right: 0;
}

ul.nav li ul li a {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	border-top: solid 1px #428bea;
	border-bottom: solid 1px #1d4984;
	padding: 12px 20px;
}

ul.nav li:hover ul li a {
	background: #0051BBB3;
	color: #fff;
}

ul.nav li ul li ul {
	top: 0;
	left: 200px;
}

ul.nav li:hover ul li ul li {
	display: none;
}

ul.nav li:hover ul li:hover ul li {
	display: block;
}

ul.nav li:hover ul li:hover a {
	background: #076FF7;
}

ul.nav li:hover ul li:hover ul li a {
	background: #0051BBB3;
	color: #fff;
}

ul.nav li:hover ul li:hover ul li:hover a {
	background: #076FF7;
}

/*Menu-Keyframes*/

ul.nav li:hover ul li {
	display: block;
	white-space: nowrap;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-moz-animation: fade 0.5s forwards;
	-webkit-animation: fade 0.5s forwards;
	animation: fade 0.5s forwards;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@-moz-keyframes fade {
	0% {
		-moz-transform: translateY(0px);
	}
	100% {
		-moz-transform: translateY(0px);
	}
	0% {
		-moz-transform: translateY(0px);
	}
}

@-webkit-keyframes fade {
	0% {
		-webkit-transform: translateY(0px);
		;
	}
	100% {
		-webkit-transform: translateY(0px);
		;
	}
	0% {
		-webkit-transform: translateY(0px);
		;
	}
}

@keyframes fade {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
	0% {
		transform: translateY(0px);
	}
}

ul.nav li ul li:first-child {
	animation-delay: 0.1s;
}

ul.nav li ul li:nth-child(2) {
	animation-delay: 0.2s;
}

ul.nav li ul li:nth-child(3) {
	animation-delay: 0.3s;
}

ul.nav li ul li:nth-child(4) {
	animation-delay: 0.4s;
}

ul.nav li ul li:nth-child(5) {
	animation-delay: 0.5s;
}

ul.nav li ul li:nth-child(6) {
	animation-delay: 0.6s;
}

ul.nav li ul li:nth-child(7) {
	animation-delay: 0.7s;
}

ul.nav li ul li:nth-child(8) {
	animation-delay: 0.8s;
}


/*Menu-Keyframes-End*/

/*Slider*/

.slider-item {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 500px;
}

.bx-wrapper {
	margin-bottom: 0px !important;
}

/*about-area*/
.about-area{
	padding-top: 15px;
	padding-bottom: 15px;
}
.about-item {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 30px;
	min-height:488px
}

.about-photo {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 230px;
}

.about-text {
	padding: 5px;
}

.about-text h2 {
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 7px;
}

.about-text li {
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	margin-right: 15px;
}

.about-text li i {
	color: #0051BB;
	margin-right: 5px;
}

.about-text p {
	margin-top: 15px;
}

.about-text a {
	text-align: center;
	display: block;
	font-weight: 400;
	background: #0051BB;
	color: #fff;
	padding: 12px;
	margin-top: 35px;
	transition: all 0.4s;
}

.about-text a:hover {
	background: #076DB6;
}

.notice-board {
	background: #fff;
	border: 1px solid #ddd;
	margin-top: 30px;
}

.notice-board h3 {
	background:#0051BB;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	padding: 15px;
	margin:0;
	color:#fff
}

.notice-list {
	overflow: hidden;
	height: 393px;
	margin-top: 15px;
	padding:15px
}

.notice-list ul {
	-moz-animation: scroll-top 45s linear infinite;
	-webkit-animation: scroll-top 45s linear infinite;
	animation: scroll-top 45s linear infinite;
}

.notice-list ul li {
	display: block;
	position: relative;
	padding: 10px 0;
	margin-bottom: 15px;
	border-bottom: dotted 2px #0051BB
}

@-moz-keyframes scroll-top {
	0% {
		-moz-transform: translateY(100%);
	}
	100% {
		-moz-transform: translateY(-100%);
	}
}

@-webkit-keyframes scroll-top {
	0% {
		-webkit-transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(-100%);
	}
}

@keyframes scroll-top {
	0% {
		-moz-transform: translateY(60%);
		-webkit-transform: translateY(60%);
		transform: translateY(60%);
	}
	100% {
		-moz-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

.notice-list ul:hover {
	animation-play-state: paused
}


.notice-list ul li i {
	color: #0051BB;
	margin-right: 10px;
}

.notice-list ul li img {
	width: auto;
	height: 22px;
	margin-left: 10px;
}

.notice-list ul li a {
	color: #2a2a2a;
	transition: all 0.4s;
}


.notice-list ul li a:hover {
	color: #0051BB;
}

/*Link-Area*/

.link-area {
	background: #aeeac9;
	padding-bottom: 45px;
}

.other-link {
	margin-top: 30px;
}

.other-link ul {
	text-align: left;
	border: 2px solid #0051BB;
}

.other-link ul li {
	border-bottom: 1px solid #edecec;
}

.other-link ul li a i {
	color: #0051BB;
	margin-right: 10px;
}

.other-link ul li a {
	display: block;
	color: #2a2a2a;
	padding: 10px 15px;
	transition: all 0.4s;
}

.other-link ul li a:hover {
	color: #0051BB;
}
tbody#acalendar tr:nth-child(even){
	background:White;
}
.other-link ul li:nth-child(even) {
	background:#f5f5f5;
}
.other-link ul li:nth-child(odd) {
	background: white;
}
.calendar {
	margin-top: 30px;
}

.calendar table {
	width: 100%;
}

.calendar table th,
.calendar table td {
	padding: 10px;
}

.calendar th.left,
.calendar th.right {
	text-align: center;
}

.calendar th.left a,
.calendar th.right a {
	display: block;
	transition: all 0.4s;
}

.calendar th.left a:hover,
.calendar th.right a:hover {
	color: #0051BB;
}

/*Map-Area*/

.main-map iframe {
	width: 100%;
	height: 350px;
	margin-bottom: -5px;
}

/*Footer-Area*/

.footer-area {
	background: #0e8823;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 15px;
}

.footer-item {
	margin-top: 30px;
}

.footer-item h3 {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

.footer-item h3:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 3px;
	background: #fff;
	bottom: 0;
	left: 0;
}

.visitor span {
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	padding: 5px 12px;
	border-radius: 3px;
	background: #fff;
	color: #2a2a2a;
}

.visitor ul {
	margin-top: 15px;
}

.visitor ul li {
	font-size: 13px;
	margin-bottom: 7px;
}

.visitor ul li i {
	color: #fff;
	margin-right: 5px;
}

.footer-item .form-group {
	width: 100%;
	margin-bottom: 24px;
}

.footer-call {
	width: 100%;
	display: table;
	margin-bottom: 12px;
}

.footer-call-icon {
	vertical-align: top;
	font-size: 20px;
	display: table-cell;
	width: 30px;
	color: #fff;
}

.footer-call-text {
	vertical-align: middle;
	display: table-cell;
}

.footer-call-text li {
	margin-bottom: 5px;
}

/*Footer-Copyright*/

.footer-copyright {
	text-align: center;
	background: #105d1d;
	color: #fff;
	padding: 15px 0;
}

.copyright-text p {
	margin: 0;
}
.copyright-text a{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	transition: all 0.5s;
}
.copyright-text a:hover{
	color: #16DBEA;
}
/*
================================
Scroll-Top
================================
*/

.gotop {
	position: relative;
	z-index: 9999;
}

.gotop:before {
	position: fixed;
	content: "\f106";
	font-family: Fontawesome;
	cursor: pointer;
	font-size: 28px;
	bottom: 15px;
	right: 15px;
	color: #fff;
	background: #0051BB;
	opacity: 0.4;
	padding: 4px 17px 4px;
	border-radius: 3px;
	transition: all 0.4s ease;
}

.gotop:hover:before {
	color: #ffffff;
	z-index: 9999;
	background: #0051BB;
	opacity: 1;
}

/*Banner*/

.banner-slider {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
}

.bannder-table {
	display: table;
	width: 100%;
	height: 100%;
}

.banner-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.banner-text h1 {
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}


/*Glance-Area*/

.glance-area {
	padding-top: 30px;
	padding-bottom: 60px;
}

.glance-table {
	margin-top: 30px;
}

/*history-area*/

.history-area {
	padding-top: 30px;
	padding-bottom: 60px;
}

.college-history {
	margin-top: 30px;
}

.college-photo {
	margin-bottom: 15px;
}

.college-photo img {
	max-width: 100%;
	height: auto;
	padding: 10px;
}

.college-history p {
	font-size: 15px;
	line-height: 1.7;
}

/*
================================
Teacher-Area
================================
*/

.teacher-area {
	padding-top: 60px;
	padding-bottom: 60px;
}

.professor-profile {
	overflow: hidden;
	width: 402px;
	margin: 0 auto;
	border: 1px solid #0051BB;
	padding: 10px;
	border-radius: 50px 0px 50px 0px;
	box-shadow: inset 0px 0px 8px 5px #0051BB;
}

.professor-profile .teacher-item {
	margin-top: 0px;
	border-radius: 50px 0 50px 0;
}

.professor-profile .teacher-photo {
	border-radius: 40px 0px 0px 0px;

}

.professor-profile .teacher-bg {
	border-radius: 40px 0px 0px 0px;
}

.professor-profile .teacher-text {
	border-radius: 0px 0 40px 0;
}

.main-department {
	overflow: hidden;
	margin-top: 30px;
}

.department-name h2 {
	text-align: left;
	font-size: 30px;
	margin: 0 15px 0px 0px;
	font-weight: bold
}

.teacher-item {
	overflow: hidden;
	border: 1px solid #0051BB;
	padding: 10px;
	margin-top: 30px;
	border-radius: 50px;
}

.teacher-photo {
	position: relative;
	border-radius: 40px 40px 0px 0px;
	background: #f2f3f3
}
.teacher-photo img{
	border:solid 3px red;
	width:170px;
}
.teacher-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0051BB;
	transform: scale(0);
	border-radius: 40px 40px 0px 0px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.teacher-item:hover .teacher-bg {
	transform: scale(1);
	visibility: visible;
	opacity: 0.6;
}

.teacher-icon {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.7s ease 0s;
}


.teacher-icon a {
	text-align: center;
	display: inline-block;
	background: #fff;
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	margin-right: 7px;
}

.teacher-icon a:hover {
	color: #fff;
	background: #2a2a2a;
}

.teacher-item:hover .teacher-icon {
	top: 65%;
	visibility: visible;
	opacity: 1;
}

.teacher-text {
	text-align: center;
	background: #F2F3F3;
	padding: 20px 10px;
	margin-top: -5px;
	border-radius: 0px 0px 40px 40px;
	transition: all ease 0.4s;
}

.teacher-text ul li {
	margin-bottom: 7px;
}

.teacher-text ul li span {
	font-weight: 600;
	color: #ae1717;
}

.teacher-text ul li h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

.teacher-text ul li i {
	margin-right: 7px;
	color: #0051BB;
}

/*Employee-List*/

.employee-list {
	padding-top: 50px;
	padding-bottom: 60px;
}

.tab-list {
	text-align: center;
	margin-bottom: 10px;
}

.tab-list ul li {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	transition: all 0.3s;
}

.tab-list ul li:last-child {
	margin-right: 0px;
}

.tab-list ul li.active a {
	background: #0051BB;
	color: #fff;
	border: 1px solid #0051BB;
}

.tab-list ul li.active a:hover {
	background: #0051BB;
	color: #fff;
	border: 1px solid #0051BB;
}

.tab-list ul li a:hover {
	background: #f5f5f5;
}

.tab-list ul li a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	border: 1px solid #0051BB;
	border-radius: 3px;
	padding: 10px 20px;
}

.employee-item {
	overflow: hidden;
	border: 1px solid #0051BB;
	padding: 10px;
	margin-top: 30px;
}

.employee-photo {
	position: relative;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 285px;
}

.employee-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0051BB;
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.employee-item:hover .employee-bg {
	transform: scale(1);
	visibility: visible;
	opacity: 0.6;
}

.employee-icon {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.7s ease 0s;
}


.employee-icon a {
	text-align: center;
	display: inline-block;
	background: #fff;
	font-size: 16px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	margin-right: 7px;
}

.employee-icon a:hover {
	color: #0051BB;
	background: #2a2a2a;
}

.employee-item:hover .employee-icon {
	top: 65%;
	visibility: visible;
	opacity: 1;
}

.employee-text {
	text-align: center;
	background: #F2F3F3;
	padding: 20px 10px;
	margin-top: -5px;
	transition: all ease 0.4s;
}

.employee-text ul li {
	margin-bottom: 7px;
}

.employee-text ul li span {
	font-weight: 600;
	color: #ae1717;
}

.employee-text ul li h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

.employee-text ul li i {
	margin-right: 7px;
	color: #0051BB;
}

/*Student-List*/

.student-list {
	padding-top: 30px;
	padding-bottom: 60px;
}
.student-tab {
	text-align: center;
	margin-top: 30px;
}

.student-tab ul li {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	transition: all 0.3s;
}

.student-tab ul li:last-child {
	margin-right: 0px;
}

.student-tab ul li.active a {
	background: #0051BB;
	color: #fff;
	border: 1px solid #0051BB;
}

.student-tab ul li.active a:hover {
	background: #0051BB;
	color: #fff;
	border: 1px solid #0051BB;
}

.student-tab ul li a:hover {
	background: #f5f5f5;
}

.student-tab ul li a {
	display: block;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	border: 1px solid #0051BB;
	border-radius: 3px;
	padding: 10px 20px;
}

.student-table {
	margin-top: 30px;
}

.student-table table {
	text-align: center;
}

.student-table table th {
	text-align: center;
}
.student-table table td a{
	color: #0051BB;
}
.student-table tr:nth-child(even),
.modal-table tr:nth-child(even) {
	background-color: #f2f2f2;
}
.student-table tr:nth-child(odd),.modal-table tr:nth-child(odd) {
	background-color: white
}
.modal-table p{
	color: #0051BB;
}
/*Principal-Message*/

.principal-message {
	padding-top: 60px;
	padding-bottom: 60px;
}

.massage-border {
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #0051BB;
	padding: 10px;
	box-shadow: inset 0px 0px 8px 5px #0051BB;
}

.sender-photo {
	background-repeat: no-repeat;
	border: 1px solid #ddd;
	padding: 10px;
}

.message-content {
	margin-top: 30px;
}

.message-content h2 {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 30px;
}

.message-sender {
	text-align: right;
	margin-top: 15px;
}

.message-sender ul li {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.message-sender ul li h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

/*Academic-List*/

.academic-list {
	padding-top: 30px;
	padding-bottom: 60px;
}

.academic-headline h2 {
	text-align: center;
	font-size: 22px;
	margin: 0;
	margin-top: 30px;
}

.academic-option{
	text-align: center;
	margin-top: 30px;
}
.academic-option li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}
.academic-option select{
	font-size: 16px;
	border: 1px solid #ddd;
	padding: 10px 40px;
}
.academic-option li input[type="submit"],input[type="button"]{
	font-size: 16px;
	font-weight: 600;
	background: #0051BB;
	color: #fff;
	padding: 13px 40px;
	transition: all 0.4s;
}
.academic-option li input[type="submit"]:hover,input[type="button"]:hover{
	background: #076DB6;
}

.academic-table {
	margin-top: 30px;
}

.academic-table table {
	text-align: center;
	vertical-align: middle;
}

.academic-table td {
	vertical-align: middle !important;
}

.table-responsive td img,
.academic-table td img {
	width: 100px;
	border:solid 3px red;
}

.academic-table tr:nth-child(even) {
	background-color: #f2f2f2;
}

/*Class-Routine*/

.class-routine {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.class-routine-item ul li {
	display: block;
	margin-bottom: 10px;
}

.class-routine-item ul li h3 {
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.class-routine-item ul li a {
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	background: #0051BB;
	color: #fff;
	border: 1px solid #0051BB;
	border-radius: 3px;
	padding: 15px 60px;
	margin-bottom: 10px;
	transition: all 0.4s;
}

.class-routine-item ul li a i {
	vertical-align: top;
	font-size: 22px;
	margin-right: 10px;
}

.class-routine-item ul li a:hover {
	background: #1177BF;
	border: 1px solid #1177BF;
}

/*Downloads-Corner*/

.downloads-corner {
	padding-top: 30px;
	padding-bottom: 60px;
}

.downloads-table {
	margin-top: 30px;
}

.downloads-table td {
	font-size: 18px;
	font-weight: 600;
	vertical-align: middle !important;
	padding: 20px !important;
}

.downloads-table td a {
	font-size: 15px;
	display: inline-block;
	background: #0051BB;
	color: #fff !important;
	border: 1px solid #0051BB;
	border-radius: 3px;
	padding: 6px 15px;
	transition: all 0.4s;
}

.downloads-table td a i {
	margin-right: 5px;
}

.downloads-table td a:hover {
	background: #1177BF;
	border: 1px solid #1177BF;
}

/*Departments-Area*/

.departments-area {
	padding-top: 30px;
	padding-bottom: 60px;
}

.department-menu {
	background: #fff;
	margin-top: 30px;
}

.department-menu ul li {
	border: 1px solid #0051BB;
	border-bottom: 0px solid #0051BB;
	transition: all 0.4s;
}

.department-menu ul li:last-child {
	border-bottom: 1px solid #0051BB !important;
}
.department-menu ul li:hover {
	border: 1px solid #176CDB;
	border-bottom: 0px;
}

.department-menu ul li.active {
	background: #0051BB;
	border: 1px solid #0051BB;

}

.department-menu ul li.active a {
	color: #fff;
}

.department-menu ul li a {
	display: block;
	font-size: 14px;
	color: #2a2a2a;
	padding: 15px;
	transition: all 0.4s;
}

.department-menu ul li a:hover {
	background: #176CDB;
	color: #fff;
}

.department-menu ul li i {
	font-size: 18px;
	margin-right: 15px;
}

.massage-tab {
	margin-top: 30px;
}

.tab-student-list {
	margin-top: 30px;
}

/*General-Notices*/

.notice-area {
	padding-top: 30px;
	padding-bottom: 60px;
}

.notice-table {
	margin-top: 30px;
}

.notice-table th {
	text-align: center;
	padding: 20px !important;
}

.notice-table td {
	padding: 20px !important;
}

.notice-table td a {
	font-size: 14px;
	display: inline-block;
	background: #0051BB;
	color: #fff !important;
	border: 1px solid #0051BB;
	border-radius: 3px;
	padding: 6px 15px;
	transition: all 0.4s;
}

.notice-table td a i {
	margin-right: 5px;
}

.notice-table td a:hover {
	background: #1177BF;
	border: 1px solid #1177BF;
}

/*Gallery-Photo*/

.photo-gallery-area {
	padding-top: 30px;
	padding-bottom: 60px;
}

.gallery-item {
	border: 1px solid #0051BB;
	padding: 10px;
	margin-top: 30px;
}

.gallery-photo {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 170px;
}

.gallery-lightbox {
	width: 100%;
	height: 100%;
	line-height: 170px;
	text-align: center;
	background: #000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery-lightbox a {
	font-size: 30px;
	color: #0051BB;
}

.gallery-photo:hover .gallery-lightbox {
	visibility: visible;
	opacity: 0.6;
}

.pragination-tab {
	text-align: center;
	margin-top: 30px;
}

.pragination-tab ul li {
	text-align: center;
	display: inline-block;
	margin-right: 7px;
}

.pragination-tab ul li a {
	display: block;
	font-weight: 600;
	width: 40px;
	height: 35px;
	line-height: 35px;
	background: #0051BB;
	color: #fff;
	border: 1px solid #0051BB;
	border-radius: 3px;
	transition: all 0.4s;
}

.pragination-tab ul li.active a {
	background: #666;
	border: 1px solid #666;
}

.pragination-tab ul li.active a:hover {
	background: #666;
	border: 1px solid #666;
}

.pragination-tab ul li a:hover {
	background: #076DB6;
	border: 1px solid #076DB6;
}

/*Contact-Area*/

.contact-area {
	padding-top: 30px;
	padding-bottom: 60px;
}


.contact-item {
	display: table;
	width: 100%;
	height: 170px;
	background: #fff;
	border: 1px solid #ddd;
	margin-top: 30px;
}

.contact-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.contact-text i {
	font-size: 24px;
}

.contact-text h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0051BB;
	margin-top: 12px;
	margin-bottom: 7px;
}

.contact-text p {
	margin: 0;
}

.contact-form {
	margin-top: 30px;
}

.form-group input {
	height: 45px;
	transition: all 0.3s;
}

.form-group textarea {
	height: 250px;
	transition: all 0.3s;
}

.btn-primary {
	border: 1px solid #0051BB;
	background: #0051BB;
	transition: all 0.4s;
}

ul.ac-calendar{
	border:1px solid #0051BB;
	overflow: hidden;
	border-top:solid 1px white;
}
ul.ac-calendar li{
	float: left;
	padding: 10px;
	background: silver;
	width:50%;
}

ul.ac-calendar li a{
	padding: 47px 0;
	height: 123px;
	width: 100%;
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	font-size: 20px;
}
ul.ac-calendar li:hover{
	background: #0051BB;
}
ul.ac-calendar li a:hover{
	color:white;
}

/*
================================
404 Error
================================
*/

.error-page {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.error-page .title .inner {
    width: 200px;
    height: 200px;
    background: #0051BB;
    color: #fff;
    border: 5px solid #287ff1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}
.error-page .title .inner span:first-child {
    display: block;
    margin: 0;
    line-height: 60px;
    margin-top: 40px;
    font-size: 66px;
}
.error-page .title .inner span:last-child {
    display: block;
    margin: 0;
    line-height: 60px;
    font-size: 30px;
}
.error-page .content {
    margin-top: 40px;
    text-align: center;
}
.error-page .content h2 {
    color: #0051BB;
    font-size: 24px;
}
.error-page .content p {
    font-size: 16px;
    color: #2a2a2a;
}
.error-page .content .button {
    margin-top: 40px;
}
.error-page .content .button a {
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 2px solid #0051BB;
    color: #0051BB;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 5px;
}
.error-page .content .button a:hover {
    background: #0051BB;
    color: #fff;
    border-color: #0051BB;
}
/* ----------- */
ol.class-routine{
	float: left
}
ol.class-routine li{text-align: left}

ol.class-routine li a{
	display: block;
	padding: 5px;
	font-size: 18px;
	text-align: left;
}
ol.class-routine li a:hover{
	color: white
}

#history > p{font-size:18px;line-height:31px;text-align:justify}

table>tbody>tr>td,table>thead>tr>th{
  vertical-align:middle !important;
}