@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
/*

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}



*/





body
{
  
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    /*color: #6d6d6d;*/
	color:#012f5f;
    background-color: #fff;
    font-size: 15px;
    line-height: 22px;
}
a
{
	text-decoration:none;
	color:#42b6a5; 
}
a:hover
{
	text-decoration:none;
	color:#012f5f;
}
.button, .btn-primary, .ClsButton, .size, .view-more{ 

	background-color: #42b6a5;
    border-color: #ea623d;
    color: #fff !important;
	font-weight: 600 !important;
    border: 2px solid transparent;
	font-size: 16px !important;
    line-height: 16px;
	text-transform: none !important;
   
	border-radius: 10px;
	padding: 15px 27px;
    transition: all 0.1s ease;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	display: inline-block;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif !important;
	height: auto !important;
    width: auto !important;
	outline:none;
	min-width:150px;
	box-shadow:0.00px 3.00px 9px 0px rgba(0,0,0,0.23);
    
}
.button:hover, .btn-primary:hover, .ClsButton:hover, .size:hover, .view-more:hover
{
    background-color:#2b675f;    
}


#stockinfo-wrapper, #bursanews-wrapper,  #reports-wrapper
{
	/*margin-bottom:50px;*/
}

 

#stockinfo-wrapper h2, #bursanews-wrapper h2, #reports-wrapper h2, #newsalert-wrapper h2, #ircontact-wrapper h2
{
	color: #42b6a5;
    margin: 0 0 30px 0;
	font-weight: 700;
    font-size: 40px;
	text-align:center;
	text-transform:capitalize;
}


#stockinfo-wrapper
{
  background-color:	#00305b;
  color:#fff;padding:50px 0px;
}
#stockinfo-wrapper .row
{
	margin-bottom:30px;
}
#stockinfo-wrapper h4
{
	font-size:24px;font-weight:bold;color:#42b6a5;
	margin:0px 0px 14px 0px;letter-spacing:1px;text-transform:uppercase;
}
#stockinfo-wrapper .stockprice
{
	font-size: 60px;

    line-height: 65px;
    font-weight: bold;  
	display:inline-block;	 
}
#stockinfo-wrapper .stockprice sub
{
	font-size: 24px;
    line-height: 24px;bottom: 1px;
    padding-right: 8px;	
}
#stockinfo-wrapper .stockprice span
{
	font-size: 24px;font-weight: 400;line-height: 30px;
    padding-left: 12px;display: inline-block;
    vertical-align: middle;
}
#stockinfo-wrapper .stockprice .priceUp span
{
	color: #37af23 !important;
}
#stockinfo-wrapper .stockprice .priceDown span
{
	color: #ec2c2c !important;
}

#stockinfo-wrapper .stockprice .priceDown span:before, #stockinfo-wrapper .stockprice .priceUp span:before {
    content: "";
    background-size: cover;
    width: 35px;
    height: 21px;
    display: inline-block;
	margin-right:5px;
   
}
#stockinfo-wrapper .stockprice .priceUp span:before {
    background-image: url(../images/arrowup.png);
}
#stockinfo-wrapper .stockprice .priceDown span:before {
    background-image: url(../images/arrowdown.png);
}
#stockinfo-wrapper .stockdetails
{
	float:right;margin-top:22px;
}
#stockinfo-wrapper .stocklist {
   
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
	text-align:center;
	float: left;
    padding: 0px 28px 0px 0px;    
}
#stockinfo-wrapper .stocklist:last-child
{
	padding-right:0px;
}
#stockinfo-wrapper .stocklist:nth-child(2) span
{
    color:#01972f;
}
#stockinfo-wrapper .stocklist:nth-child(3) span
{
	color:#da0909;
}
#stockinfo-wrapper .stocklist span
{
	font-size: 30px;
    line-height: 44px;    
    display: block;
	padding-top: 4px;
	font-weight:700; 
}
#stockinfo-wrapper .eod {    
    
    margin-top: 14px;
    float: right;
	font-size: 13px;
    font-weight: 300;
}

#reports-wrapper .prospectus-bg
{
	background:url(../images/prospectus-bg.jpg) no-repeat center;	
}
#reports-wrapper .ar-bg{
	background:url(../images/ar-bg.jpg) no-repeat center;
	
}
#reports-wrapper .qr-bg
{
	background:url(../images/qr-bg.jpg) no-repeat center;	
}
#reports-wrapper .circular-bg
{
	background:url(../images/circular-bg.jpg) no-repeat center;
}
#reports-wrapper .ar-bg, #reports-wrapper .qr-bg, #reports-wrapper .prospectus-bg, #reports-wrapper .circular-bg
{
	
	background-size:cover;min-height:250px;width: 100%;
    padding: 50px 15px;text-align:center;
}
#reports-wrapper img
{
	margin-bottom:10px;
}
#reports-wrapper h3
{
   font-size:18px;line-height:25px;color:#fff;margin: 0px 0px 25px 0px;
    font-weight:700;	
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
#reports-wrapper  a
{
	display: block;
    width: 180px !important;
    margin: 0 auto;
    margin-top: 10px;
}

#bursanews-wrapper
{
	color:#01274f;text-align: center;
}
#bursanews-wrapper .news-box
{
  box-shadow: 0 0 11px #e1e1e1;padding:30px 35px;text-align:left;    height: 100%;
}
#bursanews-wrapper .news-box a
{
	font-weight:600;color:#01274f;
}
#bursanews-wrapper .news-box p
{
	color:#01274f;
    margin:20px 0px 0px 0px;
}



#newsalert-wrapper{
	
	background-size:cover;min-height:300px;padding:50px 15px;
	 color:#fff; text-align: center;background-color: #00305b;
}
#reports-wrapper .reports-box .button:first-of-type
{
	margin: 0px 10px 0px 0px;
}

#newsalert-wrapper #ctl00_cphContent_pnlSubscribe div
{
    display: inline-block;
    width: 46%;
}
#newsalert-wrapper #ctl00_cphContent_pnlSubscribe div:first-of-type
{
	margin-right:25px !important;
}
#newsalert-wrapper input[type="text"]
{
	background-color: #fff;
	padding:14px 20px;		
	border-radius:0px;
	color:#000;font-size:16px;
	outline:none;	
	margin-bottom:20px;border: 1px solid #666666;
    width: 100%;
    font-weight: 400;line-height: 20px;
}
#newsalert-wrapper  .button
{
	    margin: 16px 8px 0px 8px;
}
#newsalert-wrapper p
{
  color:#fff;margin-bottom:20px;
   font-size:16px;line-height:22px;
}
#newsalert-wrapper a
{
  display:inline-block;vertical-align:middle;color:#fff;
  margin-top: 16px;
}
#newsalert-wrapper #ctl00_cphContent_pnlUpdate .text-left
{
	text-align:center !important;
}

#ircontact-wrapper
{
	color:#000;
}
#ircontact-wrapper .ircontct-bg
{
	background-image:url(../images/ircontact-bg.jpg);
	background-size:cover;background-repeat:no-repeat;
	min-height:500px;
}
.contacttext-box
{
   background-color:#f6f6f6;
   height:100%;
   padding:118px 50px;
}
#ircontact-wrapper h2
{
 text-align:left;
}
#ircontact-wrapper h3 {
    color: #333;
    font-weight: 900;
    margin: 20px 0px 20px 0px;
    font-size: 18px;
}
#ircontact-wrapper h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400;   
    padding-top: 6px;
}
#ircontact-wrapper .phone-icon, #ircontact-wrapper .mail-icon
{
	font-size: 14px;
    font-weight: 400;
    display: inline-block;    
}
#ircontact-wrapper .phone-icon
{
	margin-right:30px;
}
#ircontact-wrapper .mail-icon a
{
	 color:#00305b;
}
#ircontact-wrapper .phone-icon:before
{
	content: "";   
    background-image: url(../images/phone-icon.png);
    width: 16px;height: 16px;display: inline-block;
    vertical-align: middle;margin-right: 8px;
}

#ircontact-wrapper .mail-icon:before
{
	content: "";    
    background-image: url(../images/mail-icon.png);
    width: 16px;height: 12px;display: inline-block;
    vertical-align: middle;margin-right: 8px;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;  
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999999;  
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999999;  
}
:-moz-placeholder { /* Firefox 18- */
 color: #999999;  
}
input-placeholder { 
  color: #999999;  
}




/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px)
 {
	 
 }
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
 
}
@media (min-width: 992px)
{

}
@media (max-width: 991px) 
{
	
  	
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
 #stockinfo-wrapper .stockdetails
 {
	 float:none;
 }
 #stockinfo-wrapper .stocklist
 {
	float: none;
    width: 48%;   
    padding: 0px 8px !important;
    display: inline-block;
 }
}
@media (min-width: 768px)
{
 .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 } 
 #bursanews-wrapper .container .row {
    margin-bottom: 30px;
 } 
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{
 #stockinfo-wrapper .stockdetails
 {
	 float:none;
	 margin-top:25px;
 }
 #bursanews-wrapper .news-box
 {
	 margin-bottom:30px;
 }
 .contacttext-box {
     padding: 50px 15px;
}
#ircontact-wrapper, #ircontact-wrapper h2, #stockinfo-wrapper
{
	text-align:center;
}
#ircontact-wrapper .ircontct-bg
{
	height:350px;
}
#stockinfo-wrapper .eod
{
	float:none;
}
#stockinfo-wrapper .stocklist
{
	float: none;
    width: 48%;   
    padding: 0px 8px !important;
    display: inline-block;
}
	
}
/* Portrait phones and smaller */
@media (max-width: 480px) 
{
  #newsalert-wrapper #ctl00_cphContent_pnlSubscribe div {
    display: inline-block;
    width: 98%;
   }
   #newsalert-wrapper #ctl00_cphContent_pnlSubscribe div:first-of-type
   {
	   margin-right:0px !important;
   }
   #stockinfo-wrapper .stocklist span
   {
	 font-size: 24px;
     line-height: 32px;  
   }
 
}
/* Portrait i phones and smaller */
@media (max-width: 380px) 
{
	
}
