@charset "utf-8";
/* CSS Document */

 @font-face
  {
	  font-family:"Avenir-book";
	  src:url("../fonts/Avenir-Book.woff") format("woff"), 
	      url("../fonts/Avenir-Book.ttf") format("truetype");
		  font-weight:normal;font-style:normal;
		  font-display:swap
  }
 @font-face
  {
	    font-family:"Avenir-heavy";
		src:url("../fonts/Avenir-Heavy.woff") format("woff"),
		    url("../fonts/Avenir-Heavy.ttf") format("truetype");
			font-weight:normal;font-style:normal;
			font-display:swap
  }
 @font-face
  {
	   font-family:"Avenir-black";
	   src:url("../fonts/Avenir-Black.woff") format("woff"),
	       url("../fonts/Avenir-Black.ttf") format("truetype");
	   font-weight:normal;
	   font-style:normal;
	   font-display:swap
  }

body
{  
    font-family:"Avenir-book"; 
    line-height: 1.3;
    font-size: 18px;
    color: #000;
	font-weight:400;	
	background-color:#fbf8ef;  
}
a
{
	text-decoration:none; color:#002680;
	outline: none;
}
a:hover
{
	text-decoration:none;color:#74DD88;
}
h2
{	
    font-size: 30px;line-height: 1.2;
    font-weight: 400;color: #002680;
    letter-spacing: 2px;
	font-family:"Avenir-heavy";
	margin:0px 0px 30px 0px;
}
h3
{
	font-size:24px;line-height:30px;
	 letter-spacing: 2px;
}
h4
{
	font-size:18px;line-height:24px;
	 letter-spacing: 2px;
}
h5
{
	font-size:16px;line-height:22px;
	 letter-spacing: 2px;
}
h6
{
	font-size:16px;line-height:22px;
}
.irbutton, .btn-primary, .ClsButton, .size
{  
    background-color: #002680;
    color: #ffffff !important;
    border: none;
    outline: 0;
    font-family: "Avenir-heavy" !important;
    letter-spacing: 1px;
    padding: 10px 30px;
    font-size: 15px !important;
	line-height:28px;    
    overflow: hidden;
    text-decoration: none !important;
    cursor: pointer !important;
    display: inline-block;
	vertical-align:middle;
    position: relative;
    text-transform: uppercase;
    clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
	transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
	    min-width: 130px; text-align:center;height:auto !important;
}
.irbutton:hover, .btn-primary:hover, .ClsButton:hover, .size:hover
{
	     background-color: #74DD88;
    color: #002680 !important;
}
.irbutton2
{
	font-size:15px;line-height:22px;
	color: #002680;text-transform: uppercase;
	letter-spacing: 1px;display:inline-block;
	vertical-align:middle;font-family: "Avenir-heavy";
}
/**********Priceticker iframe*********/
#shareticker
{
	color:#000;
}
#shareticker h4 {		
   font-weight: bold;		
   margin: 0px;
   display: inline-block;
   font-size: 15px;
   line-height: 15px;
   margin: 0px 4px 0px 0px;
}
#shareticker .stockprice .priceDown h4:before, #shareticker .stockprice .priceUp h4:before {
	content: "";
    background-size: cover;
    width: 11px;
    height: 10px;
    display: inline-block;
    margin: 0px 5px 0px 0px; 
}
#shareticker .stockprice .priceUp h4:before {
	background-image: url(../images/arrowup.png);
}
#shareticker .stockprice .priceDown h4:before {
	background-image: url(../images/arrowdown.png);
}
#shareticker .stockprice div
{
	display: inline-block;
	font-size: 15px;
   line-height: 15px;	
}
#shareticker .stockprice 
{
	display:inline-block;/*margin-right:12px;*/
}
#shareticker h5
{
	display: inline-block;
	margin: 0px 12px 0px 0px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	color: #282560;
}
#shareticker p
{
	/*display: inline-block;*/
	margin: 0px;
	font-size: 12px;
	line-height: 12px;
	display:block;
}

#newsalert-ircontact-wrapper, #reports-wrapper, #csc-wrapper
{
	
}
#stockinfo-wrapper
{
	background:url(../images/sp-bg.jpg) center;
	background-size: cover;
    padding: 100px 0px;background-position: center top;
}
#stockinfo-wrapper h1
{
  font-family:"Avenir-black";
  font-size:54px;line-height:60px;
  color: #4762A3;letter-spacing: 2px;
  margin:0px;display: inline-block;
}

#stockinfo-wrapper h3
{
	margin: 0px 6px 0px 0px;
    font-family: "Avenir-black";
    display: inline-block;	
	vertical-align:middle;	
}
#stockinfo-wrapper .launchTxt
{
	font-size:14px;
}
#stockinfo-wrapper .stockprice .priceDown div:before, #stockinfo-wrapper .stockprice .priceUp div:before {
    content: "";
    background-size: cover;
    width: 24px;
    height: 23px;
    display: inline-block;
	margin:0px 6px;   
}
#stockinfo-wrapper .stockprice 
{
	margin-top:15px;
}
#stockinfo-wrapper .stockprice .priceUp div:before {
    background-image: url(../images/arrowup.png);	
}
#stockinfo-wrapper .stockprice .priceDown div:before {
    background-image: url(../images/arrowdown.png);
}
#stockinfo-wrapper .stockprice div
{
	font-size: 22px;
	line-height:26px;
    font-weight: 400;
    display: inline-block;
    color: #02050D;
}

#stockinfo-wrapper .stocklist div {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    padding: 10px 20px;
    text-align: left;
    border-right: 2px solid #7B7B7B;
    margin: 20px 0px 0px 0px;
}
#stockinfo-wrapper .stocklist div span {
    font-size: 34px;
    display: block;
    line-height: 34px;   
    padding-top: 24px;
    color: #00C389;
    letter-spacing: 3px;
    font-family: "Avenir-black";
}
#stockinfo-wrapper .stocklist div:first-child
{
	padding-left:0px;text-align:left;
}
#stockinfo-wrapper .stocklist div:last-child
{
	border:none;padding-right:0px;text-align:right;
	
}
#stockinfo-wrapper .stocklist div:nth-child(2) 
{
	text-align:center;
}
#stockinfo-wrapper .eod {    
   display: inline-block;
    font-size: 14px;
    line-height: 14px;   
    color: #929292;
    margin-top: 37px;
	float:left;
}
#stockinfo-wrapper .irbutton
{
	float:right;margin-top:25px;
}

#kh-wrapper
{ 
  padding: 100px 0px;text-align:center;
}
#kh-wrapper h3
{
	color:#7B7B7B;
	font-family: "Avenir-black";
	text-transform: uppercase;
	margin: 15px 0px 30px 0px;
}
#kh-wrapper h1
{
	color: #00C389;
	font-size:46px;
	line-height:50px;
	letter-spacing:2px;
	margin: 0px 0px 10px 0px;
}
#kh-wrapper h1 span
{
	font-size:26px;line-height:32px;
	color: #070707;
}
#kh-wrapper .col-lg-4
{
	 border-right: 2px solid #7B7B7B;
}
#kh-wrapper p
{
	font-size:16px;color: #B7B7B7;text-align:right;
	margin-top:35px;
}

#ba-wrapper
{
	background:url(../images/bursa-bg.jpg) center;
	background-size: cover;
    padding: 100px 0px;
}
#ba-wrapper h2
{
	color:#fff;
}
#ba-wrapper .datebox-wrapper
{		
	text-align: left;      
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;    
    background-color: #FFFFFF;
    min-height:150px;height:100%;
	transition: transform 500ms;
	border-radius: 10px;
	padding:35px 30px;font-size:15px;line-height:20px;
}
#ba-wrapper .datebox-wrapper a
{
	color:#000;margin:0px 0px 50px 0px;
    display: block;
}
#ba-wrapper .datebox-wrapper p
{
	color: #00C389;
	    margin: 0px;
    position: absolute;
    bottom: 35px;
}

#ba-wrapper .announcements-slider .slick-track
{
	display: flex !important;
}
#ba-wrapper .announcements-slider .slick-slide
{
	 height: inherit !important;
}
#ba-wrapper a.irbutton, section#cc-wrapper a.irbutton
{
	margin-top:28px;
}

#reports-wrapper
{
	padding:100px 0px;
}
#reports-wrapper h2
{
	text-align:center;
}
#reports-wrapper h4
{
	letter-spacing: 1.8px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Avenir-heavy";
    margin: 0px 0px 30px 0px;
}

#reports-wrapper .report-box 
{
    background-color: #F4F4F4;text-align:center;
	height:100%;background-color: #004655;position:relative;
}
#reports-wrapper .report-box div.reportsinfo-bg
{
	padding: 45px 20px 40px 20px;
	
}

#reports-wrapper .report-box a.irbutton
{
	min-width:200px;margin-top:10px;
}

#sc-wrapper
{
	background:url(../images/sc-bg.jpg) center;
	background-size: cover;
    padding: 100px 0px;color:#fff;
}
#sc-wrapper h2
{
	color:#fff;
}
#sc-wrapper .cc-title
{
	    font-family: "Avenir-heavy";
		font-size:24px;line-height:30px;
		margin-bottom:10px;
}
#sc-wrapper p
{
	font-size:18px;line-height:30px;
	
}
#sc-wrapper .irbutton
{
	margin-top:30px;
}
#newsalers-wrapper
{
	padding:100px 0px;
	text-align:center;
}
#newsalers-wrapper .irbutton2
{
	margin-left:15px;
}
#newsalers-wrapper p
{
	font-size:16px;letter-spacing: 0px;color: #707070;
	line-height:24px;margin-bottom:45px;
}

#contacts-wrapper
{
	padding-bottom:100px;
}
#contacts-wrapper h4
{
	font-family:"Avenir-heavy";margin:30px 0px 18px 0px
}
#contacts-wrapper h4 span
{
	display:block;padding-top:4px;
}
#contacts-wrapper h3
{
	font-family:"Avenir-heavy";color: #002680;
	margin:0px 0px 24px 0px
}
#contacts-wrapper p
{
	font-size:16px;line-height:24px;letter-spacing:1.6px;
}
#contacts-wrapper a
{
	color:#000;
}


/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px)
{
	
  
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
 #stockinfo-wrapper .stocklist div span
 {
	 font-size:26px;line-height:26px;
 }
 #kh-wrapper h1
 {
	 font-size:38px;line-height:40px;
 }
}
@media (min-width: 992px)
{
 
}
@media (max-width: 991px) 
{
 
 
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
	
}
@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;
  } 
   #kh-wrapper .col-lg-4:first-child
	{
		text-align:left;
	}
	#kh-wrapper .col-lg-4:last-child
	{
		border:none;text-align:right;	
	}
/*	#contacts-wrapper .col-lg-6 p:first-of-type
	{
	min-height:50px;
	}*/
	 .reportsinfo-bg div {
    position: absolute;
    bottom: 45px;
 }
 #reports-wrapper h4
 {
	 margin:0px 0px 150px 0px;
 }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{
 #kh-wrapper p
 {
	 text-align:center;
 }
 #kh-wrapper .col-lg-4:last-child
 {
	margin-bottom:0px; 
 }
 #kh-wrapper .col-lg-4 {
    border:none;
 }
 #kh-wrapper h3
 {
	margin: 0px 0px 10px 0px;
 }
 #stockinfo-wrapper, #contacts-wrapper, #sc-wrapper
 {
	 text-align:center;
 }
 #sc-wrapper .col-lg-6:first-child,  #stockinfo-wrapper .stocklist, #kh-wrapper .col-lg-4, #contacts-wrapper .col-lg-6:first-child, 
 #reports-wrapper .col-lg-4:first-child, #reports-wrapper .col-lg-4:nth-child(2)
 {
	 margin-bottom:50px;
 }

 
 
}
@media (max-width: 480px)
{
h2
	{
	  font-size: 28px;
	}
	#stockinfo-wrapper .launchTxt
	{
		display:block;
	}
 
}
/* Portrait i phones and smaller */
@media (max-width: 380px) 
{
	h2
	{
	  font-size: 26px;
	}
}