*{margin:0;padding:0;}
body{margin:0;padding:0; font-family: "Open Sans",Helvetica,Arial,sans-serif;}
.wrap{width:960px; min-height:1400px;background:#ecf0f1;margin:0 auto;}
/*.header{min-height:250px;background:#16a085; margin:0;padding:0;}
.header h1{text-align:center; padding-top:80px; color:#fff; font-size:60px; text-shadow:2px 2px 0px #030303;}*/
.navbar{background:#f39c12; height:40px; padding-left:100px;}
.navbar ul.nav{list-style:none;margin:0;padding:0;}
.navbar ul.nav li{float:left;}
.navbar ul.nav li a{ display:block;padding:10px; text-decoration:none; color:#fff;}
.navbar ul.nav li a:hover{ background:#e67e22;}
.content{padding:30px 150px;}
.content p{font-size:16px; color:#34495e; line-height:25px;}
.footer{height:30px; color:#ff0; background:#34495e;}
.footer p{text-align:center; padding:5px;}
.footer p a{color:#fff;}




/* ==============CSS for News Ticker======================*/

.news_feed {
    background-color: rgba(12, 44, 122, 1);
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
	z-index: 9;
}
.inner_banner .news_feed {
    display: none;
}
.newsfeed_label {
    background: #8a0200 none repeat scroll 0 0;
    color: #fff !important;
    float: left;
    font-family: "Carrois Gothic",sans-serif;
    font-size: 28px !important;
    height: 50px;
    line-height: 50px;
    margin: 0 !important;
    padding: 0 30px 0 60px;
    position: relative;
    text-shadow: 1px 1px 1px #130000;
    text-transform: uppercase;
	z-index: 999;
}
#ticker01{float: left;}
.tickercontainer .mask {
    width: 98% !important;
}
/* ==============CSS for News Ticker======================*/




/*=======news_ticker.css==============*/

/* liScroll styles */


.tickercontainer {
    height: auto;
    margin: 7px 0 0;
    overflow: hidden;
    padding: 0;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 0px;
/*width: 518px;*/
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 550px;
font: 20px "Carrois Gothic",sans-serif;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
color: #fff;
/*background: #fff;*/
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #fff;
font: 28px "Carrois Gothic",sans-serif;
margin: 0 5px 0 0;
font-family: NotoSansMalayalam-Regular,raleway !important;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

/*=======news_ticker.css==============*/


@media (min-width:250px) and (max-width: 620px) {
.news_feed {
    height: 60px;
}
.newsfeed_label {
    font-size: 16px;
    height: 60px;
    line-height: 65px;
    padding: 0 10px;
    font-weight: 700;
}
.flash_border {
    display: none;
}
.tickercontainer {
    margin: 10px 0 0;
}
ul.newsticker a {
    font: 17px "Carrois Gothic",sans-serif;
}	
}




#contact_page.bg .news_feed ul.newsticker {
    margin: 25px 0 0;
}
