p,li{
    font-family: "Arial";
    font-size: 14px;
    line-height: 24px;    
    color: #000000;
    font-weight: 300;
}
b{
	 font-weight: 700;
	 font-family: "Arial";
}
.vc_row.infra-sec {
    padding-bottom: 30px;
}
.listing-inner ul li {
    display: inline-block;
    width: 34%;
    float: left;
}
.listing-inner ul {
    display: inline-block;
    width: 100%;
}
.vc_row.about-last {
    padding-bottom: 60px;
}
.infra-sec .table.table-inner-pg thead th {
    background-color: #fefaeb;
    border:1px solid #eee2c7;
    border-top:0px;
    padding:8px;
    color:#d27777;
}
.table.table-inner-pg > tbody > tr:nth-child(odd) > td, .table.table-inner-pg > tbody > tr:nth-child(odd) > th {
    background-color: #F5F5F5;
}
.table.table-inner-pg tbody tr td
{
    padding:8px;
    border:1px solid #f5f5f5; 
    line-height: 1.66;
    color:#000;
}
.table.table-inner-pg tbody tr:hover td, .table.table-inner-pg tbody tr:hover th {
    background-color: #F5F5F5;
}
.infra-sec .img-border img {
    border: 1px solid #d9d9d9;
}
.infra-sec .first-heading span.blue-text {
    color: #19B5EA;
}