@charset "utf-8";
/* CSS Document */

body
{  
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;   
    color: #364151;
}
.z-tabs
{
	color: #364151 !important; 
}
.z-tabs.underlined.horizontal > ul > li > a
{
	font-weight:500 !important;
}
.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: #00005b !important;
}
a
{
	text-decoration:none; color:#00005b;
	outline: none;
}
a:hover, .iconbox a:hover
{
	text-decoration:none;color:#00005b;
}
h1, h2, h3
{
	
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
h4
{
	font-size:20px;line-height:24px;font-weight:600;
	margin-top:0px;
}
h3
{
	font-size:24px;font-weight:700;margin:0px;
}
h2
{
	font-weight: 700;
    font-size: 40px;
    line-height: 45px;    
    margin: 0 0 34px;
	color:#00005b;
}
#kh-wrapper h2, #ba-wrapper h2
{
	text-align:center;
}
.irbutton, .btn-primary, .ClsButton, .size
{
    overflow: hidden;    
    padding: 20px 40px;
    text-align: center;    
    color: #fff !important;
    cursor: pointer;
    transition: all .3s;
	position: relative;
	font-size: 14px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;    
	font-family: "Poppins", sans-serif !important;
	min-width:164px;display:inline-block;border-radius: 12px;
	/*background-color:#00005b;*/
	background-color:#0F7B65;
	text-transform: uppercase;border: none !important;
}
.irbutton:hover, .btn-primary:hover, .ClsButton:hover, .size:hover
{
   
}
#stockinfo-wrapper
{
	padding:80px 0px;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
#stockinfo-wrapper .shareprice-container
{
	background-color:#00005b;color:#fff;
	padding:30px 20px;border-radius:8px;
	
}
#stockinfo-wrapper .shareprice-container table tr td
{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
#stockinfo-wrapper h3 {
  font-size: 30px;
  font-weight: 600;
  line-height:40px;
  margin:0px;color:#fff;   
}
#stockinfo-wrapper p
{
   margin: 6px 0px 0px;
}
#stockinfo-wrapper p span
{
	 display:block;
}
#stockinfo-wrapper .stockprice {
	width:100%;
    font-size: 36px;
    line-height: 36px;
    font-weight:800;   
    margin: 0px;display:inline-block;
	padding-left:12px;
}
#stockinfo-wrapper .stockprice span {
	float:right;
  font-size: 18px;
  line-height: 26px;   
  font-weight: 600;
  margin-top:0px;  
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}
#stockinfo-wrapper .stockprice.priceUp span:before, #stockinfo-wrapper .stockprice.priceDown span:before
{
  content: "";
  background-size: contain;
  width: 18px;
  height: 21px;
  display: inline-block;
  margin-right: 6px;  
}
#stockinfo-wrapper .stockprice.priceUp span:before { 
  background: url("../images/arrowup.png") no-repeat center center; 
}
#stockinfo-wrapper .stockprice.priceDown span:before { 
  background: url("../images/arrowdown.png") no-repeat center center; 
}
#stockinfo-wrapper .stockprice.priceUp span
{
	color: #00bf63;
}
#stockinfo-wrapper .stockprice.priceDown span
{
	color: #ff3131;
}
#stockinfo-wrapper .stocklist {
  display: flex; 
  align-items: flex-start;
  flex-wrap: wrap; 
  padding: 0; 
  color:#fff; 
  align-items: center;
  margin-top: 6px;
}
#stockinfo-wrapper .stocklist div { 
  font-size: 16px;
  border-right: 3px solid #fff;
  padding: 6px;
  font-weight: 600;
}
#stockinfo-wrapper .stocklist div:last-child
{
	border-right:0px;
	padding-right:2px;	
}
#stockinfo-wrapper .stocklist div:first-child span
{
	color: #00bf63;
}
#stockinfo-wrapper .stocklist div:nth-child(2) span
{
	color: #ff3131;
}

#stockinfo-wrapper .stocklist div:last-child span
{
	display:block;
}
#stockinfo-wrapper .stocklist span 
{  
  font-weight: 800;  
}
#stockinfo-wrapper iframe
{
	margin-top:24px;
}
#stockinfo-wrapper .shortlinks{   
    margin-top:20px;
}
#stockinfo-wrapper .shortlinks a{
    display:flex;
    align-items:center;  
    width:310px;
    height:56px;
    /*border:2px solid #7a7a7a;*/
	border:2px solid #0F7B65;
    border-radius:12px;
    /*background-color:#fff;*/
	background-color:#0F7B65;
    text-decoration:none;
    font-weight:600;
    /*color:#00005b;*/
	color:#fff;
	padding:16px;    
    transition:all .3s ease;
	position:relative;
	margin-top:20px;
	padding-left:40px;
}
#stockinfo-wrapper .shortlinks a img{
    position: absolute;
    left: 18px;
    width: 20px;
}
#stockinfo-wrapper .shortlinks a span{
    width:100%;
    text-align:center;
}
#kh-wrapper
{
	padding:80px 0px;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
#kh-wrapper .kh-box
{
	display: flex;
    align-items: center;
	margin: 20px 0px;
}
#kh-wrapper .kh-box h3
{
  color:#00005b;
  font-weight: 700;
  margin: 8px 0px 0px;
}
#kh-wrapper .kh-box h3 span
{
	 font-size:18px;position:relative;top:-1px;
}
#kh-wrapper .kh-box div
{
	font-weight:500; font-size:15px;
}
#kh-wrapper .kh-box img
{
	padding-right:10px;
}
#ba-wrapper
{
  padding:80px 0px;text-align:center;	
  background:url(../images/ba-bg.png) center right;
  background-repeat:no-repeat;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
#ba-wrapper .ba-box
{
	border: 2px solid #7a7a7a;
	padding:60px 20px;border-radius:12px;
	text-align:center;height:100%;
}
#ba-wrapper .ba-box h3
{
	color: #00005b;margin-bottom:30px;
	font-size: 30px;
    line-height: 34px;
}
#ba-wrapper .ba-box a
{
  color: #364151;
}
#ba-wrapper .ba-box:hover a
{
	color: #00005b;
}
#ba-wrapper .col-lg-3
{
	margin-bottom:24px;
}
#ba-wrapper .irbutton
{
	margin-top:40px;
}
#investors-links
{
	padding:80px 0px;box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
#investors-links .links-box
{
	background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
    url(../images/ci-bg.jpg) center/cover no-repeat;
	background-size:cover !important;padding:24px;min-height:250px;
	font-size:24px;color:#fff;font-weight:bold;
	display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
	position:relative;
	overflow:hidden;
	border-radius:12px;
}
#investors-links .col-lg-6:nth-child(2) .links-box
{
	background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
    url(../images/si-bg.jpg) center/cover no-repeat;
}
#investors-links .col-lg-6:nth-child(3) .links-box
{	
	background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
    url(../images/cg-bg.jpg) center/cover no-repeat;
}
#investors-links .col-lg-6:nth-child(4) .links-box
{	
	background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
    url(../images/ic-bg.jpg) center/cover no-repeat;
}
#investors-links .col-lg-6:nth-child(5) .links-box
{
	background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
    url(../images/fi-bg.jpg) center/cover no-repeat;
}
#investors-links .col-lg-6:nth-child(6) .links-box
{
	background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
    url(../images/ir-bg.jpg) center/cover no-repeat;
}

#newsalert-wrapper
{	    
    padding: 80px 0px;        
}
.news-alert-box
{
	background: url(../images/newsalert-bg.png) no-repeat left;
	background-size: cover;
}
#newsalert-wrapper .news-form-wrapper{
    display:flex;
    align-items:flex-end;
    gap:40px;
}
#newsalert-wrapper .custom-form{
    width:50%;
}
#newsalert-wrapper .custom-form label{
    display:block;
    font-size:18px;
    color:#54595F;
    margin-top:24px;font-weight: 400;
}
#newsalert-wrapper .custom-form .form-control{
    width:100%;
    border-radius:24px;
    border:1px solid #dadbdd;
    background:#C2C4D4;    
    margin-top:8px;padding:12px 15px;
	color:#070614;
}
#newsalert-wrapper .irbutton{   
    padding:15px 40px;    
}
.iconbox div
{
	 font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin: 24px 0px;
    
}
.iconbox a
{
	 color:#364151;
}

.iconbox div span
{
	display:inline-block;vertical-align:middle;	
}
.iconbox div span strong
{

	font-size:16px;line-height:24px;font-weight:400;
}
.iconbox img
{
	margin-right:16px;
}


@media (max-width: 991px) 
{
 
}

/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px)
{ 
  
}
@media (max-width: 1199px) {
  
  
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
 
}
@media (min-width: 992px)
{
 #stockinfo-wrapper .stocklist div 
 {
	 padding:6px 12px;
 }
}
@media (max-width: 991px) 
{
 
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
  #stockinfo-wrapper .stocklist div
  {
	font-size: 15px;
    border-right: 2px solid #fff;
    padding: 6px 4px;
  }
}
@media (min-width: 768px)
{
 .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 } 
 .vertical-align {
    display: flex;
    align-items: center;
  } 
 .flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
 }  
 #stockinfo-wrapper .shortlinks{
    display:flex;
    justify-content:space-between;
    gap:40px;    
 }  
 #investors-links .row, #newsalert-wrapper .row{
    margin-left:-25px;
    margin-right:-25px;
}
#investors-links .col-lg-6, #newsalert-wrapper .col-lg-6{
    padding:25px;
 }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{ 
 #stockinfo-wrapper .shortlinks a
 {
	 width:100%;
 }
 #stockinfo-wrapper .shareprice-container, #kh-wrapper .kh-box, #stockinfo-wrapper .shareprice-container table tr td
 {
	  display:block;text-align:center;
 }
 #stockinfo-wrapper .stocklist
 {
	justify-content: center;
    text-align: center; 
 }
 #stockinfo-wrapper .stockprice
 {
	 margin-top:14px;
 }
 .iconbox
 {
	 margin-top:80px;
 }
 #investors-links .links-box
 {
	 margin-top:24px;
 }
 #investors-links .col-lg-6:first-child .links-box
 {
	 margin-top:0px;
 }

}
@media (max-width: 480px)
{
  #kh-wrapper .row .col-xs-6
  {
	  width:100%;float:none;
  }
  #newsalert-wrapper .news-form-wrapper
  {
	  display:block;
  }
  #newsalert-wrapper .custom-form
  {
	  width:100%;margin-bottom:40px;
  }
  .iconbox div
  {
	   font-size:15px;
  }
  .iconbox img
  {
	margin-right: 10px;
    width: 40px;
  }
}
/* Portrait i phones and smaller */
@media (max-width: 320px) 
{
	
}