@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansmalayalam.css);


.link{
	color:#0489FF !important;
	font-size:18px;
	font-weight:100;
}
.link:hover{
	color:#FFF !important;
	background-color:#000 !important;
}
.navbg{
	background:url(../imgs/banner.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}
@media (min-width:768px){
.navbg{
	height:227px;
}
}
.footer{
	background:#333;
	height:70px;
	position:relative;
}
.main-container{
	min-height:500px !important;
	position:relative;
	font-family: 'Noto Sans Malayalam', sans-serif;
}
.ml{

}
.container-center-80{
	width:80%;
	margin:0px auto;
}
.bg-trans-whit{
	background:rgba(255,255,255,.4);
}
.bg-gray{
	background:#666;
}
.para p{
	text-indent:25px;
}
body{
	background:url(../imgs/bgc.png) repeat;
	
	
}
.margin-top-25{
	margin-top:25px;
}