@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Structure */
html,
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 16px;
  color: #211D1E;
  font-weight: 400;
  line-height: 1.5;
}

h1.chapters-heading {
  color: #ACC956;
  font-weight: 400;
  border-bottom: 1px dashed #ACC956;

}

h1.chapters-heading span {
  font-size: 30px;
}

h1 {
  margin-top: 40px !important;
  font-size: 40px;
  font-weight: 500;
  color: #463D38;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

h1 span {
  font-weight: 300;
  text-transform: initial;
  display: block;
}

h2 {
  font-size: 26px;
  font-weight: 500;
  color: #6B897C;
  margin: 0;
  line-height: 1.4;
}

h3 {
  font-size: 22px;
  font-weight: 600;
  color: #8B7A5F;
  margin: 0;
  line-height: 1.4;
}

h4 {
  margin: 0px;
  line-height: 0.8;
  color: #8C8F49;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 1.4;
}

h5 {
  margin: 0px;
  line-height: 0.8;
  color: #5F837A;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  color: #619CAF;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0 !important;
  font-weight: 400;
  line-height: 1.4;
}



ol.letter-list {
  list-style-type: none;
  counter-reset: list-item;
  margin-left: -10px;
  position: relative;

}

ol.letter-list li {
  color: #231F20;
  padding-left: 10px;
  counter-increment: list-item;

}

ol.letter-list li::before {
  content: "(" counter(list-item, lower-alpha) ") ";
  position: absolute;
  left: 10px;
}

.switch-pink {
  color: #EC008C !important;
}

.switch-darkbrown {
  color: #4B3832;
}

.th-left th {
  text-align: left !important;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #211D1E;
  line-height: 1.4;
}

table,
table p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.intro {
  line-height: 1.4;
  color: #4D3932;
  font-size: 24px;
  font-weight: 500;
}

b,
strong {
  font-weight: bold;
}

.bored-raius-cmrr-mpumalanga {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.intro-med {
  line-height: 1.4;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.fraud-hotline p {
  color: #5F837A;
}



.intro-small {
  padding: 5px;
  line-height: 1.2;
  color: #57585b;
  font-size: 16px;
}

.reporting-suite {
  background: linear-gradient(90deg, rgba(181, 201, 74, 1) 22%, rgba(116, 136, 125, 1) 86%);
  padding: 25px;
  border-radius: 10px;
}

.line-divider {
  border-right: 2px solid #ffffff;
  height: 328px;
}



.report-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
  color: inherit;
}

.report-icon {
  color: #ffffff;
}

.report-text {

  color: #ffffff;
  text-align: center;
}

.mouse-link {
  /* font-weight: 600; */
  /* color: #003068 !important; */
  position: relative;
  display: block;
  /* text-decoration: none !important; */
  font-size: 16px;
  padding: 10px 0;
  padding-left: 45px;
  margin-bottom: 20px;
}

.mouse-link:before {
  content: '';
  background: url(../images/link-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
  width: 35px;
  top: 12%;
  position: absolute;
  left: 0px;
}

.pdf-link {
  /* font-weight: 600; */
  /* color: #003068 !important; */
  position: relative;
  display: block;
  /* text-decoration: none !important; */
  font-size: 16px;
  padding: 10px 0;
  padding-left: 45px;
  margin-bottom: 20px;
}

.pdf-link:before {
  content: '';
  background: url(../images/paper-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
  width: 35px;
  top: 12%;
  position: absolute;
  left: 0px;
}

.nav-border2 {
  border: 3px solid #AECB37;
  padding: 20px;
  border-radius: 15px;
}

.icons img {
  width: 35px;
}

.border-divider {
  position: relative;

}

.border-divider::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #B4C84E, #74887D);
}

.linkptag {
  font-weight: bold;
  color: #002f67;
  position: relative;
  margin-left: 33px;
}

.linkptag img {
  position: absolute;
  left: -33px;
  top: -4px;
}

.bordr-rad-10 {
  border-radius: 10px;
}

.paper-link {
  font-weight: bold;
  color: #003068 !important;
  position: relative;
  display: block;
  text-decoration: none !important;
}

.tool-wrapper {
  z-index: 3 !important;
}

.paper-link:before {
  content: url("../images/paper-link.png");
  padding-right: 10px;
}

.border-gra-green-blue {
  border: 4px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #A4CE4C, #5F837A) border-box;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  padding: 20px;
}

.border-gra-green-blue-right {
  border: 4px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #A4CE4C, #5F837A) border-box;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  padding: 20px;
}

.border-gra-green-blue-allRadius {
  border: 4px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(to top, #A4CE4C, #5F837A) border-box;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 20px;
}

.border-left-green {
  position: relative;
  border-top-left-radius: 15px;
  border-top: 3px solid #A5CF4D;
  border-left: 3px solid #A5CF4D;

}

.border-left-bg-green {
  position: relative;
  border-top-left-radius: 15px;
  background-color: #F5F9ED;
  padding: 10px;

}

.border-right-green {
  position: relative;
  border-top-right-radius: 15px;
  border-top: 3px solid #A5CF4D;
  border-right: 3px solid #A5CF4D;

}

.border-right-bg-green {
  position: relative;
  border-top-right-radius: 15px;
  background-color: #F5F9ED;
  padding: 10px;

}

.green-to-line-bg {
  background: linear-gradient(to left, #B7C6BE 40%, #D2E6A7 100%);
  padding: 10px 25px;
  font-weight: 600;
}

.green-to-line-bg-first-row {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.green-to-line-bg-last-row {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.finthickwhite {
  border-bottom: 3px solid #fff;
}

.switch-bg-lime {
  background: #F1F1E6;
  border-radius: 15px;
  padding: 20px;
}

.switch-bg-lime-adequate {
  border: 2px solid #74887D;
  min-height: 100%;
  background: #F1F1E6;
  border-radius: 15px;
  padding: 5px 20px 20px 20px;
}

.block-lightteal {
  border: 3px solid #88D1D1 !important;
}

.block-lgreen {
  border: 3px solid #B6CA48 !important;
}



.round-lightteal-border {
  border: 3px solid #88D1D1 !important;
}

.radius-20 {
  border-radius: 20px;
}


.block-columnlightteal {
  background: #A9D1D3;
  color: #fff;
}

.block-columnlightteal-leftradius {
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
}

.block-columnlightteal-rightradius {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
}


.round-lightgreen-border {
  border: 3px solid #B6CA48 !important;
}

.block-columnlightgreen {
  background: #B6CA48;
  color: #fff;
}

.block-columnlightgreen-leftradius {
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
}

.block-columnlightgreen-rightradius {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
}




.block-columnbrown {
  background: #8B7B60;
  color: #fff;
}

.block-brown {
  border: 3px solid #8B7B60 !important;
}

.round-brown-border {
  border: 3px solid #8B7B60 !important;
}

.block-columnbrown-rightradius {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
}

.block-columnbrown-leftradius {
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
}

.round-limegreen-border {
  border: 3px solid #A5CF4E;
  border-radius: 15px;
  position: relative;
  padding: 15px;

}

.round-limegreen-border::before {
  position: absolute;
  content: "";
  width: 86%;
  background: #fff;
  height: 3px;
  top: -3px;
  left: 80px;
}

.round-limegreen-border::after {
  position: absolute;
  content: "";
  width: 86%;
  background: #fff;
  height: 3px;
  bottom: -3px;
  left: 80px;
}

.list-container {
  padding-left: 70px;
}

.list-head-table,
.list-head-table-sub {
  margin-bottom: 0;
}

.list-head-table li {
  position: relative;
  font-size: 23px;
  font-weight: 500;
  color: #4B3832;

}

.list-head-table li span {
  position: absolute;
  left: -70px;
  top: 0;
}

.list-head-table-sub li {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #8C8F4A;
  text-transform: initial;
}

/* .list-head-table-sub li span {
  margin-right: 10px;
  left: -8px;
  position: relative;
} */
.list-head-tbl-three {
  margin-bottom: 0;
}

.list-head-tbl-three li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #60837A;
}

/* .list-head-tbl-three li span {
  margin-right: 10px;
  left: -8px;
  position: relative;
} */

.list-head-tbl-four {
  margin-bottom: 0;
}

.list-head-tbl-four li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #619CAF;
}

/* .list-head-tbl-four li span {
  margin-right: 10px;
  left: -8px;
  position: relative;
} */

.radius {
  border-radius: 10px;
}

.obj-c {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center !important;
}

.rgt {
  float: right;
}

.lft {
  float: left;
}

.greenheader {
  background: #afce45;
  border-radius: 10px;
  color: #fff;
  padding: 10px !important;
}

.brownheader {
  background: #4C3933;
  border-radius: 10px;
  color: #fff;
  padding: 10px !important;
}

.cont-align {
  padding: 0 25px;
}

.greenborderbold {
  border: 3px solid #a5cf4c;
  padding: 20px;
  padding-right: 0px;
  border-top-left-radius: 20px;
  border-right: 0;
  margin-bottom: 25px;
}

.greenborderbold div {
  border-top-left-radius: 20px;
  padding: 20px;
}

/*RESET STYLES*/
.no-margin {
  margin: 0 !important;
}

.no-marginT {
  margin-top: 0 !important;
}

.no-marginB {
  margin-bottom: 0 !important;
}

.no-marginL {
  margin-left: 0 !important;
}

.no-marginR {
  margin-right: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-paddingT {
  padding-top: 0 !important;
}

.no-paddingB {
  padding-bottom: 0 !important;
}

.no-paddingL {
  padding-left: 0 !important;
}

.no-paddingR {
  padding-right: 0 !important;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px 20px;
}

.padding-50 {
  padding: 50px 0px;
}

.padding-30L {
  padding-left: 30px !important;
}

.padding-30R {
  padding-right: 30px !important;
}

.padding-30T {
  padding-top: 30px !important;
}

.padding-30B {
  padding-bottom: 30px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-20L {
  padding-left: 20px !important;
}

.padding-20R {
  padding-right: 20px !important;
}

.padding-20T {
  padding-top: 20px !important;
}

.padding-5T {
  padding-top: 5px !important;
}

.padding-20B {
  padding-bottom: 20px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-10T {
  padding-top: 10px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-15L {
  padding-left: 15px !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-5L {
  padding-left: 5px !important;
}

.padding-15R {
  padding-right: 15px !important;
}

.padding-15T {
  padding-top: 15px !important;
}

.padding-15B {
  padding-bottom: 15px !important;
}

.padding-10B {
  padding-bottom: 10px !important;
}

.padding-40T {
  padding-top: 40px !important;
}

.padding-40B {
  padding-bottom: 40px !important;
}

.margin-30 {
  margin: 30px !important;
}

.margin-30L {
  margin-left: 30px !important;
}

.margin-30R {
  margin-right: 30px !important;
}

.margin-30T {
  margin-top: 30px !important;
}

.margin-40T {
  margin-top: 40px !important;
}

.margin-50T {
  margin-top: 50px !important;
}

.margin-60T {
  margin-top: 60px !important;
}

.margin-80T {
  margin-top: 80px !important;
}

.margin-90T {
  margin-top: 90px !important;
}

.margin-30B {
  margin-bottom: 30px !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin-20L {
  margin-left: 20px !important;
}

.margin-20R {
  margin-right: 20px !important;
}

.margin-10TB {
  margin: 7px 0px !important;
}

.margin-20T {
  margin-top: 20px !important;
}

.margin-20B {
  margin-bottom: 20px !important;
}

.margin-40B {
  margin-bottom: 40px !important;
}

.margin-80B {
  margin-bottom: 80px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-10L {
  margin-left: 10px !important;
}

.margin-10R {
  margin-right: 10px !important;
}

.margin-10T {
  margin-top: 10px !important;
}

.margin-10B {
  margin-bottom: 10px !important;
}

.margin-15B {
  margin-bottom: 15px !important;
}

.margin-15T {
  margin-top: 15px !important;
}

.margin-5 {
  margin-top: 5px !important;
}

.margin-5B {
  margin-bottom: 5px !important;
}

.margin-80T {
  margin-top: 80px !important;
}

.member-circle img {
  animation: two 2s ease;
}

.member-name-cirlce {
  animation: 3s one 0.2s ease forwards;
  opacity: 0;
}

.member-bottom-border {
  border-bottom: none !important;
  position: relative;
  overflow: hidden;
}

.member-bottom-border:before {
  content: "";
  left: 0;
  bottom: 0;
  background: #a5cf4e;
  height: 2px;
  animation: 4s greenline 2s ease-in-out forwards;
  position: absolute;
  width: 0;
}





.soung-border {
  border-bottom: 1px solid #789CAE;
  margin: 20px 0
}

.soung-ptag {
  font-weight: 500
}

.esg-border-blue2 {
  border: 3px solid #789CAE;
  border-radius: 15px;
  padding: 20px;
  margin: 20px 0;
}

.bg-grad2 {
  width: 100%;
  background-image: linear-gradient(to right, #72877D, #B5C94C);
  padding: 15px;
  border-radius: 30px 30px 0 0;
  margin-bottom: 10px;
}

.bg-grad4 {
  width: 100%;
  background-image: linear-gradient(to right, #707070, #A2C435);
  padding: 10px;
  border-radius: 15px 15px 0 0;
  margin-bottom: 10px;
}

.bg-grad3 {
  width: 100%;
  background-image: linear-gradient(to right, #707070, #A2C435);
  padding: 15px;
  border-radius: 0 0 30px 30px;
  margin-top: 10px;
}

.sounds-brown-bg {
  background: #F9F8F2;
  padding: 15px;
  border-radius: 15px
}

.soung-border-bg {
  background: #F9F8F2;
  border-radius: 15px;
  padding: 15px;
  min-height: 100px;
  text-align: center;
  margin-bottom: 15px;
}








@keyframes greenline {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes one {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes two {
  0% {
    margin-left: -120px;
  }

  100% {
    margin-left: 0px;
  }
}

ul.dash-list {
  padding: 0px;
  list-style: none;
  margin: 0px;
}

ul.dash-list li {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  list-style: none;
  left: 15px;
}

ul.dash-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  height: 1px;
  width: 10px;
  background: #69757c;
}

ul.dash-list li ul {
  position: relative;
  margin-left: 19px;
}

ul.dash-list li ul li:before {
  content: ">";
  position: absolute;
  top: -1px;
  left: -17px;
  height: 10px;
  width: 10px;
  background: #ffffff00;
  font-size: 15px;
  color: #5a5a5a;
}

ol.list-aplh {
  counter-reset: list;
  margin: 0;
  padding-left: 40px;
}

ol.list-aplh>li {
  list-style: none;
  position: relative;
}

ol.list-aplh>li:before {
  counter-increment: list;
  content: "(" counter(list, lower-alpha) ")";
  position: absolute;
  left: -2.4em;
}

ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}

.tdgreen {
  background-color: #f3f8eb;
  border-bottom: 1px dotted #4c4c4e;
}

.tdgreen1 {
  border-bottom: 1px dotted #4c4c4e;
  border-right: 1px dotted #4c4c4e;
}

.tdgreen2 {
  border-bottom: 1px dotted #4c4c4e;
}

.td-header {
  background-color: #f3f8eb;
}

.align-main-head-gp {
  padding: 14.7px 46px 16.2px 0.3px;
}

.group-structure-sub-head>h1 {
  font-weight: bold;
}

.satisfy {
  font-family: "ff-market-web", cursive;
  font-size: 40px;
  color: #ed9e31;
}

.market-web {
  font-family: "ff-market-web", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  color: #ed9e31;
}

a:link {
  color: #5F837A
}

a:link,
a:visited {
  color: #5F837A;
  text-decoration: underline;
}

a:hover {
  color: #70948e;
  text-decoration: none;
}

/*.intro-small{padding: 5px; line-height: 1.2;color: #57585B;font-size: 16px;}*/


.white-border {
  border: 5px solid #fff;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px
}

.pg50-border {
  border: 2px solid #5F7B6F;
  border-radius: 15px;
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}

.pg50-border2 {
  background: #5F7B6F;
  padding: 15px;
  height: 100%;
  color: #fff
}

.pg50-border2 p {
  transform: rotate(-90deg);
  top: 50%;
  position: relative;
  color: #fff;
}

.pg-green {
  background: #5F7B6F;
  padding: 10px 15px;
  color: #fff;
  margin: 20px 0 10px 0;
}

.esg-border-blue {
  border: 2px solid #6B8A7D;
  border-radius: 15px;
  padding: 20px;
  margin: 20px 0
}

.white-border {
  border: 5px solid #fff;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
}



/*---TABLES STYLES----*/


.fin-tbl3 tr td[width="5"] {
  padding: 2px 2px 2px 2px
}

.fin-tbl3 tr th[width="5"] {
  padding: 2px 2px 2px 2px
}

table tr td {
  padding: 3px 5px 3px 5px;
}

.fin-tbl tr:hover {
  background: #EAF2D8;

}

/*TABLE ON HOVER BACKGROUND COLOUR AND TEXT COLOUR*/

.fin-tbl tr:hover th {
  color: #000;
}

tr.no-hover:hover {
  color: #000 !important;
}

/*TABLE ON HOVER HIGHLIGHTED COLOUMN TEXT COLOUR TO REMAIN STAT*/
.fin-tbl {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0 5px;
  color: #211D1E;
}

/*THE COMPLETE TABLE TO BE GIVEN 100% WIDTH; O MARGINS AND O PADDING*/
.fin-tbl tr td {
  padding: 3px 7px 3px 7px;
}

/*EACH CELL IN TABLE TO HAVE A PADDING OF 3 AROUND CONTENT*/
.fin-tbl th {
  background-color: #EBF4D9;
  padding: 3px 7px 3px 7px;
  line-height: 1.4;
  text-align: right;
  font-weight: normal;

}

.finheader {
  border-bottom: 2px solid #A5CF4D;
  color: #5F837A !;
  font-weight: 600
}

.finheaderradiusLG-TL {
  color: #fff;
  font-weight: 500;
  background: #B6CA48;
  font-size: 17px;
  border-top-left-radius: 20px;
  padding: 5px 5px !important;
  padding-left: 10px !important;
}

.finheaderradiusLG-TR {
  color: #fff;
  font-weight: 500;
  background: #B6CA48;
  font-size: 17px;
  border-top-right-radius: 20px;
  padding: 5px 5px !important;
}

.finheaderlgreen {
  color: #fff;
  font-weight: 500;
  background: #B6CA48;
  font-size: 17px;
  padding: 5px 5px !important;
}

.finheaderradiusGT-TL {
  color: #fff;
  font-weight: 500;
  background: #7B8F7F;
  border-top-left-radius: 20px;
}

.finheaderradiusGT-TR {
  color: #fff;
  font-weight: 500;
  background: #B6CA48;
  border-top-right-radius: 20px;
}

.finheaderGTlgreen {
  color: #fff;
  font-weight: 500;
  background: linear-gradient(to right, #7B8F7F, #B6CA48);
}

.finheaderGTlgreen2 {
  color: #fff;
  font-weight: 500;
  background: #B6CA48;
}

.fin-tbl2 tr:hover {
  background: #EBE5E0;
  color: #000;
}

/*TABLE ON HOVER BACKGROUND COLOUR AND TEXT COLOUR*/
tr.no-hover:hover {
  color: #000 !important;
}

/*TABLE ON HOVER HIGHLIGHTED COLOUMN TEXT COLOUR TO REMAIN STAT*/
.fin-tbl2 {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0px;
}

/*THE COMPLETE TABLE TO BE GIVEN 100% WIDTH; O MARGINS AND O PADDING*/
.fin-tbl2 tr td {
  padding: 3px 10px 3px 3px;
}

/*EACH CELL IN TABLE TO HAVE A PADDING OF 3 AROUND CONTENT*/
.fin-tbl2 th {
  color: #000 !important;
  padding: 3px 7px 3px 3px;
  line-height: 1.4;
  text-align: right;
  font-weight: bold;
  background: #E8E9E9;
}

/*TABLE ON HOVER BACKGROUND COLOUR AND TEXT COLOUR*/
tr.no-hover:hover {
  color: #000 !important;
}

/*TABLE ON HOVER HIGHLIGHTED COLOUMN TEXT COLOUR TO REMAIN STAT*/
.fin-tbl3 {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0px;
}

/*THE COMPLETE TABLE TO BE GIVEN 100% WIDTH; O MARGINS AND O PADDING*/
.fin-tbl3 tr td {
  padding: 3px 7px 3px 7px;
}

/*EACH CELL IN TABLE TO HAVE A PADDING OF 3 AROUND CONTENT*/
.fin-tbl3 th {
  background-color: #F9F8F2;
  color: #6B8A7D !important;
  padding: 3px 7px 3px 7px;
  line-height: 1.4;
  text-align: left;
  font-weight: 500;
}

.fin-tbl4 {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0 0px;
}

/*THE COMPLETE TABLE TO BE GIVEN 100% WIDTH; O MARGINS AND O PADDING*/
.fin-tbl4 tr td {
  padding: 3px 7px 3px 7px;
}

/*EACH CELL IN TABLE TO HAVE A PADDING OF 3 AROUND CONTENT*/
.fin-tbl4 th {
  background-color: #F0F4DE;
  padding: 3px 7px 3px 7px;
  line-height: 1.4;
  font-weight: normal;
  text-align: right;
}

.olive-header {
  color: #fff;
  font-weight: 500;
  background: #b6ca48;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.finheadergreen {
  color: #fff;
  background: #63857b;
  font-weight: bold;
}

.finheaderblue {
  color: #fff;
  background: #779AAE;
  font-weight: bold;
}

.finheadergreengradient {
  background: linear-gradient(90deg, rgba(158, 196, 99, 1) 31%, rgba(144, 174, 131, 1) 53%, rgba(99, 133, 123, 1) 81%);
  color: #fff;
}

.finheadergreenradius-TR {
  color: #fff;
  background: #62857B;
  font-weight: bold;
  border-top-right-radius: 15px;
}

.bottomdashed-brown {
  border-bottom: 1px dashed #4B3831 !important;
}

.fingradientradius-TL {
  color: #fff;
  background: linear-gradient(90deg, rgba(158, 196, 99, 1) 31%, rgba(144, 174, 131, 1) 53%, rgba(99, 133, 123, 1) 81%);
  font-weight: bold;
  border-top-left-radius: 15px;

}

.finheadergreenradius-TL {
  color: #fff;
  background: #9EC463;
  font-weight: bold;
  border-top-left-radius: 15px;

}

.finheadergreenradius-TR2 {
  background: linear-gradient(90deg, rgba(158, 196, 99, 1) 31%, rgba(144, 174, 131, 1) 53%, rgba(99, 133, 123, 1) 81%);
  color: #fff;
  font-weight: bold;
  border-top-right-radius: 15px;
}

.finheadergreenradius-BR {
  color: #fff;
  background: #6B8A7D;
  font-weight: bold;
  border-bottom-right-radius: 15px;
}

.finthickright-white {
  border-right: 3px solid #fff
}



.findottedright-green {
  border-right: 3px dotted #6B8A7D
}

.findottedright-lgreen {
  border-right: 2px dotted #B6C947
}

.fin-headergreen-rounded {
  color: #fff;
  background: #a5cf4c;
  font-weight: bold;
  border-radius: 5px;
}

.finthin {
  border-bottom: 1px solid #939598;
}

.finthinblue {
  border-bottom: 1px solid #789BAE;
}

ws .findottedblue {
  border-bottom: 1px dotted #789BAE;
}


.finthindarkgreen {
  border-bottom: 1px solid #6B8B7E;
}

.finthinbrown {
  border-bottom: 1px solid #4C3932;
}

.fintop {
  border-top: 1px solid #939598;
}

.fintopgreen {
  border-top: 1px solid #AECB37;
}

.finrigh-white {
  border-right: 1px solid #fff;
}

.custom-ol {
  list-style: none;
  counter-reset: item 6;
  padding: 0;
}

.custom-ol-10 {
  list-style: none;
  counter-reset: item 9;
  padding: 0;
}

.custom-ol li {

  margin-bottom: 0.5em;
  margin: 0px;
  line-height: 0.8;
  color: #5F837A;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 0px;
  padding-bottom: 15px;
  position: relative;
}

.custom-ol li a {
  color: #5F837A !important;
}

.switch-bg-dolive {
  background: #7B8668
}

.switch-bg-lolive {
  background: #EEF0E9
}

.switch-bg-cloud {
  background: #E5EAEF
}

.switch-bg-gray {
  background: #e6e7e8;
}

.switch-bg-lgray {
  background: #EDEAE9;
}

.aq-table tr td {
  padding: 8px 15px
}

.aq-table tr[ height="5"] td {
  padding: 3px
}

.aq-table strong {
  font-weight: 500;
}

.finthick-dgreen {
  border-bottom: 2px solid #788B7E;
}

.radius-10 {
  border-radius: 10px
}

.switch-orange {
  color: #B7852C;
}

.switch-bg-orange {
  background-color: #B7852C;
}

.finrightorange {
  border-right: 1px solid #B7852C;
}

.finrighblu {
  border-right: 1px solid #A9D1D3;
}

.finrighbrown {
  border-right: 1px solid #8B7B60;
}

.finrighgreen {
  border-right: 1px solid #B6CA48;
}

.finrighdgreen {
  border-right: 1px solid #8B9B91;
}

.finleftorange {
  border-left: 1px solid #B7852C;
}

.fintoporange {
  border-top: 1px solid #B7852C;
}

.finbottomorange {
  border-bottom: 1px solid #B7852C;
}

.fintop-dgreen {
  border-top: 1px solid #6B8A7D;
}

.finright {
  border-right: 1px solid #939598;
}

.finleft {
  border-left: 1px solid #939598;
}

.finleftbrown {
  border-left: 1px solid #4C3932;
}

.fintopleft {
  border-top: 1px solid #939598;
  border-left: 1px solid #939598;
}

.finbotleft {
  border-bottom: 1px solid #939598;
  border-left: 1px solid #939598;
}

.finbotright {
  border-bottom: 1px solid #939598;
  border-right: 1px solid #939598;
}

.fintopright {
  border-top: 1px solid #939598;
  border-right: 1px solid #939598;
}

.findottedright {
  border-right: 1px dotted #4b3832;
}

.findottedleft {
  border-left: 1px dotted #4b3832;
}

.findotted {
  border-bottom: 2px dotted #4b3832;
}

.fintopdotted {
  border-top: 1px dotted #4b3832;
}

.findotted-lblue {
  border-bottom: 1px dotted #69bec5;
}

.finleftgreen {
  border-left: 1px solid #a5cf4c;
}

.finleftwhite {
  border-left: 1px solid #fff;
}

.finthingreen {
  border-bottom: 1px solid #a5cf4c;
}
.finthindgreen {
  border-bottom: 1px solid #5F827A;
}

.finthinblack {
  border-bottom: 1px solid #000000;
}

.finthinleftblack {
  border-left: 1px solid #000000;
}

.finthinrightblack {
  border-right: 1px solid #000000;
}

.finthickgreentop {
  border-top: 3px solid #a5cf4c;
}

.finthickergreentop {
  border-top: 3px solid #a5cf4c;
}

.finthickgreenright {
  border-right: 2px solid #B6C947;
}

.finthickgreenleft {
  border-left: 2px solid #B6C947;
}

.finthickgreenbottom {
  border-bottom: 2px solid #a5cf4c;
}


.finthickgreentop {
  border-top: 3px solid #a5cf4c;
}

.finthickgreentop {
  border-top: 2px solid #a5cf4c;
}

.findashed-border {
  border-bottom: 1px dashed #000;
}

.finbotleftgreen {
  border-bottom: 1px solid #a5cf4c;
  border-left: 1px solid #a5cf4c;
}

.finthick-brown {
  border-bottom: 2px solid #7a6349 !important;
}

.finthick-dgreen {
  border-bottom: 3px solid #6B8A7D !important;
}

.finthick-dgreentop {
  border-top: 3px solid #6B8A7D !important;
}

.finthick-dgreenrgt {
  border-right: 3px solid #6B8A7D !important;
}

.finthick-dgreenlft {
  border-left: 3px solid #6B8A7D !important;
}

.s {
  border-bottom: 2px solid transparent !important;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #A4CE4C, #5F837A) border-box;
}

.finthick-dbrown {
  border-bottom: 2px solid #231F20 !important;
}

.finthinblue {
  border-bottom: 1px solid #789BAF !important;
}

.finthingreen {
  border-bottom: 1px solid #B6CA48 !important;
}


.finthinbrown {
  border-bottom: 1px solid #8B7B60 !important;
}

.finthingreen {
  border-bottom: 1px solid #B6CA48 !important;
}

.finthick {
  border-bottom: 3px solid #939598 !important;
}

.finthickgreen {
  border-bottom: 2px solid #ACC956 !important;
}

.finthickgreenrgt {
  border-right: 2px solid #ACC956 !important;
}

.finthickgreentop2 {
  border-top: 2px solid #ACC956 !important;
}

.finthickgreen2 {
  border-bottom: 3px solid #B6C947 !important;
}

.finthickblue {
  border-bottom: 3px solid #789BAE !important;
}

.finthickrightblue {
  border-right: 3px solid #789BAE !important;
}

.finthingreen {
  border-bottom: 1px solid #ACC956 !important;
}

.finthick-bot {
  border-bottom: 2px solid #000 !important;
}

.finrow {
  border-bottom: 1px solid #939598;
  border-top: 1px solid #939598;
}

.finrowleft {
  border-bottom: 1px solid #939598;
  border-top: 1px solid #939598;
  border-left: 1px solid #939598;
}

.finrowright {
  border-top: 1px solid #939598;
  border-bottom: 1px solid #939598;
  border-right: 1px solid #939598;
}

.finthinwhite {
  border-bottom: 1px solid #fff !important;
}

.finthintopwhite {
  border-top: 1px solid #fff !important;
}

.finrgtwhite {
  border-right: 1px solid #fff !important;
}

.finrightgreen {
  border-right: 1px solid #a5cf4c !important;
}

.finthickright-lightgreen {
  border-right: 2px solid #a5cf4c !important;
}

.finlftwhite {
  border-left: 1px solid #fff !important;
}

.block-green-whitetext {
  background: #a5cf4c;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px
}

.curve-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.curve-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.curve-top {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.curve-bottom {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.round {
  border-radius: 10px;
  padding: 10px;
}

.rounded-capital {
  border-radius: 5px;
  background: #e6e7e8;
  padding: 15px!important;
}

.block-green-whitetext ol {
  margin: 0
}

.block-green-whitetext ol li {
  margin-left: -17px
}

.caption {
  font-size: 13px !important;
  font-style: italic;
  line-height:1.2;
  padding-top: 0px;
  padding-bottom: 0;
  padding-left: 0;
}

/*---SWITCH COLORS----*/
.switch-lgreen {
  color: #ADCB36 !important;
}

.switch-darkgreen {
  color: #8C8F4A !important;
}

.switch-brown {
  color: #867261 !important;
}

.switch-dbrown {
  color: #4B3831 !important;
}

.switch-lblue {
  color: #87d1d1 !important;
}

.switch-lbrown {
  color: #867261 !important;
}

.switch-green {
  color: #4a8c3f !important;
}

.switch-turquoise {
  color: #619AAD !important;
}


.switch-lightteal {
  color: #88D1D1
}



.switch-grey {
  color: #5F837A !important;
}

.switch-white {
  color: #fff !important;
}

.switch-olive {
  color: #8B8D4A !important;
}


.switch-black {
  color: #000 !important;
}





/*---SWITCH BG COLORS----*/
.switch-bg-lbrown {
  background: #EBE5E0 !important;
}

.switch-bg-white {
  background: #fff !important;
}

.switch-bg-lgreen {
  background: #f4f9eb !important;
}

.switch-bg-lturquoise {
  background: #CDECFC !important;
}

.switch-goldish {
  color: #8C8F4A !important;
}

.switch-bg-brown {
  background: #4b3832 !important;
}

.switch-bg-lightbrown {
  background: #F9F8F2 !important;
}

.switch-bg-green {
  background: #A5CF4D !important;
}

.switch-bg-lorange {
  background: #FBF8E8 !important;
}

.switch-bg-lightgreen {
  background: #F0F4DE !important;
}

.switch-bg-olive2 {
  background: #707739 !important;
}

.switch-bg-lightergreen {
  background: #F9F8F2 !important;
}

.switch-bg-turquoise {
  background: #5e9fbb !important;
}

.switch-blue {
  color: #779AAD !important;
}

.switch-bg-darkgrey {
  background: #5f817a !important;
}

.switch-bg-white {
  background: #fff !important;
}

.switch-bg-grey {
  background: #dce1e0 !important;
}

.switch-bg-lblue {
  background: #E3EAF0 !important;
}

.switch-bg-darkgreen {
  background: #E0DECE !important;
}

.green-box {
  padding: 30px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #A5CF4E, #5f837b) border-box;
  border-radius: 80px 0 80px 0;
  border: 3px solid transparent;
}

.bg-lighbrown {
  background-color: #DDD7D1;
  padding: 15px;
}

.color1 {
  background-color: #A5CF4B;
  min-height: 80px;
}

.color2 {
  background-color: #D5C043;
  min-height: 80px;
}

.color3 {
  background-color: #E5F4F3;
  min-height: 80px;
}

.color4 {
  background-color: #796248;
  min-height: 80px;
}


.color5 {
  background-color: #5F827A;
  min-height: 80px;
}



.switch-bg-gold {
  background-color: #D5C043;
}

.switch-bg-gold2 {
  background-color: #B68316 !important;
}

.switch-bg-drkgrey {
  background-color: #6D837B !important;
}

.switch-bg-green2 {
  background-color: #698262 !important
}

.switch-bg-cyan {
  background-color: #88D1D1 !important;
}

.switch-bg-lblue {
  background-color: #E3EAF0;
}

.switch-bg-lbrown2 {
  background-color: #867362 !important;
}

.switch-bg-blue {
  background-color: #789BAE !important;
}

.switch-bg-gold3 {
  background-color: #ABA052 !important;
}

.switch-bg-lblue2 {
  background-color: #DEEDEE !important;
}

.switch-bg-olive {
  background-color: #A3B289 !important;
}

.switch-bg-orange {
  background-color: #B68316 !important;
}

.list5 {
  padding-bottom: 0px;
  list-style: none !important;
  margin: 0px 0px 15px 15px;
  color: #58595b;
}

.list5 li {
  position: relative;
  font-size: 13px;
  list-style: none !important;
  line-height: 1.2;
}

.list5 li:before {
  content: "";
  position: absolute;
  left: -14px;
  font-size: 30px;
  top: 3px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #58595b;
}




.list {
  padding-bottom: 0px;
  list-style: disc;
  margin: 0px 0px 15px 18px;
  color: #211D1E;
  font-size: 16px;
}

.list li {
  position: relative;
  list-style: disc
}

/*.list li:before {
  content: "";
  position: absolute;
  left: -14px;
  font-size: 30px;
  top: 9px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #58595b;
}*/



.lists {
  padding-bottom: 0px;
  list-style: decimal;
  margin: 0px 0px 15px 15px;
  color: #58595b;
}

.lists li {
  position: relative;
  font-size: 16px;
  list-style: decimal;
  left: -36px;
}

.list-icon li:before {
  position: absolute;
  left: -14px;
}




.list-icon {
  padding-bottom: 0px;
  list-style: none !important;
  margin: 0px 0px 15px 60px;
  color: #58595b;
}

.list-icon li {
  position: relative;
  font-size: 16px;
  list-style: none !important;
}

.list-icon li:before {
  content: "";
  position: absolute;
  left: -14px;
  font-size: 30px;
  top: 9px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #58595b;
}

.list-icon li:after {
  content: "";
  position: absolute;
  left: -60px;
  font-size: 30px;
  top: 9px;
  height: 40px;
  width: 45px;
  background: url(../images/link-con2);
}




.list-white {
  padding-bottom: 0px;
  list-style: none !important;
  margin: 0px 0px 15px 12px;
  width: 100%;
  /* color: #58595b; */
  color: #fff;
}

.list-white li {
  position: relative;
  font-size: 16px;
  list-style: none !important;
}

.list-white li:before {
  content: "";
  position: absolute;
  left: -14px;
  font-size: 30px;
  top: 9px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #fff;
}

.list2 {
  padding-bottom: 0px;
  list-style: none;
  margin: 0px 0px 30px 46px;
}

.list2 li {
  position: relative;
  margin-top: 25px;
}

.list2 li:before {
  content: url("../images/icons/list-2.png");
  position: absolute;
  left: -52px;
  top: -11px;
}

.list3 {
  padding-bottom: 0px;
  list-style: none;
  margin: 0px 0px 15px 23px;
}

.list3 li {
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
}

.list3 li:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 6px;
  width: 12px;
  height: 12px;
  border: solid #006f51;
  border-width: 2px 2px 0px 0px;
}

.list4 {
  padding-bottom: 0px;
  list-style: none;
  margin: 0px 0px 15px 23px;
}

.list4 li {
  position: relative;
  font-weight: bold;
}

.list4 li:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 6px;
  width: 12px;
  height: 12px;
  border: solid #ed9e31;
  border-width: 2px 2px 0px 0px;
}

ul.dash-list {
  padding: 0px;
  list-style: none;
  margin: 0px;
}

ul.dash-list li {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  list-style: none;
  left: 15px;
}

ul.dash-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  height: 1px;
  width: 10px;
  background: #69757c;
}

ul.dash-list li ul {
  position: relative;
  margin-left: 19px;
}

ul.dash-list li ul li:before {
  content: ">";
  position: absolute;
  top: -1px;
  left: -17px;
  height: 10px;
  width: 10px;
  background: #ffffff;
  font-size: 15px;
  color: #5a5a5a;
}

/* ul{list-style-type:none; padding-left: 0px; margin-left:0px}
	.list{padding-bottom: 0px; list-style: none; margin: 0px 0px 15px 12px;width:100%}
    .list li{position:relative; font-size: 16px; padding-left: 13px}
    .list li:before{content:"\2022";position:absolute; left:-14px; font-size: 24px; top: -7px;} */

.list2 {
  padding-bottom: 0px;
  list-style: none;
  margin: 0px 0px 30px 46px;
}

.list2 li {
  position: relative;
  margin-top: 25px;
}

.list2 li:before {
  content: url("../images/icons/list-2.png");
  position: absolute;
  left: -52px;
  top: -11px;
}

.list3 {
  padding-bottom: 0px;
  list-style: none;
  margin: 0px 0px 15px 23px;
}

.list3 li {
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
}



.list3 li:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 6px;
  width: 12px;
  height: 12px;
  border: solid #006f51;
  border-width: 2px 2px 0px 0px;
}

.list4 {
  padding-bottom: 0px;
  list-style: none;
  margin: 0px 0px 15px 23px;
}

.list4 li {
  position: relative;
  font-weight: bold;
}

.list4 li:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 6px;
  width: 12px;
  height: 12px;
  border: solid #ed9e31;
  border-width: 2px 2px 0px 0px;
}

.switch-bg-brow-radius {
  background: #F5F3F2;
  padding: 10px;
  border-radius: 15px;
}

.green-bg-right-radius {
  background: linear-gradient(to left, #63857B 60%, #82A182 100%);
  border-top-right-radius: 15px;
  padding-left: 10px;
}

.green-bg-middle {
  background: linear-gradient(to left, #85A582 18%, #A5CF4F 100%);
  padding-left: 10px;
}

.green-bg-leftradius {
  background: linear-gradient(to left, #A5CF4F 100%, #A4CE4E 100%);
  border-top-left-radius: 15px;
  padding-left: 10px;
}

.roport-block-stxt {
  font-size: 5em;
  margin-top: 90px;
  color: #b4975a;
  margin-bottom: 30px;
  font-family: "BornReady-Regular";
}

.keyboard-heading-top {
  color: #fff;
  background: #103c71;
  padding: 5px 5px 5px 30px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.keyboard-top-left {
  border-top-left-radius: 20px;
}

.keyboard-top-right {
  border-top-right-radius: 20px;
}

.keyboard-bottom-right {
  border-bottom-right-radius: 20px;
}

.keyboard-bottom-left {
  border-bottom-left-radius: 20px;
}

.keyboard-pullup {
  position: relative;
  top: -40px;
}

.scrollable-big-img {
  min-height: 800px;
  background-position: fixed;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.home-bg-img {
  background-image: url("../images/pg1-img1.png");
}

/*accordians*/
.gutter {
  padding: 20px;
  padding-left: 70px;
}

.acc-num h4.expand {
  background: #6D837C;
  border-radius: 15px 15px 15px 15px;

}

h4.expand {
  background: #EDEAE9;
  font-size: 18px;
  margin-bottom: 0px;
  border-radius: 8px;
  transition: 0.5s ease-in-out
}


h4.expand a {
  padding: 10px;
  font-size: 1.1em;
  text-decoration: none !important;
}


.expand a {
  display: block;
  margin-top: 35px;
}

.acc-num h4.expand a i {
  padding: 4px 12px;
  font-size: 20px;
  color: #6D837C;
  border-radius: 0px 0 15px 0px;
  font-style: normal;
  background: #fff;
  bottom: 0;
  position: absolute;
  left: 0;
  top: 0px;
  font-weight: 600;
  line-height: 1;
  max-width: 64px;
  height: 28px;
}

.acc-num h4.expand a {
  color: #fff;
}

.expand a:link,
.expand a:visited {
  color: #788B7E;
  text-decoration: none;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-left: 60px;
  padding-right: 30px;

}

h4.expand:hover {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border-radius: 8px;

}


.expand a.open:link {
  font-weight: 600;
  font-family: "Roboto", sans-serif;

}


.expand a:before {
  content: "\e936";
  font-family: 'icomoon';
  padding: 3px 8px;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 7px;
  left: 10px;
  color: #88D1D1;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px -10px 28px -45px;

}

.acc-num .expand a:before {
  content: "\e936";
  font-family: 'icomoon';
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 7px;
  right: 10px;
  left: auto;


}


.expand a.open:before {
  content: "\e937";
  color: #88D1D1;

}




/*tabbed accordion*/


ul.tabs {
  width: 100%;
  padding: 2em 0 0 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 0 !important;
}

ul.tabs li {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 15px 20px;
  font-size: 19px;
  text-align: center;
  border-bottom: none;
  color: #796249;
  border: 2px solid #796249;
  border-radius: 30px;
  width: 100%;
  margin-bottom: 60px;
  line-height: 1.2;
}

ul.tabs li i {
  position: relative;
  margin: 0 auto;
  margin-top: -45px;
  display: block;
  margin-bottom: 5px;
}

ul.tabs li i img {
  border-radius: 50%;
  border: 2px solid #796249;
  ;
  background: #fff;
}

ul.tabs li:nth-child(2) i img {
  border: 2px solid #789BAD;
}

ul.tabs li:nth-child(3) i img {
  border: 2px solid #B68315;
}

ul.tabs li:nth-child(4) i img {
  border: 2px solid #6C837A;
}

ul.tabs li:nth-child(5) i img {
  border: 2px solid #87D1D1;
}

ul.tabs li:nth-child(6) i img {
  border: 2px solid #7A8568;
}


ul.tabs li:nth-child(2) {
  border: 2px solid #789BAD;
  color: #789BAD;
}

ul.tabs li:nth-child(3) {
  border: 2px solid #B68315;
  color: #B68315;
}

ul.tabs li:nth-child(4) {
  border: 2px solid #6C837A;
  color: #6C837A;
}

ul.tabs li:nth-child(5) {
  border: 2px solid #87D1D1;
  color: #87D1D1;
}

ul.tabs li:nth-child(6) {
  border: 2px solid #7A8568;
  color: #7A8568;
}


ul.tabs li:hover {
  background: #796249;
  color: #fff;
  transition: 0.5s ease-in-out
}

ul.tabs li:nth-child(2):hover,
ul.tabs li:nth-child(2).active {
  background: #789BAD;
  border: 2px solid #789BAD;
}

ul.tabs li:nth-child(3):hover,
ul.tabs li:nth-child(3).active {
  background: #B68315;
  border: 2px solid #B68315;
}

ul.tabs li:nth-child(4):hover,
ul.tabs li:nth-child(4).active {
  background: #6C837A;
  border: 2px solid #6C837A;
}

ul.tabs li:nth-child(5):hover,
ul.tabs li:nth-child(5).active {
  background: #87D1D1;
  border: 2px solid #87D1D1;
}

ul.tabs li:nth-child(6):hover,
ul.tabs li:nth-child(6).active {
  background: #7A8568;
  border: 2px solid #7A8568;
}

ul.tabs li.active {
  background: #fff;
  border-color: #796249;
  ;
  color: #fff;
  background: #796249;
}

ul.tabs li.active::before {
  content: url(../images/tab-active.png);
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  text-align: center;
}

.tab-container {
  width: 100%;
  overflow: auto;
}

/*980 divide 982 = 99.796334%*/
.tab-drawer-heading {
  display: none;
}

.tab-drawer-content {
  padding: 1em;
  display: none;
}




/*.tab-content p
		{
			width: 100%;
		}
		.tab-content h2
		{
			width: 100%;
		}
*/
.executive-wrapper img {
  width: 188px
}

.executive-wrapper table {
  border-collapse: separate
}

.bg-img {
  background-image: url("images/img-dotted-background-2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-imgFsg {
  background-image: url("../images/img-dotted-background-2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.fin-headergreen-roundedTop {
  color: #fff;
  background: #6B8B7E;
  font-weight: bold;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 2px solid #6B8B7E;
}

.border-low {
  position: relative;
  border-bottom-left-radius: 15px;
  border: 2px solid #6B8B7E;
  height: 84px;

}

.border-low:before {
  content: '';
  position: absolute;
  right: -2px;
  top: 0;
  height: 20px;
  width: 100%;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.Ageweight {
  font-weight: 400;
}

.large-green-text {
  font-size: 30px;
  font-weight: 600;
}


.bord-raduis-all {
  border-radius: 30px;
}

.border-radius-right {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.border-gra-green-blue-top-radius {
  border: 4px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #A4CE4C, #5F837A) border-box;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 20px;
  /*min-height:170px;*/
}

.image-height {
  width: 100%;
  max-height: 300px;
  object-fit: fill;
}

.image-height2 {
  width: 100%;
  max-height: 250px;
  object-fit: fill;
}

.fin-headerblue {
  color: #fff;
  background: #ADD8E6;
  font-weight: bold;
}

.fin-headeryellow {
  color: #fff;
  background: #D6C141;
  font-weight: bold;
}

.border-bg-blue {
  background-color: #66CCFF;
  min-height: 85px;

}

/* 0ur reporting theme section */

.outer-block {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 29px;
  border: 2px solid transparent;
  position: relative;
  width: 100%;


}

.outer-block::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -6px;
  width: 81%;
  height: 65%;
  background-color: #ffffff;
  z-index: 1;
}

.inner-block {
  background-color: #F9F8F2;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}


.outer-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #8BB660 20%, #5F827A 80%);
  z-index: -1;
  border-radius: 30px;
  margin: -5px;
}





.highlights-block {
  border: 4px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #A4CE4C, #5F837A) border-box;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 20px;
  margin-bottom: 20px;
  height: calc(100% - 20px)
}

.highlights-block p {
  font-size: 20px;
  color: #414042;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0
}

.highlights-block span {
  font-size: 45px;
  color: #A6CF4C;
  font-weight: 900;
  line-height: 1.1
}

.highlights-block span i {
  font-style: normal;
  font-size: 24px
}

.image-radius {
  border-radius: 25px
}

.graph-border {
  background: linear-gradient(90deg, #8BB660 20%, #5F837B 80%);
  border-radius: 25px;
  height: 8px;
  margin-bottom: 10px
}

.graph-heading {
  color: #60837B;
  font-weight: 600
}

.graph-heading span {
  color: #4C3932;
  font-weight: normal;
}

.selection_index {
  font-size: 16px !important
}




.leadership-block p strong {
  color: #4C3932
}




.qouetes1 {
  position: absolute;
  top: -25px;
  left: -5px;
  width: 60px;
}

.qouetes2 {
  position: absolute;
  bottom: -15px;
  right: 53px;
  width: 60px;
}

.social1 {
  content: '';
  background: linear-gradient(90deg, #8BB660 20%, #497996 80%);
  z-index: -1;
  border-bottom-left-radius: 32px;
  position: inherit;
  width: 100%;
  padding: 0 0 4px 4px;
  margin-bottom: 15px;
}

.social11 {
  border-radius: 0 0 0 30px;
  padding: 30px 0 0 25px;
  position: relative;
  background: #fff;
}


.creating-bluebox {
  border: 5px solid #619DAF;
  border-radius: 0 30px 30px 0;
  min-height: 200px;
  margin: 30px 0;
  margin-left: 40px;
  position: relative;
  padding: 20px 30px 20px 60px
}

.creating-orangebox {
  border: 5px solid #DFCC67;
  border-radius: 0 30px 30px 0;
  min-height: 200px;
  margin: 30px 0;
  margin-left: 40px;
  position: relative;
  padding: 20px 30px 20px 60px
}

.creating-darkgreenbox {
  border: 5px solid #8B8E4B;
  border-radius: 0 30px 30px 0;
  min-height: 200px;
  margin: 30px 0;
  margin-left: 40px;
  position: relative;
  padding: 20px 30px 20px 60px
}

.creating-taquesbox {
  border: 5px solid #6B8B7E;
  border-radius: 0 30px 30px 0;
  min-height: 200px;
  margin: 30px 0;
  margin-left: 40px;
  position: relative;
  padding: 20px 30px 20px 60px
}

.create-icon {
  position: absolute;
  left: -40px;
  top: 50px;
  width: 80px;
  height: 80px;
  border-radius: 50%
}

.quality-bg {
  background: #F5F5EE;
  padding: 15px
}


.quality-block1 {
  content: '';
  background: linear-gradient(180deg, #5F837B 20%, #93B47B 80%);
  border-bottom-left-radius: 35px;
  position: inherit;
  width: 100%;
  padding: 0 0 7px 7px;
}

.quality-block {
  border-radius: 0 0 0 30px;
  padding: 30px 0 30px 25px;
  position: relative;
  background: #fff;
}

.quality-block-bottom {
  border-bottom: 1px solid #60837B;
  margin: 25px 0
}

.quality-div {
  border-left: 1px solid #60837B;
  padding: 0 0 5px 25px;
}

.quality-bg2 {
  background: #E9EDE4;
  padding: 25px;
  border-left: 7px solid #5F837B
}

.intro-small {
  font-size: 18px;
}


.quality-case-study1 {
  content: '';
  background: linear-gradient(90deg, #A1B290 20%, #87D1D1 80%);
  z-index: -1;
  border-bottom-left-radius: 35px;
  position: inherit;
  width: 100%;
  padding: 0 7px 7px 7px;
}

.quality-block {
  border-radius: 0 0 0 30px;
  padding: 20px 20px 20px 20px;
  position: relative;
  background: #fff;
}

.case-study-bg {
  background: #A1B290;
  border-radius: 20px 20px 0 0;
  padding: 10px 20px;
  display: inline-block;
}

.case-study-bg2 {
  background: #ECF7F7;
  padding: 20px
}

.case-study-bg p {
  font-size: 34px;
  color: #fff;
  margin-bottom: 0
}

.case-study-bg span {
  font-size: 22px
}


/*  */
.finbot-RL {
  border-bottom-left-radius: 10px;
  border-bottom: 2px solid #63857C;
  border-left: 2px solid #63857C;

}



.finbot-RR {
  border-bottom-right-radius: 10px;
  border-bottom: 2px solid #63857C;
  border-right: 2px solid #63857C;

}

.tbl-padding-left {
  padding: 10px
}


.fingradientradius-TLL {
  color: #fff;
  background: linear-gradient(90deg, rgba(99, 133, 124, 1) 31%, rgba(160, 175, 136, 1) 51%, rgba(144, 174, 131, 1) 81%);
  font-weight: 600;
  border-top-left-radius: 15px;
  padding-left: 18px;
}

.finheadergreenradius-TRR {
  color: #fff;
  background: linear-gradient(90deg, rgba(144, 174, 131, 1) 31%, rgba(174, 190, 111, 1) 51%, rgba(182, 202, 72, 1) 81%);
  font-weight: 600;
  border-top-right-radius: 15px;
  padding-left: 18px;
}

.finheadergreenradius-TR-green {
  color: #fff;
  background: #b6ca48;
  font-weight: none;
  border-top-right-radius: 30px;
  padding-left: 18px;
}

.green-o-list li::marker {
  color: #5F837A;
  font-weight: 600;
}

.fingradientradius-TL-green {
  color: #fff;
  background: #b6ca48;
  font-weight: 500;
  border-top-left-radius: 30px;
  padding-left: 18px;
}

.switch-lightgreen-light {
  color: #6c8a7d !important;
}

.switch-background {
  background-color: #eef0e9;
  padding: 10px 20px;
}

.space-between {
  margin-top: 20px;
}

.column-heading {
  background-color: #f0f4de;
  color: #6c8a7d;
  padding: 10px 20px;
}



.column-list {
  padding: 10px 3px;
  border: 1px solid #b6ca48;
  margin-top: 10px;
  min-height: 310px;
  padding-bottom: 0;

}

.column-content {
  min-height: 100%;

}

#min-height-control {
  min-height: 200px;
}


.commitie-list-style {
  padding-left: 17px;
  margin-left: 19px;
  list-style: disc;
  margin-bottom: 0;
}

/* about exxaro */
.switch-bg-lghgrey {
  background-color: #ECEBE9;
  border-radius: 13px;
  box-shadow: 0 8px 12px -3px rgba(0, 0, 0, 0.18);
}

.about-exxaro-wrapper {
  background-image: url(../images/about-exxaro-bg.png);
  background-position: 0px 100px;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-btn-sec {
  border-radius: 10px;
}

.info-content {
  border: 2px solid #A3B289;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;

}

.info-content-large {
  border: 2px solid #A3B289;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  height: 225px;
}

.info-content-small {
  border: 2px solid #A3B289;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  height: 65px;
}

.switch-lght-olive {
  color: #A3B289;

}



a.home-btn-sec {
  position: relative;
  background-color: #fff;
  color: #788B7E;
  padding: 10px 45px 10px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  border: 2px solid #A3B289;
  margin-bottom: 10px;
}

.home-btn-sec::before {
  content: url(../images/icons/home-arrow.svg);
  position: absolute;
  top: 8px;
  right: 12px;
}

.intro-circle {
  width: 50px;
  height: 12px;
  background-color: #7A96A3;
  border-radius: 20px;

}


body#two .intro-circle {
  background: #8B7B60 !important;
}

body#three .intro-circle {
  background: #7B8668 !important;
}

body#four .intro-circle {
  background: #779BAF !important;
}

body#five .intro-circle {
  background: #ABA052 !important;
}

body#six .intro-circle {
  background: #A3B289 !important;
}

body#seven .intro-circle {
  background: #8B7B60 !important;
}

body#eight .intro-circle {
  background: #918F48 !important;
}

body#nine .intro-circle {
  background: #6D837B !important;
}

.turquoise-wrapper {
  background-color: #779AAE;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.green-wrapper {
  background-color: #8B8E4A;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.brown-wrapper {
  background-color: #8B7B60;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.outer-content {
  border-radius: 10px;
  background-color: #fff;
  padding: 11px;
  margin-bottom: 18px;
  box-shadow: 0 8px 12px -3px rgba(0, 0, 0, 0.18);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  position: relative;
  bottom: 6px;
}


.switch-orange {
  color: #CA852D;
}

.home-btn-sec {
  position: relative;
  background-color: #fff;
  color: #788B7E;
  padding: 10px 45px 10px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  border: 2px solid #A3B289;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
  transition: all 0.35s ease;
}

.home-btn-sec::before {
  background-image: url("../images/icons/home-arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 14px;
  transition: all 0.35s ease;
}

.home-btn-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #A3B289;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}

.home-btn-sec:hover {
  color: #fff;
  border-color: #A3B289;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(120, 139, 126, 0.25);
}

.home-btn-sec:hover::after {
  transform: scaleX(1);
}

.home-btn-sec:hover::before {
  /* background-image: url("../images/icons/home-arrow-white.svg"); */
  transform: translateX(6px);
}

/* about exxaro end */

@media screen and (max-width:1200px) {
  .round-limegreen-border::before {
    left: 55px;
  }

  .round-limegreen-border::after {
    left: 55px;
  }

  .intro-rem {
    font-size: 18px !important;
  }

  .intro {
    font-size: 20px;
  }

  .intro-med {
    font-size: 17px;
  }
}


@media screen and (max-width: 1199px) {
  .scrollable {
    width: 100%;
    overflow-x: scroll;
  }
}



@media screen and (max-width:991px) {


  ul.tabs {
    display: none;
  }

  .tab-container {
    border-top: 0
  }

  .tab-drawer-heading img {
    position: absolute;
    left: 5px;
    top: 7px;
    border-radius: 50%;
    border: 2px solid #796249;
    background: #fff;
  }

  .tab-drawer-heading:nth-child(3) i img {
    border: 2px solid #789BAD;
  }

  .tab-drawer-heading:nth-child(5) i img {
    border: 2px solid #B68315;
  }

  .tab-drawer-heading:nth-child(7) i img {
    border: 2px solid #6C837A;
  }

  .tab-drawer-heading:nth-child(9) i img {
    border: 2px solid #87D1D1;
  }

  .tab-drawer-heading:nth-child(11) i img {
    border: 2px solid #7A8568;
  }

  .tab-drawer-heading {
    background: #EDEAE9;
    font-size: 18px;
    margin-bottom: 0px;
    border-radius: 8px;
    transition: 0.5s ease-in-out;
    display: block;
    padding: 20px;
    padding-right: 60px;
    padding-left: 70px;
    margin-bottom: 10px;
    position: relative;
    color: #796249;
  }

  .tab-drawer-heading:nth-child(3) {
    color: #789BAD;
  }

  .tab-drawer-heading:nth-child(5) {
    color: #B68315;
  }

  .tab-drawer-heading:nth-child(7) {
    color: #6C837A;
  }

  .tab-drawer-heading:nth-child(9) {
    color: #87D1D1;
  }

  .tab-drawer-heading:nth-child(11) {
    color: #7A8568;
  }

  .tab-drawer-heading:before {
    content: "\e936";
    font-family: 'icomoon';
    padding: 3px 8px;
    transition: 0.5s ease-in-out;
    position: absolute;
    top: 15px;
    right: 10px;
    color: #88D1D1;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px -10px 28px -45px;
  }

  .d-active:before {
    content: "\e937";
    color: #88D1D1;
  }


  .line-divider {
    display: none;
  }

  .switch-bg-lime-adequate {
    min-height: unset;
  }

  .round-limegreen-border::before {
    left: 45px;
  }

  .round-limegreen-border::after {
    left: 45px;
  }

  .quality-div {
    border-left: 0px solid #60837B;
    padding: 0;
  }



  .brder-right-dt {
    border-right: #5f837b 0px dotted !important;
    border-bottom: #5f837b 2px dotted;
    margin-bottom: 20px;
  }

  .curve-left {
    margin-bottom: 20px;
  }

  .borderthick-greenlft {
    border-left: 0px solid #AFCB39 !important;
    padding-bottom: 20px;
    min-height: auto !important;
    height: auto !important;
  }

  .btm-dotted-left-line {
    border-right: 0px dotted #718E80 !important;
    border-bottom: 2px dotted #718E80;
    margin-bottom: 20px;
  }


  .right-dash-talent {
    border-right: #6B8A7D dashed 0px !important;
    border-bottom: #6B8A7D dashed 2px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .img-ene {
    position: RELATIVE !important;
    bottom: 0;
  }

  .stake-block3,
  .dot-pattern,
  .employ-line {
    height: auto !important;
    margin-bottom: 20px;
  }

  .rad-curved-green-box {
    min-height: auto !important;
    height: auto !important;
    margin-bottom: 20px !important;
  }

  .border-r-overview {
    border-right: 0px dashed #6B8A7D !important;
    border-bottom: 2px dashed #6B8A7D;
    margin-bottom: 20px;
    height: auto !important;
  }

  .grayed-stratejic {
    height: auto !important;
    margin-bottom: 20px;
  }

  .grayed-stratejic .scrollable {
    width: 100%;
    overflow-x: auto !important;
  }

  .lbrown-bg-comm {
    margin-bottom: 30px;
  }

  .dotted-underlinergt {
    border-right: 0px dotted #6B8B7E !important;
    border-bottom: 2px dashed #6B8B7E;
    margin-bottom: 20px;
    padding-bottom: 20px;
    height: auto !important;
  }

  .block-content-comm,
  .lbrown-bg-comm {
    padding: 35px 15px !important;
  }

  .case-study-topic {
    width: 80% !important;
  }

  .social-intro-block {
    border-top-left-radius: 50px !important;
  }

  .wheel-exc-block-cont {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .lbrown-bg-comm .scrollable {
    width: 100%;
    overflow-x: auto !important;
  }

  .green-box-border-middle {
    border-right: 0px dashed #6B8A7D !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #6B8A7D 2px dashed;
  }

  .green-box-cap {
    min-height: auto !important;
    margin-bottom: 20px;
  }

  .dotted-grey-line-rgt {
    border-right: #678780 0px dotted !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #678780 2px dotted;
  }

  .green-box .scrollable {
    width: 100%;
    overflow-x: hidden;
  }

  .row .col-lg-4 .green-box {
    height: auto !important;
    margin-bottom: 20px;
  }

  .green-box,
  .green-box-cap2 {
    min-height: auto !important;
    height: auto !important;
    margin-bottom: 20px;
  }



  .work h3 {
    margin-top: 20px !important;
    margin-bottom: 20px;
  }

  .work .intro-box {
    margin-left: 0px;
  }

  .work .line {
    display: none;
  }

  .work .work-block {
    margin: 0px 0px 20px -7.6%;
  }

  h4 {
    line-height: 1.2;
  }

  .work h3 {
    margin-top: 20px !important;
    margin-bottom: 20px;
  }

  .work .intro-box {
    margin-left: 0px;
  }

  .work .line {
    display: none;
  }

  .work .work-block {
    margin: 0px 0px 20px -7.6%;
  }
}

.talent-fig {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
}

.talent-fig1 {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  ;
}

.talent-figures {

  background-image: linear-gradient(to right, #72877D, #B5C94C);
  padding: 10px;

}

.round-white-border {
  border: 3px solid #ffffff;
  border-radius: 10px;
  margin: 10px 0;
  padding: 10px;
}

.key-highlight-heading {
  font-size: 26px;
}

.round-green-border {
  border: 2px solid #5F827A;
  border-radius: 10px;
  background-color: #F1F4DE;
}

.box-darkgrey {
  border: 2px solid #6B8A7D;
  border-radius: 20px;
  padding: 10px;
}

.keys-principle-heading {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  padding: 8px;
}

.olive-border-block {
  background-color: #b6ca48;
  color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
}



.social-impact-link {
  position: absolute;
  top: 90%;
}

.social-impact-blck {
  border-radius: 10px;
  padding: 20px;
  min-height: 100%;
  position: relative;
}

.concessional-first-block {
  border: 1px solid #F0F4DE;
  border-radius: 10px;
  margin-right: 10px;
}

.box-lgreen-emp1 {
  border: 1px solid #F1F4DE;
  border-radius: 10px;
  background-color: #F1F4DE;
  padding: 12px;
  height: 90%;
  text-align: center;
}

.box-lgreen-emp {
  border: 1px solid #F1F4DE;
  border-radius: 10px;
  background-color: #F1F4DE;
  padding: 12px;
  height: 90%;
  padding-top: 30px;
}

.inner-block-blue p {
  text-align: center;
  color: #ffffff;
}

.inner-block-blue {
  background: linear-gradient(to right, #B7C6BE 18%, #789BAE 50%);
  padding: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.outer-block2 {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 29px;
  border: 2px solid transparent;
  position: relative;
  width: 100%;
}

.outer-block2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #5F827A 20%, #b6ca48 80%);
  z-index: -1;
  border-radius: 30px;
  margin: -5px;
}

.outer-block-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #B7C6BE 18%, #789BAE 50%);
  z-index: -1;
  border-radius: 30px;
  margin: -5px;
}

.inner-block2 {
  background: linear-gradient(-90deg, rgba(181, 201, 74, 1) 22%, rgba(116, 136, 125, 1) 86%);
  padding: 5px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.outer-block-blue {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 29px;
  border: 2px solid transparent;
  position: relative;
  width: 100%;
}

.outer-block2::before {
  content: "";
  position: absolute;
  top: 64%;
  right: 20%;
  width: 81%;
  height: 65%;
  background-color: #ffffff;
  z-index: 1;
}

.outer-block-blue::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -6px;
  width: 81%;
  height: 65%;
  background-color: #ffffff;
  z-index: 1;
}

.blue-tbl-text {
  margin-top: 30px;
  margin-left: 10px;
}

.green-num {
  font-size: 25px;
}

td.support-header {
  padding: 8px !important;
  color: #fff;
}

.healthy-strategic-border {
  border: 3px solid #EFE4CC;

  border-radius: 10px;
  padding: 18px;
}

.talent-pipeline-border {
  border: 3px solid #877A76;

  border-radius: 10px;
  padding: 18px;
}

.pipeline-border {
  border: 3px solid #789BAF;
  border-radius: 10px;
  padding: 18px;
}

.talent-management-border {
  border: 3px solid #A5CF4E;
  border-radius: 10px;
  padding: 30px;
}

.enhance-border {
  border: 3px solid #5F837A;
  ;
  border-radius: 10px;
  padding: 18px;
}

.healthy-strategic-bg {
  background-color: #F9F2E6;
  border-radius: 10px;
  padding: 20px;
}

.round-white-border1 {
  border: 3px solid #ffffff;
  border-radius: 10px;
  padding: 10px;
}

.Talent-acquisition {
  background-color: #F0F4DE;
  border-radius: 10px;
  padding: 20px;

}

@media screen and (max-width: 768px) {
  h4 {
    line-height: 1.2;
  }

  .line-divider {
    display: none;
  }
}

@media screen and (max-width:760px) {
  .round-limegreen-border::before {
    left: 30px;
  }

  .round-limegreen-border::after {
    left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec-cover h5 {
    position: relative;
    bottom: 0;
    margin-top: 0;
  }

  .mt-logo {
    margin-top: 15px
  }

  .mobile-men {
    display: none
  }

  .dropdown-menu .esg-purpose {
    margin-top: 10px;
  }

  h4 {
    line-height: 1.2;
  }

  /*.work h3{margin-top:30px!important; }*/
}

@media screen and (max-width: 575px) {
  .work h3 {
    margin-top: 0px !important;
  }

  .head-txt-two img {
    padding-right: 5px;
  }

  .work-icon {
    display: none;
  }

  .work .work-block {
    margin: 0px 0px 20px 0px;
  }

  .chairpeson-block p {
    position: relative;
    top: 0px;

  }

  .chairpeson-block22 p {
    font-size: 22px;

  }

  .expand span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 230px;
  }

}

@media screen and (max-width: 576px) {
  .home-page-banner {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sec-cover h5 {
    position: relative;
    bottom: 0;
    margin-top: 0;
  }

  /*.work h3{margin-top:30px!important; }*/
}

@media screen and (max-width: 575px) {
  .work h3 {
    margin-top: 0px !important;
  }

  .work-icon {
    display: none;
  }

  .work .work-block {
    margin: 0px 0px 20px 0px;
  }
}

@media screen and (max-width: 576px) {
  img {
    max-width: 100%
  }

  .home-page-banner {
    display: none;
  }
}

/*keyframes*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes linkan {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@media screen and (max-width: 455px) {
  ul.nav-icons li {
    width: 33.30%;
    float: left;
    text-align: left;
  }
}

@media screen and (max-width: 355px) {

  ul.nav-icons li {
    width: 50%;
    float: left;
    text-align: left;
  }
}


.switch-green-bg {
  background: #82A182;
}

.switch-solidgreen-bg {
  background: #82A182;
}


@media screen and (max-width: 1199px) {
  .overide-scroll-table .scrollable {

    overflow-x: visible !important;

  }
}