@charset "utf-8";
/* CSS Document */

body
{  
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;   
    color: #000;
	background-color:transparent !important;
}
a
{
	text-decoration:none; color:#ec1c24;
	outline: none;
}
a:hover
{
	text-decoration:none;color:#ec1c24;
}
h1, h2, h3
{
	
}

h4
{
	font-size:20px;line-height:24px;font-weight:600;
	margin-top:0px;
}
h2
{
	font-weight: 600;
    font-size: 34px;
    line-height: 45px;    
    margin: 0 0 32px;
}
.irbutton, .btn-primary, .ClsButton, .size
{  
    border: 0.9px solid #ec1c24 !important;
    overflow: hidden;
    flex-direction: row;
    padding: 12px 24px;
    text-align: center;    
    color: #ec1c24 !important;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s;
	position: relative;
    line-height: 24px;
    font-weight: 600 !important;
    white-space: nowrap;
    font-size: 15px !important;
	font-family: "Poppins", sans-serif !important;
	min-width:164px;display:inline-block;
	background-color: transparent;
    border-radius: 0px;
	width: auto !important;
    height: auto !important;
}
.irbutton:hover, .btn-primary:hover, .ClsButton:hover, .size:hover
{
    color: #fff !important;
    background-color: #ec1c24;border: 0.9px solid #ec1c24 !important;
}
.stocklist {
  display: flex; 
  align-items: flex-start;
  flex-wrap: wrap; 
  padding: 0;
/*  background-color: rgba(0, 0, 0, 0.5);*/
  color:#fff; 
}
.stocklist div { 
  font-size: 16px;
  border-left: 1px dashed #fff;
  padding: 24px 38px;text-align:center;
}
.stocklist div:first-child
{
	border-left:0px;
	padding-left:2px;
	text-align:left;
}
.stocklist div:last-child
{
	text-align:right;
}
.stocklist span {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  display: block;
  margin-top: 8px; 
}

#stockinfo-wrapper, #ba-wrapper, #ic-wrapper, #newsalert-wrapper, #reports-wrapper, #sm-wrapper
{
	margin-top:80px;
}
#stockinfo-wrapper h3 {
  font-size: 30px;
  font-weight: 600;
  line-height:40px;
  margin:0px;color:#EC1C24; 
  display:inline-block;
  vertical-align: top;
  margin: 0px 24px 0px 0px;
}
#stockinfo-wrapper h1 {
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;   
    margin: 0px;
}
#stockinfo-wrapper .stockprice div {
  font-size: 18px;
  line-height: 26px;   
  font-weight: 400;
  margin-top:10px;
}
#stockinfo-wrapper .stockprice
{
	display:inline-block;
}
#stockinfo-wrapper .stockprice.priceUp div:before, #stockinfo-wrapper .stockprice.priceDown div:before
{
  content: "";
  background-size: contain;
  width: 18px;
  height: 17px;
  display: inline-block;
  margin-right: 6px;  
}
#stockinfo-wrapper .stockprice.priceUp div:before { 
  background: url("../images/arrowup.png") no-repeat center center; 
}
#stockinfo-wrapper .stockprice.priceDown div:before { 
  background: url("../images/arrowdown.png") no-repeat center center; 
}
#stockinfo-wrapper .stockprice.priceUp div
{
	color: #006f0f;
}
#stockinfo-wrapper .stockprice.priceDown div
{
	color: #e9292a;
}
#stockinfo-wrapper .btn-row
{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;margin-top: 30px;
}
#stockinfo-wrapper .btn-row p {
    margin-bottom: 0px;
    color: #BBBBBB;
    font-size: 13px;line-height: 18px;
}
#ba-wrapper .datebox-wrapper
{		
	text-align: left;          
    background-color: #F4F4F4;  
	transition: transform 500ms;	
	padding: 24px 24px 20px 24px;
	border: 1px solid #E6E6E6;
	border-radius: 10px;margin-bottom: 20px;
}
#ba-wrapper .ba-item {
    display: flex;
    align-items: center;
}
#ba-wrapper .ba-item p
{
	color: #D8453E;margin:0px 0px 0px 12px;
}
#ba-wrapper .datebox-wrapper a
{
	color:#000;
    display: block;
	margin-top:10px;
}
#ba-wrapper .irbutton
{
	margin-top:16px;
}
#sm-wrapper h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 14px;
}
#reports-wrapper h2
{
	text-align:center;
}
#reports-wrapper .reports-bg
{
 background:url(../images/prospectus-img.jpg) no-repeat center;
 height: 400px;
 overflow:hidden;
 position: relative;
 background-size: cover !important;
}
#reports-wrapper .col-lg-3:nth-of-type(2) .reports-bg
{
	 background:url(../images/ar-img.jpg) no-repeat center;
	 
}
#reports-wrapper .col-lg-3:nth-of-type(3) .reports-bg
{
	 background:url(../images/qr-img.jpg) no-repeat cente;
}
#reports-wrapper .col-lg-3:nth-of-type(4) .reports-bg
{
	 background:url(../images/circulars-img.jpg) no-repeat center;
}
#reports-wrapper .reports-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.4);
    z-index: 1;
    transition: left 0.5s ease;
}
#reports-wrapper .reports-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 0;
}
#reports-wrapper .overlay-content {
    position: relative;
    z-index: 2; 
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 100%;
	padding:24px;
}
#reports-wrapper .reports-icons{
    transform: translateY(-150%);
    opacity: 0;
    font-size: 17px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    line-height: 28px;
    font-weight: 400;
    min-height: 112px;
	position: absolute;
    top: 38px;
}
#reports-wrapper .overlay-content:hover .reports-icons {
    transform: translateY(0);
    opacity: 1;
}
#reports-wrapper .reports-bg:hover:before {
    left: 0;
}
#reports-wrapper .reports-bg h3
{
	position: absolute;
    bottom: 40px;
    left: 24px;
    color: #fff;
    z-index: 9999;
    margin: 0px;
    font-size: 28px;line-height:34px;
    font-weight: 600;
	min-height: 68px;
}
#reports-wrapper .reports-icons a
{
	background-color: #D8453E;
    padding: 12px 10px 6px 10px;
    color: #fff;border-radius:4px;
}
#reports-wrapper .reports-icons a:hover
{
	background-color: #fff;color: #D8453E;
}
#reports-wrapper .reports-icons a:before
{
	font-family: FontAwesome !important;	
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    content: "\f019";  
	font-size: 24px;
}
#reports-wrapper .reports-icons a.r-view:before
{
	content: "\f002";
}
#reports-wrapper .reports-icons a.r-view
{
	margin-left:6px;
}
#sm-wrapper .irbutton
{
	margin-top:24px;
}
#newsalert-wrapper
{
	background: url(../images/news-alerst-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0px;
    color: #fff;
    text-align: center;
}
#newsalert-wrapper h2
{
	color:#fff;
}
#newsalert-wrapper .custom-form {
    display: flex;
    gap: 28px;
}
#newsalert-wrapper .custom-form .form-control {
    width: 50%;margin: 20px 0px;
}
#newsalert-wrapper  .irbutton
{
	border-color:#fff !important;
	color:#fff !important;
	margin:20px 10px 0px 10px;
}
#newsalert-wrapper  .irbutton:hover
{
	border-color:#ec1c24  !important;
}
#ic-wrapper .iconbox div
{
	 font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin: 20px 0px;
    color: #000;
}
#ic-wrapper .iconbox a
{
	 color:#000;
}
#ic-wrapper .iconbox div span
{
	display:inline-block;vertical-align:middle;
	font-family: "Lexend Deca", sans-serif; 
}
#ic-wrapper .iconbox div span strong
{
	font-size:16px;line-height:24px;font-weight:400;
}
#ic-wrapper .iconbox img
{
	margin-right:16px;
}
#ic-wrapper  p
{
	margin-bottom:26px;
}

@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)
{
 
}
@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;
  } 
 .flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.no-gutters {
    margin-right: 1px;
    margin-left: 0px;
}
.no-gutters > [class*="col-"] {
    padding-right: 1px;
    padding-left: 0px;
}
 
    
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{ 
 #ic-wrapper h2, #ba-wrapper h2
 {
	 margin-top:30px;
 }
 .stocklist div
 {
	width: 50%;
    text-align: center !important;
	padding: 5px 12px !important;
 }
 .stocklist div:nth-child(3)
 {
	border-left: 0px;
 }
 .stocklist span
 {
	 font-size:20px;line-height:20px;font-weight: 700;margin-top:0px;
 }

}
@media (max-width: 480px)
{
 
}
/* Portrait i phones and smaller */
@media (max-width: 320px) 
{
	
}