/* GLOBAL STYLES
-------------------------------------------------- */
body {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	background: #fff;
}
body.bn {
	font-family: SolaimanLipi, 'Oswald', Arial, Vrinda, FallbackBengaliFont, Helvetica, sans-serif;
}
a, a:hover, a:focus {
	text-decoration: none;
}
ul, ol {
	padding: 0;
}
li {
	list-style: none;
}
img {
	max-width: 100%;
}
a, a:hover, a:focus, button, input, .fa, input {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
p{
	font-family: arial,'Oswald', sans-serif;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
td {
	padding: 10px;
	border: 1px solid #ddd;
}
th {
	padding: 10px;
	border: 1px solid #ddd;
	background: #f1f1f1f;
}
/* MAIN STYLE
-------------------------------------------------- */
.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.container{
	max-width: 1000px;
}
.main {
	background: #fff;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
}
.main-container {
	position: relative;
	width: 100%;
	z-index: 100;
}
.header {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	z-index:1000;
	background: url(../images/banner.jpg) center top no-repeat;
}
body.home .header {
	position: absolute;
	background: none;
}
body.page .header {
    background: rgba(0, 0, 0, 0) url("../images/header-bg.png") repeat-x scroll left top;
}

.footer {
	position: relative;
	display: block;
	background: #626262;
	margin-left: -15px;
	margin-right: -15px;
	color: #fff;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.header-area{
	position: relative;
	float: left;
	width: 100%;	
	min-height: 130px;
	/* background: url(../images/header-bg.png) left top repeat-x;*/
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
body.home .header-area{
	background: none;
	border:none;
}
.top-bt{
	width: 974px;
	margin: 0 auto;
	height: 100%;
	left: 50%;
	position:absolute;
	background: url(../images/header-bg.png) left top repeat-x;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1000;
}
.logo {
	position: absolute;
	left: 30px;
	top: 0;
}
.nav-part{
	float: left;
	width: 100%;
	padding-left:246px;
}
.search-top {
    float: right;
    position: relative;
    width: 200px;
    margin: 10px 30px 10px 10px;
}
.search-top input[type="text"] {
	position: relative;
	width: 100%;
	border: 1px solid #d1d1d1;
	padding: 5px;
	color: #333;
}

.search-top input[type="submit"] {
	background: url(../images/search-icon.png) center center no-repeat #fff;
	width: 30px;
	height: 30px;
	border: none;
	font-size: 0;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 1px;
}

.changer {
	position: absolute;
	right: 20px;
	top: 15px;
}

.top-sec{
	float: left;
	width: 100%;
}

.top-nav{
	float: left;
}

.top-nav ul{
	display: block;
	margin-top: 10px;
}

.top-nav ul li{
	display: inline-block;
	position: relative;
}

.top-nav ul li a{
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	padding: 7px 10px;
	display: block;
}
.top-nav ul li a:hover, .top-nav ul li a:focus, .top-nav ul li a:active{
	background: #006bc8;
}
.top-nav ul li li{
	display: list-item;
}

.top-nav ul li ul {
    background: rgba(0, 97, 197, 0.8) none repeat scroll 0 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 200px;
    z-index: 1000;
    display: none;
}
.top-nav ul li:hover ul, .top-nav ul li:active ul, .top-nav ul li:focus ul {
	display: block;
}

/*BANNER */
.banner-home {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}
.banner .rslides img {
	min-width: 100%;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

/* NAVBAR
-------------------------------------------------- */
.navbar {
	margin:0;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
	float: left;
	width: 100%;
	background:rgba(255,255,255,0.30);
	padding:0;
}
#navbar{
	padding: 0;
}
.navbar-nav > li {
	float: left;
}
.navbar-nav > li > a {
	color: #fff;
	font-size: 15px;
	padding: 18px 9px;
}
.navbar-nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a {
	color: #fff;
	background: #006bc8;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	color: #fff;
	background: #006bc8;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li:hover > a {
	color: #fff;
	background: #006bc8;
}
.navbar-nav > li > .dropdown-menu{
	padding: 0;
}
.navbar-nav .dropdown-menu > li > a{
	padding: 10px;
}
/* dorpdown sub menu */
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
/* short news */
.short-news {
    background: url(../images/transparent-black.png) left top repeat;
    color: #333;
    margin-top: -40px;
    padding:0;
    position: relative;
}
.news-line {
	position: relative;
	width: 100%;
	padding: 10px 10px 10px 130px;
}
.news-line ul {
	margin: 0;
	padding: 0;
}
#verticlNews{
	height: 40px !important
}
.news-line ul li{
	min-height: 40px;
	/*padding-top: 10px !important;*/
}
.news-line a{
	color: #fff;
}
.nstitle {
	position: absolute;
	left:0;
	top:0;
	background: url(../images/nstitle.png) right center no-repeat;
	width: 120px;
	padding: 10px 15px;
	color:#fff;
	text-transform: uppercase;
}
.all-news {
	right: 0;
	top: 5px;
	position: absolute;
	width: 52px;
	height: 25px;
	text-align: center;
	color: #fff;
	z-index: 9999;
	padding: 3px 5px;
}
.all-news:hover {
	color: #000;
}
.content, .sidebar {
	position: relative;
	width: 100%;
	padding: 20px 0
}
.notice-board, .news-event, .academic-calender {
	position: relative;
	display: block;
	overflow: hidden;
	background:#0a71cc;
	padding: 15px 25px;
	margin-top: 30px;
	color: #fff;
	min-height: 250px;
}
.notice-board a{
	font-size: 13px;
	font-weight: 300;
	color: #fff;
}
.title-head{
	font-size: 20px;
	text-transform: uppercase;
}
.customNavigation{
	position: absolute;
	right:20px;
	top: 25px;
}
.btnprev{
	cursor:pointer;
}
.btnnext{
	cursor:pointer;
}
.allnotic{
	position: absolute;
	right: 0;
	bottom: 0;
	background: #4221fa;
	text-align: center;
	padding: 15px;
}
.allnotic:hover{
	background: #fff;
}
.notice-board p{
	margin-bottom: 30px;
}
.notice-board .item{
	border-left: 1px solid #589cdc;
	margin-left: -1px;
	padding-left: 20px;
}
.news-event a{
	color: #fff;
}
/* Services */
.services {
	position: relative;
	overflow: hidden;
}
/*.services li {
	min-height:190px;
}*/
.service-item {
	position: relative;
	overflow: hidden;
	text-align: center;
	display: block;
	background: url(../images/item-bg.jpg) left bottom no-repeat;
	background-size: 100%;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 15px 2px;
	padding: 5px;
	color: #003e7a;
	min-height: 155px;
}
.service-item:hover {
	background-size: auto;
}
.service-item .service-icon {
	position: relative;
	display: inline-block;
	margin: 5px;
}
.service-item p {
	margin: 5;
}
/* short message */
.short-message {
	position: relative;
	display: block;
	overflow: hidden;
}
.short-message p {
	text-align: justify;
}
.short-message h2{
	color: #606060;
}
.short-message .more {
	float: right;
	color: #333;
}
.box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	background: #e5e5e5;
}
.box-title {
	padding: 10px 15px;
	display: block;
	color: #fff;
	background: #0a71cc;
}
.box-title h2, .box-title h3, .box-title h4 {
	margin: 0;
	padding-right: 15px;
}
.box-content {
	padding: 10px 5px 5px;
}
.chairman-short {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.chairman-short p {
	margin: 5px 0;
	text-align: left;
}
.chairman-short img {
	border: 2px solid #fff;
	margin-bottom: 5px;
	float: left;
	margin-right: 10px;
	max-width: 115px;
}
.link {
	position: relative;
}
.link li {
	display: list-item;
	margin-bottom: 5px;
	background: url(../images/chck-icon.jpg) left 7px no-repeat;
	padding: 0 15px 5px;
	border-bottom: 1px solid #ccc;
}
.link li:last-child {
	margin-bottom: 0;
}
.visitor-number {
	padding: 5px;
}
.footer-top {
	position: relative;
	padding: 15px;
	width: 100%;
}
.footer-top ul {
	position: relative;
	width: 100%;
	margin: 0;
}
.footer-top ul li {
	display:list-item;
	margin:5px 0;
}
.footer-top ul li a {
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-top ul li a:hover {
	color: #0a71cc;
}
.footer-bottom {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #535353;
	color: #fff;
	padding: 15px;
}
.copyright {
	float: left;
}
.copyright span, .developed span {
	color: #98d1ff;
}
.developed {
	float: right;
}
.cont_type {
	position: relative;
	clear: both;
	text-decoration: underline;
}
.page-area h1, .page-area h2, .page-area h3 {
	margin-top: 5px;
}
.page-area ul, .page-area ol {
	padding-left: 35px;
	margin-bottom: 20px;
}
.page-area ul ul, .page-area ul ol, .page-area ol ol, .page-area ol ul {
	margin-top: 10px;
}
.page-area ul li {
	display: list-item;
	list-style: disc outside;
	margin-bottom: 5px;
}
.page-area ol li {
	display: list-item;
	list-style: decimal;
	margin-bottom: 5px;
}
.mls-title{
	margin-bottom: 30px;
	font-size: 22px;
}
.footer-top .br1{
	min-height: 240px;
	margin-bottom: 30px;
	position: relative;
}
.footer-top .br1:after{	
	border-right: 1px solid #878787;
	position: absolute;
	right: 15px;
	top: 0;
	height: 90%;
	content: "";
}
/* feedback*/
.feedback {
	position: absolute;
	right: -240px;
	top: 348px;
	overflow: hidden;
	z-index: 10000;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.feedback:hover {
	position: absolute;
	right: 0;
}
.feedback .flow-title {
	float: left;
	width: 36px;
	background: #333333;
}
.feedback-container {
	float: right;
	position: relative;
	width: 240px;
	background: #fff;
	border: 3px solid #333;
	padding: 10px;
}
.feedback input[type="text"], .feedback input[type="email"], .feedback textarea {
	border: 1px solid #ddd;
	padding: 5px;
	display: inline-block;
	width: 98%;
	clear: both;
	margin: 5px 0;
}
.feedback input[type="text"]:focus, .feedback input[type="email"]:focus, .feedback textarea:focus {
	border-color: #007eb3;
}
.feedback input[type="submit"] {
	background: #333;
	border: none;
	color: #fff;
	padding: 5px 15px;
}
.feedback input[type="submit"]:hover {
	background: #007eb3;
}
/*followu*/
.flow-wrap {
	position: absolute;
	left: -160px;
	top: 348px;
	overflow: hidden;
	z-index: 10000;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.flow-wrap:hover {
	position: absolute;
	left: 0;
}
.flow-wrap .flow-title {
	float: right;
	width: 36px;
	background: #333333;
}
.flow-wrap .flow-container {
	float: left;
	position: relative;
	width: 160px;
	background: #fff;
	border: 3px solid #333;
	padding: 10px;
}
.flow-container ul {
	margin: 0;
	padding: 0;
}
.flow-container ul li {
	display: list-item;
	margin: 5px 0;
}
.flow-container ul li a {
	display: block;
	color: #333;
	font-size: 16px;
}
.flow-container ul li a i {
	display: inline-block;
	background: #333;
	padding: 7px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 35px;
	height: 35px;
	margin-right: 5px;
}
.flow-container ul li a:hover i {
	background: #007eb3;
	color: #fff;
}
.flow-container ul li a:hover {
	color: #007eb3;
}
.page-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	color: #337ab7;
	margin-bottom: 20px;
}
.blog-wrap {
	position: relative;
	width: 100%;
	margin-top: 10px;
}
.blog-item {
	position: relative;
	display: block;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 10px 0;
	overflow: hidden;
}
.blog-thum {
	float: left;
	width: 300px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px;
	background: #fff;
	border: 1px solid #ddd;
	margin-right: 15px;
	margin-bottom: 15px;
}
.blog-thum:hover {
	background: #ddd;
}
.blog-item h2, .blog-item h2 a {
	color: #333;
	font-size: 22px;
}
.blog-item a:hover {
	color: #007eb3;
}
.blog-item .more {
	border: 1px solid #ddd;
	padding: 4px 10px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	float: right;
}
.blog-item .more:hover {
	background: #007eb3;
	border-color: #007eb3;
	color: #fff;
}
.pagination {
	position: relative;
	display: inline-block;
}
.pagination ul {
	margin: 0;
	padding: 0;
	display: block;
}
.pagination ul li {
	display: inline-block;
	margin: 2px;
	color: #333;
	font-size: 14px;
	line-height: 1;
}
.pagination ul li a, .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
	border: 1px solid #ddd;
	font-size: 14px;
	color: #333;
	padding: 5px 10px;
	min-width: 20px;
	line-height: 1;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}
.pagination ul li a:hover {
	background: #007eb3;
	border-color: #007eb3;
	color: #fff;
}
.pagination li.active a{
	color: #fff;
}
.pagination .pageinfo {
	float: left;
	margin-right: 10px;
}
.single-blog {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.single-blog .blog-thum {
	width: 100%;
	margin-bottom: 5px;
}
.single-blog h2 {
	font-size: 24px;
}
.blog-option {
	display: block;
	text-align: right;
	margin-bottom: 15px;
}
.postby {
	display: inline-block;
}
.post-date {
	display: inline-block;
	margin-left: 15px;
}
.single-blog h2 {
	text-transform: uppercase;
	font-size: 24px;
}
.feed-wrap {
	width: 100%;
	float: left;
	margin: 40px 0;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.feed-wrap .dvision {
	width: 100%;
	float: left;
	margin: 0 0 20px 0px;
}
.feed-wrap .dvision .feed {
	width: 100%;
	float: right;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 30px 0;
}
.feed-wrap .dvision .feed img {
	float: left;
	border: 1px solid #ddd;
	padding: 7px;
	max-width: 8%;
}
.feed-wrap .dvision .feed div {
	width: 87%;
	float: right;
}
.feed-wrap .dvision .feed div h4 {
	float: left;
	font-size: 16px;
}
.feed-wrap .dvision .feed div h4 a {
	color: #313131;
}
.feed-wrap .dvision .feed div span {
	float: right;
}
.feed-wrap .dvision .feed div span a {
	color: #777;
}
.feed-wrap .dvision .feed div span.reply {
}
.feed-wrap .dvision .feed div span.reply a {
	padding: 7px 15px;
	background: #0f86bb;
	color: #fff;
}
.feed-wrap .dvision .feed div span.reply a:hover {
	background: #004b6d;
}
.feed-wrap .dvision .feed div p {
	display: block;
	width: 100%;
	float: left;
}
.feed-wrap .dvision .feed2 {
	width: 88%;
	float: right;
}
.feed-wrap .dvision .feed2 div {
	width: 85%;
}
.feed-wrap .dvision .feed3 {
	width: 77%;
	float: right;
}
.feed-wrap .dvision .feed3 div {
	width: 83%;
}

/*commentform*/
div.commentf {
	float: left;
	width: 100%;
}
#commentform {
	margin-bottom: 70px;
}
#commentform .input {
	background: #fff;
	border: 1px solid #ddd;
	color: #777;
	margin-bottom: 20px;
	padding: 10px;
	width: 45%;
	margin-right: 10px;
}
#commentform .textarea {
	background: #fff;
	border: 1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
	height: 180px;
	padding: 10px;
	width: 97%;
	margin-bottom: 10px;
}
#commentform label {
	font-size: 13px;
	color: #6a6a6a;
}
#commentform #name:focus, #commentform #subject:focus, #commentform #mail:focus, #commentform #website:focus, #commentform #message:focus {
	border: 1px solid #dedede;
	background: #f7f7f7;
}
#commentform .button {
	width: 100px;
	background-color: #0f86bb;
	padding: 10px 15px;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 4px;
	border-radius: 2px;
	border: 0;
}
#commentform .button:hover {
	cursor: pointer;
	background: #313131;
}
.news .top-sec {
	display: block;
}
.news .top-sec h2 {
	display: inline-block;
}
.news #print_btn {
	float: right;
}
.form-top {
	position: relative;
	padding: 10px;
	overflow: hidden;
	text-align: center;
}
.form-top h2 {
	text-transform: uppercase;
	font-size: 30px;
	display: inline-block;
	font-weight: 700;
}
.inst-logo {
	display: inline-block;
	margin-right: 30px;
}
.inline-cbox {
	display: inline-block;
	padding: 0 10px;
}
.ailabel {
	margin-left: 30px;
}
.photogallery-wrap {
	position: relative;
}
.photogallery-wrap ul {
	position: relative;
	display: block;
	margin-left: -5px;
	margin-right: -5px;
	clear: both;
	margin-bottom: 30px;
	padding: 0;
}
.photogallery-wrap ul.gallery li {
	display: inline-block;
	width: 312px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #fff;
	margin: 5px;
}
.photogallery-wrap.detail ul.gallery li {
	width: 232px;
}
.photogallery-wrap ul.gallery li a {
	display: block;
}
.photogallery-wrap ul.gallery li a img {
	max-width: 100%;
}
.no-image-found {
	display: block;
	position: relative;
	background: #e7e7e7;
	padding: 5px;
	font-size: 16px;
	margin-bottom: 30px;
}
.gallery-bar{
	overflow: hidden;
}
.gallery-bar h3{
	float: left;
}
.gallery-bar a{
	float: right;
}
/* Admission form */
.first-form {
	position: relative;
	clear: both;
	border: 1px solid #ddd;
	padding: 15px;
	display: inline-block;
	margin-bottom: 15px;
}
.first-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}
.first-form select {
	border: 1px solid #ddd;
	padding: 5px;
}
.admision-form {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
}
.admision-form label {
	text-align: right;
	display: block;
}
.admision-form table {
	width: 100%;
}
.admision-form td {
	border: none;
	padding: 5px;
}
.admision-form h3 {
	margin-bottom: 10px;
	padding: 5px 10px 7px;
	background: #e7e7e7;
}
.admision-form h4 {
	margin-bottom: 5px;
	padding: 5px 10px 7px;
	background: #e7e7e7;
	font-size: 14px;
	display: inline-block;
}
.captcha-image {
	display: inline-block;
	margin-right: 15px;
	color: #06C;
}
.captcha-code {
	max-width: 150px;
	display: inline-block;
}
.submit {
	color: #fff;
	border: none;
	padding: 5px 15px;
	font-weight: 700;
	font-size: 16px;
	background: #0071ff;
	text-transform: uppercase;
}
.submit:hover {
	background: #0049a6;
}
.avater {
	width: 150px;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 3px;
	margin-right: 15px;
}
.avater img {
	max-width: 100%;
}
.c-title {
	display: inline-block;
}
.req {
	color: #f00;
	font-weight: 700;
}
.npt {
	padding-top: 0 !important;
}
table.bordered {
	border-collapse: collapse;
}
table.bordered td {
	border: 1px solid #ddd;
	padding: 5px;
}
.result {
	position: relative;
	display: block;
	overflow: hidden;
}
.result form {
	padding: 20px 10px 10px 10px;
	background: #f1f1f1;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.result .admition, .result .department {
	display: none;
}
.rsinfo {
	position:relative; margin-top:30px;}
	
.rsinfo table {
	}
.rsinfo table th {
	width:150px; background:#f1f1f1;}
	
.prw{
	display:block; overflow:hidden;
	margin-top:5px;
}
.prw label,  .prw .userimg{
	float:left;
	width:80px;}
.commentf  h3{
	margin-bottom:20px;}
	
.chairman-message{
	position:relative; width:100%;
	overflow:hidden;
	}
.chariman-left{
	float:left; width:40%;
	margin-right:2%;
	margin-bottom:20px;
	}
.chariman-left img{
	border:1px solid #ddd; padding:5px; width:100%; margin-bottom:20px;}
.chariman-left h2{
	font-size:20px;
	margin-bottom:0;
	}
.chariman-left p{
	color:#777; font-size:14px;
	margin:0;
	}
.chairman-dsc{
	width:100%;
}

.page-title{
	display: block;
	margin-bottom: 30px;
}
.mobile-topNav{
	display: none;
}

/* +++++++++++++++++++++++++
RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 991px) {
	.container{
		width: 100%;
	}
}

@media (min-width: 768px) {
	.navbar-nav > li:hover > ul.dropdown-menu {
		display: block;
	}
}

@media (min-width: 992px) {
}

@media (max-width: 1024px) {
	.navbar-nav > li > a {
		padding: 15px 5px;
		font-size: 12px;
	}
	.search-top{
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	.service-item {
		min-height: 152px;
	}
	
	.feed-wrap .dvision .feed div {
		width: 80%;
	}
	.feed-wrap .dvision .feed2 {
		width: 90%;
	}
	.top-nav ul li a {
    	font-size: 12px;
    	padding: 7px 5px;
	}
}

@media (max-width: 767px) {
	.navbar {
		margin: 0;
	}
	.top-nav{
		display: none;
	}
	.mobile-topNav{
		display: block;
	}
	.flow-wrap, .feedback {
		display: none;
	}
	.logo{ left: 0;}
	.navbar-toggle {
		background: #FFF;
	}
	.navbar-toggle .icon-bar {
		background: #ccc;
	}
	.navbar-nav > li > a {
		display: block;
		text-align: center;
		font-size: 16px;
	}
	.dropdown-menu > li > a {
		color: #fff;
		display: block;
		text-align: center;
	}
	.navbar-nav > li {
		border-bottom: 1px solid #00507d;
	}
	.logo img {
		float: left;
	}
	.logo span {
		float: left;
		width: 200px;
		text-align: left;
		font-size: 14px;
		line-height: 1;
	}
	.site-info {
		width: 320px;
	}
	.site-logo {
		float: left;
		width: 60px;
	}
	.site-name {
		font-size: 18px;
	}
	.feed-wrap .dvision .feed2 {
		width: 95%;
	}
	.feed-wrap .dvision .feed div {
		width: 85%;
	}
	.feed-wrap .dvision .feed3 {
		float: right;
		width: 85%;
	}
	.navbar{
		background: none;
	}
	.search-top{
		margin-right: 10px;
	}
	.navbar-toggle, .navbar-collapse{
		margin-right: 10px;
	}
	.navbar-nav{
		margin: 0;
	}
	.navbar-nav > li{
		float: none;
		display: list-item;
	}
	#verticlNews{
		min-height: 40px;
	}
	#navbar{
		background: rgba(0,0,0,0.4);
	}
	.logo{
		position: relative;
		width: 100%;
		text-align: center;
	}
	.logo a{
		display: inline-block;
	}
	.nav-part{
		padding: 0;
		position: relative;
	}
	.search-top{
		float: left;
	}
	.navbar{
		position: absolute;
		right: 0;
		width: 100%;
	}
}

@media (max-width:480px) {
	body.home .header{
		position: relative;
		background: url(../images/header-bg.png) left top repeat-x;
	}
	.navbar{
		top: -70px;
	}
	.short-news{
		margin-top: 20px
	}
	.top-bt{
		display: none;
	}
	.logo {
		display: block;
		float: none;
		text-align: center;
	}
	.logo img {
    	max-height: 70px;
	}
	.logo img, .logo span {
		float: none;
	}
	.search-top {
		display: none;
	}
	.site-info {
		bottom: 5px;
	}
	.rslides {
		min-height: 100px;
	}
	.rslides li, .rslides li img {
		min-height: 100px;
	}
	#navbar {
		background: #222;
    	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	}
	.navbar-nav > li {
    	border-bottom: 1px solid #000;
	}
}

@media (max-width:320px) {
	.notice-board {
		padding: 30px;
	}
	.notice-board:before {
		display: none;
	}
	.copyright, .developed {
		width: 100%;
		text-align: center;
		font-size: 10px;
	}
	.footer-top ul li a {
		padding: 0 5px;
	}
	.logo {
		padding: 15px 50px 15px 15px;
	}
}
.info-text {
    color: #fff;
    display: block;
    float: right;
    font-family: arial;
    padding-right: 30px;
    text-align: right;
    width: 100%;
    font-size: 13px;
    margin-top: 4px;
}
.vcounter {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 5px;
}
.vcounter span{
	display: inline-block;
	margin-right: 10px;
	line-height: 20px;
}
.chairman-dsc table{
	font-size: 13px;
	font-family: arial;
}
#faculty-table{
	font-family: arial;
}
.detailsbox {
    margin: 10px auto;
    width: 98%;
}
.detailsboxheader {
    background-color: #e7e7e7;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    padding: 5px 10px;
}
.detailsboxinner {
    color: #222222;
    font-family: "PT Sans","Tahoma",sans-serif;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 5px;
}
.detailsboxtable, .tablecommoncss {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.detailsboxtable td, .tablecommoncss td {
    padding: 2px 0;
    border: none;
}
.dataTables_length, .dataTables_info {
    float: left;
    max-width: 50%;
}
.dataTables_filter, .dataTables_paginate{
    float: right;
}
.dataTables_wrapper.no-footer {
    font-family: arial;
    margin-bottom: 50px;
    overflow: hidden;
}

.paginate_button {
    border: 1px solid #ddd;
    display: inline-block;
    margin-left: 5px;
    padding: 2px 7px;
    text-transform: uppercase;
}
