.grid {
	position: relative;
	clear: both;
	width: 100%;
	list-style: none;
	text-align: center
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 0 26px;
	width: 100%;
	height: auto;
	background: #ccc;
	text-align: center;
	cursor: pointer
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 1
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none
}

.grid figure figcaption,
.grid figure figcaption>a {
	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
}

.grid figure h3 {
	word-spacing: -.15em;
	font-weight: 300;
	text-align: left;
	color: $white
}

.grid figure h3 span {
	font-weight: 800
}

.grid figure h3,
.grid figure p {
	margin: 0
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%
}

figure.effect-bubba {
	background: $primary-color
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity .35s;
	transition: opacity .35s
}

figure.effect-bubba:hover img {
	opacity: 1
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	background-color: rgba(37, 37, 37, 0.5);
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1)
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0)
}

figure.effect-bubba h5 {
	text-align: center;
	padding-top: 40%;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0)
}

figure.effect-bubba p {
	position: relative;
	top: 50%;
	transform: translateY(-50%)!important;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	z-index:999;
	font-size:17px;
	line-height:18px;
	font-weight:600;
	text-transform:none;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

figure.effect-bubba:hover h5,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}


@media only screen and (min-width: 320px) and (max-width: 469px) {

.slider_title h1 {
text-align: center;
color: #fff;
margin-bottom: 40px;
margin-top:150px;
font-weight: 400
}


.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 50% !important;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

.carousel-indicators li {
	display:none;
}


.rev-slider {
	overflow: hidden;
	position: relative;
	margin-top:50%;
}

.nav-menu {
	position: absolute;
	z-index: 99;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	background:#082d5d;
}

.menu_home{display:block;}
.download_admission_form{ display:none;}

.btn-default3 {
text-transform: uppercase;
color: #fff !important;
font-size: 32px;
border-radius: 25px;
background: #005C97;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.btn-default3:hover {
color: #000 !important;
border: 2px solid #cbb58b !important;
background:#FFF;
}

.leadership_message p {
	font-family: lora,serif;
	font-size:18px;
	line-height:26px;
	text-align:justify;
	margin-right:0px;
}

.leadership_message_detail {
	padding:20px;
	text-align:left !important;
}



}



@media only screen and (min-width: 470px) and (max-width: 769px) {

.slider_title h1 {
text-align: center;
color: #fff;
margin-bottom: 40px;
margin-top:150px;
font-weight: 400
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 50% !important;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

.slider_img img {
height: 250px;
width:100%;
margin-top:40%;
}

.carousel-indicators li {
	display:none;
}


.rev-slider {
	overflow: hidden;
	position: relative;
	margin-top:35%;
}

.nav-menu {
	position: absolute;
	z-index: 99;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	background:#082d5d;
}


.menu_home{display:block;}
.download_admission_form{ display:none;}

.btn-default3 {
text-transform: uppercase;
color: #fff !important;
font-size: 32px;
border-radius: 25px;
background: #005C97;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.btn-default3:hover {
color: #000 !important;
border: 2px solid #cbb58b !important;
background:#FFF;
}



}






/* jssor slider loading skin spin css */
.jssorl-009-spin img {
animation-name: jssorl-009-spin;
animation-duration: 1.6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
from {
transform: rotate(0deg);
}

to {
transform: rotate(360deg);
}
}


.jssora093 {display:block;position:absolute;cursor:pointer;}
.jssora093 .c {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
.jssora093 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
.jssora093:hover {opacity:.8;}
.jssora093.jssora093dn {opacity:.6;}
.jssora093.jssora093ds {opacity:.3;pointer-events:none;}

.jssort101 .p {position: absolute;top:0;left:0;box-sizing:border-box;background:#000;}
.jssort101 .p .cv {position:relative;top:0;left:0;width:100%;height:100%;border:2px solid #000;box-sizing:border-box;z-index:1;}
.jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {border:none;border-color:transparent;}
.jssort101 .p:hover{padding:2px;}
.jssort101 .p:hover .cv {background-color:rgba(0,0,0,6);opacity:.35;}
.jssort101 .p:hover.pdn{padding:0;}
.jssort101 .p:hover.pdn .cv {border:2px solid #fff;background:none;opacity:.35;}
.jssort101 .pav .cv {border-color:#fff;opacity:.35;}
.jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
.jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.6;}
.jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}