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


@font-face {
    font-family: 'Honey Script';
    src: url('../fonts/HoneyScript-Light.eot');
    src: url('../fonts/HoneyScript-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HoneyScript-Light.woff2') format('woff2'),
        url('../fonts/HoneyScript-Light.woff') format('woff'),
        url('../fonts/HoneyScript-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Honey Script';
    src: url('../fonts/HoneyScript-SemiBold.eot');
    src: url('../fonts/HoneyScript-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HoneyScript-SemiBold.woff2') format('woff2'),
        url('../fonts/HoneyScript-SemiBold.woff') format('woff'),
        url('../fonts/HoneyScript-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body
{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0;
	color:#434343;
	background-color:#f5f5f5;
}
a, a:hover, a:active, a:focus
{
	text-decoration:none;
	outline:none;
}
a:active, a:focus
{
	color:#eeb14e;
}
img
{
	outline:none;
}
a
{
	color:#eeb14e;
}
a:hover
{
	color:#0097c0;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Libre Baskerville', serif;
	margin-top:0px;	
}
h3
{
	font-size:22px;font-weight:bold;line-height:30px;margin-bottom:16px;
	color:#444;
}
p
{
	font-family: 'Nunito', sans-serif;
	text-align:justify;
}
h1
{
	color:#fff;margin-bottom:28px;
}
.big-text
{
	color:#fff;
	font-size:18px;
	line-height:25px;
	text-align:justify;
	font-family: 'Nunito', sans-serif;
}
.xl-text
{
	 /*font-size:20px;*/
	 font-size:16px;
	 line-height:28px;
	 text-align:justify;
	 /*font-style:italic;	*/ 
}
.bold
{
	font-weight:bold;
}
.border-top td
{
	border-top:2px solid #666;
}
.colorbg-white
{
	background-color:#fff;
}
.border-tb td
{
	border-top:2px solid #666;border-bottom:2px solid #666 !important;
}
hr.style-two {
    border: 0;
    height: 1px;
     background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
	margin:30px 0px;
}
.bod h5
{
	 font-size:16px;line-height:22px;margin:26px 0px 05px 0px;color:#333;font-weight:600;
}
.bod-general p
{
	font-style:italic;margin-bottom:2px;font-size:15px;
}
.mt0
{
	margin-top:0px;
}
.mb0
{
	margin-bottom:0px;
}
.mt15
{
	margin-top:15px;
}
.mt30
{
	margin-top:30px;
}
.mt40
{
	margin-top:40px;
}
.mb20
{
	margin-bottom:20px;
}
.mb30
{
	margin-bottom:30px;
}
.bg-white
{
	background-color:#fff;
}
.plr-0
{
	padding-left:0px;padding-right:0px;
}
img
{
	outline:none;
}

.cell
{
	display:table-cell;vertical-align:top;
}
.bg-color
{
	background-color:#e5eff6;
}
section
{
	margin-bottom:32px;
}


header.innerpage
{
	background-color:rgba(0,0,0,0.6);
}
.logo
{
	float:left;
}
/* ============================================================
  hover effect
============================================================ */

.effects .img {
  position: relative;
  float: left;
  margin-bottom: 0px;
  width: 100%;
  overflow: hidden;
}

.effects .img img {
 
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(141, 183, 47, 0.78);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.overlay.light-blue
{
	 background: rgba(0, 145, 157, 0.78) !important;
}
.overlay.light-orange
{
	 background: rgba(255, 122, 57, 0.78) !important;
}
a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;  
  text-align: center;
  color: #fff;
  padding:0px 15px;
  
}
.expand h4
{
	font-family: 'Nunito', sans-serif;
	font-size:22px;line-height:22px;
	font-weight:500;margin-top:8px;margin-bottom:0px;
}
.financial-section .row
{
	margin-top:40px;
}
.financial-section img
{
	margin:0 auto;
}
.financial-section .row:first-child
{
	margin-top:0px;
}
/* ============================================================
  EFFECT 6 - ICON BOUNCE IN
============================================================ */
#effect-6 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-6 .overlay a.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-6 .img.hover .overlay {
  opacity: 1;
}
#effect-6 .img.hover .overlay a.expand {
  top: 34%;
  margin-top: -30px;
  opacity: 1;
}



.bod-list
{
	list-style-type: none;
    padding-left: 0px;
	margin-bottom:15px;
}
ul.bod-list p {
    margin-top: 6px;
    font-size: 12px;
    font-style: italic;
}
.bod-list li 
{
    position: relative;
    padding-left: 26px;
    margin-bottom: 0px;
    text-align: justify;font-size:15px;
}
.bod-list li:before 
{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f0a9";
    color: #0097c0 ;
    font-size: 16px;
}

.innerpage-banner
{
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	height:500px;
	
}
.innerpage-banner .container
{
	position:relative;
	height:100%;
}
.innerpage-banner.PM
{
	background-image:url(../images/PM-banner.jpg);
}
.innerpage-banner.plantation-banner
{
	background-image:url(../images/banners/plantaion-banner.jpg);
	
}
.innerpage-banner.market-banner
{
	background-image:url(../images/banners/marketplace-banner.jpg);
}
.innerpage-banner.environment-banner
{
	background-image:url(../images/banners/environment-banner.jpg);
}
.innerpage-banner.social-banner
{
	background-image:url(../images/banners/social-banner.jpg);
}
.innerpage-banner.careers
{
	background-image:url(../images/banners/careers-banner.jpg);
}
.innerpage-banner.sustainability-banner
{
	background-image:url(../images/banners/sustainability-banner.jpg);
}
.innerpage-banner.dos
{
	background-image:url(../images/banners/subsidiaries-banner.jpg);
}
.innerpage-banner.ir-banner
{
	background-image:url(../images/banners/ir-banner.jpg);
}

.innerpage-banner.mt-banner
{
	background-image:url(../images/banners/management-team-banner.jpg);
}
.innerpage-banner.contact-banner
{
	background-image:url(../images/banners/contact-banner.jpg);	
}
.innerpage-banner.BO
{
	background-image:url(../images/banners/corporate-banner.jpg);
}
.innerpage-banner.MF
{
	background-image:url(../images/MF-banner.jpg);
}
.innerpage-banner.bod
{
	background-image:url(../images/banners/bod-banner.jpg);
}
.innerpage-banner.manufacture-banner
{
	background-image:url(../images/banners/manufacture-banner.jpg);
	
}
.innerpage-banner.pm-banner
{
	background-image:url(../images/banners/management-banner.jpg);
	background-position:center;
}
.innerpage-banner.cs-banner
{
	background-image:url(../images/banners/cs-banner.jpg);
}

.innerpage-banner.news-banner
{
	background-image:url(../images/banners/Newsroom.jpg);
}

.pagetitle
{
	position:absolute;bottom:0;background-color:rgba(0,0,0,.5);
	padding:14px 22px;right:15px;margin-bottom:0px;
	font-size:40px;border-radius:1px;
}
.flexslider li div
{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	height:100%;
	min-height:350px;
}
.property-section .slider-1
{
	background-image:url(../images/property-management/slider-1.jpg);
	
}
.property-section .slider-2
{
	background-image:url(../images/property-management/slider-2.jpg);	
}
.property-section .slider-3
{
	background-image:url(../images/property-management/slider-3.jpg);	
}
.property-section .slider-4
{
	background-image:url(../images/property-management/slider-4.jpg);	
}
.property-section .slider-5
{
	background-image:url(../images/property-management/slider-5.jpg);	
}
.property-section .slider-6
{
	background-image:url(../images/property-management/slider-6.jpg);	
}

 
.plantation-section .slider-1
{
	background-image:url(../images/plantation/slider-1.jpg);
	
}
.plantation-section .slider-2
{
	background-image:url(../images/plantation/slider-2.jpg);	
}
.plantation-section .slider-3
{
	background-image:url(../images/plantation/slider-3.jpg);	
}
.plantation-section .slider-4
{
	background-image:url(../images/plantation/slider-4.jpg);	
}
.plantation-section .slider-5
{
	background-image:url(../images/plantation/slider-5.jpg);	
}
.plantation-section .slider-6
{
	background-image:url(../images/plantation/slider-6.jpg);	
}
.plantation-section .slider-7
{
	background-image:url(../images/plantation/slider-7.jpg);	
}
.plantation-section .slider-8
{
	background-image:url(../images/plantation/slider-8.jpg);	
}
.plantation-section .slider-9
{
	background-image:url(../images/plantation/slider-9.jpg);	
}
.plantation-section .slider-10
{
	background-image:url(../images/plantation/slider-10.jpg);	
}
.plantation-section .slider-11
{
	background-image:url(../images/plantation/slider-11.jpg);	
}
.plantation-section .slider-12
{
	background-image:url(../images/plantation/slider-12.jpg);	
}
.plantation-section .slider-13
{
	background-image:url(../images/plantation/slider-13.jpg);	
}
.plantation-section .slider-14
{
	background-image:url(../images/plantation/slider-14.jpg);	
}
.plantation-section .slider-15
{
	background-image:url(../images/plantation/slider-15.jpg);	
}

.manufacturing-section .slider-1
{
	background-image:url(../images/manufacturing/slider-1.jpg);
}
.manufacturing-section .slider-2
{
	background-image:url(../images/plantation/slider-2.jpg);
}
.manufacturing-section .slider-1
{
	background-image:url(../images/manufacturing/slider-1.jpg);
}
.manufacturing-section .slider-2
{
	background-image:url(../images/plantation/slider-2.jpg);
}


.manufacturing-section .slider-1
{
	background-image:url(../images/manufacturing/slider-1.jpg);
}
.manufacturing-section .slider-2
{
	background-image:url(../images/manufacturing/slider-2.jpg);
}

.manufacturing-section .slider-3
{
	background-image:url(../images/manufacturing/slider-3.jpg);
}
.manufacturing-section .slider-4
{
	background-image:url(../images/manufacturing/slider-4.jpg);
}

.manufacturing-section .slider-5
{
	background-image:url(../images/manufacturing/slider-5.jpg);
}
.manufacturing-section .slider-6
{
	background-image:url(../images/manufacturing/slider-6.jpg);
}

.manufacturing-section .slider-7
{
	background-image:url(../images/manufacturing/slider-7.jpg);
}


.sustainability
{
	background-color:#298bc6;
	height:100%;
	padding:30px;
	color:#fff;	
}
.sustainability .inner-section
{
	border:2px solid #fff;
	padding:52px 55px;	
}
.sustainability .inner-section h1
{
	text-align:center;margin-bottom:15px;
}
.sustainability .inner-section p
{
	margin-bottom:0px;text-align:justify;
	font-size:18px;line-height:25px;
	
}
.MSE-container
{
	
}

.MSE-container img{
	min-height:495px;
	
}


.MSE-container a
{
	color:#fff;
}
.marketplace, .social, .environment
{
	background-repeat:no-repeat;	
	height:185px;
	background-position:center center;
	background-size:cover;
}
.marketplace
{
	background-image:url(../images/marketplace-img.jpg);	
}
.social
{
	background-image:url(../images/social-img.jpg);	
}
.environment
{
	background-image:url(../images/environment-img.jpg);	
}
.marketplace, .social, .environment
{
	color:#fff;
	display:table-cell;
	vertical-align:middle;
}
.marketplace h4, .social h4, .environment h4
{
	margin-top:10px;margin-bottom:0px;
	font-family: 'Nunito', sans-serif;
	font-weight:600;
	font-size:20px;
}
#profile
{
	background-color:#212121;
	padding:32px 0px;
	
}
.manufacturing,  .plantation,  .management
{
	background-repeat:no-repeat;	
	height:200px;
	background-position:center center;
	background-size:cover;
}
.manufacturing
{
	background-image:url(../images/manufacturing-img.jpg);
	
}
.plantation
{
	background-image:url(../images/plantation-img.jpg);	
}
.management
{
	background-image:url(../images/property-managemnet-img.jpg);
	
}


.body-content
{
	margin:55px 0px;
}
.overview
{
	background-color:#fff;
	padding:43px;
	height:100%;
}
.overview p
{
	/*margin-bottom:0px;*/
}
.sub-heading 
{
	font-size:24px;
	line-height:31px;
	color:#3e4041;	
	display:inline-block;
	margin-bottom:20px;	
	font-weight:600;
}
.sub-heading span
{
	border-bottom:2px solid #3e4041;
	padding-bottom:1px;
}
.property-section .sub-heading:after
{
	content: url(../images/overview-icon.png);
	margin-left:12px;
	vertical-align:sub;
	position:relative;top:8px;
}
.plantation-icon:after
{
	content: url(../images/plantation-icon.png);
	margin-left:12px;
	vertical-align:sub;
	position:relative;top:8px;
}
.mf-icon:after
{
	content: url(../images/mf-icon.png);
	margin-left:12px;
	vertical-align:sub;
	position:relative;top:8px;
}

.Businessoverview-left, .Businessoverview-right
{
	padding:55px 0px;position:relative;z-index:999;
}
.bg-color:before
{
	content: " ";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;    
    width: 2000px;   
    background-color: #e5eff6;
}
.Businessoverview-left p.big-text
{
	font-size:22px;line-height:28px;color:#0f7bbd;
	font-family: 'Nunito', sans-serif;text-align:left;
}
.Businessoverview-left p
{
	color:#000;line-height:18px;
	
}
.Businessoverview-left h4
{
	font-size:20px;line-height:30px; color:#0097c0;
	margin-bottom:0px;margin-top:20px;
}

#estates
{
	background-color:#dfe9d7;
	min-height:300px;
	padding:50px 0px;
	margin-bottom:0px;
}
#estates table
{
	width:100%;
	margin-top:40px;
}
#estates table thead
{
	border-width:6px;border-style:solid;border-color:rgba(125, 187, 76, 0.88);
	
	
}
#estates table tbody
{
	border:6px solid #fff;
	
}
#estates table thead th
{
	background-color:#7dbb4c;color:#fff;opacity:0.77;
	font-family: 'Libre Baskerville', serif;
	font-size:15px;line-height:20px;
}
#estates table th, #estates table td
{
	padding:8px 14px;font-size:14px;
}
#estates table tbody tr:nth-child(even)
{
	background-color:rgba(223,233,215,0.9);
}
#estates table tbody tr:nth-child(odd)
{
	background-color:#fff;
}
#estates table .inner-row td
{
	background-color:#fff;padding:0px 15px;
}

#statistics table
{
	width:100%;
	
}
#statistics table thead
{
	
	
	
}
#statistics table tbody
{
	
	
}
#statistics table thead th
{
	background-color:#70ad47;color:#fff;
	font-family: 'Libre Baskerville', serif;
	font-size:15px;line-height:20px;
	border-bottom:3px solid #f5f8f4;
}
#statistics table th, #statistics table td
{
	padding:9px 12px;font-size:14px;
	border-bottom:1px solid #f5f8f4;
	border-left:1px solid #f5f8f4;
}
#statistics table th:first-child
{
	border-left:0px;
}
#statistics table td:first-child
{
	background-color:#70ad47;color:#fff;
	border-left:0px;font-weight:600;
}
#statistics table tbody tr:nth-child(even)
{
	background-color:#ebf1e9;
}
#statistics table tbody tr:nth-child(odd)
{
	background-color:#d5e3cf;
}
#statistics h5
{
	margin:0;font-size:18px;
	color:#3e4041; font-weight:600;
	margin-top:30px;margin-bottom:20px;
	text-align:center;
}
#statistics img
{
	text-align:center;margin:0 auto;
}






#Property
{
	background-color:#dfe9d7;
	min-height:300px;
	padding:50px 0px;
	margin-bottom:0px;
}
#Property table
{
	width:100%;
	margin-top:40px;
}
#Property table thead
{
	border-width:6px;border-style:solid;border-color:rgba(247, 138, 42, 0.88);
	
	
}
#Property table tbody
{
	border:6px solid #fff;
	
}
#Property table thead th
{
	background-color:#f78a2a;color:#fff;opacity:0.77;
	font-family: 'Libre Baskerville', serif;
	font-size:15px;line-height:20px;
}
#Property table th, #Property table td
{
	padding:8px 14px;font-size:14px;
}
#Property table tbody tr:nth-child(even)
{
	background-color:rgba(223,233,215,0.9);
}
#Property table tbody tr:nth-child(odd)
{
	background-color:#fff;
}
#Property table .inner-row td
{
	background-color:#fff;padding:0px 15px;
}




.bursa-table
{
	width:100%;
}
.bursa-table tbody
{
	border:6px solid #f1f1f1;
}
.bursa-table td
{
	padding:12px 15px;
	text-align:center;
	font-size:14px;
}
.bursa-table td a
{
	color:#434343;
	
}
.bursa-table td a:hover
{
	
}
.bursa-table tr td:first-child
{
	width:75%;
	border-right:1px solid #c9c9c9;
	text-align:left;
}
.bursa-table tr:nth-child(even)
{
	background-color:rgba(223,233,215,0.99);
}
.bursa-table tr:nth-child(odd)
{
	background-color:#f9f9f9;
}
#statistics
{
	background-color:#c5ddb3;
	min-height:200px;
	padding:50px 0px;
	margin-bottom:0px;
}
#statistics h4, #estates h4, #Property h4 span
{
	font-size:24px;
	line-height:28px;
	color:#3e4041;
	font-weight:600;	
}
#statistics h4 span, #estates h4 span, #Property h4 span
{
	border-bottom:2px solid #3e4041;	
	padding:0px 8px 2px 5px;
}
#bank-notes
{
	background-color:#dfeced;
	min-height:200px;
	padding:50px 0px;
	margin-bottom:0px;
}
#bank-notes h2
{
	font-size:26px;line-height:30px;
	color:#03b0be;font-weight:600;font-style:italic;
	font-family: 'Nunito', sans-serif;
}
#bank-notes img
{
	margin-top:20px;
}
footer
{
	background-color:#212121;
	padding:22px 0px;
	color:#fff;
	font-size:13px;
}
footer p
{
	display:inline-block;
	margin-right:12px;
	margin-bottom:0px;
}
footer p:last-child
{
	margin-right:0px;
}


 ul.milestone{
	margin:0;
	padding:0
	
}

ul.milestone  li{
	list-style:none;
	text-align:justify;
	list-style-position:inside;
	position:relative;
	padding-left:26px;
	margin-bottom:10px;
	margin-top:10px;
}



ul.milestone  li:before{
	    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f0a9";
    color: #0097c0;
    font-size: 16px;
}

/********Analyst Reports**********/
.analyst-report table
{
	width:100%;
}	
.analyst-report table thead
 {
  border-width: 0px 0px 4px 0px;
  border-style: solid;
  border-color: rgba(125, 187, 76, 0.88);		   
 }
.analyst-report table thead th {
	  background-color: #7dbb4c;
	  color: #fff;
	  opacity: 0.77;			
	  font-size: 15px;
	  line-height: 20px;padding: 12px 15px 10px 15px;
  }
.analyst-report table th, .analyst-report table td
 {
	 padding:08px 15px;
 }
.analyst-report table td
 {
	 font-size:14px;
 }
.analyst-report table td:nth-child(3), .analyst-report table th:nth-child(3), .analyst-report table td:nth-child(4), .analyst-report table th:nth-child(4)
 {
	 text-align:center;
 }
.analyst-report tbody tr:nth-child(odd) {
  background-color: #fff;
 }
.analyst-report table tbody tr:nth-child(even) {
   background-color: rgba(223,233,215,0.9);
 }
 	 .analyst-report .button {
        
        border-radius: 1px;       
     }
	.analyst-report .colors {
      display: none;
      }
	.analyst-report .dropdown {
       position: relative;
       display: block;
       margin-top: 0.5em;
       padding: 0;	  
	   float:right;margin-bottom:30px;
     }
	 .analyst-report .dropdown label
	 {
		 display:inline-block;font-size:15px;vertical-align:middle;
		 font-weight:600;color:#333;text-transform:uppercase;
	 }
	  .analyst-report .dropdown select
	 {
		 display:inline-block;
	 }
	.analyst-report .dropdown select {
    width: 160px;
    margin: 0;
    background: none;
    border: 1px solid transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    color: #fff;
    padding: 9px 14px 6px 14px;
	-moz-appearance: none;       
    -webkit-appearance:none;
	-o-appearance:none;
    appearance: none;
    line-height: 1.3;background-color:#333;border-radius:3px;
}
 .analyst-report .dropdown select::-ms-expand {
    display: none;
  }
.analyst-report .dropdown::after {
    content: "\f063";
    font-family: FontAwesome;
    position: absolute;
    width: 9px;
    height: 8px;
    top: 7px;
    right: 20px;
    z-index: 2;
    pointer-events: none;
    color: #fff;
}

	   
/*************Latest news CSS Starts here*************************/

.latest-news h1{
	color:#3e4041;
}

.news-item-wrap{
	width: 100%;
    display: block;
    position: relative;
}
.news-item-wrap figcaption
{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 22px 12px 20px 12px;
	
  /*  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)98%);*/
}
.news-item-wrap figcaption a
{
	color:#fff;text-decoration:underline;margin-top:6px; font-size:12px;display:block;
}
.news-item-wrap figcaption .date
{
	/*font-family: 'Libre Baskerville', serif;*/
	font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
    font-weight: normal;
	color:#eee;
}
.news-item-wrap figcaption h4
{
	font-family: 'Nunito', sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    min-height: 45px;    
}

 .cal-d{
	color:#999 !important;
}
.cal-d .fa {
    margin-right: 10px;
}

.news-blocks{
	float:left;
	width:100%;
	padding-bottom:25px;
	border-bottom:1px solid #ccc;
	margin-bottom:35px;
	padding-bottom:35px;
}

/*new css for height adjustment for news blocks*/

.news-logo{
	display: block;
    position: absolute;
    top: 15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 30%;
    text-align: center;
}

.agm-title{
	/*font-size:20px;
	font-weight:bold;
	margin-bottom:15px;*/
	font-size: 17px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 15px;
}
.agm-title span{
	font-size:36px;
	font-weight:bold;
}
.news-item-wrap .bg-news{
	min-height:272px;
}

.high-annual-report{
	position: absolute;
    top: -56px;
    right: 3px;
}

.merdaka{
	position: absolute;
    top: 5px;
}




/*===============================================================
NEW LAYOUT DESING OUR VALUES AND OUR GROUP 10-MAY-2021
==============================================================*/
.mb40{
	margin-bottom:40px;
}

.our-g-title{
	padding:58% 0;
	
}
.our-g-title h3{
	font-size:26px;
	line-height:26px;
	color:#fff;
	margin-bottom:0;
	font-weight:bold;
}

.our-group{
	float:left;
	width:100%;
	background:#999;
	padding:15px 0px 0 15px;
}
.og-blocks-container{
	float:left;
	width:100%;
	background:#fff;
	padding:15px;
}
.og-title{
	text-align:center;
	font-size:18px;
	line-height:18px;
	color:#fff;
	margin-top:20px;
}
.og-icon{
	text-align:center;
	padding-top:13%;
}

.og-icon img{
	width:25%;
}


.og-box{
	height:179px;
	display:block;
}
.h-manf{
	background:#fec724;
}
.h-plant{
	background:#76b54d;
}
.h-bulk{
	background:#6aa2db;
}
.h-food{
	background:#f48540;
}
.plr-og{
	padding-left:0 !important;
	padding-right:15px !important;
}
.pr0-og{
	padding-right:0 !important;
}




/*our values css starts here*/


.plr-ov{
	padding-left:0 !important;
	padding-right:15px !important;
}
.pr0-ov{
	padding-right:0 !important;
}

.our-v-title{
	padding:39% 0;
	
}
.our-v-title h3{
	font-size:26px;
	line-height:26px;
	color:#fff;
	margin-bottom:0;
	font-weight:bold;
}

.our-values{
	float:left;
	width:100%;
	background:#999;
	padding:15px 0px 0px 15px;
}

.ov-blocks-container{
	float:left;
	width:100%;
	background:#fff;
	padding:15px;
}

.value-box{
	
	
}


.curve-sec{
	float:left;
	width:100%;
	background:#fff;
}

.top-curve{
	background-image:url(../images/our-group-values/our-values-top-curve.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:38px;
	margin-bottom:20px;
}
.gt-ablty-bg{
	background-image:url(../images/our-group-values/gta.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	min-height:120px;
}

.awei-bg{
	background-image:url(../images/our-group-values/awei.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	min-height:120px;
}

.iswr-bg{
	background-image:url(../images/our-group-values/iswr.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	min-height:120px;
}

.ees-bg{
	background-image:url(../images/our-group-values/ees.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	min-height:120px;
}

.gp-bg{
	background-image:url(../images/our-group-values/gp.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	min-height:120px;
}
.vc-bg{
	background-image:url(../images/our-group-values/vc.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	min-height:120px;
}



.color-layer{
	padding:10px;
	float:left;
	width:100%;
	min-height:120px;
	background:rgba(0, 0, 0, 0.6);
}


.vtext-small span{
	
	font-size:14px;
	line-height:14px;
	color:#fff;
	display:block;
	font-weight:normal;
	padding-right:32px;
	margin-bottom:5px;
}
.vtext{
	/*font-family: 'Libre Baskerville', serif;*/
	 font-family: 'Honey Script';
	font-size:27px;
	line-height:27px;
	color:#fff;
	font-weight:bold;
	position:absolute;
	bottom:13px;
}


































/********************************IR CSS***************************/
.reports-date{
	border-bottom:3px solid #eeb14e;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:10px;
	transition:1s ease all;	
}
.cg-section:hover .reports-date
{
	border-bottom:3px solid #0097c0;
}
.reports-title{
	font-size:110%;
	min-height:100px;
}
.reports-title a
{
	color:#434343;
}

.bluecolor
{
	color:#0097c0 !important;
}
.iconDownload{
	background:url(../images/iconDownload.png) no-repeat center center;
	width:100%; min-height:20px;
	display:block;
	padding-left:35px;
}
.iconDownload:hover, .bluecolor{
	background:url(../images/iconDownloadHover.png) no-repeat center center;
	width:100%; min-height:20px;
	display:block;

}
.iconView{
	background:url(../images/iconView.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:35px;
}

.iconView:hover{
	background:url(../images/iconViewHover.png) no-repeat center center;
	width:100%; height:20px;
	display:block;

}
.iconAlignRight{
	background-position:left center;
}

.iconAlignRight:hover{
	background-position:left center;
}
.annual-report .report-img
{
	
	border-top-left-radius: 1px;
    border-top-right-radius: 1px;	
	border-bottom:0px;	text-align:center;
	background-color:#F1F1F1;
	
}
.report-wrapper
{
	width:95%;margin:0 auto;

	/*max-width:260px;*/
}
.annual-report h4
{
	font-weight:500;
	font-size:16px;
	line-height:22px;
	margin-bottom:5px;
}
.annual-report .report-buttons
{
	background-color:#f5f5f5;padding:10px 16px 08px 16px;;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	font-size:16px;line-height:20px;margin-bottom:43px;box-shadow: 0 3px 2px -1px #ddd;
	text-align:center;
	height:111px;
	
}
.report-buttons a
{
	display:block;min-height:22px;
}
.report-buttons i
{
	margin-right:10px;vertical-align:middle;
}
.ineractive-icon:before
{
	content:url(../images/iconInteractive.png);height:16px;
	margin-right: 10px;
    vertical-align: middle;
	
}
.ineractive-icon:hover:before
{
	content:url(../images/iconInteractive-hover.png);
}
.qr-section
{
	text-align:center;
}
.qr-section h4
{
	font-size:18px;
	margin-bottom:15px;
	font-weight:600;
}
.qr-section div
{
	margin-bottom:14px;
}
.qr-section div:last-child
{
	margin-bottom:45px;
}
/** Circulars **/
.circularsContainer{	
    margin-top: 15px;
    padding-bottom: 30px;
	padding-top:7px;
    border-bottom: 1px solid #ccc;
	overflow:hidden;
}
.agm-date
{
	background-color:#35bc6d;
	padding:48px 30px;
	font-size:42px;
	font-weight:600;
	text-align:center;color:#fff;
	max-width:300px;
	margin-bottom:30px;
	
	
}
.circulars{
	
	/*border-bottom:1px solid #ccc;*/
	margin-bottom:20px;

}

.circularDate{
	padding-bottom:10px;
	font-weight:bold;
}

.circularContent{
	text-align:justify;
}
.circularContent h5
{
	font-size:18px;
	margin-bottom:20px;
}
.agmButton
{
  padding-top:6px;
}
/*.agmButton a:hover
{
	color:#eeb14e;
}*/
.circularButton{
	padding-top:20px;
	width:300px;
}

.circularButton span{
	padding-left:40px;
	margin-bottom:5px;
	padding-top:1px;
}











#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  
  background: #333333;float:right;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '+';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}


ol.rounded-list {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */   
	padding-left:0px;
	margin-top:25px;
}


.rounded-list li{
    position: relative;
    display: block;
    padding: .7em .5em .7em 2.3em;
    *padding: .4em;
    margin: .3em 0;
    background: #D9D9D9; 
	box-shadow: 0 3px 2px -2px #939393;   
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out; 
	margin-bottom:14px;  
	margin-left:15px;
}

.rounded-list li:hover{
   
}

.rounded-list li:hover:before{
    
}

.rounded-list li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.4em;
    top: 50%;    
    margin-top: -1.6em;
    background-color: rgba(41,139,198,0.95);
	color:#fff;
    height: 42px;
    font-size: 13px;
    width: 42px;    
    line-height: 35px;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}
.icon-box
{
	padding:5px 0px;
}
.icon_wrapper-mf, .icon_wrapper-pt, .icon_wrapper-pm  {
    width: 180px;
    height: 180px;
    text-align: center;
    line-height: 93px;   
    overflow: hidden;
    margin: 0 auto 10px;

}
.icon-box .icon_wrapper-mf
{
   border-color:#03b0be;
}
.icon-box .icon_wrapper-pt
{
   border-color:#7dbb4c;
}
.icon-box .icon_wrapper-pm
{
   border-color:#f78a2a;
}
.desc_wrapper
{
	text-align:center;
}
.desc_wrapper h4
{
	font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0px;
	color: #555;
	margin-bottom:5px;
	margin-top:14px;
}
.desc_wrapper p
{
	text-align:center;color:#555;line-height:20px;
}

.mf-img
{
	background-image:url(../images/marketplace-icon-color.png);
	height:98px;
	background-repeat:no-repeat;
	background-position:center center;	
}
/*.icon-box:hover  .mf-img
{
	background-image:url(../images/marketplace-icon.png);
	background-color:#03b0be;
}*/
.plantation-img
{
	background-image:url(../images/environment-icon-color.png);
	height:98px;
	background-repeat:no-repeat;
	background-position:center center;	
}
/*.icon-box:hover .plantation-img
{
	background-image:url(../images/environment-icon.png);
	background-color:#7dbb4c;
}*/
.pm-img
{
	background-image:url(../images/social-icon-color.png);
	height:98px;
	background-repeat:no-repeat;
	background-position:center center;	
}
/*.icon-box:hover .pm-img
{
	background-image:url(../images/social-icon.png);
	background-color:#f78a2a;
}*/
.list_check
{
	list-style:none;padding-left:0px;margin-top:15px;
}
.list_check:after
{
	content:"";
	display:table;
	clear:both;
}
ul.list_check li
{
    margin-bottom: 20px;
    position: relative;
    list-style: none;
    padding-left: 50px;
    margin-left: 0;
	
}
ul.list_check li a
{
	color:#434343;
}
ul.list_check li {
    background: url(../images/list_check.png) no-repeat 20px 5px;
}
ul.list_check li:hover {
    background: url(../images/list_check-hover.png) no-repeat 20px 5px;
}
ul.list_check li:hover:after
{
	/*background-color:#0097c0;*/
}
ul.list_check li:after {
    content: "";
    width: 65px;
    height: 1px;
    overflow: hidden;
    background: rgba(0,0,0,.095);
    position: absolute;
    left: 0;
    bottom: -11px;
}
.environment-section
{
	margin-top:30px;
}
.environment-section ul.list_check
{
	margin-top:0px;
}

/********contact us*********/
.panel {
    margin-bottom: 0px;  
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	background-color:transparent;
}
.panel-heading {
    padding: 16px 15px;   
    border-bottom: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
	background-color:#eee;
}
.panel-heading h3
{
	margin:0;
}
.panel-body {
    padding: 15px;
}
.panel-heading .icon
{
	margin-right:10px;
	 color:#eeb14e;
}

.panel-body iframe
{
	display:block;
	 border:0;
}
.address ul
{
	list-style:none;padding-left:0px;
}
.address ul li
{
	position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    text-align: justify;
	margin-bottom:16px;
}
.address ul li:first-child
{
	margin-bottom:14px;
}

.address ul li:before
{
	content: "\f0ac";
    font-family: FontAwesome;
    margin-right: 08px;
	position:absolute;top:0;left:0;
	background-color: #0097c0 ;
    padding: 1px 7px;
    border-radius: 47px;
	color:#fff;	    
}
.address ul li:nth-of-type(2):before
{
	    content: "\f095";
}
.address ul li:nth-of-type(3):before
{
	    content: "\f1ac";
}
.address ul li:nth-of-type(4):before
{
	    content: "\f0e0";
}


/***Corporate Governance****/

.section
{
	margin-bottom:35px;margin-top:30px;
}


.pdf-box
{
  text-align:center;background-image:url(../images/box-bg4.jpg);
  background-position:center center;background-size:cover;height:100%;
  display:table;width:100%;
}
.pdf-box h4
{
	padding:20px 12px;font-size:16px;line-height:21px;color:#fff;height:100%;
	display:table-cell;vertical-align:middle;font-family: 'Open Sans', sans-serif;
	
	margin:0px;
}
.pdf-box a, .download-wrapper a
{
	background-color:rgba(238,117,78, 0.6);color:#fff;padding:5px 3px;display:block;
	font-size:14px;transition:1s ease all;text-align:center;
	background-color:#eeb14e;
}
.pdf-box:hover a, .download-wrapper a:hover
{
	background-color:rgba(0, 151, 192,0.6);color:#fff;
}
.pdf-box a:after, .download-wrapper a:after
{
	content: "\f019";
    font-family: FontAwesome;
    padding-left: 08px;
}
.download-wrapper
{
	text-align:center;background-image:url(../images/box-bg4.jpg);
}
.box-wrapper
{
	height:100%;
}
/*
.box-wrapper
{
	height:100%;
	position:relative;
}
.download-wrapper
{
	position:absolute;bottom:0;width:100%;
}
*/

#join-our-team
{
	background-color:#dfe9d7;	
	margin-top:35px;
	padding:60px 0px;
	text-align:center;
}
#join-our-team h3, #vacancies h3
{
	margin-bottom:38px;	
}
#join-our-team h3 span, #vacancies h3 span
{
	padding-bottom:8px;
}
#join-our-team p
{
	text-align:center;
	margin-bottom:04px;
}
.careers-intro
{
	
}
.careers-intro p
{
	text-align:center;
}
#vacancies
{
	margin-top:45px;
	text-align:center;
}
#vacancies h4
{
	font-style:italic;	
	font-size:22px;
}
.manufacture-wrapper
{
	text-align:center;
}
.manufacture-wrapper, .plantation-wrapper, .management-wrapper
{
	padding:12px;margin-top:20px;
}
.manufacture-wrapper .box-icon, .plantation-wrapper .box-icon, .management-wrapper .box-icon
{
	background-repeat:no-repeat;	
	width:170px;height:170px;
	background-position:center center;
    border-radius:50%;
	margin:0 auto;transition:.7s ease all;
}
.manufacture-wrapper .box-icon
{
    background-image:url(../images/profile-mf-icon.png);	
	background-color:#229acf;	
	border:4px solid #229acf;	
}
.manufacture-wrapper:hover .box-icon
{
	background-image:url(../images/profile-mf-icon-hover.png);
	background-color:transparent;
	border:4px solid #229acf;
}

.plantation-wrapper .box-icon
{
    background-image:url(../images/profile-plantation-icon.png);
	background-color:#4e8545;
	border:4px solid #4e8545;	
}
.plantation-wrapper:hover .box-icon
{
    background-image:url(../images/profile-plantation-icon-hover.png);
	background-color:transparent;
	border:4px solid #4e8545;	
}

.management-wrapper .box-icon
{
    background-image:url(../images/profile-pm-icon.png);
	background-color:#f89f1c;
	border:4px solid #f89f1c;
}
.management-wrapper:hover .box-icon
{
    background-image:url(../images/profile-pm-icon-hover.png);
	background-color:transparent;	
	border:4px solid #f89f1c;
}
.corporate-profile .big-text
{
	color:#434343;text-align:center;font-size:20px;
}

ol.simple-list 
{
  padding-left:20px;
}
ol.simple-list li
{
	margin-bottom:20px;
	text-align:justify;
}
.list-item
{
	list-style-type: none;
    padding-left: 5px;
}
.list-item li {
    position: relative;
    padding-left: 26px;
    margin-top: 05px;   
	margin-bottom:0px !important;
	
}
.list-item li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f0a9";
    color: #35bc6d;
    font-size: 16px;
}

/*Group directory css starts here*/

.custom-title h3{
	font-size:13px;
	font-weight:700;
	line-height:20px;
	
}
.custom-title h6
{
	margin-top:06px !important;
}
.grp-addr ul li{
	font-size:13px;
	
}
.grp-addr h3{
	font-size:16px;
	border-bottom:2px solid #ccc;
	
}

.pb-bg{
	background-color:#f3f3f3;
}
.col-eql{
	height:100%;
	background:#f3f3f3;
	
}

/*===========================
Modal custom Css starts here
================================*/

.modal {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

/***************Service provider css ************/
.mb5
{
	margin-bottom:5px;
}
.service-form h3
{
  display: block;
  text-align:center;
}
.service-form .form-section 
{
    display: none;
}
.service-form .form-section.current 
{
      display: inherit;
}
.service-form .form-section
{
   margin-top:26px;
}
.service-form .col-centered {
    float: none;
    margin: 0 auto;
}
.service-form .red
{
  color: red;
  font-size: 12px;
  vertical-align: top;
  line-height: 18px;
}
.service-form .mb15
{
	margin-bottom: 15px;
}
.service-form .mb25
{
	margin-bottom: 25px;
}
.service-form label 
{
    margin-bottom: 5px;
	font-weight:600;
	vertical-align: middle;
}
.service-form  input[type="text"], .service-form  input[type="file"], .service-form  input[type="email"]  
{
	width: 100%;
	border: 1px solid #cecece;
	padding: 10px 15px !important;
	border-radius: 5px;
	margin-bottom: 0px;
	background-color: #fff;
	height: auto !important;
	font-size: 14px;
	line-height: 20px;outline: none;
	box-shadow: none !important;
}	
.service-form .subheading
{
	margin:26px 0px;
}
.service-form .subheading h4
{
	margin-bottom:12px;font-size: 21px;
    font-weight: 600;line-height: 25px;
	color: #222;
}
.service-form  .subheading h2
{
	margin: 15px 0px 0px 0px;
}	
.service-form .subheading h2 a
{
	text-decoration:underline;
}
.service-form .checkbox-wrapper label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
.service-form .checkbox-wrapper input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0 !important;
    vertical-align: bottom;
    position: relative;
    top: -1px;
}
.service-form  .form-navigation
{
  margin-top: 30px;			
}
.service-form .form-navigation button, .service-form .form-navigation input
{
 background-color: #eeb14e;
 color: #fff;
 padding: 9px 22px;
 border: none;
 border-radius: 3px;outline: none !important;
}
.service-form .form-navigation button:hover, .service-form .form-navigation input:hover
{
	background-color: #0097c0;
}
.service-form table
{
 margin-bottom: 18px;		
}
.service-form table tr td {
    padding: 2px !important;
    vertical-align: top !important;
    text-align: left !important;
}



input.parsley-success,
select.parsley-success,
textarea.parsley-success,
label.parsley-success{
  color: #468847;
  background-color: #DFF0D8 !important;
  border: 1px solid #D6E9C6 !important;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error,
label.parsley-error{
  color: #B94A48;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
}
.parsley-errors-list {  
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  margin: 8px 0px 18px 0px !important;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.parsley-errors-list.filled {
  opacity: 1;
}
.bribery-wrapper
{
	margin-bottom: 0px !important;
}
.bribery-wrapper .liable-bg
{
	background: url(../images/liable-bg.jpg) no-repeat center;
	height: 100%;background-size: cover;min-height: 300px;
}
.bribery-wrapper .liable-icon:after {
    content: url(../images/liable-icon.png);
    margin-left: 12px;
    vertical-align: sub;
    position: relative;
    top: 8px;
}
.bribery-wrapper .implications-icon:after {
    content: url(../images/implications-icon.png);
    margin-left: 12px;
    vertical-align: sub;
    position: relative;
    top: 8px;
}
.bribery-wrapper .overview
{
	background-color: #efefef !important;
}

.bribery-wrapper  ul {
  list-style-type: none;
  padding-left: 5px;
  
}

.bribery-wrapper li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  text-align: justify;
}

.bribery-wrapper li:before {
  position: absolute;
  top: 1;
  left: 0;
  font-family: FontAwesome;
  content: "\f0a9";
  color: #eeb14e ;
  
}
.bribery-wrapper h5
{
	text-align: left !important;margin-top: 0px !important;margin-bottom: 12px !important;
}

@media (min-width: 768px){

.modal-dialog {
    /*width: 856px;*/
	width:568px;
    margin: 24px auto;
}
}

/*===========================
Service Provider Css starts here
================================*/

.serv-pro-links{
	color:#fff;
}

.serv-pro-links a{
	display:block;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	background:#eeb14e;
	color:#fff;
	padding:15px;
	transition: 1s ease all;
	vertical-align:middle;
}
.serv-pro-links a:hover{
	display:block;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	background:#25a4f1;
	color:#fff;
	padding:15px;
	transition: 1s ease all;
	vertical-align:middle;
}

.serv-pro-links a i{
	font-size:26px;
	line-height:26px;
	position:relative;
	top:3px;
	margin-right:10px;
}


.serv-pro-links a span{
	display:inline-block;
	width:75%;
	font-size:16px;
	vertical-align:middle;
}



/* Large desktops and laptops */
@media (min-width: 1200px)
 {
	 .footer-right
 {
	 text-align:right;
 } 
 }
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
	 .footer-right
 {
	 text-align:right;
 }
 .sustainability .inner-section
 {
	 padding:40px;
 }
 footer
 {
	 font-size:12px;
 }
 
 
 /*our group and values*/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
	footer
	{
		font-size:12px;
		text-align:center;
	}
	 .panel 
 {
	 margin-bottom:30px !important;
 }
 #sustain-section  .pr-0
 {
	 padding-right:15px !important;
 }
 #sustain-section  .pl-0
 {
	 padding-left:15px !important;
 }
 .navbar-header 
	{
		max-width:80px;
	}
	
 .navbar-nav > li {
    padding-bottom:0px !important;
	padding-top:0px !important;
}
#sustain-section  .row-eq-height
 {
	 display:block;
 }
 .sustainability
 {
	 margin-bottom:30px;
 }
  .marketplace, .social, .environment
 {
	height:220px;
 }
  .innerpage-banner
   {
	   height:440px;
	   background-position:center center;
   }
   
   
  /*our group and values*/  
   
  .our-g-title {
    padding: 39% 0;
} 
  .og-box {
    height: 150px;
    display: block;
}
.og-icon {
    text-align: center;
    padding-top: 16%;
} 
   
  .top-curve {
    background-image: url(../images/our-group-values/our-values-top-curve.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 23px;
    margin-bottom: 20px;
} 
   
  .value-box {
    margin-bottom: 15px;
} 
 .pr0-ov {
    padding-right: 15px !important;
}  
 .vtext {
    /* font-family: 'Libre Baskerville', serif; */
    font-family: 'Honey Script';
    font-size: 27px;
    line-height: 27px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 24px;
}  
   
   
}
@media(min-width:768px)
{
  .pl-0
   {
	 padding-left:0px !important;
   }

  .pr-0
    {
	 padding-right:0px !important;
    }
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:flex;
  }
  .border-lr
 {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	
 }
 .ffb-graph 
 {
	 height:100%;background-color:#fff;
 }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{   
    header .logo
	{
		text-align:center;
	}
	footer
	{
		font-size:11px;
		text-align:center;
		line-height:18px;
	}
	.logo
   {
	float:none !important;
   }
   .flexy-menu-wrapper
   {
	float:none !important;
   }
   h1
   {
	   font-size:28px;
   }
   .overview
  {
	
	padding:5px 5px 20px 0px;
	margin-bottom:35px;
	
 }
 .panel 
 {
	 margin-bottom:30px !important;
 }
 .box-wrapper
 {
	 margin-bottom:20px;
 }
 .section
{
	margin:0px;
}
.report-wrapper
{
	
	max-width:350px;
} 
.pagetitle
   {
	  font-size:28px;line-height:32px;
   }
   .effects .img
   {
	   margin:14px 0px !important;
   }
   .manufacturing,  .plantation,  .management
   {
	   min-height:300px;background-position:center top;
   }
   .navbar-brand img
	{
		width:60%;
	}
	.navbar-toggle
	{
		padding: 9px 10px !important;
        margin-top: 3px !important;
        margin-bottom: 0px !important;
	}
	.sustainability
 {
	 margin-bottom:30px;
 }
 .marketplace, .social, .environment
 {
	height:260px;background-position:center top;
 }
 .innerpage-banner
   {
	   height:380px;
	   
   }
   .financial-section [class^=col-]
   {
	  margin-bottom:40px;
   }
   .financial-section .row
   {
	   margin-top:0px;
   }
   #statistics img
   {
	   margin-bottom:30px;
   }
   
   .news-blocks h2{
	   margin-top:20px;
	   
   }
   .sub-heading, h3
   {
	   font-size:18px;
	   line-height:25px;
   }
   .bribery-wrapper  #estates .col-lg-6:last-child
   {
	   margin-top:30px;
   }
   
   
  /*our value and group*/
  
  .our-group, .our-values {
    float: left;
    width: 100%;
    background: #999;
	padding:0 !important;
    /* padding: 15px 0px 0 15px; */
}

.og-box {
    height: 302px;
    display: block;
}

.og-icon {
    text-align: center;
    padding-top: 5%;
}

.our-g-title {
    padding: 6% 0;
}

.og-icon img {
    width: 25%;
}
.og-title {
    text-align: center;
    font-size: 37px;
    line-height: 37px;
    color: #fff;
    margin-top: 21px;
}
.plr-og {
    padding-left: 15px !important;
    padding-right: 15px !important;
	margin-bottom:30px;
}
.pr0-og {
    padding-right: 15px !important;
}

.our-v-title {
    padding: 5% 0;
}
.plr-ov {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.our-values {
    float: left;
    width: 100%;
    background: #999;
    padding: 15px 15px 0px 15px;
} 
   
 .value-box {
    margin-bottom: 15px;
}  
   
.vtext {
    /* font-family: 'Libre Baskerville', serif; */
    font-family: 'Honey Script';
    font-size: 27px;
    line-height: 27px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
}   
   
   
   
   
   
   
   
	
}
@media (max-width:620px)
{
	#estates table, #statistics table
   {
	   overflow-x:scroll;
	   display:block;
	  -webkit-overflow-scrolling: touch;
	  -ms-overflow-scrolling: touch;
	  -moz-overflow-scrolling: touch;
	  -o-overflow-scrolling: touch;
	  overflow-scrolling: touch;
   }
     .news-blocks h2{
	   margin-top:20px;
	   
   }
	.sub-heading span
	{
		padding-bottom: 0px;
	}
}
/* Portrait phones and smaller */
@media (max-width: 480px) 
{
	h1
	{
		font-size:20px;
		line-height:25px;
	}
	.sustainability .inner-section {
    border: 1px solid #fff;
    padding: 20px 15px;
	}
   .sustainability .inner-section p {
    margin-bottom: 0px;
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
    }
    footer
	{
		font-size:10px;	
		line-height:16px;	
	}
	
	
	.pagetitle
   {
	  font-size:23px;line-height:26px;
   }
   .innerpage-banner
   {
	   height:300px;
	  
   }
     .news-blocks h2{
	   margin-top:20px;
	   
   }
   .analyst-report table th, .analyst-report table td
   {
	  padding:8px 5px;
      font-size:13px !important;line-height:16px !important;
   }
   
 .og-icon {
    text-align: center;
    padding-top: 20%;
}  
   
.og-title {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    margin-top: 21px;
} 

.top-curve {
    background-image: url(../images/our-group-values/our-values-top-curve.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 22px;
    margin-bottom: 20px;
}  
.value-box {
    margin-bottom: 15px;
    margin-top: 15px;
}
.og-blocks-container {
   
    padding-top: 30px;
}
	
}

@media (max-width:360px){
.og-box {
    height: 230px;
    display: block;
}
.top-curve {
    background-image: url(../images/our-group-values/our-values-top-curve.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 14px;
    margin-bottom: 20px;
}

.og-title {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin-top: 21px;
}	
	
}

/* Portrait i phones and smaller */
@media (max-width: 320px) 
{
	.pagetitle
   {
	  font-size:20px;line-height:25px;
   }
     .news-blocks h2{
	   margin-top:20px;
	   
   }

}














