@charset "utf-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*  font-family: "Roboto", sans-serif;
 
 font-family: "Open Sans", sans-serif;
  font-family: "Hind Siliguri", sans-serif;
 */





body {
	/*font-family: "Hind Siliguri", sans-serif;*/
	/*font-family: "Roboto", sans-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color: #212529;
	/*font-size:21px;*/
	font-size:18px;
	font-weight:normal;
	line-height: 1.2;
}
p {
}
a {
	text-decoration: none !important;
	/*color: #970a0a;*/
	color: #fa0606;
}
a:hover {
	text-decoration:none;
	color: #969696;
}
.button, .view-more, .btn-primary, .ClsButton, .size {
	display: inline-block;
	background-repeat:no-repeat;
	color: #970a0a !important;
	font-size: 14px !important;
	line-height:18px;
	text-align:center;
	font-weight: 500 !important;
	padding: 11px 35px;
	text-align: center;
	font-family: "Roboto", sans-serif !important;
	border: 2px solid #970a0a !important;
	min-width:123px;
	text-transform:uppercase !important;
	background:none !important;
}
.button:hover, .view-more:hover, .btn-primary:hover, .ClsButton:hover, .size:hover, .button:active, .view-more:active, .btn-primary:active, .ClsButton:active, .size:active, .button.active, .view-more.active, .btn-primary.active, .ClsButton.active, .size.active, .button:hover:visited, .view-more:hover:visited, .btn-primary:hover:visited, .ClsButton:hover:visited, .size:hover:visited, .button:hover:active, .view-more:hover:active, .btn-primary:hover:active, .ClsButton:hover:active, .size:hover:active, .button.active:hover, .view-more.active:hover, .btn-primary.active:hover, .ClsButton.active:hover, .size.active:hover, .button:active:hover, .view-more:active:hover, .btn-primary:active:hover, .ClsButton:active:hover, .size:active:hover {
	background-color:#970a0a !important;
	outline:none;
	box-shadow:none !important;
	color:#fff !important;
	transition:all 0.1s ease;
	text-transform:uppercase !important;
}
.btn-primary span:before {
	content: "\f061";
	font-family:Fontawesome;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	color:#970a0a !important;
	position:relative;
	left:-12px
}
.btn-primary:hover span:before {
	content: "\f061";
	font-family:Fontawesome;
	display:inline-block;
	font-size:14px;
	font-weight:400;
	color:#fff !important;
	position:relative;
	animation: moveArrow 0.2s ease;
}
/* Keyframes: move right and back */
@keyframes moveArrow {
 0% {
transform: translateX(0);
}
 50% {
transform: translateX(15px);
opacity: 0;
}
 75% {
transform: translateX(-12px);
}
 100% {
transform: translateX(0);
}
}
.normal-btn {
	display: inline-block;
	background-repeat:no-repeat;
	color: #970a0a !important;
	font-size: 14px !important;
	line-height:18px;
	text-align:center;
	font-weight: 500 !important;
	padding: 11px 35px;
	text-align: center;
	font-family: "Roboto", sans-serif !important;
	border: 2px solid #970a0a !important;
	min-width:123px;
	background:none !important;
}
.normal-btn:hover {
	background-color:#970a0a !important;
	outline:none;
	box-shadow:none !important;
	color:#fff !important;
	transition:all 0.1s ease;
}
.white-btn, .white-btn span:before {
	color:#fff !important;
	border-color:#fff !important;
}
.ClsButton {
	height:auto !important;
}
.white {
	color:#fff !important;
}
.mb20 {
	margin-bottom:20px;
}
.main-title {
	margin-bottom:20px;
}
.head-main-title {
	margin-top:180px;
}
.head-main-title h2 {
	font-family: "Roboto", sans-serif;
	font-size:52px;
	line-height:52px;
	font-weight:bold;
	letter-spacing:-1.26px;
	color:#000000;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}
.main-title h2 {
	font-family: "Roboto", sans-serif;
	font-size:32px;
	line-height:32px;
	font-weight:bold;
	letter-spacing:-1.26px;
	color:#970A0A;
	margin-top:0;
	margin-bottom:0;
}
.center-title {
	text-align:center;
}
.ov-title {
	font-size:36px;
	line-height:36px;
	color:#212121;
	font-weight:bold;
	text-transform:uppercase;
	border-left:5px solid #d7b12a;
}
.sec-1, .sec-2, .sec-3, .sec-4, .sec-5, .sec-6 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:80px;
}
/*if you notice anything wrong remove it*/
.table {
	table-layout:fixed;
}
/*==============================================================
STOCK PERFORMANCE CSS STARTS HERE
================================================================*/
.stk-title {
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	margin-bottom:15px;
}
.stk-price {
	font-size:58px;
	line-height:58px;
	color:#000;
	font-weight:bold;
	margin-bottom:15px;
}
.stk-chg {
	font-size:16px;
	line-height:16px;
	color:#000;
	display:inline-block;
	background:#f1f1f1;
	border-radius:15px;
	padding:10px 15px;
}
.Up {
	background:#E5F7EC;
	border-radius:15px;
	padding:10px 15px;
	color:#5AB87C;
}
.Up:before {
	content:'';
	display:inline-block;
	background-image:url(../images/up.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	width:15px;
	height:13px;
	margin-right:10px;
}
.Down {
	background:#ffddde;
	border-radius:15px;
	padding:10px 15px;
	color:#ec1c24;
}
.Down:before {
	content:'';
	display:inline-block;
	background-image:url(../images/down.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	width:15px;
	height:13px;
	margin-right:10px;
}
.ohlv {
	margin-top:35px;
}
.open, .low, .high, .vol {
	float:left;
	width:23%;
	font-size:26px;
	line-height:32px;
	font-weight:bold;
	display:block;
	border-right:1px dashed #c9c9c9;
	padding:0 10px;
	text-align:center;
}
.open span, .low span, .high span, .vol span {
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	display:block;
	margin-bottom:10px;
}
.vol {
	border-right:none;
}
.cs-eod-sec {
	padding-left:0 !important;
}
.eod {
	font-size:9px;
	line-height:14px;
	color:#A49898;
	margin-top:35px;
	margin-bottom:55px;
}
.eod-btn-sec {
	text-align:right;
}
/*==============================================================
BURSA ANNOUNCEMENTS SECTION CSS STARTS HERE
================================================================*/
.sec-2 {
	width:100%;
	background:#F1F1F1;
	padding:100px 0;
}
.ba-item-cont {
	width:100%;
	display:flex;
	align-items:center;
	padding-right:15px;
}
.bursa-left {
	float:left;
	width:100%;
	height:100%;
	min-height:420px;
}
.btn-bottom {
	position:absolute;
	bottom:0;
}
.ba-cal {
	max-width:90px;
	padding:20px;
	font-size:16px;
	line-height:19px;
	color:#FA0606;
	font-weight:bold;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.ba-cal span {
	font-size:30px;
	line-height:37px;
	font-weight:bold;
	color:#FA0606;
	display:block;
	display:flex;
	align-items:center;
}
.ba-item {
	display:flex;
	background:#fff;
	margin-bottom:30px;
}
.ba-img {
	max-width:21%;
	min-width:21%;
	/*min-width:22%;*/
	width:auto;
	height:100%;
}
.ba-img img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.ba-cont {
	font-size:21px;
	line-height:24px;
	color:#000000;
	font-weight:400;
}
/*==============================================================
REPORTS SECTION CSS STARTS HERE
================================================================*/

.mobile-on {
	display:none;
}
.desktop-on {
	display:block;
}
.pros-sec {
	background:url(../images/prospectus.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	width:100%;
	height:440px;
	margin-bottom:15px;
	display:flex;
	align-items:center;
	padding:53px 30px;
	margin-bottom:24px;
}
.rp-title {
	float:left;
	width:40%;
	font-size:30px;
	line-height:36px;
	color:#fff;
	font-weight:bold;
	text-align:left;
}
.btn-sec {
	float:left;
	width:60%;
	display:flex;
}
.btn-sec a.rp-btn {
	width:50%;
	margin-right:15px;
	color:#fff;
	border:1px solid #fff;
	border-radius:5px;
	font-size:16px;
	line-height:21px;
	text-transform:uppercase;
	padding:15px;
	display:flex;
	align-items:center;
}
.btn-sec a.rp-btn:hover, .btn-sec-center a.rp-btn:hover {
	background:#970a0a;
	border:1px solid #970a0a;
}
.btn-sec a.rp-download:before {
	content:'';
	display:inline-block;
	background:url(../images/rp-download.png) no-repeat;
	background-size:contain;
	margin-right:10px;
	width:21px;
	height:21px;
	background-position:center center;
}
.btn-sec a.rp-view:before {
	content:'';
	display:inline-block;
	background:url(../images/rp-view.png) no-repeat;
	background-size:contain;
	margin-right:10px;
	width:21px;
	height:21px;
	background-position:center center;
}
.latest-qr-sec {
	background:url(../images/qr.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	width:100%;
	height:345px;
	margin-bottom:15px;
	padding:53px 30px;
}
.rp-title-center {
	float:left;
	margin-bottom:35px;
	width:100%;
	font-size:30px;
	line-height:36px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.btn-sec-center {
	width:100%;
	display:flex;
	flex-direction:column;
}
.btn-sec-center a.rp-btn {
	float:left;
	width:100%;
	margin-right:15px;
	color:#fff;
	border:1px solid #fff;
	border-radius:5px;
	font-size:16px;
	line-height:21px;
	text-transform:uppercase;
	padding:15px;
	margin-bottom:15px;
	text-align:center;
	display:flex;
	justify-content:center;
}
.btn-sec-center a.rp-download:before {
	content:'';
	display:inline-block;
	background:url(../images/rp-download.png) no-repeat;
	background-size:contain;
	margin-right:10px;
	width:21px;
	height:21px;
	background-position:center center;
}
.btn-sec-center a.rp-view:before {
	content:'';
	display:inline-block;
	background:url(../images/rp-view.png) no-repeat;
	background-size:contain;
	margin-right:10px;
	width:21px;
	height:21px;
	background-position:center center;
}
.circular-sec {
	background:url(../images/circulars.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	width:100%;
	height:345px;
	margin-bottom:15px;
	padding:53px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.circular-sec .rp-title-center {
	margin-bottom:106px;
}
.rp-main-title .main-title h2 {
	text-align:center;
	color:#970A0A;
	padding:70px 0;
	letter-spacing:-1.26px;
}
.ar-home-sec {
	background:url(../images/ar.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	width:100%;
	height:608px;
	margin-bottom:15px;
	display:flex;
	align-items:center;
	padding:53px 30px;
}
/*==============================================================
NEWS ALERT SECTION CSS STARTS HERE
================================================================*/
.form-control {
	font-size:16px;
}
.subsc-btn {
	text-align:right;
	margin-top:21px;
}
.corp-cal-sec .main-title h2 {
	color:#fff;
	text-align:left;
}
.corp-cal-sec {
	background:url(../images/corp-cal.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	width:100%;
	height:485px;
	justify-content:center;
	margin-bottom:15px;
	display:flex;
	flex-direction:column;
	padding:60px;
	margin-top:100px;
	color:#fff;
}
.cal-cont-sec {
	float:left;
	width:100%;
	color:#fff;
	margin-bottom:20px;
}
.cal-head {
	font-size:24px;
	line-height:24px;
	margin-bottom:15px;
	color:#fff;
	font-weight:bold;
}
.cal-head p {
	font-size:16px;
	line-height:28px;
	color:#fff;
	margin-bottom:15px;
}
.contact-sec {
	background:url(../images/corp-cal.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	width:100%;
	height:587px;
	justify-content:center;
	margin-bottom:15px;
	display:flex;
	flex-direction:column;
	padding:50px;
	color:#fff;
}
.contact-sec .main-title h2 {
	color:#fff;
	text-align:left;
}
.irc-links-sec {
	float:left;
}
.irc-link {
	font-size:24px;
	line-height:29px;
	color:#fff;
	margin-bottom:20px;
	display:block;
	width:100%;
}
.ir-cp {
	position:relative;
	display:inline-block;
	padding-left:70px;
}
.ir-cp span {
	font-size:16px;
	line-height:21px;
	color:#fff;
	display:block;
}
.ir-cp:before {
	content:'';
	display:inline-block;
	background:url(../images/contact-person.png) no-repeat;
	background-size:contain;
	width:47px;
	height:50px;
	margin-right:30px;
	position:absolute;
	left:0;
}
.ir-tel {
	position:relative;
	/* display:inline-block;*/
padding-left:70px;
	display:flex;
	align-items:center;
	margin-bottom:27px;
}
.ir-tel:before {
	content:'';
	display:inline-block;
	background:url(../images/tel.png) no-repeat;
	background-size:contain;
	width:46px;
	height:37px;
	margin-right:30px;
	position:absolute;
	left:0;
}
.ir-email {
	position:relative;
	/*display:inline-block;*/
padding-left:70px;
	display:flex;
	align-items:center;
}
.ir-email:before {
	content:'';
	display:inline-block;
	background:url(../images/email.png) no-repeat;
	background-size:contain;
	width:46px;
	height:46px;
	margin-right:30px;
	position:absolute;
	left:0;
}



/*==========  Mobile First Method  ==========*/


@media(max-width:1199px) {
}
 @media (min-width: 768px) {
}
 @media (min-width: 992px) {
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
}



/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
 .stk-price {
 font-size: 42px;
 line-height: 42px;
 color: #000;
 font-weight: bold;
 margin-bottom: 15px;
}
.stk-chg {
 font-size: 13px;
 line-height: 13px;
 color: #000;
 display: inline-block;
}
.eod {
 font-size: 9px;
 line-height: 14px;
 color: #A49898;
 margin-top: 35px;
 margin-bottom: 21px;
}
.open, .low, .high, .vol {
 float: left;
 width: 23%;
 font-size: 20px;
 line-height: 20px;
}
 .bursa-left {
 float: left;
 width: 100%;
 height: 100%;
 min-height: 436px;
}
 .pros-sec, .ar-home-sec {
 display: flex;
 align-items: center;
 padding: 53px 30px;
 flex-direction: column;
 justify-content: center;
}
.rp-title {
 width:100%;
 margin-bottom:30px;
}
.btn-sec {
 width:100%;
}
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
 .eod-btn-sec {
 margin-top:30px;
}
 .eod, .btn-block {
 float:left;
 width:50%;
}
.eod {
 margin-top:0;
 margin-bottom:0;
 text-align:left;
}
.open {
 text-align:left;
}
.vol {
 text-align:right;
}
.ba-img {
 max-width: 33%;
 width: auto;
 height: 100%;
}
.bursa-left {
 float: left;
 width: 100%;
 height: 100%;
 min-height: 415px;
}
}
@media (min-width: 768px) {
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
 .mobile-on {
 display:block;
}
 .desktop-on {
 display:none;
}
 .eod-btn-sec {
 text-align: left;
 padding-left: 15px;
}
.bursa-left {
 float: left;
 width: 100%;
 height: 100%;
 min-height: 60px;
}
.btn-bottom {
 position:static;
}
.ba-img {
 width: auto;
 height: 100%;
 max-width: 30%;
 min-width:30%;
}
.ar-home-sec {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}
.ar-home-sec .rp-title {
 float:left;
 width:100%;
 margin-bottom: 106px;
 text-align:center;
}
.irc-link {
 font-size:18px;
 line-height:22px;
 word-break:break-all;
}
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
 .open, .low, .high, .vol {
 width:100%;
 border-bottom:1px dashed #c9c9c9;
 padding-bottom:15px;
 margin-bottom:15px;
 border-right:none;
}
.eod {
 font-size: 9px;
 line-height: 14px;
 color: #A49898;
 margin-top: 15px;
 margin-bottom: 15px;
}
 .pros-sec {
 display: flex;
 align-items: center;
 padding: 53px 30px;
 flex-direction: column;
 justify-content: center;
}
.rp-title {
 width:100%;
 margin-bottom:30px;
}
.btn-sec {
 width:100%;
}
 .corp-cal-sec {
 height:auto;
}
}
/* Portrait i phones and smaller */
@media (max-width: 414px) {
}
@media (max-width: 380px) {
 body {
	/*font-family: "Hind Siliguri", sans-serif;*/
	/*font-family: "Roboto", sans-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
 color: #212529;
	/*font-size:21px;*/
	font-size:16px;
 font-weight:normal;
 line-height: 1.2;
}
 .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
 font-size:16px;
line-height:20px;
 word-wrap: break-word;
}
}
