<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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');
body {
	color: #333333;
	font-family: 'Inter', sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height: 1.8;
}
.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;
}
.mb-30 {
	margin-bottom:30px !important;
}
.mb-40 {
	margin-bottom:40px !important;
}
 .no-gutter &gt; [class*='col-'] {
 padding-right:0;
 padding-left:0;
}
.sec-1 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:70px;
}
.sec-2 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:70px;
}
.sec-3, .sec-4, .sec-5, .sec-6 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:70px;
}
a {
	color:#212E62;
	text-decoration:none;
}
a:hover {
	color:#FEBC11;
	text-decoration:none;
}
.main-title {
	float: left;
	/*text-align: center;*/
	width: 100%;
}
.main-title h2 {
	font-family: 'Inter', sans-serif;
	font-size:45px;
	line-height:45px;
	color:#212E62;
	font-weight:300;
	margin-top:0;
	margin-bottom:20px;
	text-transform:capitalize;
}
.main-title h3 {
	font-size:28px;
	line-height:28px;
	color:#212E62;
	font-weight:400;
	margin-top:0;
	text-transform:uppercase;
}
.main-title h5 {
	font-family: 'Inter', sans-serif;
	font-size:13px;
	line-height:13px;
	color:#212E62;
	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 {
	font-family: 'Inter', sans-serif !important;
	width:88px !important;
	height:inherit !important;
	font-size:14px !important;
	color:#fff !important;
	font-weight:bold !important;
	border:none !important;
	background:#212E62;
	border-radius:0px;
}
.btn-primary, .button, .size, .ClsButton {
	background:#212E62;
	color:#fff;
	font-weight:300;
	text-decoration:none;
	border:none;
	outline:none;
	padding:11px 36px;
	text-transform:capitalize;
	border-radius:0px !important;
}
.btn-primary:hover, .button:hover, .size:hover, .ClsButton:hover,
.btn-primary:focus, .button:focus, .size:focus, .ClsButton:focus,
.btn-primary:active, .button:active, .size:active, .ClsButton:active{

	background:#FEBC11;
	color:#fff;
	font-weight:300;
	text-decoration:none;
	border:none;
	outline:none;
	padding:11px 36px;
	text-transform:capitalize;
	border-radius:0px !important;
}

.btn-primary:visited, .button:visited, .size:visited, .ClsButton:visited{
	
}

.view-more {
	font-size:14px;
}
.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;
}
.z-tabs.underlined.red &gt; ul.z-tabs-nav &gt; li.z-active &gt; a, .z-tabs.underlined.red &gt; ul.z-tabs-nav &gt; li &gt; a:hover {
    border-color:#212E62 !important;
	color:#212e62 !important;
}
.z-tabs.underlined.horizontal &gt; ul &gt; li &gt; a{
	font-size:18px;
	line-height:18px;
}



/*==============================================================
IR HOME PAGE  CSS STARTS HERE
================================================================*/
/*price ticker css starts here*/


.ps-bg {
	float:left;
	width:100%;
	background:#212E62;
	padding:40px 40px;
}
.left-main-title {
	float:left;
	width:100%;
	padding:103px 0 58px 0;
}
.price-ticker-col {
	float:left;
	width:100%;
}
.stk-ttl-sec {
	float:left;
	width:40%;
}
.stk-prc-sec {
	float:left;
	width:60%;
	text-align:right;
}
.price-ticker {
	float:left;
	width:100%;
}
.stock-title {
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	color:#fff;
	display:block;
	width:100%;
	padding-top:9px;
}
.stk-price {
	font-size:50px;
	line-height:35px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
	margin-bottom:20px;
}
.stk-price span {
	font-size:30px;
	font-weight:300;
	color:#fff;
	margin-right:5px;
}
.stk-chg {
	color:#fff;
	display:inline-block;
	margin-left:15px;
	font-size:24px;
	line-height:24px;
	font-weight:300;
}


.ohlv {
	float:left;
	width:100%;
	
}
.open, .high, .low, .vol {
	float:left;
	padding-right:33px;
	margin-right:33px;
	font-size:48px;
	line-height:50px;
	color:#fff;
	font-weight:300;
	display:inline-block;
	position:relative;
	border-right:1px solid #fff;
	padding-top:16px;
	padding-bottom:16px;
	width:20%;
}
.vol {
	border-right:none;
	padding-right:0;
	margin-right:0;
	width:25%;
}
/*.open:after{
	content:'';
	display:inline-block;
	border-right:1px solid #5c5c5c;
	width:1px;
	height:75px;
	
}*/


.open span, .high span, .low span, .vol span {
	display:block;
	font-size:16px;
	line-height:16px;
	color:#fff;
	font-weight:200;
	margin-bottom:10px;
}
.stk-vm {
	margin-top:16px;
	background:#FEBC11;
}
.stk-foot {
	float:left;
	width:100%;
}
.stk-btn-sec {
	float:left;
	width:40%;
}
.eod {
	float:left;
	font-size:12px;
	line-height:12px;
	font-weight:300;
	color:#fff;
	width:60%;
	text-align:right;
	margin-top:33px;
	
}
.eod p{
	float:left;
	font-size:14px;
	line-height:14px;
	font-weight:300;
	color:#000;
	width:60%;
	text-align:right;
	margin-top:33px;
	
}
/*==============================================================
key highlights SECTION CSS STARTS HERE

.key-highlights {
	float:left;
	width:100%;
	background:#283949;
}
.key-title {
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
}
.key-val {
	font-size:40px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
}
.key-units {
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
}
.key-cont {
	float:left;
	width:100%;
	text-align:center;
	padding-top:70px;
	padding-bottom:70px;
}
.brd-lr {
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
================================================================*/
/*==============================================================
BURSA SECTION CSS STARTS HERE
================================================================*/
.bursa-ann-sec .main-title h2 {
	font-family: 'Inter', sans-serif;
	font-size:52px;
	line-height:52px;
	color:#212E62;
	font-weight:300;
	margin-top:0;
	margin-bottom:20px;
	text-transform:capitalize;
}
.line-divider {
	float:left;
	width:100%;
	height:1px;
	background:#212E62;
	margin-bottom:30px;
}
.badvdr {
	margin-left:-30px;
}
.ba-left-img {
	float:left;
	width:100%;
	height:451px;
	background:url(../images/ba-left.jpg);
	background-position:center center;
	background-size:cover;
}
.bursa-ann-sec {
	float:left;
	width:100%;
	padding:50px 0;
}
.ba-item {
	color: #000;
	margin:0 0px;
}
.ba-item-cont {
	background: #fff;
	margin:0 15px;
	padding: 30px 20px;
	color:#212E62;
	text-align:left;
	border:1px solid #000;
	border-radius:0px;
	display:block;
	/*cursor:pointer;*/
	font-size:14px;
	line-height:16px;
	font-weight:300;
	/*pointer-events:none;*/
	min-height:188px;
	height:188px;
}
/*.ba-item-cont {
	color:#000000;
	background:#fff;
	font-size:16px;
	line-height:16px;
	font-weight:normal;
}*/
.ba-item-cont .ba-cont {
	color:#212E62;
	font-size:14px;
	line-height:18px;
}
.ba-item-cont:hover {
	color:#212E62;
	background:none;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	display:block;
}
.ba-item-cont:hover .ba-cont, .ba-item-cont:hover .ba-cal {
	color:#212E62;
	cursor:pointer;
}
.ba-cal {
	color: #777777;
	font-size: 14px;
	line-height: 16px;
	margin-top: 20px;
	font-weight:normal;
}
.ba-cont {
	color: #000;
	font-size: 16px;
	line-height: 20px;
}
.ba-footer {
	float:left;
	width:100%;
	margin-top:25px;
}
.ba-btn-sec{
	padding-left:15px;
	padding-right:15px;
	
}


/*bursa announcements ends here*/



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

.brdbtm:after {
	content: '';
	display: block;
	padding-bottom: 14px;
	margin: 30px auto;
	border-bottom: 1px solid #212E62;
	width: 250px;
}
.reports-sec {
	float:left;
	width:100%;
}
.rp-cont {
	float:left;
	width:100%;
	text-align:center;
	color:#fff;
	padding-top:25px;
	padding-bottom:25px;
}
.rp-title, .rp-icon, .rp-btns {
	float:left;
	width:100%;
	text-align:center;
}
.rp-title {
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:30px;
	color:#212E62;
}
.rp-icon {
	margin-bottom:30px;
}
.rp-btns a:first-child {
	margin-right:15px;
}
.rp-vw {
	font-weight:bold;
}
/*.brd-lr-grey {
	border-left:2px solid #868686;
	border-right:2px solid #868686;
}*/

.dicon:after{
	content:url(../images/download.png);
	display:inline-block;
	width:14px;
	height:14px;
	margin-left:10px;
}

.vicon:after{
	content:url(../images/view.png);
	display:inline-block;
	width:16px;
	height:16px;
	margin-left:10px;
	position:relative;
	top:2px;
}



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

.nl-bg {
	background:url(../images/new-alert-img.jpg) no-repeat;
	width:100%;
	min-height:491px;
	background-size:cover;
}
.nl-sec {
	padding:80px 0;
}
.nl-sub {
	float:left;
	width:100%;
	margin-bottom: 22px;
	font-weight:400;
}
.form-control {
	display: block;
	width: 100%;
	height: 49px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #b3b2b2;
	background-color: #fff;
	background-image: none;
	border: 1px solid #a1a1a1;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(177, 0, 35, .075);
	box-shadow: inset 0 1px 1px rgba(177, 0, 35, .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;
}
.frm-cnt input {
	margin-bottom:20px;
}
.btn-cont {
	float:left;
	width:100%;
}
.view-more {
	color:#a51e22;
	margin-left:5px;
}
/*IR Contact section starts here*/

.sec-4 {
	float:left;
	width:100%;
	clear:both;
}

.ir-cont-sec {
	float:left;
	width:100%;
	padding:100px 40px;
}

.sec-6{
	margin-bottom:0;
}

.irc-bg {
	background: url(../images/ir-contact.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	min-height:491px;
}
.full-width{
	width:100%;
}
.cont-person {
	font-size:20px;
	line-height:20px;
	font-weight:300;
	color:#000;
	position:relative;
	padding-left:70px;
	margin-bottom:20px;
	padding-top:7px;
	padding-bottom:7px;
}
.cont-person span {
	font-size:20px;
	line-height:20px;
	font-weight:300;
	color:#000;
}
.cont-person:before {
	content: url(../images/user-icon.png);
	width: 50px;
	height: 50px;
	margin-right: 10px;
	position: absolute;
	top: 6px;
	left:0;
	margin-right:10px;
	display:inline-block;
}
.phone a, .fax a, .email a {
	font-size:20px;
	line-height:50px;
	font-weight:300;
	color:#000;
	position:relative;
	padding-left:70px;
	margin-bottom:20px;
	height:50px;
	display:block;
}
.email a{
	color:#212E62;
}
.email a:hover{
	color:#FEBC11;
}
.phone a:before {
	content: url(../images/phone-icon.png);
	width:50px;
	height:50px;
	margin-right: 10px;
	position: absolute;
	top: 6px;
	left:0;
	margin-right:10px;
	display:inline-block;
}

.email a:before {
	content: url(../images/mail-icon.png);
	width:50px;
	height:50px;
	margin-right: 10px;
	position: absolute;
	top: 6px;
	left:0;
	margin-right:10px;
	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) {
	
.open, .high, .low, .vol{
	width:18%;
	font-size: 33px;
    line-height: 38px;
}
.main-title h2{
    font-size: 38px;
    line-height: 38px;	
}
.btn-primary, .button, .size, .ClsButton{
	padding:11px 29px;
}
.btn-primary:hover, .button:hover, .size:hover, .ClsButton:hover,
.btn-primary:focus, .button:focus, .size:focus, .ClsButton:focus,
.btn-primary:active, .button:active, .size:active, .ClsButton:active{
	padding:11px 29px;
	
}

	
}
 @media (min-width: 992px) {
}
@media (max-width: 991px) {
	
.main-title h2 {
    font-family: 'Inter', sans-serif;
    font-size: 38px;
    line-height: 38px;
    color: #212E62;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}	
	
 .btn-primary, .button, .size, .ClsButton {
 background:#a51e22;
 color:#fff;
 font-weight:normal;
 text-decoration:none;
 border:none;
 outline:none;
 padding:11px 20px;
 text-transform:uppercase;
 border-radius:0px !important;
}
.btn-primary:hover, .button:hover, .size:hover, .ClsButton:hover {
 background:#a51e22;
 color:#fff;
 font-weight:normal;
 text-decoration:none;
 border:none;
 outline:none;
 padding:11px 20px;
 text-transform:uppercase;
 border-radius:0px !important;
}
.left-main-title {
    float: left;
    width: 100%;
    padding: 0;
}
.slick-prev {
    left: 77% !important;
}
.rp-btns a:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
}
.vicon{
	width:148.1px;
}
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
.open, .high, .low, .vol{
	font-size:40px;
	line-height:40px;
}
 
}
 @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{
	margin-bottom:40px;
}
	
.open, .high, .low, .vol{
	font-size:32px;
	line-height:32px;
	
	padding:20px 0
}
.open, .low{
	width:50%;
	text-align:left;
	border-right:1px solid #fff;
	margin-right:0;
}
.high, .vol{
	text-align:right;
	border-right:none;
	margin-right:0;
	width:50%;
}
.ba-left-img{
	height:180px;
}
.badvdr{
	margin-left:0;
}
.slick-prev {
    left: 85% !important;
}
.rp-btns a:first-child {
    margin-right: 10px;
     margin-bottom: 0; 
}
 
}

@media (max-width: 576px) {
.main-title h2 {
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    line-height: 34px;
    color: #212E62;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.stock-title {
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 100%;
    padding-top: 9px;
}
.stk-price {
    font-size: 36px;
    line-height: 34px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}	
	
.stk-ttl-sec {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.stk-prc-sec {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.slick-prev {
    left: 80% !important;
}	
	
}



/* Portrait phones and smaller */
@media (max-width: 480px) {
.main-title h2 {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    line-height: 32px;
    color: #212E62;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.bursa-ann-sec .main-title h2 {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    line-height: 32px;
    color: #212E62;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.slick-prev {
    left: 75% !important;
}
.cont-person span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #000;
}
}
 @media(max-width:414px) {
 .sec-1, .sec-2, .sec-3, .sec-4, .sec-5, .sec-6 {
 float: left;
 width: 100%;
 clear: both;
 margin-bottom: 35px;
}
.main-title h2 {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    line-height: 32px;
    color: #212E62;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.bursa-ann-sec .main-title h2 {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    line-height: 32px;
    color: #212E62;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}

}

/* Portrait i phones and smaller */
@media (max-width: 380px) {
	
 .sec-1, .sec-2, .sec-3, .sec-4, .sec-5, .sec-6 {
 float: left;
 width: 100%;
 clear: both;
 margin-bottom:30px;
}
.main-title h2 {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #212E62;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.bursa-ann-sec .main-title h2 {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #212E62;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.stock-title {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 100%;
    padding-top: 9px;
}
.stk-price {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}
.stk-chg {
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
}
.open, .high, .low, .vol {
    font-size: 28px;
    line-height: 28px;
    padding: 20px 0;
}
.eod {
    float: left;
    font-size: 11px;
    line-height: 12px;
    font-weight: 300;
    color: #fff;
    width: 60%;
    text-align: right;
    margin-top: 33px;
}

.slick-prev {
    left: 68% !important;
}	
	
}


@media (max-width: 320px){
.slick-prev {
    left: 63% !important;
}
.rp-btns a:first-child {
     margin-right: 0px; 
    margin-bottom: 10px;
}	
	
}</pre></body></html>