@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap');

/*font-family: 'Roboto', sans-serif;*/

body {
	font-family: 'Roboto', 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:#283a97;
	text-decoration:none;
}
a:hover {
	color:#1475df;
	text-decoration:none;
}
.main-title h2 {
	font-family: 'Roboto', sans-serif;
	font-size:36px;
	line-height:42px;
	color:#283A97;
	font-weight:500;
	margin-top:0;
	margin-bottom:38px;
	text-transform:uppercase;
	
}
.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: 'Roboto', 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%;
}

/*.no-gutters [class*=col-]{
	padding-left:0;
	padding-right:0;
}*/

.no-gutters{
	padding-left:0;
	padding-right:0;
}


/*=================================================
buttons
===================================================*/
.ClsButton {
	font-family: 'Roboto', sans-serif !important;
	height:inherit !important;
	font-size:14px !important;
	color:#fff !important;
	font-weight:400 !important;
	border:none !important;
	background:#283A97;
	border-radius:7px;
	width:139px !important;
	border:none;
}
.btn-primary, .button, a.size, .ClsButton {
	font-size:14px !important;
	display:inline-block;
	background:#283A97;
	color:#fff;
	font-weight:400;
	text-decoration:none;
	outline:none;
	border:none;
	padding:9px 30px;
	width:139px;
	text-transform:uppercase;
	border-radius:7px !important;
}
.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:14px !important;
	background:#1475df;
	color:#fff !important;
	font-weight:400 !important;
	text-decoration:none;
	/*border:1px solid #0370A6;*/
	border:none;
	outline:none;
	padding:9px 30px;
	width:139px;
	text-transform:uppercase;
	border-radius:7px !important;
}
.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
================================================================*/


.stk-prf-sec{
	float:left;
	width:100%;
}
.stk-title{
	float:left;
	width:100%;
	font-size:26px;
	line-height:26px;
	font-weight:bold;
	color:#EE303D;
	margin-bottom:20px;
}

.stk-price{
	float:left;
	display:inline-block;
	color:#000000;
	font-size:60px;
	line-height:72px;
	font-weight:bold;
}

.stk-price span{
	font-size:26px;
	line-height:72px;
	font-weight:bold;
}

.priceUp:after{
	content:url(../images/chgUp.png);
	display:inline-block;
	width:25px;
	height:22px;
	margin-left:8px;
}
.priceDown:after{
	content:url(../images/chgDown.png);
	display:inline-block;
	width:25px;
	height:22px;
	margin-left:8px;
}

.stk-chg-sec{
	float:left;
	display:inline-block;
	margin-top:32px;
	margin-left:15px;
}
.chg, .chgp{
	font-size:18px;
	line-height:18px;
	display:inline-block;
}


.ohlv-sec{
	float:left;
	width:100%;
	min-height:189px;
	background:#283A97;
	border-radius:5px;
	margin-top:120px;
	
}

.stk-open, .stk-high, .stk-low, .stk-vol{
	float:left;
	width:50%;
	display:inline-block;
	color:#fff;
	font-weight:500;
	font-size:26px;
	line-height:26px;
	text-align:center;
	padding:33px 20px;
}

.stk-open span, .stk-high span, .stk-low span, .stk-vol span{
	float:left;
	display:inline-block;
	color:#fff;
	font-size:16px;
	line-height:26px;
	font-weight:normal;
	text-align:left;
}

.stk-open, .stk-high{
	border-bottom:2px solid #8892c5;
}

.stk-open, .stk-low{
	border-right:2px solid #8892c5;
}


.stk-foot{
	float:left;
	width:50%;
	margin-top:-41px;
}
.stk-foot .vm-btn, .eod{
	float:left;
	width:50%;
}
.eod{
	font-size:12px;
	line-height:40px;
	color:#000000;
}

/*==============================================
BURSA SECTION STARTS HERE
================================================*/
.bursa-sec{
	float:left;
	width:100%;
}

.bursa-img{
	float:left;
	width:100%;
	min-height:751px;
	background:url(../images/ba-img.jpg);
	background-position:top center;
	background-size:cover;
}
.bursa-cont-sec{
		float:left;
	width:100%;
	min-height:751px;
	background:#4453a4;
	
	padding:90px 17px 95px 70px;
}

.bann-sec{
	float:left;
	width:100%;
}


.bann-box:nth-child(2),.bann-box:nth-child(4){
	margin-right:0;
}

.bann-box{
	float:left;
	width:233px;
	height:193px;
	padding:30px;
	background:#7c87bf;
	margin-bottom:30px;
	margin-right:30px;
}
a.bann-link{
	display:block;
	font-size:16px;
	line-height:18px;
	color:#fff;
}
.bann-date{
	float:left;
	margin-top:20px;
	font-size:16px;
	line-height:16px;
	color:#fff;
}

/*==============================================
REPORTS SECTION STARTS HERE
================================================*/
.reports-bg{
	background:url(../images/Reports-bg.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:806px;
	padding:109px 0;
}

.advc{
	text-align:right;
	height:614px;
	width:100%;
	display:table;
}
.advc h2{
	text-align:right;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}


.reports-wrap{
	float:left;
	width:100%;
}
.reports-box{
	float:left;
	width:296px;
	height:292px;
	background:rgba(256, 256, 256, 0.4);
	text-align:center;
	padding:30px;
	margin-bottom:30px;
	margin-right:30px;
}
.reports-box:nth-child(even){
	margin-right:0;
}
.rp-icon{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.rp-icon img{
	margin:0 auto;
}
.rp-title{
	width:100%;
	float:left;
	margin-bottom:20px;
	text-align:center;
	font-size:20px;
	line-height:20px;
	font-weight:500;
	color:#fff;
	
}
.reports-box .vm-btn{
	margin-bottom:10px;
}

/*==============================================
SHARE HOLDERS MEETING SECTION STARTS HERE
================================================*/

.shm-bg{
	background:url(../images/shareholdersMeeting-bg.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:624px;
	padding:109px 0;
}

.shm-cont{
	float:left;
	width:100%;
	color:#fff;
}
.agm-title{
	float:left;
	width:100%;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	margin-bottom:20px;
}
.agm-dt-time{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.agm-dt{
	margin-bottom:10px;
}
.agm-dt, .agm-tm{
	float:left;
	width:100%;
	font-size:16px;
	line-height:16px;
	font-weight:normal;
}
.agm-info{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.agm-info p{
	font-size:16px;
	line-height:22px;
	font-weight:normal;
}










/*==============================================
NEWS ALERT SECTION STARTS HERE
================================================*/
.sec-5 {
min-height:565px;
}

.nl-img{
	background:url(../images/nl-img.jpg) no-repeat;
	min-height:565px;
	background-size:cover;
	background-position:center center;
}




.news-alert-sec {
	float:left;
	width:100%;
}
.news-alert-inner {
	float:left;
	width:100%;
	background:#fff;
	min-height:417px;
	max-height:417px;
	padding:100px 0 100px 100px;
	text-align:left;
}
.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;
}


.btn-cont-na{
	float:left;
	width:100%;
	text-align:left;
}
.pp-link{
	display:inline-block;
	margin-left:15px;
	color:#283A97;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
}


/*========================================================================
IR Contact section starts here
==========================================================================*/

.sec-6 {
	width:100%;
	background:url(../images/ir-contact-bg.jpg) no-repeat;
	background-position:top center;
	background-size:cover;
	
	min-height:355px;
	padding:50px 0;
	background-color:#797b92;
}
.ir-contact-sec {
	float:left;
	width:100%;
}
.ir-contact-inner {
	float:left;
	width:100%;
	
}
.cont-sub{
	text-align:center;
	color:#fff;
}

.contact-info-sec{
	float:left;
	width:100%;
	margin-top:30px;
}
.irc-box{
	float:left;
	width:100%;
	/*min-height:287px;*/
	min-height:113px;
	text-align:center;
	background:rgba(256, 256, 256, 0.3);
	padding:20px;
}
/*
.irc-icon, .irc-info{
	float:left;
	width:100%;
	text-align:center;
}*/

.irc-icon, .irc-info{
	display:inline-block;
	line-height:66px;
	vertical-align:middle;
}
.irc-info{
	margin-top:10px;
}

.irc-info, .irc-info a{
	margin-left:5px;
	font-size:20px;
	color:#fff;
}
.irc-info span{
	display:block;
}

/*==========  Mobile First Method  ==========*/


@media(max-width:1199px) {
}







/* Large desktops and laptops */
@media (min-width: 1200px) {
	
.bann-box {
    float: left;
    width: 45%;
    height: 191px;
    padding: 30px;
    background: #7c87bf;
    margin-bottom: 30px;
    margin-right: 30px;
}	
	
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	
.stk-price {
    float: left;
    display: inline-block;
    color: #000000;
    font-size: 48px;
    line-height: 72px;
    font-weight: bold;
}
.bursa-cont-sec{
padding: 90px 17px 95px 30px;
}
.bann-box {
    float: left;
    width: 190px;
    height: 193px;
    padding: 15px;
    background: #7c87bf;
    margin-bottom: 30px;
    margin-right: 30px;
}

.reports-box:nth-child(even){
	margin-right:0;
}
.reports-box{
	width:245px;
	height:324px;
}
.irc-box{
    padding: 30px;	
	min-height:135px;
}
.sec-6{
	/*min-height:880px;*/
	min-height:375px;
}

.irc-icon, .irc-info{
	display:inline-block;
	line-height:66px;
	vertical-align:middle;
}
.irc-info{
	margin-top:10px;
}

.irc-info, .irc-info a{
	margin-left:5px;
	font-size:20px;
	color:#fff;
}
.irc-info span{
	display:block;
}
}
 @media (min-width: 992px) {
}
@media (max-width: 991px) {
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px){
	
.btn-primary, .button, a.size, .ClsButton,
.btn-primary:hover, .button:hover, a.size:hover, .ClsButton:hover {

    padding: 8px 23px;

}	
	
.main-title h2{
	font-size: 28px;
    line-height: 32px;
}
.stk-price {
    float: left;
    display: inline-block;
    color: #000000;
    font-size: 26px;
    line-height: 31px;
    font-weight: bold;
}
.stk-price span {
    font-size: 16px;
    line-height: 48px;
    font-weight: bold;
}
.stk-chg-sec {
    float: left;
    display: inline-block;
    margin-top: 10px;
    margin-left: 15px;
}
.ohlv-sec{
	margin-top: 90px;
}
.stk-foot .vm-btn{
    float: left;
    width: 35%;
}
.eod {
    float: left;
    width: 65%;
}

.bursa-img{
	min-height:801px;
}

.bursa-cont-sec{
	padding: 90px 17px 95px 30px;
}

.bann-box {
    float: left;
    width: 181px;
    height: 224px;
    padding: 30px 20px;
    background: #7c87bf;
    margin-bottom: 30px;
    margin-right: 30px;
}

.reports-box{
	float: left;
    width: 190px;
    height: 335px;
}
.news-alert-inner{
	 padding: 100px 0 100px 20px;
}



.sec-6{
	/*min-height:880px;*/
	min-height:365px;
}

.irc-box {
    float: left;
    width: 100%;
    /* min-height: 287px; */
    min-height: 130px;
    text-align: center;
    background: rgba(256, 256, 256, 0.3);
    padding: 30px;
}
.irc-icon, .irc-info{
	display:inline-block;
	line-height:66px;
	vertical-align:middle;
}
.irc-info{
	margin-top:10px;
}

.irc-info, .irc-info a{
	margin-left:5px;
	font-size:20px;
	color:#fff;
}
.irc-info span{
	display:block;
}


}
@media (min-width: 768px) {
 .row-eq-height {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
}


@media (max-width: 768px){
	
	

	
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
.main-title h2{
	font-size: 28px;
    line-height: 30px;
}
.stk-price{
	font-size: 26px;
    line-height: 30px;
}
.stk-price span {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.stk-chg-sec {
    float: left;
    display: inline-block;
    margin-top: 2px;
    margin-left: 15px;
}
.ohlv-sec{
	margin-top: 35px;
}
.stk-foot {
    float: left;
    width: 100%;
    margin-top: 35px;
    padding: 0 15px;
}
.eod {
    font-size: 13px;
    line-height: 36px;
    color: #000000;
    text-align: right;
}
.bursa-img{
min-height: 160px;
}
.bann-box {
    float: left;
    width: 45%;
    height: 193px;
    padding: 30px;
    background: #7c87bf;
    margin-bottom: 30px;
    margin-right: 30px;
}

.reports-bg{
min-height: 160px;	
}
.advc {
    text-align: center;
    height: auto;
    width: 100%;
    display: block;
  
}
.advc h2{
	text-align: center;
    height: 100%;
    display: block;
}
.reports-box {
    float: left;
    width: 48%;
    height: 292px;
	margin-right:27px;
}
.nl-img{
	min-height:160px;
}
.news-alert-inner{
	padding: 35px 0 35px 0px;
}
.sec-6{
	/*min-height:1542px;*/
	min-height:340px;
}

.irc-icon, .irc-info{
	display:inline-block;
	line-height:66px;
	vertical-align:middle;
}
.irc-info{
	margin-top:10px;
}

.irc-info, .irc-info a{
	margin-left:5px;
	font-size:20px;
	color:#fff;
}
.irc-info span{
	display:block;
}

}
 @media (max-width:576px) {
}



/* Portrait phones and smaller */
@media (max-width: 480px) {

.bursa-cont-sec{
	    padding: 35px 30px;
		min-height:643px;
}
.bann-box{
	    height: 202px;
    padding: 20px;
}
.reports-bg{
	padding: 35px 0;
}
.reports-box{
    margin-right: 15px;	
	margin-bottom:15px;
	height:320px;
}
.shm-bg{
	min-height:471px;
	padding: 35px 0;
}
.sec-6{
	padding:35px 0;
	/*min-height: 1435px;*/
	min-height:306px;
}
.irc-box{
	min-height:108px;
}

	
}
 @media(max-width:414px) {
	 
.main-title h2{
	font-size:26px;
	line-height:30px;
}

.stk-price span {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.stk-price {
    float: left;
    display: inline-block;
    color: #000000;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
}
.stk-chg-sec {
    float: left;
    display: inline-block;
    margin-top: 5px;
    margin-left: 15px;
}

.ohlv-sec {
    float: left;
    width: 100%;
    min-height: 189px;
    background: #283A97;
    border-radius: 5px;
    margin-top: 35px;
}
.stk-foot {
    float: left;
    width: 100%;
    margin-top:35px;
    padding: 0 15px;
}
.stk-foot > .vm-btn, .stk-foot > .eod{
	width:100%;
	text-align:center;
}

.bursa-cont-sec {
    float: left;
    width: 100%;
    min-height: 751px;
    background: #4453a4;
    padding: 90px 30px 95px 30px;
}
.bursa-img {

    min-height: 135px;
 }
 .bann-box:nth-child(2), .bann-box:nth-child(4) {
    margin-right: auto;
}
 
 .bann-box {
    float: none;
    width: 233px;
    height: 193px;
    padding: 30px;
    background: #7c87bf;
    /* margin-bottom: 30px; */
    /* margin-right: 0; */
    margin: 30px auto;
}
 
.vm-btn{
	text-align:center;
}
 
 
 
 .advc {
    text-align: center;
    height: 135px;
    width: 100%;
    display: table;
}
.advc h2 {
    text-align: center;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
 .reports-box:nth-child(even) {
    margin-right: auto;
}
.reports-box {
    float: none;
    width: 296px;
    height: 292px;
    background: rgba(256, 256, 256, 0.4);
    text-align: center;
    padding: 30px;
    margin: 30px auto;
}
.shm-cont{
	text-align:center;
}
	 
.nl-img {
   
    min-height: 135px;
}
.news-alert-inner {
    float: left;
    width: 100%;
    background: #fff;
    min-height: 417px;
    max-height: 417px;
    padding: 40px 0 40px 0px;
    text-align: center;
}
.btn-cont-na{
	text-align:center;
}
.frm-cnt input {
    margin-bottom: 20px;
    margin-left: 11px;
}
.sec-6{
	max-height:100%;
}
.irc-box{
	margin-bottom:30px;
}

}

/* 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;
}
.irc-box{
	padding:30px;
}


}
