<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: 'Red Hat Display', sans-serif;
	font-size:16px;
	line-height:28px;
	color:#444444;	 
}
.mt-100 {
	margin-top: 100px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-0{
	margin-bottom:0 !important;
}


.no-gutter &gt; [class*='col-'] {
   padding-right:0;
   padding-left:0;
}




.sec-1 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}

.sec-2, .sec-3, .sec-4, .sec-5, .sec-6 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
a {
	color:#1a1a1a;
	text-decoration:none;
}
a:hover {
	color:#ba933e;
	text-decoration:none;
}
.main-title h2 {	
	font-size:32px;
	line-height:40px;
	color:#1A1A1A;
	font-weight:700;
	margin-top:0;
	margin-bottom:20px;	
}
.main-title h3 {
	font-size:28px;
	line-height:28px;
	color:#404040;
	font-weight:400;
	margin-top:0;
	text-transform:uppercase;
}
.main-title h5 {
   font-size:13px;
	line-height:13px;
	color:#000000;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:0;
}
.text-left h2 {
	text-align:left;
}
.white {
	color:#fff !important;
}
.white h2 {
	color:#fff !important;
}
/*=================================================
buttons
===================================================*/
.ClsButton {
	
	
	height:inherit !important;
	font-size:14px !important;
	color:#fff !important;
	font-weight:400 !important;
	border:none !important;
	background:#3e5062;
	border-radius:12px;
	width:108px !important;
}
.btn-primary, .button, a.size, .ClsButton {
	background: #1a1a1a;
    color: #b5b5b5;
    font-weight: 700;
    text-decoration: none;
    border: none;
    outline: none;
    padding: 14.5px 30px;
    text-transform: capitalize;
    border-radius: 4px !important;
    transition: all .2s ease-in-out;
    /* width: 108px; */
    line-height: 1.5;
    font-size: 14px !important;
    font-family: inherit !important;
	min-width:140px;
}
.btn-primary:hover, .button:hover, a.size:hover, .ClsButton:hover{
	background-color: #ba933e;
    color: #ffffff;
}
/*.btn-primary:hover:after{
	content:'\f054';
	display:inline-block;
	font-family:FontAwesome;
	transition:all ease 2s;
	font-size:14px;
	font-weight:normal;
	margin-left:10px;
	
}
.button:hover:after, a.size:hover:after, .ClsButton:hover:after{
	content:'\f054';
	display:inline-block;
	font-family:FontAwesome;
	transition:all ease 2s;
	font-size:14px;
	font-weight:normal;
	margin-left:10px;
	
}*/


.view-more {
	font-size:14px;
	margin-left:20px;
}
.white {
	color:#fff !important;
}
.nl-bcn {
	float:left;
	width:100%;
	margin-top:52px;
}
.csreq-form-btn {
	float:left;
	width:100%;
	margin-top:30px;
	text-align:right;
}
/*==============================================================
IR HOME PAGE  CSS STARTS HERE
================================================================*/
.stp-img {
	background:url(../images/sp-left-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	min-height:561px;
}
.stk-title {
	font-size: 20px;
	line-height: 20px;
	color: #ba933e;
	margin-bottom: 10px;
	font-weight:bold;
}
.stk-price {
	font-size: 56px;
	line-height:56px;
	font-weight: bold;	
	display: inline-block;
}
.stk-price span {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
/*.priceUp:after {
	content: url(../images/Up.png);
	width: 39px;
	height: 49px;
	display: inline-block;
	margin-left: 10px;
}
.priceDown:after {
	content: url(../images/Down.png);
	width: 39px;
	height: 49px;
	display: inline-block;
	margin-left: 10px;
}*/
.stk-chg {
	display:inline-block;
	font-size:26px;
	color: #000000;
}
.stk-chg span {
	color: #000000;
}
/*.chgUp {
	color: #009b2f;
}
.chgDown {
	color: #ec2027;
}*/
.ohlv-sec {
	background:none;
	color:#000;
	margin-top: 30px;
	margin-bottom: 30px;
}
.open, .high, .low, .vol {
	display: inline-block;
	padding:20px;
	font-weight: bold;
	font-size: 24px;
	text-align: right;
	color: #000;
	width:100%;
}
.vol {
	border-right: none;
}
.open span, .high span, .low span, .vol span {
	display: inline-block;
	text-align: left;
	font-weight: normal;
	color: #000;
	font-size: 16px;
}

.t-l{
	float:left;
	width:50%;
	text-align:left;
	font-size:20px;
	font-weight:normal;
}

.t-r{
	float:left;
	width:50%;
	text-align:right;
	font-size:32px;
	font-weight:bold;
}

.odd-bg{
	background:#f0f0f0;
	
}
.evn-bg{
	background:#dfdfdf;
}


.eod {
	float:left;
	width:70%;
	font-size: 12px;
	line-height: 14px;
	color: #838383;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align:right;
}
.rm-btn {
	float:left;
	width:30%;
	margin-top:0px;
	text-align:left;
}
/*==============================================================
BURSA SECTION CSS STARTS HERE
================================================================*/

.ba-item-col{
	float:left;
	width:100%;
	background:#fff;
	padding:28px 22px;
	/*box-shadow: 0px 8px 9px 4px rgba(0,0,0,0.1);*/
	/*box-shadow: 0px 8px 6px -4px rgba(0,0,0,0.1);*/
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
	margin-bottom:30px;
	min-height:216px;
}

.ba-cal-full{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.ba-cal-md{
	float:left;
	width:56px;
	height:59px;
	background:#ba933e;
	border-radius:4px;
	color:#fff;
	padding:12px 12px;
	margin-right:16px;
}
.bam{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:2px;
	font-size:13px;
	line-height:13px;
}
.bad{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:7px;
	font-size:21px;
	line-height:21px;
	font-weight:bold;
}

.ba-cal-yr{
	float:left;
	font-size:32px;
	line-height:38px;	
	font-weight:bold;
	padding:3px 0;
}
.ba-link-sec{
	float:left;
	width:100%;
}
.ba-link-sec a{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#000;
}





.img-hov-btn {
	position:absolute;
	top:358px;
}




.rp-item{
	padding-right:15px;
	padding-left:15px;
}
.rp-item-cont{
	min-height:287px;
	padding-top:54px;
	padding-bottom:54px;
	
}




.rp-sec {
	float:left;
	width:100%;
}
.rp-main-title-block{
	float:left;
	width:100%;
	display:table;
	height:287px;
}
.valign-block{
	display:table-cell;
	vertical-align:middle;
}

.rp-main-title-block .main-title h2{
	margin-bottom:0;
}

.rp-itm-title {
	
	
	width:100%;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	min-height:56px;
	margin-bottom:20px;
	color:#000000;
	text-align:center;
}
/*.rp-btns {
	font-size:12px;
	line-height:12px;
	padding:12px 18px;
	margin:0 5px;
}*/
.rp-item-btns {
	display:block;
	text-align:center;
	width:100%;
	margin-bottom:10px;
}
.prosp-bg {
	float:left;
	width:100%;
	background:url(../images/prosp-bg.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
}
.ar-bg {
	float:left;
	width:100%;
	background:url(../images/ar-bg.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
}
.qr-bg {
	float:left;
	width:100%;
	background:url(../images/qr-bg.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
}

/*==============================================================
FINANCIAL INFORMATION SECTION CSS STARTS HERE
================================================================*/

.ci-bg{
	background:url(../images/comp-income-bg.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	min-height:450px;
	padding-top:35%;
}

.fip-bg{
	background:url(../images/fin-pos-bg.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	min-height:450px;
	padding-top:35%;
}

.fra-bg{
	background:url(../images/fin-ratio-bg.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	min-height:450px;
	padding-top:35%;
}

.fi-title{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
	margin-bottom:40px;
	text-align:center;
}



/*==============================================================
SHAREHOLDERS SECTION CSS STARTS HERE
================================================================*/
.sh-sec{
	float:left;
	width:100%;
}

.agm-cal-one{
	margin-bottom:30px;
	float:left;
	width:100%;
}

.sh-cal{
	float:left;
	width:14%;
	margin-right:3%;
	border:1px solid #868686;
	color:#555;
	padding:12px 18px;
	text-align:center;
}

.sh-month{
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	color:#555;
}
.sh-date{
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	color:#555;
	
}
.sh-yr{
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	color:#555;
	
}
.sh-title{
	font-size:16px;
	line-height:16px;
	margin-bottom:10px;
	font-weight:bold;
}
.sh-cont{
	float:left;
	width:83%;
}

.sh-cont p{
	font-size:14px;
	line-height:16px;
	font-weight:normal;
}
.shm-dl-h{
	display:inline-block;
	width:100%;
	margin-bottom:10px;
	position:relative;
	padding-left:35px;
	color:#3e5062;
	font-size:14px;
	line-height:16px;
	min-height:26px;
}
.shm-dl-h:before{
	content:url(../images/download.png);
	display:inline-block;
	width:21px;
	height:26px;
	position:absolute;
	left:0;
	top:2px;
}
.shm-right-img{
	float:left;
	width:100%;
	background:url(../images/shm-right.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:480px;
}

/*==============================================================
NEWS ALERT SECTION CSS STARTS HERE
================================================================*/

.newsalertmain-bg {
	background:url(../images/news-alert-bg.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:456px;
	padding:90px 0;
}
.frm-cnt {
	
}
.nl-sub {
	margin-bottom: 22px;
	font-weight:400;
}
.form-control {
	display: block;
	width: 100%;	
	padding: 12px;
	font-size: 14px;
	line-height: 26px;
	color: #b3b2b2;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.frm-cnt .form-control{
	
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
.frm-cnt input {
	margin-bottom:20px;
}
.btn-cont {
	float:left;
	width:100%;
	
}
/*.view-more {
	color:#fff;
	margin-left:15px;
	font-size:16px;
	font-weight:500;
}*/
/*IR Contact section starts here*/

.irc-bg {
	background: url(../images/ir-cont-title-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	/*min-height: 157px;*/
	padding:50px 30px;
	margin-bottom:20px;
}
.cont-person {
	
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#7f7f7f;
	position:relative;
	padding-left:47px;
	margin-bottom:30px;
	text-align:left;
}
.cont-person span {
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	color:#7f7f7f;
}
.cont-person:before {
	content: url(../images/user-icon.png);
	width: 30px;
	height: 30px;
	margin-right: 10px;
	position: absolute;
	top: 5px;
	left:0;
	margin-right:10px;
	display:inline-block;
}
.phone, .email, .fax {
	
	margin-bottom:20px;
	text-align:left;
	position:relative;
	padding-left:47px;
	margin-bottom:30px;
	text-align:left;
}
.phone a, .fax a {
	
	font-size:16px;
	line-height:16px;
	color:#7f7f7f;
	font-weight:500;
	margin-bottom:20px;
}
.email a {
	font-size:16px;
	line-height:16px;
	color:#3e5062;
	font-weight:normal;
	margin-bottom:20px;
}
.email a:hover {
	font-size:16px;
	line-height:16px;
	color:#3e5062;
	font-weight:normal;
	margin-bottom:20px;
}
.phone a:before {
	content: url(../images/phone-icon.png);
	width: 30px;
	height: 31px;
	margin-right: 10px;
	position: absolute;
	left:0;
	top: 0px;
	display:inline-block;
}
.fax a:before {
	content: url(../images/fax-icon.png);
	width: 30px;
	height: 30px;
	margin-right: 10px;
	position: absolute;
	left:0;
	top: -3px;
	display:inline-block;
}
.email a:before {
	content: url(../images/mail-icon.png);
	width: 30px;
	height: 24px;
	margin-right: 10px;
	position: absolute;
	left:0;
	top: 4px;
	display:inline-block;
}

















/*==========  Mobile First Method  ==========*/


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







/* Large desktops and laptops */
@media (min-width: 1200px) {
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	
.main-title h2 {
    
    font-size: 29px;
    line-height: 32px;
    color: #404040;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.rp-itm-title {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    min-height: 56px;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
}
	
	
}
 @media (min-width: 992px) {
}
@media (max-width: 991px) {
	



	
	
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
.stk-price {
    font-size: 38px;
    line-height: 56px;
    font-weight: bold;
    color: #2b4798;
    display: inline-block;
}
.stk-chg {
    display: inline-block;
    font-size: 21px;
    color: #000000;
}
.open, .high, .low, .vol {
    display: inline-block;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 24px;
    text-align: right;
    color: #000;
    width: 100%;
}
.cont-person, .fax{
	position:relative;
	left:15px;
}
	
	
	
}
@media (min-width: 768px) {
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
 .sec-1, .sec-2, .sec-3, .sec-4, .sec-5, .sec-6 {
 float: left;
 width: 100%;
 clear: both;
 margin-bottom: 30px;
}
.stk-prcsec{
	margin-bottom:30px;
}

.rp-main-title-block{
	height:0;
	margin-bottom:30px;
	text-align:center;
}
.rp-sec{
	margin-left:12px;
	margin-right:12px;
}
.btn-cont{
	margin-bottom:30px;
}
.cont-person, .fax{
	position:relative;
	left:15px;
}

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

.main-title h2 {
    
    font-size: 24px;
    line-height: 28px;
    color: #404040;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}	
.stk-price {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    color: #2b4798;
    display: inline-block;
}
.stk-chg {
    display: inline-block;
    font-size: 22px;
    color: #000000;
}
.open, .high, .low, .vol {
    display: inline-block;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 24px;
    text-align: right;
    color: #000;
    width: 100%;
}

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


.stk-price {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    color: #2b4798;
    display: inline-block;
}
.stk-chg {
    display: inline-block;
    font-size: 18px;
    color: #000000;
}
.open, .high, .low, .vol {
    display: inline-block;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    color: #000;
    width: 100%;
}
.t-l {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
}	 
	 
	 
	 
}

/* Portrait i phones and smaller */
@media (max-width: 380px) {
}</pre></body></html>