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

/*==================================================
FONT FAMILY 
====================================================*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');



/*  font-family: "Inter", serif;*/








/*=========================================================
COMMON CSS FOR HEDINGS AND ANCHOR TAGS
============================================================*/

body{
	font-family: "Inter", serif;
	font-size:14px;
	color:#000000;
	background:#f4f4f4;
}

.mt-15{
	margin-top:15px;
}

.mt-20{
	margin-top:20px;
}

.mt-30{
	margin-top:30px;
}


.mb-15{
	margin-bottom:15px;
}


.mb-20, .mb20{
	margin-bottom:20px;
}


.mb-30{
	margin-bottom:30px;
}

a{
	color:#b3102d;
}

.sec-heading{
	font-size:10px;
	text-transform:uppercase;
	color:#b3102d;
	font-weight:bold;
	margin-bottom:15px;
}

.news-links{
	font-size:25px;
	font-weight:bold;
	color:#494949;
}

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



/*repeated page subtitle hide*/

.pageTitle{
	display:none;
}
.inner-sublink{
	margin-bottom:35px;
}

.panel{
	background-color:transparent !important;
}

/*==========================================================
IR MENU
=============================================================*/

.navbar {
    position: relative;
    min-height: 50px;
    margin-top: 20px;
    /* margin-bottom: 20px; */
    border: 1px solid transparent;
    z-index: 9999;
}

.navbar-default{
	background-color:#f4f4f4;
}

#ir-menu {

	text-align:center;
	vertical-align:middle;

}

    #ir-menu ul li a {
        opacity: 1;
        font-size: 14px;
       font-family: "Inter", serif;
	   color:#000;
	   background:none;
    }
	
	#ir-menu ul li a:hover {
        opacity: 1;
        font-size: 14px;
       font-family: "Inter", serif;
	   color:#b3102c;
	   background:none;
    }

    #ir-menu ul .activeHeader a {
        color:#000;
        opacity: 1;
        font-weight: bold;
		/*border-bottom:5px solid #b3102d;*/
	}
	
	
/*    #ir-menu ul li a:hover {
        opacity: 1;
		border-bottom:5px solid #b3102d;
    }*/
	
	    #ir-menu ul li a:hover:after {
        content: "";
		display: block;
		margin: 0 auto;
		width: 70%;
		padding-top:15px;
		border-bottom:5px solid #b3102d;
    }
	
  #ir-menu ul .activeHeader a:after {
        content: "";
		display: block;
		margin: 0 auto;
		width: 70%;
		padding-top:15px;
		border-bottom:5px solid #b3102d;
	}
	
	

	

/**************End Ir Menu*************/






/*========================================================
STOCK QUOTE, STOCK CHART, ANNUAL REPORT CSS STARTS HERE
==========================================================*/

.pd-0{
	padding:0;
}

.inner-contnt{
	background:#fff;
	padding:29px;
	height:380px;
}

.inner-contnt-1{
	background:#fff;
	padding:30px;
	height:365px;
	width:1px;
	min-width:100%;
}

.inner-contnt-2{
	background:#fff;
	padding:30px;
	height:341px;
}
.stock-qt-sec, .stock-chrt-sec{
	background:url(../images/box-shadow.jpg) no-repeat center bottom;
	padding-bottom:14px;
	
}

.reports-sec{
	background:url(../images/box-shadow.jpg) no-repeat center bottom;
	padding-bottom:14px;
	
}

.inner-contnt:hover{
	background:#bb2a40;
	color:#fff !important;
}

.inner-contnt:hover &gt; .sec-heading, .inner-contnt:hover &gt; .stock-name,
.inner-contnt:hover &gt; .stock-code, .inner-contnt:hover &gt; .stock-price, 
.inner-contnt:hover &gt; .price-chg,.inner-contnt:hover &gt; .qlu,
.inner-contnt:hover &gt; .hlv &gt; .high, .inner-contnt:hover &gt; .hlv &gt; .low, .inner-contnt:hover &gt; .hlv &gt; .vol,  
.inner-contnt:hover &gt; .hlv &gt; .high span, .inner-contnt:hover &gt; .hlv &gt; .low span, .inner-contnt:hover &gt; .hlv &gt; .vol span  {
	color:#fff !important;
}

/*added for new layout changes*/
.inner-contnt-1:hover &gt; .sec-heading, .inner-contnt-1:hover &gt; .stock-name,
.inner-contnt-1:hover &gt; .stock-code, .inner-contnt-1:hover &gt; .stock-price, 
.inner-contnt-1:hover &gt; .price-chg,.inner-contnt-1:hover &gt; .qlu,
.inner-contnt-1:hover &gt; .hlv &gt; .high, .inner-contnt-1:hover &gt; .hlv &gt; .low, .inner-contnt-1:hover &gt; .hlv &gt; .vol,  
.inner-contnt-1:hover &gt; .hlv &gt; .high span, .inner-contnt-1:hover &gt; .hlv &gt; .low span, .inner-contnt-1:hover &gt; .hlv &gt; .vol span  {
	color:#fff !important;
}



.stock-name{
	font-size:25px;
	font-weight:bold;
	color:#494949;
	text-transform:uppercase;
}



.stock-code{
	font-size:25px;
	font-weight:bold;
	color:#b3102d;
	text-transform:uppercase;
	 margin-bottom:20px;
}

.stock-price{
	font-size:40px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	 margin-bottom:15px;
}

.stock-price .standard{
	font-size:40px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
}

.stock-price .priceUp:after{
    content: "\f0d8";
    font-family: FontAwesome;
    vertical-align: -webkit-baseline-middle;
    padding-left: 10px;
    vertical-align: top;
	position: relative;
    top: -10px;
    color: #a98b57;
}

.stock-price .priceDown:after{
    content: "\f0d7";
    font-family: FontAwesome;
    vertical-align: -webkit-baseline-middle;
    padding-left: 10px;
    vertical-align: top;
	position: relative;
    top: -10px;
    color: #a98b57;
}

.price-chg{
	font-size:20px;
	font-weight:800;
	color:#494949;
	text-transform:uppercase;
	 margin-bottom:20px;
}

.prcUp{
	font-size:20px;
	font-weight:800;
	color:#494949;
	text-transform:uppercase;
}

.prcDown{
	font-size:20px;
	font-weight:800;
	color:#494949;
	text-transform:uppercase;
}

.qlu{
	font-size:13px;
	font-weight:800;

	font-style:italic;
	color:#b4b4b4;
	text-transform:capitalize;
}
.hlv{
	margin-top:25px;
}
.high, .low, .vol{
	font-size:13px;
	color:#494949;
	text-transform:uppercase;
	padding-left:0;

}

.high span, .low span, .vol span{
	font-size:13px;
	color:#494949;
	text-transform:uppercase;
	font-weight:bold;
	margin-left:15px;
	
}


.report-pic-sec{
	float:left;
	margin-right:19px;
	width:46%;
	width:46% \0/;
}

.ar-pic{
	
/*	background:url(../images/ar-shadow.png) no-repeat center bottom;
	height:193px;*/
}
.report-title{
	float:left;
	font-size:32px;
	font-weight:bold;
	color:#494949;
	margin-top:20px;
}
.view{
	font-size:13px;
	color:#fff;
	font-style:italic;
	text-transform:uppercase;
	font-weight:bold;
	clear:both;
	/*margin-top:38px;*/
}
.view a{
	font-size:12px;
	/*font-size:10px;*/
	color:#fff;
	font-style:italic;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 10px;
}
.download{
	display:block;
	border-radius:30px;
	border:2px solid #ba2641;
	font-size:12px;
	font-style:italic;
	text-align:center;
	font-weight:900;
	/*padding:10px 30px;*/
	padding:10px 10px;
	/*color:#ba2641;*/
	color:#fff;
	background:#ba2641;
	margin-top:25px;
	text-transform:uppercase;
	
}

.download:hover{
	display:block;
	border-radius:30px;
	border:2px solid #ba2641;
	font-size:12px;
	font-style:italic;
	text-align:center;
	font-weight:900;
	padding:10px 10px;
	color:#ba2641;
	background:none;
	/*background:#ba2641;*/
	margin-top:25px;
	text-decoration:none;
}

.reports-sec .slick-dots{
	position: absolute;
    bottom: 1px;
	right:28px;
    display: block;
    width:50%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


.ar-slide .slick-dots{
	position: absolute;
    bottom: -20px;
	right:0;
    display: block;
    width:100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	
}

.inner-contnt:hover .report-title{
	color:#fff !important;
}
.ar-slide.report-wrap{
	border-right:none;
}

.ar-btn-sec [class*="col-"]{
	padding:0 5px;
}



/*===========================================================================================================
BURSA ANNOUNCEMNTS AND NEWS AND KEY HIGHTLIGHTS SECTIONS CSS STARTS HERE
-============================================================================================================*/


.bursa-annsmnt{
	background:url(../images/box-shadow.jpg) no-repeat center bottom;
	padding-bottom:13px;
	
}
.news-cont{
	min-height:258px;
}

.inner-contnt:hover .news-cont a{
	color:#fff !important;
}

.news-cont a{
	font-size:25px;
	font-weight:bold;
	color:#494949;
	display:block;
	min-height:215px;
	outline:none;
}

.shr-cont a{
	font-size: 25px;
    font-weight: bold;
    color: #494949;
    display: block;
    min-height: 215px;
	
}

.news-cont a span{
	font-size:13px;
	font-weight:bold;
	color:#b4b4b4;
	margin-top:10px;
	display:block;
	font-style:italic;
}

.news-date{
	font-size:13px;
	font-style:italic;
	text-transform:uppercase;
	color:#b4b4b4;
	font-weight:900;
	position:relative;
	/*bottom:-170px;*/
	bottom:-20px;
}

.news-date a{
	font-size:13px;
	font-style:italic;
	color:#b4b4b4;
	font-weight:900;
	min-height:0px;
}



.keyhigh-data{
	font-size:25px;
	line-height:25px;
	font-weight:bold;
	color:#494949;
	border-bottom:1px solid #d7d7d7;
	padding-bottom:15px;
	margin-bottom:15px;
}
.keyhigh-data span{
	font-size:13px;
	line-height:13px;
	font-style:italic;
	color:#000;
	font-weight:900;
}

.bursa-annsmnt .slick-dots{
	position: absolute;
    bottom: 1px;
	right:-63px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


/*===========================================================================================================
NEW CSS FOR MEDIA AND NEWS AND PRESENTATINS GRID DESIGN
===========================================================================================================*/

a.inner-contnt{
	background:#fff;
	padding:30px;
	height:100%;
	min-height:291px;
	display:block;
	text-decoration:none;
	
}

a.inner-contnt:hover{
	background:#bb2a40;
	padding:30px;
	height:100%;
	min-height:291px;
	display:block;
	text-decoration:none;
	color:#fff;
	
}

a.inner-contnt:hover &gt; .sec-heading, a.inner-contnt:hover &gt; .links-cont, a.inner-contnt:hover &gt; .news-foot {
	color:#fff;
}
.links-cont{
	color:#494949;
	font-size:24px;
	text-decoration:none;
	min-height:150px;
	display:table;

}
.link-cont-child{
/*	display:table-cell;
	vertical-align:middle;*/
}

.link-date{
	text-align:left;
}
.news-name{
	text-align:right;
}
.news-foot{
	margin-bottom:30px;
	color:#b4b4b4;
	font-style:italic;
}


.inner-contnt:hover &gt; .report-wrap &gt; .report-title{
	color:#fff !important;
}
.inner-contnt-1:hover, .inner-contnt-2:hover{
	background:#bb2a40;
}

.inner-contnt-1:hover &gt; .sec-heading, 
.inner-contnt-2:hover &gt; .sec-heading{
	color:#fff !important;
}

.inner-contnt-1:hover a, .inner-contnt-1:hover span, .inner-contnt-1:hover &gt; .keyhigh-data{
	color:#fff !important;
}

.inner-contnt-2:hover a, .inner-contnt-2:hover span, .inner-contnt-2:hover &gt; .keyhigh-data, .inner-contnt-2:hover &gt; .cont-head{
	color:#fff !important;
}

.inner-contnt-2:hover &gt; ul.ircont-det li:nth-child(1) {
    background: url(../images/phone-icon-white.png) no-repeat left center;
}

.inner-contnt-2:hover &gt;ul.ircont-det li:nth-child(2) {
    background: url(../images/fax-icon-white.png) no-repeat left center;
}

.inner-contnt-2:hover &gt;ul.ircont-det li:nth-child(3) {
    background: url(../images/mailicon-white.png) no-repeat left center;
}

.inner-contnt:hover &gt; .report-wrap &gt; .report-title &gt; .view a{
	font-size:12px;
	color:#bb2a40 !important;
	background:#fff !important;
	font-style:italic;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 20px;
}
.inner-contnt:hover &gt; .report-wrap &gt; .report-title &gt; a.download{
	display:block;
	border-radius:30px;
	border:2px solid #ba2641;
	font-size:12px;
	font-style:italic;
	text-align:center;
	font-weight:900;
	/*padding:10px 30px;*/
	padding:10px 20px;
	color:#bb2a40 !important;
	background:#fff !important;
	margin-top:25px;
	text-transform:uppercase;
	
}



.inner-contnt:hover &gt; .report-wrap &gt; .ar-btn-sec &gt; .view a{
	font-size:12px;
	color:#bb2a40 !important;
	background:#fff !important;
	font-style:italic;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 10px;
}
.inner-contnt:hover a.download{
	display:block;
	border-radius:30px;
	border:2px solid #ba2641;
	font-size:12px;
	font-style:italic;
	text-align:center;
	font-weight:900;
	/*padding:10px 30px;*/
	padding:10px 10px;
	color:#bb2a40 !important;
	background:#fff !important;
	margin-top:25px;
	text-transform:uppercase;
	
}



/*============================================================
SHAREHOLDERS MEETING
=============================================================*/
.inner-contnt3:hover &gt; .sec-heading {
	color:#fff;
}

.inner-contnt3 {
    background: #fff;
    padding: 30px;
    min-height:364px;
}
.inner-contnt3:hover {
    background: #bb2a40;
    color: #fff !important;
}


.inner-contnt3:hover &gt;.more-button{
	display:block;
	color:#fff;
	
}
.inner-contnt3 &gt; .more-button span{
	display:block;
	
}

/*.inner-contnt3 &gt; .more-button{
	display:none;
	
}*/

.inner-contnt3 &gt; .more-button span a{
	color:#000;
}

.inner-contnt3:hover &gt;.more-button{
	display:block;
	color:#fff;
	
}

.inner-contnt3:hover &gt;.more-button span, .inner-contnt3:hover &gt; .more-button span a{
	color:#fff;
}
.inner-contnt3:hover &gt;.more-button span.iconDownload {
    background: url(../images/iconDownload-white.png) no-repeat center center;
    width: 100%;
    padding-left: 35px;
    margin-bottom: 3px;
	background-position: left center;
	display:block;
}

.agm-desc{
	margin-bottom:20px;
}

/*========================================================================
INNER ANNUAL REPORT SECTION CSS STARTS HERE
=========================================================================*/
.stock-qt-sec-2{
	background:url(../images/box-shadow.jpg) no-repeat center bottom;
	padding-bottom:14px;
	margin-bottom:15px
	
}

.inner-contnt4 {
    background: #fff;
    padding: 30px;
    min-height:285px;
}


.inner-contnt4:hover {
    background: #bb2a40;
    color: #fff !important;
}
.report-pic-sec-2{
	float: left;
    margin-right: 20px;
    width: 40%;
 /*  width: 43%;*/
   
	width:37%\0/;
}
.report-title-2{
	float: left;
    font-size: 25px;
    font-weight: bold;
    color: #494949;
	margin-top:3px;
	width:50%;
	width:53%\0/;
}
.inner-contnt4 &gt; .report-wrap &gt; .report-title-2 &gt; a.download {
 
	margin-top:15px;
	margin-bottom:10px;

}



.inner-contnt4:hover &gt; .report-wrap &gt; .report-title-2 &gt; a.download {
    display: block;
    border-radius: 30px;
    border: 2px solid #ba2641;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    font-weight: 900;
 	padding: 10px 20px;
    color: #bb2a40 !important;
    background: #fff !important;
	margin-top:15px;
	margin-bottom:10px;
	text-transform: uppercase;
}



.inner-contnt4:hover &gt; .report-wrap &gt; .report-title-2 &gt; .view a{
	font-size:12px;
	color:#bb2a40 !important;
	background:#fff !important;
	font-style:italic;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 10px;
}

.inner-contnt4:hover &gt; .sec-heading {
	color:#fff;
}





.fix-icon:after{
	font-family: FontAwesome;
    content: "\f01e";
    font-size: 16px;
    position: absolute;
    right: 36px;
    top: 10px;
   
    pointer-events: none;
    color: #fff;
}







/*=========================================================================
STOCK INFO SECTION NEW ADJUSTMENTS CSS (LPI DESIGN EXAMPLE)
===========================================================================*/
#ctl00_cphContent_divInput{
	text-align:center;
	padding:25px 15px;
	background:#e7e6eb;
	border-bottom:2px solid #bb2a40;
	display: table;
    width: 100%;
}
.priceVolumeSelection{
	margin-left:0 !important;
	margin-right:0 !important;
}
.cal-container{
	width: 100%;
    text-align: center;
 	display: flex;
    justify-content: center;
}
.date-to{
	line-height:38px;
}

#datepickerFrom{
	float:right;
}

btn-sec-cont{
	text-align:center;
}

#ctl00_cphContent_ibRefresh{
	padding-right:41px;
}






/*===========================================================================================================
CALENDAR, SHAREHOLDERS MEETING,  CONTACT,  SECTIONS CSS STARTS HERE
-============================================================================================================*/
.readmore a{
	font-size:13px;
	font-style:italic;
	color:#b4b4b4;
	font-weight:900;
	text-transform:uppercase;
	position:relative;
	bottom:0px;
}

.readmore-kh a{
	font-size:13px;
	font-style:italic;
	color:#b4b4b4;
	font-weight:900;
	text-transform:uppercase;
	position:relative;
	
}

.cont-head{
	font-size:25px;
	line-height:25px;
	font-weight:bold;
	color:#494949;
}

.cont-head span{
	font-size:14px;
	line-height:16px;
	font-style:italic;
	color:#494949;
	font-weight:normal;
}

ul.ircont-det{
	margin-top:30px;
	padding-left:0;
	
}
ul.ircont-det li{
	list-style:none;
	margin-bottom:15px;
}
ul.ircont-det li:nth-child(1){
	background:url(../images/phone-icon.png) no-repeat left center;
	
}

ul.ircont-det li:nth-child(2){
	background:url(../images/fax-icon.png)  no-repeat left center;
	
}

ul.ircont-det li:nth-child(3){
	background:url(../images/mailicon.png)  no-repeat left center;
	display:inline-block;
	
}

ul.ircont-det li a{
	font-size:17px;
	font-weight:900;
	color:#494949;
	margin-left:40px;
	vertical-align:middle;
	text-decoration:none;
}

ul.ircont-det li:nth-child(3) a{
	font-size:17px;
	font-weight:900;
	color:#1e82e6;
	font-style:italic;
	margin-left:40px;
	vertical-align:middle;
	text-decoration:none;
	word-break:break-all;
	display:inline-block;
}

/*=========================================================================================================
NEWS ALRERT STARTS HERE
=============================================================================================================*/

.news-alert-sec{
	background:url(../images/ir-newsletter-bg.jpg) no-repeat left top;
	width:100%;
	min-height:280px;
	padding:30px 0;
	
}

#ctl00_cphContent_dvYear{
	font-weight:700;
}

#ctl00_cphContent_txtUpdate{
	color:#fff;
}

.ns-alrt-head{
	text-align:center;
	font-size:25px;
	font-weight:900;
	color:#fff;
}
.ns-alr-cnt{
	font-size:13px;
	text-align:center;
	color:#fff;
}
.ns-alr-cnt p{
	font-size:16px;
}

.frm-cont{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

.btn-primary {
    background: #b3102d;
    border-radius: 20px;
    padding: 9px 25px;
    color: #fff;
   text-decoration: none;
   outline:none;
    border-color:transparent;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
    background: #b3102d;
    border-radius: 20px;
    padding: 9px 25px;
    color: #fff;
   text-decoration: none;
   outline:none;
   border-color:transparent;
}

.nl-sbmt{
	background:#b3102d;
	border-radius:30px;
	padding:10px 25px;
	color:#fff;
	display:block;
	text-decoration:none;
	outline:none;

}


.nl-sbmt:hover{
	background:#fff;
	color:#b3102d !important;
}



/*.radial-out {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;



  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.radial-out:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}*/







 .nl-submit{
	 background:#b3102d;
	border-radius:30px;
	/*padding:10px 25px;*/
	color:#fff;
	display:block;
	text-decoration:none;
	outline:none;
 }
 

 
 
 .btn.focus, .btn:focus, .btn:hover {
     color: #fff; 
    text-decoration: none;
}

#ctl00_cphContent_pnlSubscribe .form-control{
	color:#000;
}

.frm-cont input{
	color:#fff !important;
}


.form-control {
    display: block;
    width: 100%;
 /*   height: 34px;
	padding: 20px 12px;*/
	height:45px;
 
	
    font-size: 14px;
    line-height:16px;
    color: #000;
    background-color: transparent;
    background-image: none;
    border: 2px solid #707070;
    border-radius: 30px !important;
    -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;
}

/*video section reports and presentations*/

.media-sec {
    float: left;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.corp-date {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

a.title {
    font-size: 16px;
    color: #b3102d;
    width: 100%;
    float: left;
    padding-top: 10px;
    margin-bottom: 15px;
    position: relative;
    padding-right: 70px;
}

.title:after {
    content: url(../images/play-icon.png);
    margin-right: 10px;
    position: relative;
    padding-left: 20px;
    position: absolute;
    right: 0;
    margin-top: -16px;
}
a.title:hover:after {
    content: url(../images/play-icon-hover.png);

    margin-right: 10px;
    position: relative;
    margin-top:-16px;
	position:absolute;
	right:0;
  
}

.emailAlertContainer{
	text-align:center;
}




/*===================================================
 Row with equal height columns
====================================================*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:   flex;
}
/*===================================================
 Row with equal height columns
====================================================*/

.frameComprehensive{
	height:2194px;
}

.iframe-Seg{
	height:1218px;
}
.iframeRatio{
	height:1000px
}



/*==============================
Medai Quries starts here
==================================*/

@media(max-width:1199px){
	.navbar-nav&gt;li {
  
    padding: 0 0px;
}
#ir-menu .navbar-nav li a {
   padding:15px 8px !important;
	padding-right:8px !important;
	padding-left:8px !important;
}

#ir-menu ul li a {
    opacity: 0.75;
    font-size: 14px;
    font-family: "Inter", serif;
    color: #404040;
    background: none;
}
}




@media(min-width:1200px){
	  #ir-menu .navbar-nav li a {
        padding: 15px !important;
    }
	

	
}




@media(min-width:768px){
	.navbar-header {
    display: none;
}
	.navbar-right {
     float: none!important; 
    margin-right: -15px;
    text-align: center;
	
	}
.navbar-nav {
     float: none; 
 
}

.navbar-nav&gt;li {
    float:none !important;
    display: inline-block;
    text-align: center;
}


}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px){
	
	ul.ircont-det li a{
	font-size:15px;
	font-weight:900;
	color:#494949;
	margin-left:40px;
	vertical-align:middle;
	text-decoration:none;
}
	ul.ircont-det li:nth-child(3) a{
	font-size:15px;
	font-weight:900;
	color:#1e82e6;
	font-style:italic;
	margin-left:40px;
	vertical-align:middle;
	text-decoration:none;
}

.report-title {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #494949;
    margin-top: 20px;
}

.news-cont a {
    font-size: 22px;
    font-weight: bold;
    color: #494949;
    display: block;
    min-height: 215px;
}
.news-date a {
    font-size: 13px;
    font-style: italic;
    color: #b4b4b4;
    font-weight: 900;
    min-height: 0px;
}
	
.agmframe{
		height:1250px;
	}
	
}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
	#ir-menu .navbar-nav li a {
    padding: 15px 5px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
}

#ir-menu ul li a {
    opacity: 1;
    font-size: 10px;
    font-family: "Inter", serif;
    color: #404040;
    background: none;
}

.high, .low, .vol {
    font-size: 10px;
    color: #494949;
    text-transform: uppercase;
}
.high span, .low span, .vol span {
    font-size: 10px;
    color: #494949;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 3px;
}

ul.ircont-det li a{
	font-size:13px;
	font-weight:900;
	color:#494949;
	margin-left:40px;
	vertical-align:middle;
	text-decoration:none;
}
	ul.ircont-det li:nth-child(3) a{
	font-size:13px;
	font-weight:900;
	color:#1e82e6;
	font-style:italic;
	margin-left:40px;
	vertical-align:middle;

	text-decoration:none;
}

.reports-sec .slick-dots {
    position: absolute;
    bottom: 1px;
    right: -11px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;

    text-align: center;
    width: 100px;
}

ul.ircont-det li a{
	font-size:11px;
	font-weight:900;
	color:#494949;
	margin-left:40px;
	vertical-align:middle;
	text-decoration:none;
}
ul.ircont-det li:nth-child(3) a {
    font-size: 11px;
    font-weight: 900;
    color: #1e82e6;
    font-style: italic;
    margin-left: 40px;
    vertical-align: middle;
    text-decoration: none;
	display:inline-block;
	word-break:break-all;
}	

.report-pic-sec {
    float: left;
    margin-right: 16px;
    width: 42%;
     
}


.report-title {
    float: left;
    font-size: 20px;
	line-height:24px;
    font-weight: bold;
    color: #494949;
    margin-top: 20px;
}

.news-cont a {
    font-size: 22px;
    font-weight: bold;
    color: #494949;
    display: block;
    min-height: 215px;
}
.news-date a {
    font-size: 13px;
    font-style: italic;
    color: #b4b4b4;
    font-weight: 900;
    min-height: 0px;
}
.inner-contnt {
    background: #fff;
    padding: 30px;
    height: 420px;
}

.ar-slide .slick-dots{
	position: absolute;
    bottom: -20px;
	right:0;
    display: block;
    width:100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	
}
.agmframe{
		height:1500px;
	}

}




@media (min-width: 768px) and (max-width: 898px) {

/*reports section*/

.inner-contnt4 {
    background: #fff;
    padding: 30px;
     min-height: 319px; 
    height: 100%;
   float: left;
    text-align: center;
}

.ar-pic{
	float:left;
	width:100%;
}
.ar-pic img {
    float: none;
    margin: 0 auto 20px auto;
}
.report-pic-sec-2 {
    float: left;
    margin-right: 20px;
    width: 100%;
}
.report-title-2 {
    float: left;
    font-size: 25px;
    font-weight: bold;
    color: #494949;
    margin-top: 3px;
    width: 100%;
  
}

	
	
	
}























@media(max-width:928px){
	.report-title {
    float: left;
    font-size: 17px;
    font-weight: bold;
    color: #494949;
    margin-top: 20px;
}

.news-cont a {
    font-size: 20px;
    font-weight: bold;
    color: #494949;
    display: block;
    min-height: 215px;
}
.news-date a {
    font-size: 13px;
    font-style: italic;
    color: #b4b4b4;
    font-weight: 900;
    min-height: 0px;
}
	
}

@media(max-width:768px){
	
	.report-title {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #494949;
    margin-top: 20px;
}
}





@media(max-width:767px){
.row-eq-height {
 display:   block;
}

.stock-qt-sec, .stock-chrt-sec, .reports-sec, .bursa-annsmnt{
	
	margin-bottom:30px;
}


.reports-sec .slick-dots {
    position: absolute;
    bottom: 1px;
    right: -11px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    width: 100px;
}
.form-control{
	margin-bottom:20px;
}

.cal-container {
    width: 100%;
    text-align: center;
    display: block;
    justify-content: center;
}

#datepickerFrom {
     float: none; 
}

#ctl00_cphContent_txtDateTo{
	
	margin:15px 0;
}

.report-title {
    float: left;
    font-size: 35px;
    font-weight: bold;
    color: #494949;
    margin-top: 20px;
}

.sec-heading {
    font-size: 10px;
    text-transform: uppercase;
    color: #b3102d;
    font-weight: bold;
    margin-bottom: 15px;
}

.stock-name {
    font-size: 25px;
    font-weight: bold;
    color: #494949;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.nl-sbmt {
    background: #b3102d;
    border-radius: 30px;
    padding: 10px 25px;
    color: #fff;
    display: block;
    text-decoration: none;
    outline: none;
    margin: 0 auto;
}


.inner-contnt {
    background: #fff;
    padding: 30px;
    height: 434px;
}

.form-group {
    margin-bottom: 15px;
    display: block;
    margin: 0 auto;
    width: 214px;
    text-align: center;
}

.news-alert-sec{
	background: url(../images/ir-newsletter-bg-mob.jpg);
    width: 100%;
    min-height: 280px;
    padding: 30px 0;
	background-position:center center;
}

.frameComprehensive{
	height:3500px;
}
.iframeRatio{
	height:1250px
}
.iframe-Seg{
	height:1600px;
}

.iframe-FH{
	height:2450px !important;
}

.agmframe{
	height:2945px;
}

.inner-contnt {
    background: #fff;
    padding: 30px;
    height: 491px;
}
.ar-slide .slick-dots{
	position: absolute;
    bottom: -40px;
	right:0;
    display: block;
    width:100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	
}

/*reports section*/

.inner-contnt4 {
    background: #fff;
    padding: 30px;
     min-height: 319px; 
    height: 100%;
   float: left;
    text-align: center;
}

.ar-pic{
	float:left;
	width:100%;
}
.ar-pic img {
    float: none;
    margin: 0 auto 20px auto;
}
.report-pic-sec-2 {
    float: left;
    margin-right: 20px;
    width: 100%;
}
.report-title-2 {
    float: left;
    font-size: 25px;
    font-weight: bold;
    color: #494949;
    margin-top: 3px;
    width: 100%;
  
}



}


@media (max-width: 414px){
.report-title {
    float: left;
    font-size: 30px;
	line-height:30px;
    font-weight: bold;
    color: #494949;
    margin-top: 20px;
}
ul.ircont-det li a {
    font-size: 12px;
    font-weight: 900;
    color: #494949;
    margin-left: 40px;
    vertical-align: middle;
    text-decoration: none;
}

.inner-contnt-1 {
    background: #fff;
    padding: 30px;
    height: 421px;
    width: 1px;
    min-width: 100%;
}

.agmframe{
	height:3026px;
}

@media (max-width:375px){
	
	.report-title {
    float: left;
    font-size: 28px;
	line-height:28px;
    font-weight: bold;
    color: #494949;
    margin-top: 20px;
}
.agmframe{
	height:3067px;
}
	
}

@media (max-width:320px){
	.report-title {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #494949;
    margin-top: 20px;
}

.news-cont a {
    font-size: 20px;
    font-weight: bold;
    color: #494949;
    display: block;
    min-height: 215px;
}

.inner-contnt4 {
    background: #fff;
    padding: 15px;
    min-height: 251px;
}

.inner-contnt4 &gt; .report-wrap &gt; .report-title-2 &gt; a.download {
     margin-top: 0px; 
    margin-bottom: 10px;
}

.inner-contnt4 &gt; .report-wrap &gt; .report-title-2 &gt; .view a{
	margin-top:12px;
	
}

.links-cont {
    color: #494949;
    font-size: 18px;
    text-decoration: none;
    min-height: 150px;
    display: table;
}

ul.ircont-det li a {
    font-size: 12px;
    font-weight: 900;
    color: #494949;
    margin-left: 32px;
    vertical-align: middle;
    text-decoration: none;
  
}
.agmframe{
	height:3250px;
}

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