.home-about{
	padding: 2em 0;
}
.section{
	padding: 3em 0;
}
.btn-contact{
	background-color:#fe000 !important;
}
table.jqplot-table-legend{
	border:0px;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 320px; 
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


input[type="number"] {
	min-width: 50px;
}
.country-list{
	margin:10px 0px;
	padding:0px;
	list-style:none;
}
.country-list li{
	border-bottom:1px #CCCCCC solid;
	margin-bottom:10px;
	padding-bottom:10px;
	cursor:pointer;
	padding:10px;
}
.country-list li.active{
	background-color:#fe0000;
	color:#fff;
}
.country-list li.active h5{
	color:#fff;
}
.country-list li img{
	margin-right:15px;
}
.country-list h5{
	font-size:16px;
	margin-bottom:0px;
}
.map-con{
	position:relative;
	
}
.map-icon{
	position:absolute;
	width:54px;
	height:54px;
	background:url(../images/location.png) no-repeat center center;
	z-index:100;
}
.loc-india{
	top:145px;
	right:160px;
}
.loc-malaysia{
	top:175px;
	right:93px;
	display:none;
}
.loc-philippins{
	top:188px;
	right:43px;
	display:none;
}
.loc-singapore{
	top:188px;
	right:113px;
	display:none;
}
.loc-dubai{
	top:138px;
	right:200px;
	display:none;
}
.site-footer a{
	color:#fe0000;
}
.fa-twitter{
	color:#55acef;
}
.fa-facebook{
	color:#3e5797;
}
.fa-linkedin{
	color:#0076b4;
}
.fa-instagram{
	color:#9505e0;
}