.top {
	background-color: #004d90;
	height: 20px;
}
.header img {
	width: auto;
}
.apply {
	text-align: right;
}
.menu {
	width: 100%;
	background: #5e0202;
}
@media (min-width: 768px) and (max-width: 1000px) {
 .collapse {
 display: none !important;
}
}
@media (max-width: 1200px) {
 .navbar-header {
 float: none;
}
 .navbar-left, .navbar-right {
 float: none !important;
}
 .navbar-toggle {
 display: block;
}
 .navbar-collapse {
 border-top: 1px solid transparent;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
 .navbar-fixed-top {
 top: 0;
 border-width: 0 0 1px;
}
 .navbar-collapse.collapse {
 display: none!important;
}
 .navbar-nav {
 float: none!important;
 margin-top: 7.5px;
}
 .navbar-nav>li {
 float: none;
}
 .navbar-nav>li>a {
 padding-top: 10px;
 padding-bottom: 10px;
}
 .collapse.in {
 display:block !important;
}
}
.banner {
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	padding: 10px 0px;
}
.banner1 {
	background-image: url(../images/inner-bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	padding: 10px 0px;
}
.banner1 img{
box-shadow: 0 8px 6px -6px black;}
.contain {
	width: 100%;
}
.contain h2 {
  background-color: #5e0202;
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  margin: 0 0 10px;
  padding: 10px;
}
.contain h3 {
  background-color: #5e0202;
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 10px;
  text-transform:uppercase;
}
.box {
	background-color: #FFFFFF;
	padding: 10px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660033;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
	min-height:400px;
}
.box1 {
	background-color: #FFFFFF;
	padding: 10px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660033;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
	min-height:500px;
}
.channel-more {
  color: #fff;
  display: block;
  font-size: 18px;
  margin-bottom: 11px;
  position: relative;
  z-index: 10;
}
.channel-more a {
    color: #000;
    font-size: 17px;
    padding-right: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.item-arts .channel-more a:hover, .item-arts .channel-more a:focus {
    color: #cb59af;
}
.box h3 {
  font: 16px Georgia,"Times New Roman",serif;
}
.box p img {
  float: left;
  margin-right: 18px;
}

.box .data {
  color: #b5b5b5;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.quicklinkspanel {
  padding: 10px 10px 2px;
}
.spotlightpanel, .newspanel, .eventspanel, .quicklinkspanel {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #dcdcdb;
  float: left;
  position: relative;
  width: 100%;
}
.bgf7 {
  background: none repeat scroll 0 0 #f7f6f0 !important;
  margin-bottom:15px;
}
.admissionstxt {
  background: none repeat scroll 0 0 #ffcb05;
  text-align: center;
}
ul.quicklink {
  float: left;
  padding: 10px 0px 5px;
}
.quicklink li {
	float: left;
	font-size: 12px;
	padding: 4px 0 5px;
	width: 100%;
	list-style-type: none;
	background-color:#147bb2;
	padding:10px !important;
	margin-bottom:3px;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	
}
.quicklink li:first-child {
    border-top: 0 none;
    padding-top: 0;
}
.quicklink li a {
    color: #fff;
}

/*********************Footer*********************/
footer {
	border-top: 1px solid #4d4d48;
	height: 100%;
	padding-top: 0;
	position: relative;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.footerbgr {
    background: url("images/footer-logo-cu.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
}
.blkbg {
    background: none repeat scroll 0 0 #b4b4b4;
    min-height: 618px;
    padding: 40px 0 20px;
}
.rdgb {
	background-attachment: scroll;
	background-color: #004d90;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.cfooter {
    background: linear-gradient(to right, #b4b4b4 0%, #b4b4b4 34%, #004d90 34%, #004d90 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.cfooter::after {
    background-color: white;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    width: 20%;
}
footer h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
footer h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.top_footer_logos {
    border-bottom: 1px solid #953937;
    border-top: 1px solid #953937;
    float: left;
    margin: 10px 0 30px;
    padding: 20px 0;
    width: 100%;
}
.top_footer_logos li {
    float: left;
    min-height: 60px;
    width: 24.7%;
}
.footerblockinner {
    border-left: 1px solid #953937;
}
.footer_logo {
    height: 130px;
    margin-left: 20px;
    margin-top: 50px;
    width: 160px;
}
.footerBox {
    border-left: 1px solid #0783ee;
    float: left;
    margin-top: 0;
    min-height: 275px;
    padding: 0 30px;
    width: 33.3%;
}
.fb-no-border {
    border-left: 0 none;
    padding-left: 0;
}
.footer-explore {
    padding-left: 0px;
    padding-top: 40px;
}
ul.footer-links {
  margin-top: 22px;
  list-style: none;
  padding: 0px ;
}
.footer-links li {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}
.footer-links li a {
    color: #c3c3c3;
    text-decoration: none;
}
.address_bar {
  margin-top: 10px;
  padding-right: 16px;
  text-align: justify;
}
.address_bar h2 {
    color: #fffefe;
    font-size: 14px;
    margin: 20px 0 10px;
    text-transform: uppercase;
}
.address_bar h3 {
    color: #fffefe;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    text-transform: uppercase;
}
.address_bar h4 {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 10px 0 20px;
}
.address_bar h4 b {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.copyright {
    background: none repeat scroll 0 0 #272727;
    border-bottom: 1px solid #4d4d48;
    border-top: 0 solid #4d4d48;
    color: #4f4f4f;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0;
    padding: 10px 0;
    text-align: center;
}
.copyrightbdr {
    border-bottom: 1px solid #4d4d48;
    padding: 0 0 15px;
}
.copyright a {
    color: #4f4f4f;
    text-decoration: none;
}
.copyright a:hover {
    color: #797979;
    text-decoration: none;
}
.footer-address {
    color: #fff;
    float: left;
    margin-top: 30px;
    padding: 30px 0;
    width: 100%;
}
.footer-address-left {
    float: left;
    width: 48%;
}
.footer-address-right {
    float: left;
    width: 48%;
}
.footer-address h3 {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
}
.footer-address h5 {
    font-size: 11px;
    line-height: 22px;
    text-transform: uppercase;
}
.social-nav {
    float: right;
}
.social-nav a {
	background: none repeat scroll 0 0 #484848;
	display: inline-block;
	float: left;
	height: 37px;
	line-height: 42px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	width: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5c5c5c;
}
.social-nav a:hover {
    text-decoration: none !important;
}
.social-nav a i {
    color: #ffffff;
    font-size: 17px;
}
.social-nav a.twitter:hover {
    background: none repeat scroll 0 0 #69baf3 !important;
}
.social-nav a.facebook:hover {
    background: none repeat scroll 0 0 #475996 !important;
}
.social-nav a.google:hover {
    background: none repeat scroll 0 0 #c63d2d !important;
}
.social-nav a.linkedin:hover {
    background: none repeat scroll 0 0 #4875b4 !important;
}
.social-nav a.youtube:hover {
    background: none repeat scroll 0 0 #d03737 !important;
}
.social-nav a.dribbble:hover {
    background: none repeat scroll 0 0 #d76896 !important;
}
.search {
	float: right;
	width: 25%;
}

.inner-banner{
	background-image: url(../images/inner-bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	padding: 10px 0px;
}
.inner-banner img{
box-shadow: 0 8px 6px -6px black;}
.contain {
	width: 100%;
}
.inner-banner-adm {
	background-color: #00b5b5;
	float:none;
	background-repeat: no-repeat;
	

}
.inner-banner-adm img {
	width: 100%;
}

.inner-banner-adm h2 {
	font-size: 50px;
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.inner-banner1{
	background-image: url(../images/inner-bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	padding: 10px 0px;
}
.inner-banner1 img{
box-shadow: 0 8px 6px -6px black;}
.contain {
	width: 100%;
}
.inner-banner h2 {
	font-size: 50px;
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.form-box {
	background-color: #FFFFFF;
	border-radius:5px;
	-webkit-box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	width:370px;
	padding-bottom:10px;
		margin-top:20px;

}
.f-bg1 {
	background-image: url(../images/f-bg1.png);
	background-repeat: no-repeat;
	min-height:114px;
	width:370px;
}
.f-bg2 {
	background-image: url(../images/f-bg2.png);
	background-repeat: no-repeat;
	min-height:114px;
	width:370px;
}
.f-bg3 {
	background-image: url(../images/f-bg3.png);
	background-repeat: no-repeat;
	min-height:114px;
	width:370px;
}
.f-bg4 {
	background-image: url(../images/f-bg4.png);
	background-repeat: no-repeat;
	min-height:114px;
	width:370px;
}
.f-bg5 {
	background-image: url(../images/f-bg5.png);
	background-repeat: no-repeat;
	min-height:114px;
	width:370px;
}
.mbt-20 {
margin:8px 0px;
}
.form-box h3 {
	font-size: 22px;
	color: #FFFFFF;
	margin: 0px;
	padding: 20px;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
.form-box ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height:90px;
}
.form-box li {
  background-image: url("../images/arrow.jpg");
  background-position: 17px 8px;
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 22px;
  list-style-type: none;
  padding-left: 30px;
  width: 100%;
}
.form-box1 {
	background-color: #FFFFFF;
	border-radius:5px;
	-webkit-box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	width:370px;
	padding-bottom:10px;
	margin-top:20px;
	float:left;
}
.form-box1 h3 {
	font-size: 22px;
	color: #FFFFFF;
	margin: 0px;
	padding: 20px;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
.form-box1 ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height:140px;
}
.form-box1 li {
	width: 50%;
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	background-position: 17px 8px;
	list-style-type: none;
	padding-left:30px;
	line-height:22px;
	float:left;
	font-size:12px;
}
.form-box2 {
	background-color: #FFFFFF;
	border-radius:5px;
	-webkit-box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	width:370px;
	padding-bottom:10px;
	margin-top:20px;
	float:left;
}
.form-box2 h3 {
	font-size: 22px;
	color: #FFFFFF;
	margin: 0px;
	padding: 20px;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
.form-box2 ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height:140px;
}
.form-box2 li {
	width: 100%;
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	background-position: 17px 8px;
	list-style-type: none;
	padding-left:30px;
	line-height:22px;
	font-size:12px;
}
.row1 h4 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #004687;
	padding: 11px 5px;
	margin:0px;
	text-transform:uppercase;
}
.row1 ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #f0f0f0;
}
.row1 li {
    color: #000;
    list-style: outside none none;
    padding: 5px;
    border-bottom: 1px dotted #B6B6B6;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: 2px 6px  !important;
    padding-left: 17px;}
.row1 li a{
	color: #000000;
	list-style:none;
	padding:5px;
	
}
p{
 font-family: 'Lato', sans-serif;
 font-size:14px;
 color:#000;
 line-height:20px;
 text-align:justify;
}
.gsib_a {
  width: 100%;
  padding:0px !important;
}
.form-box h4 {
	font-size: 22px;
	color: #FFFFFF;
	margin: 0px;
	padding: 20px;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
.form-box ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height:139px;
}
.form-box li {
  background-image: url("../images/arrow.jpg");
  background-position: 17px 8px;
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 22px;
  list-style-type: none;
  padding-left: 30px;
  width: 100%;
}
.form-box1 {
	background-color: #FFFFFF;
	border-radius:5px;
	-webkit-box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	width:370px;
	padding-bottom:10px;
	margin-top:20px;
	float:left;
}
.form-box1 h4 {
	font-size: 22px;
	color: #FFFFFF;
	margin: 0px;
	padding: 20px;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
.form-box1 ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height:140px;
}
.form-box1 li {
	width: 50%;
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	background-position: 17px 8px;
	list-style-type: none;
	padding-left:30px;
	line-height:22px;
	float:left;
	font-size:12px;
}
.form-box2 {
	background-color: #FFFFFF;
	border-radius:5px;
	-webkit-box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	width:370px;
	padding-bottom:10px;
	margin-top:20px;
	float:left;
}
.form-box2 h4 {
	font-size: 22px;
	color: #FFFFFF;
	margin: 0px;
	padding: 20px;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
.form-box2 ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height:140px;
}
.form-box2 li {
	width: 100%;
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	background-position: 17px 8px;
	list-style-type: none;
	padding-left:30px;
	line-height:22px;
	font-size:12px;
}
.mt-10{
margin-top:10px;
}
.pdf-b ul{
padding:0px;
margin:0px;
width:100%;
}
.pdf {
	background-image:url(../images/pdf_icon.jpg);
	background-repeat:no-repeat;
}
.link {
	background-image:url(../images/link.jpg);
	background-repeat:no-repeat;
}
.pdf-b li{
	padding:0px 0px 5px 24px;
	margin:0px;
	width:100%;
	list-style-type: none;
	border-bottom:1px solid #dfdfdf;
	color:#1983bc;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	background-position: left 5px;
}
.pdf-b li a{
	color:#1983bc;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	text-decoration:none;
}
.pdf-b li a:hover{
	color:#1983bc;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	text-decoration:underline;
}
.form-box3 {
	background-color: #FFFFFF;
	border-radius:5px;
	-webkit-box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	box-shadow: 1px -1px 10px -3px rgba(0,0,0,0.75);
	width:370px;
	padding-bottom:10px;
	margin-top:20px;
	float:left;
}
.form-box3 h3 {
	font-size: 22px;
	color: #FFFFFF;
	margin: 0px;
	padding: 20px;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
.form-box3 ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height:40px;
}
.form-box3 li {
	width: 100%;
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	background-position: 17px 8px;
	list-style-type: none;
	padding-left:30px;
	line-height:22px;
	font-size:12px;
}
.form-box3 h4 {
	font-size: 22px;
	color: #FFFFFF;
	margin: 0px;
	padding: 20px;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
.back-to-top {
    bottom: 30px;
    color: #000000;
    display: none;
    font-size: 12px;
    margin-left: -150px;
    outline: medium none !important;
    padding: 1em;
    position: fixed;
    right: 0;
    text-decoration: none;
    z-index: 999;
}
.back-to-top img {
    height: 41px;
    width: 41px;
}
.back-to-top:hover {
    opacity: 0.4;
}
.gp img {
width:100%;
}
.result-box{
background-color:#fff;
border:1px solid #CCCCCC;
border-radius:5px;
padding:10px;
margin:15px 0px;
}
.result-box h5{
border-bottom:1px dashed #999999;
font-weight:bold;
padding-bottom:10px;
}

.process1 h4 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #004687;
	padding: 11px 5px;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
}
.process1 ul {
	margin:0px 0px 15px 0px;
	padding: 0px;
	width: 100%;
	background: #f4f4f4;
}
.process1 li {
    color: #000;
    list-style: outside none none;
    padding: 8px;
    border-bottom: 1px dotted #B6B6B6;
    background-image: url("../Bullets/tick-3.png");
    background-repeat: no-repeat;
    background-position: 2px 10px  !important;
    padding-left: 17px;}

.process h4 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #004687;
	padding: 11px 5px;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
}
.process ul {
	margin:0px 0px 15px 0px;
	padding: 0px;
	width: 100%;
	background: #f4f4f4;
}
.process li {
    color: #000;
    list-style: outside none none;
    padding: 8px;
    border-bottom: 1px dotted #B6B6B6;
    background-image: url("../images/arrow1.png");
    background-repeat: no-repeat;
    background-position: 2px 10px  !important;
    padding-left: 17px;}
    
    
.flash-button{
    background:#f37505;
    padding:6px 12px;
    color:#fff;
    border:none;
    border-radius:4px;
    border:solid 1px #f37505;
    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    font-family: 'Raleway', sans-serif;
	font-size: 16px;
font-weight: 800;



    
}
.flash-title{
    font-family: 'Raleway', sans-serif;
	font-size: 40px;
	line-height: 32px;
	font-weight: 800;
	color: #2d3e50;
	margin-top: 20px;
	letter-spacing: 0.5px;
    animation-name: flash;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    
}

@keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}