@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	outline: 0;
}
.padr {
	padding-right: 0 !important;
}
.padl {
	padding-left: 0 !important;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-mozjustify-content: center;
	-msjustify-content: center;
	justify-content: center;
}
.flex_left {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	-mozjustify-content: left;
	-msjustify-content: left;
	justify-content: left;
}
.placeholder {
	color: #666;
	opacity: 1 !important;
}
::-webkit-input-placeholder {
 color: #666;
 opacity: 1 !important;
}
:-moz-placeholder {
 color: #666;
 opacity: 1 !important;
}
::-moz-placeholder {
 color: #666;
 opacity: 1 !important;
}
:-ms-input-placeholder {
 color: #666;
}
:focus {
	outline: none !important;
}
/***************************** top *****************************/
.top {
	width: 100%;
	height: 33px;
	padding: 0;
	float: left;
}
.top span {
	color: #fff;
	float: right;
	padding: 3px 10px;
}
.popover {
	z-index: 99999 !important;
}
.popover-title {
}
.popover-content ul {
	list-style: none;
}
header .search_big, .smaller .search_sm {
	display: block;
}
.search {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px !important;
	box-sizing: border-box;
	background-image: url(../images/search.png);
	background-position: 10px 4px;
	background-repeat: no-repeat;
	position: relative;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	color: #000;
	float: right;
}
.search_big {
	width: 210px;
	padding: 4px 0px 4px 40px;
	margin: 20px 0 0 0;
	border: 1px solid #8e1f40;
	background-color: #fff;
}
.search_sm {
	width: 10px;
	padding: 5px 0px 5px 40px;
	margin: 0 1px;
	border: 1px solid #8e1f40;
	background-color: #fff;
	cursor: pointer;
}
.search:focus {
	width: 20%;
	cursor: text;
}
.login {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	float: right;
	background: #fff;
	color: #8e1f40;
	margin: 0 2px;
	text-align: center;
	padding: 5px 8px;
	border: 1px solid #8e1f40;
}
.login:hover {
	text-decoration: none;
	background: #e31e24;
	color: #fff;
}
.login:focus {
	text-decoration: none;
	background: #fff;
	color: #8e1f40;
}
.top_btn2 {
 padding: 5px 2px;
}
/* Shutter In Horizontal */
.read.hvr-shutter-in-horizontal {
	display: block;
	width: 130px;
	text-align: center;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	margin: 10px auto;
	text-decoration: none;
	outline: none;
	float: none;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #e31e24;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.read.hvr-shutter-in-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.read.hvr-shutter-in-horizontal:hover:before, .read.hvr-shutter-in-horizontal:focus:before, a.read.hvr-shutter-in-horizontal:active:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.read.hvr-shutter-in-horizontal {
	padding: 8px 15px;
	font-size: 14px;
	color: #fff;
}
/*End Shutter In Horizontal */

/***************************** Logo Menu *****************************/
.logo_box {
	width: 100%;
	float: left;
	z-index: 9999;
	position: relative;
}
header {
	width: 100%;
	height: auto;
	position: fixed;
	float: left;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,.2);
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,.2);
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header .navbar {
	min-height: 35px;
	margin: 0px 0 0 0;
	border: none;
}
header .navbar-nav {
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	float: right;
}
header .navbar-header {
	width: 100%;
	float: left;
	padding: 4px 0 0 0;
	background: none;
}
header .logo {
	float: left;
}
header .logo img {
	width: 80px;
	display: inline-block;
	float: left;
	margin: -32px 0 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header .stjoseph {
	float: left;
}
header .stjoseph img {
	width: 80px;
	display: inline-block;
	float: right;
	margin: -32px 0 0 0;
}
header h1 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	float: left;
	color: #fff;
	padding: 0;
	text-align: center;
	font-weight: 600;
	display: inline;
	margin: -30px 0 0 0;
}
header p {
	width: 100%;
	display: block;
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
}
header h1 p.sf {
	font-size: 18px;
	float: left;
	text-transform: capitalize;
}
header h1 span {
	width: 100%;
	text-align: center;
	font-size: 13px;
	float: left;
	padding: 0;
	line-height: 17px;
	font-weight: 600;
}
header .navbar-nav > li > a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	line-height: 18px;
	padding: 8px !important;
}
.smaller {
	position: fixed;
	height: auto;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
}
.smaller .navbar-nav > li > a {
	color: #000;
	font-weight: 600;
	padding: 8px !important;
}
.smaller .navbar-header {
	float: left;
	width: 100%;
	background: none;
}
.navbar-nav > li > ul, .navbar-nav > li > ul > li > ul {
	margin-left: 0px;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	color: #ffffff !important;
	background: #e31e24;
	border-color: #fff;
}
.navbar-nav i {
	margin: 0 0 0 5px;
}
.navbar-toggle {
	background: none;
	z-index: 99999;
}
header .navbar-toggle .icon-bar {
	background: #000;
}
.smaller .navbar-toggle .icon-bar {
	background: #fff;
}
/*****************************Banner*****************************/
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
.hm_news {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}
/*****************************Inner Banner*****************************/
.inner_banner {
	width: 100%;
	height: auto;
	display: block;
	border-bottom: 2px solid #FFF;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 90;
	float: left;
}
.inner_banner img {
	width: 100%;
}
.inner_page {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	padding: 20px 0;
	margin: 0;
}
.inner_body {
	width: 100%;
	min-height: 370px;
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.inner_head {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 19px;
	font-weight: 600;
	float: left;
	color: #fff;
	margin: 0;
	padding: 8px 15px;
	background: #e31e24;
	text-shadow: 1px 1px 1px #e31e24;
}
.inner_content {
	width: 100%;
	float: left;
	padding: 10px;
}
.inner_content img {
    display: block;
    max-width: 100%;
    height: auto;
}
.inner_page ul, .inner_page ol {
	width: 100%;
	padding: 0 10px 0 25px;
}
.inner_page ul li, .inner_page ol li {
	margin: 0;
	padding: 5px 0;
}
.inner_banner_title {
	position: relative;
	z-index: 99;
	margin: -100px 0 0 0;
	width: auto;
	float: right;
	padding: 10px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: rgba(142, 31, 64, 0.6);
}
.inner_banner_title h1 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	text-align: right;
	padding: 0;
	text-shadow: 1px 1px 1px #000000;
}
/***************************** Principal’s Message *****************************/
.principal_message h2 {
	width: 100%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 600;
	padding: 0;
	margin: 10px 0 0 0;
	text-align: center;
	line-height: 20px;
}
.principal_message h3 {
	width: 100%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: 600;
	padding: 0;
	margin: 5px 0 20px 0;
	text-align: center;
	line-height: 20px;
}
.principal_message h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 10px 0 0 0;
	text-align: justify;
	line-height: 29px;
}
.principal_message h4 p {
	margin: 0 0 10px 0;
}
.principal_message_img {
	width: 450px;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
}
.former_principal_img {
	border: 1px solid #ccc;
}
/**************************** Founders ****************************/
.founders_head {
	width: 100%;
	float: left;
	border: 1px solid #af6a7f;
	padding: 5px;
	margin: 0 0 10px 0;
}
.founders_head img {
	width: 100px;
	float: left;
	margin: 0 10px 0 0;
}
.founders_head h1 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 10px 0 0 0;
	text-align: center;
}
.founders_head h2 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 600;
	padding: 0;
	margin: 8px 0 0 0;
	text-align: center;
}
.founders_head h3 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 8px 0 0 0;
	text-align: center;
}
.founders_head h4 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 8px 0 0 0;
	text-align: center;
}
.founders_head h5 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 8px 0 0 0;
	text-align: center;
	line-height: 22px;
}
/***************************** Departments Faculty *****************************/
.faculty_details_profile_img {
	width: 35%;
	border: 3px solid #dbdbdb;
	float: left;
	margin-right: 15px;
}
.faculty_box {
	width: 100%;
	float: left;
	padding: 15px;
	text-align: left;
	min-height: 200px;
	background: #fff;
	margin-bottom: 15px;
	border: 1px solid #cbcbcb;
}
.faculty_box a {
	display: inline-block !important;
}
.faculty_head {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	float: left;
	color: #000;
	margin: 10px 0;
	padding: 2px 0;
	text-align: center;
	text-transform: uppercase;
}
.faculty_div {
	margin: 0 15px;
}
.faculty_div_img {
	float: left;
	margin: 0 10px;
	background: #fff;
	padding: 0 10px 0 0;
}
.faculty_div h2 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #494f51;
	padding: 0 0 4px 0;
	text-align: left;
	font-weight: 600;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #636e6f;
}
.faculty_div h3 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #92475f;
	text-align: left;
	padding: 0;
	line-height: normal;
	margin: 0 0 10px 0;
}
.faculty_div p {
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	padding: 0px;
	text-align: left;
}
.faculty_div a {
	position: relative !important;
}
/***************************** Journals *****************************/
.empty {
	width: 100%;
	height: 200px;
	float: left;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
}
.journals_head {
	width: 100%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	text-align: left;
	padding: 0;
	line-height: normal;
	margin: 0 0 10px 0;
}
.journals_link {
	width: 100%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
	padding: 0 0 10px 0;
	line-height: normal;
	margin: 0 0 10px 0;
}
.journals_link a {
	color: #000;
}
.journals_link a:hover {
	color: rgb(142, 31, 64);
	text-decoration: none;
}
.journals_download {
	width: 100% !important;
	position: relative !important;
	float: left !important;
}
.journals_download_btn {
	width: 100%;
	margin: 0 auto;
}
.journals_pdf_download {
	position: relative !important;
	display: inline-block !important;
}
.journals_content ol li {
	width: 100%;
	float: left;
	color: #d00;
	padding: 10px 0;
}
.journals_content ol li a {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #d00;
	text-align: left;
	padding: 10px 0;
	line-height: normal;
	margin: 0;
}
.journals_content ol li p {
	width: 100%;
	float: left;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 0 0 0;
	font-style: italic;
	text-align: left;
}
.send_btn {
	width: auto !important;
	position: relative !important;
	margin: 0 !important;
	border: 1px solid #af6a7f !important;
	background: #af6a7f;
	color: #fff !important;
}
.journals_contact_head {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-align: left;
	padding: 0;
	line-height: normal;
	margin: 10px 0;
}
.static_page {
	display: flex;
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	padding: 0;
	margin: 0;
}
/************************* modal *************************/
.modal {
	text-align: center;
	padding: 0!important;
	z-index: 999999 !important;
}
.modal-header .close {
	color: #fff !important;
	opacity: .8 !important;
}
.model_bg {
	width: 100%;
	height: auto;
	float: left;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
	background: #fff;
}
.model_bg h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	width: 100%;
	color: #fff;
	font-weight: 400;
	padding: 0 30px;
}
.modal-header {
	padding: 5px 10px;
	background: #af6a7f;
}
.modal-body {
	width: 100%;
	float: left;
	padding: 15px !important;
}
.modal-body img {
	max-width: 100%;
	height: auto;
}
.form-group {
	width: 100%;
	float: left;
	margin: 10px 0 !important;
	position: relative;
}
/***************************** news *****************************/
.news_box {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 10px;
	border-top: 1px dotted #333;
}
.news_head {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 19px;
	font-weight: 600;
	float: left;
	color: #000;
	margin: 0;
	padding: 20px 15px 0 15px;
	text-align: center;
}
.news_tab_btn a {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	text-align: center;
	float: left;
	margin: 0;
	padding: 8px 5px;
	background: #fff;
	color: #af6a7f;
	border: 1px solid #af6a7f;
}
.news_tab_btn .active, .news_tab_btn a:hover {
	background: #af6a7f;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #92475f;
}
.latest_news h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 30px;
}
.latest_news h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	line-height: 20px;
}
.latest_news h2 i {
	padding: 0 6px 0 0;
}
.latest_news h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	padding: 0;
	margin: 0 0 5px 0;
	text-align: left;
	line-height: 20px;
}
.latest_news h3 span {
	font-size: 13px;
	font-weight: 400;
}
.latest_news h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 10px 0 0 0;
	text-align: justify;
	line-height: 29px;
}
.latest_news h4 p {
	margin: 0 0 10px 0;
}
.latest_news a {
	position: relative !important;
}
.latest_news_download {
	float: right !important;
}
.back_btn {
	margin: 0 auto !important;
	display: block !important;
}
.latest_news_img {
	width: 250px;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
}
.latest_news_details_img {
	width: 450px;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
}
.latest_news_highlights {
	width: 100%;
	text-align: center !important;
	display: block !important;
}
.latest_news_img_highlights {
	margin: 0 auto 10px auto !important;
	float: none !important;
}
.archive_link {
	width: 100%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding: 10px 0;
	border-top: 1px dotted #333;
	line-height: 29px;
}
.archive_link:hover {
	color: rgb(142, 31, 64);
	text-decoration: none;
}
.archive_link:focus {
	color: #000;
	text-decoration: none;
}
.archive_link i {
	padding: 0 6px 0 0;
	color: #666;
}
.news_gallery {
	width: 100%;
	margin: 0 0 20px 0;
	float: left;
}
/***************************** tab_btn *****************************/
.tab_btn {
	width: auto !important;
	display: inline-block;
	margin: 30px auto 10px auto;
	padding: 0 !important;
}
.tab_btn > li {
	float: left;
	list-style: none;
	margin: 0 6px !important;
	position: relative;
	padding: 0 !important;
}
.tab_btn > li > a {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	width: 100%;
	height: 40px;
	float: left;
	padding: 10px;
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.tab_btn > li > a:hover {
	color: #fff;
	background-color: rgb(142, 31, 64);
	border: 1px solid rgb(142, 31, 64);
}
.tab_btn > li.active > a, .tab_btn > li.active > a:focus, .tab_btn > li.active > a:hover {
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	background-color: rgb(142, 31, 64);
	border: 1px solid rgb(142, 31, 64);
	text-decoration: none;
}
.tab_btn > li.active > a::after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgb(142, 31, 64);
	z-index: 9;
	text-align: center;
	margin: 0 auto;
	display: block;
	left: 40%;
	bottom: -8px;
	right: 40%;
}
/***************************** Image Effects *****************************/
.grid figure {
	position: relative;
	overflow: hidden;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	border: 1px solid #fff;
}
.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	width: 100%;
	padding: 0;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-errors: none;
}
.grid figure figcaption, .grid figure figcaption > a {
	background: url(../images/ptn.png) center 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
figure.effect-jazz {
	background: #000;
}
figure.effect-jazz img {
	opacity: 1;
}
figure.effect-jazz figcaption::after, figure.effect-jazz img, figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz figcaption::after {
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 25px;
	left: 25px;
	border: 1px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4, 1.4, 1);
	transform: scale3d(1.4, 1.4, 1)
}
figure.effect-jazz h6 {
	width: 100%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 0 25px;
	word-wrap: break-word;
	text-shadow: 2px 2px 1px #000000;
}
figure.effect-jazz span {
	opacity: 0;
}
figure.effect-jazz:hover span {
	opacity: 1;
}
figure.effect-jazz p {
	width: 80px;
	text-transform: none;
	font-size: 12px;
	opacity: 0;
	border: 1px solid #fff;
	font-weight: 600;
	margin: 5px auto;
	padding: 4px;
	float: left;
	color: #fff;
	line-height: normal;
}
figure.effect-jazz:hover p {
	opacity: 1;
}
figure.effect-jazz:hover img {
	opacity: 0.5;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
/***************************** Gallery *****************************/
.gallery_box {
	padding: 10px;
}
.gallery_box h2 {
	width: 100%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333;
	font-weight: 600;
	padding: 5px 15px;
	text-align: center;
	background: #e6e6e6;
	line-height: 24px;
	height: 60px;
}
.gallery_btn {
	padding: 8px 13px;
	background: #fff;
	float: left;
	color: #212121;
	border: 1px solid #af6a7f;
	cursor: pointer;
	margin: 0 4px 0 0;
}
.gallery_btn:hover {
	background: rgb(142, 31, 64);
	color: #fff !important;
	text-decoration: none;
	border: 1px solid rgb(142, 31, 64);
}
.gallery_btn:focus {
	color: #212121;
	text-decoration: none;
}
.gallery_btn_group ul {
	width: 300px;
	float: left;
	padding: 0;
	margin: 0;
}
.gallery_btn_group ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #999;
}
.gallery_btn_group ul li a {
	padding: 8px 20px;
	white-space: normal;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.gallery_btn_group ul li a:hover {
	background: #af6a7f;
	color: #fff;
}
.pagi_right {
	float: right !important;
}
/***************************** Button *****************************/
.more_btn {
	width: 120px;
	font-family: 'Open Sans', sans-serif;
	float: none;
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 8px 20px;
	margin: 0 auto 10px auto;
	background: #af6a7f;
	border: none;
	line-height: 20px;
}
.more_btn:hover {
	background: #8e1f40;
	color: #fff;
	text-decoration: none;
}
.more_btn:focus {
	background: #d15294;
	color: #fff;
	text-decoration: none;
}
.center_btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
/***************************** marquee *****************************/
.marquee_box {
	width: 100%;
	float: none;
	margin: -60px auto 0 auto;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	padding: 0;
	position: relative;
	z-index: 99;
	border: 1px solid #af6a7f;
}
.marquee_head {
	float: left;
	height: 45px;
	position: relative;
	z-index: 9999;
	width: 190px;
	background: url(../images/flash_head.png) no-repeat;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 8px 15px;
}
.marquee_box span {
	font-family: 'Open Sans', sans-serif;
	color: #8e1f40;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0 10px 50%;
	display: inline-block;
	animation: marquee 40s linear infinite;
}
.marquee_box span p, .ie_marquee p {
	font-family: 'Open Sans', sans-serif;
	color: #8e1f40;
	font-size: 14px;
	font-weight: 600;
	margin: 0 30px;
	width: auto;
	display: inline-block;
	cursor: pointer;
}
.marquee_box span p a, .ie_marquee p a {
	color: #8e1f40;
}
.marquee_box span p a:hover, .marquee_box span p a:focus, .ie_marquee p a:hover, .ie_marquee p a:focus {
	text-decoration: none;
}
.marquee_box span:hover {
	animation-play-state: paused;
}
.ie_marquee a {
	font-family: 'Open Sans', sans-serif;
	color: #d15294;
	font-size: 16px;
	font-weight: 600;
}
.ie_marquee a:hover {
	text-decoration: none;
}
@keyframes marquee {
 0% {
transform: translate(0, 0);
}
 100% {
transform: translate(-100%, 0);
}
}
/***************************** welcome *****************************/

.dropdown-menu {
	padding: 0;
}
.welcome {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	padding: 20px 0 0 0;
	margin: 0 0 30px 0;
}
.welcome_box {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.welcome_box h3 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: #000000;
	margin: 0;
	padding: 7px 0 0 0;
	text-align: center;
	float: left;
}
.welcome_box h4 {
	width: 100%;
	height: 37px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
	padding: 0 10px;
	margin: 10px 0;
	text-align: center;
}
.welcome_box img {
	padding: 10px;
}
.main_body {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
}
.hm_body {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	background: #ffe2eb;
	position: relative;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
	z-index: 99;
}
.hm_body h2 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	float: left;
	color: #fff;
	margin: 0;
	padding: 8px 15px;
	background: #e31e24;
	text-shadow: 1px 1px 1px #e31e24;
}
.p_div {
	padding: 0 5px;
	margin-bottom: 30px;
}
.border_box {
	width: 100%;
	height: 376px;
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.border_box h4 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	color: #000000;
	margin: 0;
	padding: 10px 15px;
	text-align: center;
	float: left;
}
.guiding_lights {
	padding: 10px;
}
.guiding_lights img {
	width: 200px;
	float: none;
	margin: 0 auto;
    min-height: 180px;
}
.guiding_lights h3 {
	width: 100%;
	margin: 0;
	padding: 2px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	text-transform: capitalize;
	text-align: center;
	float: left;
	line-height: 21px;
}
.home_tab {
	border-bottom: 1px solid #af6a7f !important;
}
.home_tab > li {
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 0px;
	border-left: 1px solid #af6a7f;
	border-right: 1px solid #af6a7f;
}
.home_tab > li > a {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	float: left;
	color: #000;
	padding: 7px 0;
	margin: 0;
	background: #fff;
	border: none !important;
	-webkit-border-radius: 0 0 0 0 !important;
	border-radius: 0 0 0 0 !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.home_tab > li.active > a, .home_tab > li.active > a:hover, .home_tab > li.active > a:focus {
	width: 100%;
	background: none;
	color: #fff;
	text-shadow: 1px 1px 1px #92475f;
}
.home_tab > li.active, .home_tab > li.active:hover, .home_tab > li.active a:focus {
	background: #e31e24;
	border-bottom-color: #fff;
	color: #fff;
	text-shadow: 1px 1px 1px #92475f;
}
.home_tab > li > a:hover {
	color: #a36376;
	background: none;
	border: none !important;
}
.tab_bg h3 {
	width: 100%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	color: #000;
	margin: 0;
	padding: 10px;
	text-align: justify;
}
.vision_content {
	width: auto;
	font-family: 'Merienda One', cursive;
	font-size: 12px;
	font-weight: 400;
	line-height: 21px;
	color: #fff;
	margin: 0;
	padding: 10px 20px;
	text-align: justify;
	position: absolute;
	top: 10%;
}
.mission_content {
	width: auto;
	font-family: 'Merienda One', cursive;
	font-size: 12px;
	font-weight: 400;
	line-height: 21px;
	color: #fff;
	margin: 0;
	padding: 10px 20px;
	text-align: justify;
	position: absolute;
	top: 30%;
}
.vision_bg {
/*background: url(../images/vision.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 252px;*/
}
.mission_bg {
/*background: url(../images/mission.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 251px;*/
}
.tab_bg img {
	padding: 10px 10px 0 10px;
}
/***************************** Quick links *****************************/
.quicklinks_bg {
	width: 100%;
	float: left;
	margin: 0;
	position: relative;
	padding: 0;
	background: #fff;
	border-top: 1px solid #d15294;
}
.quicklinks_bg .quicklinks {
	width: 100%;
	float: left;
	background: #e31e24 url(../images/quicklinks_bg.png) no-repeat center top;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	padding: 4px;
	border: 0;
}
.quicklinks_box {
	width: 100%;
	outline: none;
	padding: 10px 0;
	float: left;
}
.quicklinks_box ul {
	display: block;
	list-style: none;
	padding: 5px 0px;
	margin: 0px;
}
.quicklinks_box ul li {
	display: block;
	list-style: none;
	padding: 2px 0;
	line-height: 20px;
}
.quicklinks_box ul li a {
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
}
.quicklinks_box ul li a i {
	margin: 0 5px 0 0;
}
.quicklinks_box ul li a:hover {
	color: #8e1f40;
	outline: none;
}
.quicklinks_box ul li a.active {
	color: #8e1f40;
}
.quicklinks_box ul li a:focus {
	color: #000000;
	outline: none;
}
/***************************** Articles / Creativity *****************************/
.articles_creativity h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 30px;
}
.articles_creativity h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 20px;
}
.articles_creativity h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	padding: 0;
	margin: 5px 0;
	text-align: left;
	line-height: 20px;
}
.articles_creativity h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 5px 0;
	text-align: justify;
	line-height: 25px;
}
.articles_creativity h4 p {
	margin: 0 0 10px 0;
	text-align: justify;
}
.articles_creativity h4 span {
	font-size: 15px;
	color: #000;
	font-weight: 600;
}
.articles_creativity a {
	position: relative !important;
	float: right !important;
}
.articles_creativity_img {
	width: 120px;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
}
/***************************** Feedback *****************************/
.feedback h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 600;
	padding: 0;
	margin: 10px 0 0 0;
	text-align: left;
}
.feedback h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 10px 0 0 0;
	text-align: justify;
	line-height: 29px;
}
/***************************** e content *****************************/
.econtent_box {
	min-height: 120px;
	padding: 0;
}
.econtent_input {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0 0 10px 0;
	padding: 2px 4px;
	padding-right: 4px;
	color: #555;
	float: left;
	font-size: 14px;
	border: 1px solid #a9a9a9;
}

/***************************** news_letter_box *****************************/
.news_letter_box {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 10px 0;
	border-top: 1px dotted #333;
}
.news_letter_box h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 30px;
}
.news_letter_box h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: justify;
    line-height: 29px;
}
.news_letter_box_img {
    width: 250px;
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #ccc;
}
.news_letter_box h4 p {
    margin: 0 0 10px 0;
}
.news_letter_box a {
    position: relative !important;
}
.news_letter_box_download {
    float: right !important;
	margin: 0 auto !important;
}

/***************************** footer *****************************/
.footer {
	float: left;
	width: 100%;
	background: url(../images/ft_btm_bg.png) repeat top center;
	margin: 0;
	padding: 30px 0 40px 0;
}
.footer h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	color: #000;
	text-transform: uppercase;
	border-bottom: thin dotted #000;
}
.footer h1 i {
	color: #000;
	font-size: 18px;
}
.footer h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin: 4px 0 5px 0;
	float: left;
	color: #000000;
	text-transform: uppercase;
	line-height: 22px;
}
.footer p {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	font-size: 14px;
	margin-bottom: 5px;
	color: #000000;
	float: left;
	line-height: 30px;
}
.footer p i {
	color: #000;
	margin: 0 5px 0 0;
}
.footer p a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	color: #000000;
	line-height: 30px;
	text-decoration: none;
}
.footer p a:hover {
	color: #8e1f40;
}
.footer_gallery {
	width: 100%;
	margin: 8px 0 0 0;
	float: left;
}
.address ul {
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0 0 0;
	margin: 0;
	float: left;
	list-style: none;
	width: 100%;
}
.address ul li {
	display: inline-block;
	margin-right: 20px;
}
.address ul li a {
	color: #d2d2d2;
	text-decoration: none;
	font-size: 15px;
}
.address ul li a i {
	padding: 0 5px 0 0;
	font-size: 18px;
}
.footer_social {
	width: 250px;
	float: none;
	margin: 15px auto 0 auto;
	display: block;
	text-align: center;
	padding: 0 0 20px 0;
}
.footer_social a {
	padding: 0 2px;
	text-decoration: none;
}
.trs2 {
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.twt:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.footer_map {
	width: 100%;
	margin: 8px 0 0 0;
	float: left;
}
.connect {
	width: 100%;
	float: left;
	background: #e31e2470;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e31e2470;
}
.connect h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0;
	padding: 0;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
.copyright {
	width: 100%;
	float: left;
	background: #e31e24;
	margin: 0;
	padding: 15px 0;
}
.copyright h3 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
}
.copyright h4 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: right;
}
.copyright h4 a {
	color: #fff;
	text-decoration: none;
}
.copyright h4 a:hover {
	color: #0b0b0b;
	text-decoration: none;
}
.copyright h4 a:focus {
	color: #fff;
	text-decoration: none;
}
@media (min-width: 200px) and (max-width: 1200px) {
header .navbar {
	margin-top: -33px;
}
.container_box {
	width: auto;
}
.container_boxbg {
	border: none;
	margin: 0;
}
.banner_bg {
	background: #fff;
}
.banner {
	top: 0;
}
header .navbar-nav {
	width: 100%;
	display: block;
	float: left !important;
}
.smaller .navbar-nav > li > a {
	color: #fff;
	font-weight: 600;
	padding: 10px 15px !important;
}
.navbar-collapse {
	width: 100%;
	float: left;
	height: 300px !important;
	overflow-y: scroll !important;
}
.navbar-nav > li > ul > li > a {
	padding: 10px 10px 10px 30px !important;
	background: #9e5b6f;
	color: #fff;
	font-weight: 600;
	border-bottom: 1px dotted;
}
.navbar-nav > li > ul > li > ul > li > a {
	padding: 10px 10px 10px 40px !important;
	background: #844759;
	color: #fff;
	font-weight: 600;
	border-bottom: 1px dotted;
}
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
	padding: 5px 0;
	margin: 2px 10px;
}
.navbar {
	min-height: 40px;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	border-bottom: 1px dotted #fff;
}
.navbar-text {
	float: none;
	margin: 15px 0;
}
.navbar-collapse.collapse.in {
	width: 100% !important;
	float: left !important;
	display: block !important;
}
.collapsing {
	overflow: hidden !important;
}
header .search_big {
	display: none;
}
header .search_sm {
	display: block;
}
.inner_body {
	padding: 0;
}
.hm_body h2 {
	text-align: center;
}
}
@media (min-width: 200px) and (max-width: 991px) {
.inner_head {
	text-align: center;
}
.inner_banner_title {
	width: 100%;
	margin: 20px 0 0 0;
	border: 1px solid #000;
	background: none;
}
.inner_banner_title h1 {
	color: #92475f;
	text-align: center;
	font-size: 20px;
	text-shadow: none;
}
.principal_div {
	height: auto;
}
header h1 {
	margin: 10px 0 0 0 !important;
}
header .stjoseph img, header .logo img {
	margin: 0 !important;
}
header .search:focus {
	width: 40%;
}
.latest_news_download {
	float: left !important;
}
.news_letter_box_download {
    float: left !important;
}
.static_page {
	display: block;
}
.journals_download_btn {
	width: 170px;
	margin: 0 auto;
}
.copyright h3, .copyright h4 {
	text-align: center;
	line-height: 24px;
}
.footer_right {
	border: none;
}
.footer h1 {
	padding: 10px 0 0 0;
}
}
@media (min-width: 200px) and (max-width: 767px) {
header .logo img {
	width: 80px;
	margin: 0 !important;
}
header h1 {
	font-size: 20px;
	padding: 5px 0;
}
header h1 p.sf {
	font-size: 16px;
}
header {
	position: relative;
}
.smaller {
	position: relative;
}
#amazingslider-wrapper-1 {
	width: 100%;
	float: left;
	max-height: 360px;
}
.amazingslider-img-1 img {
	height: auto !important;
}
.smaller .top, .smaller .top, .smaller .navbar-header, .smaller .logo img {
	position: relative;
}
.smaller .logo {
	display: none;
}
.banner {
	top: 0;
}
.faculty_box img {
	float: none;
	margin: 0 auto;
	padding:0;
	width: 140px;
	display: block;
}
.faculty_box h2, .faculty_box h3, .faculty_box p {
	text-align: center;
	margin: 10px 0;
}
.faculty_box a {
	position: relative !important;
	margin: 0px auto !important;
	display: block !important;
}
.marquee_box {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
}
.marquee_head {
	width: 100%;
	float: left;
	background: #8e1f40;
	text-align: center;
	height: 40px;
}
.marquee_box span {
	float: left;
}
.hm_body {
	margin: 0;
}
.guiding_lights img {
	float: none;
	margin: 0 auto;
}
.guiding_lights h3 {
	width: 100%;
	text-align: center;
}
.guiding_lights_box a {
	float: none !important;
	clear: both !important;
}
.border_box {
	height: auto;
	padding: 0 0 70px 0;
}
.p_div {
	padding: 0;
}
.pagi_right {
	width: 100% !important;
	text-align: center;
}
.gallery_btn_group {
	width: 245px;
	display: block;
	margin: 0 auto;
}
.footer h1 {
	width: 100%;
	text-align: center;
	padding: 30px 0 5px 0;
}
.information ul li a {
	width: 100%;
	text-align: center;
	padding: 4px 0;
}
.footer h2, .footer p {
	width: 100%;
	text-align: center;
}
.footer_social {
	text-align: center;
}
.welcome_box h4 {
		height: 45px;
}
.border_box {
	height: auto;
	padding: 0;
}
.inner_body {
	min-height: auto;
}
.latest_news_img {
	width: 100%;
}
.articles_creativity h1, .articles_creativity h2, .articles_creativity h3, .articles_creativity h4 span {
	width: 100%;
	text-align: center;
	float: left;
}
.articles_creativity h4 {
	width: 100%;
	text-align: center;
}
.articles_creativity_img {
	float: none;
	margin: 0 auto;
}
.articles_creativity a {
	display: block;
	float: none !important;
}
.footer {
	padding: 0 0 30px 0;
}
}
@media (min-width: 200px) and (max-width: 700px) {
header .logo img {
	width: 80px;
	margin: 0 15px !important;
}
.banner_bg {
	top: 0;
}
.banner_bg {
	top: 0;
}
.main_body {
	margin: 0;
}
header {
	position: relative;
}
.smaller {
	position: relative;
}
header .search_sm, .search:focus {
	width: 68% !important;
	margin: 0 1%;
}
header .top {
	height: 80px;
}
header .top_btn {
	width: 8%;
	margin: 0 1%;
}
header .top_btn i {
	text-align: center;
	display: block;
	padding: 2px 0 3px 0;
}
header .top_btn2 {
	width: 48%;
	margin: 10px 1%;
}
.smaller .logo img {
	margin: 8px 0 0 0;
	left: 4px;
}
.smaller .top_btn_group {
	width: 66%;
	right: 0;
	position: absolute;
}
.faculty_details_profile_img {
	width: 100%;
	margin: 0;
}
.latest_news_details_img, .principal_message_img, .news_letter_box_img {
	width: 100%;
	margin: 0;
}
}
@media (min-width: 200px) and (max-width: 500px) {
.border_box h4 img {
	width: 100%;
	margin: 0;
}
.border_box a {
	float: none !important;
	clear: both !important;
}
.guiding_lights_box {
	width: 100%;
	margin: 30px 0 0 0;
}
header .search_sm, .search:focus {
	width: 98% !important;
	margin: 0 1%;
}
header .top {
	height: 120px;
}
header .top_btn {
	width: 100%;
	margin: 10px 1% 0 1%;
}
header .top_btn2 {
	width: 48%;
	margin: 10px 1%;
}
.tab_btn {
	width: 100% !important;
}
.tab_btn.tab_lc > li {
	width: 45%;
	margin: 10px 1%;
}
.tab_btn > li > a {
	height: 70px;
}
.home_tab > li > a {
	width: 100%;
	height: 55px;
	float: left;
	padding: 0px;
	color: #333;
	background-color: #fff;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.gallery_box {
	width: 100%;
	padding: 0;
}
.Principal_box {
	width: 100%;
}
.form-group .radio-inline {
	width: 100%;
	margin: 0;
	padding: 10px;
}
.founders_head img {
	width: 100px;
	float: none;
	margin: 0 auto;
}
}
@media (min-width: 200px) and (max-width: 360px) {
.home_tab > li {
	height: 55px;
}
}
/* Special media */

@media (min-width: 200px) and (max-width: 650px) {
.stjoseph {
	width: 80px;
	float: right !important;
}
.logo {
	width: 80px;
	position: absolute;
}
.heading {
	width: 100%;
	padding: 0;
}
}
.nothing_display {
	width: 100%;
	margin: 30px 0;
	float: left;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	color: #333;
}
.note-image-input {
	display: none;
}
