@charset "utf-8";
/* CSS Document */


/*@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,800;0,900;1,400&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,700;0,800;0,900;1,400&display=swap');

/*font-family: 'Nunito', sans-serif;*/

@font-face {
 font-family: 'Proxima Nova Alt Lt';
 src: url('../fonts/ProximaNovaA-Light.eot');
 src: url('../fonts/ProximaNovaA-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNovaA-Light.woff2') format('woff2'),  url('../fonts/ProximaNovaA-Light.woff') format('woff'),  url('../fonts/ProximaNovaA-Light.ttf') format('truetype'),  url('../fonts/ProximaNovaA-Light.svg#ProximaNovaA-Light') format('svg');
 font-weight: 300;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'Proxima Nova Rg';
 src: url('../fonts/ProximaNova-Bold.eot');
 src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Bold.woff2') format('woff2'),  url('../fonts/ProximaNova-Bold.woff') format('woff'),  url('../fonts/ProximaNova-Bold.ttf') format('truetype'),  url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'Proxima Nova Th';
 src: url('../fonts/ProximaNovaT-Thin.eot');
 src: url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNovaT-Thin.woff2') format('woff2'),  url('../fonts/ProximaNovaT-Thin.woff') format('woff'),  url('../fonts/ProximaNovaT-Thin.ttf') format('truetype'),  url('../fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg');
 font-weight: 100;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'Proxima Nova Th';
 src: url('../fonts/ProximaNova-Extrabld.eot');
 src: url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),  url('../fonts/ProximaNova-Extrabld.woff') format('woff'),  url('../fonts/ProximaNova-Extrabld.ttf') format('truetype'),  url('../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
 font-weight: 800;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'Proxima Nova Alt Th';
 src: url('../fonts/ProximaNovaA-Thin.eot');
 src: url('../fonts/ProximaNovaA-Thin.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNovaA-Thin.woff2') format('woff2'),  url('../fonts/ProximaNovaA-Thin.woff') format('woff'),  url('../fonts/ProximaNovaA-Thin.ttf') format('truetype'),  url('../fonts/ProximaNovaA-Thin.svg#ProximaNovaA-Thin') format('svg');
 font-weight: 100;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'Proxima Nova Bl';
 src: url('../fonts/ProximaNova-Black.eot');
 src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Black.woff2') format('woff2'),  url('../fonts/ProximaNova-Black.woff') format('woff'),  url('../fonts/ProximaNova-Black.ttf') format('truetype'),  url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
 font-weight: 900;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'Proxima Nova Rg';
 src: url('../fonts/ProximaNova-Regular.eot');
 src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Regular.woff2') format('woff2'),  url('../fonts/ProximaNova-Regular.woff') format('woff'),  url('../fonts/ProximaNova-Regular.ttf') format('truetype'),  url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'Proxima Nova Alt Rg';
 src: url('../fonts/ProximaNovaA-Bold.eot');
 src: url('../fonts/ProximaNovaA-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNovaA-Bold.woff2') format('woff2'),  url('../fonts/ProximaNovaA-Bold.woff') format('woff'),  url('../fonts/ProximaNovaA-Bold.ttf') format('truetype'),  url('../fonts/ProximaNovaA-Bold.svg#ProximaNovaA-Bold') format('svg');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}
/*==============================================
common css 
==============================================*/

body {
	font-family: 'Proxima Nova Rg', sans-serif;
	font-size: 16px;
	line-height: 18px;
}
.mb-58 {
	margin-bottom: 58px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mr-10 {
	margin-right: 10px;
}
.mt-22 {
	margin-top: 22px;
}
.top-0 {
	position: relative;
	top: -58px;
}
a {
	color:#ff675b;
}
a:hover {
	color:#ff675b;
}
.red-bg {
	background-color: #ea5b5d;
}
.sea-blue-bg {
	background-color: #01cbc8;
}
.orange-bg {
	background-color: #eb8b2e;
}
.title-header {
	font-family: 'Nunito', sans-serif;
	float: left;
	width: 100%;
	padding: 28px 0;
	color: #fff;
	margin-bottom: 58px;
	font-size: 26px;
	line-height:26px;
	font-weight:700;
}
.title-header p {
	font-size: 26px;
	margin-bottom:0;
}
.dl-btn, .view-btn, .btn-primary, .ClsButton, .size, .nl-sbmt, .vm-btn {
	width: auto;
	height: auto !important;
	display: inline-block;
	padding: 15px 40px;
	color: #fff;
	background: #ff675b;
	font-size: 15px;
	font-weight: normal;
	border-radius:4px;
	outline: none;
	border: none;
	text-decoration: none;
}
.dl-btn:hover, .view-btn:hover, .view-btn:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary.active:hover, .ClsButton:hover, .size:hover, .nl-sbmt:hover, .vm-btn:hover {
	width: auto;
	height: auto !important;
	display: inline-block;
	padding: 15px 40px;
	color: #fff !important;
	background: #eb8b2e;
	font-size: 15px;
	font-weight: normal;
	border-radius:4px;
	outline: none;
	border: none;
	text-decoration: none;
}
.rm-btn {
	width: auto;
	height: auto !important;
	display: inline-block;
	padding: 15px 40px;
	color: #fff;
	background: #ff675b;
	font-size: 16px;
	font-weight: normal;
	border-radius:4px;
	outline: none;
	border: none;
	text-decoration: none;
}
.rm-btn:after {
	content:"\f0da";
	font-family: FontAwesome;
	padding-left: 30px;
	color:#fff;
	text-decoration: none;
}
.rm-btn:hover, .rm-btn:focus, .rm-btn.active, .rm-btn:active, .rm-btn:active:focus, .rm-btn.active:focus {
	width: auto;
	height: auto !important;
	display: inline-block;
	padding: 15px 40px;
	color: #fff !important;
	background: #eb8b2e;
	font-size: 16px;
	font-weight: normal;
	border-radius:4px;
	outline: none;
	border: none;
	text-decoration: none;
}
.rm-btn:hover:after {
	content:"\f0da";
	font-family: FontAwesome;
	padding-left: 30px;
	color:#fff;
	text-decoration: none;
}
/*==========================================================
IR MENU
=============================================================*/
 .slick-slide img {
      width: 100%;
    }





.navbar {
	position: relative;
	min-height: 50px;
	margin-top: 20px;
	z-index: 9999;
}
.navbar-default {
	background-color:transparent !important;
	border-color:transparent !important;
}
#ir-menu {
	text-align:center;
	vertical-align:middle;
}
#ir-menu ul li a {
	opacity: 1;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color:#252525;
	background:none;
}
#ir-menu ul li a:hover {
	opacity: 1;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color:#ff675b;
	background:none;
}
#ir-menu ul .activeHeader a {
	color:#ff675b;
	opacity: 1;
	font-weight: bold;
}
#ir-menu ul li a:hover:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 70%;
	padding-top:15px;
}
#ir-menu ul .activeHeader a:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 70%;
	padding-top:15px;
}
/**************End Ir Menu*************/


/*======================================================
stock section css strarts here
========================================================*/

.stock-sec {
	float: left;
	width: 100%;
}
.stk-title {
	font-size: 20px;
	color: #eb8b2e;
	font-weight: bold;
}
.stk-price {
	color: #000;
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
}
.stk-price span {
	color: #000;
	font-size: 16px;
	line-height: 16px;
	font-weight: 900;
}
.stk-change, .standard {
	float: left;
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 22px;
}
.priceUp {
	color: #04a41e !important;
}
.priceDown {
	color: #f12629 !important;
}
.open, .high, .low, .vol {
	font-family: 'Nunito', sans-serif;
	float: left;
	width: 48%;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	margin-bottom: 22px;
	font-weight: 900;
}
.open span, .high span, .low span, .vol span {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	display: block;
}
.open, .low {
	margin-right: 2%;
}
.high, .vol {
	margin-left: 2%;
}
.eod {
	float: left;
	width: 95%;
	padding-right:5%; /* just fixed this to end of the day bring next line*/
	font-size: 16px;
	line-height: 16px;
	color: #acacac;
	margin-bottom: 22px;
}
.stk-foot {
	float: left;
	width: 100%;
}
/*======================================================
reports section css strarts here
========================================================*/

.report-item {
	float: left;
	width: 100%;
}
.report-icon {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.report-icon img {
	display: block;
	margin: 0 auto;
}
.report-title {
	font-family: 'Nunito', sans-serif;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
}
/*==============================================================
BURSA ANNOUNCEMENTS SECTION CSS STARTS HERE
================================================================*/

.ba-date {
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#000;
	margin-bottom:24px;
}
.ba-ann a, .ba-ann a:hover {
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}
.slider-ba .item {
	padding:22px;
	min-height:161px;
}
 .item:nth-of-type(even) {
 border-right:1px solid #d1d1d1;
}
.brdr-ann {
	position:relative;
}
.brdr-ann:after {
	content:'';
	position:absolute;
	display:inline-block;
	border-right:1px solid #d1d1d1;
	width:1px;
	height:105px;
	top:24px;
	right:0;
}
/*==============================================================
Annual General meeting SECTION CSS STARTS HERE
================================================================*/
.agm-img, .agm-contnt {
	float: left;
	width: 100%;
}
/*==============================================================
News Alert SECTION CSS STARTS HERE
================================================================*/
.news-alert-sec, .news-alert-image {
	float: left;
	width: 100%;
}
.nl-sub {
	margin-bottom: 22px;
}
.form-control {
	display: block;
	width: 100%;
	height: 49px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-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;
}
a.pp-link {
	font-size:16px;
	color:#ff675b;
	text-decoration:underline;
	line-height:56px;
	margin-left:30px;
	text-transform: capitalize;
}
/*==============================================================
IR contact SECTION CSS STARTS HERE
================================================================*/
.ir-cont-image, .ir-cont-contnt {
	float: left;
	width: 100%;
}
.ir-cont-sub {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	margin-bottom: 22px;
}
.ir-cont-heading {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	color: #000;
	margin-bottom: 20px;
	font-weight: 900;
}
.tel, .fax, .mail {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
}
.mail a {
	color: #ea5b5d;
	text-decoration: underline;
}

/*==================================================================
MOBILE CSS STARTS HERE
===================================================================*/



@media(max-width:1199px) {
 .navbar-nav>li {
 padding: 0 0px;
}
#ir-menu .navbar-nav li a {
 padding:15px 8px !important;
 padding-right:8px !important;
 padding-left:8px !important;
}
 #ir-menu ul li a {
 opacity: 0.75;
 font-size: 14px;
 font-family: 'Open Sans', sans-serif;
 color: #252525;
 background: none;
}
}
 @media(min-width:1200px) {
 #ir-menu .navbar-nav li a {
 padding: 10px !important;
}
}
 @media(min-width:768px) {
 .navbar-header {
 display: none;
}
 .navbar-right {
 float: none!important;
 margin-right: -15px;
 text-align: center;
}
.navbar-nav {
 float: none;
}
 .navbar-nav>li {
 float:none !important;
 display: inline-block;
 text-align: center;
}
}










/* Large desktops and laptops */
@media (min-width: 1200px) {
}
 
 
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.dl-btn, .view-btn, .btn-primary, .ClsButton, .size, .nl-sbmt {
 width: auto;
 height: auto !important;
 display: inline-block;
 padding: 15px 20px;
 color: #fff;
 background: #ff675b;
 font-size: 15px;
 font-weight: normal;
 border-radius:4px;
 outline: none;
 border: none;
 text-decoration: none;
}
.dl-btn:hover, .view-btn:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary.active:hover, .ClsButton:hover, .size:hover, .nl-sbmt:hover {
 width: auto;
 height: auto !important;
 display: inline-block;
 padding: 15px 20px;
 color: #fff !important;
 background: #eb8b2e;
 font-size: 15px;
 font-weight: normal;
 border-radius:4px;
 outline: none;
 border: none;
 text-decoration: none;
}
 .rm-btn {
 width: auto;
 height: auto !important;
 display: inline-block;
 padding: 15px 20px;
 color: #fff;
 background: #ff675b;
 font-size: 16px;
 font-weight: normal;
 border-radius:4px;
 outline: none;
 border: none;
 text-decoration: none;
}
 .rm-btn:after {
content:"\f0da";
 font-family: FontAwesome;
 padding-left: 30px;
 color:#fff;
 text-decoration: none;
}
 .rm-btn:hover, .rm-btn:focus, .rm-btn.active, .rm-btn:active, .rm-btn:active:focus, .rm-btn.active:focus {
 width: auto;
 height: auto !important;
 display: inline-block;
 padding: 15px 20px;
 color: #fff !important;
 background: #eb8b2e;
 font-size: 16px;
 font-weight: normal;
 border-radius:4px;
 outline: none;
 border: none;
 text-decoration: none;
}
 .rm-btn:hover:after {
content:"\f0da";
 font-family: FontAwesome;
 padding-left: 30px;
 color:#fff;
 text-decoration: none;
}
}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
 .dl-btn, .view-btn, .btn-primary, .ClsButton, .size, .nl-sbmt {
 width: auto;
 height: auto !important;
 display: inline-block;
 padding: 15px 15px;
 color: #fff;
 background: #ff675b;
 font-size: 15px;
 font-weight: normal;
 border-radius: 4px;
 outline: none;
 border: none;
 text-decoration: none;
}
 .dl-btn:hover, .view-btn:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary.active:hover, .ClsButton:hover, .size:hover, .nl-sbmt:hover {
 width: auto;
 height: auto !important;
 display: inline-block;
 padding: 15px 15px;
 color: #fff !important;
 background: #eb8b2e;
 font-size: 15px;
 font-weight: normal;
 border-radius: 4px;
 outline: none;
 border: none;
 text-decoration: none;
}
 .rm-btn {
 width: auto;
 height: auto !important;
 display: inline-block;
 padding: 15px 15px;
 color: #fff;
 background: #ff675b;
 font-size: 16px;
 font-weight: normal;
 border-radius: 4px;
 outline: none;
 border: none;
 text-decoration: none;
}
.rm-btn:after {
content:"\f0da";
 font-family: FontAwesome;
 padding-left: 30px;
 color:#fff;
 text-decoration: none;
}
 .rm-btn:hover, .rm-btn:focus, .rm-btn.active, .rm-btn:active, .rm-btn:active:focus, .rm-btn.active:focus {
 width: auto;
 height: auto !important;
 display: inline-block;
 padding: 15px 15px;
 color: #fff !important;
 background: #eb8b2e;
 font-size: 16px;
 font-weight: normal;
 border-radius:4px;
 outline: none;
 border: none;
 text-decoration: none;
}
 .rm-btn:hover:after {
content:"\f0da";
 font-family: FontAwesome;
 padding-left: 30px;
 color:#fff;
 text-decoration: none;
}
 .report-title {
min-height:36px;
}
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px){
.stock-sec {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}	
.report-item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}	
	
	
}


/* Portrait phones and smaller */
@media (max-width: 480px) {

.top-0 {
    position: relative;
    top: -30px;
}	
	
.title-header {
    font-family: 'Nunito', sans-serif;
    float: left;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    margin-bottom: 30px;
    font-size: 17px;
}
.title-header p {
    font-size: 18px;
}	

.brdr-ann:after {
    content: '';
    position: absolute;
    display: inline-block;
    border-right: none;
    width: 1px;
    height: 105px;
    top: 24px;
    right: 0;
}

.slick-dots {
    position: absolute;
    bottom: 0 !important;
    display: block;
    width: 100%;
    padding: 0 46px;
    margin: 0;
    list-style: none;
    text-align: center;
}	
	
}


/* Portrait i phones and smaller */
@media (max-width: 320px) {
	
.top-0 {
    position: relative;
    top: -30px;
}	
	.title-header {
    font-family: 'Nunito', sans-serif;
    float: left;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    margin-bottom: 30px;
    font-size: 17px;
}
.title-header p {
    font-size: 18px;
}
	
.dl-btn, .view-btn, .btn-primary, .ClsButton, .size, .nl-sbmt {
 width: auto;
 height: auto !important;
 display: inline-block;
 padding: 13px 10px;
 color: #fff;
 background: #ff675b;
 font-size: 15px;
 font-weight: normal;
 border-radius: 4px;
 outline: none;
 border: none;
 text-decoration: none;
}
 .dl-btn:hover, .view-btn:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary.active:hover, .ClsButton:hover, .size:hover, .nl-sbmt:hover {
 width: auto;
 height: auto !important;
 display: inline-block;
 padding: 13px 10px;
 color: #fff !important;
 background: #eb8b2e;
 font-size: 15px;
 font-weight: normal;
 border-radius: 4px;
 outline: none;
 border: none;
 text-decoration: none;
}
	
}