@charset "utf-8";
/* CSS Document */

 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size:16px;
	font-weight:normal;
	line-height: 1.8;
}
.mt-100 {
	margin-top: 100px;
}
.mt-80 {
	margin-top: 80px;
}
.sec-1 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
.grey-bg {
	background:#e4e4e4;
}
.sec-2 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
.sec-3, .sec-4, .sec-5, .sec-6 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
a {
	color:#004e96;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
.main-title h2 {
	font-size:40px;
	line-height:40px;
	color:#044E80;
	font-weight:900;
	margin-top:0;
	margin-bottom:36px;
	text-transform:capitalize;
	z-index:2;
	position:relative;
}
.main-title h3 {
	font-size:30px;
	line-height:30px;
	color:#044E80;
	font-weight:400;
	margin-top:0;
	text-transform:uppercase;
	z-index:2;
	position:relative;
}
.main-title h5 {
	font-size:13px;
	line-height:13px;
	color:#044E80;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:0;
	z-index:2;
	position:relative;
}
.text-left h2 {
	text-align:left;
}
.white {
	color:#fff !important;
}
.white h2 {
	color:#fff !important;
}
/*=================================================
buttons
===================================================*/
.ClsButton {
	height:inherit !important;
	font-size:18px !important;
	color:#fff !important;
	font-weight:200 !important;
	border:none !important;
	background:#044E80;
	border-radius:0px;
	width:125px !important;
	letter-spacing:1px;
}
.btn-primary, .button, a.size, .ClsButton {
	font-size:18px !important;
	display:inline-block;
	background:#044E80;
	color:#E9EEF3 !important;
	border:none;
	font-weight:200;
	text-decoration:none;
	outline:none;
	padding:13px 25px;
	text-transform:capitalize;
	border-radius:0px !important;
	width:170px;
	letter-spacing:1px;
}
.btn-primary:hover, .button:hover, a.size:hover, .ClsButton:hover, .btn-primary:focus, .button:focus, a.size:focus, .ClsButton:focus, .btn-primary:active, .button:active, a.size:active, .ClsButton:active, .btn-primary.active, .button.active, a.size.active, .ClsButton.active {
	font-size:18px !important;
	background:#003758;
	color:#fff !important;
	font-weight:200 !important;
	text-decoration:none;
	outline:none;
	padding:13px 25px;
	text-transform:capitalize;
	border-radius:0px !important;
	width:170px;
	letter-spacing:1px;
}
.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
================================================================*/
.sec-1 {
	margin-bottom:113px;
}
.stk-per-sec {
	float:left;
	width:100%;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .29);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .29);
}
.stk-per-sec [class*="col-"] {
 padding:0;
 margin:0;
}
.stk-img {
	background:url(../images/sp-imig.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	height:468px;
}
.qt-sec {
	float:left;
	width:100%;
	padding:60px;
	background:#F3F8FF;
	height:468px;
}
.stk-top {
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:30px;
}
.stk-bottom {
	float:left;
	width:100%;
	/*	margin-left:15px;*/
	margin-bottom:30px;
}
.stk-title {
	color:#044E80;
	font-size:20px;
	font-weight:900;
	text-transform:uppercase;
}
.stk-price {
	display:inline-block;
	font-size:45px;
	line-height:45px;
	font-weight:900;
	color:#000000;
}
.stk-price span {
	font-size:45px;
	line-height:45px;
	font-weight:900;
	color:#000000;
}
.Up:after {
	content:'';
	display:inline-block;
	background:url(../images/chgUp.png) no-repeat;
	background-size:cover;
	background-position:center center;
	width:13px;
	height:13px;
	margin-left:13px;
	margin-right:13px;
}
.Down:after {
	content:'';
	display:inline-block;
	background:url(../images/chgDown.png) no-repeat;
	background-size:cover;
	background-position:center center;
	width:13px;
	height:13px;
	margin-left:13px;
	margin-right:13px;
}
.stk-chg-sec {
	display:inline-block;
}
.stk-chg {
	display:inline-block;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	color:#000000;
}
.stk-chg span {
	font-size:16px;
	color:#000;
}
/*.chgDown {
	color:#a32533;
}
.chgUp {
	color:#055b0b;
}*/
.graph-sec {
	float:left;
	width:100%;
	margin-top:30px;
}
.qt-rmbtn:after {
	content:'\f054';
	display:inline-block;
	margin-left:5px;
	font-family:FontAwesome;
	font-size:14px;
	line-height:18px;
	position:relative;
	top:1px;
	color:#fff;
	font-weight:normal;
}
.ohlv-sec {
	float:left;
	width:100%;
	background-position: center center;
}
.open, .high, .low, .vol {
	float:left;
	width:33%;
	color:#000;
	font-size:26px;
	font-weight:bold;
}
.open span, .high span, .low span, .vol span {
	display:block;
	font-size:14px;
	line-height:14px;
	font-weight:normal;
}
.low {
	text-align:center;
	border-left:1px dashed #044E80;
	border-right:1px dashed #044E80;
}
.vol {
	text-align:right;
}
.eod {
	float:left;
	width:50%;
	margin-top:16px;
	font-size:12px;
	line-height:12px;
	color:#222;
}
.rm-btn {
	float:left;
	width:50%;
	text-align:left;
}
.qt-rmbtn {
	font-weight:600;
}
/*==============================================================
BURSA SECTION CSS STARTS HERE
================================================================*/
.sec-2 {
	margin-bottom:0;
}
.bursa-sec {
	float:left;
	width:100%;
	background:url(../images/ba-bg.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	height:712px;
	padding:90px 0;
}
.bursa-sec {
}
/* left half */
 
.announcements-left-sec {
	float:left;
	width:100%;
}
.announcements-item {
	float:left;
	width:100%;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px dashed #fff;
	position:relative;
	z-index:5;
}
.last-item {
	border-bottom:none;
}
.ba-cal-sec {
	float:left;
	width:30%;
}
.ba-dm {
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
}
.ba-yr {
	font-size:55px;
	line-height:55px;
	color:#fff;
	font-weight:bold;
}
.ba-link {
	float:left;
	width:70%;
}
.ba-link a {
	font-size:16px;
	line-height:19px;
	color:#fff;
	display:block;
}
.bursa-sec .bursa-btn {
	float:left;
	width:auto;
}
/*==============================================================
REPORTS  SECTION CSS STARTS HERE
================================================================*/

.sec-3 {
	background:#F3F8FF;
	padding-top:90px;
	padding-bottom:90px;
	margin-bottom:0;
}
.rpt-sec {
	float:left;
	width:100%;
}
.col-5ths {
	float: left;
	width: 20%;
}
/* .rpt-sec [class*="col-"] {
 padding:0;
 margin:0;
}*/
.rpt-inner {
	float:left;
	width:100%;
	text-align:left;
	padding-left: 20px;
	padding-right: 2px;
}
/*no border left*/
 .nbl {
	border-left:none;
}
.rpt-img {
	float:left;
	width:100%;
	height:246px;
}
.prspcts {
	background:url(../images/prospectus-icon.png) no-repeat;
	background-size: contain;
	background-position: center center;
	width: 100%;
}
.arimg {
	background:url(../images/ar-icon.png) no-repeat;
	background-size: contain;
	background-position: center center;
	width: 100%;
}
.qrimg {
	background:url(../images/qr-icon.png) no-repeat;
	background-size: contain;
	background-position: center center;
	width: 100%;
}
.crcimg {
	background:url(../images/circulars-icon.png) no-repeat;
	background-size: contain;
	background-position: center center;
	width: 100%;
}
.ar-inner-foot {
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:40px;
	text-align:center;
}
.rpt-title {
	font-size:20px;
	line-height:27px;
	color:#10428C;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
	min-height:48px;
}
.rpt-btns {
	margin-right:2px;
	margin-left:2px;
	text-align:center;
	display:inline-block;
}
.rpt-btns a {
	color:#000000;
	font-size:16px;
	line-height:27px;
	font-weight:200;
	display:flex;
	justify-content:center;
	margin-bottom:10px;
}
/*==============================================================
NEWS ALERT SECTION CSS STARTS HERE
================================================================*/

.sec-4 {
	float:left;
	width:100%;
	background:#E9EEF3;
	margin-bottom:0;
	height:510px;
}
/*.newsalrt-bg {
	float:left;
	width:100%;
	background-image:url(../images/news-alerts-img.jpg);
	background-size:cover;
	background-position:center center;
	height:483px
}*/


.newsalrt-bg-left {
	position:relative;
}
 .newsalrt-bg-left::before {
 z-index: 1;
 left:0;
 height:510px;
 background:url(../images/news-img.jpg) no-repeat;
 background-position:center center;
 background-size:cover;
}
.newsalrt-bg-left::before {
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 width: 50%;
 z-index: 1;
}
.news-alert-sec {
	float:left;
	width:100%;
	padding:70px 60px;
}
.frm-cnt {
	float:left;
	width:100%;
}
.nl-sub {
	margin-bottom: 22px;
	font-weight:400;
}
.form-control {
	display: block;
	width: 100%;
	height: 49px;
	padding: 6px 20px;
	font-size: 14px;
	line-height: 1.42857143;
	/*color: #b3b2b2;*/
	color: #000 !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #CECECE;
	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%;
	text-align:center;
}*/
.view-more {
	color:#064f94;
	margin-left:5px;
}
.pp-link, .pp-link:hover {
	font-size:16px;
	line-height:16px;
	color:#1156AF;
	font-weight:500;
}
.btn-cont-na .btn {
	margin-right:15px;
}
/*==============================================================
SHAREHOLDERS MEETING SECTION CSS STARTS HERE
================================================================*/


.sec-5 {
	margin-bottom:0;
}
.sm-sec {
	float:left;
	width:100%;
	padding:90px 0px 90px 0;
}
.sm-sec a {
	color:#fff !important;
	border-color:#fff !important;
}
.sm-bg {
	position: relative;
}
.sm-item {
	float:left;
	width:100%;
	margin-bottom:20px;
	padding-bottom:20px;
	color:#fff !important;
}
.sm-title {
	float:left;
	width:100%;
	font-size:14px;
	line-height:14px;
	color:#fff !important;
	font-weight:bold;
	margin-bottom:36px;
}
.sm-news {
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#fff !important;
}
.sm-news p {
	margin-bottom:36px;
	font-size:16px;
	line-height:22px;
	color:#fff !important;
}
.sm-bg {
	float:left;
	background:url(../images/sm-img.jpg) no-repeat;
	width:100%;
	height:auto;
	background-position:center center;
	background-size:cover;
}
.no-gutter [class*="col-"] {
 padding-left: 0;
 padding-right: 0;
}
/*===============================================================================================================================================
IR Contact section starts here
=================================================================================================================================================*/


.sec-6 {
	background:#fff;
	margin-bottom:0;
}
.ir-cont {
	position:relative;
}
 .ir-cont::before {
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 width: 50%;
 z-index: 1;
}
.ir-cont::before {
 right:0;
 height:732px;
 background:url(../images/ir-con-img.jpg) no-repeat;
 background-position:center center;
 background-size:cover;
}
.ir-cont-sec {
	float:left;
	width:100%;
	padding:133px 60px;
}
 .ir-cont-sec [class*="col-"] {
 padding:0;
}
.ir-cont-sec .main-title h2 {
	margin-top:30px;
}
.nl-sub {
	float:left;
	width:100%;
	margin-bottom:33px;
	color:#000;
}
/*.cont-left-bg {
	float:left;
	width:100%;
	background-image:url(../images/ir-con-img.jpg);
	background-size:cover;
	background-position:center center;
	height:436px
}*/
.cont-person {
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	color:#000;
	position:relative;
	padding-left:70px;
	margin-bottom:32px;
	text-align:left;
	display: inline-block;
	width: 100%;
}
.cont-person span.cont-name {
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#044E80;
	display:block;
}
.cont-person span {
	font-size:16px;
	line-height:24px;
	font-weight:normal;
	color:#000;
	display:block;
	padding-top:11px;
}
.cont-person:before {
	content:'';
	background: url(../images/contact-person.svg) no-repeat;
	background-size:cover;
	background-position:center center;
	width:41px;
	height:39px;
	margin-right: 10px;
	position: absolute;
	top:17px;
	left:0;
	margin-right:10px;
	display:inline-block;
}
.phone, .email, .fax {
	margin-bottom:15px;
	text-align:left;
	display: inline-block;
	width: 100%;
	position:relative;
	padding-left:70px;
	margin-bottom:32px;
}
.phone a, .fax a {
	font-size:24px;
	line-height:24px;
	color:#555555;
	font-weight:bold;
	margin-bottom:32px;
}
.phone a span {
	font-size:16px;
	line-height:24px;
	color:#2B2E33;
	font-weight:bold;
	vertical-align:top;
	padding-top: 11px;
	display: inline-block;
}
.fax a span {
	font-size:16px;
	line-height:24px;
	color:#2B2E33;
	font-weight:bold;
	vertical-align:top;
	padding-top: 11px;
	display: inline-block;
	cursor:default;
}
.email a {
	font-size:24px;
	line-height:24px;
	color:#2B2E33;
	font-weight:normal;
	display:inline-block;
}
.email a span {
	font-size:16px;
	line-height:24px;
	color:#2B2E33;
	font-weight:bold;
	display:inline-block;
	padding-top: 11px;
	vertical-align:top;
}
.email a:hover {
	font-size:16px;
	line-height:16px;
	color:#2B2E33;
	font-weight:normal;
}
.phone a:before {
	content:'';
	background: url(../images/phone.svg) no-repeat;
	background-size:cover;
	background-position:center center;
	width:41px;
	height:41px;
	margin-right:20px;
	display:inline-block;
	position: absolute;
	top:17px;
	left:0;
}
.email a:before {
	content:'';
	background:url(../images/email.svg) no-repeat;
	background-position:center center;
	background-size:cover;
	width: 41px;
	height:40px;
	margin-right: 20px;
	display:inline-block;
	position: absolute;
	top:17px;
	left:0;
}
.email span.email-title, .phone span.cont-title {
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#044E80;
	display:block;
	padding-top:0;
}







.z-tabs.underlined.red > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.red > ul.z-tabs-nav > li > a:hover {
    border-color: #003758 !important;
}








/*==========  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) {
 .qt-sec {
 float: left;
 width: 100%;
 padding: 40px;
 background: #F3F8FF;
 height: 468px;
}
.stk-price span {
 font-size: 33px;
 line-height: 45px;
 font-weight: 900;
 color: #000000;
}
.stk-price {
 display: inline-block;
 font-size: 33px;
 line-height: 45px;
 font-weight: 900;
 color: #000000;
}
.open, .high, .low, .vol {
 float: left;
 width: 33%;
 color: #000;
 font-size: 22px;
 font-weight: bold;
}
 .rpt-img {
 float: left;
 width: 100%;
 height: 196px;
}
}
 @media (min-width: 992px) {
}
@media (max-width: 991px) {
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
 .main-title h2 {
 font-size: 32px;
 line-height: 32px;
 color: #044E80;
 font-weight: 900;
 margin-top: 0;
 margin-bottom: 36px;
 text-transform: capitalize;
 z-index: 2;
 position: relative;
}
.stk-img {
 background: url(../images/sp-imig.jpg) no-repeat;
 background-size: cover;
 background-position: center center;
 height: 378px;
}
.qt-sec {
 float: left;
 width: 100%;
 padding: 15px;
 background: #F3F8FF;
 height: 378px;
}
 .qt-sec {
 float: left;
 width: 100%;
 padding: 15px;
 background: #F3F8FF;
 height: 468px;
}
 .stk-price span {
 font-size: 28px;
 line-height: 45px;
 font-weight: 900;
 color: #000000;
}
.stk-price {
 display: inline-block;
 font-size: 28px;
 line-height: 45px;
 font-weight: 900;
 color: #000000;
}
.open, .high, .low, .vol {
 float: left;
 width: 33%;
 color: #000;
 font-size: 18px;
 font-weight: bold;
}
 .rpt-img {
 float: none;
 width: 75%;
 height:248px;
 margin:0 auto;
}
}
@media (min-width: 768px) {
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
 .main-title h2 {
 font-size: 32px;
 line-height: 32px;
 color: #044E80;
 font-weight: 900;
 margin-top: 0;
 margin-bottom: 36px;
 text-transform: capitalize;
 z-index: 2;
 position: relative;
}
 .stk-img {
 background: url(../images/sp-imig.jpg) no-repeat;
 background-size: cover;
 background-position: center center;
 height: 160px;
}
 .stk-price span {
 font-size: 28px;
 line-height: 45px;
 font-weight: 900;
 color: #000000;
}
.stk-price {
 display: inline-block;
 font-size: 28px;
 line-height: 45px;
 font-weight: 900;
 color: #000000;
}
.open, .high, .low, .vol {
 float: left;
 width: 33%;
 color: #000;
 font-size: 18px;
 font-weight: bold;
}
 .rpt-img {
 float: none;
 width: 36%;
 height: 262px;
 margin: 0 auto;
}
 .sec-4 {
 height:auto;
}
 .newsalrt-bg-left::before {
 content:'';
 position: absolute;
 top: 0;
 bottom: 0;
 width: 50%;
 z-index: 1;
 display:none;
}
 .newsalrt-bg-left::before {
 z-index: 1;
 left: 0;
 height: 510px;
 background: none;
 background-position: center center;
 background-size: cover;
}
 .newsalrt-bg {
 background:url(../images/news-img.jpg) no-repeat;
 height: 160px;
 background-position: center center;
 background-size: cover;
}
 .ir-cont-sec {
 float: left;
 width: 100%;
 padding: 161px 60px;
}
 .ir-cont::before {
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 width: 100%;
 z-index: 1;
}
 .ir-cont::before {
 left:0;
 height: 160px;
 background: url(../images/ir-con-img.jpg) no-repeat;
 background-position: center center;
 background-size: cover;
}
}
 @media (max-width:576px) {
 .main-title h2 {
 font-size: 32px;
 line-height: 32px;
 color: #044E80;
 font-weight: 900;
 margin-top: 0;
 margin-bottom: 36px;
 text-transform: capitalize;
 z-index: 2;
 position: relative;
}
 .stk-price span {
 font-size: 28px;
 line-height: 45px;
 font-weight: 900;
 color: #000000;
}
.stk-price {
 display: inline-block;
 font-size: 28px;
 line-height: 45px;
 font-weight: 900;
 color: #000000;
}
.open, .high, .low, .vol {
 float: left;
 width: 33%;
 color: #000;
 font-size: 18px;
 font-weight: bold;
}
 .rpt-img {
 float: none;
 width: 50%;
 height: 262px;
 margin: 0 auto;
}
}



/* Portrait phones and smaller */
@media (max-width: 480px) {
 .ba-dm {
 font-size: 15px;
 line-height: 15px;
 color: #fff;
 font-weight: bold;
}
.ba-yr {
 font-size: 44px;
 line-height: 44px;
 color: #fff;
 font-weight: bold;
}
 .rpt-img {
 float: none;
 width: 61%;
 height: 265px;
 margin: 0 auto;
}
}
 @media(max-width:414px) {
 .qt-sec {
 float: left;
 width: 100%;
 padding: 30px;
 background: #F3F8FF;
 height: 468px;
}
.stk-chg {
 display: inline-block;
 font-size: 14px;
 line-height: 14px;
 font-weight: 600;
 color: #000000;
}
 .stk-chg span {
 font-size: 14px;
 color: #000;
}
 .ba-cal-sec {
 float: left;
 width: 100%;
 text-align: center;
 margin-bottom: 15px;
}
 .ba-dm {
 font-size: 14px;
 line-height: 14px;
 color: #fff;
 font-weight: bold;
}
.ba-yr {
 font-size: 42px;
 line-height: 42px;
 color: #fff;
 font-weight: bold;
}
 .ba-link {
 float: left;
 width: 100%;
}
 .rpt-img {
 float: none;
 width: 72%;
 height: 265px;
 margin: 0 auto;
}
}

/* Portrait i phones and smaller */
@media (max-width: 380px) {
 .rpt-img {
 float: none;
 width: 79%;
 height: 267px;
 margin: 0 auto;
}
.btn-cont-na {
 float:left;
 width:100%;
}
.btn-cont-na a {
 display:block;
 margin-bottom:10px;
}
}