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

 @font-face {
    font-family: 'Maxis';
    src: url('../fonts/Maxis-ExtraBold.woff2') format('woff2'),
        url('../fonts/Maxis-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maxis';
    src: url('../fonts/Maxis-Bold.woff2') format('woff2'),
        url('../fonts/Maxis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maxis';
    src: url('../fonts/Maxis-Black.woff2') format('woff2'),
        url('../fonts/Maxis-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maxis';
    src: url('../fonts/Maxis-Light.woff2') format('woff2'),
        url('../fonts/Maxis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maxis';
    src: url('../fonts/Maxis-Regular.woff2') format('woff2'),
        url('../fonts/Maxis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maxis';
    src: url('../fonts/Maxis-SemiBold.woff2') format('woff2'),
        url('../fonts/Maxis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'slick';
    src: url('../fonts/slick.woff2') format('woff2'),
        url('../fonts/slick.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body
{
	font-family: 'Maxis', sans-serif;
	font-size:14px;line-height:21px;
	background-color:transparent; font-weight:400;
}



p{
	font-size:16px;
	line-height:28px;
	color:#000;
}
 
 
 a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#15a648;
	text-decoration:none;
}

.main-title{
	width:100%;
	display:flex;
	justify-content:center;
}


.main-title h2 {
	font-family: "Maxis", sans-serif;
	font-size:40px;
	line-height:49px;
	color:#000000;
	font-weight:bold;
	margin-top:0;
 	text-transform:capitalize;
	position:relative;
}




.btn-primary{
	font-size:14px;
	line-height:17px;
	letter-spacing:1.4px;
	color:#fff;
	font-weight:600;
	white-space:normal;
	text-decoration:none;
	padding:12px 29px;
	text-transform:uppercase;
	background:#15a648;
	border-radius:14px !important;
 	border: 2px solid #0000;
	position:relative;
	overflow:hidden;
	display:flex;
	justify-content:center;
	width:170px;
	 transition: all .4s ease;
}
 
 
.btn-primary:hover {
	font-size:14px;
	color:#fff !important;
	font-weight:600;
	width:170px;
	text-decoration:none;
	padding:12px 29px;
	text-transform:uppercase;
	white-space:normal;
	border-radius:14px !important;
	border: 2px solid #0000;
	background:#15a648;
	letter-spacing: 2.5px !important;
    transition: all .4s ease;
}


.btn-primary:focus, .btn-primary:active, .btn-primary.active{
	color:#fff !important;
}



.btn-wrap{
	display:flex;
	width:100%;
	align-items:center;
	justify-content:center;
}


br{
	display:block;
	margin-bottom:10px;
}
/*========================================================================================
BANNERS HERE
==========================================================================================*/

.sec-1, .sec-2, .sec-3, .sec-4, .sec-5, .sec-6{
	float:left;
	width:100%;
	margin-bottom:100px;
	
}

.banner-ir-home{
	background:url(../images/banner-home.png) no-repeat top right -100px;
	background-size:cover;
	padding:90px 0;
	 
}

.banner-cmn{
	float:left;
	width:100%;
	margin-bottom:100px;
}

.banner-bursa{
	background:url(../images/banner-home.png) no-repeat top right;
	background-size:cover;
	padding:90px 0;
}
.banner-cont-text{
	display: flex;
    width: 100%;
    flex-direction: column;
}

 .banner-cont{
	 display:flex;
	 width:100%;
	 flex-direction:column;
 }
 .small-header{
	 width:100%;
	 font-size:25px;
	 line-height:30px;
	 font-weight:bold;
	 color:#15a648;
	 margin-bottom:15px;
 }
 .hero-text{
	 width:100%;
	 font-size:50px;
	 line-height:60px;
	 font-weight:bold;
	 color:#03283A;
	 margin-bottom:30px;
 }

 .pe-more {
    display: none;
}

.pe-more.pe-show {
    display: block;
}
 

 
/*========================================================================================
AWARDS CSS STARTS HERE
==========================================================================================*/

.award-filt-wrap{
	width:100%;
	display:flex;
	margin-bottom:30px;
}

.award-filter{
	position: relative;
    display: inline-block;
    width: 100%;
	max-width:350px;
}

.award-filter select {
    width: 100%;
    padding: 10px 40px 10px 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #15a648;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}

.award-filter::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #15a648;
    border-bottom: 2px solid #15a648;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}

.award-filter select option{
	font-size:16px;
	line-height:20px;
	color:#000;
}
.award-filter select:focus {
    color: #15a648;
    border-color: #15a648;
    box-shadow: 0 0 0 0.2rem rgba(0, 132, 61, 0.15);
	outline:none;
}



.awards-contetnt-full{
	 
	width:100%;
}

/*.awards-section{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	gap:30px;
 }
 
 
 

.awards-inner-cont{
	display:flex;
	width:100%;
	flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-bottom: 30px;
 
 
}
.award-col{
	flex: 0 0 calc((100% - 60px) / 3);
	box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
    padding: 23px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0px 3px 7pxrgba(0,0,0,0.3);
	
}*/

.awards-inner-cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.awards-section {
    display: contents;
}

.awards-section.year-hidden {
    display: none;
}

.award-col {
    flex: 0 0 calc((100% - 60px) / 3);
    box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
    /*padding: 23px;*/
	    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0px 3px 7pxrgba(0,0,0,0.3);
}



.award-col:hover{
	 
    border: 2px solid #15a648;
    transition: all .4s ease;
    transform: translateY(-20px);
    letter-spacing: normal;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}


.award-col-in{
	display:flex;
	width:100%;
	flex-direction:column;
	gap:20px;
	padding:20px;
	
}

.award-img{
	width:auto;
	height:100px;
	margin:0 auto;
	display:flex;
	align-items:center;
	
}



.award-img:empty {
    background: url("../images/awards-logo/award-generic.png") no-repeat;
	background-size:contain;
	background-position:center center;
	width:81px;
	height:81px;
	
}


.award-img img{
	width:auto;
	height:100px;
	object-fit:contain;
}
.award-title{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	text-align:left;
}

.award-title a, .award-cont a{
	color:#15a648;
}

 
.award-cont, .award-cont p{
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:normal;
	text-align:left;
}
.award-cont span{
	display:block;
	width:100%;
	margin-bottom:10px;
}
.award-cont ul{
	margin:0;
	padding:0;
}
 

.award-cont ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

li::before {
    content: "";
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin-top: 8px;
    border-radius: 50%;
    background: #15a648;
}

.awards-wrap .btn-wrap{
	margin-top:60px;
	
}

.awards-wrap .btn-wrap a{
	width:170px;
}

/*============================================================================================
AWARDS CSS ENDS HERE
=================================================================================================*/

/*=============================================================================
REFERENCE ACCESS OFFER CSS STARTS HERE
===============================================================================*/



.roa-inner{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	align-items:center;
	
}

.roa-inner > div {
    flex: 1 1 calc((100% - 30px) / 2);
}


.roa-cont{
}


.roa-cont .main-title{
	text-align:left;
	justify-content:flex-start;
}
.roa-cont .main-title h2{
color:#03283A;
}




.roa-ca-roa-wrap{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	background:#fff;
	    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0px 3px 7pxrgba(0,0,0,0.3);
	border-radius:12px;
	padding:0 0 100px 0
	
}

.roa-ca-col{
	 flex: 1 1 calc((100% - 30px) / 2);
	 position:relative;
}

.roa-ca-col-in{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:30px;
}
.icon-wrap{
	display:flex;
	width:100%;
	align-items:center;
	justify-content:center;
}

.icon-inner-wrap{
	width:156px;
	height:156px;
	
}
.roa-cols-title{
	font-size:24px;
	line-height:29px;
	color:#15a648;
	font-weight:bold;
	text-align:center;
}

.roa-ca-col:first-child:after{
	content:'';
	display:inline-block;
	width:1px;
	height:250px;
	position:absolute;
	right:-15px;
	background:rgba(112, 112, 112, 0.24);
	top:100px;
}

.roa-ca-roa-inner{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin-top:-50px;
}
/*=============================================================================
REFERENCE ACCESS OFFER CSS ENDS HERE
===============================================================================*/

/*=============================================================================
HSE page css starts  HERE
===============================================================================*/


.hse-wrap-1, .hse-wrap-2{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	align-items:center;
	
}

.hse-wrap-1 > div, .hse-wrap-2 > div {
    flex: 1 1 calc((100% - 30px) / 2);
}

.hse-w2-inner{
		background:#fff;
	    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0px 3px 7pxrgba(0,0,0,0.3);
	border-radius:12px;
	padding:20px 80px 20px 20px;
}


.hse-w2-inner .main-title h2{
	text-transform:inherit;
}

.hse-wrap-2 .hsew1-col-2{
	
}
.hse-w2-inner-img{
	display:flex;
	width:100%;
 
	position:relative;
	height:654px;
 
}

.hsew1-col-2 .main-title{
	justify-content:flex-start;
}


.hse-w2-inner-img img{
	 width: calc(100% + 75px);
	height:auto;
	position:absolute;
	top:0;
	left:-75px;
}






.msm-inner{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	align-items:center;
	
}

.msm-inner > div {
    flex: 1 1 calc((100% - 30px) / 2);
}


.roa-cont{
}


.msm-cont .main-title{
	text-align:left;
	justify-content:flex-start;
}
.msm-cont .main-title h2{
color:#03283A;
}




.msm-ca-msm-wrap{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	background:#fff;
	    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0px 3px 7pxrgba(0,0,0,0.3);
	border-radius:12px;
	padding:0 0 100px 0
	
}

.msm-ca-col{
	 flex: 1 1 calc((100% - 30px) / 2);
	 position:relative;
}

.msm-ca-col-in{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:30px;
	padding:0 50px;
}
.icon-wrap{
	display:flex;
	width:100%;
	align-items:center;
	justify-content:center;
}

.icon-inner-wrap{
	width:156px;
	height:156px;
	
}
.msm-cols-title{
	font-size:24px;
	line-height:29px;
	color:#15a648;
	font-weight:bold;
	text-align:center;
}

.msm-ca-col:first-child:after{
	content:'';
	display:inline-block;
	width:1px;
	height:250px;
	position:absolute;
	right:-15px;
	background:rgba(112, 112, 112, 0.24);
	top:100px;
}

.msm-ca-msm-inner{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin-top:-50px;
}

.msm-cont{
	width:100%;
	text-align:center;
}




.fr-inner-wrap-full{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	
}

.fr-wrap-full .main-title{
	margin-bottom:30px;
}


.fr-col-box{
	flex: 1 1 calc((100% - 60px) / 3);
	background:#fff;
	    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0px 3px 7pxrgba(0,0,0,0.3);
	border-radius:12px;
}

.fr-col-box-in{
	display:flex;
	flex-direction:column;
	gap:30px;
	padding:30px 20px;
}

.fr-logo{
	width:100%;
	height:67px;
 
}

.fr-title{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#000;
}
.fr-title span{
	display:flex;
	width:100%;
	align-items:center;
}

.fr-title span.ufcci::before{
	content:'';
	display:inline-block;
	background:url(../images/hse/USFCC.png) no-repeat;
	background-size:contain;
	width:70px;
	height:70px;
	margin-right:20px;
}


.fr-title span.mmf::before{
	content:'';
	display:inline-block;
	background:url(../images/hse/MMF.png) no-repeat;
	background-size:contain;
	width:103px;
	height:41px;
	margin-right:20px;
}



/*.fr-logo img{
	width:95px;
	height:auto;
}*/

.fr-logo img.mcmc{
		width:95px;
	height:auto;
}

.fr-logo img.who-logo{
		width:100%;
	height:77px;
	object-fit:contain;
}

.fr-logo img.who-arc-logo{
		width:auto;
	height:72px;
	object-fit:contain;
}



.fr-cont{
	display:flex;
}
.fr-cont ul{
	width:100%;
	margin:0;
	padding:0;
	display:flex;
	flex-direction:column;
	gap:20px;
}
.fr-cont ul li{
	list-style:none;
	 
	height:auto;
}


.fr-cont ul li a{

	display:flex;
	align-items:center;
	position:relative;
	width:100%;
	min-height:40px;
}

.fr-cont ul li a span{
		font-size:16px;
	line-height:19px;
	font-weight:600;
	color:#000;
	width:80%;
}

.fr-cont ul li  span{
		font-size:16px;
	line-height:19px;
	font-weight:600;
	color:#000;
	width:80%;
}


.fr-cont ul li a::after{
	content:'';
	display:inline-block;
	background:url(../images/hse/view-icon.png) no-repeat;
	width:39px;
	height:35px;
	background-size:contain;
	margin-left:20px;
	position:absolute;
	right:0;
	
}

/*=============================================================================
OUR OFFICES page css starts  HERE
===============================================================================*/


.offices-wrap{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	margin-bottom:100px;
	
}

.offices-wrap > div{
	flex: 1 1 calc((100% - 30px) / 2);
	background:#fff;
	display:flex;
	
}
.of-in{
	width:100%;
	display:flex;
	flex-direction:column;
	gap:20px;
}

.office-shadow-box{
	    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0px 3px 7pxrgba(0,0,0,0.3);
	border-radius:26px 26px 12px 12px;
	display: flex;
	height:100%;
    flex-direction: column;
    gap: 20px;
	overflow:hidden;
}

.map-box{
	width:100%;
	/*height:auto;*/
	height:auto;
	overflow:hidden;
}

.map-box img{
	width:100%;
	height:auto;
	object-fit:contain;
	object-position:center;
	
}

.addres-box{
	width:100%;
	padding:0 40px 40px 40px;
	
}

.addr-title{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#15a648;
	margin-bottom:20px;
}

.of-in .main-title{
	justify-content:flex-start;
}

.ad-info{
	font-size:16px;
	line-height:19px;
	font-weight:normal;
	color:#000;
}


.other-offices-wrap{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	
}

.other-offices-wrap > .col-box{
	flex: 1 1 calc((100% - 120px) / 4);
	background:#fff;
	display:flex;
	
}

.otf-title{
	display:flex;
	width:100%;
	flex-direction:column;
}
.otf-title .main-title{
	justify-content:flex-start;
}




/*=====================================================================================
SHAREHODING HARDCODE PAGES CSS STARTS HERE
=======================================================================================*/

.shareholdings-section .container{
	max-width:870px;
}

.cos-sec{
	display:flex;
	flex-direction:column;
	gap:30px;
	 
 
}


.csh-title .main-title{
	justify-content:flex-start;
}


.sh-date-sec{
	font-size: 16px;
    line-height: 28px;
	margin-bottom:10px;
}
















/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
 
@media (min-width: 1200px)
{
  
}

@media (min-width: 768px) and (max-width: 991px) {
	
.award-col{
	flex: 0 0 calc((100% - 30px) / 3);
	
}

.of-in .main-title{
	min-height:98px;
}


.other-offices-wrap > .col-box{
	flex: 1 1 calc((100% - 60px) / 2);
	background:#fff;
	display:flex;
	
}
 
}

@media (min-width: 860px)
{
 
}

@media(max-width:767px){
	

.main-title h2 {
	font-family: "Maxis", sans-serif;
	font-size:30px;
	line-height:39px;
	color:#000000;
	font-weight:bold;
	margin-top:0;
 	text-transform:capitalize;
	position:relative;
}	
	
	
	
.other-offices-wrap > .col-box{
	flex: 1 1 calc((100% - 60px) / 2);
	background:#fff;
	display:flex;
	
}	
.roa-ca-roa-inner{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}

.hse-w2-inner{
	padding: 20px 20px 20px 20px;
}

 
}
@media (min-width: 576px) and (max-width: 767px){
.award-col{
	 flex-basis: 100%;
	
}

.roa-inner > div {
    flex-basis: 100%;
}

.roa-ca-col {
    flex-basis: 100%;
    position: relative;
}
.roa-ca-roa-inner{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}
.roa-ca-col:first-child:after{
	display:none;
}
.msm-ca-col:first-child:after{
	display:none;
}

.hse-wrap-1 > div, .hse-wrap-2 > div{
	flex-basis: 100%;
}
.hse-w2-inner-img{
	display:flex;
	width:100%;
	height:100%;
	position:static;
	height:auto;
 
}

.hse-w2-inner-img img{
	width:100%;
	height:auto;
	position:static;
	top:0;
	left:0;
}

.fr-col-box{
	 flex-basis: 100%;
}
.other-offices-wrap > .col-box{
	flex: 1 1 calc((100% - 60px) / 2);
	background:#fff;
	display:flex;
	
}
.of-in .main-title {
	min-height:108px;
	
}
 
}
/*Landscape phones and portrait tablets */
@media (max-width: 575px){
	
.award-col{
	 flex-basis: 100%;
	
}	

.roa-inner > div {
    flex-basis: 100%;
}

.roa-ca-col {
    flex-basis: 100%;
    position: relative;
}	

.roa-ca-rao-inner{
	gap:30px;
}
.roa-ca-col:first-child:after{
	display:none;
}

.hse-wrap-1 > div, .hse-wrap-2 > div{
	flex-basis: 100%;
}

.hse-w2-inner-img{
	display:flex;
	width:100%;
	height:100%;
	position:static;
	height:auto;
 
}

.hse-w2-inner-img img{
	width:100%;
	height:auto;
	position:static;
	top:0;
	left:0;
}
.msm-ca-col:first-child:after{
	display:none;
}
.fr-col-box{
	 flex-basis: 100%;
}

.other-offices-wrap > .col-box{
	flex-basis: 100%;
}
.of-in .main-title {
	min-height:108px;
	
}

 
}
/* Portrait phones and smaller */
@media (max-width: 480px){
	
	.of-in .main-title {
	min-height:auto;
	
}

.main-title h2 {
	font-family: "Maxis", sans-serif;
	font-size:25px;
	line-height:27px;
	color:#000000;
	font-weight:bold;
	margin-top:0;
 	text-transform:capitalize;
	position:relative;
}
 
 
}
/* Portrait i phones and smaller */
@media (max-width: 400px) 
{	 
}



