<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body
{
	 
	 font-family: 'Montserrat', sans-serif;
	 font-size:15px;
	 line-height:22px;
	 font-weight:400;	
	 color:#4c4c4c; 
}
html {
    
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
figure {
    margin: 0;
}

font-face {
  font-family: 'Bell MT';
  src: url(../fonts/bell-mt-bold.eot); /* IE9 Compat Modes */  src: 
       url(../fonts/bell-mt-bold.woff2) format('woff2'), /* Super Modern Browsers */
       url(../fonts/bell-mt-bold.woff) format('woff'), /* Pretty Modern Browsers */
       url(../fonts/bell-mt-bold.ttf)  format('truetype'), /* Safari, Android, iOS */
       url(../fonts/bell-mt-bold.svg#svgFontName) format('svg'), /* Legacy iOS */
	   url(../fonts/bell-mt-bold.otf); 	   
}
a, a:hover, a:focus, a:active
{
	text-decoration:none;outline:none;
}
a
{
	color: #fd490a;
	 font-weight:400 !important;
}
a:hover
{
	color: #00b5af;
}
img
{
	outline:none;border:none;
}
select
{
	padding:05px 06px;outline:none;
	border:1px solid #ccc;
	min-width:140px;
	font-weight:300;
	margin-bottom:06px;
}
ul
{
	list-style-type:none;
}
.mb20
{
	margin-bottom:20px;
}
.pb50
{
	padding-bottom:50px;
}
/*************Home page Stock Quote and media news Iframe css********************/


.mediaframe
{
	
	
	width:100%;color:#fff;text-align:center;
	font-family: 'Poppins', sans-serif;
}
.media-news
{	
	border-right:1px solid #fff;
}
.media-news a
{
	color:#fff;
}
.media-news div, .stock-qoute div
{
	display:inline-block;
	font-size:12px;font-weight:100;line-height:12px;vertical-align:middle;
	
}
.section-title
{
	font-size:14px !important;font-weight:500 !important;line-height:14px;	
}
.media-news .full-date, .stock-name
{
	padding-right:14px;
}
.mediaframe .section-title:after
{
	content:"|";
	color:#fff;
	padding:12px 10px 12px 12px;
	font-weight:100;
	vertical-align:middle;	
}
.mediaframe .stockPrice
{
	margin-bottom:0px;
}
.mediaframe .stockPrice .priceUp, .mediaframe .stockPrice .priceDown
{
	 font-size:inherit;
	 line-height:inherit;
	 font-weight:inherit;
	 font-family:inherit;
	 color:inherit;
}
.mediaframe .stockPrice .priceUp:before, .mediaframe .stockPrice .priceDown:before
{
	 display:none;
}
.mediaframe .stockvalue
{
	margin-right:15px;
}
.mediaframe .stockPrice .priceUp:after {
    content:url(../images/arrowup.png);  
    margin:0px 07px;
	position:relative;
	top:1px;
		
}
.mediaframe .stockPrice .priceDown:after {
    content:url(../images/arrowdown.png);  
     margin:0px 07px;
	position:relative;
	top:1px;	
}


.mediaframe .stockPrice .undone{
	float:left;		
	background:url(../images/chgno.jpg) no-repeat center right;	
	color:#fff;
}

/*************END Home page Stock Quote and media news Iframe css********************/
p
{
	color:#808080;text-align:justify;
}

h1
{
	font-size:42px;
	line-height:52px;
	color:#515151;
	font-weight:bold;
	margin:0px 0px 18px 0px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
}
h1 span, h2 span
{
	color:#515151;
}
h2
{
	font-size:34px;
	line-height:40px;
	color:#18908c;
	font-weight:bold;
	margin:0px;
	font-family: 'Bell MT';
	border-bottom:2px solid #333;
	display:inline-block;
	padding-bottom:2px;
	margin-bottom:20px;
}



#stock-information, #bursa-announcements, #media-news, #resources-reports
{
	margin-top:40px;
}
.stockinfo
{
	background-color:#fafafa;
	padding:42px 40px;height:100%;
}

.stockchart
{
	background-color:#00b5af;padding:16px 20px 10px 20px;height:100%;
	
}
.stockchart iframe
{
	height:205px;
}
.stockcode
{
	font-size:24px;line-height:28px;color:#00b5af;
	font-weight:500;padding-bottom:4px;font-family: 'Poppins', sans-serif;
}
.stock-value
{
	font-size:48px;line-height:53px;/*color:#2262aa;*/
	color:#515151;
	font-weight:800;padding-bottom:4px;
	font-family: 'Poppins', sans-serif;
}
.stockPrice
{
	margin-left:2px;
}
.stockPrice .priceUp
{
	color:#009917;
}
.stockPrice .priceDown
{
	color:#d71921;
}
.stockPrice .priceUp, .stockPrice .priceDown
{	
  font-size:20px;
  line-height:24px;	
  font-weight:400;
  font-family: 'Open Sans', sans-serif;
}
.stockPrice .priceUp:before, .stockPrice .priceDown:before
{
	font-family: FontAwesome;
	margin-right:06px;
	font-size: 11px; 
	color:#fff; 
	padding: 5px;
    border-radius: 100%;
	vertical-align:top;
}
.stockPrice .priceUp:before
{
	content: "\f062";	
	background-color: #009917; 
}
.stockPrice .priceDown:before
{
	content: "\f063";	
	background-color: #d71921;  
}
.stockPrice .standard{
	
	font-size:15px;		
	color:#fff;
    font-family: 'Open Sans', sans-serif;
}

.stockDetails {
    font-size: 16px;
    color: #515151;	
    padding-bottom: 06px;	
	font-weight:500;    
}
.stockDetails:last-child
{
	padding-bottom:0px;
}
.stockDetails span:first-child
{
	font-size:14px;
	font-weight:400;
}
.stockDetails:after
{
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.quoteSource
{
	color:#6c6c6c;
	font-size:12px;
	line-height:16px;
	text-align:right;
	border-top:1px solid #ccc;
	padding-top:10px;margin-top:8px;
	
}

#bursa-announcements .new-container, #media-news .new-container
{
	width:75%;
	margin:0 auto;
	
}
.new-container
{
	background-color:#fafafa;
	width:100%;	
	text-align:center;padding:20px;
	font-size:14px;line-height:20px;
	margin-bottom:32px !important;
}
.news-section
{
	border-bottom:1px solid #e1e1e1;padding:18px 0px;
	width:70%;margin:0 auto;
}
.news-section a
{
	color:#4c4c4c;
}
.news-section a:hover
{
	color:#00b5af;
}
.news-section:last-child
{
	border:0;
}
.news-date
{
	color:#0075be;
	font-style:italic;
	padding-bottom:3px;
}
.news-text
{
	margin-top:05px;
}
.viewall-button
{
	text-align:center;
}
.viewall-button a
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:20px;
	padding:08px 20px;
	color:#fff;
	background-color:#00b5af;
	font-weight:600;
	transition:1s ease all;	
}
.viewall-button a:hover
{
	background-color:#fd490a;
}
.resources-container
{
	background-color:#00b5af;
	min-height:200px;
	padding:20px 80px;height:86%;
}
#resources-reports [class^='col-'] {
    padding: 0;
}

.reports-container
{
	background-color:#fafafa;min-height:200px;padding:20px 80px;
	height:86%;
}
.report
{
	border-bottom: 1px solid #e1e1e1;padding: 25px 0px;
}
.report:last-child, .resources:last-child
{
	border-bottom:0px;
}
.report img
{
	vertical-align:middle;display: inline-block;
    margin-right: 20px;
}
.report span a
{
	font-family: 'Open Sans', sans-serif;
	font-size:23px;font-weight:700;
	color:#4c4c4c;
}
.report span a:hover
{
	  color: #00b5af;
}
.resources
{
	border-bottom: 1px solid #fff;padding: 25px 0px;
}
.resources h3
{
	font-family: 'Open Sans', sans-serif;
	font-size:23px;font-weight:700;
	color:#fff;margin:0;padding-bottom:15px;
}
.resources p
{
	color:#fff;	
	font-weight: lighter;
	font-size:16px;line-height:22px;
	color:#eee;margin-bottom:05px;
}
.resources a
{
	color:#fff;
}
.resources a:before
{
	
	content: "\f0e0";
	font-family: FontAwesome;   
    margin-right: 12px;
    font-size: 16px;       
    vertical-align: top;
}
.register-button
{
	text-align:right;margin-top:20px;
}
.register-button a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    line-height: 20px;
    padding: 09px 20px;
    color: #4c4c4c;
    background-color: #fafafa;
    font-weight: 600;
	transition:1s ease all;
}
.register-button a:hover
{
	    background-color: #fd490a;
		color:#fff;
}
.register-button a:before
{
	 display:none;
}

/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px)
 {
	
 }
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
	.resources-container, .reports-container
	{
		padding:20px 52px;
	}
}
@media (min-width: 767px) 
{
	.pl0
	{
		padding-left:0px;
		
	}
	.pr0
	{
		padding-right:0px;
		
	}
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:flex;
  }
  
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
	h1
	{
		font-size:35px;
		line-height:38px;
	}
	.resources-container, .reports-container
	{
		padding:20px 28px;
	}
	.report span
	{
		 font-size:18px;
	}
	.stockPrice
	{
		 margin-bottom:20px;
	}
}
/* Landscape phones and portrait tablets */
@media (max-width: 768px) 
{
	#bursa-announcements .new-container, #media-news .new-container
{
	width:100%;
	margin:0 auto;
	
}
.news-section 
{
	width:88%;
}
.stockPrice
	{
		 margin-bottom:20px;
	}
	.resources-container, .reports-container
	{
		padding:20px 40px;
	}
	#stock-information, #bursa-announcements, #media-news, #resources-reports {
      margin-top: 0px;
     }
	 h1
	{
		font-size:30px;
		line-height:32px;
		margin-top:40px;
	}
.report img
{
	margin-right: 10px;
}

.report span a
{	
	font-size:16px;
}
.media-news div, .stock-qoute div
 {
	
	font-size:10px !important;
	
 }
 .media-news {
    border-right: none !important;
}
	
}
@media (max-width: 480px) 
{

	 h1
	{
		font-size:25px;
		line-height:28px;
		
	}
	.report span
	{
		 font-size:16px;
	}
	.resources-container, .reports-container
	{
		padding:20px 28px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) 
{
	.media-news div, .stock-qoute div
{
	
	font-size:10px !important;
	
}
.mediaframe .stockPrice .priceDown:after
{
	vertical-align:sub;
}
.section-title
{
	font-size:11px !important;
	display:block !important;
	font-weight: bold !important;
}
.mediaframe .section-title:after {
    content: "";
    color: #fff;
    padding: 0px;
   
}
.media-news
{
	margin-bottom:8px;
}
#ctl00_submenu ul li 
	{
	
	padding: 0 7px !important;
	                     
	}              
	#ctl00_submenu ul li a 
	{
	           
	font-size: 12px !important;
	
	
	}
}
@media (max-width: 380px) 
{
	.media-news div, .stock-qoute div
 {
	
	font-size:8px !important;
	
 }
}
/* Portrait i phones and smaller */
@media (max-width: 320px) 
{
}

/* Date picker*/
.ui-widget-content
{
	font-size:14px;
}

.ui-datepicker .ui-datepicker-prev
{
left:5px;
background: url(../img/glyphicons-217-circle-arrow-left.png) no-repeat left center;
height:40px;
width:35px;
}

.ui-datepicker .ui-datepicker-prev:hover
{
background: url(../img/glyphicons-217-circle-arrow-left-hover.png) no-repeat left center;
height:40px;
width:35px;
left:5px;
}


.ui-datepicker .ui-datepicker-next {
background: url(../img/glyphicons-218-circle-arrow-right.png) no-repeat right center;
height:40px;
width:35px;
right:5px;
}

.ui-datepicker .ui-datepicker-next:hover
{
background: url(../img/glyphicons-218-circle-arrow-right-hover.png) no-repeat right center;
height:40px;
width:35px;
right:5px;
	}

.ui-datepicker th{
	color:#2b3991;	
}

.ui-datepicker th:first-child{
	color:#ff0000;	
}

.ui-datepicker td:first-child a{
	color:#ff0000;	
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background:#00b5af !important;
	color:#fff!important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{

	min-width:0px;
	border: 0px solid #eee;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background:#fff;
	color:#333;
	border-radius:0px;
	border:none;
	color:#666666;
	font-size: 14px;
	font-weight:normal;
}

.icon-circle-arrow-left:before, .icon-circle-arrow-left:after{
	content:""!important;
}

.icon-circle-arrow-right:before, .icon-circle-arrow-right:after{
	content:""!important;
}
/******* end Price &amp; Volume *******/




.inner-sublink {
    position: relative;
}

 /********** sub Menu ***********/

#ctl00_submenu
	{
	   text-align:center;
	   margin-bottom:20px;
	}
	#ctl00_submenu ul 
	{
	 list-style: none;
	 display: inline-block;
	 padding:10px 15px 15px 15px;
	 background-color: #0db9b3;
	 margin-bottom:0px;
	
					
	}
	#ctl00_submenu ul li 
	{
	display: inline-block;
	vertical-align: middle;
	padding: 0 12px;
	line-height: 14px;                     
	}              
	#ctl00_submenu ul li a 
	{
	text-decoration: none;
	color:#fff;               
	font-size: 14px;
	line-height: 20px; 
	font-weight: 500;   
	padding-bottom:2px;                         
	-webkit-transition: .5s;
	transition: .5s;	
	}
	#ctl00_submenu ul li a:hover 
	{
	opacity:1;
	}
	#ctl00_submenu a.active 
	{
	color: #fff !important; 
	border-bottom:1px solid #fff;             
	/*border: 1px solid #e61b23;*/	
	pointer-events: none;	
	}
/**********end Sub Menu ***********/
</pre></body></html>