@charset "utf-8";
/* CSS Document */

body{margin-top:50px; font-family:'GEInspira-Bold'; text-justify:auto;}
#about{padding:50px 0 10px 50px; color:#ffffff; font-size:16px;}
#about1{padding:50px 0 0 50px; color:#330000; font-size:16px;}
#footer{padding:30px 0 0 50px; color:#4e4e4e; font-size:16px;}
#footer ul li{list-style:none;}
#about_page{padding:0 0 0 50px;}
.investor li {list-style:none; display:inline; padding-right:15px;}

#bg{background:url(../images/bg.jpg) no-repeat;}
#bg1{background:url(../images/bg1.jpg) no-repeat;}
.who_we_are{padding: 25px 0px 0px;}
#footer{background:rgba(0, 0, 0, 0) url("../images/footer.jpg") no-repeat scroll 0 10px;}
#footer .pull-right {
  margin-top: 10px;
}
ul li{list-style:none;}
ul li a{color:#4e4e4e;}
ul li a:hover{text-decoration:none !important;}
tr td a{color:#4e4e4e;}
ul li a:hover {
    text-decoration: none !important;
}
.corp_info{
	border-bottom: 1px solid rgb(204, 204, 204);
padding: 10px 0px 10px;
}
.col-md-3{padding-left: 0px !important;}
#about_page {
  margin-bottom: 30px;
}
.gallary img {
  border: 3px solid #0500ff;
  height: 250px;
  width: 100%;
}
/*new css start from here */
.left-sidebar .list-group .sub-list{
	padding-left:0;
}
.left-sidebar .list-group .sub-list a{
	border-radius:0;
}
.left-sidebar .list-group .sub-list a.active{
	border-color:#D22426;
	background-color:#D22426;
	color:#fff;
}
.financial_table ul{
	padding-left:0;
}
.achiever_list li {
    display: inline;
    list-style: outside none none;
    padding-right:6px;
}
.financial_table .quartly-archive
{
	margin-bottom:10px;
}
.financial_table .quartly-archive h4{
	font-size: 14px;
    font-weight: normal;
	margin-top:0;
	margin-bottom:0;
}
.inner-page .col-md-3{
	padding-left:15px !important;
}
.inner-page .page-title{
	margin-top:0;
}
.table.Share ul {
  padding: 0;
}.table.Share ul li {
  border-right: 2px solid #616161;
  display: inline;
  margin-right: 6px;
  padding-right: 6px;
}
.Announcements ul li, .financial_table ul li {
  margin: 5px 0;
}
.Announcements ul li, .financial_table ul li a{
	float:left;
	width:90%;
	padding-top:5px;
}
.Announcements ul li::before, .financial_table ul li:before {
  color: #d22426;
  content: "⇒";
  font-size: 22px;
  font-weight: bold;
  margin-right: 20px;
	vertical-align: sub;
	float:left;
}
td.audio-mp3 audio {
    width: 50%;
    height: 38px;
}
td.audio-mp3 span {
    font-size: 16px;
    display: inline-block;
    padding-bottom: 15px;
	margin-top:4px;
}
a.btn-main span {
    padding: 10px 20px !important;
}
a.btn-main:hover {
    text-decoration:none !important;
}
hr.pando {
    margin-bottom: 0;
}
div#about1 a.btn-main {
    margin-top: 2rem;
    display: block;
    margin-bottom: 2rem;
}
@media only screen and (max-width: 600px){
    div#about1 {
        background: #d22426;
    }
}