<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 */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&amp;display=swap');


body {
	/*font-family: 'Open Sans', sans-serif;*/
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	
	color:#333333;
	background:#f7f6f1;
}
.pb10 {
	padding-bottom:10px;
}
.pl0 {
	padding-left:0;
}
.mt-20 {
	margin-top:20px;
}
.mt-30 {
	margin-top:30px;
}
.mt-40 {
	margin-top:40px;
}
.mt-25 {
	margin-top:25px;
}
.plr0 {
	padding:0 !important;
}
.lm-15 {
	margin-left:15px;
}
.mb-15 {
	margin-bottom:15px;
}
.mb-20 {
	margin-bottom:20px;
}
.vm-btn, .btn-primary{
	font-size:14px;
	line-height:14px;
	color:#918246 !important;
	display:inline-block;
	padding:12px 14px;
	border:1px solid #918246 !important;
	border-radius:0px;
	background:none;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:visited{
	font-size:14px;
	line-height:14px;
	color:#fff !important;
	display:inline-block;
	padding:12px 14px;
	border:1px solid #918246 !important;
	border-radius:0px;
	background:#918246;
	outline:none;
}

.ClsButton {
	font-family:inherit !important;
	font-size:14px !important;
	line-height:14px;
	color:#918246 !important;
	display:inline-block;
	padding:12px 14px;
	border:1px solid #918246 !important;
	border-radius:0px;
	background:none;
	height:inherit !important;
	font-weight:normal !important;
}
 .ClsButton:hover{
	 font-family:inherit !important;
	 	font-size:14px !important;
	line-height:14px;
	font-weight:normal !important;
	color:#fff !important;
	display:inline-block;
	padding:12px 14px;
	border:1px solid #918246 !important;
	border-radius:0px;
	background:#918246;
	height:inherit !important;
 }

/*.vm-btn:after, .btn-primary:after {
	display:inline-block;
	content:url(../images/btn-after.png);
	margin-left:10px;
}*/

.vm-btn:hover, .btn-primary:hover {
	color:#fff !important;
	background:#918246;
	text-decoration:none;
}
/*.vm-btn:hover:after, .btn-primary:hover:after {
	display:inline-block;
	content:url(../images/btn-hover-after.png);
	margin-left:10px;
}*/

.rm-btn{
	font-size:14px;
	line-height:14px;
	color:#918246;
	display:inline-block;
	padding:12px 14px;
	border:1px solid #918246;
	border-radius:0px;
}
.rm-btn:hover{
	color:#fff;
	background:#918246;
	text-decoration:none;
}

.ba-btn-sec{
	float:left;
	width:100%;
	margin-top:20px;
}
.ba-btn{
	font-size:14px;
	line-height:14px;
	color:#918246;
	display:inline-block;
	padding:12px 14px;
	border:1px solid #918246;
	border-radius:0px;
}
/*.ba-btn:after{
	display:inline-block;
	content:url(../images/btn-after.png);
	margin-left:10px;
}*/
.ba-btn:hover{
	color:#fff;
	background:#918246;
	text-decoration:none;
}
/*.ba-btn:hover:after{
	display:inline-block;
	content:url(../images/btn-hover-after.png);
	margin-left:10px;
}
*/

/*.ba-readmore {
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#000 !important;
	text-decoration:none !important;
}
.ba-readmore:after {
	content:url(../images/ba-readmore.png);
	display:inline-block;
	width:14px;
	height:10px;
	margin-left:5px;
	position:relative;
}*/
a {
	color:#015e4f;
}
a:hover {
	color:#333333;
}
.main-title{
	float:left;
	margin-bottom:32px;
	width:100%;
}
.main-title h1{
	font-size:32px;
	line-height:32px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:0;
	margin-top:0;
}
.main-title h1 span{
	font-size:32px;
	line-height:32px;
	text-transform:uppercase;
	font-weight:bold;
}


/*==============================================================
STOCK PERFORMANCE SECTION CSS STARTS HERE
================================================================*/
.stk-per-sec{
	margin-bottom:70px;
}



.graph{
	float:left;
	width:100%;
}

.stk-top{
	padding:30px;
	background:#f3e8e5;
}



.stk-title{
	font-size:21px;
	line-height:21px;
	font-weight:600;
	color:#015e4f;
}
.stk-price{
	font-size:42px;
	line-height:42px;
	font-weight:bolder;
	color:#000;
	display:inline-block;
}
.stk-price span{
	font-size:21px;
	line-height:21px;
	font-weight:normal;
	color:#000;
}

.stk-chg{
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	color:#000;
	display:inline-block;
}
.Up{
	color:#008413;
}
.Down{
	color:#918246;
}

.ohvl{
	float:left;
	width:100%;
	border:2px solid #f3e8e5;
}
.open{
	float:left;
	width:50%;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	text-align:right;
	font-weight:600;
	border-bottom:2px solid #f3e8e5;
	border-right:2px solid #f3e8e5;
}
.open span{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}


.high{
	float:left;
	width:50%;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	font-weight:600;
	text-align:right;
	border-bottom:2px solid #f3e8e5;
}
.high span{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	text-align:right;
}
.vol{
	float:left;
	width:50%;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	text-align:right;
	font-weight:600;
	border-right:2px solid #f3e8e5;
}
.vol span{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}
.low{
	float:left;
	width:50%;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	font-weight:600;
	text-align:right;
}
.low span{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	text-align:right;
}
.stk-foot{
	float:left;
	width:100%;
	margin-top:20px;
}
.rm-sec{
	float:left;
	width:50%;
}
.eod-sec{
	float:right;
	width:50%;
	
}
.eod-sec p{
	font-size:14px;
	line-height:14px;
	color:#a1a1a1;
	text-align:right;
}





/*==============================================================
BURSA ANNOUNCEMENTS SECTION CSS STARTS HERE
================================================================*/



.ba-sec-in{
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	margin-bottom:70px;
}
.bg-ba{
	
	/*background:url(../images/ba-bg.png) no-repeat;*/
	min-height:412px;
}

.ba-ihb-bg{
	background:url(../images/ba-bg.png) no-repeat;
	min-height:467px;
	width:100%;
}

.ba-item{
	float:left;
	width:100%;
	border:1px solid #918246;
	margin-bottom:10px;
}
.ba-date-sec{
	padding:14px 20px;
	float:left;
	min-width:67px;
	min-height:75px;
	background:#918246;
	text-align:center;
}
.month, .year{
	font-size:14px;
	line-height:14px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
}
.date{
	font-size:24px;
	line-height:24px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}
.ba-cont{
	float:left;
	width:80%;
	margin-left:30px;
	display:table;
	min-height:80px;
}
.ba-cont a{
	display:table-cell;
	vertical-align:middle;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	min-height:80px;
	color:#000;
}

/*==============================================================
REPORTS SECTION CSS STARTS HERE
================================================================*/



.bg-reports{
	/*background:url(../images/reports-bg.png) no-repeat;*/
	min-height:265px;
	/*background-size:cover;*/
	width:100%;
	margin-bottom:70px;
	background: #DAD4BC;
}
.reports-in{
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.ar-sec-cont{
/*	padding-left:15%;*/
	
	
}
.right-border{
	/*border-right:1px dotted #d5d5d5;*/
	border-right:1px dotted #908346;
	padding-bottom: 30px;
}
.ar-sec{
	float:left;
	width:100%;
}
.ar-icon{
	float:left;
	width:20%;
	margin-right:15px;
}
.ar-cont{
	float:left;
	width:65%;
}
.ar-title{
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	margin-bottom:36px;
}
.ar-btns{
	float:left;
	width:100%;
}
.dwn-btn{
	display:inline-block;
	margin-right:30px;
	color:#015e4f;
	text-transform:uppercase;
}
.dwn-btn:before{
	display:inline-block;
	margin-right:5px;
	content:url(../images/download-icon.png);
	
}

.viw-btn{
	display:inline-block;
	
	color:#015e4f;
	text-transform:uppercase;
}
.viw-btn:before{
	display:inline-block;
	margin-right:5px;
	content:url(../images/view-icon.png);
	
}






.qr-sec-cont{
	padding-left:6%;
}

.qr-sec{
	float:left;
	width:100%;
	padding-bottom:30px;
}
.qr-icon{
	float:left;
	width:20%;
	margin-right:15px;
}
.qr-cont{
	float:left;
	width:75%;
}
.qr-title{
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	margin-bottom:36px;
}
.qr-btns{
	float:left;
	width:100%;
}

/*==============================================================
NEWS ALERT AND IR CONTACT SECTION CSS STARTS HERE
================================================================*/

.newsalert-bg{
	background:url(../images/news-alert-bg.png) no-repeat;
	background-position: center center;
	background-size:cover;
	min-height:319px;
	margin-bottom:70px;
}
.nl-section{
	padding-top:60px;
	padding-bottom:60px;
	text-align:center;
}

.form-control {
	display: block;
	width: 100%;
	height: 49px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input [type="name"]{
	color: #c9c9c9;
}

.nl-sub {
	margin-bottom:20px;
	margin-top:20px;
	font-size:17px;
	color:#666666;
}
/*a.subscribe{
	font-size:14px;
	color:#015e4f;
	text-decoration:underline;
	padding-right:30px;
	margin-right:30px;
	border-right:2px solid #000;
	font-weight:bold;
}
a.pp-link {
	font-size:14px;
	color:#015e4f;
	text-decoration:underline;
	font-weight:bold;
	
}*/

a.subscribe{
	font-size:14px;
	line-height:14px;
	color:#918246;
	display:inline-block;
	padding:17px 14px;
	border:1px solid #918246;
	border-radius:0px;
	margin-left:12px;
	margin-right:10px;
	
}
a.subscribe:hover{
	color:#fff;
	background:#918246;
	text-decoration:none;
}

a.pp-link{
	font-size:14px;
	line-height:14px;
	color:#918246;
	display:inline-block;
	padding:17px 14px;
	border:1px solid #918246;
	border-radius:0px;
}
 a.pp-link:hover{
	color:#fff;
	background:#918246;
	text-decoration:none;
}



.conact-bg{
/*	background:url(../images/ir-contact-bg.png) no-repeat;*/
	background-position: center center;
	background-size:cover;
	min-height:447px;
}

.contact-inner{
	float:left;
	padding-top:50px;
	padding-bottom:50px;
}

.ihb-ir-cont-bg{
		background:url(../images/ir-contact-left-bg.png) no-repeat;
		width:100%;

	min-height:467px;
}


.cont-bg {
	border-right:1px dotted #dddddd;
}
.cont-person {
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#015e4f;
	margin-bottom:30px;
}
.cont-person span {
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	color:#383838;
}
.cont-person span a{
	color:#337ab7;
}

.cont-person span a:hover{
	color:#23527c;
	text-decoration:underline;
}
.phone a, .fax a {
	font-size:21px;
	line-height:21px;
	color:#383838;
	font-weight:600;
	margin-bottom:20px;
}
.email a {
	font-size:21px;
	line-height:21px;
	color:#015e4f;
	font-weight:600;
	margin-bottom:20px;
}
.email a:hover {
	font-size:21px;
	line-height:21px;
	color:#015e4f;
	font-weight:600;
	margin-bottom:20px;
}
.phone a:before {
	content: url(../images/phone-icon.png);
	width: 41px;
	height: 41px;
	margin-right: 10px;
	position: relative;
	top: 14px;
	display:inline-block;
}
.fax a:before {
	content: url(../images/fax-icon.png);
	width: 41px;
	height: 41px;
	margin-right: 10px;
	position: relative;
	top: 14px;
	display:inline-block;
}
.email a:before {
	content: url(../images/mail-icon.png);
	width: 41px;
	height: 41px;
	margin-right: 10px;
	position: relative;
	top: 14px;
	display:inline-block;
}
.usr:before {
	content: url(../images/user-icon.png);
	width: 41px;
	height: 41px;
	margin-right: 10px;
	position: relative;
	top: 14px;
	display:inline-block;
}
.share-reg-cont {
	margin-left:10%;
}

.frm-cnt .button{
}
.frm-cnt .button {
font-size:14px;
	line-height:14px;
	color:#015e4f !important;
	display:inline-block;
	padding:14px 25px;
	border:1px solid #015e4f !important;
	border-radius:5px;
	background:none;
}
.frm-cnt .button:hover{
	padding:14px 25px;
	color:#fff !important;
	text-align:center;
	border-radius:5px;
	font-size:14px;
	background:#015e4f;
	text-decoration:none;
	display:inline-block;
}
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #8e824e;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #8e824e;
}
.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:hover, .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; span:focus {
    z-index: 2;
    color: #8e824e;
    background-color: #eee;
    border-color: #8e824e;
}


.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #8e824e;
    border-color: #8e824e;
}







/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1900px) {
.bg-ba{
	
	/*background:url(../images/ba-bg-1200.png) no-repeat;*/
	min-height:412px;
}	
	
}



@media (min-width: 1200px) {

}
 
 
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

.stk-price {
    font-size: 32px;
    line-height: 32px;
    font-weight: bolder;
    color: #000;
    display: inline-block;
}	
.ba-cont {
    float: left;
    width: 71%;
    margin-left: 30px;
    display: table;
    min-height: 80px;
}	
.bg-ba {
   /* background: url(../images/ba-bg-992.png) no-repeat;*/
    /* min-height: 357px; */
    background-size: contain;
    background-position: left;
}
.bg-reports {
   /* background: url(../images/reports-bg-992.png) no-repeat;*/
    min-height: 203px;
    background-size: contain;
    width: 100%;
}
.ar-sec-cont {
    padding-left:7%;
}

.ar-icon {
    float: left;
    width: 24%;
}
.qr-icon {
    float: left;
    width: 26%;
}
.ar-cont {
    float: left;
    width: 57%;
}

	
	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
	
.ba-cont {
    float: left;
    width: 68%;
    margin-left: 30px;
    display: table;
    min-height: 80px;
}	
	
	
.bg-ba {
    /*background: url(../images/ba-bg-768.png) no-repeat;*/
    /* min-height: 357px; */
    background-size: contain;
    background-position: left;
}
.bg-reports {
    /*background: url(../images/reports-bg-768.png) no-repeat;*/
    min-height: 203px;
    background-size: contain;
    width: 100%;
}

.ar-sec-cont {
    padding-left: 0;
}	
.ar-icon {
    float: left;
    width: 30%;
	margin-right:15px;
}
.ar-cont {
    float: left;
    width: 56%;
}

.qr-icon {
    float: left;
    width: 30%;
	margin-right:15px;
}
.qr-cont {
    float: left;
    width: 56%;
}

.conact-bg{
	/*background:url(../images/ir-contact-bg-768.png) no-repeat;*/
	background-position: center center;
	background-size:cover;
	min-height:447px;
}		

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
	.bg-ba {
  background:none;
}
.bg-reports {
    background:none;
}
.conact-bg{
	background:none;
}

.ar-sec-cont {
    padding-left: 15px;
}
.graph {
    float: left;
    width: 100%;
	margin-bottom:50px;
}	

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}
 @media (max-width: 414px) {
	 

	
	
}



/* Portrait i phones and smaller */
@media (max-width: 320px) {


	
}</pre></body></html>