@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
	font-size:16px;
	line-height:22px;
	color:#4c525f;
}
.mb-15 {
	margin-bottom:15px;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-30 {
	margin-bottom:30px;
}
.mb-40 {
	margin-bottom:40px;
}
.vm-btn {
	color:#2d257d;
	font-size:16px;
	line-height:50px;
	text-decoration:none;
	font-weight:bold;
}
.ar-btn {
	color:#515362;
	font-size:16px;
	line-height:50px;
	text-decoration:none;
	font-weight:bold;
}
/*.vm-btn:after, .ar-btn:after {
	content:url(../images/right-arrow.png);
	width:50px;
	height:50px;
	border-radius:50px;
	display:inline-block;
	background-position:center center;
	background-size:cover;
	background-color:#FDE907;
	margin-left:90px;
	text-align:center;
}*/

 
.btn-text{
	display:inline-block;
 
}


.y-circle{
	display:inline-block;
	margin-left:25px;
	background-color:#FDE907;
	width:50px;
	height:50px;
	border-radius:50px;
	position:relative;
	top:17px;
	
}

.y-circle:before{
	content:url(../images/right-arrow.png);
	display:inline-block;
	position:absolute;
	right:61px;
	z-index:2;
	opacity:0;
 
}

.y-circle:after {
	content:url(../images/right-arrow.png);
	display:inline-block;
	position:absolute;
	right:17px;
	z-index:2;
	opacity:1;
 
}

.vm-btn:hover .y-circle:after{
 
	z-index:2;
	opacity:1;
	opacity:0;
	transform:translateX(32px);
	transition:all .3s;
 
}
.vm-btn:hover .y-circle:before{
 
	z-index:2;
	opacity:1;
	opacity:1;
	transform:translateX(43px);
	transition:all .3s;
 
}
 

/*
.vm-btn:hover:before, .ar-btn:hover:before {
	content:url(../images/right-arrow.png);
	display:inline-block;
 	margin-left:90px;
	text-align:center;
	transform:translateX(30px);
	transition:all .3s;
 
}
*/



 







.vm-btn-big {
	color:#2d257d;
	font-size:50px;
	line-height:55px;
	text-decoration:none;
	font-weight:bold;
}
.vm-btn-big:after {
	content:url(../images/right-arrow.png);
	width:80px;
	height:80px;
	border-radius:50px;
	display:inline-block;
	background-position:center center;
	background-size:cover;
	background-color:#fff;
	margin-left:150px;
	text-align:center;
	position:relative;
	top:-13px;
}

.vm-btn-inner {
	color:#4D5060;
	font-size:16px;
	line-height:41px;
	text-decoration:none;
	font-weight:bold;
}
.vm-btn-inner:after{
	content:url(../images/right-arrow.png);
	width:40px;
	height:40px;
	border-radius:50px;
	display:inline-block;
	background-position:center center;
	background-size:cover;
	background-color:#FDE907;
	margin-left:30px;
	text-align:center;
}
.simple-btn:after{
	content:url(../images/right-arrow.png);
	width:40px;
	height:40px;
	border-radius:50px;
	display:inline-block;
	background-position:center center;
	background-size:cover;
	background-color:#FDE907;
	margin-left:30px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	
}

.rpt-links {
	color:#404155;
	font-size:16px;
	line-height:41px;
	text-decoration:none;
	font-weight:bold;
}
.rpt-links:after {
	content:url(../images/right-arrow-small.png);
	width:40px;
	height:40px;
	border-radius:50px;
	display:inline-block;
	background-position:center center;
	background-size:cover;
	background-color:#FDE907;
	margin-left:90px;
	text-align:center;
}
.sec-1, .sec-2, .sec-3, .sec-4, .sec-5, .sec-6, .sec-7 {
	float:left;
	width:100%;
}
.main-title h2 {
	font-size: 36px;
	font-family: 'Montserrat';
	color:#2d257d;
	margin-bottom: 40px;
	font-weight:700;
}
.main-title h3 {
	font-size: 28px;
	line-height:28px;
	font-family: 'Montserrat';
	color:#2d257d;
	margin-bottom: 15px;
	font-weight:bold;
}

h2 {
	font-size: 36px;
	font-family: 'Montserrat';
	color:#2d257d;
	margin-bottom: 40px;
}
.bg-lb {
	background:#f0f9ff;
	padding:100px 0;
}
.bg-yellow {
	background:#FDE907;
	padding:80px 0;
}
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #F0F9FF !important;
   --bs-table-bg-type:#F0F9FF ;
} 
.table{
	border-bottom-width:0;
	--bs-border-width: 0;

}
.imt-table thead tr{
	background:#2d257d !important;
    border-bottom: 3px solid #e3d200 !important;
    font-size: 105%;
	--bs-table-bg:#2d257d !important;
	--bs-table-color:#fff;
}

.lm-item{
	display:none;
}


/*================================================================================
BLUE STRIP CSS STARTS HERE
==================================================================================*/
.sec-blue{
	float:left;
	width:100%;
	background:#2D257D;
	padding:27px;
	margin-bottom:112px;
}
.bld-title{
	font-size:18px;
	line-height:18px;
	margin-bottom:18px;
	color:#fff;
	font-weight:bold;
}
.drp-links a, .wh-arrow{
	font-size:14px;
	line-height:14px;
	color:#fff;
	margin-bottom:14px;
	text-decoration:underline;
}

.wh-arrow:after{
		content:url(../images/right-arrow-white.png);
	 display:inline-block;
	background-position:center center;
	background-size:cover;
	 margin-left:10px;
	text-align:center;
	
}

/*================================================================================
QUARERLY REPORTS AND PRESENTATION CSS STARTS HERE
==================================================================================*/


.hqrtr-cont {
	background-color:#f0f9ff;
	padding:15px;
}
.hqtr-title {
	font-size:22px;
	line-height:26px;
	margin-bottom:32px;
	color:#2fa1ff;
	font-weight:bold;
}
.qrtr-cont{
	margin-bottom:65px;
}


.hqrtr-cont a {
	font-size:16px;
	color:#3d4552;
	display:block;
	width:100%;
	text-decoration:none;
	margin-bottom:15px;
	font-weight:bold;
}

.qr-er:before{
	content:'';
	display:inline-block;
	background:url(../images/er-icon.png) no-repeat;
	width:21px;
	height:25px;
	background-position:center center;
	background-size:cover;
	margin-right:8px;
	position:relative;
	top:5px;
	
}

.qr-pr:before{
	content:'';
	display:inline-block;
	background:url(../images/pr-icon.png) no-repeat;
	width:21px;
	height:21px;
	background-position:center center;
	background-size:cover;
	margin-right:8px;
	position:relative;
	top:5px;
}


.qr-ap:before{
	content:'';
	display:inline-block;
	background:url(../images/ap-icon.png) no-repeat;
	width:21px;
	height:21px;
	background-position:center center;
	background-size:cover;
	margin-right:8px;
	position:relative;
	top:5px;
}


/*================================================================================
ANNUAL REPORTS  CSS STARTS HERE
==================================================================================*/
.sec-2 {
	margin-bottom:100px;
}
.hrpt-btn {
	width:100%;
	background:#fff;
}
.rpt-links-bg {
	float:left;
	width:100%;
	background:#fff;
	padding:10px;
	display:inline-block;
	margin-bottom:10px;
}
.cv-text {
	float:left;
	width:100%;
	background:#fff;
	padding:30px;
}
.har-cover {
	float:left;
	width:100%;
}
.cover-title {
	font-family: 'Montserrat';
	font-size:30px;
	line-height:30px;
	margin-bottom:20px;
	color:#2d257d;
	font-weight:800;
}
.ar-cont p {
	font-size:18px;
	line-height:28px;
	font-weight:600;
}
/*================================================================================
KEY-HIGHLIGHTS  CSS STARTS HERE
==================================================================================*/
.sec-3 {
	margin-bottom:100px;
}
.kh-col-bg {
	background-color:#f0f9ff;
	padding:30px;
}
.kh-title {
	font-family: 'Montserrat';
	font-size:16px;
	line-height:20px;
	color:#474f5a;
	height:80px;
	font-weight:700;
}
.kh-val {
	font-family: 'Montserrat';
	font-size:42px;
	line-height:42px;
	font-weight:bold;
	color:#27aaf8;
	margin-bottom:20px;
}
.kh-val span {
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#27aaf8;
	display:block;
}
.kh-fye {
	font-family: 'Montserrat';
	font-size:16px;
	font-weight:600;
}
.kh-up {
	font-family: 'Montserrat';
	font-size:16px;
	font-weight:500;
	color:#2ac382;
}
.kh-up:before {
	content:"";
	background:url(../images/arrowup.png) no-repeat;
	display:inline-block;
	width:11px;
	height:9px;
	background-size:cover;
	background-position:center center;
	margin-right:5px;
}
.kh-down:before {
	content:"";
	background:url(../images/arrowdown.png) no-repeat;
	display:inline-block;
	width:11px;
	height:9px;
	background-size:cover;
	background-position:center center;
	margin-right:5px;
}
/*================================================================================
LATEST DIVIDENDS CSS STARTS HERE
==================================================================================*/
.sec-4 {
	margin-bottom:100px;
}
.ld-cont-bg {
	background-color:#fff;
	padding:40px 28px;
}
.ld-date {
	font-family: 'Montserrat';
	font-size:20px;
	line-height:20px;
	margin-bottom:25px;
	color:#27aaf8;
	font-weight:800;
}
.ld-cont {
	font-family: 'Montserrat';
	font-size:16px;
	line-height:24px;
	margin-bottom:25px;
	color:#000000;
	font-weight:700;
}
.dv-foot p {
	display:block;
	font-size:14px;
	line-height:14px;
	margin-bottom:15px;
	font-weight:600;
	color:#606368;
	letter-spacing:1px;
}
/*================================================================================
STOCK QUOTE AND BURSA ANNOUNCEMENTS CSS STARTS HERE
==================================================================================*/

.sec-5 {
	margin-bottom:100px;
}
.sq-sec {
	float:left;
	width:100%;
	background:#f0f9ff;
	padding:30px 30px;
}
.qt-sec {
	float:left;
	width:100%;
	margin-bottom:40px;
}
.qt-title {
	font-family: 'Montserrat';
	font-size:16px;
	line-height:16px;
	color:#333c43;
	font-weight:500;
}
.qt-val {
	float:left;
	width:50%;
	font-family: 'Montserrat';
	font-size:36px;
	line-height:36px;
	color:#333c43;
	font-weight:800;
	color:#2d257d;
}
.qt-chg {
	float:left;
	width:50%;
	font-family: 'Montserrat';
	font-size:16px;
	line-height:16px;
	color:#333c43;
	font-weight:600;
	text-align:right;
}
.ChgUp {
	color:#32976d;
}
.ChgUp:before {
	content:"";
	background:url(../images/arrowup.png) no-repeat;
	display:inline-block;
	width:11px;
	height:9px;
	background-size:cover;
	background-position:center center;
	margin-right:5px;
}
.ChgDown:before {
	content:"";
	background:url(../images/arrowdown.png) no-repeat;
	display:inline-block;
	width:11px;
	height:9px;
	background-size:cover;
	background-position:center center;
	margin-right:5px;
}
.ohlv-sec {
	float:left;
	width:100%;
}
.ohlv-top, .ohlv-bottom {
	float:left;
	width:100%;
	padding-bottom:25px;
	margin-bottom:25px;
}
.ohlv-box {
	float:left;
	width:50%;
}
.ohlv-box .open {
	float:left;
	width:25px;
	margin-right:10px;
}
.open:before {
	content:"";
	background:url(../images/open.png) no-repeat;
	display:inline-block;
	width:25px;
	height:25px;
	background-size:cover;
	background-position:center center;
	margin-right:5px;
	position:relative;
	top:10px;
}
.ohlv-title {
	font-family: 'Montserrat';
	font-size:14px;
	line-height:14px;
	color:#485158;
	display:block;
	margin-bottom:10px;
	font-weight:600;
}
.ohlv-val {
	font-family: 'Montserrat';
	font-size:18px;
	line-height:18px;
	color:#2d257d;
	display:block;
	font-weight:700;
}
.ohlv-box .high {
	float:left;
	width:35px;
	margin-right:10px;
}
.high:before {
	content:"";
	background:url(../images/high.png) no-repeat;
	display:inline-block;
	width:35px;
	height:25px;
	background-size:cover;
	background-position:center center;
	margin-right:5px;
	position:relative;
	top:10px;
}
.ohlv-box .low {
	float:left;
	width:35px;
	margin-right:10px;
}
.low:before {
	content:"";
	background:url(../images/low.png) no-repeat;
	display:inline-block;
	width:35px;
	height:25px;
	background-size:cover;
	background-position:center center;
	margin-right:5px;
	position:relative;
	top:10px;
}
.ohlv-box .vol {
	float:left;
	width:25px;
	margin-right:10px;
}
.vol:before {
	content:"";
	background:url(../images/vol.png) no-repeat;
	display:inline-block;
	width:25px;
	height:25px;
	background-size:cover;
	background-position:center center;
	margin-right:5px;
	position:relative;
	top:10px;
}
.eod {
	font-family: 'Montserrat';
	float:left;
	width:100%;
	font-size:14px;
	color:#97a1a3;
	font-weight:500;
}
.msi-btn {
	float:left;
	width:100%;
	background:#f0f9ff;
	margin-top:20px;
	text-align:center;
}
.vm-btn-bg {
	float:left;
	width:100%;
	padding:15px;
	display:inline-block;
}
.dline {
	height:100%;
}
.dline:before {
	content:"";
	display:inline-block;
	border-left:1px solid #d2d2d2;
	width:1px;
	height:450px;
	position:relative;
	left:50%;
}
.ba-item {
	float:left;
	width:100%;
}
.ba-date {
	font-family: 'Montserrat';
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
	font-weight:500;
	color:#474f5a;
}
.ba-link a, .ba-link a:hover {
	font-family: 'Montserrat';
	font-size:18px;
	line-height:18px;
	margin-bottom:30px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	color:#474f5a;
}
/*============================================================================================================
CORPORATE CALENDAR CSS STARTS HERE
==============================================================================================================*/

.sec-5 {
	margin-bottom:100px;
}
.main-title h4 {
	font-family: 'Montserrat';
	font-size:22px;
	line-height:22px;
	margin-bottom:20px;
	color:#2d257d;
	font-weight:600;
}
.cc-fc-cc-sec {
	float:left;
	width:100%;
	margin-bottom:50px;
}
.cc-fc-cont {
	float:left;
	width:100%;
	background-color: #f0f9ff;
	padding: 15px;
}
.cc-title {
	font-size:22px;
	line-height:22px;
	font-weight:700;
	margin-bottom:32px;
	color:#2fa1ff;
}
.cc-title span {
	display:block;
	margin-top:15px;
}
.cc-qr-item {
	font-size:16px;
	line-height:26px;
	color:#474f5a;
	font-weight:500;
	margin-bottom:26px;
}
.cc-evnt-cc-sec {
	float:left;
	width:100%;
	/*margin-bottom:50px;*/
}
.cc-evnt-cont {
	float:left;
	width:100%;
	background-color: #f0f9ff;
	padding: 15px;
}
.cc-evnt-date {
	font-size:16px;
	line-height:26px;
	color:#474f5a;
	font-weight:500;
	margin-bottom:26px;
}
.cc-evnt-item {
	font-size:22px;
	line-height:22px;
	font-weight:700;
	margin-bottom:32px;
	color:#2fa1ff;
}
/*===============================================================================================================
CONTACT SECTION CSS STARTS HERE
============================================================================================================*/

.sec-6 {
	background-image:url(../images/bg-lines.png);
	background-position:left center;
	background-repeat:no-repeat;
}
.irc-desc p {
	font-size:16px;
	line-height:17px;
	font-weight:600;
}
.irc-title {
	font-size:24px;
	line-height:24px;
	color:#2d257d;
	font-weight:700;
}
.irc-links {
	float:left;
	width:100%;
}
.irc-links a {
	float:left;
	width:100%;
	margin-bottom:25px;
	color:#474f5a;
	text-decoration:none;
	font-size:16px;
	line-height:17px;
	font-weight:600;
}
a.irc-mail:before {
	content:'';
	background:url(../images/mail-icon.png) no-repeat;
	background-position:center center;
	background-size:cover;
	display:inline-block;
	width:22px;
	height:17px;
	margin-right:10px;
	position:relative;
	top:4px;
}
a.irc-phone:before {
	content:'';
	background:url(../images/phone-icon.png) no-repeat;
	background-position:center center;
	background-size:cover;
	display:inline-block;
	width:17px;
	height:17px;
	margin-right:10px;
	position:relative;
	top:4px;
}
/*===============================================================================================================
BOTTOM NEXT PAGE SECTION CSS STARTS HERE
============================================================================================================*/

.sec-7 {
	background-image:url(../images/bg-lines-right.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.btn-small-title {
	font-size:24px;
	line-height:24px;
	font-weight:600;
	color:#2d257d;
}



/*===============================================================================================================
QUARTER REPORTS and presentations PAGE PAGE SECTION CSS STARTS HERE
============================================================================================================*/



.qrtr-cont {
	background-color:#fff;
	padding:15px;
}
.qtr-title {
	font-size:24px;
	line-height:26px;
	margin-bottom:25px;
	color:#30A7F2;
	font-weight:bold;
}
.qrtr-cont a {
	font-size:14px;
	color:#4D5060;
	display:block;
	width:100%;
	text-decoration:none;
	margin-bottom:15px;
	font-weight:400;
}


.qr-lcp .main-title h3{
	font-size:32px;
	line-height:56px;
	font-weight:bold;
	color:#2D257D;
	margin-bottom:50px;
}


.qr-lcp-iwrap{
	float:left;
	width:100%;
	background:#F0F9FF;
	padding:40px;
}

.lcp-item-title{
	font-size:26px;
	line-height:38px;
	color:#2D257D;
	margin-bottom:26px;
	font-weight:bold;
}

.lcp-item-date{
	font-size:16px;
	line-height:28px;
	color:#4D5060;
	margin-bottom:44px;
}
.select-box-sec{
	float:left;
	width:100%;
	text-align:center;
}

.viewby{
	font-size:18px;
	line-height:24px;
	margin-bottom:20px;
	color:#2D257D;
	font-weight:500;
	
}

.select-box-sec select{
 
	width:156px;
	padding:10px;
	background:#2D257D;
	color:#fff;
	border-radius:50px;
}

/*cg-sec new desing for yinson*/
.cg-sec{
	float:left;
	width:100%;
}

.cg-title{
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	color:#30A7F2;
	margin-bottom:18px;
}
.cg-links{
	font-size:14px;
	line-height:14px;
	color:#4D5060;
	margin-bottom:28px;
	display:block;
	text-decoration:underline;
}



/*all evnts tab css for corporate calendar*/


.soc-icons{
	float:left;
	width:100%;
	display:flex;
}
.soc-icons a{
	display:flex;
	width:43px;
	height:43px;
	background:#FDE907;
	border-radius:50px;
	margin-left:10px;
	margin-right:10px;
	justify-content:center;
	
}
.soc-icons .si-img img{
	object-fit: contain;
	width:21px;
	
}
/*agm egm css starts here*/

.agm-sec{
	float:left;
	width:100%;
	border-bottom:1px solid #C7C7C7;
	padding-bottom:70px;
	margin-bottom:70px;
	
}
.agm-cont p{
	font-size:16px;
	line-height:28px;
	color:#4D5060;
	font-weight:normal;
}
.agm-cont p a{
	font-size:16px;
	line-height:28px;
	color:#4D5060;
	font-weight:normal;
	text-decoration:underline;
}

.agm-cont p strong{
	font-size:16px;
	line-height:28px;
	color:#4D5060;
	font-weight:bold;
}

.agm-links a{
	font-size:16px;
	line-height:32px;
	color:#4D5060;
	font-weight:normal;
	display:block;
	text-decoration:underline;
}

.agm-sec{
	float:left;
	width:100%;
}

.egm-cont p{
	font-size:16px;
	line-height:28px;
	color:#4D5060;
	font-weight:normal;
}
.egm-cont p a{
	font-size:16px;
	line-height:28px;
	color:#4D5060;
	font-weight:normal;
	text-decoration:underline;
}

.egm-cont p strong{
	font-size:16px;
	line-height:28px;
	color:#4D5060;
	font-weight:bold;
}

.egm-links a{
	font-size:16px;
	line-height:32px;
	color:#4D5060;
	font-weight:normal;
	display:block;
	text-decoration:underline;
}


/*=====================================================================================================
Pop-up css
=====================================================================================================*/

.pop-up-sec{
	float:left;
	width:100%;
	padding-bottom:20px;
}

.divider{
	width:100%;
	border-bottom:1px solid #ccc;
	margin:40px 0;
}


/*=====================================================================================================
Archive page css starts here
=====================================================================================================*/

.archive-sec .main-title h2{
		font-size: 24px;
	font-family: 'Montserrat';
	color:#2d257d;
	margin-bottom: 30px;
	font-weight:bold;
}

.archive-sec .main-title h3{
		font-size: 20px;
	font-family: 'Montserrat';
	color:#2d257d;
	margin-bottom: 30px;
	font-weight:bold;
} 


.lb h2{
	color:#30A7F2;
}
.main-title h3 span{
	font-size:14px;
	line-height:16px;
	color:#2D257D;
	display:block;
	font-weight:normal;
	margin-top:15px;
}


.archive-sec{
	
	float:left;
	width:100%;
	 
}

.arc-annual{
	float:left;
	width:100%;

}

.arc-ar-bg{
	background:#F0F9FF;
	margin-bottom:100px;
}

.arc-wrap{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
	padding:20px;
	background:#FAFAFA;
	box-shadow:0 2px 5px #00000029;
	margin-bottom:30px;
	min-height:80px;
}
.arc-wrap a{
	width:100%;
	display:inline-block;
}


.arc-item-title{
	float:left;
	width:80%;
	margin-right:5%;
	font-size:16px;
	line-height:19px;
	color:#000000;
	display:flex;
	height:40px;
	align-items:center;
}
.arc-item-icon{
	float:left;
	width:15%;
	position:relative;
	display:flex;
	height:40px;
	justify-content:center;
	align-items:center;
	
	  
}

.arc-download:after{
	content:'';
	background:url(../images/arc-download-icon.png) no-repeat;
	background-size:contain;
	background-position:right center;
	display:flex;
	width:26px;
	height:27px;
	justify-content:center;
	align-items:center;
	position:absolute;
	right:0;
}

.arc-view:after{
	content:'';
	background:url(../images/arc-view-icon.png) no-repeat;
	background-size:contain;
	background-position:right center;
	display:flex;
	width:26px;
	height:26px;
	justify-content:center;
	align-items:center;
	position:absolute;
	right:0;
}

.arc-microsite:after{
	content:'';
	background:url(../images/arc-microsite-icon.png) no-repeat;
	background-size:contain;
	background-position:right center;
	display:flex;
	width:19px;
	height:19px;
	justify-content:center;
	align-items:center;
	position:absolute;
	right:0;
}


.arc-pc-wrap{
	float:left;
	width:100%;
}
.ar-p-cover{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.ar-p-cover img{
	margin-left:auto;
	margin-right:auto;
}

.arc-an-pres{
	margin-top:25px;
}

.ar-past-title{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#000000;
	font-weight:600;
	margin-bottom:13px;
	text-align:center;
}
.ar-p-btns{
	float:left;
	width:100%;
	position:relative;
	display:flex;
	justify-content:center;
	
}

.pabicons{
	display:flex;
	width:24%;
	align-items:Center;
	justify-content:center;
	border-right:1px solid #2D257D;
}
.noborder{
	border:none;
}

.arc-btn{
	position:relative;
	float:left;
	width:100%;
 
	display:flex;
	justify-content:center;
	align-items:center;
	height:38px;
	
}

.ar-p-btns .arc-download:after, 
.ar-p-btns .arc-view:after,
.ar-p-btns .arc-microsite:after{
	position:static;
	margin-left: auto;
    margin-right: auto;
	
}


.arc-tor{
	float:left;
	width:100%;
	margin-bottom:100px;
}


.arc-cgr{
	float:left;
	width:100%;
	margin-bottom:100px;
}
.arc-corp-pres{
	float:left;
	width:100%;
	margin-bottom:100px;
}

.arc-policies{
	float:left;
	width:100%;
	margin-bottom:100px;
}


.arc-qr-res{
	  float:left;
	width:100%;
	margin-bottom:100px;
}

.arc-qtr-item{
	float:left;
	width:100%;
	padding:30px 30px 6px 30px;
	background:#F0F9FF;
	margin-bottom:30px;
}
.arc-qr-title{
	font-size:18px;
	line-height:22px;
	font-weight:600;
	color:#000000;
	margin-bottom:24px;
}

.acr-dl-icon{
	font-size:16px;
	line-height:19px;
	margin-bottom:24px;
	color:#000000;
	text-decoration:none;
	display:flex;
	align-items:center;
	height:27px;
	position:relative;
}
.acr-dl-icon:after{
content:'';
	background:url(../images/arc-download-icon.png) no-repeat;
	background-size:contain;
	background-position:right center;
	display:flex;
	width:26px;
	height:27px;
	justify-content:center;
	align-items:center;
	position:absolute;
	right:0;
}



.arc-respack{
	float:left;
	width:100%;
	margin-bottom:100px;	
	
}

.arc-respack h4{
	font-size:18px;
	line-height:22px;
	margin-bottom:24px;
	color:#2D257D;
	font-weight:600;
}





.arc-sus-dsclsr{
	float:left;
	width:100%;
	margin-bottom:100px;
}


.tbt-cover{
	float:left;
	width:100%;
	margin-bottom:30px;
}




















/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px){
	
 }
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px){

.main-title h2 {
    font-size: 32px;
    font-family: 'Montserrat';
    color: #2d257d;
    margin-bottom: 40px;
    font-weight: 700;
}	
	

.rpt-links:after {
    content: url(../images/right-arrow-small.png);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-color: #FDE907;
    margin-left: 50px;
    text-align: center;
}
.vm-btn:after, .ar-btn:after {
    content: url(../images/right-arrow.png);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-color: #FDE907;
    margin-left: 50px;
    text-align: center;
}
.vm-btn-big {
    color: #2d257d;
    font-size: 31px;
    line-height: 38px;
    text-decoration: none;
    font-weight: bold;
}
.vm-btn-big:after {
    content: url(../images/right-arrow.png);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-color: #fff;
    margin-left: 150px;
    text-align: center;
    position: relative;
    top: -4px;
}
.btn-small-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #2d257d;
}
	
	
	
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px){

.main-title h2 {
    font-size: 28px;
    font-family: 'Montserrat';
    color: #2d257d;
    margin-bottom: 40px;
    font-weight: 700;
}

.hqrtr-cont{
	margin-bottom:30px;
}

.kh-col-bg{
	margin-bottom:30px;
}
.ld-cont-bg{
	margin-bottom:30px;
}

 
.bs-wrap{
	margin-top:30px;
}
.cc-fc-cont{
	margin-bottom:30px;
}
.cc-evnt-cont{
	margin-bottom:30px;
}

.cover-title {
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px;
    color: #2d257d;
    font-weight: 800;
}
.ar-cont p {
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
}
.rpt-links:after {
    content: url(../images/right-arrow-small.png);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-color: #FDE907;
    margin-left: 40px;
    text-align: center;
}
.qt-val {
    float: left;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 30px;
    line-height: 38px;
   
    font-weight: 800;
    color: #2d257d;
}
.qt-chg {
    float: left;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 16px;
    color: #333c43;
    font-weight: 600;
    text-align: left;
}
.vm-btn {
    color: #2d257d;
    font-size: 13px;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
}
.vm-btn:after, .ar-btn:after {
    content: url(../images/right-arrow.png);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-color: #FDE907;
    margin-left: 11px;
    text-align: center;
}

.sq-sec {
    float: left;
    width: 100%;
    background: #f0f9ff;
    padding: 30px 15px;
}
	
.open:before,
.high:before,
.vol:before,
.low:before{
	margin-bottom:15px;
	
}

.vm-btn-big {
    color: #2d257d;
    font-size: 31px;
    line-height: 38px;
    text-decoration: none;
    font-weight: bold;
}
.vm-btn-big:after {
    content: url(../images/right-arrow.png);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-color: #fff;
    margin-left: 150px;
    text-align: center;
    position: relative;
    top: -4px;
}
	
	
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px){
	.hqrtr-cont{
	margin-bottom:30px;
}

.kh-col-bg{
	margin-bottom:30px;
}
.ld-cont-bg{
	margin-bottom:30px;
}

.dline:before {
    content: "";
    display: inline-block;
    border-left: 1px solid #d2d2d2;
    width: 1px;
    height: 450px;
    position: relative;
    left: 50%;
	display:none;
}
.bs-wrap{
	margin-top:30px;
}
.cc-fc-cont{
	margin-bottom:30px;
}
.cc-evnt-cont{
	margin-bottom:30px;
}

.vm-btn-big {
    color: #2d257d;
    font-size: 26px;
    line-height: 44px;
    text-decoration: none;
    font-weight: bold;
}
.vm-btn-big:after {
    content: url(../images/right-arrow.png);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-color: #fff;
    margin-left:20px;
    text-align: center;
    position: relative;
    top: -4px;
}

	
	
}
/* Portrait phones and smaller */

@media (max-width:570px){
.hqrtr-cont{
	margin-bottom:30px;
}

.kh-col-bg{
	margin-bottom:30px;
}
.ld-cont-bg{
	margin-bottom:30px;
}

.dline:before {
    content: "";
    display: inline-block;
    border-left: 1px solid #d2d2d2;
    width: 1px;
    height: 450px;
    position: relative;
    left: 50%;
	display:none;
}
.bs-wrap{
	margin-top:30px;
}
.cc-fc-cont{
	margin-bottom:30px;
}
.cc-evnt-cont{
	margin-bottom:30px;
}
	
	
}



@media (max-width: 480px){
	
.hqrtr-cont{
	margin-bottom:30px;
}

.kh-col-bg{
	margin-bottom:30px;
}
.ld-cont-bg{
	margin-bottom:30px;
}

.dline:before {
    content: "";
    display: inline-block;
    border-left: 1px solid #d2d2d2;
    width: 1px;
    height: 450px;
    position: relative;
    left: 50%;
	display:none;
}
.bs-wrap{
	margin-top:30px;
}
.cc-fc-cont{
	margin-bottom:30px;
}
.cc-evnt-cont{
	margin-bottom:30px;
}
	
}


/* Portrait i phones and smaller */
@media (max-width:414px){

.main-title h2 {
    font-size: 26px;
    font-family: 'Montserrat';
    color: #2d257d;
    margin-bottom: 40px;
    font-weight: 700;
}
.vm-btn:after, .ar-btn:after {
    content: url(../images/right-arrow.png);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-color: #FDE907;
    margin-left: 20px;
    text-align: center;
}

.vm-btn-big {
        color: #2d257d;
        font-size: 16px;
        line-height: 44px;
        text-decoration: none;
        font-weight: bold;
 }
	
	
	
}



/* Portrait i phones and smaller */
@media (max-width: 320px){
	
	
}















