<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/css?family=Open+Sans:400,600&amp;display=swap');
@font-face {
    font-family: 'Arial Rounded MT';
    src: url('../fonts/ArialRoundedMTBold.eot');
    src: url('../fonts/ArialRoundedMTBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArialRoundedMTBold.woff2') format('woff2'),
        url('../fonts/ArialRoundedMTBold.woff') format('woff'),
        url('../fonts/ArialRoundedMTBold.ttf') format('truetype'),
        url('../fonts/ArialRoundedMTBold.svg#ArialRoundedMTBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Arial-Rounded';
    src: url('../fonts/Arial-Rounded.eot');
    src: url('../fonts/Arial-Rounded.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arial-Rounded.woff2') format('woff2'),
        url('../fonts/Arial-Rounded.woff') format('woff'),
        url('../fonts/Arial-Rounded.ttf') format('truetype'),
        url('../fonts/Arial-Rounded.svg#Arial-Rounded') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	/*font-family:"Arial Rounded MT", arial, sans-serif, Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}

a{
	color: #b2202a;
	text-decoration:none;
}

a:hover{
	color: #414042;
	text-decoration:underline;
}


.mt20{
	margin-top:20px;
}
.white{
	color:#fff !important;
}
.float-none{
	float:none !important;
}

.sec-title h2{
	font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
	font-size:30px;
	color:#414042;
	
}
a.vm-btn{
	float:left;
	
}

a.vm-btn, .vm-btn{
	font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
	display:inline-block;
	width:150px;
	height:50px;
	background:#b2202a;
	border-radius:30px;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	line-height:47px;
	border:none;
}

.btn-primary, .nl-more{
	font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
	/*float:left;*/
	display:inline-block;
	width:150px;
	height:44px;
	background:#b2202a;
	border-radius:30px;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	
	border:none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active, .btn-primary:active, .btn-primary:active:focus{
	font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
	display:inline-block;
	width:150px;
	height:44px;
	background:#b2202a;
	border-radius:30px;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	border:none;
}



.cal-circle{
	 
      width: 100px;
      height: 100px;
      background: #b2202a;
      border-radius: 50%;
}

.round{
	  width: 100%;
      height: 100%;
      background: #fff;
      border-radius: 50%;
}
.mnews-circle{
	float:left;
	 height: 530px;
	 background: #e8f3f9;
	 width:1px;
	 min-width:100%;
}
.mnews-circle .sec-title{
	margin-top:90px;
	text-align:center;
}
.n-cal{
	float: left;
    width: 80px;
    height: 80px;
	margin-right:15px;
    background: #b2202a;
    color: #fff;
    text-align: center;
}

.news-cntnr{
	padding: 30px;
    margin: 66px 20px;
}
.ncal-date{
	margin-top:15px;
}
.ncal-date, .ncal-month{
	 font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
	 font-size:20px;
	 color:#fff;
	 text-transform:uppercase;
	 line-height:22px;
	 text-align:center;
}
.news-wrpr{
	display:table;
	height:82px;
}



.news-wrpr a{
	 font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
	 font-size:20px;
	 color:#323232;
	 text-decoration:none;
	 display:table-cell;
	 vertical-align:middle;
}

.news-tag{
	 font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
	 font-size:15px;
	 color:#323232;
	 text-align:center;
	 margin-top:35px;
}



.stk-info-sec{
	float:left;
	width:100%;
	background:#fff;
	padding:47px 0;
}

.stk-cntnr .sec-title h2{
	margin-top:90px;
	text-align:left;
	margin-bottom:40px;
	
}
.stk-title{
	font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
	font-size:40px;
	color:#323232;
	margin-bottom:15px;
}

.stk-price, .standard{
	font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
	float:left;
	margin-right:15px;
	font-size:50px;
	color:#323232;
	font-weight:bold;
	
}
.priceUp{
	color:#12ae7c !important;
}
.priceDown{
	color:#d70a14 !important;
}

.arrow .standard{
	float:left;
	display:block;
	margin-right:12px;
}
.arrow.Up{
	float:left;
	width:11px;
	height:12px;
	background:url(../images/priceUp.png) no-repeat;
	margin-right:12px;
	margin-top:30px;
}
.arrow.Down{
	float:left;
	width:11px;
	height:12px;
	background:url(../images/priceDown.png) no-repeat;
	margin-right:12px;
	margin-top:30px;
}

.stk-price span{
	float:left;
	font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
	font-size:18px;
	color:#646464;
	margin-top: 21px;
    margin-right: 12px;
	
}
.stk-change{
	float:left;
	font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
	font-size:22px;
	color:#323232;
	margin-top:18px;
	
	
}
.eod{
	clear:both;
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:20px;
}

.stk-info-sec .regular button{
	top:43% !important;
}


/*=======================================
Bursa annaouncements section
========================================*/

.bursa-ann-sec{
	float:left;
	width:100%;
	background:#ebebeb;
	padding:47px 0;
	width:1px;
	min-width:100%;
}
.bursa-ann-sec .sec-title{
	text-align:center;
	margin-bottom:50px;
}

.ann-cal{
	float: left;
    width: 80px;
    height: 80px;
	margin-right:15px;
    background: #b2202a;
    color: #fff;
    text-align: center;
}


.anncal-date{
	margin-top:15px;
}
.anncal-date, .anncal-month{
	 font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
	 font-size:20px;
	 color:#fff;
	 text-transform:uppercase;
	 line-height:22px;
	 text-align:center;
}
.bn-circle {
    float: left;
    height: 345px;
    background: #fff;
}
.ann-cntnr{
	margin-top:117px;
	padding-left:30px;
	padding-right:30px;
}

.ann-wrpr{
	float:left;
	width:188px;
	display:table;
	height:82px;
}


.ann-wrpr a{
	 font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
	 font-size:18px;
	 color:#323232;
	 display:table-cell;
	 vertical-align:middle;
}
a.vall{
	font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
	font-size:16px;
	color:#b2202a;
	text-align:center;
}

.bursa-ann-sec .regular button{
	top:47% !important;
}



/*=======================================
Reports section
========================================*/
.reports-sec{
	float:left;
	width:100%;
	background:#b2202a;
	padding:47px 0;
}
.reports-sec .sec-title{
	text-align:center;
	margin-bottom:50px;
}
.ar-icon{
	margin-bottom:15px;
	margin-top:50px
}
.rpt-title{
	font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
	 font-size:25px;
	 color:#323232;
	 margin-bottom:15px;
}
.rpt-circle{
    float: left;
    height: 345px;
    background: #fff;
	text-align:center;
}
.rprt-foot{
	text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

/*=======================================
share holders and corp gov section
========================================*/

.sm-cg-sec{
	float:left;
	width:100%;
	background:#fff;
	padding:47px 0;
}

.shm-icon, .hcg-icon{
	float:left;
	width:60%;
	margin-right:15px;
}

.img-round{
	  width: 321px;
      height: 321px;
   	  border-radius: 50%;
}

.shm-cntnt, .hcg-cntnt{
	float:left;
	width:37%;
}

.shm-title, .hcg-title{
	font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
	font-size:25px;
	color:#323232;
	margin-top:98px;
	margin-bottom:50px;
}

/*================================================================
FOOTER SECTION STARTS HERE
==================================================================*/

.foot-sec{
	float:left;
	width:100%;
	background:#ebebeb;
	padding:47px 0;
}


.newsalert-sec .sec-title, .contact-sec .sec-title{
	margin-bottom:30px;
}



.newsalert-sec p, .contact-sec p{
	font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
	font-size:15px;
	color:#787878;
	margin-bottom:25px;
}




.form-control {
    display: block;
    width: 100%;
  	height:auto;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #e8f3f9;
    background-image: none;
    border-radius: 34px !important;
    border: 1px solid #e8f3f9;
    border-radius: 18px;
    -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;
	outline:none;
	margin-bottom:20px;
}

.pp{
	font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
	font-size:16px;
	color:#969696;
	font-weight:normal;
	display:block;
	margin-top:16px;
}


.cont-person,  .cont-person span{
	font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
	font-size:22px;
	color:#000;
	padding-left:15px;
	margin-bottom:30px;
}

 .cont-person span{
	 color:#787878;
 }


.phn, .mail, .fax {
    float: left;
    width: 100%;
	margin-bottom:10px;
	padding-left:15px;
   
}
.phn a, .mail a, .fax a {
	font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    font-size:20px;
	color:#000;
 }
 .mail a {
	 color:#3779d4;
 }
 

.phn a:before {
    content: url(../images/icon-phone.png);
    width: 20px;
    height: 20px;
    margin-right: 15px;
    position: relative;
    top: 9px;
}

.fax a:before {
    content: url(../images/icon-fax.png);
    width: 20px;
    height: 20px;
    margin-right: 15px;
    position: relative;
    top: 9px;
}

.mail a:before {
    content: url(../images/icon-mail.png);
    width: 20px;
    height: 20px;
    margin-right: 15px;
    position: relative;
    top: 9px;
}



/*===========================================================================================================
NEW CSS FOR MEDIA AND NEWS AND PRESENTATINS GRID DESIGN
===========================================================================================================*/
.stock-qt-sec, .stock-chrt-sec{
	background:url(../images/box-shadow.jpg) no-repeat center bottom;
	padding-bottom:14px;
	
}

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

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

a.inner-contnt:hover{
	background:#b2202a;
	padding:30px;
	height:100%;
	min-height:269px;
	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;
	
}










/*==================================================
MEDIA QUERIES STARTS HERE
====================================================*/

/* Large desktops and laptops */
@media (min-width: 1200px){
	
 }
 
 
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px){
	
.mnews-circle {
    float: left;
    height: 456px;
    background: #e8f3f9;
}
.news-cntnr {
    padding: 30px;
    margin: 23px 20px;
}

.bn-circle {
    float: left;
    height: 294px;
    background: #fff;
}
.ann-cntnr {
    margin-top: 82px;
    padding-left: 30px;
    padding-right: 30px;
}
.ann-cal {
     float: none; 
    width: 80px;
    height: 80px;
     margin-right: 0; 
    background: #b2202a;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.anncal-date{
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 23px;
    text-align: center;
     padding-top: 15px; 
}
.anncal-month {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 23px;
    text-align: center;
    /* padding-top: 5px; */
}
.ann-wrpr {
     float: none; 
    width: 100%;
    display: table;
    height: 82px;
    text-align: center;
}
.ann-wrpr a {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #323232;
    display: table-cell;
    vertical-align: middle;
}


.rpt-circle {
    float: left;
    height: 294px;
    background: #fff;
    text-align: center;
}
.ar-icon {
    margin-bottom: 15px;
   width: 25%;
     margin: 35px auto 20px auto; 
}
.rpt-title {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: #323232;
    margin-bottom: 15px;
}

.shm-icon, .hcg-icon {
     float: none; 
    width: 100%;
    text-align: center;
}
.shm-cntnt, .hcg-cntnt {
    float: none;
    width:100%;
	text-align:center;
}
.shm-cntnt &gt; a.vm-btn, .hcg-cntnt &gt; a.vm-btn{
	text-align:center;
	float:none;
}

.shm-title, .hcg-title {
    font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: #323232;
    margin-top: 50px;
    margin-bottom: 50px;
}

	
}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px){
	
	.sec-title h2 {
    font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    font-size: 26px;
    color: #414042;
}
	a.vm-btn, .vm-btn {
    font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    display: inline-block;
    width: 120px;
    height: 40px;
    background: #b2202a;
    border-radius: 30px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    line-height: 41px;
    border: none;
}
	
	
	
	.mnews-circle {
    float: left;
    height: 330px;
    background: #e8f3f9;
}

.mnews-circle .sec-title {
    margin-top: 51px;
    text-align: center;
}

.news-cntnr {
    padding: 15px;
    margin: 15px 20px;
}

.stk-cntnr .sec-title h2 {
    margin-top: 50px;
    text-align: left;
    margin-bottom: 25px;
}
.stk-title {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 30px;
    color: #323232;
    margin-bottom: 15px;
}

.stk-price, .standard {
    font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    float: left;
    margin-right: 15px;
    font-size: 40px;
    color: #323232;
    font-weight: bold;
}

.stk-change {
    float: left;
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: #323232;
    margin-top: 18px;
}

.eod {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}


.bn-circle {
    float: left;
    height: 210px;
    background: #fff;
}
.ann-cntnr {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.ann-cal {
     float: none; 
    width: 60px;
    height: 60px;
     margin-right: 0; 
    background: #b2202a;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.anncal-date{
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
     padding-top: 11px; 
}
.anncal-month {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
    /* padding-top: 5px; */
}
.ann-wrpr {
     float: none; 
    width: 100%;
    display: table;
    height: 82px;
    text-align: center;
}
.ann-wrpr a {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #323232;
    display: table-cell;
    vertical-align: middle;
}




.rpt-circle {
    float: left;
    height: 210px;
    background: #fff;
    text-align: center;
}
.ar-icon {
    margin-bottom: 15px;
   width: 20%;
     margin: 15px auto 15px auto; 
}
.rpt-title {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #323232;
    margin-bottom: 15px;
	font-weight:bold;
}

.rprt-foot {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}


.shm-icon, .hcg-icon {
     float: none; 
    width: 100%;
    text-align: center;
}
.shm-cntnt, .hcg-cntnt {
    float: none;
    width:100%;
	text-align:center;
}
.shm-cntnt &gt; a.vm-btn, .hcg-cntnt &gt; a.vm-btn{
	text-align:center;
	float:none;
}

.shm-title, .hcg-title {
    font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: #323232;
    margin-top: 50px;
    margin-bottom: 50px;
}


	
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px){
	.mnews-circle {
	display: block;
    margin: 0 auto;
    float: none !important;
	height: 530px;
	width:530px;
    background: #e8f3f9;
}
.mnews-circle .sec-title {
	padding-top:70px;
	
}

.stk-cntnr .sec-title h2 {
     margin-top:0; 
   margin-bottom: 40px;
    text-align: center;
}

.stk-title {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 30px;
    color: #323232;
    margin-bottom: 15px;
    text-align: center;
}
.stk-price, .standard {
    font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    float: left;
    margin-right: 15px;
    font-size: 40px;
    color: #323232;
    font-weight: bold;
    margin-left: 24%;
}
.eod {
    clear: both;
     float:none; 
    width: 100%;
    padding-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}
a.vm-btn{
	display:block !important;
	margin:0 auto;
	float:none;
}

.bn-circle {
    float: left;
    height: 345px;
    background: #fff;
    width: 345px;
    margin-left: 25%;
}

.rpt-circle {
     float: none; 
    height: 345px;
    background: #fff;
    text-align: center;
    width: 345px;
    display: block;
    margin: 0 auto 25px auto;
}
.ar-icon {
    margin-bottom: 15px;
     margin-top: 0px; 
    padding-top: 43px;
}
.shm-icon, .hcg-icon {
    float: left;
    width: 60%;
    margin-right: 15px;
    margin-bottom: 25px;
}
.shm-cntnt &gt; a.vm-btn, .hcg-cntnt &gt; a.vm-btn{
	float:left;
}

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

.iframe-FH{
	height:2296px !important;
}
.frameComprehensive{
	height:2140px !important;
}
.frameRatio{
	height:2120px !important;
}
	
}

/* Portrait phones and smaller */
@media (max-width: 480px){
	
		.mnews-circle {
	display: block;
    margin: 0 auto;
    float: none !important;
	height: 430px;
	width:430px;
    background: #e8f3f9;
}
.mnews-circle .sec-title {
	padding-top:60px;
	
}
.news-cntnr {
    padding: 30px;
    margin: 22px 20px;
}

.stk-title {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 30px;
    color: #323232;
    margin-bottom: 40px;
    text-align: center;
}
.arrow.Up {
    float: left;
    width: 11px;
    height: 12px;
    background: url(../images/priceUp.png) no-repeat;
    margin-right: 12px;
    margin-top: 10px;
}

.arrow.Down {
    float: left;
    width: 11px;
    height: 12px;
    background: url(../images/priceDown.png) no-repeat;
    margin-right: 12px;
    margin-top: 10px;
}
.stk-price span {
    float: left;
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #646464;
    margin-top: 3px;
    margin-right: 12px;
}



.stk-price, .standard {
    font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    float: left;
    margin-right: 15px;
    font-size: 32px;
    color: #323232;
    font-weight: bold;
    margin-left: 15%;
}
.stk-change {
    float: left;
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 22px;
    color: #323232;
    margin-top: 0px;
}

.bn-circle {
    float: left;
    height: 345px;
    background: #fff;
    width: 345px;
    margin-left: 9%;
}

.shm-icon, .hcg-icon {
     float: none; 
    width: 100%;
    text-align: center;
}
.shm-cntnt, .hcg-cntnt {
    float: none;
    width:100%;
	text-align:center;
}
.shm-cntnt &gt; a.vm-btn, .hcg-cntnt &gt; a.vm-btn{
	text-align:center;
	float:none;
	margin-bottom:25px;
}

.shm-title, .hcg-title {
    font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: #323232;
    margin-top: 20px;
    margin-bottom: 20px;
}


a.vm-btn, .vm-btn {
    font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    display: inline-block;
    width: 123px;
    height: 40px;
    background: #b2202a;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 39px;
    border: none;
}

.btn-primary, .nl-more {
    font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    /* float: left; */
    display: inline-block;
    width: 123px;
    height: 40px;
    background: #b2202a;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
	border: none;
	margin:15px 0;

	
}

.iframe-FH{
	height:2296px !important;
}
.frameComprehensive{
	height:2140px !important;
}
.frameRatio{
	height:2120px !important;
}

	
}

@media (max-width: 414px){
	
.sec-title h2 {
    font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    font-size: 24px;
    color: #414042;
}
	
.mnews-circle {
	display: block;
    margin: 0 auto;
    float: none !important;
	height: 354px;
	width:354px;
    background: #e8f3f9;
}
.mnews-circle .sec-title {
	padding-top:38px;
	
}
.news-cntnr {
    padding: 30px;
    margin: 22px 20px;
}

.stk-price, .standard {
    font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    float: left;
    margin-right: 15px;
    font-size: 32px;
    color: #323232;
    font-weight: bold;
    margin-left: 5%;
}
.bn-circle {
    float: left;
    height: 345px;
    background: #fff;
    width: 345px;
    margin-left: 1%;
}
.bursa-ann-sec &gt; .slick-prev{
	left: 18px;
}
.bursa-ann-sec &gt; .slick-next{
	right: 18px;
}
	
}


@media (max-width: 375px){
	.mnews-circle {
	display: block;
    margin: 0 auto;
    float: none !important;
	height: 300px;
	width:300px;
    background: #e8f3f9;
}
.mnews-circle .sec-title {
	padding-top:38px;
	
}
.news-cntnr {
    padding: 0px;
    margin: 22px 20px;
}
.n-cal {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    background: #b2202a;
    color: #fff;
    text-align: center;
}
.ncal-date, .ncal-month {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
}
.news-wrpr a {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #323232;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
}

.stk-price, .standard {
    font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    float: left;
    margin-right: 15px;
    font-size: 29px;
    color: #323232;
    font-weight: bold;
    margin-left: 0%;
}

.arrow.Up {
    float: left;
    width: 11px;
    height: 12px;
    background: url(../images/priceUp.png) no-repeat;
    margin-right: 12px;
    margin-top: 7px;
}
.arrow.Down {
    float: left;
    width: 11px;
    height: 12px;
    background: url(../images/priceDown.png) no-repeat;
    margin-right: 12px;
    margin-top: 6px;
}

.stk-price span {
    float: left;
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #646464;
    margin-top: 0px;
    margin-right: 12px;
}

.stk-info-sec .regular button {
    top: 30% !important;
}
.slick-prev {
    left: 8px !important;
}
.slick-next {
    right: 8px !important;
}

.bursa-ann-sec .slick-prev{
	 left: 30px !important;
}

.bursa-ann-sec .slick-next{
	 right: 30px !important;
}
.bn-circle {
    float: left;
    height: 300px;
    background: #fff;
    width: 300px;
    margin-left: 0%;
}
.ann-cntnr {
    margin-top: 75px;
    padding-left: 30px;
    padding-right: 30px;
}
.ann-cal {
     float: none; 
    width: 60px;
    height: 60px;
     margin-right: 0; 
    background: #b2202a;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.anncal-date{
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
     padding-top: 11px; 
}
.anncal-month {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
    /* padding-top: 5px; */
}
.ann-wrpr {
     float: none; 
    width: 100%;
    display: table;
    height: 82px;
    text-align: center;
}
.ann-wrpr a {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #323232;
    display: table-cell;
    vertical-align: middle;
}

.rpt-circle {
    float: none;
    height: 300px;
    background: #fff;
    text-align: center;
    width: 300px;
    display: block;
    margin: 0 auto 25px auto;
}
.ar-icon {
    margin-bottom: 15px;
    margin-top: 0px;
    padding-top: 43px;
    width: 25%;
    margin: 0 auto;
}
.rpt-title {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 22px;
    color: #323232;
    margin-bottom: 15px;
	margin-top:15px;
}

.img-round {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}
	
	
}

@media (max-width: 360px){
	
.mnews-circle {
	display: block;
    margin: 0 auto;
    float: none !important;
	height: 300px;
	width:300px;
    background: #e8f3f9;
}
.mnews-circle .sec-title {
	padding-top:38px;
	
}
.news-cntnr {
    padding: 0px;
    margin: 22px 20px;
}

.n-cal {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    background: #b2202a;
    color: #fff;
    text-align: center;
}
.ncal-date, .ncal-month {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
}
.news-wrpr a {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #323232;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
}

.stk-price, .standard {
    font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    float: left;
    margin-right: 15px;
    font-size: 29px;
    color: #323232;
    font-weight: bold;
    margin-left: 0%;
}

.stk-info-sec .regular button {
    top: 30% !important;
}
.slick-prev {
    left: 8px !important;
}
.slick-next {
    right: 8px !important;
}

.bursa-ann-sec .slick-prev{
	 left: 30px !important;
}

.bursa-ann-sec .slick-next{
	 right: 30px !important;
}
.bn-circle {
    float: left;
    height: 300px;
    background: #fff;
    width: 300px;
    margin-left: 0%;
}
.ann-cntnr {
    margin-top: 75px;
    padding-left: 30px;
    padding-right: 30px;
}
.ann-cal {
     float: none; 
    width: 60px;
    height: 60px;
     margin-right: 0; 
    background: #b2202a;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.anncal-date{
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
     padding-top: 11px; 
}
.anncal-month {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
    /* padding-top: 5px; */
}
.ann-wrpr {
     float: none; 
    width: 100%;
    display: table;
    height: 82px;
    text-align: center;
}
.ann-wrpr a {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #323232;
    display: table-cell;
    vertical-align: middle;
}

.rpt-circle {
    float: none;
    height: 300px;
    background: #fff;
    text-align: center;
    width: 300px;
    display: block;
    margin: 0 auto 25px auto;
}
.ar-icon {
    margin-bottom: 15px;
    margin-top: 0px;
    padding-top: 43px;
    width: 25%;
    margin: 0 auto;
}
.rpt-title {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 22px;
    color: #323232;
    margin-bottom: 15px;
	margin-top:15px;
}

.img-round {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

	
}




/* Portrait i phones and smaller */
@media (max-width: 320px){
	
.sec-title h2 {
    font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    font-size: 22px;
    color: #414042;
}	
	
.mnews-circle {
    display: block;
    margin: 0 auto;
    float: none !important;
    height: 260px;
    width: 260px;
    background: #e8f3f9;
}	
	
.news-wrpr {
    display: table;
    height: 64px;
}
.news-wrpr a {
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #323232;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
}

.stk-price, .standard {
    font-family: 'Arial Rounded MT', Helvetica,Arial,sans-serif;
    float: left;
    margin-right: 15px;
    font-size: 29px;
    color: #323232;
    font-weight: bold;
    margin-left:23%;
	margin-bottom:15px;
	
}
.stk-change {
    float: none;
    font-family: 'Arial-Rounded', Helvetica,Arial,sans-serif;
    font-size: 22px;
    color: #323232;
    margin-top: 0px;
	text-align:center;
}

.mnews-circle .sec-title {
    margin-top: 25px;
    text-align: center;
}
.eod {
    clear: both;
    float: none;
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

.bn-circle {
    float: left;
    height: 260px;
    background: #fff;
    width: 260px;
    margin-left: 0%;
}

.rpt-circle {
    float: none;
    height: 260px;
    background: #fff;
    text-align: center;
    width: 260px;
    display: block;
    margin: 0 auto 25px auto;
}
.ar-icon {
    margin-bottom: 15px;
    margin-top: 0px;
    padding-top: 31px;
    width: 21%;
    margin: 0 auto;
}

.img-round {
    width: 260px;
    height: 260px;
    border-radius: 50%;
}
	
}













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