@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/*font-family: 'Open Sans', sans-serif;*/

body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size:16px;
	font-weight:normal;
	line-height: 1.8;
	overflow-x:hidden;
}
.mt-100 {
	margin-top: 100px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-0 {
	margin-bottom:0 !important;
}
.mb-35 {
	margin-bottom:35px;
}
.mtb-35 {
	margin-top:35px;
	margin-bottom:35px;
}
.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:55px;
}
a {
	color:#0370a6;
	text-decoration:none;
}
a:hover {
	color:#50a0f5;
	text-decoration:none;
}
.main-title h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:36px;
	line-height:42px;
	color:#137dc2;
	font-weight:500;
	margin-top:0;
	margin-bottom:38px;
	text-transform:capitalize;
}
.main-title h3 {
	font-size:30px;
	line-height:30px;
	color:#000;
	font-weight:400;
	margin-top:0;
	text-transform:uppercase;
}
.main-title h5 {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:13px;
	color:#000;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:0;
}
.text-left h2 {
	text-align:left;
}
.white {
	color:#fff !important;
}
.white h2 {
	color:#fff !important;
}
.hw {
	float:left;
	width:50%;
}
/*=================================================
buttons
===================================================*/
.ClsButton {
	font-family: 'Open Sans', sans-serif !important;
	height:inherit !important;
	font-size:14px !important;
	color:#fff !important;
	font-weight:400 !important;
	border:none !important;
	background:#137dc2;
	border-radius:50px;
	width:108px !important;
}
.btn-primary, .button, a.size, .ClsButton {
	font-size:14px !important;
	display:inline-block;
	background:#137dc2;
	color:#fff;
	font-weight:400;
	text-decoration:none;
	outline:none;
	padding:13px 30px;
	text-transform:uppercase;
	border-radius:50px !important;
}
.btn-primary:hover, .button:hover, a.size:hover, .ClsButton:hover, .btn-primary:focus, .button:focus, a.size:focus, .ClsButton:focus, .btn-primary:visited, .button:visited, a.size:visited, .ClsButton:visited, .btn-primary:active, .button:active, a.size:active, .ClsButton:active, .btn-primary.active, .button.active, a.size.active, .ClsButton.active {
	font-size:14px !important;
	background:#137dc2;
	color:#fff !important;
	font-weight:400 !important;
	text-decoration:none;
	border:1px solid #137dc2;
	outline:none;
	padding:13px 30px;
	text-transform:uppercase;
	border-radius:50px !important;
}
.view-more {
	font-size:14px;
	margin-left:20px;
}
.dBtn, .dBtn:hover{
	background:#0370A6 !important;
	outline:none;
	border:1px solid #0370A6 !important;
}
.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
================================================================*/

/*stock quote section css starts here*/


.stk-qt-sp-sec {
	float:left;
	width:100%;
}
.stk-qt-sec {
	float:left;
	width:100%;
}
.stk-title {
	float:left;
	width:100%;
	font-size:26px;
	line-height:26px;
	color:#137dc2;
	margin-bottom:32px;
	font-weight:bold;
}
.stock-price-sec {
	float:left;
	width:100%;
	margin-bottom:32px;
}
.stk-price {
	font-size:48px;
	line-height:48px;
	font-weight:bold;
	float:left;
	width:49%;
	margin-right:1%;
}
.stk-price span {
	font-size:24px;
	line-height:24px;
}
.stk-chg {
	float:left;
	width:50%;
	font-size:24px;
	line-height:24px;
	padding-top:18px;
}
.priceUp:after {
	content:url(../images/up.png);
	width:23px;
	height:14px;
	display:inline-block;
	margin-left:15px;
}
.priceDown:after {
	content:url(../images/down.png);
	width:23px;
	height:14px;
	display:inline-block;
	margin-left:15px;
}
.ohlv-sec {
	float:left;
	width:100%;
	background-color:#137dc2;
	padding:45px 35px;
	margin-bottom:20px;
}
.ohlv-top {
	float:left;
	width:100%;
	padding-bottom:11px;
	margin-bottom:11px;
	border-bottom:1px solid #fff;
}
.open {
	float:left;
	width:50%;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	border-right:1px solid #fff;
	padding-bottom:11px;
}
.open span {
	display:block;
	font-size:16px;
	font-weight:normal;
	margin-bottom:6px;
}
.high {
	float:left;
	width:50%;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	color:#fff;
	text-align:right;
	padding-bottom:11px;
}
.high span {
	display:block;
	font-size:16px;
	font-weight:normal;
	margin-bottom:6px;
}
.low {
	float:left;
	width:50%;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	border-right:1px solid #fff;
	padding-bottom:11px;
}
.low span {
	display:block;
	font-size:16px;
	font-weight:normal;
	margin-bottom:6px;
}
.vol {
	float:left;
	width:50%;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	color:#fff;
	text-align:right;
	padding-bottom:11px;
}
.vol span {
	display:block;
	font-size:16px;
	font-weight:normal;
	margin-bottom:6px;
}
.vm-btn-stk{
	float:left;
	width:40%;
}
.eod {
	float:left;
	width:60%;
}
.eod p {
	font-size:12px;
	line-height:17px;
	text-align:right;
	color:#000;
	margin-bottom:0;
	padding-top:15px;
	padding-bottom:14px;
}
.graph-sec {
	float:left;
	width:100%;
	margin-bottom:32px;
}
/*==========section 2 css starts here -  bursa==========*/

.no-gutter {
	margin-left:0;
	margin-right:0;
}
 .bursa-sec > [class*=col-] {
 padding:0;
}
.bursa-sec {
	float:left;
	width:100%;
	min-height:453px;
	max-height:453px;
}
.bursa-main-inner {
	float:left;
	width:100%;
	min-height:456px;
	max-height:456px;
	background:#3F7BBF;
	padding:0 50px;
	position:relative;
}
.b-title {
	float:left;
	width:100%;
	margin-bottom:40px;
	position:absolute;
	top:40%;
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
}
.b-title h2 {
	font-size:36px;
	line-height:36px;
	color:#fff;
	margin-top:0;
	margin-bottom:0;
}
.vm-btn {
	position:absolute;
	top:60%;
	-ms-transform: translateY(-60%);
	transform: translateY(-60%);
}
.ba-link-boxes {
	float:left;
	width:100%;
}
.ba-link-boxes > [class*=col-] {
 padding:0;
}
.ba-link-child-inner {
	float:left;
	width:100%;
	padding:35px 25px;
	position:relative;
}
.link-one-bg {
	background:url(../images/ba-01.jpg) no-repeat;
	width:100%;
	height:228px;
	background-position:center center;
	background-size:cover;
}
.link-two-bg {
	background:url(../images/ba-02.jpg) no-repeat;
	width:100%;
	height:228px;
	background-position:center center;
	background-size:cover;
}
.link-three-bg {
	background:url(../images/ba-03.jpg) no-repeat;
	width:100%;
	height:228px;
	background-position:center center;
	background-size:cover;
}
.link-four-bg {
	background:url(../images/ba-04.jpg) no-repeat;
	width:100%;
	height:228px;
	background-position:center center;
	background-size:cover;
}



/*.ba-link-boxes:nth-child(1) > [class=col-*].link-one-bg{
	background:url(../images/ba-01.jpg) no-repeat;
	width:100%;
	height:228px;
	background-position:center center;
	background-size:cover;
}
.ba-link-boxes > [class=col-*].link-one-bg{
	background:url(../images/ba-02.jpg) no-repeat;
	width:100%;
	height:228px;
	background-position:center center;
	background-size:cover;
}
.ba-link-boxes > [class=col-*]:nth-child(3).link-one-bg{
	background:url(../images/ba-03.jpg) no-repeat;
	width:100%;
	height:228px;
	background-position:center center;
	background-size:cover;
}
.ba-link-boxes > [class=col-*]:nth-child(4).link-one-bg {
	background:url(../images/ba-04.jpg) no-repeat;
	width:100%;
	height:228px;
	background-position:center center;
	background-size:cover;
}*/























.link-w, .link-w a {
	color:#fff !important;
}
.link-b, .link-b a {
	color:#000 !important;
}
.ba-link {
	float:left;
	width:100%;
}
.ba-link a {
	font-size:16px;
	line-height:22px;
	display:inline-block;
	font-weight:bold;
}
.ba-date {
	position:absolute;
	bottom:35px;
}
.ba-date p {
	font-size:16px;
	line-height:16px;
	margin-bottom:0;
	font-weight:500;
}
.link-b .ba-date p {
	color:#137dc2 !important;
}

/*===================================================
 shareholders meeting section css starts here
 ====================================================*/
 
 .sm-sec > [class*=col-] {
 padding:0;
}
.sm-sec {
	float:left;
	width:100%;
	min-height:453px;
	max-height:453px;
}
.sm-main-inner {
	float:left;
	width:100%;
	min-height:456px;
	max-height:456px;
	background:#fff;
	padding:0 50px;
	position:relative;
}
.b-title {
	float:left;
	width:100%;
	margin-bottom:40px;
	position:absolute;
	top:40%;
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
}
.sm-main-inner .b-title h2 {
	font-size:36px;
	line-height:36px;
	color:#137dc2;
	margin-top:0;
	margin-bottom:0;
}
.sm-link-boxes {
	float:left;
	width:100%;
}
.sm-link-boxes > [class*=col-] {
 padding:0;
}
.sm-link-child-inner {
	float:left;
	width:100%;
	padding:35px 25px;
	position:relative;
}
.sm-link-one-bg {
	background:url(../images/sm-01.jpg) no-repeat;
	width:100%;
	height:228px;
	background-position:center center;
	background-size:cover;
}
.sm-link-two-bg {
	background:url(../images/sm-02.jpg) no-repeat;
	width:100%;
	height:228px;
	background-position:center center;
	background-size:cover;
}
.sm-link-three-bg {
	background:url(../images/sm-03.jpg) no-repeat;
	width:100%;
	height:228px;
	background-position:center center;
	background-size:cover;
}
.sm-link-four-bg {
	background:url(../images/sm-04.jpg) no-repeat;
	width:100%;
	height:228px;
	background-position:center center;
	background-size:cover;
}
.link-w, .link-w p {
	color:#fff !important;
}
.link-b, .link-b p {
	color:#137dc2 !important;
}
.sm-link {
	float:left;
	width:100%;
}
.sm-link p {
	font-size:16px;
	line-height:22px;
	display:inline-block;
	font-weight:bold;
}
.sm-date {
	float:left;
	width:100%;
	margin-top:25px;
}
.sm-date p {
	font-size:16px;
	line-height:16px;
	margin-bottom:0;
	font-weight:500;
}
.link-b .sm-date p {
	color:#000 !important;
}
/*==========  Reports css starts here ==========*/


.sec-4 {
	width:100%;
	background:url(../images/reports-bg.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	max-height:566px;
	min-height:566px;
	padding:70px 0;
}
.r-inner {
	float:left;
	width:100%;
	text-align:center;
}
.r-icon {
	float:none;
	width:167px;
	height:167px;
	margin-left:auto;
	margin-right:auto;
	border-radius:100px;
	background:#fff;
	margin-bottom:40px;
}
.r-icon img {
}
.r-title {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:53px;
}
.r-title h3 {
	font-size:24px;
	line-height:24px;
	margin:0;
	color:#fff;
}
.r-btns {
	float:left;
	width:100%;
}
.r-btns a {
	display:inline-block;
	margin:0 5px;
}
/*==============================================
NEWS ALERT SECTION STARTS HERE
================================================*/
.sec-5 {
	width:100%;
	background:url(../images/News-Alerts-bg.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	max-height:524px;
	min-height:524px;
	padding:70px 0;
}
.news-alert-sec {
	float:left;
	width:100%;
}
.news-alert-inner {
	float:left;
	width:100%;
	background:#fff;
	min-height:417px;
	max-height:417px;
	padding:40px 40px;
	text-align:center;
}
.btn-cont-na {
	float:left;
	width:100%;
	text-align:center;
}
.nl-sub {
	font-size:16px;
	line-height:18px;
	margin-bottom: 22px;
	font-weight:400;
	color:#000;
}
.form-control {
	display: block;
	width: 100%;
	height: 49px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #BBBBBB;
	background-color: #fff;
	background-image: none;
	border: 1px solid #CCCCCC;
	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;
}
/*========================================================================
IR Contact section starts here
==========================================================================*/

.sec-6 {
	width:100%;
	background:url(../images/ir-contacts-bg.jpg) no-repeat;
	background-position:top center;
	background-size:cover;
	max-height:685px;
	min-height:685px;
	padding:70px 0;
	background-color:#797b92;
}
.ir-contact-sec {
	float:left;
	width:100%;
}
.ir-contact-inner {
	float:left;
	width:100%;
	background:#fff;
	padding:40px 40px;
	/*min-height:565px;
	max-height:565px;*/
	min-height:520px;
	max-height:520px;
}
.cont-sub {
	float:left;
	width:100%;
	font-size:16px;
	line-height:18px;
	text-align:center;
	margin-bottom:34px;
}
.cont-per-phone {
	float:left;
	width:100%;
	border-bottom:1px solid #d4d4d4;
}
.cont-person {
	float:left;
	width:50%;
	border-right:1px solid #d4d4d4;
	padding:30px;
}
.cont-icon {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
.cont-icon img {
	width:48px;
	height:56px;
	margin-left:auto;
	margin-right:auto;
}
.cont-title {
	float:left;
	width:100%;
	text-align:center;
}
.cont-title p, .cont-title a {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#000;
}
.cont-title p span {
	display:block;
}
.cont-phone {
	float:left;
	width:50%;
	padding:30px 30px 30px 30px;
	
	border-right:1px solid #d4d4d4;
}
.phone-icon img {
	width:44px;
	height:44px;
	margin-left:auto;
	margin-right:auto;
}
.cont-fax-email {
	float:left;
	width:100%;
}
.cont-fax {
	float:left;
	width:50%;
	/*border-right:1px solid #d4d4d4;*/
	padding:30px 30px 30px 30px;
}
.fax-icon img {
	width:44px;
	height:44px;
	margin-left:auto;
	margin-right:auto;
}
.cont-email {
	float:left;
	/*width:50%;*/
	padding:30px;
	width:100%;
	text-align:center;
}
.email-icon img {
	width:44px;
	height:44px;
	margin-left:auto;
	margin-right:auto;
}
.email-title a {
	color:#3F7BBF;
}


/*==========  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) {
.stk-price {
 font-size: 34px;
 line-height: 48px;
 font-weight: bold;
 float: left;
 width: 49%;
 margin-right: 1%;
}
.stk-chg {
 float: left;
 width: 50%;
 font-size: 20px;
 line-height: 20px;
 padding-top: 18px;
}
}
 @media (min-width: 992px) {
}
@media (max-width: 991px) {
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
 .stk-price {
 font-size: 30px;
 line-height: 30px;
 font-weight: bold;
 float: left;
 width: 49%;
 margin-right: 1%;
}
.stk-price span {
 font-size: 18px;
 line-height: 18px;
}
.stk-chg {
 float: left;
 width: 50%;
 font-size: 18px;
 line-height: 18px;
 padding-top: 10px;
}


.sec-4{
	max-height:636px;
    min-height:636px;
}

.r-title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.r-title h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    color: #fff;
    min-height: 48px;
}

.r-btns a {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px;
    width: 145px;
}


}
@media (min-width: 768px) {
 .row-eq-height {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
}


@media (max-width: 768px){
.ba-link a {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    font-weight: bold;
    
}

.b-title h2 {
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}	
	
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.bursa-sec {
    float: left;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.sm-sec {
    float: left;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
}
.sec-4 {
	 min-height: 100%;
    max-height: 100%;
}
.r-inner {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}	
	
	
}
 @media (max-width:576px) {
}



/* Portrait phones and smaller */
@media (max-width: 480px) {
}
 @media(max-width:414px) {
.sec-3, .sec-4, .sec-5, .sec-6 {
 float:left;
 width:100%;
 clear:both;
 margin-bottom:35px;
}
.stk-price {
 font-size: 32px;
 line-height: 32px;
 font-weight: bold;
 float: left;
 width: 49%;
 margin-right: 1%;
}
.stk-chg {
 float: left;
 width: 50%;
 font-size: 20px;
 line-height: 22px;
 padding-top: 9px;
}
}

/* Portrait i phones and smaller */
@media (max-width: 380px) {
 .sec-3, .sec-4, .sec-5, .sec-6 {
 float:left;
 width:100%;
 clear:both;
 margin-bottom:35px;
}
}
