/* 
*
* Bootstrap 4 | Default UI Framework
* 
*/
@import '../vendor/bootstrap-4.5.2-dist/css/bootstrap-grid.min.css';
@import '../vendor/bootstrap-4.5.2-dist/css/bootstrap.min.css';
/* 
*
* SCSS Partials
* 
*/
.wpcf7-f226-o1 .form-btn p{
  display: flex;
}
.ec__btn {
  color: #84c44c;
  font-family: "Encode Sans Condensed", sans-serif;
  border: solid 1.5px #84c44c;
  padding: 8px 25px;
  font-weight: bold;
  border-radius: 18px;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}
.ec__btn:hover, .ec__btn:focus {
  text-decoration: none;
  color: #84c44c;
}

.ec__tittle-stack {
  color: #33663f;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 28px;
  font-weight: bold;
}

.ec__btn-download {
  border-radius: 50%;
  border: solid 1.5px #84c44c;
  padding: 8px;
}

html, body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}

.admin-bar nav .navigation-container {
  position: fixed;
  width: 100%;
  top: 32px;
  left: 0;
  z-index: 11;
  background: #ffffff;
}
.admin-bar .ec-mega-menu-container {
  top: 152px;
}

nav {
  height: 120px;
}
nav .navigation-container {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background: #ffffff;
}
nav .navigation-container .ec__logo a,
nav .navigation-container .ec__main-menu {
  height: 120px;
}
nav .navigation-container .ec__main-menu {
  margin: 0 0 0 auto;
}
nav .navigation-container .ec__main-menu .ec__search {
  width: 20px;
  cursor: pointer;
}
nav .navigation-container .ec__main-menu #nav-icon3 {
  display: none;
  width: 35px;
  height: 30px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
nav .navigation-container .ec__main-menu #nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
nav .navigation-container .ec__main-menu #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav .navigation-container .ec__main-menu #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav .navigation-container .ec__main-menu #nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
nav .navigation-container .ec__main-menu #nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #6c6c6c;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
nav .navigation-container .ec__main-menu #nav-icon3 span:nth-child(1) {
  top: 0px;
}
nav .navigation-container .ec__main-menu #nav-icon3 span:nth-child(2), nav .navigation-container .ec__main-menu #nav-icon3 span:nth-child(3) {
  top: 10px;
}
nav .navigation-container .ec__main-menu #nav-icon3 span:nth-child(4) {
  top: 20px;
}
nav .navigation-container .ec__main-menu #menu-header {
  list-style: none;
  font-size: 18px;
}
nav .navigation-container .ec__main-menu #menu-header li {
  position: relative;
}
nav .navigation-container .ec__main-menu #menu-header li:hover ul {
  visibility: visible;
  opacity: 1;
  /*position: relative;*/
  top: auto;
  left: auto;
}
nav .navigation-container .ec__main-menu #menu-header li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 300px;
  z-index: 10;
  background-color: #ebeae4;
  list-style: none;
  padding: 20px 0;
  border-bottom: solid 5px #84c44c;
  transition: 500ms all;
  /*display: none;*/
}
nav .navigation-container .ec__main-menu #menu-header li ul li a {
  height: auto;
  line-height: initial;
  font-weight: bold;
  padding: 8px 30px;
  text-align: left;
}
nav .navigation-container .ec__main-menu #menu-header li.current-menu-parent > a, nav .navigation-container .ec__main-menu #menu-header li:hover > a, nav .navigation-container .ec__main-menu #menu-header li:focus > a, nav .navigation-container .ec__main-menu #menu-header li.current-menu-item > a {
  color: #84c44c;
}
nav .navigation-container .ec__main-menu #menu-header li:last-of-type a {
  padding-right: 0;
}
nav .navigation-container .ec__main-menu #menu-header li a {
  height: 120px;
  line-height: 120px;
  display: block;
  padding: 0 10px;
  text-decoration: none;
  color: #6c6c6c;
  font-family: "Encode Sans Condensed", sans-serif;
  text-align: center;
}

.VueCarousel.ec__tcardstimeline {
  width: 100%;
}

.ec-mega-menu-container {
  position: fixed;
  top: 120px;
  left: 0;
  z-index: 2;
}
.ec-mega-menu-container .ec-mega-menu {
  background-color: #fff;
  transition: all 500ms;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.ec-mega-menu-container .ec-mega-menu .ec-mega-menu-list,
.ec-mega-menu-container .ec-mega-menu .ec-mega-menu-bg {
  padding: 60px 7.5%;
}
.ec-mega-menu-container .ec-mega-menu .ec-mega-menu-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.ec-mega-menu-container .ec-mega-menu .ec-mega-menu-bg h2 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
.ec-mega-menu-container .ec-mega-menu .ec-mega-menu-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.ec-mega-menu-container .ec-mega-menu .ec-mega-menu-list ul li {
  width: 50%;
}
.ec-mega-menu-container .ec-mega-menu .ec-mega-menu-list ul li a {
  font-family: "Encode Sans Condensed", sans-serif;
  color: #8e8c8c;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 0;
  display: block;
}
.ec-mega-menu-container .ec-mega-menu .ec-mega-menu-list ul li a[aria-current=page] {
  color: #84c44c;
}
.ec-mega-menu-container .ec-mega-menu .ec-mega-menu-list ul li a:hover {
  color: #84c44c;
}
.ec-mega-menu-container .ec-mega-menu.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.ec__banner {
  position: relative;
}
.ec__banner .ec__banner-content {
  height: calc(100vh - 120px);
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #ffffff;
}
.ec__banner .ec__banner-content h1 {
  font-size: 60px;
  margin: 0;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
}
.ec__banner .VueCarousel-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.ec__banner .VueCarousel-pagination button {
  padding: 5px !important;
}
.ec__banner .VueCarousel-pagination button:focus {
  outline: none;
}
.ec__banner .VueCarousel-pagination button[aria-selected=false] {
  background-color: #fff !important;
}
.ec__banner .VueCarousel-pagination button[aria-selected=true] {
  background-color: #84c44c !important;
}

.ec__ourbusiness-homepage {
  background-color: #ebeae4;
  position: relative;
}
.ec__ourbusiness-homepage::after {
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #84c44c;
}
.ec__ourbusiness-homepage::before {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #84c44c;
}
.ec__ourbusiness-homepage .container {
  position: relative;
  z-index: 1;
}
.ec__ourbusiness-homepage .ec__obh-description {
  margin-bottom: 60px;
}
.ec__ourbusiness-homepage .ec__carousel-ob .VueCarousel {
  width: 100%;
}
.ec__ourbusiness-homepage .ec__carousel-ob .VueCarousel .VueCarousel-inner {
  flex-basis: 100% !important;
}
.ec__ourbusiness-homepage .ec__carousel-ob .VueCarousel .VueCarousel-inner .ec__obh {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  position: relative;
  border-top: 10px solid #84c44c;
}
.ec__ourbusiness-homepage .ec__carousel-ob .VueCarousel .VueCarousel-inner .ec__obh h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  line-height: 100px;
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  background-image: linear-gradient(transparent, black);
}
.ec__ourbusiness-homepage .ec__carousel-ob .VueCarousel .VueCarousel-pagination button {
  outline: none;
}
.ec__ourbusiness-homepage .ec__carousel-ob .VueCarousel .VueCarousel-pagination button[aria-selected=false] {
  background-color: #fff !important;
}
.ec__ourbusiness-homepage .ec__carousel-ob .VueCarousel .VueCarousel-pagination button[aria-selected=true] {
  background-color: #33663f !important;
}

.ec__ob-locations {
  display: none;
}
.ec__ob-locations > div {
  width: 100% !important;
  height: 600px;
}
.ec__ob-locations > div iframe {
  width: 100% !important;
  height: 100% !important;
}
.ec__ob-locations > div > p {
  margin-bottom: 0;
  height: 600px;
}
.ec__ob-locations > div > p iframe {
  width: 100% !important;
  height: 100% !important;
}
.ec__ob-locations.active {
  display: block;
}

.ec__map-adresses {
  background-color: #27343b;
}
.ec__map-adresses .ec__map-adresses-inside {
  width: 565px;
  color: #ffffff;
}
.ec__map-adresses .ec__map-adresses-inside h2 {
  color: #84c44c;
}
.ec__map-adresses .ec__map-adresses-inside ul {
  list-style: none;
  padding-left: 0;
}
.ec__map-adresses .ec__map-adresses-inside ul li {
  cursor: pointer;
  font-size: 18px;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 8px;
}
.ec__map-adresses .ec__map-adresses-inside ul li.active {
  color: #84c44c;
}

.ec__numbers-homepage {
  background-color: #84c44c;
  padding-bottom: 120px;
}
.ec__numbers-homepage .ec__carousel-numbers h2 {
  color: #ffffff;
}
.ec__numbers-homepage .ec__carousel-numbers .ec__btn {
  background-color: #fff;
}
.ec__numbers-homepage .ec__carousel-numbers .ec__carousel-nimg {
  padding-right: 15px;
}
.ec__numbers-homepage .ec__carousel-numbers .ec__carousel-nimg img, .ec__numbers-homepage .ec__carousel-numbers .ec__carousel-nimg svg {
  width: 75px;
}
.ec__numbers-homepage .ec__carousel-numbers .ec__carousel-nimg svg, .ec__numbers-homepage .ec__carousel-numbers .ec__carousel-nimg path {
  fill: #33663f;
}
.ec__numbers-homepage .ec__carousel-numbers article span {
  font-size: 70px;
  line-height: 70px;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #ffffff;
}
.ec__numbers-homepage .ec__carousel-numbers .VueCarousel {
  width: 100%;
}
.ec__numbers-homepage .ec__carousel-numbers .VueCarousel .VueCarousel-pagination button:focus {
  outline: none;
}
.ec__numbers-homepage .ec__carousel-numbers .VueCarousel .VueCarousel-pagination button[aria-selected=false] {
  background-color: #fff !important;
}
.ec__numbers-homepage .ec__carousel-numbers .VueCarousel .VueCarousel-pagination button[aria-selected=true] {
  background-color: #33663f !important;
}
.ec__numbers-homepage .ec__carousel-numbers .VueCarousel .VueCarousel-inner {
  flex-basis: 100% !important;
}
.ec__numbers-homepage .ec__carousel-numbers .VueCarousel .VueCarousel-inner .VueCarousel-slide {
  display: flex;
}
.ec__numbers-homepage .ec__carousel-numbers .VueCarousel .VueCarousel-inner .ec__carousel-nimg {
  padding-right: 15px;
}
.ec__numbers-homepage .ec__carousel-numbers .VueCarousel .VueCarousel-inner .ec__carousel-nimg img, .ec__numbers-homepage .ec__carousel-numbers .VueCarousel .VueCarousel-inner .ec__carousel-nimg svg {
  width: 75px;
}
.ec__numbers-homepage .ec__carousel-numbers .VueCarousel .VueCarousel-inner .ec__carousel-nimg svg, .ec__numbers-homepage .ec__carousel-numbers .VueCarousel .VueCarousel-inner .ec__carousel-nimg path {
  fill: #33663f;
}
.ec__numbers-homepage .ec__carousel-numbers .VueCarousel .VueCarousel-inner article span {
  font-size: 70px;
  line-height: 70px;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #ffffff;
}

.ec__annualreport-homepage {
  background-color: #27343b;
  background-image: url(../images/shutterstock_649123297.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: calc(100% - 60px) calc(100% - 60px);
  position: relative;
  padding-bottom: 120px;
}
.ec__annualreport-homepage::before {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #84c44c;
}
.ec__annualreport-homepage .ec__annualreport-hdetails .ec__annualreport-hcontent {
  padding: 10px 0;
}
.ec__annualreport-homepage .ec__annualreport-hdetails .ec__annualreport-hcontent .ec__annualreport-hcinside {
  padding: 30px 0;
  padding-left: 80px;
  padding-right: 30px;
  background-color: #ffffff;
  height: 100%;
}
.ec__annualreport-homepage .ec__annualreport-hdetails .ec__annualreport-hcontent .ec__annualreport-hcinside span {
  color: #84c44c;
  text-transform: uppercase;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
}

.ec__media-homepage {
  background-color: #27343b;
}
.ec__media-homepage h2 {
    color: #ffffff;
    font-size: 24px;
    border-bottom: solid 2px #ffffff;
}
.ec__media-homepage .ec__nau-homepage {
  position: relative;
  padding-right: 60px;
}
.ec__media-homepage .ec__nau-homepage .ec__newsandnupdates-hlist a {
  color: #84c44c;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.ec__media-homepage .ec__nau-homepage .ec__newsandnupdates-hlist span {
  color: #ffffff;
}
.ec__media-homepage .ec__video-homepage {
  padding: 0 30px;
  position: relative;
}
.ec__media-homepage .ec__video-homepage .ec__video-himg {
  position: relative;
  text-align: center;
}
.ec__media-homepage .ec__video-homepage .ec__video-himg .ec__playbutton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.ec__media-homepage .ec__video-homepage .ec__video-hcontent article a {
  color: #84c44c;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.ec__media-homepage .ec__video-homepage .ec__video-hcontent article span {
  color: #ffffff;
}
.ec__media-homepage .ec__eagleprice-homepage {
  padding-left: 60px;
  position: relative;
}
.ec__media-homepage .ec__nau-hbtn {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -45px;
  margin: auto;
}

.ec__hcontactus {
  background-image: url(../images/shutterstock_1459899404.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 120px 0;
}
.ec__hcontactus h2 {
  color: #ffffff;
}
.ec__hcontactus .ec__btn-hcontactus {
  color: #ffffff;
  background-color: #84c44c;
}

.ec__inside-banner {
  background-color: #27343b;
  background-image: url(../images/shutterstock_649123297.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 120px;
  background-size: calc(100% - 60px) 350px;
}
.ec__inside-banner .ec__page-ibanner {
  position: relative;
}
.ec__inside-banner .ec__page-ibanner .ec__page-banner {
  float: right;
  width: 50%;
}
.ec__inside-banner .ec__page-ibanner .ec__page-banner .ec__page-bannerdes {
  color: #ffffff;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.ec__inside-banner .ec__page-ibanner .ec__page-banner .ec__page-bannerdes strong {
  color: #84c44c;
}
.ec__inside-banner .ec__page-ibanner .ec__page-banner img {
  object-fit: cover;
  height: 450px;
  border-bottom: solid 10px #84c44c;
}
.ec__inside-banner .ec__page-ibanner .ec__title-border {
  width: 100px;
  height: 10px;
  background-color: #84c44c;
  margin-top: 15px;
}
.ec__inside-banner .ec__page-ibanner .ec__ectitle {
  height: calc(350px - 120px);
}
.ec__inside-banner .ec__page-ibanner h1 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 45px;
  color: #27343b;
}
.ec__inside-banner .ec__page-ibanner article {
  color: #ffffff;
}

.ec__ourpromise h2,
.ec__values h2,
.ec__missionvision h2,
.ec__page-ibanner h2 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #84c44c;
  margin-bottom: 15px;
}
.ec__ourpromise p,
.ec__values p,
.ec__missionvision p,
.ec__page-ibanner p {
  margin-bottom: 30px;
}

.ec__ourbusiness-bg,
.ec__missionvision {
  position: relative;
}
.ec__ourbusiness-bg .ec__stackinside-bg,
.ec__missionvision .ec__stackinside-bg {
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: cover;
  background-position: center left;
  position: absolute;
  top: 0;
  left: 0;
  width: 550px;
  height: 100%;
  display: block;
}
.ec__ourbusiness-bg .ec__stackinside-bg::before,
.ec__missionvision .ec__stackinside-bg::before {
  content: "";
  width: 10px;
  height: 65%;
  background-color: #84c44c;
  position: absolute;
  left: 550px;
  top: 0;
}

.ec__missionvision article ol,
.ec__missionvision article ul {
  padding-left: 15px;
}
.ec__missionvision article ol li,
.ec__missionvision article ul li {
  margin-bottom: 8px;
}

.ec__values {
  color: #ffffff;
}
.ec__values table {
  border-collapse: separate !important;
  border-spacing: 0 20px;
}
.ec__values table tr td h2 {
  color: #ffffff;
}
.ec__values table tr td h2 strong {
  color: #84c44c;
}

.ec__ourpromise {
  background-color: #84c44c;
}
.ec__ourpromise h2 {
  color: #ffffff;
}
.ec__ourpromise img, .ec__ourpromise svg {
  width: 100px;
}
.ec__ourpromise svg, .ec__ourpromise path {
  fill: #33663f;
}
.ec__ourpromise article span {
  color: #ffffff;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.ec__operating-highlights {
  background-image: url(../images/shutterstock_649123297-copy1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ec__operating-highlights.fhdata-table {
  background-image: none;
}
.ec__operating-highlights.fhdata-table h2 {
  color: #ffffff;
  text-align: center;
}
.ec__operating-highlights h2 {
  font-family: "Encode Sans Condensed", sans-serif;
  background-color: #27343b;
  padding: 12px 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
.ec__operating-highlights table {
  background-color: #fff;
  -webkit-box-shadow: 1px 0px 28px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0px 28px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0px 28px -6px rgba(0, 0, 0, 0.75);
}
.ec__operating-highlights table tr:first-of-type td {
  color: #27343b;
  font-size: 24px;
  font-weight: bold;
  font-family: "Encode Sans Condensed", sans-serif;
}
.ec__operating-highlights table tr td {
  border: 8px solid #ebeae4;
  width: auto !important;
  padding: 15px 30px;
  font-size: 20px;
  color: #33663f;
}
.ec__operating-highlights table tr td:first-of-type {
  color: #84c44c;
  font-weight: bold;
  font-family: "Encode Sans Condensed", sans-serif;
  width: 430px !important;
}

.ec__boardcommittees {
  background-color: #ebeae4;
}
.ec__boardcommittees .ec__boardcommittees-0 .ec__boardcommittees-head {
  background-color: #27343b;
}
.ec__boardcommittees .ec__boardcommittees-head .ec__border-bottom {
  border-bottom: 8px solid #84c44c;
}
.ec__boardcommittees .ec__boardcommittees-head h2 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #84c44c;
  margin-bottom: 0;
  padding: 15px 60px;
  max-width: 500px;
  text-align: center;
}
.ec__boardcommittees .ec__boardcommittees-body .ec__boardcommittees-member {
  -webkit-box-shadow: 1px 0px 28px -6px rgba(142, 140, 140, 0.75);
  -moz-box-shadow: 1px 0px 28px -6px rgba(142, 140, 140, 0.75);
  box-shadow: 1px 0px 28px -6px rgba(142, 140, 140, 0.75);
}
.ec__boardcommittees .ec__boardcommittees-body .ec__boardcommittees-member .row {
  padding: 20px 15px;
}
.ec__boardcommittees .ec__boardcommittees-body .ec__boardcommittees-member .row:nth-child(even) {
  background-color: #fff;
}
.ec__boardcommittees .ec__boardcommittees-body .ec__boardcommittees-member .row h3 {
  font-family: "Encode Sans Condensed", sans-serif;
  color: #84c44c;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.ec__boardcommittees .ec__boardcommittees-body .ec__boardcommittees-member .row h3, .ec__boardcommittees .ec__boardcommittees-body .ec__boardcommittees-member .row p {
  margin-bottom: 0;
}
.ec__boardcommittees .ec__boardcommittees-body .ec__boardcommittees-description .position-relative {
  border-bottom: 2px solid #33663f;
}
.ec__boardcommittees .ec__boardcommittees-body .ec__boardcommittees-description h4 {
  color: #6c6c6c;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  padding: 12px 30px;
  padding-right: 60px;
  font-size: 18px;
}
.ec__boardcommittees .ec__boardcommittees-body .ec__boardcommittees-description a {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.ec__boardcommittees .ec__boardcommittees-body .ec__boardcommittees-description a img {
  width: 40px;
}

.ec__ar-c {
  background-color: #ebeae4;
}

.ec__company-presentations-576-container .ec__companypresentation-lists {
  background-color: #ebeae4;
}

.ec__flyers {
  background-color: #ebeae4;
}
.ec__flyers h2 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #84c44c;
}
.ec__flyers .ec__flyers-list .ec__flyers-card article {
  border-bottom: 5px solid #84c44c;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0 30px;
  padding-bottom: 15px;
}
.ec__flyers .ec__flyers-list .ec__flyers-card article h3 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #33663f;
}
.ec__flyers .ec__flyers-list .ec__flyers-card article a {
  position: absolute;
  top: 0;
  right: 30px;
}
.ec__flyers .VueCarousel {
  width: 100%;
}
.ec__flyers .VueCarousel .VueCarousel-pagination button {
  outline: none;
}
.ec__flyers .VueCarousel .VueCarousel-pagination button[aria-selected=false] {
  background-color: #fff !important;
}
.ec__flyers .VueCarousel .VueCarousel-pagination button[aria-selected=true] {
  background-color: #84c44c !important;
}

.ec__ob-container {
  position: relative;
}
.ec__ob-container .ec__ourbusiness {
  position: relative;
}
.ec__ob-container .ec__ourbusiness:nth-child(odd) {
  background-color: #ebeae4;
}
.ec__ob-container .ec__ourbusiness:nth-child(odd) .ec__application .ec__application-title h2 {
  background-color: #ebeae4;
}
.ec__ob-container .ec__ourbusiness:nth-child(even) .ec__stackinside-bg {
  background-position: center right;
  position: absolute;
  right: 0;
  left: auto;
}
.ec__ob-container .ec__ourbusiness:nth-child(even) .ec__stackinside-bg::before {
  right: 550px;
  left: auto;
}
.ec__ob-container .ec__ourbusiness .ec__application .ec__application-title {
  position: relative;
}
.ec__ob-container .ec__ourbusiness .ec__application .ec__application-title:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #6c6c6c;
}
.ec__ob-container .ec__ourbusiness .ec__application .ec__application-title h2 {
  color: #84c44c;
  position: relative;
  background-color: #ffffff;
  display: inline-block;
  padding: 0 15px;
}
.ec__ob-container .ec__ourbusiness .ec__application.ec__application2 .VueCarousel .VueCarousel-pagination button {
  outline: none;
}
.ec__ob-container .ec__ourbusiness .ec__application.ec__application2 .VueCarousel .VueCarousel-pagination button[aria-selected=false] {
  background-color: #ffffff !important;
}
.ec__ob-container .ec__ourbusiness .ec__application .VueCarousel {
  width: 100%;
}
.ec__ob-container .ec__ourbusiness .ec__application .VueCarousel .VueCarousel-pagination button {
  outline: none;
}
.ec__ob-container .ec__ourbusiness .ec__application .VueCarousel .VueCarousel-pagination button[aria-selected=false] {
  background-color: #ebeae4 !important;
}
.ec__ob-container .ec__ourbusiness .ec__application .VueCarousel .VueCarousel-pagination button[aria-selected=true] {
  background-color: #84c44c !important;
}
.ec__ob-container .ec__ourbusiness .ec__carousel-ob .ec__carousel-obimg img, .ec__ob-container .ec__ourbusiness .ec__carousel-ob .ec__carousel-obimg svg {
  width: 100px;
  height: auto;
}
.ec__ob-container .ec__ourbusiness .ec__carousel-ob .ec__carousel-obimg svg, .ec__ob-container .ec__ourbusiness .ec__carousel-ob .ec__carousel-obimg path {
  fill: #33663f;
}
.ec__ob-container .ec__ourbusiness .ec__carousel-ob .ec__carousel-obtitle {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #33663f;
}
.ec__ob-container .ec__ourbusiness h2 {
  margin-bottom: 15px;
}
.ec__ob-container .ec__ourbusiness article ul {
  padding-left: 15px;
}
.ec__ob-container .ec__ourbusiness article ul li {
  margin-bottom: 8px;
}
.ec__ob-container .ec__ourbusiness article p {
  margin-bottom: 30px;
}

.ec__overview-399-container {
  overflow-x: hidden;
}

.ec__enterprise .ec__enterprise-container {
  background-color: #fff;
  padding: 60px;
}
.ec__enterprise .ec__enterprise-container h2 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #33663f;
  margin-bottom: 30px;
}

.ec__os {
  background-color: #27343b;
}
.ec__os .ec__os-container {
  position: relative;
}
.ec__os .ec__os-container p {
  color: #84c44c;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.ec__os .ec__os-container span {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-left: solid 1.5px #84c44c;
  border-bottom: solid 1.5px #84c44c;
  margin: 0 auto;
  cursor: pointer;
  transform: rotate(-45deg);
  transition: 500ms all;
}
.ec__os .ec__os-container img {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: 500ms all;
}
.ec__os .ec__os-container.active img {
      max-height: 100%;
  opacity: 1;
  visibility: visible;
  margin-top: 30px;
}
.ec__os .ec__os-container.active span {
  transform: rotate(135deg);
}

.ec__leadership-tab {
  background-color: #27343b;
  border-bottom: solid 10px #84c44c;
}
.ec__leadership-tab .ec__leadership-nav {
  list-style: none;
  margin-bottom: 0;
  height: 66px;
}
.ec__leadership-tab .ec__leadership-nav li {
  background-color: #33663f;
  color: #ffffff;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding: 8px 40px;
  cursor: pointer;
  transition: 500ms all;
}
.ec__leadership-tab .ec__leadership-nav li.active {
  background-color: #84c44c;
  font-size: 34px;
}

.ec__leadership-list {
  background-color: #ebeae4;
}
.ec__leadership-list .ec__leadership-cards-fancybox {
  outline: none;
  text-decoration: none;
}
.ec__leadership-list .ec__leadership-cards {
  display: none;
}
.ec__leadership-list .ec__leadership-cards .ec__leadership-card {
  width: 20%;
  padding: 0 15px;
}
.ec__leadership-list .ec__leadership-cards.active {
  display: block;
}
.ec__leadership-list .ec__leadership-cards .ec__leadership-cards-name {
  color: #84c44c;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.ec__leadership-list .ec__leadership-cards .ec__leadership-cards-designation {
  color: #33663f;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 18px;
}

.ec__executive h2 {
  background-color: #27343b;
  color: #fff;
  padding: 8px 15px;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}
.ec__executive .ec__executive-rows {
  -webkit-box-shadow: 1px 0px 28px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0px 28px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0px 28px -6px rgba(0, 0, 0, 0.75);
}
.ec__executive .ec__executive-rows .ec__executive-card {
  padding: 15px 30px;
  font-size: 20px;
}
.ec__executive .ec__executive-rows .ec__executive-card .name {
  font-weight: bold;
  color: #84c44c;
}
.ec__executive .ec__executive-rows .ec__executive-card .designation {
  color: #33663f;
}
.ec__executive .ec__executive-rows .ec__executive-card:nth-child(odd) {
  background-color: #fff;
}

.ec__conglomerate-map-493-container .ec__graph article p {
  color: #84c44c;
  font-size: 18px;
  margin-bottom: 0;
}
.ec__conglomerate-map-493-container .ec__graph p {
  color: #fff;
}

.ec__awards {
  background-color: #ebeae4;
}
.ec__awards h2 {
  font-family: "Encode Sans Condensed", sans-serif;
  color: #84c44c;
  font-weight: bold;
}
.ec__awards .ec__awards-list .ec__awards-card {
  padding: 0 30px;
}
.ec__awards .ec__awards-list .ec__awards-card h3 {
  font-family: "Encode Sans Condensed", sans-serif;
  color: #84c44c;
  font-weight: bold;
}

.ec__shareholding-structure-496-container .ec__gs-container img {
  max-width: 800px;
  width: 100%;
}

.ec__graph {
  background-color: #27343b;
}
.ec__graph .ec__gs-container h2 {
  color: #84c44c;
}
.ec__graph .ec__gs-container article table {
  color: #fff;
  font-size: 24px;
}
.ec__graph .ec__gs-container article table tr td {
  vertical-align: top;
  padding: 0 30px;
  font-size: 16px;
}

.ec__leadership-cards .ec__leadership-cards-img {
  overflow: hidden;
}
.ec__leadership-cards .ec__leadership-cards-img img {
  transition: all 500ms;
}
.ec__leadership-cards .ec__leadership-cards-img:hover img {
  transform: scale(1.2);
}

.ec__ar-img img {
  height: 100%;
  max-height: 500px;
}

.fancybox-content.ec__lcards {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.fancybox-content.ec__lcards .ec__leadership-cards-img {
  border-bottom: solid 10px #84c44c;
}
.fancybox-content.ec__lcards .ec__leadership-cards-name {
  color: #84c44c;
}
.fancybox-content.ec__lcards .ec__leadership-cards-designation {
  color: #33663f;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 18px;
}

.ec__contact-23-container article table {
  width: calc(50% - 3rem) !important;
  margin-bottom: 30px;
  border-collapse: separate !important;
  border-spacing: 0 20px;
}
.ec__contact-23-container article table tbody tr td:first-of-type {
  width: 30% !important;
}
.ec__contact-23-container article table tbody tr td:last-of-type {
  width: 70% !important;
}

.ec__weconduct {
  background-color: #27343b;
}
.ec__weconduct p strong {
  color: #84c44c;
  font-family: "Encode Sans Condensed", sans-serif;
}
.ec__weconduct ul {
  color: #ffffff;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.ec__weconduct ul li {
  font-weight: bold;
  font-family: "Encode Sans Condensed", sans-serif;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 16px;
  width: 30%;
  padding-left: 60px;
  margin-bottom: 20px;
}

.ec__companypresentation-lists .ec__btn {
  outline: none;
  background-color: #ffffff;
}
.ec__companypresentation-lists .ec__btn[disabled=disabled] {
  display: none;
}
.ec__companypresentation-lists .ec__companypresentation-cards {
  border-bottom: solid 1.5px #33663f;
}
.ec__companypresentation-lists .ec__companypresentation-cards h3 {
  font-size: 18px;
  color: #6c6c6c;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
}
.ec__companypresentation-lists .ec__cpsort {
  position: absolute;
  top: 0;
  right: 0;
}
.ec__companypresentation-lists .ec__cpsort .arrow-select {
  position: relative;
}
.ec__companypresentation-lists .ec__cpsort .arrow-select::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #84c44c;
  position: absolute;
  top: 16px;
  right: 15px;
}
.ec__companypresentation-lists .ec__cpsort .ec__btn {
  outline: none;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
}
.ec__companypresentation-lists .ec__cpsort .ec__btn.year_cp {
  padding-right: 35px;
}
.ec__companypresentation-lists .ec__cpsort .ec__btn option {
  text-align: left;
  padding: 0;
}

.ec__annualreports-list {
  background-color: #ebeae4;
}
.ec__annualreports-list .ec__tittle-stack {
  color: #84c44c;
}
.ec__annualreports-list .ec__ar-cards .ec__ar-contents_parent {
  border-bottom: solid 2px #84c44c;
  height: 100%;
}
.ec__annualreports-list .ec__ar-cards .ec__ar-title {
  color: #33663f;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.ec__annualreports-list .ec__ar-cards:nth-child(3n+2) {
  padding: 0 45px;
}
.ec__annualreports-list .ec__ar-cards:nth-child(3n+3) {
  padding-left: 75px;
}
.ec__annualreports-list .ec__ar-cards:nth-child(3n+1) {
  padding-right: 75px;
}
.ec__annualreports-list .VueCarousel {
  width: 100%;
}
.ec__annualreports-list .VueCarousel .VueCarousel-pagination button {
  outline: none;
}

.ec__gs {
  background-color: #27343b;
}
.ec__gs .ec__tittle-stack {
  color: #84c44c;
}

.ec__governance-reports .row .ec__gs-reports:nth-child(3), .ec__governance-reports .row .ec__gs-reports:nth-child(2) {
  background-color: #ebeae4;
}
.ec__governance-reports .row .ec__gs-reports:nth-child(4) {
  background-color: #27343b;
}
.ec__governance-reports .row .ec__gs-reports-list {
  max-width: 565px;
  height: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.ec__governance-reports .row .ec__gs-reports-list .ec__gs-reports-cards .ec__gs-reports-icards {
  border-bottom: solid 1.5px #33663f;
}
.ec__governance-reports .row .ec__gs-reports-list .ec__gs-reports-cards .ec__gs-reports-icards .ec__gr-title {
  font-size: #6c6c6c;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #6c6c6c;
}

.ec__disclosure-container {
  background-color: #ebeae4;
}
.ec__disclosure-container .ec__disclosure-icards {
  border-bottom: solid 1.5px #33663f;
}
.ec__disclosure-container .ec__disclosure-icards .ec__disclosure-title {
  font-size: #6c6c6c;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #6c6c6c;
}
.ec__disclosure-container .ec__btn {
  outline: none;
}
.ec__disclosure-container .ec__btn[disabled=disabled] {
  display: none;
}

.ec__careers-list {
  background-color: #27343b;
}
.ec__careers-list .ec__careers-cards:nth-child(3n+2) {
  padding: 0 45px;
}
.ec__careers-list .ec__careers-cards:nth-child(3n+3) {
  padding-left: 75px;
}
.ec__careers-list .ec__careers-cards:nth-child(3n+1) {
  padding-right: 75px;
}
.ec__careers-list .ec__careers-title {
  color: #84c44c;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.ec__careers-main {
  color: #84c44c;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 25px;
  font-weight: bold;
}
.ec__careers-list .ec__careers-address {
  color: #ffffff;
  font-weight: bold;
}
.ec__careers-list article {
  color: #ffffff;
}
.ec__careers-list .ec__btn {
  outline: none;
  background-color: transparent;
}
.ec__careers-list .ec__btn[disabled=disabled] {
  display: none;
}

.ec__contactus-form,
.ec__careers-form {
  background-repeat: no-repeat;
  background-size: cover;
}
.ec__contactus-form h2,
.ec__careers-form h2 {
  color: #84c44c;
}
.ec__contactus-form .dl-btn,
.ec__careers-form .dl-btn {
  font-size: 14px;
  display: inline-block;
  color: #84c44c;
}
.ec__contactus-form .form-control,
.ec__careers-form .form-control {
  height: 44px;
}
.ec__contactus-form textarea.form-control,
.ec__careers-form textarea.form-control {
  height: auto;
}
.ec__contactus-form .upload,
.ec__careers-form .upload {
  position: relative;
  display: flex;
  height: 44px;
}
.ec__contactus-form .upload input,
.ec__careers-form .upload input {
  display: none;
}
.ec__contactus-form .upload label.labelme,
.ec__careers-form .upload label.labelme {
  position: relative;
  width: 100%;
  height: 44px;
  margin-bottom: 0;
  z-index: 1;
  background-color: #fff;
  padding-left: 120px;
  border: solid 1px #000;
  border-radius: 3px;
  cursor: pointer;
  line-height: 41px;
  overflow: hidden;
}
.ec__contactus-form .upload label.btn-cus,
.ec__careers-form .upload label.btn-cus {
  position: absolute;
  top: 0;
  left: 19px;
  right: auto;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 21px;
  background-color: #ebebeb;
  border: solid 1px #000;
  border-radius: 3px;
  cursor: pointer;
}
.ec__contactus-form .wpcf7 .ajax-loader,
.ec__careers-form .wpcf7 .ajax-loader {
  position: absolute;
}
.ec__contactus-form .wpcf7-submit,
.ec__careers-form .wpcf7-submit {
  color: #ffffff;
  font-family: "Encode Sans Condensed", sans-serif;
  border: solid 1.5px #84c44c;
  padding: 8px 25px;
  font-weight: bold;
  border-radius: 18px;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  background-color: #84c44c;
  margin-top: 15px;
}
.ec__contactus-form .wpcf7-submit:focus,
.ec__careers-form .wpcf7-submit:focus {
  text-decoration: none;
  color: #ffffff;
}
.ec__contactus-form .wpcf7-submit:hover,
.ec__careers-form .wpcf7-submit:hover {
  text-decoration: none;
  color: #ffffff;
}

.ec__integrated-annual-corporate-governance-282-container .ec__inside-banner .ec__page-ibanner h1 {
  font-size: 55px;
}

.ec__newsandupdates-list {
  background-color: #ebeae4;
}
.ec__newsandupdates-list .ec__newsandupdates-cards:nth-child(3n+2) {
  padding: 0 45px;
}
.ec__newsandupdates-list .ec__newsandupdates-cards:nth-child(3n+3) {
  padding-left: 75px;
}
.ec__newsandupdates-list .ec__newsandupdates-cards:nth-child(3n+1) {
  padding-right: 75px;
}
.ec__newsandupdates-list .ec__newsandupdates-cards .ec__newsandupdates-image {
  height: 280px;
}
.ec__newsandupdates-list .ec__newsandupdates-cards .ec__newsandupdates-image img {
  height: 100%;
  object-fit: cover;
}
.ec__newsandupdates-list .ec__newsandupdates-cards .ec__newsandupdates-date {
  color: #33663f;
  font-weight: bold;
  font-family: "Encode Sans Condensed", sans-serif;
}
.ec__newsandupdates-list .ec__newsandupdates-cards .ec__newsandupdates-title a {
  font-size: 18px;
  color: #84c44c;
  font-weight: bold;
  font-family: "Encode Sans Condensed", sans-serif;
  text-decoration: none;
}
.ec__newsandupdates-list .ec__btn {
  outline: none;
  background-color: transparent;
}
.ec__newsandupdates-list .ec__btn[disabled=disabled] {
  display: none;
}

.ec__insidepage-news {
  background-color: #ebeae4;
}
.ec__insidepage-news .ec__insidepage-newsmain article {
  padding-right: 60px;
  position: relative;
}
.ec__insidepage-news .ec__insidepage-newsmain article .ec__socialmediashare {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.ec__insidepage-news .ec__insidepage-newsmain article > span,
.ec__insidepage-news .ec__insidepage-newsmain article > h2 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #33663f;
}
.ec__insidepage-news .ec__insidepage-newsmain article > h2 {
  color: #84c44c;
  padding-right: 175px;
}
.ec__insidepage-news .ec__insidepage-newssidemenu {
  background-color: #fff;
}
.ec__insidepage-news .ec__insidepage-newssidemenu h3 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #33663f;
}
.ec__insidepage-news .ec__insidepage-newssidemenu img {
  height: 100px;
  object-fit: cover;
}
.ec__insidepage-news .ec__insidepage-newssidemenu span,
.ec__insidepage-news .ec__insidepage-newssidemenu h4 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #33663f;
}
.ec__insidepage-news .ec__insidepage-newssidemenu h4 {
  font-size: 18px;
  line-height: 22px;
}
.ec__insidepage-news .ec__insidepage-newssidemenu h4 a {
  color: #84c44c;
  text-decoration: none;
}

.ec__gs-inside {
  background-color: #ebeae4;
}
.ec__gs-inside .ec__gs-icards {
  border-bottom: solid 1.5px #33663f;
}
.ec__gs-inside .ec__gs-icards .ec__gr-title {
  font-size: #6c6c6c;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #6c6c6c;
}

.ec__cp-container {
  background-color: #ebeae4;
}
.ec__cp-container article h2 {
  font-family: "Encode Sans Condensed", sans-serif;
  color: #33663f;
  font-weight: bold;
  margin-bottom: 15px;
}
.ec__cp-container article strong a {
  font-family: "Encode Sans Condensed", sans-serif;
  color: #6c6c6c;
  font-weight: bold;
  width: 50%;
  border-bottom: solid 1.5px #33663f;
  display: inline-block;
  padding: 15px;
}
.ec__cp-container article strong a img {
  float: right;
}

.ec__ec-container {
  background-color: #ebeae4;
}
.ec__ec-container .ec__ec-list {
  padding: 0 15px;
}
.ec__ec-container .ec__ec-list .ec__ec-card:nth-child(odd) {
  background-color: #ffffff;
}
.ec__ec-container .ec__ec-list .ec__ec-card:nth-child(odd) .ec__ec-icardcontent .ec__ec-icardsdate {
  border-right: 2px solid #84c44c;
}
.ec__ec-container .ec__ec-list .ec__ec-card:nth-child(odd) .ec__ec-icardcontent .ec__ec-icardsdate .date {
  color: #84c44c;
}
.ec__ec-container .ec__ec-list .ec__ec-card:nth-child(even) {
  background-color: #d8d8d2;
}
.ec__ec-container .ec__ec-list .ec__ec-card:nth-child(even) .ec__ec-icardcontent .ec__ec-icardsdate {
  border-right: 2px solid #33663f;
}
.ec__ec-container .ec__ec-list .ec__ec-card:nth-child(even) .ec__ec-icardcontent .ec__ec-icardsdate .date {
  color: #33663f;
}
.ec__ec-container .ec__ec-list .ec__ec-card .ec__ec-icardcontent .ec__ec-icardsdate {
  width: 35%;
}
.ec__ec-container .ec__ec-list .ec__ec-card .ec__ec-icardcontent .ec__ec-icardsdate .date {
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 28px;
  font-weight: bold;
}
.ec__ec-container .ec__ec-list .ec__ec-card .ec__ec-icardcontent .ec__ec-icardsdate .month,
.ec__ec-container .ec__ec-list .ec__ec-card .ec__ec-icardcontent .ec__ec-icardsdate .year {
  color: #6c6c6c;
  font-size: 14px;
  line-height: 14px;
}
.ec__ec-container .ec__ec-list .ec__ec-card .ec__ec-icardcontent .ec__ec-icardstitle {
  width: 65%;
  color: #6c6c6c;
  font-size: 14px;
  line-height: 14px;
}
.ec__ec-container .ec__ec-list .ec__ec-card .ec__ec-icardcontent .ec__ec-icardstitle h2 {
  color: #333;
}
.ec__ec-container .ec__btn {
  outline: none;
  background-color: #ffffff;
}
.ec__ec-container .ec__btn[disabled=disabled] {
  display: none;
}

.ec__search-container {
  background-color: #ebeae4;
}
.ec__search-container .content-title {
  color: #33663f;
  font-weight: bold;
  font-family: "Encode Sans Condensed", sans-serif;
}
.ec__search-container ._init_search_result h2 a {
  color: #33663f;
  font-weight: bold;
  font-size: 18px;
  font-family: "Encode Sans Condensed", sans-serif;
}
.ec__search-container ._init_search_date {
  color: #33663f;
}

.wp-search {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: all 500ms;
}
.wp-search #cross {
  background-color: #33663f;
  top: -15px;
  right: 0;
  height: 5px;
  position: absolute;
  width: 20px;
  transform: rotate(45deg);
  cursor: pointer;
}
.wp-search #cross:after {
  background: #33663f;
  content: "";
  height: 20px;
  left: 7px;
  position: absolute;
  top: -7px;
  width: 5px;
}
.wp-search.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  padding: 0 15px;
}
.wp-search label {
  display: none;
}
.wp-search span {
  width: 100%;
  color: #6c6c6c;
  font-size: 18px;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  text-align: center;
}
.wp-search form {
  width: 100%;
  display: flex;
  justify-content: center;
}
.wp-search form input[name=s] {
  width: 500px;
  background-color: transparent;
  border: 0;
  outline: none;
  border-bottom: solid 1.5px #33663f;
}

.ec__sus-list {
  background-color: #84c44c;
}
.ec__sus-list .ec__sus-listcard:nth-child(2) {
  display: flex;
  justify-content: center;
}
.ec__sus-list .ec__sus-listcard:nth-child(3) {
  display: flex;
  justify-content: flex-end;
}
.ec__sus-list .ec__sus-listcard .ec__sus-listcard-container {
  max-width: 380px;
}
.ec__sus-list .ec__sus-listcard .ec__sus-listcard-container .ec__sus-listimg {
  height: 150px;
}
.ec__sus-list .ec__sus-listcard .ec__sus-listcard-container .ec__sus-listimg img {
  width: 80px;
}
.ec__sus-list .ec__sus-listcard .ec__sus-listcard-container .ec__sus-listcontent h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Encode Sans Condensed", sans-serif;
}

.ec__sus-valuechain {
  background-image: url(../images/VC-BG.jpg);
  background-color: #8e8c8c;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ec__sus-valuechain .ec__valuechain-titlecon {
  background-color: #27343b;
}
.ec__sus-valuechain .ec__sus-valuechaincon {
  padding: 30px 0;
}
.ec__sus-valuechain .ec__sus-valuechaincon.mining {
  background-color: #fff;
}
.ec__sus-valuechain .ec__sus-valuechaincon.mining article,
.ec__sus-valuechain .ec__sus-valuechaincon.mining h3 {
  color: #84c44c;
}
.ec__sus-valuechain .ec__sus-valuechaincon.sales {
  background-color: #33663f;
}
.ec__sus-valuechain .ec__sus-valuechaincon.sales article,
.ec__sus-valuechain .ec__sus-valuechaincon.sales h3 {
  color: #84c44c;
}
.ec__sus-valuechain .ec__sus-valuechaincon.processing {
  background-color: #ebeae4;
}
.ec__sus-valuechain .ec__sus-valuechaincon.processing article,
.ec__sus-valuechain .ec__sus-valuechaincon.processing h3 {
  color: #33663f;
}
.ec__sus-valuechain .ec__sus-valuechaincon.packaging {
  background-color: #84c44c;
}
.ec__sus-valuechain .ec__sus-valuechaincon.packaging article,
.ec__sus-valuechain .ec__sus-valuechaincon.packaging h3 {
  color: #fff;
}
.ec__sus-valuechain article,
.ec__sus-valuechain h3 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
}
.ec__sus-valuechain h2 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #33663f;
  margin-bottom: 15px;
}
.ec__sus-valuechain h2.ec__valuechain-title {
  color: #fff;
  padding: 15px 30px;
  margin-bottom: 0;
}

.ec__tline-list {
  color: #84c44c;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
}
.ec__tline-list .VueCarousel-navigation {
  display: none;
}
.ec__tline-list .VueCarousel-inner {
  display: flex;
}
.ec__tline-list .VueCarousel-inner .ec__tline {
  text-align: center;
  position: relative;
  padding-bottom: 17px;
}
.ec__tline-list .VueCarousel-inner .ec__tline:before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #84c44c;
  position: absolute;
  top: 0;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
.ec__tline-list .VueCarousel-inner .ec__tline:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background-color: #84c44c;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.ec__sus-highlightsmenu {
  background-color: #27343b;
}
.ec__sus-highlightsmenu .hmenu {
  list-style: none;
  margin-bottom: 0;
  height: auto;
  padding-bottom: 5px;
}
.ec__sus-highlightsmenu .hmenu li {
  background-color: #33663f;
  color: #ffffff;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 24px;
  padding: 12px 40px;
  cursor: pointer;
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 500ms all;
}
.ec__sus-highlightsmenu .hmenu li.active {
  background-color: #84c44c;
  font-size: 30px;
  font-weight: bold;
  -webkit-box-shadow: 0 -9px 25px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -9px 25px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -9px 25px 2px rgba(0, 0, 0, 0.1);
}

.ec__sus-sdg {
  background-color: #ebeae4;
}
.ec__sus-sdg .ec__sus-graphic {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.ec__sus-sdg .ec__sus-graphic .icong,
.ec__sus-sdg .ec__sus-graphic .graphicsus {
  width: 420px;
  height: 439px;
}
.ec__sus-sdg .ec__sus-graphic .gcenterimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.ec__sus-sdg .ec__sus-graphic .gcenterimg.active {
  opacity: 1;
}
.ec__sus-sdg .ec__sus-graphic .icong {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
}
.ec__sus-sdg .ec__sus-graphic .icong .icong-c.active span {
  background-color: #84c44c;
}
.ec__sus-sdg .ec__sus-graphic .icong .icong-c.active span:after {
  opacity: 0;
}
.ec__sus-sdg .ec__sus-graphic .icong .icong-c.active span:before {
  background-color: #ffffff;
}
.ec__sus-sdg .ec__sus-graphic .icong .icong-c:hover span {
  background-color: #84c44c;
}
.ec__sus-sdg .ec__sus-graphic .icong .icong-c:hover span:after {
  opacity: 0;
}
.ec__sus-sdg .ec__sus-graphic .icong .icong-c:hover span:before {
  background-color: #ffffff;
}
.ec__sus-sdg .ec__sus-graphic .icong .icong-c span {
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  display: block;
  border-radius: 50%;
  border: 2px solid #84c44c;
  position: absolute;
  top: -3px;
  left: -22px;
  transition: all 500ms;
}
.ec__sus-sdg .ec__sus-graphic .icong .icong-c span:after {
  content: "";
  width: 2px;
  height: 10px;
  display: inline-block;
  background-color: #84c44c;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 500ms;
}
.ec__sus-sdg .ec__sus-graphic .icong .icong-c span:before {
  content: "";
  height: 2px;
  width: 10px;
  display: inline-block;
  background-color: #84c44c;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 500ms;
}
.ec__sus-sdg .ec__sus-graphic .icong .pqe {
  cursor: pointer;
  position: absolute;
  left: -65px;
  top: 20px;
}
.ec__sus-sdg .ec__sus-graphic .icong .pqe img {
  width: 70px;
}
.ec__sus-sdg .ec__sus-graphic .icong .eff {
  cursor: pointer;
  position: absolute;
  right: -75px;
  top: 20px;
}
.ec__sus-sdg .ec__sus-graphic .icong .eff img {
  width: 90px;
}
.ec__sus-sdg .ec__sus-graphic .icong .eff:hover span {
  background-color: #33663f;
}
.ec__sus-sdg .ec__sus-graphic .icong .eff.active span {
  background-color: #33663f;
}
.ec__sus-sdg .ec__sus-graphic .icong .eff.active span:after {
  opacity: 0;
}
.ec__sus-sdg .ec__sus-graphic .icong .eff span {
  border: 2px solid #33663f;
  left: auto;
  right: -25px;
}
.ec__sus-sdg .ec__sus-graphic .icong .eff span:after {
  background-color: #33663f;
}
.ec__sus-sdg .ec__sus-graphic .icong .eff span:before {
  background-color: #33663f;
}
.ec__sus-sdg .ec__sus-graphic .icong .sr {
  cursor: pointer;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: auto;
}
.ec__sus-sdg .ec__sus-graphic .icong .sr img {
  width: 80px;
}
.ec__sus-sdg .ec__sus-graphic .icong .sr:hover span {
  background-color: #2c2c2c;
}
.ec__sus-sdg .ec__sus-graphic .icong .sr.active span {
  background-color: #2c2c2c;
}
.ec__sus-sdg .ec__sus-graphic .icong .sr.active span:after {
  opacity: 0;
}
.ec__sus-sdg .ec__sus-graphic .icong .sr span {
  border: 2px solid #2c2c2c;
  top: auto;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
}
.ec__sus-sdg .ec__sus-graphic .icong .sr span:after {
  background-color: #2c2c2c;
}
.ec__sus-sdg .ec__sus-graphic .icong .sr span:before {
  background-color: #2c2c2c;
}
.ec__sus-sdg .ec__sus-sdgcards {
  display: none;
}
.ec__sus-sdg .ec__sus-sdgcards.active {
  display: block;
}
.ec__sus-sdg .ec__sus-sdgcards.sdg0 .sdg_list .icon:nth-child(1) .icon-inside {
  background-color: #f36d25;
}
.ec__sus-sdg .ec__sus-sdgcards.sdg1 .sdg_list .icon:nth-child(1) .icon-inside {
  background-color: #00aed9;
}
.ec__sus-sdg .ec__sus-sdgcards.sdg1 .sdg_list .icon:nth-child(3) .icon-inside {
  background-color: #fdb713;
}
.ec__sus-sdg .ec__sus-sdgcards.sdg1 .sdg_list .icon:nth-child(5) .icon-inside {
  background-color: #cf8d2a;
}
.ec__sus-sdg .ec__sus-sdgcards.sdg1 .sdg_list .icon:nth-child(7) .icon-inside {
  background-color: #3eb049;
}
.ec__sus-sdg .ec__sus-sdgcards.sdg1 .sdg_list .icon:nth-child(9) .icon-inside {
  background-color: #19486a;
}
.ec__sus-sdg .ec__sus-sdgcards.sdg2 .sdg_list .icon:nth-child(1) .icon-inside {
  background-color: #dda63a;
}
.ec__sus-sdg .ec__sus-sdgcards.sdg2 .sdg_list .icon:nth-child(3) .icon-inside {
  background-color: #8f1838;
}
.ec__sus-sdg .ec__sus-sdgcards.sdg2 .sdg_list .icon:nth-child(5) .icon-inside {
  background-color: #279b48;
}
.ec__sus-sdg .ec__sus-sdgcards.sdg2 .sdg_list .icon:nth-child(7) .icon-inside {
  background-color: #c31f33;
}
.ec__sus-sdg .ec__sus-sdgcards.sdg2 .sdg_list .icon:nth-child(9) .icon-inside {
  background-color: #8f1838;
}
.ec__sus-sdg .ec__sus-sdgcards.sdg2 .sdg_list .icon:nth-child(11) .icon-inside {
  background-color: #f99d26;
}
.ec__sus-sdg .ec__sus-sdgcards.sdg2 .sdg_list .icon:nth-child(13) .icon-inside {
  background-color: #ef402b;
}
.ec__sus-sdg .ec__sus-sdgcards.sdg2 .sdg_list .icon:nth-child(15) .icon-inside {
  background-color: #00689d;
}
.ec__sus-sdg .sustainability_framework {
  background-color: #ffffff;
}
.ec__sus-sdg .sustainability_framework h2 {
  font-family: "Encode Sans Condensed", sans-serif;
  color: #ffffff;
  font-weight: bold;
  background-color: #84c44c;
  padding: 8px 15px;
  text-align: center;
}
.ec__sus-sdg .sustainability_framework article {
  padding: 15px 30px;
  font-size: 18px;
  font-family: "Encode Sans Condensed", sans-serif;
  color: #6c6c6c;
}
.ec__sus-sdg .sdg_list {
  background-color: transparent;
}
.ec__sus-sdg .sdg_list .icon {
  padding-right: 0;
}
.ec__sus-sdg .sdg_list .icon .icon-inside {
  background-color: #ffffff;
  height: 100%;
}
.ec__sus-sdg .sdg_list .des {
  padding-left: 0;
}
.ec__sus-sdg .sdg_list .des .des-inside {
  background-color: #ffffff;
  height: 100%;
}
.ec__sus-sdg .sdg_list .des .des-inside article {
  padding: 30px;
  font-size: 18px;
  font-family: "Encode Sans Condensed", sans-serif;
  color: #6c6c6c;
  height: 160px;
  overflow-y: auto;
}

.ec__sus-sdg h2 {
  font-family: "Encode Sans Condensed", sans-serif;
  color: #33663f;
  font-weight: bold;
}

.ec__sus-highlights {
  background-color: #ebeae4;
}
.ec__sus-highlights h2 {
  font-family: "Encode Sans Condensed", sans-serif;
  color: #33663f;
  font-weight: bold;
}
.ec__sus-highlights .ec_chartjs {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
}
.ec__sus-highlights .ec_chartjs.active {
  opacity: 1;
  width: 100%;
  height: auto;
  visibility: visible;
}
.ec__sus-highlights .VueCarousel {
  width: 100%;
  max-width: 800px;
}
.ec__sus-highlights .VueCarousel .VueCarousel-pagination {
  display: none;
}
.ec__sus-highlights .VueCarousel .VueCarousel-pagination button {
  outline: none;
}
.ec__sus-highlights .VueCarousel .VueCarousel-pagination[aria-selected=false] {
  background-color: #fff !important;
}
.ec__sus-highlights .VueCarousel .VueCarousel-pagination[aria-selected=true] {
  background-color: #33663f !important;
}
.ec__sus-highlights .VueCarousel .VueCarousel-navigation button {
  padding: 28px 11px !important;
  outline: none;
}
.ec__sus-highlights .VueCarousel .VueCarousel-navigation button.VueCarousel-navigation-prev {
  background-image: url(../images/Arrow-Left.png);
  background-repeat: no-repeat;
  left: -25px;
}
.ec__sus-highlights .VueCarousel .VueCarousel-navigation button.VueCarousel-navigation-next {
  background-image: url(../images/Arrow-Right.png);
  background-repeat: no-repeat;
  right: -25px;
}
.ec__sus-highlights .VueCarousel .VueCarousel-navigation button img {
  display: none !important;
}
.ec__sus-highlights .canvas-contaniner {
  background-color: #fff;
  padding-bottom: 45px;
  width: 100%;
}
.ec__sus-highlights .canvas-contaniner label {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-left: 25px;
}
.ec__sus-highlights .canvas-contaniner label::after {
  content: "";
  position: absolute;
  top: 9px;
  left: -20px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.ec__sus-highlights .canvas-contaniner label.ec_pri_0::after {
  background-color: #84c44c;
}
.ec__sus-highlights .canvas-contaniner label.ec_pri_1::after {
  background-color: #33663f;
}
.ec__sus-highlights .canvas-contaniner h2, .ec__sus-highlights .canvas-contaniner p {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #27343b;
}
.ec__sus-highlights .canvas-contaniner p {
  font-size: 24px;
}

.ec__annual-reports-580-container .ec__ar-cards .ec__ar-title {
  color: #33663f;
  font-weight: bold;
  font-size: 18px;
}
.ec__annual-reports-580-container .ec__ar-cards .ec__ar-contents_parent {
  border-bottom: solid 2px #84c44c;
  height: 100%;
}

footer .footerinfo-container .ec__logo #menu-social-media {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
footer .footerinfo-container .ec__logo #menu-social-media li {
  padding: 0 20px;
}
footer .footerinfo-container .ec__logo #menu-social-media li:first-of-type {
  padding-left: 0;
}
footer .footerinfo-container .ec__logo #menu-social-media li.fb a {
  width: 14px;
  height: 28px;
  background: url(../images/fb.png) no-repeat;
  display: inline-block;
}
footer .footerinfo-container .ec__logo #menu-social-media li.tw a {
  width: 29px;
  height: 31px;
  background: url(../images/yt.png) no-repeat;
  display: inline-block;
}
footer .footerinfo-container .ec__logo #menu-social-media li.ig a {
  width: 23px;
  height: 31px;
  background: url(../images/ig.png) no-repeat;
  display: inline-block;
}
footer .footerinfo-container .ec__logo #menu-social-media li.lin a {
  width: 28px;
  height: 28px;
  background: url(../images/linkedin.png) no-repeat;
  display: inline-block;
}
footer .footerinfo-container .ec__logo #menu-social-media li a {
  text-decoration: none;
  font-size: 0;
}
footer .footerinfo-container .ec__menu-footer #menu-footer {
  list-style: none;
  margin: 0;
  padding: 0 5%;
}
footer .footerinfo-container .ec__menu-footer #menu-footer li {
  width: 50%;
}
footer .footerinfo-container .ec__menu-footer #menu-footer li a {
  font-size: 18px;
  text-decoration: none;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  display: block;
  color: #33663f;
  padding: 8px 0;
}
footer .footerinfo-container .ec__footer-info {
  font-size: 18px;
  color: #33663f;
}
footer .footerinfo-container .ec__footer-info .footer-content {
  padding-left: 5%;
}
footer .footerinfo-container .ec__footer-info .footer-content p:first-of-type {
  margin-top: 3px;
}
footer .copyrights-container {
  background-color: #84c44c;
  color: #ffffff;
}

.ec__timeline {
  background-color: #27343b;
}
.ec__timeline h3, .ec__timeline p {
  color: #ffffff;
}
.ec__timeline hr {
  background-color: #fff;
}
.ec__timeline .VueCarousel-navigation button.VueCarousel-navigation-next, .ec__timeline .VueCarousel-navigation button.VueCarousel-navigation-prev {
  outline: none;
}
.ec__timeline .VueCarousel-navigation button.VueCarousel-navigation-next:after, .ec__timeline .VueCarousel-navigation button.VueCarousel-navigation-prev:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  background-color: transparent;
  transform: rotate(-45deg);
}
.ec__timeline .VueCarousel-navigation button.VueCarousel-navigation-next:after {
  transform: rotate(135deg);
}
.ec__timeline .VueCarousel-navigation button img {
  display: none !important;
}
.ec__timeline .ec__tcards {
  position: relative;
  padding: 0 15px;
}
.ec__timeline .ec__tcards h2 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 10px solid #84c44c;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.ec__timeline .ec__tcards img {
  height: 350px;
  object-fit: cover;
}
.ec__timeline .ec__tcards .ec__tcards-des {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #84c44c;
  width: calc(100% - 30px);
  padding: 30px;
  padding-bottom: 15px;
}
.ec__timeline .ec__tcards .ec__tcards-des:hover:after {
  transform: rotate(-135deg);
  top: 5px;
}
.ec__timeline .ec__tcards .ec__tcards-des:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  background-color: transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  bottom: auto;
  margin: auto;
  transition: 500ms all;
}
.ec__timeline .ec__tcards .ec__tcards-des article {
  height: 28px;
  overflow: hidden;
  font-family: "Encode Sans Condensed", sans-serif;
  text-align: center;
  transition: 500ms height;
}
.ec__timeline .ec__tcards .ec__tcards-des article:hover {
  height: 120px;
  padding-right: 10px;
  overflow-y: auto;
}

.ec__stock {
  background-image: url(../images/VC-BG.jpg);
}
.ec__stock .gintroduction article p {
  font-size: 36px;
  line-height: 40px;
}
.ec__stock .gintroduction article p strong:first-of-type {
  color: #33663f;
}
.ec__stock .othersdata {
  width: 100%;
}
.ec__stock .othersdata .othersdata-content {
  padding: 0 15px;
  font-family: "Encode Sans Condensed", sans-serif;
}
.ec__stock .othersdata .othersdata-content table tr td:first-of-type {
  color: #84c44c;
  font-size: 24px;
  font-weight: bold;
}
.ec__stock .othersdata .othersdata-content table tr td:last-of-type {
  vertical-align: middle;
  text-align: right;
  font-size: 24px;
}
.ec__stock .othersdata .othersdata-content:first-of-type {
  width: 25%;
}
.ec__stock .othersdata .othersdata-content:first-of-type article p {
  margin-bottom: 0;
}
.ec__stock .othersdata .othersdata-content:first-of-type article p:last-of-type {
  font-size: 65px;
  line-height: 65px;
  color: #33663f;
  font-weight: bold;
  margin-bottom: 30px;
}
.ec__stock .othersdata .othersdata-content:first-of-type article p strong {
  color: #84c44c;
  font-size: 24px;
}
.ec__stock .othersdata .othersdata-content:nth-child(2) {
  width: 33.33%;
}
.ec__stock .othersdata .othersdata-content:nth-child(3) {
  width: 41.667%;
}
.ec__stock .othersdata .othersdata-content article {
  background-color: #fff;
  padding: 30px;
  height: 100%;
}
.ec__stock .VueCarousel {
  width: 100%;
  height: 550px;
  background-color: #fff;
  padding: 45px;
  padding-bottom: 30px;
  padding-top: 60px;
}
.ec__stock .VueCarousel .canvas-contaniner,
.ec__stock .VueCarousel .VueCarousel-wrapper,
.ec__stock .VueCarousel .VueCarousel-inner {
  height: 100% !important;
  width: 100%;
}
.ec__stock .VueCarousel .canvas-contaniner {
  padding-bottom: 30px;
}
.ec__stock .VueCarousel .introcanvas span {
  font-family: "Encode Sans Condensed", sans-serif;
  color: #33663f;
  font-size: 20px;
  text-transform: uppercase;
}
.ec__stock .VueCarousel .introcanvas span:first-of-type {
  position: absolute;
  left: -15px;
  top: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  height: 30px;
  transform: rotate(-90deg);
}
.ec__stock .VueCarousel .introcanvas span:last-of-type {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  text-align: center;
}

.ec__stockdescriptions_1 {
  font-family: "Encode Sans Condensed", sans-serif;
  background-color: #84c44c;
  color: #fff;
  font-size: 36px;
}
.ec__stockdescriptions_1 strong {
  color: #33663f;
}

.ec__stockdescriptions_2 {
  font-family: "Encode Sans Condensed", sans-serif;
  background-color: #33663f;
  color: #fff;
  font-size: 36px;
}
.ec__stockdescriptions_2 strong {
  color: #84c44c;
}

.ec__stockholders {
  background-image: url(../images/VC-BG.jpg);
}
.ec__stockholders h2 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  color: #33663f;
  margin-bottom: 15px;
}
.ec__stockholders .ec__executive h2 {
  color: #fff;
  margin-bottom: 0;
  width: 50%;
}
.ec__stockholders .ec__executive .ec__executive-rows {
  background-color: #ebeae4;
  display: flex;
  flex-wrap: wrap;
}
.ec__stockholders .ec__executive .ec__executive-rows .ec__executive-card {
  width: 100%;
}
.ec__stockholders .ec__executive .ec__executive-rows .ec__executive-card .designation {
  text-align: center;
}

.ec_stockhomepage {
  color: #fff;
}
.ec_stockhomepage .price_stockh {
  width: calc(100% - 70px);
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.ec_stockhomepage .price_stockh span {
  font-size: 70px;
  line-height: 70px;
  font-weight: bold;
  padding: 0 30px;
  position: relative;
}
.ec_stockhomepage .price_stockh span.arrowup:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1.5px;
  bottom: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #84c44c;
}
.ec_stockhomepage .price_stockh span.arrowup:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 20px;
  width: 8px;
  height: 50px;
  background-color: #84c44c;
}
.ec_stockhomepage .price_stockh span.arrowdown:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1.5px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid red;
}
.ec_stockhomepage .price_stockh span.arrowdown:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 20px;
  width: 8px;
  height: 50px;
  background-color: red;
}
.ec_stockhomepage .numbers_stockh {
  width: 70px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.ec_stockhomepage .numbers_stockh.arrowup p {
  color: #84c44c;
}
.ec_stockhomepage .numbers_stockh.arrowdown p {
  color: red;
}
.ec_stockhomepage .numbers_stockh p {
  margin-bottom: 0;
  text-align: right;
  width: 100%;
  font-size: 18px;
}
.ec_stockhomepage .other_data_stockh .other_data_stockh-rows .other_data_stockh-cards {
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
}
.ec_stockhomepage .other_data_stockh .other_data_stockh-rows .other_data_stockh-cards p {
  width: 50%;
  padding-left: 15px;
  font-size: 18px;
  margin-bottom: 0;
  text-align: right;
}
.ec_stockhomepage .other_data_stockh .other_data_stockh-rows .other_data_stockh-cards p:last-of-type {
  padding-left: 15px;
  padding-right: 15px;
}
.ec_stockhomepage .other_data_stockh .other_data_stockh-rows .other_data_stockh-cards p:last-of-type span {
  border: 1px solid #fff;
  padding: 0 4px;
  display: inline-block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #84c44c;
  color: #84c44c;
}

.tabgen {
  display: none;
}

.tabgen.active {
  display: block;
}

.consolidated-financial-highlights .fhdata-container .fhdata-content {
  max-height: 500px;
  overflow: hidden;
  transition: 1000ms max-height;
}

.consolidated-financial-highlights .fhdata-container .fhdata-content.hidethis {
  max-height: 0;
  max-width: 0;
  padding: 0;
}

.consolidated-financial-highlights .fhdata-container .fhdata-content .title > p {
  margin: 0;
  color: #33663f;
  font-size: 16px;
}

.consolidated-financial-highlights .fhdata-container .fhdata-content .title > p:nth-of-type(1) {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  color: #27343b;
}

.consolidated-financial-highlights .fhdata-container .fhdata-content .fhdata {
  margin-top: 15px;
}

.consolidated-financial-highlights .fhdata-container .fhdata-content .fhdata .data-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.consolidated-financial-highlights .catcom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.consolidated-financial-highlights .fhdata-container .fhdata-content .fhdata .data-year p.year {
  display: inline-block;
  color: #27343b;
  font-weight: bold;
  font-size: 25px;
  margin: 0;
  padding-right: 15px;
  width: 70px;
}

.consolidated-financial-highlights .fhdata-container .fhdata-content .fhdata .data-year .data-prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 70px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.consolidated-financial-highlights .fhdata-container .fhdata-content .fhdata .data-year .data-prop .data-value-range {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#57be9d), to(#165c9f));
  background: -webkit-linear-gradient(left, #57be9d, #165c9f);
  background: -o-linear-gradient(left, #57be9d, #165c9f);
  background: linear-gradient(90deg, #57be9d, #165c9f);
  height: 25px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}

.consolidated-financial-highlights .fhdata-container .fhdata-content .fhdata .data-year .data-prop .data-value-amount {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  color: #33663f;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
  width: 80px;
  padding-left: 15px;
}

.consolidated-financial-highlights .fhdata-container .fhdata-content .fhdata.assets .data-prop .data-value-range {
  background: #33663f;
  width: calc(100% - 80px);
}

.consolidated-financial-highlights .fhdata-container .fhdata-content .fhdata.assets .data-year:nth-child(2) .data-prop .data-value-range {
  background: #84c44c;
}

.consolidated-financial-highlights .fhdata-container .fhdata-content .fhdata.assets .data-year:nth-child(3) .data-prop .data-value-range {
  background: #27343b;
}

.consolidated-financial-highlights .fhdata-container .fhdata-content .fhdata.assets .data-year:nth-child(3) .data-prop .data-value-range {
  background: #27343b;
}

.consolidated-financial-highlights .fhdata-container .fhdata-content .fhdata.assets .data-year:nth-child(3) .data-prop .data-value-range {
  background: #ebeae4;
}

.consolidated-financial-highlights .catcom .category {
  background-color: #ebeae4;
  padding: 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.consolidated-financial-highlights .catcom .category p {
  margin: 0;
  margin-bottom: 15px;
  font-size: 30px;
  text-transform: uppercase;
  color: #27343b;
  font-weight: bold;
  width: 100%;
}

.consolidated-financial-highlights .catcom .category .cat-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.consolidated-financial-highlights .catcom .category .cat-cont .cat-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.consolidated-financial-highlights .catcom .category .cat-cont .cat-content-container .rscontainer {
  margin: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.consolidated-financial-highlights .catcom .category .cat-cont .cat-content-container .rscontainer .roundedSquare {
  width: 24px;
  height: 24px;
  position: relative;
  background: #fff;
  border-radius: 100%;
  display: inline-block;
}

.consolidated-financial-highlights .catcom .category .cat-cont .cat-content-container .rscontainer .roundedSquare input[type=checkbox] {
  visibility: hidden;
  margin-left: -20px;
}

.consolidated-financial-highlights .catcom .category .cat-cont .cat-content-container .rscontainer .roundedSquare input[type=checkbox]:checked ~ label:after {
  opacity: 1;
}

.consolidated-financial-highlights .catcom .category .cat-cont .cat-content-container .rscontainer .roundedSquare > label {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 100%;
}

.consolidated-financial-highlights .catcom .category .cat-cont .cat-content-container .rscontainer .roundedSquare > label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #33663f;
  opacity: 0;
  border-radius: 100%;
}

.consolidated-financial-highlights .catcom .category .cat-cont .cat-content-container .rscontainer label {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  max-width: 170px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
}

.consolidated-financial-highlights .catcom .compare {
  border: 2px solid #a7206d;
  padding: 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45%;
}

.consolidated-financial-highlights .catcom .compare p {
  color: #58595b;
  font-family: "oswaldregular", sans-serif;
  margin: 0;
  margin-right: 30px;
  text-transform: uppercase;
  font-size: 18px;
}

.consolidated-financial-highlights .catcom .compare p:first-of-type {
  color: #73258f;
  font-size: 25px;
}

.consolidated-financial-highlights .catcom .compare .cat-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.consolidated-financial-highlights .catcom .compare .cat-cont .cat-content-container {
  margin: 0 30px;
}

.consolidated-financial-highlights .catcom .compare .cat-cont .cat-content-container .rscontainer {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.consolidated-financial-highlights .catcom .compare .cat-cont .cat-content-container .rscontainer .roundedSquare {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  position: relative;
  background: #73258f;
  border-radius: 100%;
  display: inline-block;
}

.consolidated-financial-highlights .catcom .compare .cat-cont .cat-content-container .rscontainer .roundedSquare input[type=checkbox] {
  visibility: hidden;
  margin-left: -20px;
}

.consolidated-financial-highlights .catcom .compare .cat-cont .cat-content-container .rscontainer .roundedSquare input[type=checkbox]:checked ~ label:after {
  opacity: 1;
}

.consolidated-financial-highlights .catcom .compare .cat-cont .cat-content-container .rscontainer .roundedSquare > label {
  width: 12px;
  height: 12px;
  cursor: pointer;
  position: absolute;
  left: 2px;
  top: 2px;
  background: #fff;
  border-radius: 100%;
}

.consolidated-financial-highlights .catcom .compare .cat-cont .cat-content-container .rscontainer .roundedSquare > label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #0084bc;
  opacity: 0;
  border-radius: 100%;
}

.consolidated-financial-highlights .catcom .compare .cat-cont .cat-content-container .rscontainer label {
  display: inline-block;
  cursor: pointer;
  margin: 0;
}

.ec__financial-highlights-1687-container .ec__operating-highlights {
  background-image: none;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.ec__overflow-table {
  overflow-y: auto;
}

@media only screen and (min-width: 1700px) {
  .ec__inside-banner .ec__page-ibanner h1 {
    font-size: 55px;
  }

  .ec_stockhomepage .price_stockh span.arrowup:after,
.ec_stockhomepage .price_stockh span.arrowdown:after {
    left: 2px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 90% !important;
  }
}
@media only screen and (max-width: 1600px) {
  .ec__numbers-homepage .ec__carousel-numbers .VueCarousel .VueCarousel-inner article span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1500px) {
  .ec__sus-sdg .ec__sus-graphic .icong, .ec__sus-sdg .ec__sus-graphic .graphicsus {
    width: 340px;
    height: 355px;
  }

  .ec__banner .ec__banner-content h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1366px) {
  .ec__ourbusiness-bg .ec__stackinside-bg, .ec__missionvision .ec__stackinside-bg {
    width: 450px;
  }

  .ec__ourbusiness-bg .ec__stackinside-bg::before, .ec__missionvision .ec__stackinside-bg::before {
    left: 450px;
  }

  .ec__ob-container .ec__ourbusiness:nth-child(even) .ec__stackinside-bg::before {
    right: 450px;
  }
}
@media only screen and (max-width: 1200px) {
  .ec__ourbusiness-bg .ec__stackinside-bg, .ec__missionvision .ec__stackinside-bg {
    width: 400px;
  }

  .ec__ob-container .ec__ourbusiness:nth-child(even) .ec__stackinside-bg::before {
    right: 400px;
  }

  .ec__ourbusiness-bg .ec__stackinside-bg::before, .ec__missionvision .ec__stackinside-bg::before {
    left: 400px;
  }

  nav .navigation-container .ec__main-menu #menu-header {
    font-size: 16px;
  }

  .ec__inside-banner .ec__page-ibanner h1 {
    font-size: 55px;
  }

  .ec__banner .ec__banner-content {
    background-size: cover;
/*     padding: 60px 0; */
  }

  .ec__banner .ec__banner-content h1 {
    font-size: 40px;
  }

  .ec-mega-menu-container .ec-mega-menu .ec-mega-menu-list ul li a {
    font-size: 18px;
  }

  .ec__numbers-homepage .ec__carousel-numbers .VueCarousel .VueCarousel-inner article span {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .ec__newsandupdates-list .ec__newsandupdates-cards {
    padding: 0 15px !important;
  }

  .ec__insidepage-news .ec__insidepage-newsmain article > h2 {
    padding-right: 0;
  }

  .ec__insidepage-news .ec__insidepage-newsmain article .ec__socialmediashare {
    position: relative;
    top: auto;
    right: auto;
    height: 58px;
  }

  .ec__sus-sdg .ec__sus-graphic .icong, .ec__sus-sdg .ec__sus-graphic .graphicsus {
    width: 275px;
    height: 287px;
  }

  .ec__sus-sdg .ec__sus-graphic {
    margin-bottom: 140px;
  }

  .ec__stock .othersdata .othersdata-content:first-of-type article p:last-of-type {
    font-size: 52px;
  }

  .ec__stock .othersdata .othersdata-content table tr td:last-of-type,
.ec__stock .othersdata .othersdata-content table tr td:first-of-type,
.ec__stock .othersdata .othersdata-content:first-of-type article p strong {
    font-size: 20px;
  }

  .ec__stockdescriptions_1,
.ec__stockdescriptions_2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .ec__stock .othersdata .othersdata-content {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .ec__governance-reports .row .ec__gs-reports:nth-child(3) {
    background-color: #fff;
  }

  .ec__banner .ec__banner-content h1 {
    font-size: 45px;
  }

  .ec__media-homepage .col-md-4 {
    padding: 0 15px !important;
    margin-bottom: 80px !important;
  }

  .ec__careers-list .ec__careers-cards {
    padding: 0 15px !important;
  }

  .ec__contact-23-container article table {
    width: 100% !important;
  }

  .ec__sus-highlightsmenu .hmenu li {
    font-size: 18px;
    text-align: center;
  }
  .ec__sus-highlightsmenu .hmenu li.active {
    font-size: 24px;
  }

  .ec__sus-highlights .VueCarousel .VueCarousel-navigation button.VueCarousel-navigation-prev {
    left: 25px;
  }

  .ec__sus-highlights .VueCarousel .VueCarousel-navigation button.VueCarousel-navigation-next {
    right: 25px;
  }

  .ec__sus-highlightsmenu .hmenu li {
    width: 100%;
  }

  .ec__weconduct ul li {
    width: 50%;
  }

  .ec__ourbusiness-bg .ec__stackinside-bg, .ec__missionvision .ec__stackinside-bg {
    display: none;
  }

  nav .navigation-container .ec__main-menu #menu-header {
    position: fixed;
    left: -300px;
    top: 120px;
    background-color: #ebeae4;
    width: 300px;
    flex-wrap: wrap;
    height: 100%;
    display: block !important;
    overflow-y: auto;
    transition: 500ms left;
    padding: 60px 0;
  }
  nav .navigation-container .ec__main-menu #menu-header.active {
    left: 0;
  }
  nav .navigation-container .ec__main-menu #menu-header li {
    width: 100%;
  }

  nav .navigation-container .ec__main-menu #menu-header li ul {
    display: block;
  }

  nav .navigation-container .ec__main-menu #nav-icon3 {
    display: block;
    margin: 0;
  }

  nav .navigation-container .ec__main-menu #menu-header li a {
    height: auto;
    line-height: normal;
    padding: 12px 30px !important;
  }

  .ec-mega-menu-container {
    display: none;
  }

  .ec__logo a {
    justify-content: center;
  }

  .ec__menu-footer {
    margin-bottom: 30px;
  }

  footer .footerinfo-container .ec__logo #menu-social-media {
    justify-content: center;
    margin-bottom: 30px;
  }

  .ec__annualreport-homepage .ec__annualreport-hdetails .ec__annualreport-hcontent .ec__annualreport-hcinside {
    padding-left: 40px;
  }

  .ec__banner .ec__banner-content h1 {
    font-size: 40px;
  }

  .ec__ourbusiness-homepage .ec__obh-description {
    padding-right: 45px;
  }

  .ec__inside-banner .ec__page-ibanner .ec__page-banner {
    float: none;
    width: 100%;
    margin-left: 0 !important;
  }

  .ec__inside-banner {
    padding-top: 60px;
  }

  .ec__inside-banner .ec__page-ibanner .ec__ectitle {
    height: auto;
  }

  .ec__leadership-list .ec__leadership-cards .ec__leadership-card {
    width: 33.33%;
  }

  .ec__leadership-tab .ec__leadership-nav li.active {
    font-size: 24px;
  }

  .ec__leadership-tab .ec__leadership-nav li {
    font-size: 18px;
  }

  .ec__leadership-tab .ec__leadership-nav {
    height: 65px;
  }

  .ec__annualreports-list .ec__ar-cards {
    padding: 0 15px !important;
  }

  .fhdata-container {
    order: 2;
  }

  .catcom {
    order: 1;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ec__sus-sdg .ec__sus-sdgcards.sdg0 .sdg_list .icon .icon-inside,
.ec__sus-sdg .ec__sus-sdgcards.sdg1 .sdg_list .icon .icon-inside,
.ec__sus-sdg .ec__sus-sdgcards.sdg2 .sdg_list .icon .icon-inside {
    background-color: #fff !important;
  }

  .ec__sus-sdg .sdg_list .des .des-inside article {
    height: auto;
  }

  .ec__operating-highlights.fhdata-table {
    width: 600px;
  }

  .consolidated-financial-highlights .fhdata-container .fhdata-content .title > p:nth-of-type(1) {
    font-size: 26px;
    line-height: 30px;
  }

  .ec__operating-highlights.fhdata-table h2 {
    font-size: 24px;
  }

  .ec__disclosure-container .ec__btn {
    width: 100%;
  }

  .ec__stock .VueCarousel {
    overflow-x: auto;
  }

  .ec__stock .VueCarousel .VueCarousel-wrapper {
    width: 800px;
  }

  .ec__stockdescriptions_1,
.ec__stockdescriptions_2 {
    font-size: 24px;
  }

  .ec__timeline .VueCarousel {
    width: 100%;
  }

  .ec__timeline .VueCarousel-navigation button.VueCarousel-navigation-next:after {
    position: absolute;
    left: -10px;
  }

  .ec__timeline .VueCarousel-navigation button.VueCarousel-navigation-prev:after {
    position: absolute;
    left: 0px;
  }

  .ec__graph .ec__gs-container article table tr {
    display: flex;
    flex-direction: column;
  }
  .ec__graph .ec__gs-container article table tr td {
    width: 100% !important;
  }

  .wp-search form > div {
    display: flex;
  }

  .wp-search form input[name=s] {
    width: 100%;
  }

  .ec__value-chain {
    overflow-x: auto;
    display: block !important;
  }
  .ec__value-chain > div {
    width: 1000px !important;
  }

  .ec__sus-list .ec__sus-listcard .ec__sus-listcard-container {
    max-width: 100%;
  }

  .ec__sus-highlights .VueCarousel {
    max-width: 500px;
  }

  .ec__inside-banner .ec__page-ibanner h1 {
    font-size: 40px !important;
  }

  .ec__leadership-list .ec__leadership-cards .ec__leadership-card {
    width: 50%;
  }

  .ec__leadership-tab .ec__leadership-nav {
    height: auto;
  }

  .ec__leadership-tab .ec__leadership-nav li {
    width: 100%;
  }

  .ec__executive .ec__executive-rows .ec__executive-card .name {
    padding-left: 0 !important;
  }

  .ec__companypresentation-lists .ec__cpsort {
    position: relative;
    top: auto;
    right: auto;
    justify-content: flex-start !important;
    margin-bottom: 30px;
  }

  .ec__cp-container article strong a {
    width: 100%;
  }

  .ec__insidepage-news .ec__insidepage-newsmain article {
    padding-right: 15px;
  }

  .ec__stockholders .ec__executive h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 580px) {
  .ec__stockholders .ec__executive .ec__executive-rows {
    display: table;
  }

  .ec__stockholders .ec__executive h2 {
    width: 250px !important;
    display: table-column;
    float: right;
    height: 74px;
  }

  .ec__executive .ec__executive-rows {
    overflow-x: auto;
  }

  .ec__executive .ec__executive-rows .ec__executive-card,
.ec__executive h2 {
    width: 500px !important;
  }

  .ec__banner .ec__banner-content h1 {
    font-size: 32px;
  }

  .ec__insidepage-news .ec__insidepage-newssidemenu h4 {
    margin-top: 15px;
  }

  .ec__insidepage-news .ec__insidepage-newssidemenu span {
    margin-bottom: 30px;
  }

  .ec__insidepage-newssidemenu {
    margin: 0 15px;
  }

  .ec__annualreport-homepage .ec__annualreport-hdetails .ec__annualreport-hcontent {
    padding: 10px 15px;
  }

  .ec__weconduct ul li {
    width: 100%;
  }

  .ec__values table tr {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
  }
  .ec__values table tr td {
    width: 100% !important;
    height: auto !important;
  }
  .ec__values table tr td:last-of-type {
    margin-bottom: 30px;
  }

  .ec__sus-highlights .VueCarousel {
    max-width: 400px;
  }

  .ec__sus-highlights .canvas-contaniner {
    width: 400px;
  }

  .ec__sus-sdg .ec__sus-graphic .icong, .ec__sus-sdg .ec__sus-graphic .graphicsus {
    width: 150px;
    height: 157px;
  }

  .ec__sus-sdg .ec__sus-graphic .gcenterimg.active {
    opacity: 1;
    width: 45px;
  }

  .ec__sus-sdg .ec__sus-graphic .icong .pqe {
    left: -50px;
    top: -15px;
  }
  .ec__sus-sdg .ec__sus-graphic .icong .pqe img {
    width: 40px;
  }

  .ec__sus-sdg .ec__sus-graphic .icong .eff {
    right: -50px;
    top: -9px;
  }
  .ec__sus-sdg .ec__sus-graphic .icong .eff img {
    width: 50px;
  }

  .ec__sus-sdg .ec__sus-graphic .icong .sr {
    width: 60px;
  }
  .ec__sus-sdg .ec__sus-graphic .icong .sr img {
    width: 50px;
  }

  .ec__sus-sdg .ec__sus-graphic .icong .icong-c span {
    width: 20px;
    height: 20px;
  }

  .ec__sus-sdg .sdg_list .icon {
    padding-right: 15px;
  }

  .ec__sus-sdg .sdg_list .des {
    padding-left: 15px;
  }

  .icon-inside {
    text-align: center;
  }
  .icon-inside img {
    width: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .ec__leadership-list .ec__leadership-cards .ec__leadership-card {
    width: 100%;
  }

  .ec__leadership-list .ec__leadership-cards-fancybox {
    display: block;
    width: 320px;
    margin: 0 auto;
  }

  .pt-60 {
    padding-top: 30px;
  }

  .pb-60 {
    padding-bottom: 30px;
  }

  .ec__sus-highlights .VueCarousel {
    max-width: 300px;
  }

  .ec__sus-highlights .canvas-contaniner {
    width: 300px;
  }
}

/* Update 09/10/21 - Onwards PADR */
.consolidated-financial-highlights .fhdata-container .fhdata-content .fhdata.assets .data-year:nth-child(3) .data-prop .data-value-range {
  background: #27343b;
}

.ec__value-chain {
	font-size: 14px;
}

.ec__sus-valuechain .ec__sus-valuechaincon h3 {
	font-size: 1.50rem;
}

.ec__sus-valuechain h2.ec__valuechain-title {
	font-size: 1.75rem;
}

.ec__banner .ec__banner-content h1 {
	font-size: 36px;
}

.ec__stock .VueCarousel .introcanvas {
	font-weight: bold;
}

.ec__stock .VueCarousel .introcanvas span:first-of-type{
	top: 10px;	
}

.ec__stock .VueCarousel .introcanvas span:first-of-type::after {
	content: "(in php)";
	position: absolute;
	width: 100px;
	padding-left: 8px;
    color: #33663f;
}

.ec__stock .VueCarousel .introcanvas span:last-of-type {
	left: -275px;
	color: transparent;
}

.ec__stock .VueCarousel .introcanvas span:last-of-type::after {
	content: "2022 YTD Stock Performance";
	position: absolute;
	width: 280px;
	color: #33663f;
}

.ec__timeline .ec__tcards img {
    width: 100%;
	height: 300px;
    padding-bottom: 50px;
    object-fit: contain;
    object-position: center top;
}

@media (max-width: 1482px) {
	.ec__timeline .ec__tcards img {
		height: 210px;
	}
}

@media (max-width: 1318px) {
	.ec__timeline .ec__tcards img {
		height: 250px;
	}
}

.ui-dialog {
	position: fixed !important;
    z-index: 999;
    top: 100% !important;
    left: 0px !important;
    width: 100% !important;
    height: auto;
}

.ui-dialog .ui-dialog-titlebar {
	display: none !important;
}

#privacy-popup {
    width: 100% !important;
	position: relative;
	transform: translatey(-80px);
}

.privacy-popup {
    position: relative;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
    padding: 40px;
    border-radius: 25px;
    max-width: 650px;
    flex-direction: column;
}

.privacy-popup input[type=checkbox] {
    margin-right: 16px;
}

.privacy-popup__content {
    padding: 0 15px;
    display: flex;
    align-items: center
}

.privacy-popup__content a {
	color: #84c44c;
}

.privacy-popup__footer {
    background-color: #47744C;
    padding: 20px;
    text-align: right;
}

.privacy-popup__close {
      color: #FFF;
    font-size: 16px;
	width: 80px;
    background-color: #84c44c;
	text-align: center;
	text-transform: uppercase;
	margin-right: 15px;
	border: 0;
	padding: 8px;
    border-radius: 5px;
    cursor: "pointer";
}

.privacy-popup__close:disabled {
    background-color: grey;
}


.privacy-popup a:focus {
	outline: none
}

@media screen and (max-width: 2024px) {
	.ec__annualreports-list .ec__ar-title {
		height: 56px;
	}
}

@media screen and (max-width: 1482px) {
	.ec__annualreports-list .ec__ar-title {
		height: 85px;
	}
}

@media screen and (max-width: 1182px) {
	.ec__annualreports-list .ec__ar-title {
		height: 108px;
	}
}

@media screen and (max-width: 974px) {
	.ec__annualreports-list .ec__ar-title {
		height: 56px;
	}
}


@media screen and (max-width: 750px) {
	.ec__annualreports-list .ec__ar-title {
		height: auto;
	}
	
	.ec__executive-card .name {
		font-size: 1.125rem !important;
	}
}

.consolidated-financial-highlights .fhdata-container .fhdata-content .fhdata.assets .data-year:nth-child(4) .data-prop .data-value-range {
	background: #ebeae4;
}

.consolidated-financial-highlights .fhdata-container .fhdata-content .fhdata.assets .data-year:nth-child(5) .data-prop .data-value-range {
	background: #8e8c8c;
}

.ec__ircontactinfo {
  background-color: #27343b;
  background-image: url(../images/shutterstock_649123297.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ec__ircontactinfo p strong {
  color: #84c44c;
  font-family: "Encode Sans Condensed", sans-serif;
}

.ec__portal h2 {
	font-family: "Encode Sans Condensed", sans-serif;
    font-weight: bold;
    color: #33663f;
    margin-bottom: 20px;
}

.ec__portal p {
	margin-bottom: 4rem;
	font-size: 18px;
}

.ec__portal__item {
	padding: 60px 0;
}

.ec__portal__item--grey {
	background-image: url(../images/VC-BG.jpg);
}

.ec__portal__item--dark {
	background-color: #27343B;
	color: #ffffff
}

.ec__portal__item--dark h2 {
	color: #84c44c !important;
}

.ec__portal__item__box {
	padding: 0 30px;
	max-width: 750px;
	margin: 0 auto;
}

.ec__projects {
	color: #ffffff;
	background-color: #27343b;
}

.ec__projects__item {
	position: relative;
	min-height: 96vh;
	min-height: calc(100vh - 120px);
}

.ec__projects__item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(39, 52, 59, 0.75);
}

.ec__projects__item__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.ec__projects__item__info {
	position: relative;
	z-index: 10;
	width: 50%;
	min-height: 96vh;
	min-height: calc(100vh - 120px);
	padding: 80px 0;
}


.ec__projects__item__info > div {
	position: absolute;
	height: calc(100% - 160px);
	padding-right: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 2px solid #ffffff;
}

.ec__projects__item__info h2 {
	font-family: "Encode Sans Condensed", sans-serif;
    font-weight: bold;
    color: #84c44c;
    margin-bottom: 22px;
}

.ec__projects__item__info p {
	font-family: "Encode Sans Condensed", sans-serif;
    font-weight: normal;
	letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
	.ec__projects__item__info {
		width: 100%;
	}
	
	.ec__projects__item__info > div {
		border-right: none;
		padding-right: 0;
	}
}

.ec__ar-img img {
	height: 460px;
	width: 325px;
	object-fit: cover;
	object-position: center;
}

.ec__banner .ec__banner-content {
	background-size: cover;
	background-position: center;
}

.ec-mega-menu-container {
	width: 100%;
}

.ec-mega-menu-container .ec-mega-menu {
	transition: none;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.ec-mega-menu-container .ec-mega-menu.active {
	z-index: 100;
	transition: all 800ms;
}

.ec__sus-sdg .sdg_list .icon .icon-inside img {
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.ec__sus-sdg .ec__sus-sdgcards.sdg1 .sdg_list .icon:nth-child(7) .icon-inside {
	background-color: #48773E;
}

.ec__sus-sdg .ec__sus-sdgcards.sdg1 .sdg_list .icon:nth-child(9) .icon-inside {
	background-color: #3EB049;
}

.ec__sus-sdg .ec__sus-sdgcards.sdg1 .sdg_list .icon:nth-child(11) .icon-inside {
	background-color: #19486A;
}

.ec__sus-sdg .ec__sus-sdgcards.sdg2 .sdg_list .icon:nth-child(3) .icon-inside {
	background-color: #279B48;
}

.ec__sus-sdg .ec__sus-sdgcards.sdg2 .sdg_list .icon:nth-child(5) .icon-inside {
	background-color: #C31F33;
}

.ec__sus-sdg .ec__sus-sdgcards.sdg2 .sdg_list .icon:nth-child(7) .icon-inside {
	background-color: #EF402B;
}

.ec__sus-sdg .ec__sus-sdgcards.sdg2 .sdg_list .icon:nth-child(13) .icon-inside {
	background-color: #00689D;
}

.ec__sus-sdg .sdg_list .des .des-inside article {
	height: 146px;
	padding: 20px 40px;
}


.ec__sus-sdg .sdg_list .des .des-inside article p {
	margin-bottom: 5px;
}

@media screen and (max-width: 1680px) {
	.ec__sus-sdg .sdg_list .des .des-inside article {
		padding: 20px;
		height: 125px;
	}
}

@media screen and (max-width: 974px) {
	.ec__sus-sdg .sdg_list .des .des-inside article p{
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 576px) {
    #privacy-popup img {
        width: 100px !important;
        padding: 0 0 10px !important;
    }
    .privacy-popup__content {
            flex-direction: column;
    }
    .privacy-popup {
        max-width: 90% !important;
                padding: 15px;
            text-align: center;
    }
    .privacy-popup .popup-btns {
        flex-direction: column;
    }
    .privacy-popup__close {
        margin-top: 10px;
        margin-right: 0;
    }
}

.hidden {
    display: none;
}

#privacy-popup {
    width: 100% !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    align-items: center;
    justify-content: center;
    transform: translatey(0);
    background-color: #000000b3;
        z-index: 9999;
}

#privacy-popup img {
    width: 200px;
    padding-right: 50px;
}

.npc-seal {
	display: flex;
}

.npc-seal svg {
transform: scale(1.5);
	margin-right: 15px;
}

.ec__banner .ec__banner-content::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #45454596;
}

/*# sourceMappingURL=style.min.css.map */
