@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400|Quicksand:300,400');
body {
	
	font-family: 'Fira Sans', sans-serif;
	color:#333;
	line-height:160%;
	font-size:16px;
	background:#FFFFFF;
	/* background:url("../images/39967221-blackboard-wallpapers.jpg") #313638 top center repeat-y; */
	/* background:#FFFFFF top center repeat-y;
	background-color: #ffffff; */
	
	/* background-image: url('../images/bk1.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed; */

}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
	font-family: 'Quicksand', sans-serif;
    font-weight: 700;
	text-align:left;
}
h1 {
	font-size:1.6em;
	margin-top:20px;
	color:#136396;
}
h2 {
	font-size:1.3em;
	margin-top:20px;
	color:#666;
}
h3 {
	font-size:1.1em;
	margin-top:20px;
}
div.hd {
	/* background:#290C25; */
	text-align:center;
}
img#logo {
	margin:0 auto;
}
h1#title{
	color:#272727;
	text-align:center;
	font-size:2.3em;
	/* text-shadow:1px 1px 5px #000; */
}
div.navlist a.list-group-item {
	background:#e6322d;
	color:#FFFFFF;
	border-radius:10px;
	margin-bottom:5px;
}
div.navlis {
	border-radius:0px;
}
.gallery img {
	
	margin:10px;
}
.hd {
	display: inherit;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.marquee_div {
	padding:10px;
	border-top:0px dashed #cccccc;
	border-bottom:1px dashed #1d285a;
}

/* .navbar-header {
	display: none;
} */

.navbar {
	min-height: 0;
	border-radius: 0;
	font-size:0.9em;
}
.navbar-default {
	border: none;
	background: #e6322d;
	margin:0px;
	margin-bottom:1em;
	font-weight:400;
	border-radius:10px;
	
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}


.navbar-nav>li>a {
	line-height: normal;
	color:#FFFFFF!important;
	text-transform:uppercase;
	margin:0px;
}

.nav>li>a.sel {
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:700;
	border-top:2px solid #feda73;
	border-bottom:2px solid #feda73;
}

img.slimg {
	width: 100%;
	border-radius:10px;
}

#my-carousel {
	margin-bottom:1.5em;
}
h1.hd1 {
	background:#e6322d;
	border-radius:10px;
	padding:5px;
	color:#FFFFFF;
	font-size:1em;
}


.carousel-control.left, .carousel-control.right {
    background-image: none
}



div.footer {
	margin-top:2em;
	border-top:1px dashed #272727;
	padding-top:2em;
}
div.footer a {
	color:#272727;
}

div.panel-default{
	background:#FFF;
	border-radius:0px;
	border:0px solid #ccc;
}
div.panel-default .panel-heading {
	border-radius:10px 10px 0 0;
	background:#e6322d;
	color:#FFF;
}
div.hp_panel {
	height:230px;
	border-radius:10px;
}

div.bx1 {
	background:#feda73;
	border-radius:10px 10px 0 0;
}
.nvl a {
	background:#feda73;
	border-radius:10px 10px 0 0;
}
div.bx2 {
	background:#3fa7d6;
	color:#FFFFFF;
}
@media (max-width:768px) {
	div.hp_panel {
		height:310px;
	}
}
