@font-face {
    font-family: 'Malayalam';
    src: url('../fonts/meera.eot');
    src: url('../fonts/meera.eot?#iefix') format('embedded-opentype'),
         url('../fonts/meera.woff') format('woff'),
         url('../fonts/meera.ttf') format('truetype'),
         url('../fonts/meera.svg#Malayalam') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	/*font-family: 'Gayathri', sans-serif;*/
	
	/*font-family: fml-ttindulekhabold;*/
	font-size:18px;
}
.jumbotron{
		padding:10px;
		}
h1{
	font-weight:bold;
}
h2{
	font-weight:bold;
	font-size:19px;
}
h4{
	font-weight:600;
	color:#000;
	}

a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}
a:hover{
		color: #c11111 !important;
		text-decoration:none;
	}	
	
p span{
	 font-family: "Lato", sans-serif;
	 color: #c11111 !important;
	}
	
.navbar {
  margin-bottom: 0;
  z-index: 9999;
  border: 0;
  font-size: 13px !important;
  line-height: 1.42857143 !important;
  border-radius: 0;
}

.navbar li a, .navbar .navbar-brand {
  color: #000 !important;
 /* font-family: Roboto, Arial, Helvetica, sans-serif;*/
  text-transform:uppercase;
  font-family: "Lato", sans-serif;
  padding:8px;
  font-weight: 500;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #c11111 !important;
  /*background-color: #c11111 !important;*/
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}
 hr.new1 {
    height: 2px;
    width: 100%;
    text-align: center;
    position: relative;
    background: #000;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 0;
}
@media screen and (max-width: 768px) {
   hr.new1  {
	   visibility:hidden;
  }
}
.topnews p{
	font-weight:600;
}
@media (max-width: 768px) {
  .carousel .carousel-inner .head {
    display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
  }
  .carousel-inner img{
	  width:100%;}
}
hr.new2 {
  border-top: 1px dotted #666;/*dotted hr*/
  padding: 0.5px;
  width:20%;
}

.title {
    border-bottom: 3px solid #e1261d;
}
.title span, .title a {
    font-size: 22px;
	text-transform:uppercase;
	font-weight:600;
    line-height: 20px;
    color: #e1261d;
    background: #fff;
    position: relative;
    top: 4px;
    padding-right: 4px;
    display: inline-block;
}
.container{
	padding-top:8px;
	padding-bottom:8px;
	/*padding-left:10px;
	padding-right:10px*/;
  }
  
.topnews li{
	font-weight:600;
}
/*.....Footer........*/
  footer {
	font: 400 15px/1.8 'Open Sans', sans-serif;
    background-color: #000;
    color: #818181;
    padding: 32px;
  }
  footer .contact,.section ul li a{
	  color: #818181;
	 }
  footer h2,h3{
	  color: #fff;
	  text-transform:uppercase;
	  }
  footer hr {
    height: 1px;
    width: 100%;
    text-align: center;
    position: relative;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 0;
} 
footer  li a{
	font: 400 15px/1.8  "Lato", sans-serif;
	 }
  footer a {
    color: #f5f5f5;
  }
  footer a:hover {
    color: #04c6f7;
    text-decoration: none;
  } 
  footer .copyright a{
	  font: 400 14px/1.8  "Lato", sans-serif;
	  color: #f5f5f5;
  }
  footer.contact ul li{
	  color: #818181;
	  padding: 10px;
	  }
  footer .news ul li a {
    display: block;
    background: #0c0c0c;
    font-size: 16px;
    color: #818181;
    border-left: 3px solid #ed1c24;
    padding: 10px;
    margin-bottom: 5px;
}



