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

@font-face {
 font-family: 'GeneralSans-Regular';
 src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'), url('../fonts/GeneralSans-Regular.woff') format('woff'), url('../fonts/GeneralSans-Regular.ttf') format('truetype');
 font-weight: 400;
 font-display: swap;
 font-style: normal;
}
 @font-face {
 font-family: 'GeneralSans-Medium';
 src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'), url('../fonts/GeneralSans-Medium.woff') format('woff'), url('../fonts/GeneralSans-Medium.ttf') format('truetype');
 font-weight: 500;
 font-display: swap;
 font-style: normal;
}
@font-face {
 font-family: 'Dunbar';
 src:url('../fonts/DunbarTall-Light.woff2') format('woff2'), url('../fonts/DunbarTall-Light.woff') format('woff'), url('../fonts/DunbarTall-Light.ttf') format('truetype');
 font-weight: 300;
 font-style: normal;
}
 @font-face {
 font-family: 'Dunbar';
 src:url('../fonts/DunbarTall-Regular.woff2') format('woff2'), url('../fonts/DunbarTall-Regular.woff') format('woff'), url('../fonts/DunbarTall-Regular.ttf') format('truetype');
 font-weight: 400;
 font-style: normal;
}
@font-face {
 font-family: 'Dunbar';
 src: url('../fonts/DunbarTall-Medium.woff2') format('woff2'), url('../fonts/DunbarTall-Medium.woff') format('woff'), url('../fonts/DunbarTall-Medium.ttf') format('truetype');
 font-weight: 500;
 font-style: normal;
}
body {
	color: #fff;
	font-family: 'GeneralSans-Regular', sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height: 1.8;
	background-color:#00292f;
}
.mt-100 {
	margin-top: 100px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-0 {
	margin-bottom:0 !important;
}
.mb-30 {
	margin-bottom:30px !important;
}
.mb-40 {
	margin-bottom:40px !important;
}
.mb-60 {
	margin-bottom:60px !important;
}
.pl-0{
	padding-left:0 !important;
}
 .no-gutter > [class*='col-'] {
 padding-right:0;
 padding-left:0;
}
 
 
a {
	color:#87bfcf;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
.main-title {
	float: left;
	width: 100%;
}
.main-title h2 {
	font-family: 'Dunbar', sans-serif;
	font-size:60px;
	line-height:65px;
	color:#fff;
	font-weight:300;
	margin-top:0;
	text-transform:uppercase;
}
.main-title h3 {
	font-size:28px;
	line-height:28px;
	color:#000000;
	font-weight:400;
	margin-top:0;
	text-transform:uppercase;
}
.main-title h5 {
	font-family: 'Dunbar', sans-serif;
	line-height:13px;
	color:#000000;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:0;
}
.text-left h2 {
	text-align:left;
}
.white {
	color:#fff !important;
}
.white h2 {
	color:#fff !important;
}
.title-wrap {
}
.title-wrap h6 {
	font-size:15px;
	line-height:25px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
}
.grn-line:after {
	content: "";
	background: url(../images/green-tab.svg);
	display:inline-block;
	background-size: cover;
	height:6px;
	width: 19px;
	margin-left: 5px;
	position:relative;
	top:-10px;
}
.title-wrap h1 {
	font-family: 'Dunbar', sans-serif;
	font-weight: 300;
	font-size: 60px;
	line-height: 75px;
	color: #fff;
	text-transform:uppercase;
}
/*=================================================
buttons
===================================================*/
.ClsButton {
	font-family: 'GeneralSans-Regular', sans-serif !important;
	width:88px !important;
	height:inherit !important;
	font-size:14px !important;
	color:#fff !important;
	font-weight:bold !important;
	border:none !important;
	background:#346A9E;
	border-radius:0px;
}
.btn-primary, .button, .size, .ClsButton {
	background:#9BE51B;
	color:#01292F;
	font-weight:600;
	text-decoration:none;
	padding:11px 36px;
	text-transform:uppercase;
	border-radius:50px !important;
	border:none;
	position:relative;
}
.btn-primary:after, .button:after, .size:after, .ClsButton:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: rgba(0, 0, 0, .05);
	z-index: 1;
 transition: width .2s ease-in-out;
}
.btn-primary:hover, .button:hover, .size:hover, .ClsButton:hover {
	background:#9BE51B;
	color:#01292F !important;
	font-weight:600;
	text-decoration:none;
	padding:11px 36px;
	text-transform:uppercase;
	border-radius:50px !important;
	border:none;
}
.btn-primary:hover:after, .button:hover:after, .size:hover:after, .ClsButton:hover:after {
	width:100%;
}
.view-more {
	font-size:14px;
}
.white {
	color:#fff !important;
}
.nl-bcn {
	float:left;
	width:100%;
	margin-top:52px;
}
.csreq-form-btn {
	float:left;
	width:100%;
	margin-top:30px;
	text-align:right;
}
.invs-btn, .invs-btn:hover {
	width:224px;
	height:53px;
	background:url('../images/btn-bg.png') no-repeat;
	/*clip-path: polygon(12% 0, 100% 0, 85% 100%, 0 100%, 0 100%);*/
/*	clip-path: polygon(17% 0, 100% 0%, 86% 33%, 0 34%);*/
	text-align:center;
	color:#01292F;
	font-weight:600;
	font-size:16px;
	line-height:55px;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	border-radius:21px 0 0 0;
}
.invs-btn:after {
	content: "";
	display:inline-block;
	height:3px;
	width: 15px;
	margin-left: 5px;
	background-color:#00292f;
	position:relative;
	top:-3px;
}
.ih-r-btn a {
	display: inline-block;
	width: 53px;
	height: 53px;
	background: #9BE51B;
	border-radius: 50px;/* position: absolute;*/
}
.ih-r-btn a:after {
	content: url(../images/arrow-icon.png);
	display: inline-block;
	width: 22px;
	height: 30px;
	rotate: 232deg;
	position: absolute;
	top: 14px;
	left: 13px;
}


/*=====================================================
KEY FINANCIAL HIGHLIGHTS goes to Investors-centre
======================================================*/
.sec-2 {
	float:left;
	width:100%;
	
}

.kh-section{
	float:left;
	width:100%;
	background:#1D4C57;
}


.kh-section > [class*="col-"]{
	padding-left:0 !important;
}
.fh-img-clipit {
	float:left;
	width:100%;
	background:url(../images/FYE-image.png) no-repeat;
	height:528px;
	clip-path:polygon(100% 0, 100% 65%, 55% 100%, 0 100%, 0 0);
}
.hfh-sec .main-title h2 {
	font-family: 'Dunbar', sans-serif;
	font-size:40px;
	line-height:40px;
	font-weight:300;
}
.hfh-sec {
	float:left;
	width:100%;
	padding:86px 0px 86px 30px;
}
.rvn-netpr-sec {
	float:left;
	width:100%;
	margin-top:108px;
}
.rvn-inner {
	float:left;
	width:100%;
}
.hkh-title {
	font-family: 'Dunbar', sans-serif;
	font-size:18px;
	line-height:21px;
	color:#B3CACD;
}
.hkh-val {
	font-family: 'Dunbar', sans-serif;
	font-size:60px;
	line-height:60px;
	font-weight:300;
	color:#FFFFFF;
}
.hkh-val span {
	font-family: 'GeneralSans-Regular', sans-serif;
	font-size:18px;
	line-height:21px
}
.hfh-section {
	float:left;
	width:100%;
	background:#00292F;
	padding:100px 0;
}
.hfh-section .table-striped > tbody > tr:nth-of-type(odd) {
 background-color: #1D4C57;
 color:#A2C7CC;
}
.hfh-section .table-striped > tbody > tr:nth-of-type(even) {
 background-color: #A2C7CC;
 color:#1D4C57;
}
.hfh-section .table > thead> tr > th, .hfh-section .table > tbody > tr > td {
	padding:30px 15px;
}
.hfh-section .table > thead> tr > th {
	font-family: 'GeneralSans-Medium', sans-serif;
	font-size:24px;
	line-height:32px;
	text-align:center;
	font-weight:500;
	border-bottom:0;
}
.hfh-section .table > tbody > tr > td {
	font-family: 'GeneralSans-Medium', sans-serif;
	font-size:18px;
	line-height:24px;
	text-align:center;
	font-weight:500;
	border-top:0;
}
.hfh-section .table > thead> tr > th:nth-child(1) {
 text-align:left;
}
.hfh-section .table > tbody > tr > td:nth-child(1) {
 text-align:left;
}
.hfh-section .table > tbody > tr > td:nth-child(2), .hfh-section .table > tbody > tr > td:nth-child(3), .hfh-section .table > thead> tr > th:nth-child(2), .hfh-section .table > thead> tr > th:nth-child(3) {
 border-left:1px solid #fff;
}


.hfh-section .vm-btn{
	margin-top:50px;
}

/* 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-family: 'Dunbar', sans-serif;
    font-size: 46px;
    line-height: 56px;
    color: #fff;
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
}	
.hkh-val {
    font-family: 'Dunbar', sans-serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 300;
    color: #FFFFFF;
}	
	
	
}
 @media (min-width: 992px) {
}
@media (max-width: 991px) {
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
.main-title h2 {
    font-family: 'Dunbar', sans-serif;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
}
.stk-vol {
    float: left;
    width: 37%;
    margin-right: 1%;
    font-family: 'Dunbar', sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.stk-chg {
    float: left;
    width: 48%;
    margin-left: 1%;
    font-family: 'Dunbar', sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #A2C7CC;
    text-transform: uppercase;
    margin-top: 0px;
}
.fw-val {
    font-family: 'GeneralSans-Regular', sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
}
.stk-mc-sec {
    float: left;
    width: 50%;
    padding-left: 10%;
}
.mc-val {
    font-family: 'GeneralSans-Regular', sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
}	
	
	
	
	
	
}
@media (min-width: 768px) {
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

.main-title h2 {
    font-family: 'Dunbar', sans-serif;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
}

.hkh-val {
    font-family: 'Dunbar', sans-serif;
    font-size: 32px;
    line-height: 52px;
    font-weight: 300;
    color: #FFFFFF;
}


}
/* Portrait phones and smaller */
@media (max-width: 480px) {
.main-title h2 {
 font-family: 'Dunbar', sans-serif;
 font-size: 32px;
 line-height: 38px;
 color: #fff;
 font-weight: 300;
 margin-top: 0;
 text-transform: uppercase;
}

	
	
	
	
}
 @media(max-width:414px) {
 
.main-title h2 {
 font-family: 'Dunbar', sans-serif;
 font-size: 30px;
 line-height: 35px;
 color: #fff;
 font-weight: 300;
 margin-top: 0;
 text-transform: uppercase;
}

}

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