@import url(https://fonts.googleapis.com/css?family=Oswald);
 @import url(https://fonts.googleapis.com/css?family=Raleway);
 @import url(https://fonts.googleapis.com/css?family=Ropa+Sans);
 @import url('style_fac.css');
 @import url('style_common.css');
 @import url('directnewstyle.css');
body {
	width:100%;
	margin:0px;
	padding:0px;
	background:url(../images/body-patteren.png) repeat left top;
	/* font-family:Arial, Helvetica, sans-serif; */

	font-size:14px;
	color:#000;
	line-height: 22px;
	font-family: "Source Sans Pro", sans-serif;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clr {
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
}
p {
	margin:0.6em 0 1.2em;
	padding:0;
	text-align:justify;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
a {
	text-decoration:none;
	color:#D50000;
}
a:hover {
	text-decoration:underline;
	color:#0095da;
}
.body_wrapper {
	width:80%;
	margin:0 auto;
	display:block;
	position:relative;
}
#logo {
	position:absolute;
	float:left;
	background:#214f80;
	padding: 2px 6px 6px 6px;
	z-index:2;
}
#logo img {
	width:100%;
}
#menu_bottom {
	background:rgba(0,0,0,0.7);
	width:100%;
	padding:10px 0px;
	position:absolute;
	z-index:1;
}
#menu_cation {
}
#menu_cationl {
	float:left;
	display:inline-block;
	width:73%;
	padding-left:15%;
	position:relative;
}
#menu_cationl img {
	width:100%;
}
#menu_cationr {
	float:right;
	display:inline-block;
	width:25%;
	text-align:right;
}
#banner {
	position:relative;
}
#extra_point {
	position:relative;
	background:url(../images/bnr_btmbg.png) repeat-x left top;
	padding:10px 0px;
}
#extra_point ul {
	text-align:center;
}
#extra_point li {
	display:inline-block;
	width:18%;
	margin-right:2%;
	text-align:center;
}
#extra_point li:last-child {
	margin-right:0px;
}
#extra_point li a {
	text-decoration:none;
	color:#c28511;
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
}
 @-webkit-keyframes rotate {
 from {
 -webkit-transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
}
}
 @-moz-keyframes rotate {
 from {
 -moz-transform: rotate(0deg);
}
to {
	-moz-transform: rotate(360deg);
}
}
 @-ms-keyframes rotate {
 from {
 -ms-transform: rotate(0deg);
}
to {
	-ms-transform: rotate(360deg);
}
}
 @-o-keyframes rotate {
 from {
 -o-transform: rotate(0deg);
}
to {
	-o-transform: rotate(360deg);
}
}
#extra_point li img:hover {
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotate;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
}
/*Menu CSS*/

#menu {
	width:100%;
	background:#003366;
	border-bottom:1px solid #fff;
	position:relative;
}
#menu_div {
	float:right;
}
.toggleMenu {
	display:  block;
	background: #666;
	padding: 10px 15px;
	color: #fff;
}
.nav {
	list-style: none;
 *zoom: 1;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 17em;
}
.nav a {
	padding: 16px 12px;
	color:#fff;
	font-size: 14px;
}
.nav a {
	text-decoration:none;
}
.nav li {
	position: relative;
}
.nav > li {
	float: left;
	border-top: 1px solid #104336;
}
.nav > li > .parent {
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > a {
	display: block;
	border-right:1px solid #11579e;
}
.nav li ul {
	position: absolute;
	left: -9999px;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	background: rgba(0,51,102,0.9);
	position: relative;
	z-index:100;
	border-top: 1px solid #ccc;
	padding:10px 20px;
	-webkit-transition:all ease-in-out 0.2s;
	-moz-transition:all ease-in-out 0.2s;
	transition:all ease-in-out 0.2s;
}
.nav li li a:hover {
	background: #114c86;
	padding:10px 25px;
	text-decoration:none;
}
.nav li li li a {
	background: rgba(0,51,102,0.9);
	z-index:200;
	border-top: 1px solid #ccc;
}
#body {
	width:100%;
	padding:20px 0px;
}
#body_left {
	width: 30%;
	padding:0 14px 0 0;
	float:left;
	display:inline-block;
}
#body_right {
	width: 70%;
	padding:0 0 0 20px;
	float:left;
	display:inline-block;
}
.entry-title {
	font-size: 36px;
	font-weight: 600;
	/* line-height: 9px; */

    text-transform: uppercase;
	padding-bottom: 18px;
	position: relative;
	/* margin-bottom: 5px; */

    color: #17376e;
	margin-top: 4px;
	border-bottom: 2px solid #ffcc29;
}
.entry-item {
	font-size: 27px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 500;
	color:#003333;
	border-bottom:1px solid #ccc;
	margin-top: 8px;
	padding-bottom:10px;
}
.entry-item_icon1 {
	float:left;
	margin-right:10px;
	background:#952770;
	padding:6px;
}
.entry-item_icon2 {
	float:left;
	margin-right:10px;
	background:#003366;
	padding:6px;
}
.entry-item_icon3 {
	float:left;
	margin-right:10px;
	background:#b64b4b;
	padding:6px;
}
.entry-item span {
	font-size: 17px;
	text-transform:capitalize;
	line-height: 18px;
}
.txt_15 {
	font-size: 15px !important;
}
h1, h2, h3, h4, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	display: block;
	margin: 0 0 10px;
}
#footer {
	width:100%;
	background:url(../images/footer.jpg) no-repeat left top;
	padding-top:30px;
	color:#fff;
	display:inline-block;
	background-size:cover;
}
#footer_top {
	margin-bottom:20px;
}
.footer_align {
	width:25%;
	padding-right:20px;
	padding-left:20px;
	display:inline-block;
	float:left;
}
.footer_align ul li img {
	margin-bottom:15px;
}
.cvrce_wbmail {
	display:block;
	clear:both;
	padding-top:15px;
}
.cvrce_wbmail img {
	width:100%;
}
.footer_align h1 {
	color:#e5e5e5;
	margin:0px;
	padding:0px;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	margin-bottom:10px;
}
#footer_top h1 span {
	color:#f69b52;
}
.footer_align:first-child h1 {
	padding-top:12px;
	font-size:24px;
}
.point { padding-top:20px;
}
.point ul li {
	margin-bottom: 6px;
	background: transparent url(../images/bullet.png) no-repeat left 4px;
	padding-left:25px !important; line-height:25px;
	float:none !important;
	display:block;
	width:100% !important;
}
.point ul li a {
	color:#D50000;
	text-decoration:none;
	transition:all ease-in-out 0.2s;
}
.point ul li a:hover {
	color:#73a6ee;
}
.point1 {
	margin-top:12%;
}
.point1 ul li {
	margin-bottom:15px;
}
.point1 ul li a {
	color:#fff;
}
.point1 ul li img {
	float:left;
	margin-right:10px;
	margin-top: 5px;
}
#f_form {
	margin-bottom:10px;
}
.footer_align input {
	color: #fff;
	background:none;
	border:none;
	border-bottom:3px solid #ccc !important;
	padding:10px 10px 10px 0px;
	margin-bottom:10px;
}
.send_button {
	margin-top:10px;
}
.send_button img {
	float:left;
	margin-right:10px;
	padding-top:8px;
}
.footer_align input[type="button"] {
	color:#fff;
	background:none;
	float:left;
	cursor:pointer;
	border:none !important;
}
#footer_dis {
	border-bottom:2px dotted #ccc;
	padding-bottom:15px;
	text-align:center;
}
#footer_disl {
	float:left;
	width:50%;
	display:inline-block;
	padding:0px 20px;
}
#footer_disr {
	float:right;
	width:40%;
	display:inline-block;
	text-align:right;
	padding:0px 20px;
}
#footer_disr a {
	color: #fff;
}
#footer_disr a:hover {
	text-decoration:underline;
}
#footer_bottom {
	padding:20px 0px;
}
#footer_bottoml {
	float:left;
	width:70%;
	padding:0px 20px;
}
#footer_bottoml a {
	color: #fff;
}
#footer_bottoml a:hover {
	text-decoration:underline;
}
#footer_bottomr {
	float:right;
	padding: 0px 0 0 20px;
}
#footer_social {
	border:1px solid #484848;
	background:#363636;
}
#footer_bottomr .img {
	float:left;
	border-right:1px solid #484848;
	display:block;
	padding:5px;
}
.vistor {
	float:left;
	padding: 3px;
}
.count {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 2px;
	background: rgba(0, 0, 0, 0.4);
	padding: 0px 10px;
}
#facility_main {
	width:100%;
	background:#F9F9F9;/*background:#fdf3ff;*/
}
#facilty_left {
	float:left;
	width:35%;
	background:#fdf3ff;
	padding: 10px 20px 13px 20px;
	text-align:right;
}
#facilty_right {
	float:right;
	width:65%;
	display:inline-block;
	padding: 0px 20px 20px 20px;
	text-align:left;
	background:#fff;
}
#facilty_right li {
	width:33.3333%;
	display:inline-block;
	padding:10px;
	float:left;
	text-align:center;
	font-size: 13px;
	line-height:18px;
}
#facilty_right li img {
	border:5px solid #f1f1f1;
	display:block;
	margin-bottom:12px;
	width: 100%;
}
#facilty_right li span {
	font-size: 19px;
	font-weight:bold;
	color:#000;
	display:block;
	clear:both;
}
#facilty_right li > p {
	text-align:center !important;
}
#facilty_right li a {
	color: #Fff;
	font-size:13px;
	padding: 6px 10px;
	background: #003366;
}
#facilty_right li a:hover {
	background:#D7006B;
	text-decoration:none;
}
#inner_body {
	width:100%;
	padding:16px 0px;
}
h5 {
	font-size: 17px;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin-bottom: 10px;
	display: block;
	clear: both;
	text-transform:uppercase;
}
h5 span {
	color:#da5455;
}
.our-clients .section-footer-title {
	padding: 0px 15px;
	color: #000;
	background: #fff;
}
.our-clients1 {
	background: url(../images/lines-dark.png) repeat-x center;
	margin-bottom: 12px;
	float: left;
	width: 100%;
	color: #fff !important;
	text-align: center;
}
#accre img {
	width:100% !important;
}
.our-clients1 h5 {
	font-weight: 700;
	float: none;
	margin-top: 0;
	margin-bottom: 0;
	font-size:22px;
}
.our-clients1 .section-footer-title1 {
	padding: 0px 15px;
	color: #000;
	background: #fdf3ff;
}
#ticker1 {
	margin:0px;
	padding:0px 0px 0px 0px;
	overflow:auto;
	text-align:left;
	height: 260px;
}
#ticker1 {
	margin:0;
	text-align:left;
	padding:0px;
}
#ticker2 {
	margin:0px;
	padding:0px 0px 0px 0px;
	overflow:auto;
	text-align:left;
	height: 234px;
}
#ticker2 {
	margin:0;
	text-align:left;
	padding:0px;
}
#ticker3 {
	margin:0px;
	padding:0px 0px 0px 0px;
	overflow:auto;
	text-align:left;
	height: 236px;
}
#ticker3 {
	margin:0;
	text-align:left;
	padding:0px;
}
#ticker4 {
	margin:0px;
	padding:0px 0px 0px 0px;
	overflow:auto;
	text-align:left;
	height: 203px;
}
#ticker4 {
	margin:0;
	text-align:left;
	padding:0px;
}
#ticker5 {
	margin:0px;
	padding:0px 0px 0px 0px;
	overflow:auto;
	text-align:left;
	height: 234px;
}
#ticker5 {
	margin:0;
	text-align:left;
	padding:0px;
}
#ticker6 {
	margin:0px;
	padding:0px 0px 0px 0px;
	overflow:auto;
	text-align:left;
	height: 234px;
}
#ticker6 {
	margin:0;
	text-align:left;
	padding:0px;
}
.news_date {
	padding:10px 20px;
	background:#003399;
	color:#fff;
	font-size:18px;
	float:left;
	text-transform:uppercase;
	text-align:center;
	display:block;
	margin-right:15px;
}
.nwshdtxt {
	font-weight:bold;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}
.nwshdtxt a {
	color:#000;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 400;
}
.nwshdtxt a:hover {
	color: #ed145b;
}
.margin_bottom {
	margin-bottom:20px;
}
.text-right {
	text-align: right;
}
.read_more {
	float:right;
	text-transform:uppercase;
	display: block;
	margin-top: 15px;
}
.read_more a {
	border-radius:5px;
	background:#003366;
	transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	color:#fff;
	padding: 6px 13px;
}
.read_more a:hover {
	background: #ed145b;
	text-decoration:none;
}
.more {
}
.more a {
	color:#FF0000;
	text-decoration:none;
}
.more a:hover {
	text-decoration:underline;
}
#other_inf {
	width:100%;
	background:#cce5fe;
	padding:25px 0px;
}
#other_inf_wrapper {
	width:90%;
	margin:0 auto;
	display:block;
	position:relative;
}
#accre {
	margin-bottom:14px;
	text-align:center;
}
#events_div {
	width:70%;
	float:right;
	display:inline-block;
	background:#fafafa;
	padding:25px;
}
.events {
	margin: 20px 20px 10px 20px;
	padding-bottom: 5px;
	border-bottom:1px solid #ccc;
}
.events img {
	float:left;
	margin-right:15px;
}
#quick_links {
	float:left;
	display:inline-block;
	width: 25%;
	background: #EFEEEB;
	height: 100%;
	position: absolute;
}
.quiklink {
	padding:20px;
	background:#f2f7fc;
}
#quick_links ul li {
}
#quick_links ul li a {
	color:#214f80;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:dotted 1px #d7d7d7;
	padding: 10px 0px 5px 0px;
	display:block;
	font-size: 15px;
	transition:all ease-out 0.3s;
	-webkit-transition:all ease-out 0.3s;
	-moz-transition:all ease-out 0.3s;
}
#quick_links ul li a:hover {
	color:#e67a24;
	padding: 10px 0px 5px 10px;
}
#quiklink_alt ul li {
	border-left: 5px solid #bb6c0a;
}
#quiklink_alt ul li:hover {
	background:#d68521;
}
#quiklink_alt ul li a {
	color:#fff;
}
#quiklink_alt ul li a:hover {
	color:#fff4ea;
}
.leftmenu {
	margin-bottom:10px;
}
.leftmenu li {
	display: block;
	padding: 0px 0px;
	background: #F4E9D3;
	color: #231f20;
	border-left: 4px solid #830405;
	margin-bottom:2px;
}
.leftmenu li:hover {
	background:#830405;
}
.leftmenu li a, .leftmenu li a:visited, .leftmenu li a:link {
	color:#000 !important;
	text-decoration:none;
	text-transform:none !important;
	border-bottom:0 !important;
	padding: 10px 0px 10px 10px !important;
	display:block;
	font-size: 15px;
	transition:all ease-out 0.2s;
	-webkit-transition:all ease-out 0.2s;
	-moz-transition:all ease-out 0.2s;
}
.leftmenu li:hover a {
	color:#FFF !important;
}
.leftmenu li.active a {
	color:#FFF !important;
}
.leftmenu li.active {
	background:#830405;
}
#inner_content {
	float:right;
	width: 74%;
	padding: 0px 20px 0px 20px;
	min-height:680px;
}
#inner_banner {
	width:100%;
}
#inner_banner img {
	width:100%;
}
.our-clients3 {
	background: url(../images/lines-dark.png) repeat-x center;
	width: 100%;
	color: #000 !important;
	text-align: left;
	margin-bottom: 18px;
}
.our-clients3 h1 {
	margin: 0px;
	padding:0px;
	color: #1A1A1A;
	text-transform:uppercase;
	font-size: 21px;
	font-family: 'Ropa Sans', sans-serif;
	font-weight:bold;
}
.our-clients3 .section-footer-title3 {
	padding: 0px 15px 0px 0px;
	color: #000;
	background: #fff;
}
.our-clients4 {
	background: url(../images/lines-dark.png) repeat-x center;
	float: left;
	width: 100%;
	color: #fff !important;
	text-align: left;
	margin-bottom: 18px;
}
.our-clients4 h1 {
	margin: 0px;
	padding:0px;
	color: #1A1A1A;
	text-transform:uppercase;
	font-size: 21px;
	font-family: 'Ropa Sans', sans-serif;
	font-weight:bold;
}
.our-clients4 .section-footer-title4 {
	padding: 0px 15px 0px 0px;
	color: #000;
	background: #f2f7fc;
}
.example-date {
	background-color:#686868;
	float:left;
	position:relative;
	padding: 23px 2px 0px 5px;
	color:#fff;
	width: 49px;
	margin:0px 15px 3px 0px;
}
.example-date .example-month {
	text-transform: uppercase;
	font-size: 14px;
}
.example-date .example-day {
	font-size: 22px;
	position:absolute;
	left:5px;
	top:3px;
}
.example-date .example-year {
	position:absolute;
	right:-5px;
	top:12px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}
.banner_admission {
	position:absolute;
	z-index:99;
	right:10%;
	bottom:5%;
}
#f_phtglry11 img {
	float:left;
	width: 28%;
	display:inline-block;
	margin: 5px;
	height: 50px;
}
.view img {
	width:100%;
}
#inner_content h2 {
	margin: 0px;
	padding:0px;
	color: #003366;
	text-transform:uppercase;
	font-size: 18px;
	font-family: 'Ropa Sans', sans-serif;
	font-weight:bold;
}
#inner_content h3 {
	margin: 0px;
	padding:0px;
	color: #0053A6;
	text-transform:uppercase;
	font-size: 16px;
	font-family: 'Ropa Sans', sans-serif;
	font-weight:bold;
}
#admissin_table {
	margin: 0px 0px 0px 0px;
}
#admissin_table li {
	margin-top: 15px;
}
#admissin_table span {
	font-size:14px;
	color:#D7006B;
	font-weight:bold;
	display:block;
	clear:both;
	padding-bottom:10px;
}
.tb3 {
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}
.tb3 td {
	border-top:1px solid #CCCCCC;
	border-collapse:collapse;
}
.tb3 tr:nth-child(even) {
	background-color:#e1f0ff;
	padding:6px 0px;
}
.tb3 tr:nth-child(odd) {
	background-color:#FFFFFF;
	padding:6px 0px;
}
.point_ad {
	margin-top: 7px;
}
.point_ad ul li {
	margin-bottom: 12px;
	background: transparent url(../images/bullet-points.png) no-repeat left 4px;
	padding-left:20px;
	display:block;
}
.point_ad ul li ul li {
	margin-bottom:6px;
}
.point_ad ul li span {
	font-weight:bold;
	color:#C40062;
}
.point_ad ul li a {
	color:#838383;
	text-decoration:none;
	transition:all ease-in-out 0.2s;
}
.point_ad ul li a:hover {
	color:#00d0bf;
}
.point_ad1 {
	margin-top: 7px;
}
.point_ad1 ul li {
	margin-bottom: 6px;
	background: transparent url(../images/bullet-points.png) no-repeat left 4px;
	padding-left:20px;
	display:block;
}
.point_ad1 ul li span {
	font-weight:bold;
	color:#C40062;
}
.point_ad1 ul li a {
	color:#838383;
	text-decoration:none;
	transition:all ease-in-out 0.2s;
}
.point_ad1 ul li a:hover {
	color:#00d0bf;
}
.point_ad3 ul li {
	margin-bottom: 6px;
	background: transparent url(../images/bullet-points.png) no-repeat left 8px;
	padding-left:20px;
	display:block;
}
.point_ad3 ul li span {
	font-weight:bold;
	color:#C40062;
}
.point_ad3 ul li a {
	color:#C10000;
	text-decoration:none;
	transition:all ease-in-out 0.2s;
}
.point_ad3 ul li a:hover {
	color:#00d0bf;
}
#fees {
	position:relative;
	padding:10px;
	border:1px solid #004080;
 background:;
	margin:15px 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	line-height: 26px;
	color: #fff;
	background: #00C1C1;
}
.gears {
}
.meta-gear-2 {
	float: left;
	margin-right: 10px;
	-o-animation: gear-rotate 3s infinite linear;
	-moz-animation: gear-rotate 3s infinite linear;
	-webkit-animation: gear-rotate 3s infinite linear;
	animation: gear-rotate 3s infinite linear;
}
 @keyframes gear-rotate {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @-o-keyframes gear-rotate {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @-moz-keyframes gear-rotate {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @-webkit-keyframes gear-rotate {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.details_more {
	padding: 12px 0px;
	background:#003366;
	color:#fff;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	border:2px solid #ef9a31;
	margin-top:16px;
	line-height: 29px;
}
.press_release {
	margin-top:10px;
}
.press_release ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.press_release ul li {
	margin-bottom: 12px;
	background: transparent url(../images/pdf.gif) no-repeat left 0px;
	padding-left: 34px;
	display: block;
	clear:both;
}
.press_release ul li a {
	color:#C10000;
	text-decoration:none;
	transition:all ease-in-out 0.2s;
}
.press_release ul li a:hover {
	text-decoration:underline;
}
/*PAGINATION*/

div.pagination {
	padding: 3px;
	margin-top: 3px;
}
div.pagination a {
	padding: 2px 3px 2px 3px;
	margin: 2px;
	border: 1px solid #FFD300;
	text-decoration: none;
	color: #020D99;
}
div.pagination a:hover, div.pagination a:active {
	background: #F1F8E5;
}
div.pagination span.current {
	padding: 2px 3px 2px 3px;
	margin: 2px;
	background: #F1F8E5;
	border: 1px solid #FFD300;
	font-weight: bold;
	color: #020D99;
}
div.pagination span.disabled {
	padding: 2px 3px 2px 3px;
	margin: 2px;
	border: 1px solid #FFD300;
	color: #CCCCCC;
}
#css3-animated-example {
	margin-top:40px;
}
#css3-animated-example h3 {
	margin: 0px;
	padding: 0px;
	color: #0053A6;
	text-align:left !important;
	font-size: 16px;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: bold;
}
h4 {
	margin: 0;
	background-color: rgb(228,10,85);
	background-image: linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
	background-image: -o-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
	background-image: -moz-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
	background-image: -webkit-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
	background-image: -ms-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
}
h4 a {
	background: #003366;
	display: block;
	padding: 10px;
	padding-left: 32px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid rgba(128, 10, 85, 0.5);
	text-shadow: 1px 1px 1px rgb(128,10,85);
	border-bottom: 1px solid #ccc;
}
h4 a:hover {
	text-decoration:none !important;
}
h4:hover {
	background: rgb(228,10,85);
}
h4.open {
	background: rgb(255,70,120);
}
h4.open a {
	background-position: 13px -25px;
}
h4 + div {
	padding: 10px;
}
#css3-animated-example h4 + div {
	height: 0px;
	padding: 0px;
	overflow: hidden;
	background: #000;
	display: block!important;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition: all 0.3s ease;
}
#css3-animated-example .content {
	padding: 10px;
	background: #f8f8f8;
}
#css3-animated-example h4.open + div {
	height: auto;
	background: #fff;
	padding-bottom: 20px;
}
.view1 {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view1 .mask, .view .content {
	width: 100%;
	height: 200px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 0px 6px;
}
.view1 img {
	display: block;
	position: relative;
}
.team {/* margin-bottom:15px; */
}
/* FIFTH EFFECTS */

.team .fifth-effect img {
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.team .fifth-effect .mask {
	cursor:pointer;
	opacity:1;
	visibility:visible;
	border:30px solid rgba(0,0,0,0.1);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	-webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	-o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	-ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}
.team .fifth-effect:hover .mask {
	border:0px double rgba(253, 143, 255, 0.7);
	opacity:0;
	visibility:hidden;
}
.team .fifth-effect:hover img {
	opacity:1;
}
/* CSS3 STYLE GENERIC */

.team .view1 {
	width:100%;
	height:100%;
	float: left;
	border:none;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.team .view1 .mask, .team .view1 .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0px
}
.team .view1 img {
	width: 100%;
	display: block;
	position: relative;
}
.team .view1 a.info {
	background:url(../img/link.png) center no-repeat;
	display: inline-block;
	text-decoration: none;
	padding:0;
	text-indent:-9999px;
	width:20px;
	height:20px;
}
.team .view1.fifth-effect {
	padding: 10px;
}
.col-md-3 {
	float:left;
	width:18%;
	display:inline-block;
	margin: 5px 5px 10px 5px;
}
.col-md-3 img {
	width:100%;
}
.pl_txt {
	text-align:center;
	margin: 30px 0px 40px 0px;
}
.pl_txt1 {
	color: #551a8b;
	font-size: 26px;
	margin-bottom: 14px;
	font-weight:bold;
}
.pl_txt2 {
	font-size: 21px;
	text-transform:uppercase;
}
.pl_txt2 span {
	color:#FF0000;
	font-size: 32px;
	font-weight:bold;
}
.point3 {
}
.point3 ul li {
	margin-bottom: 4px;
	background: transparent url(../images/left_li.png) no-repeat scroll left 6px;
	padding-left: 3%;
}
.point3 ul li a {
	text-decoration:none;
	transition:all ease-in-out 0.2s;
	text-transform:uppercase;
	font-size: 13px;
}
.point3 ul li a:hover {
	color:#007D3F;
	text-decoration:none;
}
 @media screen and (max-width: 1180px) {
.entry-title {
	font-size: 30px;
}
.view {
	width: 30% !important;
}
.our-clients1 h5 {
	font-size: 18px;
}
.our-clients h5 {
	font-size: 18px;
}
.entry-item {
	font-size: 24px;
}
#footer_bottomr {
	padding: 0px 28px;
	width: 34%;
}
#footer_bottoml {
	width: 60%;
}
.footer_align:first-child h1 {
	font-size: 17px;
}
#menu_cationl {
	width: 73%;
	padding-left:18%;
}
.nav a {
	padding: 16px 8px;
	color: #fff;
	font-size: 12px;
}
}
 @media screen and (max-width: 1100px) {
#facilty_right li span {
	font-size: 17px;
}
#footer_bottomr {
	padding: 0px 28px;
	width: 35%;
}
#footer_bottoml {
	width: 60%;
}
.footer_align:first-child h1 {
	font-size: 17px;
}
#menu_cationl {
	width: 73%;
	padding-left:18%;
}
.nav a {
	padding: 16px 7px;
	color: #fff;
	font-size: 11px;
}
}
 @media screen and (max-width: 1050px) {
.body_wrapper {
	width:90%;
}
.entry-title {
	font-size: 30px;
}
.view {
	width: 30% !important;
}
.our-clients1 h5 {
	font-size: 18px;
}
.our-clients h5 {
	font-size: 18px;
}
.entry-item {
	font-size: 24px;
}
#footer_bottomr {
	padding: 0px 28px;
	width: 34%;
}
#footer_bottoml {
	width: 60%;
}
.footer_align:first-child h1 {
	font-size: 17px;
}
#menu_cationl {
	width: 73%;
	padding-left:18%;
}
.nav a {
	padding: 16px 7px;
	color: #fff;
	font-size: 11px;
}
}
 @media screen and (max-width: 950px) {
.body_wrapper {
	width:90%;
}
.entry-title {
	font-size: 30px;
}
.view {
	width: 29% !important;
}
.view h2 {
	font-size: 12px !important;
}
#facilty_right li span {
	font-size: 15px;
}
#footer_bottoml {
	width:40%;
}
#footer_bottomr {
	width: 38%;
}
#menu_cationl {
	width:81%;
	padding-left:21%
}
#menu_cationr {
	width:19%;
}
.entry-item {
	font-size: 23px;
}
.footer_align:first-child h1 {
	font-size: 14px;
}
.footer_align h1 {
	font-size: 15px;
}
.nav a {
	padding: 16px 10px;
	color: #fff;
	font-size: 12px;
}
.nav a {
	padding: 16px 5px;
	color: #fff;
	font-size: 11px;
}
}
 @media screen and (max-width: 860px) {
.body_wrapper {
	width:90%;
}
#footer_bottoml {
	width: 50%;
	text-align: left;
}
#footer_bottomr {
	width:41%;
}
.footer_align:first-child h1 {
	font-size: 14px;
}
#facilty_right li {
	padding:8px;
}
.our-clients1 h5 {
	font-size:16px;
}
.our-clients h5 {
	font-size:16px;
}
.entry-title {
	font-size: 29px;
}
.pws_tabs_container ul.pws_tabs_controll li a {
	padding: 8px 4px !important;
}
.entry-item {
	font-size: 18px;
	line-height: 25px;
}
.banner_admission img {
	width:65%;
	right:10%;
	bottom:5%;
}
#menu_cationl {
	width: 77%;
	padding-left: 21%;
}
#menu_cationr {
	width: 23%;
}
#facilty_right li span {
	font-size: 16px;
}
.toggleMenu {
	display: block;
	background: #666;
	padding: 10px 15px;
	color: #fff;
}
.view {
	width: 48% !important;
	margin: 10px 10px 0px 0px !important;
}
.view h2 {
	font-size:7px;
}
.nav a {
	padding: 16px 5px;
	color: #fff;
	font-size: 10px;
}
#f_phtglry11 img {
	width: 25%;
}
.pws_tabs_container {
	display:none !important;
}
#tabmenu {
	display:block !important;
}
.team .view1 img {
	height:auto;
	width:100%;
}
.col-md-3 {
	float:none;
	width:100%;
}
}
 @media screen and (max-width: 768px) {
.active {
	display: block;
}
.nav > li {
	float: none;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
.banner_admission img {
	width:60% !important;
}
.banner_admission {
	right: -10%;
	bottom: 5%;
}
#menu_cationl {
	float: none;
	display: block;
	width: 100%;
	padding-left: 30%;
}
#menu_cationl img {
	width:100%;
}
#menu_cationr {
	float: none;
	display: block;
	width: 100%;
	text-align: right;
	padding-left: 30%;
}
#body_right {
	width: 100%;
	padding:0px;
	float:none;
	display:block;
}
.pws_tabs_container ul.pws_tabs_controll li a {
	padding: 6px 8px;
	font-size: 12px;
}
#facilty_left {
	float: none;
	width: 100%;
	padding: 20px;
	text-align: center;
}
#facilty_left img {
	width:100%;
}
#facilty_right {
	float: none;
	width: 100%;
	display: block;
	background: #fff;
}
#facilty_right li {
	width:100%;
	float:none;
}
.body_wrapper {
	width:90%;
}
.view {
	width: 48% !important;
	margin: 10px 10px 0px 0px !important;
}
#menu_div {
	width: 100%;
	float: left;
	padding-left: 30%;
}
#logo img {
	width: 76%;
}
#body_left {
	width: 100%;
	padding:0 14px 0 0;
	float:none;
	display:block;
}
#body_right {
	width: 100%;
	padding:0px;
	float:none;
	display:block;
}
.pws_tabs_container ul.pws_tabs_controll li a {
	padding: 8px 9px !important;
}
.entry-item {
	margin-bottom: 20px;
	margin-top: 8px;
	padding-bottom: 30px;
}
#footer {
	background:#000;
}
.footer_align {
	width:100%;
	padding-right:0px;
	padding-left:0px;
	display:block;
	float:none;
}
#footer_bottoml {
	float: none;
	width: 100%;
	text-align: center;
}
#footer_bottomr {
	float: none;
	width: 100%;
	margin-top: 10px;
}
.point1 {
	margin-top: 4%;
}
.cvrce_wbmail img {
	width:50%;
}
.body_wrapper {
	width:90%;
}
#quick_links {
	width:100%;
	float:none;
	display:block;
}
#inner_content {
	float:none;
	display:block;
	width:100%;
	padding:0px;
}
}
 @media screen and (max-width: 600px) {
.view {
	width: 100% !important;
	float:none;
	margin:10px 0px 0px 0px !important;
}
#quick_links {
	width:100%;
	float:none;
	display:block;
}
#inner_content {
	float:none;
	display:block;
	width:100%;
	padding:0px;
}
}
 @media screen and (max-width: 480px) {
#logo {
	position: relative;
	text-align: center !important;
	padding: 10px;
	margin: 0 auto;
	float: none;
}
#logo img {
	width:30%;
}
.banner_admission {
	display:none;
}
.body_wrapper {
	width:90%;
}
#menu_div {
	float: none;
	padding-left:0%;
}
#menu_cationl {
	display:none;
}
#menu_cationr {
	float:none;
	display:block;
	width:100%;
	text-align:right;
}
.toggleMenu {
	width: 100%;
}
#body_left {
	width: 100%;
	padding:0 14px 0 0;
	float:none;
	display:block;
}
#body_right {
	width: 100%;
	padding:0px;
	float:none;
	display:block;
}
.pws_tabs_container ul.pws_tabs_controll li a {
	padding: 6px 8px;
	font-size: 12px;
}
#facilty_left {
	float: none;
	width: 100%;
	padding: 20px;
	text-align: center;
}
#facilty_left img {
	width:100%;
}
#facilty_right {
	float: none;
	width: 100%;
	display: block;
	background: #fff;
}
#facilty_right li {
	width:100%;
	float:none;
}
.view {
	width: 100% !important;
	float:none;
	margin:10px 0px 0px 0px !important;
}
#footer {
	background:#000;
}
.footer_align {
	width:100%;
	padding-right:0px;
	padding-left:0px;
	display:block;
	float:none;
}
#footer_bottoml {
	float: none;
	width: 100%;
	text-align: center;
}
#footer_bottomr {
	float: none;
	width: 100%;
	margin-top: 10px;
}
#quick_links {
	width:100%;
	float:none;
	display:block;
}
#inner_content {
	float:none;
	display:block;
	width:100%;
	padding:0px;
}
}
 @media screen and (max-width: 380px) {
#logo {
	position: relative;
	text-align: center !important;
	padding: 10px;
	width: 100%;
	margin: 0 auto;
	float: none;
}
.banner_admission {
	display:none;
}
.body_wrapper {
	width:90%;
}
.toggleMenu {
	float:none;
	width:100%;
}
#menu_div {
	float: none;
	padding-left:0%;
}
#menu_cationr {
	float:none;
	display:block;
	width:100% !important;
	text-align:right;
}
#quick_links {
	width:100%;
	float:none;
	display:block;
}
#inner_content {
	float:none;
	display:block;
	width:100%;
	padding:0px;
}
}
 @media screen and (max-width: 320px) {
#logo {
	position: relative;
	text-align: center !important;
	padding: 10px;
	width: 100%;
	margin: 0 auto;
	float: none;
}
.banner_admission {
	display:none;
}
.body_wrapper {
	width:90%;
}
.toggleMenu {
	display:  block;
	background: #666;
	padding: 10px 15px;
	color: #fff;
}
.toggleMenu {
	float:none;
	width:100%
}
#menu_div {
	float: none;
}
#menu_cationr {
	float:none;
	display:block;
	width:100%;
	text-align:right;
}
#quick_links {
	width:100%;
	float:none;
	display:block;
}
#inner_content {
	float:none;
	display:block;
	width:100%;
	padding:0px;
}
}
