/* Accordion Style */
.accordion .sub-menu-content {
  display: none;
  padding: 12px 15px;
}

.cd-panel-content .sub-menu-content {
  display: block;
}
.accordion .sub-menu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-top: 1px solid lightgray;
  color: var(--primary-color);
  text-decoration: none;
}

.cd-panel-content .sub-menu-title {
  border: none;
}
.accordion .sub-menu-title.active {
  background-color: rgb(243, 243, 243);
}
.accordion .sub-menu-title:hover {
  background-color: rgb(243, 243, 243);
}
.accordion .sub-menu-title h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.accordion .sub-menu-title i {
  font-size: 20px;
}
.accordion .fa-angle-down {
  transition: 300ms;
}
.accordion .fa-angle-down.close {
  transform: rotate(180deg);
  color: var(--primary-color);
}
.cd-panel-content .fa-angle-down {
  display: none;
}
/* Accordion Style End*/

/* Accordion Style2 */
.accordion2 .sub-menu-content2 {
  display: none;
  padding: 12px 15px;
}

.cd-panel-content2 .sub-menu-content2 {
  display: block;
}
.accordion2 .sub-menu-title2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-top: 1px solid lightgray;
  color: var(--primary-color);
  text-decoration: none;
}

.cd-panel-content2 .sub-menu-title2 {
  border: none;
}
.accordion2 .sub-menu-title2.active {
}
.accordion2 .sub-menu-title2:hover {
}
.accordion2 .sub-menu-title2 h2 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 1);
}
.accordion2 .sub-menu-title2 i {
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
}
.accordion2 .fa-angle-down {
  transition: 300ms;
}
.accordion2 .fa-angle-down.close {
  transform: rotate(180deg);
}
.cd-panel-content2 .fa-angle-down {
  display: none;
}
/* Accordion Style2 End*/

.accordion2 .sub-menu-content2 p {
  font-size: 15px;
  color: #434343;
  line-height: 1.3;
  margin-top: 5px;
  margin-bottom: 15px;
}

.accordion2 .sub-menu-content2 ul.list-disc {
  margin-bottom: 5px;
}

.accordion2 .sub-menu-content2 ul li {
  font-size: 15px;
  color: #434343;
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 0px;
}

.accordion2 .sub-menu-content2 .list-disc > li::before {
  font-family: Arial, Helvetica;
  font-size: 25px;
  position: relative;
  top: 4px;
  content: "\2022";
  padding-right: 10px;
  margin-left: -20px;
  color: #434343;
}

@media only screen and (max-width: 1400px) {
  .accordion2 .sub-menu-content2 p {
    font-size: 14px;
    color: #434343;
    line-height: 1.3;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .accordion2 .sub-menu-title2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    border-top: 1px solid lightgray;
    color: var(--primary-color);
    text-decoration: none;
  }
}

/* bod Accordion Style */
#bod .accordion .sub-menu-content {
  display: none;
  padding: 12px 15px;
}

#bod .accordion {
  margin-bottom: 20px;
}

#bod .cd-panel-content .sub-menu-content {
  display: block;
}
#bod .accordion .sub-menu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px 0px 15px;
  border-bottom: 1px solid lightgray;
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 100px 0px 0px 100px;
}

.sub-menu-title .at-user__avatar {
  display: inline-block;
  overflow: hidden;
  width: 90%;
  padding-bottom: 90%;
  height: 0;
  position: relative;
}

.sub-menu-title .at-user__avatar img {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  object-fit: cover;
}

#bod .cd-panel-content .sub-menu-title {
  border: none;
}
#bod .accordion .sub-menu-title.active {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #252379;
}
#bod .accordion .sub-menu-title:hover {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid #252379;
  border-bottom: 1px solid #252379;
}

#bod .accordion .sub-menu-title h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: #252379;
}

#bod .accordion .sub-menu-title h3 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #626262;
}

#bod .accordion .sub-menu-title i {
  font-size: 20px;
  color: #252379;
}
#bod .accordion .fa-angle-down {
  transition: 300ms;
}
#bod .accordion .fa-angle-down.close {
  transform: rotate(180deg);
  color: var(--primary-color);
}
#bod .cd-panel-content .fa-angle-down {
  display: none;
}

@media (max-width: 767px) {
  #bod .accordion .sub-menu-title h2 {
    font-size: 18px;
    font-weight: 700;
  }

  #bod .accordion .sub-menu-title h3 {
    font-size: 16px;
    line-height: 20px;
  }

  #bod .accordion .sub-menu-title {
    border-radius: 0px;
  }
}

/* Accordion Style End*/

/* cmf Accordion Style */
#cmf .accordion .sub-menu-content {
  display: none;
  padding: 12px 15px;
}

#cmf .accordion {
  margin-bottom: 20px;
}

#cmf .cd-panel-content .sub-menu-content {
  display: block;
}
#cmf .accordion .sub-menu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px 0px 15px;
  border-bottom: 1px solid lightgray;
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 100px 0px 0px 100px;
}

.sub-menu-title .at-user__avatar {
  display: inline-block;
  overflow: hidden;
  width: 90%;
  padding-bottom: 90%;
  height: 0;
  position: relative;
}

.sub-menu-title .at-user__avatar img {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  object-fit: cover;
}

#cmf .cd-panel-content .sub-menu-title {
  border: none;
}
#cmf .accordion .sub-menu-title.active {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #252379;
}
#cmf .accordion .sub-menu-title:hover {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid #252379;
  border-bottom: 1px solid #252379;
}

#cmf .accordion .sub-menu-title h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: #252379;
}

#cmf .accordion .sub-menu-title h3 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #626262;
}

#cmf .accordion .sub-menu-title i {
  font-size: 20px;
  color: #252379;
}
#cmf .accordion .fa-angle-down {
  transition: 300ms;
}
#cmf .accordion .fa-angle-down.close {
  transform: rotate(180deg);
  color: var(--primary-color);
}
#cmf .cd-panel-content .fa-angle-down {
  display: none;
}

@media (max-width: 767px) {
  #cmf .accordion .sub-menu-title h2 {
    font-size: 18px;
    font-weight: 700;
  }

  #cmf .accordion .sub-menu-title h3 {
    font-size: 16px;
    line-height: 20px;
  }

  #cmf .accordion .sub-menu-title {
    border-radius: 0px;
  }
}

/* Accordion Style End*/

/*strategic imperative Style start*/

.sim {
  display: flex;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #4db748;
  gap: 15px;
}

.s-box {
  border: 1px solid #4db748;
}

.s-box.left {
  flex: 1;
}

.s-box.right {
  flex: 2;
}

.s-head {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4db748;
  text-align: center;
}

.s-head h4 {
  color: white;
}

.s-body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background-color: white;
}

.s-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  align-items: center;
}

.s-icon p {
  text-align: center;
  line-height: 12px;
  font-size: 12px;
}

.s-icon img {
  width: 70%;
  margin-bottom: 5px;
}

.four-box h2,
.four-box h4 {
  color: #4db748;
}

.four-box .content {
  border: 1px solid #4db748;
  border-radius: 10px;
  background-color: white;
  flex: 1;
  position: relative;
}

.four-box li {
  font-size: 14px;
}

.r-icon {
  position: absolute;
  width: 20%;
  left: 77%;
  top: -2%;
}

.four-box .lines {
  width: 76%;
  position: relative;
  margin: 0 auto 0 auto;
}

.four-box .lines .h-line {
  width: 100%;
  height: 1px;
  background-color: #4db748;
}

.four-box .grid-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}

.four-box .vline {
  height: 35px;
  width: 1px;
  background-color: #4db748;
  margin: 0 auto;
}

.four-box .content.white {
  background-color: white;
}

.four-box .content {
  padding: 20px 20px 0 20px;
}

.four-box .v-line {
  height: 35px;
  width: 1px;
  background-color: #4db748;
  margin: 0 auto;
}

.four-box .r-icon {
  position: absolute;
  border: 1px solid #4db748;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  top: -20px;
  left: 76%;
}

.term-down-arrow {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sim {
    flex-direction: column;
  }
  .four-box .r-icon {
    left: 70%;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 992px) {
  .sim {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .four-box .r-icon {
    left: 87%;
    width: 40px;
    height: 40px;
  }

  .grid-2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  .four-box .lines {
    width: auto;
    min-height: 100%;
    margin: 0 35px 0 0;
  }

  .four-box .lines .h-line {
    width: 1px;
    height: 100%;
  }

  .four-box .grid-1 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .four-box .grid-1 > div {
    position: relative;
  }

  .four-box .v-line {
    position: absolute;
    height: 1px;
    width: 35px;
    left: -35px;
    top: 30px;
  }

  .four-box > div {
    display: flex;
    justify-content: flex-end;
  }

  .four-box ul {
    display: none;
  }

  .term-down-arrow {
    display: block;
    width: 20px;
    margin-left: 5px;
    margin-bottom: 5px;
  }
}

@media (max-width: 500px) {
  .grid-2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*strategic imperative Style End*/

/*sustainable page*/
.grn-box {
  width: 100%;
  background-color: #4cb748;
  color: white;
  padding: 5px 0 5px 15px;
}

.grn-txt {
  color: #4cb748;
}

.grn-box2 {
  width: 80%;
  background-color: #4cb748;
  color: white;
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0;
}

.r-number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #4cb748;
  border: 2px solid white;
}

.r-number p {
  color: white;
  margin: 0;
  text-align: center;
}

.lines2 {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 7px;
}

.v-line2 {
  position: absolute;
  background-color: #4cb748;
  height: 83%;
  width: 1px;
  top: 25px;
}

.lines3 {
  width: 51px;
  margin-top: 4px;
}

.lines3 p {
  color: #4cb748;
  margin: 0;
  text-align: center;
}

.r-bullet {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #4cb748;
}

.v-line3 {
  position: relative;
  background-color: transparent;
  border-left: 1px dashed #4cb748;
  height: 76%;
  width: 1px;
  top: 0px;
  left: 6px;
}

.wht-txt {
  color: white;
}

.award-box2 {
  border-top: 8px solid #62b645;
  background: #e8f3e3;
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b-line {
  border-bottom: 1px solid #62b645;
  width: 90%;
}

.b-line p {
  text-align: center;
}

.sus-img-bx {
  position: relative;
}

.sus-img-tag {
  position: absolute;
  top: -35px;
  left: 60%;
  width: 36%;
  background-color: rgba(213, 237, 200, 0.8);
  padding: 25px 15px;
  border-radius: 5px;
}

.b-dash-line {
  background-color: transparent;
  border-bottom: 1px dashed #4cb748;
  height: 1px;
  width: 100%;
}

@media (max-width: 992px) {
  .sus-img-tag {
    position: relative;
    top: -75px;
    left: 0;
    width: 100%;
    padding: 25px 15px;
    border-radius: 5px;
  }
}

/*homepage*/
.hmesec_one {
  padding: 200px 50px 300px 50px;
  width: 100%;
  /*height: calc(100vh - 0px);*/
  background-color: #1c2d57;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hmesec_one h1 {
  color: white;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
  animation: fadeInDown 2s;
}
.hmesec_one p {
  font-size: 28px;
  font-weight: 200;
  color: white;
  line-height: 1.6;
  margin-bottom: 15px;
  animation: fadeInDown 2s;
}

.hmesec_vm {
  padding: 0px 50px 0px 50px;
  width: 100%;
  /*min-height: calc(100vh - 0px);*/
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #1c2d57;
}

.hmesec_vm:after {
  width: 25%;
  height: 100%;
  content: "";
  position: absolute;
  right: 0%;
  top: 0;
  background-color: #00bcdd;
  z-index: 0;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}

.greenbg {
  background-color: #00bcdd;
  padding: 70px 20px 20px 60px;
  position: relative;
  z-index: 1;
}

.greenbg:before {
  width: 125%;
  height: 6%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../images/greenbg.jpg");
}

@media (max-width: 991px) {
  .hmesec_vm {
    padding: 0px 50px 50px 50px;
    width: 100%;
    min-height: calc(100vh - 0px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #1b0d4f;
  }

  .hmesec_vm:after {
    display: none;
  }

  .greenbg {
    padding: 100px 30px 20px 20px;
  }

  .greenbg:before {
    width: 100%;
    height: 6%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../../images/greenbg.jpg");
  }
}

@media (max-width: 480px) {
  .greenbg::before {
    width: 100%;
    height: 3%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../../images/greenbg.jpg");
  }
}

.hmesec_spn {
  display: inline-block;
  margin-bottom: 15px;
  padding: 20px 30px 5px 20px;
}

.hmesec_spn ul {
  padding-left: 0rem;
}

.hmesec_vm .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.hmesec_vm h2,
.hmesec_vm li {
  color: white !important;
}
.hmesec_vm h2 {
  background-color: white;
  padding: 5px !important;
  color: #00bcdd !important;
  width: max-content;
}
.hmesec_vm li strong {
  color: white !important;
}

.hmesec_vm p {
  color: white !important;
}

.hmesec_vm h2 {
  font-weight: bold !important;
  font-size: 30px !important;
  margin-bottom: 15px !important;
}
.hmesec_vm p {
  margin-bottom: 30px !important;
}

.hmesec_vm li {
  margin: 0 0 20px 20px !important;
}

@media (max-width: 1024px) {
  .hmesec_vm h2 {
    font-weight: bold !important;
    font-size: 30px !important;
    margin-bottom: 5px !important;
  }

  .hmesec_one h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .hmesec_one p {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .hmesec_vm h2 {
    font-weight: bold !important;
    font-size: 30px !important;
    margin-bottom: 5px !important;
  }

  .hmesec_one h1 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 45px;
  }
  .hmesec_one p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}

.chairman_ceo {
  padding: 50px;
  width: 100%;
  min-height: calc(100vh - 65px);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 580px) {
  .hmesec_one {
    padding: 100px 35px 50px 35px;
  }

  .chairman_ceo {
    padding: 100px 50px 50px 50px;
  }
}

@media (max-width: 480px) {
  .hmesec_spn {
    padding: 15px 10px 10px 20px;
  }

  .hmesec_one {
    padding: 20px 20px 20px 20px;
  }
}

.chairman_ceo .container-fluid {
  display: flex;
  padding: 50px 50px 0 50px;
}
.chairman_ceo h2 {
  margin: 15px 0 0 0;
  color: #42b460;
  font-size: 32px;
}
.chairman_ceo h3 {
  font-size: 24px;
  color: #30b2df;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 10px;
}
.intro_pages {
  margin: 50px 0;
  padding: 0 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.intro_pages .ar_bod,
.intro_pages .ar_intro {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 300ms;
  background-color: #3b3b3b;
  border-radius: 10px;
}
.intro_pages .ar_bod:hover,
.intro_pages .ar_intro:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 25px 25px;
  border: none;
}
.intro_pages h2 {
  font-size: 38px;
  font-family: "Myriad Pro Cond";
  color: black;
}
.intro_pages .button.type-3 {
  color: black;
  border: 1px solid black;
  padding: 7.5px 25px;
}
.intro_pages .button.type-3:hover {
  background-color: black;
  color: white;
}

@media (max-width: 991px) {
  .intro_pages h2 {
    font-size: 30px;
    font-family: "Myriad Pro Cond";
    color: black;
  }
}

@media (max-width: 1400px) {
  .chairman_ceo h2 {
    margin: 15px 0 0 0;
    color: #42b460;
    font-size: 25px;
    line-height: 29px;
  }

  .chairman_ceo h3 {
    font-size: 20px;
    line-height: 24px;
    color: #30b2df;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .chairman_ceo h2 {
    margin: 15px 0 0 0;
    color: #42b460;
    font-size: 21px;
    line-height: 24px;
  }

  .chairman_ceo h3 {
    font-size: 18px;
    line-height: 22px;
    color: #30b2df;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .chairman_ceo h2 {
    margin: 15px 0 0 0;
    color: #42b460;
    font-size: 20px;
    line-height: 23px;
  }

  .chairman_ceo h3 {
    font-size: 17px;
    line-height: 19px;
    color: #30b2df;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 10px;
  }
}

.button.type-3 {
  display: block;
  width: max-content;
  font-size: 12px;
  padding: 7.5px 15px;
  border-radius: 22px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #0279b9;
  color: #0279b9;
  text-decoration: none;
  transition: 300ms;
  margin: 0;
}
.button.type-3:hover {
  color: white;
  background-color: #0279b9;
}
@media (max-width: 768px) {
  .hmesec_vm .row {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .chairman_ceo .container-fluid {
    flex-direction: column;
  }
  .chairman_ceo .hmesec_chairman {
    margin-bottom: 30px;
  }
  .intro_pages {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 580px) {
  .hmesec_one h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .hmesec_vm {
    padding: 15px 45px 15px 30px;
  }
  .hmesec_one p {
    font-size: 18px;
  }
  .hmesec_vm h2 {
    font-size: 28px !important;
  }
  .hmesec_vm p {
    font-size: 16px !important;
  }
  .chairman_ceo .container-fluid {
    padding: 0 15px;
  }
  .chairman_ceo h2 {
    font-size: 20px;
    line-height: 23px;
  }
  .chairman_ceo h3 {
    font-size: 18px;
  }
  .intro_pages {
    padding: 0 15px;
  }
  .intro_pages .ar_bod,
  .intro_pages .ar_intro {
    flex-direction: column;
    text-align: center;
  }
  .intro_pages h2 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .hmesec_one p {
    font-size: 16px;
  }

  .hmesec_one h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .hmesec_vm {
    padding: 0px 14px 15px 15px;
  }
}

.home_txt2 {
  width: 30%;
  height: auto;
  text-align: left;
  overflow: inherit;
  position: absolute;
  left: 5%;
  top: 10%;
  z-index: 100;
}

.home_txt2 h2 {
  font-size: 55px;
  line-height: 58px;
  color: #000;
  margin: 0 0 5px 0;
  font-family: Effra, Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  display: inline-block;
}

.home_txt2 h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  color: #000;
  margin: 0px 0 12px 0;
  padding: 15px 0 !important;
}

@media (max-width: 1440px) {
  .home_txt2 {
    width: 43%;
    height: auto;
    text-align: left;
    overflow: hidden;
    position: absolute;
    left: 12%;
    top: 32%;
    z-index: 100;
  }
}

@media (max-width: 1366px) {
  .home_txt2 {
    width: 50%;
    left: 10%;
    top: 32%;
  }

  .home_txt2 h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;
    color: #9b7c36;
    margin: 12px 0 20px 0;
    padding: 15px 0 !important;
  }
}

@media (max-width: 1199px) {
  .home_txt2 {
    width: 55%;
    left: 3%;
    top: 35%;
  }

  .home_txt2 h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    margin: 12px 0 20px 0;
    padding: 15px 0 !important;
  }
}

@media (max-width: 1024px) {
  .home_txt2 {
    width: 60%;
    left: 2%;
    top: 3%;
  }

  .home_txt2 h2 {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin: 0 0 5px 0;
    font-family: Effra, Helvetica, Arial, sans-serif !important;
    font-weight: 500 !important;
    display: inline-block;
  }

  .home_txt2 h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px 0;
    padding: 10px 0 !important;
  }
}

@media (max-width: 767px) {
}

@media (max-width: 660px) {
  .home_txt2 {
    width: 100%;
    height: auto;
    text-align: left;
    overflow: hidden;
    position: relative;
    left: 0%;
    top: -10px;
    z-index: 100;
    padding: 20px 20px 20px 20px;
    background-color: #000000;
  }
}

.button.type-4 {
  color: #ffffff;
  background-color: black;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 25px 5px 25px;
  margin-top: 20px;
  font-family: Effra !important;
  text-decoration: none;
}

.button.type-4:hover {
  color: #ffffff;
  text-decoration: none;
}

.vpv h1 {
  font-weight: 500px;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 40px;
  color: #9b7c36;
  padding-bottom: 0px;
  margin: 0 0px 20px 0px;
}

.vpv h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  text-transform: none;
  color: #009943;
  margin: 10px 0px 5px 0px;
  margin-bottom: 5px;
  padding: 0px;
}

.vpv p {
  font-size: 20px;
  font-family: "MyriadPro", "sans-serif";
  font-weight: 300;
  line-height: 24px;
  color: #434343;
  margin-bottom: 15px;
  margin-top: 5px;
}

.vpv li {
  font-size: 20px;
  font-family: "MyriadPro", "sans-serif";
  font-weight: 300;
  line-height: 24px;
  color: #434343;
  margin-bottom: 5px;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .vpv p {
    font-size: 17px;
    font-family: "MyriadPro", "sans-serif";
    font-weight: 300;
    line-height: 21px;
    color: #434343;
    margin-bottom: 15px;
    margin-top: 5px;
  }

  .vpv li {
    font-size: 17px;
    font-family: "MyriadPro", "sans-serif";
    font-weight: 300;
    line-height: 21px;
    color: #434343;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .vpv h1 {
    font-weight: 500px;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 32px;
    color: #9b7c36;
    padding-bottom: 0px;
    margin: 0 0px 20px 0px;
  }

  .vpv h2 {
    font-weight: 300;
    font-size: 25px;
    line-height: 28px;
    text-transform: none;
    color: #9b7c36;
    margin: 10px 0px 5px 0px;
    margin-bottom: 5px;
    margin-bottom: 5px;
    padding: 0px;
  }

  .vpv p {
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    color: #434343;
    margin-bottom: 15px;
    margin-top: 5px;
  }
}

#section10 {
  position: absolute;
  bottom: 0%;
  left: 50%;
  z-index: 2;
}

#section10 a {
  padding-top: 60px;
}
#section10 a span {
  position: relative;
  bottom: 0px;
  display: inline-block;
  left: 0%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-animation: ryb 2s infinite;
  animation: ryb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes ryb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ryb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

html {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1400px) {
  #section10 {
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 12;
  }
}

@media only screen and (max-width: 1366px) {
  #section10 {
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 12;
  }
}

@media only screen and (max-width: 1199px) {
  #section10 {
    position: absolute;
    bottom: 12%;
    left: 50%;
    z-index: 12;
  }
}

@media only screen and (max-width: 991px) {
  #section10 {
    position: absolute;
    bottom: 7%;
    left: 50%;
  }
}

@media only screen and (max-width: 767px) {
  #section10 {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

.boxslant1 {
  background: rgb(13, 122, 187);
  background: -moz-linear-gradient(
    176deg,
    rgba(13, 122, 187, 1) 0%,
    rgba(42, 152, 186, 1) 38%,
    rgba(35, 154, 136, 1) 100%
  );
  background: -webkit-linear-gradient(
    176deg,
    rgba(13, 122, 187, 1) 0%,
    rgba(42, 152, 186, 1) 38%,
    rgba(35, 154, 136, 1) 100%
  );
  background: linear-gradient(
    176deg,
    rgba(13, 122, 187, 1) 0%,
    rgba(42, 152, 186, 1) 38%,
    rgba(35, 154, 136, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d7abb",endColorstr="#239a88",GradientType=1);
  padding: 30px 30px 30px 25px !important;
  margin-bottom: 20px;
  min-height: 400px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.boxslant1:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 20px solid white;
  border-left: 20px solid #239a8c;
  width: 0;
}

.boxslant1 li:before {
  color: #ffffff;
}

.boxslant1 h1 {
  color: #1380bb;
  background-color: white;
  display: inline;
  font-size: 20px;
  padding: 5px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;

  font-weight: bold;
  margin-bottom: 20px;
}

.boxslant1 p.sp1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-left: 20px;
}
.boxslant1 p.sp2 {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.boxslant1 p.sp3 {
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ffffff;
}

.boxslant1 li {
  color: #ffffff;
}

.boxslant2 {
  background: #e8f6fe;
  padding: 30px 30px 30px 25px !important;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.boxslant2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 20px solid white;
  border-left: 20px solid #e8f6fe;
  width: 0;
}

.boxslant2 p.sp1 {
  font-size: 18px;
  color: #434343;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 30px;
  margin-left: 0px;
  border-bottom: 1px dashed #000000;
}

.boxslant2 p.sp2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color);
  margin-left: 0px;
  margin-bottom: 0px;
}

.boxslant2 p.sp3 {
  font-size: 20px;
  font-weight: 500;
  margin-left: 0px;
  margin-bottom: 0px;
  color: #000000;
}

.boxslant3 {
  background: #f0f6ec;
  padding: 30px 30px 30px 25px !important;
  margin-bottom: 20px;
  min-height: 400px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.boxslant3:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 20px solid white;
  border-left: 20px solid #f0f6ec;
  width: 0;
}

.boxslant4 {
  background: #4086c6;
  padding: 5px 25px 5px 10px !important;
  margin-bottom: 0px;
  /*display: inline-block;*/
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  min-height: 35px;
}

.boxslant4:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 10px solid white;
  border-left: 10px solid #4086c6;
  width: 0;
}

.boxslant4low {
  background: #4086c6;
  padding: 5px 25px 5px 10px !important;
  margin-bottom: 0px;
  /*display: inline-block;*/
  color: #ffffff;
  text-transform: none;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  min-height: 35px;
}

.boxslant4low:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 10px solid white;
  border-left: 10px solid #4086c6;
  width: 0;
}

.spred {
  color: #bb141a;
}
.spblue {
  color: var(--primary-color);
}
.spgreen {
  background-color: #66973b;
  color: #ffffff;
}
.sporange {
  background-color: #da591f;
  color: #ffffff;
}
.sppurple {
  background-color: #68499a;
  color: #ffffff;
}
.min300px {
  min-height: 80px;
}

.iconbutton {
  padding-left: 1px;
  padding-right: 5px;
  position: relative;
  font-size: 12px;
}

.centerblk {
  z-index: 9;
  position: relative;
}

.centerblk::before {
  /* font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  left: 0;
  top: 250px;
  color: #4cb748 !important;
  z-index: 10;
  width: 25px;
  height: 25px;
  background-color: white;
  border: 1px solid #4cb748;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px; */
}

.centerblk::after {
  /* font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  right: 0;
  top: 250px;
  color: #4cb748 !important;
  z-index: 10;
  width: 25px;
  height: 25px;
  background-color: white;
  border: 1px solid #4cb748;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px; */
}

.outputs-tab::after {
  /* font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  right: 0;
  top: 250px;
  color: #4cb748 !important;
  z-index: 10;
  width: 25px;
  height: 25px;
  background-color: white;
  border: 1px solid #4cb748;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px; */
}

.rghtblk {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  border: 1px solid #0159aa;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 10px;
}
.rghtblk > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.rghtblk > div img {
  width: 30px;
  height: auto;
}

/* @media only screen and (max-width: 1400px) {
	
	
.centerblk::before {
top: 150px;
}


.centerblk::after {
top: 150px;
}



.outputs-tab::after {
top: 150px;
}	
	
} */

@media only screen and (max-width: 1200px) {
  .centerblk::before {
    display: none;
  }

  .centerblk::after {
    display: none;
  }

  .outputs-tab::after {
    display: none;
  }
}

.blu {
  background-color: #0078bf;
  color: rgba(255, 255, 255, 1);
}
.pnk {
  background-color: #ea5593;
  color: rgba(255, 255, 255, 1);
}
.yel {
  background-color: #f8ae53;
  color: rgba(255, 255, 255, 1);
}
.prpl {
  background-color: #7e549b;
  color: rgba(255, 255, 255, 1);
}
.grey {
  background-color: #9b8679;
  color: rgba(255, 255, 255, 1);
}
.grn {
  background-color: #6aaf55;
  color: rgba(255, 255, 255, 1);
}
.brn {
  background-color: #9b8579;
  color: rgba(255, 255, 255, 1);
}
.drkblu {
  background-color: #252379;
  color: rgba(255, 255, 255, 1);
}

.lgreen {
  background-color: #4cb748;
  color: white;
}

.blu_bdr {
  border: 1px solid #0078bf;
}
.pnk_bdr {
  border: 1px solid #ea5593;
}
.yel_bdr {
  border: 1px solid #f8ae53;
}
.prpl_bdr {
  border: 1px solid #7e549b;
}
.grey_bdr {
  border: 1px solid #9b8679;
}
.grn_bdr {
  border: 1px solid #6aaf55;
}
.drkblu_bdr {
  border: 1px solid #252379;
}

.tooltip-inner {
  background-color: #efecc2;
  border: 1px solid #9b9762;
  color: #3d3c33;
  text-align: left;
  line-height: 1.2;
}

.tooltip.bs-tooltip-bottom .tooltip-inner {
  background: #efecc2 !important;
}

.tooltip .arrow:before {
  border-bottom-color: #9b9762 !important;
  border-top-color: #9b9762 !important;
}

#main #faq .card {
  margin-bottom: 1px;
  border: 0;
  border-radius: 0rem;
  background-color: transparent;
  margin-bottom: 5px;
}

#main #faq .card .list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px;
  color: #434343;
  font-family: "ITC Franklin Gothic Std Book", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

#main #faq .card .list-disc > li {
  list-style: outside none none;
  margin: 0px 0px 4px 0px;

  line-height: 16px;
  margin-bottom: 3px;
  margin-left: 20px;
}

#main #faq .card .list-disc > li::before {
  font-family: Arial, Helvetica;
  font-size: 25px;
  position: relative;
  top: 4px;
  content: "\2022";
  padding-right: 10px;
  margin-left: -20px;
  color: #000000;
}

#main #faq .card .card-header {
  border: 0;
  border-radius: 0px;
  padding: 0;
  font-size: 16px;
}

@media only screen and (max-width: 1400px) {
  #main #faq .card .list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    color: #434343;
    font-family: "ITC Franklin Gothic Std Book", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
  }

  #main #faq .card .card-header {
    border: 0;
    border-radius: 0px;
    padding: 0;
    font-size: 14px;
  }
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: flex;
  text-align: left;
  text-decoration: none;
  padding: 10px 24px 10px 8px;
  border-radius: 10px;
  width: 100%;
  line-height: 1.2;
}

#main #faq .card .card-header .btn-header-link img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  position: absolute;
  right: 9px;
  top: 10px;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

#main #faq .card .collapsing {
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  line-height: 30px;
  color: #222;
}

#main #faq .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.8rem;
  background-color: white;
  margin-top: 5px;
  border-radius: 10px;
  position: relative;
}

#main #faq .card-body a {
  font-size: 12px;
  text-decoration: none;
  margin-top: 15px;
}

.blubox {
  background: #dde3e7;
  padding: 0px 0px !important;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .blubox {
    width: 100%;
  }
}

.blubox:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 20px solid white;
  border-left: 20px solid transparent;
  width: 0;
}

.bg-box h2.boxgntolgreen {
  font-size: 15px;
}

.modal-title {
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding-left: 10px;
}

.card .icons {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.card .icons img {
  width: auto;
  height: 25px;
  margin-left: 5px;
}
.bmodel-sec-info {
  background-color: #f2f8f0;
  border: 1px solid #4cb748;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 13px;
  padding: 10px;
  line-height: 1.25;
  min-height: 175px;
  margin: 10px 0 25px 0;
}

@media screen and (max-width: 1699px ) {
  .bmodel-sec-info {
    min-height: 188px;
  }
}

@media screen and (max-width: 1599px ) {
  .bmodel-sec-info {
    min-height: 220px;
  }
}

@media screen and (max-width: 1399px ) {
  .bmodel-sec-info {
    min-height: 280px;
  }
}

.value-drive-act {
  padding: 15px;
  background-color: #ebf7fd;
  border: 1px solid #0159aa;
  border-radius: 10px;
}
.value-drive-act .vision-mission {
  display: flex;
  justify-content: space-between;
}
.value-drive-act .vision-mission span {
  background-color: #54b43c;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 25px;
  /* border-radius: 15px; */
  position: relative;
  z-index: 5;
  /* cursor: pointer; */
  transition: 300ms;
}
.value-drive-act .purpose-values {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.value-drive-act .purpose-values span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e7f3e4;
  color: #1f68b0;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 25px;
  border-radius: 15px;
  position: relative;
  z-index: 5;
  cursor: pointer;
  transition: 300ms;
  width: 80px;
  text-align: center;
  margin: 10px 0 0 0;
}
.value-drive-act .vision-mission span::after {
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  content: attr(tooltip);
  position: absolute;
  top: calc(100% + 10px);
  background-color: white;
  border: 1px solid #4cb748;
  color: #4cb748;
  border-radius: 10px;
  padding: 10px;
  width: 300px;
  font-weight: normal;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: 300ms ease-in-out;
}
.value-drive-act .purpose-values span::after {
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  content: attr(tooltip);
  position: absolute;
  top: -25%;
  right: calc(100% + 10px);
  background-color: white;
  border: 1px solid #4cb748;
  color: #4cb748;
  border-radius: 10px;
  padding: 10px;
  width: 300px;
  font-weight: normal;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: 300ms ease-in-out;
}
@media (max-width: 540px) {
  .value-drive-act .purpose-values span::after {
    width: 200px;
  }
}
.value-drive-act .vision-mission span.left::after {
  left: 0;
  transform-origin: top left;
}
.value-drive-act .vision-mission span.right::after {
  right: 0;
  transform-origin: top right;
}

.value-drive-act .vision-mission span:hover,
.value-drive-act .purpose-values span:hover {
  box-shadow: #e1f4fc 0px 7px 29px 0px;
}
.value-drive-act .vision-mission span:hover::after,
.value-drive-act .purpose-values span:hover::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.value-drive-act .vision-mission > div,
.value-drive-act .purpose-values > div {
  display: flex;
  align-items: center;
}
.value-drive-act .vision-mission img,
.value-drive-act .purpose-values img {
  width: 35px;
  height: auto;
  margin: 0 5px;
}

.value-drive-act .section-headers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
}
.value-drive-act .section-headers.bottom {
  margin-top: 5px;
}
.value-drive-act .section-headers a {
  display: flex;
  font-size: 13px;
  /* background: rgb(0, 110, 155); */
  /* background: linear-gradient(124deg, rgba(0, 110, 155, 1) 67%, rgba(76, 183, 72, 1) 100%); */
  color: rgb(0, 110, 155);
  text-decoration: none;
  border: 1px solid rgb(0, 110, 115);
  text-align: center;
  padding: 7.5px 5px;
  line-height: 1.25;
  transition: 300ms;
  /* border-radius: 10px; */
  align-items: center;
  justify-content: center;
}
.value-drive-act .section-headers a:hover {
  transform: scale(0.9);
  transform-origin: bottom;
  font-size: 12px;
}
.value-drive-act .section-headers.bottom a {
  /* background: rgb(0, 110, 155);
  background: linear-gradient(
    124deg,
    rgba(0, 110, 155, 1) 67%,
    rgba(76, 183, 72, 1) 100%
  ); */
}
.value-drive-act .activities {
  padding: 0px;
  background-color: #ebf7fd;
  background-size: cover;
  background-position: center center;
  margin-top: 5px;
  position: relative;
  border-radius: 10px;
}
.value-drive-act .activities > h4 {
  width: 100%;
  text-align: center;
  font-size: 13px;
  margin: 0;
  color: white;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.value-drive-act .activities .channels {
  padding: 32px;
  position: relative;
  background-color: #eaeae6;
  border: 1px dashed #4cb748;
  border-radius: 10px;
}
.value-drive-act .activities .prm-val-drivers {
  background-color: #4cb748;
  padding: 32px;
  position: relative;
  border-radius: 10px;
}
.value-drive-act .activities .prm-val-drivers h4 {
  color: white;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%);
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.value-drive-act .activities .channels > span {
  display: block;
  width: max-content;
  text-align: center;
  font-size: 12px;
  color: black;
  font-weight: 500;
  position: absolute;
}
.value-drive-act .activities .channels > span:nth-child(1) {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.value-drive-act .activities .channels > span:nth-child(2) {
  right: -30px;
  top: 50%;
  transform: translateY(-50%) rotateZ(90deg);
}
.value-drive-act .activities .channels > span:nth-child(3) {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.value-drive-act .activities .channels > span:nth-child(4) {
  left: -30px;
  top: 50%;
  transform: translateY(-50%) rotateZ(-90deg);
}
.value-drive-act object {
  width: 100%;
  height: auto;
}
.value-drive-act .strategic-imp {
  width: 100%;
  /* background: rgb(0, 110, 155);
  background: linear-gradient(
    124deg,
    rgba(0, 110, 155, 1) 67%,
    rgba(76, 183, 72, 1) 100%
  ); */
  border: 2px solid;
  border-image: linear-gradient(90deg, #49b54c, #0d928a, #0b71b6) 1;
  margin-top: 5px;
}
.value-drive-act .strategic-imp h4 {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  /* color: white; */
  font-weight: bold;
  background: linear-gradient(
    90deg,
    rgba(11, 113, 182, 1) 50%,
    rgba(73, 181, 76, 1) 57%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.value-drive-act .strat-stewd {
  width: 100%;
  padding: 10px 0;
}
.value-drive-act .strat-stewd.top {
  border-top: 1px solid #252379;
  margin-top: 15px;
}
.value-drive-act .strat-stewd.bottom {
  border-bottom: 1px solid #252379;
}
.value-drive-act .strat-stewd h4 {
  margin: 0;
  text-align: center;
  font-size: 13px;
  color: #4cb748;
}

@media (max-width: 1200px) {
  .bmodel-sec-info {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .value-drive-act .section-headers {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 540px) {
  .value-drive-act .section-headers {
    grid-template-columns: 1fr;
  }
  .value-drive-act .activities {
    padding: 33px 0 0 0;
  }
  .value-drive-act .activities .channels {
    padding: 42px 30px 30px 30px;
  }
  .value-drive-act .activities .channels > span {
    font-size: 10px;
  }
  .value-drive-act .activities .channels > span:nth-child(1) {
    top: 5px;
    width: 100%;
  }
  .value-drive-act .activities .channels > span:nth-child(2) {
    right: -20px;
  }
  .value-drive-act .activities .channels > span:nth-child(4) {
    left: -20px;
  }
}

.bmodel-bottom {
  display: flex;
  justify-content: space-between;
}
.bmodel-bottom > div:first-child {
  align-self: flex-end;
}
.bmodel-bottom p {
  font-size: 12px;
  text-align: left;
  line-height: 1.2;
}

.download-table {
  display: flex;
  justify-content: flex-end;
}
.download-table .exportToExcel {
  font-size: 14px;
  text-decoration: none;
  color: black;
  margin: 10px 0;
  font-weight: bold;
}
.download-table .exportToExcel i {
  margin-right: 2.5px;
  color: #62b645;
}

.vm-home h2,
.vm-home p {
  color: white;
  margin: 0 0 10px 0;
}
.vm-home h2 {
  font-size: 24px;
}
.vm-home p {
  font-size: 17px;
  line-height: 1.3;
  margin: 0;
}
.vm-home .vission,
.vm-home .mission,
.vm-home .purpose,
.vm-home .values {
  /*border: 1px solid #42B460;*/
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 15px;
  transition: 300ms ease-out;
}
.vm-home .vission,
.vm-home .mission,
.vm-home .purpose {
  display: grid;
  grid-template-columns: 25% 75%;
}

@media (min-width: 1750px) {
  .values object {
    width: 80%;
  }
}

@media (max-width: 1366px) {
  .vm-home p {
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
  }

  .vm-home .vission,
  .vm-home .mission,
  .vm-home .purpose {
    display: grid;
    grid-template-columns: 30% 70%;
  }
}

@media (max-width: 1199px) {
  .values object {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .values object {
    width: 100%;
  }

  .vm-home .vission,
  .vm-home .mission,
  .vm-home .purpose {
    display: grid;
    grid-template-columns: 30% 70%;
  }
}

.vm-home .vission img,
.vm-home .mission img,
.vm-home .purpose img {
  width: 100%;
  height: auto;
}
.vm-home .vission > div:first-child,
.vm-home .mission > div:first-child,
.vm-home .purpose > div:first-child {
  margin-right: 15px;
}

@media (max-width: 540px) {
  .vm-home .vission,
  .vm-home .mission,
  .vm-home .purpose {
    grid-template-columns: 15% 85%;
  }
}

@media (max-width: 480px) {
  .vm-home .vission,
  .vm-home .mission,
  .vm-home .purpose {
    grid-template-columns: 20% 80%;
  }
}
@media (max-width: 360px) {
  .vm-home .vission,
  .vm-home .mission,
  .vm-home .purpose {
    grid-template-columns: 30% 70%;
  }
}

/* Tooltips */
a[tooltip] {
  position: relative;
  z-index: 10;
}

a[tooltip]::after {
  content: attr(tooltip);
  position: absolute;
  width: max-content;
  max-width: 250px;
  text-align: center;
  top: 0;
  right: 100%;
  transform: scale(0.95) translateY(0);
  pointer-events: none;
  font-size: 11px;
  text-transform: capitalize;
  background-color: #4cb748;
  color: white;
  padding: 7.5px 20px;
  z-index: 9;
  letter-spacing: 1px;
  font-weight: 500;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  visibility: hidden;
  opacity: 0;
  transform-origin: bottom center;
  transition: 250ms ease-out;
}

a[tooltip]:hover::after {
  visibility: visible;
  top: 0;
  transform: scale(1) translateY(0);
  opacity: 1;
}
/* End Tooltips */

.header-top .entry .tooltip_icon img {
  height: 25px !important;
  width: auto !important;
}

/* Search Page Styles */
.search-container input {
  padding: 10px 15px;
  border: 1px solid grey;
  width: 80%;
}
.search-container input[type="submit"] {
  width: 20%;
  margin-left: 10px;
  background-color: #4cb748;
  border: none;
  color: white;
}
.search-container input[type="search"] {
  color: black;
}
.search-container form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.search-container .search-result {
  margin-top: 15px;
}
.search-container .search-result .result {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #b1d2f4;
  text-decoration: none;
}
.search-container .search-result .result h4 {
  font-size: 16px;
  margin: 0 0 5px 0;
  color: #4cb748;
}
.search-container .search-result .result p {
  margin: 0;
}
.search-container .no-results {
  margin-top: 25px;
  width: 100%;
  padding: 50px;
  text-align: center;
  background-color: #e7f3e4;
}
.search-container .no-results p {
  margin: 0;
}

@media (max-width: 540px) {
  .search-container form {
    flex-direction: column;
    align-items: flex-start;
  }
  .search-container input {
    width: 100%;
  }
  .search-container input[type="submit"] {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

.bm-tooltip-wrapper {
  position: relative;
  cursor: pointer;
}
.bm-tooltip-wrapper .bm-tooltip-content {
  position: absolute;
  background-color: #f4fbfe;
  border: 1px solid #4cb748;
  top: calc(100% + 5px);
  left: 0;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transition: 400ms ease-out;
}
.bm-tooltip-wrapper.right .bm-tooltip-content {
  left: initial;
  right: 0;
}
.bm-tooltip-wrapper .bm-tooltip-content p {
  font-size: 12px;
  line-height: 1.2;
  width: 250px;
  height: auto;
  font-weight: 300;
  margin: 0 0 7.5px 0;
}
.bm-tooltip-wrapper .bm-tooltip-content p strong {
  color: #0d6efd;
}
.bm-tooltip-wrapper:hover .bm-tooltip-content {
  visibility: visible;
  opacity: 1;
}

.emc-diagram,
.fig43-diagram {
  background-color: #ecf8fe;
  position: relative;
}
.emc-diagram::before,
.fig43-diagram::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: rgb(90, 186, 76);
  background: linear-gradient(
    280deg,
    rgba(90, 186, 76, 1) 0%,
    rgba(40, 170, 225, 1) 100%
  );
}
.emc-diagram .fsixmaintopic {
  background: rgb(0, 175, 78);
  background: linear-gradient(
    280deg,
    rgba(0, 175, 78, 1) 0%,
    rgba(35, 87, 166, 1) 100%
  );
}
.emc-diagram .border-green {
  border: 1px solid #2357a6;
  background-color: #f4fbfe;
}

.fig43-diagram h2.green-title-box {
  font-size: 16px !important;
  color: white !important;
  background: #4cb748 !important;
  margin-left: auto !important;
  width: fit-content;
  padding: 2px 10px;
  border-radius: 5px;
  -webkit-text-fill-color: white;
}
.fig43-diagram .gradient-box {
  background: rgb(0, 175, 78);
  background: linear-gradient(
    280deg,
    rgba(0, 175, 78, 1) 0%,
    rgba(35, 87, 166, 1) 100%
  );
}

.iconbar {
  position: fixed;
  top: 6.1rem;
  left: 4rem;
  background: #ecf6fb;
  border-radius: 10px;
  padding: 1rem 0;
  /*box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
	z-index: 3;*/
  /*height: calc(100vh - 25rem);*/
}
.iconbar__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 4.5rem;
  color: #6a778e;
  transition: 250ms ease all;
}

.iconbar__link img {
  max-width: 50%;
  height: auto;
}

.iconbar__link span {
  position: absolute;
  left: 100%;
  transform: translate(-3rem);
  /*margin-left: 0.25rem;*/
  margin-left: 0;
  opacity: 0;
  pointer-events: none;
  color: #74818b;
  background: #fff;
  padding: 6px 10px;
  transition: 250ms ease all;
  /*border-radius: 8px;*/
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
}
.iconbar__link:hover {
  color: #fff;
}
.iconbar:not(:hover) .iconbar__link:focus span,
.iconbar__link:hover span {
  opacity: 1;
  transform: translate(0);
}
.iconbar__menu {
  position: relative;
  padding-left: 0rem;
  list-style: none;
}
.iconbar__item:last-child:before {
  content: "";
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0.6rem;
  width: 3.5rem;
  height: 3.5rem;

  background: #fff;
  border-radius: 0px;

  transition: 250ms cubic-bezier(1, 0.2, 0.1, 1.2) all;
}

@media (max-width: 1620px) {
  .iconbar {
    left: 0;
  }
}

@media (max-width: 1199px) {
  .iconbar {
    position: fixed;
    top: 6.1rem;
    left: 0;
    background: #ecf6fb;
    border-radius: 10px;
    padding: 1rem 0;
    /*box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
	z-index: 3;*/
    /*height: calc(100vh - 25rem);*/
  }
}

@media (max-width: 991px) {
  .iconbar {
    display: none;
  }
}

.iconbar__item:first-child:nth-last-child(1):hover ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(1) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(1):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(1) ~ li:last-child:hover:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(1):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(1) ~ li:last-child:hover:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(2):hover ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(2) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(2):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(2) ~ li:last-child:hover:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(2):nth-child(1):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(2)
  ~ li:nth-child(1):hover
  ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(2):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(2) ~ li:last-child:hover:before {
  top: 50%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(3):hover ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(3) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(3):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(3) ~ li:last-child:hover:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(3):nth-child(1):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(3)
  ~ li:nth-child(1):hover
  ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(3):nth-child(2):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(3)
  ~ li:nth-child(2):hover
  ~ li:last-child:before {
  top: 33.3333333333%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(3):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(3) ~ li:last-child:hover:before {
  top: 66.6666666667%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(4):hover ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(4) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(4):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(4) ~ li:last-child:hover:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(4):nth-child(1):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(4)
  ~ li:nth-child(1):hover
  ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(4):nth-child(2):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(4)
  ~ li:nth-child(2):hover
  ~ li:last-child:before {
  top: 25%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(4):nth-child(3):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(4)
  ~ li:nth-child(3):hover
  ~ li:last-child:before {
  top: 50%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(4):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(4) ~ li:last-child:hover:before {
  top: 75%;
  animation: gooeyEffect-4 250ms 1;
}
@keyframes gooeyEffect-4 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(5):hover ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(5) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(5):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(5) ~ li:last-child:hover:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(5):nth-child(1):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(5)
  ~ li:nth-child(1):hover
  ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(5):nth-child(2):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(5)
  ~ li:nth-child(2):hover
  ~ li:last-child:before {
  top: 20%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(5):nth-child(3):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(5)
  ~ li:nth-child(3):hover
  ~ li:last-child:before {
  top: 40%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(5):nth-child(4):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(5)
  ~ li:nth-child(4):hover
  ~ li:last-child:before {
  top: 60%;
  animation: gooeyEffect-4 250ms 1;
}
@keyframes gooeyEffect-4 {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(5):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(5) ~ li:last-child:hover:before {
  top: 80%;
  animation: gooeyEffect-5 250ms 1;
}
@keyframes gooeyEffect-5 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(6):hover ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(6) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(6):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(6) ~ li:last-child:hover:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(6):nth-child(1):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(6)
  ~ li:nth-child(1):hover
  ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(6):nth-child(2):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(6)
  ~ li:nth-child(2):hover
  ~ li:last-child:before {
  top: 16.6666666667%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(6):nth-child(3):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(6)
  ~ li:nth-child(3):hover
  ~ li:last-child:before {
  top: 33.3333333333%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(6):nth-child(4):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(6)
  ~ li:nth-child(4):hover
  ~ li:last-child:before {
  top: 50%;
  animation: gooeyEffect-4 250ms 1;
}
@keyframes gooeyEffect-4 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(6):nth-child(5):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(6)
  ~ li:nth-child(5):hover
  ~ li:last-child:before {
  top: 66.6666666667%;
  animation: gooeyEffect-5 250ms 1;
}
@keyframes gooeyEffect-5 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(6):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(6) ~ li:last-child:hover:before {
  top: 83.3333333333%;
  animation: gooeyEffect-6 250ms 1;
}
@keyframes gooeyEffect-6 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(7):hover ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(7) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(7):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(7) ~ li:last-child:hover:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(7):nth-child(1):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(7)
  ~ li:nth-child(1):hover
  ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(7):nth-child(2):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(7)
  ~ li:nth-child(2):hover
  ~ li:last-child:before {
  top: 14.2857142857%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(7):nth-child(3):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(7)
  ~ li:nth-child(3):hover
  ~ li:last-child:before {
  top: 28.5714285714%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(7):nth-child(4):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(7)
  ~ li:nth-child(4):hover
  ~ li:last-child:before {
  top: 42.8571428571%;
  animation: gooeyEffect-4 250ms 1;
}
@keyframes gooeyEffect-4 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(7):nth-child(5):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(7)
  ~ li:nth-child(5):hover
  ~ li:last-child:before {
  top: 57.1428571429%;
  animation: gooeyEffect-5 250ms 1;
}
@keyframes gooeyEffect-5 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(7):nth-child(6):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(7)
  ~ li:nth-child(6):hover
  ~ li:last-child:before {
  top: 71.4285714286%;
  animation: gooeyEffect-6 250ms 1;
}
@keyframes gooeyEffect-6 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(7):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(7) ~ li:last-child:hover:before {
  top: 85.7142857143%;
  animation: gooeyEffect-7 250ms 1;
}
@keyframes gooeyEffect-7 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(8):hover ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(8) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(8):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(8) ~ li:last-child:hover:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(8):nth-child(1):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(8)
  ~ li:nth-child(1):hover
  ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(8):nth-child(2):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(8)
  ~ li:nth-child(2):hover
  ~ li:last-child:before {
  top: 12.5%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(8):nth-child(3):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(8)
  ~ li:nth-child(3):hover
  ~ li:last-child:before {
  top: 25%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(8):nth-child(4):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(8)
  ~ li:nth-child(4):hover
  ~ li:last-child:before {
  top: 37.5%;
  animation: gooeyEffect-4 250ms 1;
}
@keyframes gooeyEffect-4 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(8):nth-child(5):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(8)
  ~ li:nth-child(5):hover
  ~ li:last-child:before {
  top: 50%;
  animation: gooeyEffect-5 250ms 1;
}
@keyframes gooeyEffect-5 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(8):nth-child(6):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(8)
  ~ li:nth-child(6):hover
  ~ li:last-child:before {
  top: 62.5%;
  animation: gooeyEffect-6 250ms 1;
}
@keyframes gooeyEffect-6 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(8):nth-child(7):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(8)
  ~ li:nth-child(7):hover
  ~ li:last-child:before {
  top: 75%;
  animation: gooeyEffect-7 250ms 1;
}
@keyframes gooeyEffect-7 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(8):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(8) ~ li:last-child:hover:before {
  top: 87.5%;
  animation: gooeyEffect-8 250ms 1;
}
@keyframes gooeyEffect-8 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(9):hover ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(9) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(9):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(9) ~ li:last-child:hover:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(9):nth-child(1):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(9)
  ~ li:nth-child(1):hover
  ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(9):nth-child(2):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(9)
  ~ li:nth-child(2):hover
  ~ li:last-child:before {
  top: 11.1111111111%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(9):nth-child(3):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(9)
  ~ li:nth-child(3):hover
  ~ li:last-child:before {
  top: 22.2222222222%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(9):nth-child(4):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(9)
  ~ li:nth-child(4):hover
  ~ li:last-child:before {
  top: 33.3333333333%;
  animation: gooeyEffect-4 250ms 1;
}
@keyframes gooeyEffect-4 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(9):nth-child(5):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(9)
  ~ li:nth-child(5):hover
  ~ li:last-child:before {
  top: 44.4444444444%;
  animation: gooeyEffect-5 250ms 1;
}
@keyframes gooeyEffect-5 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(9):nth-child(6):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(9)
  ~ li:nth-child(6):hover
  ~ li:last-child:before {
  top: 55.5555555556%;
  animation: gooeyEffect-6 250ms 1;
}
@keyframes gooeyEffect-6 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(9):nth-child(7):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(9)
  ~ li:nth-child(7):hover
  ~ li:last-child:before {
  top: 66.6666666667%;
  animation: gooeyEffect-7 250ms 1;
}
@keyframes gooeyEffect-7 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(9):nth-child(8):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(9)
  ~ li:nth-child(8):hover
  ~ li:last-child:before {
  top: 77.7777777778%;
  animation: gooeyEffect-8 250ms 1;
}
@keyframes gooeyEffect-8 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(9):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(9) ~ li:last-child:hover:before {
  top: 88.8888888889%;
  animation: gooeyEffect-9 250ms 1;
}
@keyframes gooeyEffect-9 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(10):hover ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(10)
  ~ li:hover
  ~ li:last-child:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(10):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(10) ~ li:last-child:hover:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(10):nth-child(1):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(10)
  ~ li:nth-child(1):hover
  ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(10):nth-child(2):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(10)
  ~ li:nth-child(2):hover
  ~ li:last-child:before {
  top: 10%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(10):nth-child(3):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(10)
  ~ li:nth-child(3):hover
  ~ li:last-child:before {
  top: 20%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(10):nth-child(4):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(10)
  ~ li:nth-child(4):hover
  ~ li:last-child:before {
  top: 30%;
  animation: gooeyEffect-4 250ms 1;
}
@keyframes gooeyEffect-4 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(10):nth-child(5):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(10)
  ~ li:nth-child(5):hover
  ~ li:last-child:before {
  top: 40%;
  animation: gooeyEffect-5 250ms 1;
}
@keyframes gooeyEffect-5 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(10):nth-child(6):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(10)
  ~ li:nth-child(6):hover
  ~ li:last-child:before {
  top: 50%;
  animation: gooeyEffect-6 250ms 1;
}
@keyframes gooeyEffect-6 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(10):nth-child(7):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(10)
  ~ li:nth-child(7):hover
  ~ li:last-child:before {
  top: 60%;
  animation: gooeyEffect-7 250ms 1;
}
@keyframes gooeyEffect-7 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(10):nth-child(8):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(10)
  ~ li:nth-child(8):hover
  ~ li:last-child:before {
  top: 70%;
  animation: gooeyEffect-8 250ms 1;
}
@keyframes gooeyEffect-8 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(10):nth-child(9):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(10)
  ~ li:nth-child(9):hover
  ~ li:last-child:before {
  top: 80%;
  animation: gooeyEffect-9 250ms 1;
}
@keyframes gooeyEffect-9 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(10):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(10) ~ li:last-child:hover:before {
  top: 90%;
  animation: gooeyEffect-10 250ms 1;
}
@keyframes gooeyEffect-10 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(11):hover ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(11)
  ~ li:hover
  ~ li:last-child:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(11):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(11) ~ li:last-child:hover:before {
  opacity: 1;
}
.iconbar__item:first-child:nth-last-child(11):nth-child(1):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(11)
  ~ li:nth-child(1):hover
  ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(11):nth-child(2):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(11)
  ~ li:nth-child(2):hover
  ~ li:last-child:before {
  top: 9.0909090909%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(11):nth-child(3):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(11)
  ~ li:nth-child(3):hover
  ~ li:last-child:before {
  top: 18.1818181818%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(11):nth-child(4):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(11)
  ~ li:nth-child(4):hover
  ~ li:last-child:before {
  top: 27.2727272727%;
  animation: gooeyEffect-4 250ms 1;
}
@keyframes gooeyEffect-4 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(11):nth-child(5):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(11)
  ~ li:nth-child(5):hover
  ~ li:last-child:before {
  top: 36.3636363636%;
  animation: gooeyEffect-5 250ms 1;
}
@keyframes gooeyEffect-5 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(11):nth-child(6):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(11)
  ~ li:nth-child(6):hover
  ~ li:last-child:before {
  top: 45.4545454545%;
  animation: gooeyEffect-6 250ms 1;
}
@keyframes gooeyEffect-6 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(11):nth-child(7):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(11)
  ~ li:nth-child(7):hover
  ~ li:last-child:before {
  top: 54.5454545455%;
  animation: gooeyEffect-7 250ms 1;
}
@keyframes gooeyEffect-7 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(11):nth-child(8):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(11)
  ~ li:nth-child(8):hover
  ~ li:last-child:before {
  top: 63.6363636364%;
  animation: gooeyEffect-8 250ms 1;
}
@keyframes gooeyEffect-8 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(11):nth-child(9):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(11)
  ~ li:nth-child(9):hover
  ~ li:last-child:before {
  top: 72.7272727273%;
  animation: gooeyEffect-9 250ms 1;
}
@keyframes gooeyEffect-9 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(11):nth-child(10):hover
  ~ li:last-child:before,
.iconbar__item:first-child:nth-last-child(11)
  ~ li:nth-child(10):hover
  ~ li:last-child:before {
  top: 81.8181818182%;
  animation: gooeyEffect-10 250ms 1;
}
@keyframes gooeyEffect-10 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.iconbar__item:first-child:nth-last-child(11):last-child:hover:before,
.iconbar__item:first-child:nth-last-child(11) ~ li:last-child:hover:before {
  top: 90.9090909091%;
  animation: gooeyEffect-11 250ms 1;
}
@keyframes gooeyEffect-11 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.drop-in {
  animation: drop-in 1000ms ease 500ms backwards;
}

.drop-in-2 {
  animation: drop-in 1000ms ease 300ms backwards;
}

.drop-in-3 {
  animation: drop-in 1300ms ease 550ms backwards;
}

@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}

/* Highlights Page */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-gap: 20px;
}

.highlights-grid .highlight {
  background-color: #ededee;
  padding: 25px;
  transition: all 0.3s ease-in-out !important;
}

.highlights-grid .highlight img {
  transition: 400ms;
}

.highlights-grid .highlight:hover img {
  transform: translate(-0px, -0px) scale(1.2);
}

.highlights-grid .highlight:hover {
  border-right: none;
  border-bottom: none;
  background-color: #804e9b;
  z-index: 10;
  color: #ffffff !important;
  transition: all 0.1s ease-in-out;
}

.highlight h4 {
  font-size: 26px;
  font-weight: bold;
  color: #804e9b !important;
  margin-bottom: 10px;
  line-height: 1;
  transition: all 0.3s ease 0s;
}

.highlight:hover h4 {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff !important;
  margin-bottom: 10px;
  line-height: 1;
  transition: all 0.3s ease 0s;
}

.highlight span {
  font-weight: bold;
}
.highlight div {
  margin-bottom: 25px;
}
.highlight img {
  width: 75px;
  height: auto;
  margin-bottom: 15px;
}
.highlight p.large {
  font-size: 28px;
  font-weight: bold;
  color: #b5d334;
  line-height: 1;
}

.highlight:hover p.large {
  font-size: 28px;
  font-weight: bold;
  color: #b5d334 !important;
  line-height: 1;
}

.highlight p {
  font-size: 14px;
  color: #804e9b;
  line-height: 1;
  margin-bottom: 0;
  margin-bottom: 10px;
  transition: all 0.3s ease 0s;
}

.highlight:hover p {
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.highlights-grid .highlight:nth-child(1) {
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
}
.highlights-grid .highlight:nth-child(2) {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
}
.highlights-grid .highlight:nth-child(3) {
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
}
.highlights-grid .highlight:nth-child(4) {
  grid-column: 1 / span 1;
  grid-row: 3 / span 1;
}
.highlights-grid .highlight:nth-child(5) {
  grid-column: 2 / span 1;
  grid-row: 3 / span 1;
}
.highlights-grid .highlight:nth-child(6) {
  grid-column: 1 / span 1;
  grid-row: 4 / span 1;
}
.highlights-grid .highlight:nth-child(7) {
  grid-column: 1 / span 1;
  grid-row: 5 / span 1;
}
.highlights-grid .highlight:nth-child(8) {
  grid-column: 2 / span 1;
  grid-row: 4 / span 2;
}
@media (max-width: 768px) {
  .highlights-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .highlights-grid .highlight:nth-child(1),
  .highlights-grid .highlight:nth-child(2),
  .highlights-grid .highlight:nth-child(3),
  .highlights-grid .highlight:nth-child(4),
  .highlights-grid .highlight:nth-child(5),
  .highlights-grid .highlight:nth-child(6),
  .highlights-grid .highlight:nth-child(7),
  .highlights-grid .highlight:nth-child(8),
  .highlights-grid .highlight:nth-child(9) {
    grid-column: auto;
    grid-row: auto;
  }
}

.angry-grid {
  display: grid;

  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;

  gap: 0px;
  height: 100%;
}

#item-0 {
  background-color: #9ed5d7;
  grid-row-start: 1;
  grid-column-start: 1;

  grid-row-end: 2;
  grid-column-end: 2;
}
#item-1 {
  background-color: #9dabb5;
  grid-row-start: 2;
  grid-column-start: 1;

  grid-row-end: 3;
  grid-column-end: 2;
}
#item-2 {
  background-color: #9aebac;
  grid-row-start: 3;
  grid-column-start: 1;

  grid-row-end: 4;
  grid-column-end: 2;
}
#item-3 {
  background-color: #a65a6b;
  grid-row-start: 1;
  grid-column-start: 2;

  grid-row-end: 4;
  grid-column-end: 3;
}

main .header .titlesecone {
  float: left;
  height: 100%;
  position: relative;
  top: 0;
  z-index: 100;
  width: 100%;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 0px;
  /*border-radius: 10px;*/
}

main .header .titleseconeinner {
  float: left;
  height: 100%;
  position: relative;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 50px;
  background-image: url("../../images/bg2.jpg");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  /*border-radius: 10px;	*/
}

main .header .titleseconeTMP {
  float: left;
  height: 100%;
  position: relative;
  top: 0;
  z-index: 100;
  width: 100%;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

main .header .titleseconeinnerTMP {
  float: left;
  height: 100%;
  position: relative;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 50px;
  background-color: #161f7f;
  /*background-image: url("../../images/bg2.jpg");*/
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}

main .header .titleTMP {
  position: relative;
  left: 0;
  width: 100%;
  height: auto;
  bottom: 0px;
  z-index: 2;
  padding-left: 0px;
}

@media (max-width: 650px) {
  main .header .titlesecone {
    width: 100%;
  }
}

.chsec {
  float: left;
  height: 100%;
  position: relative;
  top: 0;
  z-index: 100;
  width: 55%;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  border-radius: 10px;
}

.chsecinner {
  float: left;
  height: 100%;
  position: relative;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 50px;
  background-image: url("../../images/bg2.jpg");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.imgblock {
  padding: 100px 0px;
  position: relative;
  background-color: aliceblue;
}
.bodceoms {
  padding: 100px 0px;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  .bodceoms {
    padding: 30px 0px;
    position: relative;
    background-color: #fff;
  }
  .imgblock {
    padding: 30px 0px;
    position: relative;
    background-color: aliceblue;
  }
}

.desg {
  padding: 40px 50px 40px 25px;
  background-color: #1c2d57;
}

.desg h1 {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px !important;
}

.desg p {
  color: white !important;
  line-height: 1.5 !important;
}

.desg_detail {
  background-image: url("../../images/image5.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: inline-block;
  width: 100%;
}
.desg_detail a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  float: right;
  background-color: #1c2d57;
  color: white;
  text-decoration: none;
  width: 65px;
  height: 65px;
}

@media only screen and (max-width: 991px) {
  .desg h1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0;
  }

  .desg_detail {
    background-color: #3b3b3b;
    color: #fff;
    display: inline-block;
  }
}

/* team */
.med_box {
  /*! overflow: hidden; */
  max-height: 280px;
  text-decoration: none;
  position: relative;
}

.med_box .med_box-img img {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  width: 100%;
}

.med_box .med_box-img {
  width: 60%;
  float: right;
}
.med_box-details {
  width: 45%;
  float: left;
  min-height: 280px;
}

.med_box:hover .med_box-img img {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.med_box:hover .med_box-details {
  left: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-decoration: none;
}

.med_box-details {
  position: absolute;
  padding: 65px 0px 26px 0px;
  top: 30%;
  left: 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.addmargin {
  margin-top: 100px;
}

@media only screen and (max-width: 991px) {
  .addmargin {
    margin-top: 20px;
  }
}

.med_box p {
  color: #dbdbdb;
  font-size: 20px;
  line-height: 1.1;
  display: block;
  font-weight: 300;
  margin-bottom: 0px;
  text-align: left;
}

.med_box-details .icon {
  position: absolute;
  left: -10px;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  padding: 0px 0px 30px;
}

.med_box h3 {
  color: #212121;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .med_box p {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 0px;
  }
  .med_box h3 {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 12px;
  }
}

/* team */

.med_box2 {
  /*! overflow: hidden; */
  max-height: 280px;
  text-decoration: none;
  background-color: #efefef;
  position: relative;
}

.med_box2 .med_box-img2 img {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  width: 100%;
}

.med_box2 .med_box-img2 {
  width: 60%;
  float: left;
}
.med_box-details2 {
  width: 45%;
  float: left;
  min-height: 280px;
}

.med_box2:hover .med_box-img2 img {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.med_box2:hover .med_box-details2 {
  right: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-decoration: none;
}

.med_box-details2 {
  position: absolute;
  padding: 65px 0px 26px 0px;
  top: 30%;
  right: 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.med_box2 p {
  color: #dbdbdb;
  font-size: 20px;
  line-height: 1.1;
  display: block;
  font-weight: 300;
  margin-bottom: 0px;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .med_box p {
    font-size: 17px;
    line-height: 1.1;
  }

  .med_box2 p {
    font-size: 17px;
    line-height: 1.1;
  }

  .med_box-details {
    position: absolute;
    padding: 10px 0px 25px 0px;
    top: 20%;
    left: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    width: 50%;
  }

  .med_box-details2 {
    position: absolute;
    padding: 10px 0px 25px 0px;
    top: 30%;
    right: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .med_box .med_box-img {
    width: 100%;
    float: right;
  }

  .med_box2 .med_box-img2 {
    width: 100%;
    float: left;
  }

  .med_box p {
    font-size: 17px;
    line-height: 1.2;
  }

  .med_box2 p {
    font-size: 17px;
    line-height: 1.2;
  }

  .med_box-details {
    position: relative;
    padding: 5px 0px 0px 0px;
    top: 20%;
    left: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    width: 100%;
  }

  .med_box-details2 {
    position: relative;
    padding: 5px 0px 0px 0px;
    top: 30%;
    right: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    width: 100%;
  }

  .med_box:hover .med_box-details {
    left: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-decoration: none;
  }

  .med_box2:hover .med_box-details2 {
    right: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-decoration: none;
  }
}

@media (max-width: 640px) {
  .med_box2 .med_box-img2 {
    width: 100%;
    float: left;
  }

  .med_box .med_box-img {
    width: 100%;
    float: right;
  }
}

@media (max-width: 560px) {
  .med_box-details {
    width: 100%;
    float: left;
    min-height: 280px;
  }

  .med_box-details {
    position: relative;
    padding: 5px 0px 0px 0px;
    top: 20%;
    left: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }

  .med_box-details2 {
    position: relative;
    padding: 65px 25px 26px 25px;
    top: 30%;
    right: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    padding: 5px 0px 0px 0px;
  }

  .med_box-details2 {
    width: 100%;
    float: left;
    min-height: 280px;
  }
}

.greenbutton {
  border-radius: 5px;
  padding: 8px 15px 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  text-transform: uppercase;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid #4a4a4a;
}

.greenbutton i {
  font-size: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.greenbutton5 {
  color: #ffffff;
}

.greenbutton5:hover {
  border: 1px solid #606060;
  color: white;
  text-decoration: none;
}

.banner-shortcode.style-3 {
  background-size: cover;
  background-position: right top;
  position: relative;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* msg_boxes */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.msg_boxes {
  position: relative;
  padding: 50px 25px;
  display: block;
  overflow: hidden;
  background: white;
  margin-bottom: 10px;
  border: 1px solid #1c2d57;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: 500ms ease all !important;
}
/* .msg_boxes .background{background-size: cover; background-position: center bottom;}
.msg_boxes:hover .background{transform: scale(1.1); -webkit-transform: scale(1.1);}
.msg_boxes .background:before{position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; background: rgba(34,34,34,0);}

.msg_boxes.blk .background:before{position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%;
	 background: rgb(0,0,0); 
	background: rgba(126,126,126,0.50); transition: transform 0.45s ease, background 0.45s ease; }



.msg_boxes:hover.blk .background:before{position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; position: absolute;
background: rgba(0,0,0,0.66); }


.msg_boxes:hover .background:before{background: rgba(34,34,34,0);}
.msg_boxes .text{position: absolute;left: 40px;bottom: 40px;width: 50%;} */

.msg_boxes h2 {
  color: #1c2d57 !important;
  text-transform: none;
  font-size: 40px;
  line-height: 43px;
  font-weight: 500;
  padding-bottom: 0px;
  width: 75%;
  transition: 500ms ease all;
}
.msg_boxes i {
  font-size: 40px;
  color: #1c2d57 !important;
  transition: 500ms ease all;
}

.msg_boxes.blk h2 {
  color: #1c2d57 !important;
  text-transform: none;
  font-size: 40px;
  line-height: 43px;
  font-weight: 500;
  padding-bottom: 0px;
}

.msg_boxes:hover {
  background-color: #1c2d57;
  transform: scale(0.95);
}
.msg_boxes:hover h2,
.msg_boxes:hover i {
  color: white !important;
}

.msg_boxes:hover .text {
  bottom: 50px;
}
/*.msg_boxes:hover .text2{bottom: 55px;}
.msg_boxes:hover .text3{bottom: 20px;}*/

.msg_boxes .align-left {
  text-align: left;
  padding-left: 30px;
  padding-right: 20px;
  display: block;
}
.msg_boxes .align-right {
  text-align: right;
  padding-left: 15px;
  display: block;
}
.msg_boxes .tag {
  font-size: 13px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 15px;
  vertical-align: baseline;
}
.msg_boxes:hover .tag {
  margin-bottom: 25px;
}
.msg_boxes * {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.full-size {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.linebutton {
  border-radius: 5px;
  padding: 8px 15px 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  text-transform: uppercase;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid #fff;
  color: white;
}

.linebutton i {
  font-size: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

@media only screen and (max-width: 1366px) {
  .msg_boxes.blk .text h2 {
    font-size: 27px;
    line-height: 30px;
    padding-bottom: 0px;
  }

  .msg_boxes .text h2 {
    font-size: 27px;
    line-height: 30px;
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 560px) {
  .msg_boxes .align-left {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .msg_boxes.blk h2 {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 0px;
  }

  .msg_boxes h2 {
    font-size: 32px;
    line-height: 1.25;
    width: 100%;
    text-align: center;
  }

  .msg_boxes .text {
    position: absolute;
    left: 40px;
    bottom: 20px;
    width: 70%;
  }

  .msg_boxes:hover .text {
    bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .linebutton {
    border-radius: 5px;
    padding: 8px 15px 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;

    margin-top: 0rem !important;
  }

  .msg_boxes.blk .text h2 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 0px;
  }

  .msg_boxes .text h2 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 5px;
  }
}

/* 
.bodceoms .msg_boxes:hover i {
     padding-left: 40px;
    color: #25aae1;
    right: 50px;
	top: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
		color: rgba(255,255,255,1.00);

}
.bodceoms .msg_boxes i {
    position: absolute;
    text-align: center;
    font-size: 35px;
    right: 30px;
	top: 30px;
	color: rgba(255,255,255,1.00);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
} */

@media (max-width: 767px) {
  .bodceoms .msg_boxes i {
    display: none;
  }
}

@-webkit-keyframes point {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0.125em);
  }
}

@keyframes point {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0.125em);
  }
}

/* Key Events */
.key-events-acc .accordion {
  border: 1px solid #4cb748;
  border-top: 5px solid #4cb748;
  border-radius: 15px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.key-events-acc .accordion .sub-menu-title {
  border-top: none;
  transition: 300ms;
}
.key-events-acc .accordion .sub-menu-title h2 {
  color: white;
  background-color: #4cb748;
  padding: 5px 15px;
  border-radius: 25px;
}
.key-events-acc .accordion .sub-menu-title:hover,
.key-events-acc .accordion .sub-menu-title.active {
  background-color: #e7f3e4;
}

/* Mode and Frequency */
.stakeholder-engagement .accordion .sub-menu-title {
  border: none;
  display: flex;
  border-radius: 15px;
}
.stakeholder-engagement .accordion .sub-menu-title:hover,
.stakeholder-engagement .accordion .sub-menu-title.active {
  background-color: #d6f1ff;
}
.stakeholder-engagement .accordion {
  background-color: #ffffff;
  border-radius: 15px;
}
.stakeholder-engagement .accordion .sub-menu-title img {
  /* width: 30px; */
  height: auto;
  /* new */
  width: 40px;
}
.stakeholder-engagement .accordion .sub-menu-title h2 {
  /* background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c); */
  padding: 5px 15px;
  border-radius: 25px;
  color: white;
  margin-left: 15px;
}
.stakeholder-engagement .accordion .sub-menu-title > div {
  display: flex;
  align-items: center;
}
.stakeholder-engagement .stakeholder-engagement-content {
  display: flex;
  /* flex-direction: column; */
}
.stakeholder-engagement .stakeholder-engagement-content > div {
  margin-bottom: 15px;
  position: relative;
  /* padding-left: 60px; */
}
.stakeholder-engagement .stakeholder-engagement-content .sec-title {
  /* position: absolute;
  left: 0;
  top: 0;
  padding: 50px 10px 10px 10px;
  border-radius: 25px;
  background-color: white;
  height: 100%;
  min-height: 250px;
  width: 50px; */

  /* new */
  display: flex;
  align-items: center;
  min-height: 50px;
}
.stakeholder-engagement .stakeholder-engagement-content .sec-title h4 {
  /* writing-mode: vertical-rl;
  text-align: center;
  transform: rotate(-180deg);
  font-size: 13px;
  margin: 0; */

  /* new  */
  margin: 0 0 0 10px
}
.stakeholder-engagement .stakeholder-engagement-content .sec-title i {
  font-size: 14px;
  color: #ffffff;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute;
  top: 10px;
  left: 50%; */
  /* transform: translateX(-50%); */
  width: 30px;
  height: 30px;
  border-radius: 50%;

  /* new  */
  transform: rotate(90deg);
}
.stakeholder-engagement .stakeholder-engagement-content > div > div:last-child {
  background-color: white;
  padding: 10px;
  border-radius: 15px;
  /* min-height: 250px; */
}

/* Committee Reports */
.committee-reports .accordion {
  border: 1px solid #0a2b3c;
  /* border-radius: 15px; */
  margin-bottom: 10px;
  overflow: hidden;
}
.committee-reports .accordion .sub-menu-title {
  border-top: none;
  padding: 30px 15px;
}
.committee-reports .accordion .sub-menu-title h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 400;
  color: black;
}
.committee-reports .accordion .sub-menu-title i {
  color: #009943;
  font-size: 30px;
}
.committee-reports .accordion .ioarlogos .table-responsive {
  border: none;
}
.committee-reports .accordion .ioarlogos {
  border-top: none;
  position: relative;
  background-color: #ecf8fe;
}
.committee-reports .accordion .ioarlogos.green-bg {
  background-color: #f2f8f0;
}
.committee-reports .accordion .ioarlogos::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: rgb(87, 185, 73);
  background: linear-gradient(
    280deg,
    rgba(87, 185, 73, 1) 0%,
    rgba(40, 170, 225, 1) 100%
  );
}
.committee-reports .accordion .ioarlogos .trangle-wrap::before,
.committee-reports .accordion .ioarlogos .trangle-wrap::after {
  display: none;
}

.committee-reports .accordion .lifter {
  background-image: linear-gradient(
    280deg,
    rgba(2, 171, 80, 1) 0%,
    rgba(36, 87, 166, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.committee-reports .accordion .ioarlogos table tbody {
  background-color: transparent;
}
.committee-reports .accordion .ioarlogos table strong {
  color: black !important;
}
.committee-reports .committee-img {
  margin: 15px auto 30px auto;
  border-bottom: 2px solid #1f629f;
}
.committee-reports .committee-img img {
  width: 100%;
}

@media (max-width: 768px) {
  .committee-reports .committee-img img {
    width: 60%;
  }
}
@media (max-width: 540px) {
  .committee-reports .committee-img img {
    width: 90%;
  }
}

/*sm*/
.custom-container {
  max-width: 1800px;
}
.custom-column-5 {
  width: 20%;
  padding: 0 15px;
  float: left;
}
.custom-column-5:nth-child(5n + 1) {
  clear: both;
}
.custom-column-3 {
  width: 33%;
  padding: 0 15px;
  float: left;
}
.custom-column-3:nth-child(3n + 1) {
  clear: both;
}

@media screen and (max-width: 1500px) {
  .custom-column-5 {
    width: 25%;
  }
  .custom-column-5:nth-child(5n + 1) {
    clear: none;
  }
  .custom-column-5:nth-child(4n + 1) {
    clear: both;
  }

  .custom-column-3 {
    width: 33%;
  }
  .custom-column-3:nth-child(4n + 1) {
    clear: none;
  }
  .custom-column-3:nth-child(3n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 1200px) {
  .custom-column-5 {
    width: 33.333%;
  }
  .custom-column-5:nth-child(4n + 1) {
    clear: none;
  }
  .custom-column-5:nth-child(3n + 1) {
    clear: both;
  }

  .custom-column-3 {
    width: 33.333%;
  }
  .custom-column-3:nth-child(4n + 1) {
    clear: none;
  }
  .custom-column-3:nth-child(3n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .custom-column-5 {
    width: 50%;
  }
  .custom-column-5:nth-child(3n + 1) {
    clear: none;
  }
  .custom-column-5:nth-child(2n + 1) {
    clear: both;
  }

  .custom-column-3 {
    width: 50%;
  }
  .custom-column-3:nth-child(3n + 1) {
    clear: none;
  }
  .custom-column-3:nth-child(2n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 600px) {
  .custom-column-5 {
    width: 100%;
  }
  .custom-column-5 {
    clear: both;
  }
  .custom-column-3 {
    width: 100%;
  }
  .custom-column-3 {
    clear: both;
  }
}

.be-post {
  width: 100%;
  margin-bottom: 30px !important;
}
.be-img-block {
  overflow: hidden;
  display: block;
}
.be-post .be-img-block {
  margin-bottom: 8px;
  position: relative;
  border: 1px solid #c3c8cc;
}
.be-post .be-img-block img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  transition: all 0.3s;
}
.be-post .be-img-block img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.be-post .be-img-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #666 transparent;
}

.be-post-inner {
  width: 100%;
  color: #b4b7c1;
  display: inline-block;
  clear: both;
  font-size: 12px;
  padding: 10px;
  margin-bottom: 20px !important;
}
.be-post p {
  color: #252379;
  font-size: 14px;
}

.info-block {
  background: #ffffff;
  padding: 15px 15px;
  font-size: 10px;
  color: #b4b7c1 !important;
  border-bottom: 1px solid #8b735d;
}

.info-block p {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.6;
  margin: 0px 0px 3px 0px;
}

.be-post-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 21px;
  margin: 0 15px 2px 0px;
  padding-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #252379;
}

/* Executive Management Committees Diagram */
.em-committees {
  background-color: #eaeae6;
  padding: 15px;
}
.em-committees .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-top: 20px;
}
.em-committees .grid > div {
  background-color: white;
  border: 1px solid #252379;
}
.em-committees .heading {
  background-color: #252379;
  padding: 5px 10px;
  text-align: center;
}
.em-committees .heading h6 {
  color: white;
  font-weight: 600;
}
.em-committees .content {
  padding: 10px;
}
.em-committees p {
  margin: 0 0 10px 0;
}
.em-committees .purple {
  font-weight: 600;
  color: #252379;
}
.em-committees .green {
  color: #61ae51;
}

@media (max-width: 992px) {
  .em-committees .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 540px) {
  .em-committees .grid {
    grid-template-columns: 1fr;
  }
}

/* Sustainability Diagram */
.sustainability-framework {
  border: 1px solid #86d7f0;
  background-color: #e1f0eb;
  padding: 15px;
  margin-bottom: 30px;
}
.sustainability-framework .purpose {
  background-color: #252379;
  padding: 5px 10px 5px 0;
  display: flex;
  align-items: center;
  width: max-content;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-right: 15px;
}
.sustainability-framework .purpose p {
  margin: 0;
  padding: 0 25px;
  color: white;
}
.sustainability-framework .purpose i {
  color: white;
}
.sustainability-framework .grid-1 {
  display: flex;
  align-items: flex-start;
}
.sustainability-framework .grid-1 > div:last-child {
  border: 1px solid #39b36a;
  background-color: white;
  padding: 15px;
}
.sustainability-framework .grid-1 p {
  margin: 0;
}
.sustainability-framework .grid-2 {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-gap: 10px;
  margin-top: 25px;
}
.sustainability-framework .grid-2 ul {
  margin: 0;
}
.sustainability-framework .three-pillars {
  background-color: white;
  border: 1px solid #69cff4;
  padding: 30px;
  margin: 0 30px;
  position: relative;
}
.sustainability-framework .three-pillars h4 {
  background-color: #252379;
  color: white;
  font-size: 20px;
  padding: 5px 30px;
  text-align: center;
  margin: 0 auto 25px auto;
  border-radius: 15px;
}
.sustainability-framework .three-pillars img {
  width: 25%;
  height: auto;
  margin-bottom: 10px;
}
.sustainability-framework .three-pillars::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #252379;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sustainability-framework .three-pillars::after {
  content: "\f060";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #252379;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sustainability-framework .grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
.sustainability-framework .grid-3 > div {
  background-color: #eaeae6;
  padding: 15px;
  text-align: center;
}
.sustainability-framework .grid-3 h6 {
  font-size: 17px;
  background-color: #252379;
  color: white;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.sustainability-framework .grid-3 p {
  background-color: white;
  color: #252379;
  border: 1px solid #252379;
  padding: 10px;
  border-radius: 10px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600;
}
.sustainability-framework .un-development {
  background-color: white;
  border: 1px solid #3db0ef;
  margin-top: 15px;
  padding: 15px;
  position: relative;
}
.sustainability-framework .un-development h4 {
  background-color: #252379;
  color: white;
  font-size: 17px;
  padding: 5px 30px;
  text-align: center;
  margin: 0 auto 25px auto;
  border-radius: 10px;
}
.sustainability-framework .un-development .grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
.sustainability-framework .un-development .grid-4 img {
  width: 100%;
  height: auto;
}
.sustainability-framework .un-development::after {
  content: "\f062";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-color: #252379;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sustainability-framework .grid-5 {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.sustainability-framework .grid-5 > div {
  width: 100%;
  margin: 5px 0;
  padding: 5px;
  text-align: center;
}
.sustainability-framework .grid-5 > div p {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.sustainability-framework .grid-5 > div:first-child {
  border: 1px solid #252379;
}
.sustainability-framework .grid-5 > div:first-child p {
  color: #252379;
}
.sustainability-framework .grid-5 > div:last-child {
  background-color: #252379;
}
.sustainability-framework .grid-5 > div:last-child p {
  color: white;
}

@media (max-width: 992px) {
  .sustainability-framework .grid-2 {
    grid-template-columns: 1fr;
  }
  .sustainability-framework .three-pillars {
    margin: 0;
  }
  .sustainability-framework .three-pillars::before {
    display: none;
  }
  .sustainability-framework .three-pillars::after {
    display: none;
  }
  .sustainability-framework .un-development::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .sustainability-framework .grid-3 {
    grid-template-columns: 1fr;
  }
  .sustainability-framework .un-development .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 540px) {
  .sustainability-framework .grid-1 {
    flex-direction: column;
  }
  .sustainability-framework .purpose {
    margin-bottom: 15px;
  }
}

/* Stategic Imperatives Diagram */
.strategic-imperatives {
  background-color: #eaeae6;
  padding: 25px;
}
.strategic-imperatives .grid-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  grid-gap: 25px;
}
.strategic-imperatives .grid-1.bottom {
  align-items: start;
}
.strategic-imperatives .grid-1 .content {
  background-color: white;
  padding: 15px;
  border: 1px solid #252379;
  border-radius: 0;

  display: none;
}
.strategic-imperatives .grid-1 .content ul {
  margin: 0;
}
.strategic-imperatives .grid-1 .content ul li span {
  color: #252379;
  font-weight: 600;
}
.strategic-imperatives .grid-1 .title {
  background-color: #252379;
  padding: 5px 10px;
  width: max-content;
  cursor: pointer;
  transition: 300ms;
}
.strategic-imperatives .grid-1 .title:hover {
  background-color: #34329e;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.strategic-imperatives .grid-1 .caption p {
  margin: 0;
  color: #252379;
  font-weight: 600;
  line-height: 1.25;
}
.strategic-imperatives .grid-1 .title h4 {
  color: white;
  margin: 0;
  transition: 300ms;
}
.strategic-imperatives .grid-1 .title h4 i {
  margin-left: 5px;
  font-size: 14px;
}
.strategic-imperatives .grid-1 > div .title-caption {
  display: flex;
  flex-direction: column;
}
.strategic-imperatives .grid-1 > div .caption {
  width: 60%;
  margin-top: 25px;
}
.strategic-imperatives .grid-1.bottom > div .caption {
  margin-top: 0;
  margin-bottom: 25px;
}
.strategic-imperatives .grid-1 > div:first-child .caption {
  align-self: flex-end;
  text-align: right;
  margin-right: 25px;
}
.strategic-imperatives .grid-1 > div:last-child .title {
  align-self: flex-end;
  text-align: right;
}
.strategic-imperatives .grid-1 > div:last-child .caption {
  margin-left: 25px;
}
.strategic-imperatives .grid-2 {
  border: 1px solid #252379;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  margin: 25px 0;
  grid-gap: 10px;
}
.strategic-imperatives .grid-2 > div {
  border: 1px solid #61ad3e;
  background-color: white;
}
.strategic-imperatives .grid-2 .title {
  background-color: #61ad3e;
  padding: 10px 20px;
  text-align: center;
}
.strategic-imperatives .grid-2 .title h4 {
  color: white;
  margin: 0;
}
.strategic-imperatives .grid-2 .content {
  background-color: white;
  padding: 15px;
  border-radius: 0;
}
.strategic-imperatives .grid-2 .content p {
  margin: 0;
}
.strategic-imperatives .grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  grid-gap: 10px;
}
.strategic-imperatives .grid-3 > div {
  text-align: center;
}
.strategic-imperatives .grid-3 img {
  width: 40px;
  height: auto;
}
@media (max-width: 992px) {
  .strategic-imperatives .grid-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .strategic-imperatives .grid-1 {
    grid-template-columns: 1fr;
  }
  .strategic-imperatives .grid-1 > div {
    display: flex;
    flex-direction: column-reverse;
  }
  .strategic-imperatives .grid-1 > div .title-caption {
    flex-direction: row;
    justify-content: space-between;
  }
  .strategic-imperatives .grid-1 > div .caption {
    width: 60%;
    margin: 0 0 5px 0 !important;
    text-align: right;
  }
  .strategic-imperatives .grid-1.bottom > div {
    flex-direction: column;
  }
  .strategic-imperatives .grid-1.bottom .title-caption {
    flex-direction: row-reverse;
  }
  .strategic-imperatives .grid-1 > div:last-child .title {
    align-self: initial;
  }
}
@media (max-width: 540px) {
  .strategic-imperatives .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .strategic-imperatives .grid-1 > div .title-caption {
    flex-direction: column;
  }
  .strategic-imperatives .grid-1 > div .caption {
    text-align: left !important;
    width: 100%;
    margin: 10px 0 !important;
  }
  .strategic-imperatives .grid-1.bottom > div .title-caption {
    flex-direction: column-reverse;
  }
}

/* Capital Position Diagram */
.capital-position {
  display: flex;
  justify-content: center;
}
.capital-position .img-wrapper {
  width: 25%;
  margin: 0 5px;
}
.capital-position .img-wrapper img {
  width: 100%;
  height: auto;
}
.capital-position > div:first-child,
.capital-position > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.capital-position > div:first-child > div,
.capital-position > div:last-child > div {
  padding: 7.5px 10px 7.5px 10px;
  background-color: black;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 300ms;
}
.capital-position > div:first-child > div:hover,
.capital-position > div:last-child > div:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.capital-position > div:last-child > div {
  justify-content: flex-end;
}
.capital-position > div:first-child > div i {
  display: block;
  margin-left: auto;
  color: white;
  font-size: 12px;
}
.capital-position > div:last-child > div i {
  display: block;
  margin-right: auto;
  color: white;
  font-size: 12px;
}
.capital-position > div:first-child > div img,
.capital-position > div:last-child > div img {
  height: 35px;
  width: auto;
}
.capital-position a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 600;
  margin: 0 10px;
}
.capital-position > div:first-child > div:nth-child(1) {
  background-color: #287aaf;
}
.capital-position > div:first-child > div:nth-child(2) {
  background-color: #ee478f;
}
.capital-position > div:first-child > div:nth-child(3) {
  background-color: #f8ac3a;
}
.capital-position > div:last-child > div:nth-child(1) {
  background-color: #6b408e;
}
.capital-position > div:last-child > div:nth-child(2) {
  background-color: #887c6f;
}
.capital-position > div:last-child > div:nth-child(3) {
  background-color: #55a238;
}

.capital-position > div:first-child > div {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.capital-position > div:last-child > div {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 540px) {
  .capital-position .img-wrapper {
    display: none;
  }
  .capital-position {
    flex-direction: column;
  }
  .capital-position > div:first-child > div,
  .capital-position > div:last-child > div {
    margin: 10px 0;
  }
  .capital-position > div:first-child > div {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .capital-position > div:last-child > div {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .capital-position > div:last-child > div i {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
}

.blue-container {
  background-color: white;
  border: 1px solid #252379;
}
.blue-container h4 {
  background-color: #252379;
  color: white;
  width: max-content;
  padding: 5px 10px;
}
.blue-container p {
  padding: 15px;
}

.lightblue-container {
  background-color: white;
  border: 1px solid #3cafef;
}
.lightblue-container h4 {
  background-color: #3cafef;
  color: white;
  width: max-content;
  padding: 5px 10px;
}
.lightblue-container p {
  padding: 15px;
}

.external-assurances h4 {
  background-color: #252379;
  width: 100%;
  padding: 7.5px;
  color: white;
  text-align: center;
  margin-bottom: 10px;
}
.external-assurances .grid-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.external-assurances .grid-1 > div > div:first-child {
  background-color: #d5eae3;
  border: 1px solid #252379;
  text-align: center;
  border-right: none;
  min-height: 196px;
  margin-bottom: 20px;
}
.external-assurances .grid-1 > div:last-child > div:first-child {
  border-right: 1px solid #252379;
}
.external-assurances .grid-1 > div h5 {
  background-color: white;
  padding: 5px 10px;
  color: #252379;
  margin: 0;
  min-height: 51px;
  font-weight: 600;
  border-bottom: 2px solid #252379;
}
.external-assurances .grid-1 > div {
  display: flex;
  flex-direction: column;
}
.external-assurances .grid-1 > div > div:first-child p {
  padding: 15px 10px;
  margin: 0;
  color: #252379;
}
.external-assurances .grid-1 > div > div:last-child p {
  color: black;
}
.external-assurances .grid-1 > div > div:last-child {
  background-color: white;
  border: 1px solid #252379;
  text-align: center;
  border-right: none;
  min-height: 142px;
  padding: 15px;
  min-height: 187px;
  position: relative;
}
.external-assurances .grid-1 > div:last-child > div:last-child {
  border-right: 1px solid #252379;
}
.external-assurances .grid-1 > div > div:last-child::before {
  content: "\f063";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 30px;
  height: 30px;
  background-color: #252379;
  color: white;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1400px) {
  .external-assurances .grid-1 > div > div:last-child {
    min-height: 233px;
  }
  .external-assurances .grid-1 > div > div:first-child {
    min-height: 218px;
  }
}
@media (max-width: 1200px) {
  .external-assurances .grid-1 > div > div:first-child {
    min-height: 285px;
  }
}
@media (max-width: 992px) {
  .external-assurances .grid-1 {
    grid-template-columns: 1fr;
  }
  .external-assurances .grid-1 > div > div:last-child {
    min-height: auto;
    border-right: 1px solid #252379;
  }
  .external-assurances .grid-1 > div > div:first-child {
    min-height: auto;
    border-right: 1px solid #252379;
    margin-top: 30px;
  }
  .external-assurances .grid-1 > div:first-child > div:first-child {
    margin-top: 15px;
  }
  .external-assurances .grid-1 > div h5 {
    min-height: auto;
  }
}

.our-journey {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 15px;
}
.our-journey .journey-block {
  background: #ebf7fd;
  padding: 25px;
  height: auto;
  border-left: 1px solid;
cursor: pointer;
  border-image: linear-gradient(180deg, #49b54c, #0d928a, #0b71b6) 1;
}
.our-journey .journey-block * {
  color: black !important;
}
.our-journey .journey-block h2 {
  /*  font-size: 24px;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/

  font-size: 24px;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  -webkit-text-fill-color: inherit;
  color: white !important;
  padding-left: 5px;
}
.our-journey .journey-block li::before {
  color: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
}
.our-journey .latest-year-container {
  /* grid-column: span 2; */
}
.our-journey .latest-year-container .journey-block {
  background: rgb(85, 177, 94);
  background: linear-gradient(312deg, #0b71b6, #0d928a, #49b54c);
}
.our-journey .latest-year-container .journey-block h2 {
  font-size: 32px;
}

.journey-block .journy-yearbox {
	position: relative;
}

.journey-block .chevronbounce {
	position: absolute;
    top: 5px;
    right: 8px;
	display: block !important;
}

@media (max-width: 768px) {
  .our-journey {
    grid-template-columns: 1fr;
  }
  .our-journey .latest-year-container {
    grid-column: span 1;
  }
}
/* 
.our-journey {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  padding: 30px;
  background-color: #e7f6fd;
  overflow: hidden;
}
.our-journey > div {
  margin: 0 auto 10px auto;
  width: 50%;
  background-color: white;
  border: 1px solid #252379;
  padding: 15px;
}
.our-journey > div.latest-year {
  background-color: #252379;
  border: none;
}
.our-journey > div .j-year {
  font-size: 30px;
  color: #252379;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.our-journey > div.latest-year .j-year {
  color: white;
}
.our-journey > div ul {
  margin: 0;
}
.our-journey > div.latest-year li {
  color: white;
}
.our-journey > div.latest-year li::before {
  color: white;
}
@media(max-width: 992px){
  .our-journey > div {
    width: 100%;
  }
} */

.snapshot .grid-1,
.snapshot .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #252379;
}
.snapshot .grid-2 {
  border-bottom: none;
}
.snapshot img {
  width: 100%;
  height: auto;
}
.snapshot .grid-1 > div:nth-child(1) {
  background-color: #eaeae6;
}
.snapshot .grid-1 > div:nth-child(2) {
  background-color: #f2f1ef;
}
.snapshot .grid-1 > div:nth-child(3) {
  background-color: #f8f8f6;
}

@media (max-width: 992px) {
  .snapshot .grid-1,
  .snapshot .grid-2 {
    grid-template-columns: 1fr;
  }
}

.view-chart {
  display: block;
  background-color: #252379;
  padding: 2.5px 10px;
  color: white;
  text-decoration: none;
  width: max-content;
  border-radius: 5px;
  margin: 5px 0 0 0;
}

.previous-reports .card-outmore {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.previous-reports .thecard:hover .card-outmore {
  background: #efefef;
}
.previous-reports .card-outmore a {
  display: block;
  text-decoration: none;
  color: black;
  font-weight: 400;
  width: 50%;
  text-align: center;
  padding: 10px 5px;
  transition: 400ms ease;
}
.previous-reports .card-outmore a:first-child {
  border-right: 1px solid #afafaf;
}
.previous-reports .card-outmore a:hover {
  background: linear-gradient(
    43deg,
    rgba(77, 183, 72, 1) 0%,
    rgba(13, 151, 131, 1) 50%,
    rgba(11, 112, 184, 1) 100%
  );
  color: white;
}

.bod-sub-acc .bod-sub-acc-content {
  display: none;
}
.bod-sub-acc .bod-sub-acc-title span {
  display: flex;
  gap: 5px;
  align-items: center;
  width: fit-content;
  cursor: pointer;
}
.bod-sub-acc .bod-sub-acc-title i {
  transition: 300ms;
}
.bod-sub-acc .bod-sub-acc-title.active i {
  transform: rotate(180deg);
}

/* Modal Close */
.modal-header button.close {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  border-radius: 50%;
  /* background-color: rgb(255, 255, 255, 0.1); */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  /* new */
  /* background-color: #0078bf; */
}

/* Snapshot Home */
.home-snapshot {
  background-color: #eaeae6;
  padding: 50px 0;
}
.home-snapshot h1 {
  text-align: center;
  color: #252379;
  font-size: 40px;
}
.home-snapshot .grid-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-top: 50px;
}
.home-snapshot .grid-1 > div:nth-child(2) {
  border-right: 1px solid #252379;
  border-left: 1px solid #252379;
  padding: 0 20px;
}
.home-snapshot .grid-1 object {
  width: 100%;
  height: auto;
}
.home-snapshot a {
  display: block;
  text-decoration: none;
  color: #252379;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  border: 1px solid #252379;
  margin: 50px auto 0 auto;
  width: max-content;
  transition: 500ms ease;
}
.home-snapshot a i {
  margin-left: 5px;
  transition: 500ms ease;
}
.home-snapshot a:hover {
  background-color: #252379;
  color: #eaeae6;
}
.home-snapshot a:hover i {
  margin-left: 15px;
  color: white;
}

@media (max-width: 768px) {
  .home-snapshot h1 {
    font-size: 36px;
  }
  .home-snapshot .grid-1 {
    grid-template-columns: 1fr;
  }
  .home-snapshot .grid-1 > div:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #252379;
    border-bottom: 1px solid #252379;
  }
  .home-snapshot .grid-1 > div:nth-child(1) {
    position: relative;
    left: -60px;
  }
}

.bgcontainer {
  width: 100%;
  height: 100vh;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  background-image: url("../images/hmebanner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bgcontainer_remove {
  width: 100%;
  height: 100vh;
  margin: 0px auto;
  position: relative;
  overflow: hidden;

  background-repeat: no-repeat;
  background-size: cover;
}

canvas {
  width: 100vw;
  height: 100vh;
  margin: 0;
}

#bgcontainer {
}

#svgbg {
  position: absolute;
  z-index: 2;
}

#svgbg,
#title0001,
#title0002,
#bgcontainer {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: showsvgbg;
  animation-name: showsvgbg;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes showsvgbg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showsvgbg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*diagram styles*/

.eao-container {
  background-color: #ebf7fd;
  padding: 30px;
  border-top: 3px solid;
  border-image: linear-gradient(90deg, #49b54c, #0d928a, #0b71b6) 1;
}

.eaotopic {
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
}

.eaotopic h3 {
  color: white;
}

.eaobutton {
  background-color: #4cb748;
  color: #fff;
  border-radius: 5px;
  width: 120px;
}

.eaobutton a {
  text-decoration: none;
  color: white;
}

.eaosubdiv h4 {
  background: linear-gradient(90deg, #49b54c, #0d928a, #0b71b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.eaosubdiv .eaosubdiv-first {
  background-color: #ffffff;
  border-bottom: 3px solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-image: linear-gradient(90deg, #49b54c, #0d928a, #0b71b6) 1;
}

.eaomobile > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  justify-content: space-between;
}

.eaocontentdiv {
  background-color: #ffffff;
}

.eaomobile > div:nth-child(1) p span {
  color: #00adef;
  font-weight: bold;
}

.eaomobile > div:nth-child(2) {
  background-color: #edf4e9;
  position: relative;
  height: 0px;
}

.eao-button-container {
  display: flex;
  justify-content: end;
}

.eaopagenum {
  position: absolute;
  width: max-content;
  height: fit-content;
  background-color: #4db748;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  padding: 5px 10px;
}

.eaopagenum a {
  padding: 0;
  margin: 0;
  color: white;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  /* .eaosubdiv div:first-child {
		height: 60px;
	} */

  .eaomobile > div:nth-child(1) {
    height: 337px;
  }

  .eaomobile > div:nth-child(2) {
    height: 200px;
  }
}

@media screen and (min-width: 1199px) {
  .eaomobile > div:nth-child(1) {
    height: 269px;
  }

  .eaomobile > div:nth-child(2) {
    height: 170px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .eaomobile > div:nth-child(1) {
    height: 423px;
  }

  .eaomobile > div:nth-child(2) {
    height: 170px;
  }
}

@media (max-width: 767px) {
  .eaomobile > div:nth-child(2) {
    height: 180px;
  }

  .eaomobile {
    display: none;
  }

  .chevronbounce {
    display: block;
  }
}

.ioarlogos {
  background-color: #e8f3e3;
  border-top: 6px solid #4db748;
}

.ioarlogosborderbottom {
  border-bottom: 1px solid #4db748;
}

.ioarlogos a {
  text-decoration: none;
}

.navigationicons {
  background-color: #e8f3e3;
  border-top: 6px solid #4db748;
}

.navigationicons h3 {
  color: #4db748;
}

.ni3p {
  background-color: #4db748;
  padding: 5px 10px;
}

.ni3p h4 {
  color: white;
  margin: 0;
  padding: 0;
}

.navigationicons img {
  aspect-ratio: 1 / 1;
  width: 65%;
  height: auto;
}

.navcap {
  width: fit-content;
  padding: 5px 10px;
}

.grcfnr {
  background-color: #4db748;
}

.grcfnr h3 {
  color: white;
}

.grcfnraddress {
  border: 2px solid #4db748;
}

.grcfnrlist li {
  list-style-position: outside;
  list-style-type: disc;
}

.grcfnrlist li::marker {
  color: #4db748;
}

.chevronbounce {
  width: 25px;
  height: auto;
  display: none;
}

.stih-div .chevronbounce{
	display: inline;
}

@media (max-width: 767px) {
  .chevronbounce {
    display: inline;
  }
}

.grcfnrchildren {
  display: block;
}

@media (max-width: 991px) {
  .grcfnrchildren {
    display: none;
  }
}

.greenbackground {
  background-color: #4db748;
}

.greenbackground li::before {
  color: white;
}

.cupar ul li {
  list-style-type: none;
  list-style-position: outside;
  color: white;
}

.cupar ul {
  margin-bottom: 0;
}

.trm {
  background-color: #e8f3e3;
}

.trm h1 {
  color: #4db748;
}

.tasgtopic {
  background-color: #4db748;
  padding: 5px 10px;
}

.tasgtopic h3 {
  color: white;
  margin: 0;
}

.tasglist {
  border: 2px solid #4db748;
}

@media (max-width: 991px) {
  .tasgmobile {
    display: none;
  }
}

.tasgcontainer {
  background-color: #f2f8f0;
  border-top: 6px solid #4db748;
}

.shdiv div:first-child {
  background-color: #4db748;
  padding: 0.5rem;
}

.shdiv div:first-child h2 {
  color: white;
}

.shdivlist {
  background-color: #e8f3e3;
}

.shdivlist ul li strong {
  font-weight: 600;
  color: #3d9a3c;
}

.fsixmaintopic {
  background-color: #4db748;
}

.fsixmaintopic h3 {
  color: white;
  margin: 0;
}

.fsixmaintopic p {
  color: white;
  margin: 0;
}

.fsixcontainer {
  background-color: #e8f3e3;
}

.fsixdivs div {
  background-color: white;
  border: 1px solid #4db748;
}

.fsixdivs div:first-child h3 {
  color: #4db748;
  margin: 0;
}

.fsixdivs div:first-child {
  height: 70px;
}

.fsixdivs div:last-child {
  height: 175px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fsixdivs div:first-child {
    height: 85px;
  }
  .fsixdivs div:last-child {
    height: 260px;
  }
}

.fsevenbg {
  background-color: #e8f3e3;
}

.fsevenbg img {
  width: 50px;
  height: auto;
}
.fsevenbg .sec-title {
  display: flex;
  flex-direction: column;
  border-bottom: none;
}
.fsevenbg .sec-title strong {
  background-color: white;
  border-radius: 25px;
  border: 1px solid #009943;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
}

.grncle {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  width: 25px !important;
  height: 25px !important;
  background-color: #4db748;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  color: #fff !important;
}

.cfbtopics {
  background-color: #4db748;
}

.cfbtopics h3 {
  color: white;
  margin: 0;
  padding: 0;
}

.cfbsubtopics {
  background-color: white;
  border: 1px solid #4eb749;
  width: max-content;
}

.cfbsubtopics h3 {
  color: #4eb749;
  margin: 0;
  padding: 0;
}

.cfbsubdivs {
  background-color: #f2f8f0;
  border: 1px solid #4eb749;
}

.cfbleftside {
  background-color: #f2f8f0;
  border: 1px solid #4eb749;
}

.sodiagram {
  background-color: #e8f3e3;
  border-top: 10px solid #4eb749;
}

.sodiagram img {
  width: 60px;
  height: auto;
  margin-right: 1rem;
}

.sodiagram div {
  padding: 1rem;
  display: flex;
  align-items: center;
}

.sodivs {
  border-bottom: 2px dashed #4eb749;
}

.cpsdiagram p strong {
  color: #4eb749;
}

.greenbgwithborder {
  background-color: #e8f3e3;
  border-top: 6px solid #4eb749;
}

.f28topics {
  background-color: #4eb749;
  width: max-content;
}

.f28topics h3 {
  color: white;
  margin: 0;
  padding: 0;
}

.f28content {
  background-color: white;
  border: 1px solid #4eb749;
  width: 100%;
  height: 280px;
}

.papernumber {
  font-size: 26px;
  color: #4cb748;
}

.f36content {
  background-color: white;
  border: 1px solid #4eb749;
}

.f36content p {
  margin: 5px 0;
}

.f36content strong {
  color: #4eb749;
}

.f36topics {
  background-color: white;
  border: 1px solid #4eb749;
  width: max-content;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.f36topics h3 {
  color: #4eb749;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .f36setone {
    height: 100%;
  }

  .f36settwo {
    height: 100%;
  }

  .f36setthree {
    height: 100%;
  }
}

.linecontainer {
  width: 75%;
  margin: 0 auto;
}

.vl1 {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 2px solid #4eb749;
}

.f30ac {
  background-color: white;
}

.f30ac h3 {
  color: #4eb749;
  margin: 0;
  padding: 0;
  background-color: white;
  z-index: 2;
  position: relative;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}

.hl1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 0;
  border-top: 2px dashed #4eb749;
}

.f30border {
  border: 1px solid #4eb749;
}

.f30ec {
  background-color: #4eb749;
  width: 100%;
}

.f30ec h3 {
  color: white;
  margin: 0;
}

.f30green {
  color: #4eb749;
}

.vl2 {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 110%;
  border-left: 2px dashed#4EB749;
}

@media only screen and (min-width: 992px) {
  .f36set {
    height: 100%;
  }
}

/*diagram styles*/

/* tables styles */

table thead td div.green-box {
  width: 100%;
  padding: 3px;
  color: #ffffff !important;
  text-align: center !important;
  background: #62b645 !important;
  border-radius: 0px;
  position: relative;
}

table tbody td div.space-box {
  margin-left: 13px;
}

.table-custom-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}

.table-custom-wrap .green-box {
  width: fit-content;
  height: auto;
  padding: 4px 15px;
  background: #62b645;
  align-self: end;
  color: #ffffff !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* tables styles */

.fh-box {
  border: 1px solid #65ba46;
  border-radius: 10px;
  padding: 10px;
}

.fh-green-box {
  padding: 5px 10px;
  background: #62b645;
  border-radius: 50px;
  width: fit-content;
  height: fit-content;
}

.fh-green-box h2 {
  padding: 0px !important;
  margin: 0px !important;
  color: #fff;
}

.trangle-wrap {
  position: relative;
  margin-bottom: 10px;
}

.trangle-wrap::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #ffffff transparent;
  right: -1px;
  bottom: -1px;
}

.trangle-wrap::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #60bc52 transparent transparent transparent;
  right: -1px;
  bottom: -1px;
  z-index: 1;
}

.table-responsive {
  margin-bottom: 0 !important;
}

table tr td.text-green {
  color: #60bc52 !important;
  background: #fff !;
}

/* tables styles */

img.w-40p {
  width: 40px;
}

img.w-70p {
  width: 70px;
}

.award-box {
  border-top: 8px solid #62b645;
  background: #e8f3e3;
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.award-box h2 {
  color: #62b645 !important;
}

.award-box img.w-25 {
  width: 25% !important;
  margin-bottom: 5px;
  margin-left: 15px;
}

.green-patch {
  background: #f2f8f0 !important;
}

.policy-headding {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: none;
  width: fit-content;
  padding: 4px 9px;
  background: #4cb748;
}

.policy-headding h2 {
  margin-bottom: 0px !important;
  color: white;
  font-size: 16px !important;
}

.accounting-content {
  border-top: 1.5px solid #4cb748;
  background: #e7f3e4;
  padding: 0px 8px 1px;
}

i.fa-solid.fa-arrow-up-right-from-square {
  font-size: 12px;
}

.text-green1 {
  color: #60bc52 !important;
}

button.close.table-graph {
  margin-right: 10px;
}

.table-graph-icon {
  border: 1px soid black;
  background: #62b645;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 5px;
}

a .table-graph-icon {
  color: black !important;
}

a .table-graph-icon:hover {
  cursor: pointer;
}

.grpah-div {
  width: fit-content;
}

.bg-green {
  background: #60bc52;
}

.left-0 {
  left: 0px !important;
}

.bg-gary {
  background: #6c757d;
}

.border-green {
  border: 1px solid #62b645;
}

p.rg-number {
  font-size: 40px;
  color: black;
  font-weight: 500;
}

.rg-content {
  top: -35px;
  font-style: italic;
}

.rg-content sup {
  font-size: 0.9rem;
  top: -15px;
  color: dimgrey;
  font-weight: 400;
  margin-left: 8px;
}

.rg-headding {
  margin-left: 30px !important;
}

.bg-green-circle {
  width: 130px;
  height: 130px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  border: 1px solid transparent;
  justify-content: center;
  border-radius: 70px;
  top: -60px;
  float: right;
  background: #4db748;
  color: white;
  margin-bottom: -50px;
}

.bg-green-circle span {
  padding: 0 20px !important;
}

div.min-h-90 {
  min-height: 90px !important;
}

div.green-patch1 {
  background: #e7f3e3;
  line-height: 1em;
}

.alice-blue-bg {
  background-color: #ebf7fd;
  padding: 30px;
}

.tob-border-alice-blue-bg {
  background-color: #ebf7fd;
  padding: 30px;
  border-top: 3px solid;
  border-image: linear-gradient(90deg, #49b54c, #0d928a, #0b71b6) 1;
}

/* new component  */

.icn-header h3 {
  font-weight: bold;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin: 0;
  width: fit-content;
}

.icn-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icn-icon-box img {
  width: 50px;
}

.icn-icon-box p {
  text-align: center;
}

/* new component  */
.icn-container h3 {
  font-weight: bold;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin: 0;
  width: fit-content;
}

.icn-content2 div:first-child {
  display: flex;
}

.icn-content2 img {
  width: 50px;
}

/* new component  */
.icn-icon-box2 {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid;
  margin-top: 10px;
  margin-bottom: 10px;
  border-image: linear-gradient(90deg, #49b54c, #0d928a, #0b71b6) 1;
}

.icn-icon-box2 img {
  width: 170px;
  margin-bottom: 10px;
}

.icn-icon-box2 p {
  margin: 0;
}

.icn-icon-box2 a {
  color: #2379ac;
  margin-bottom: 10px;
}

/* new component  */

.gprcc-mobile img {
  width: 170px;
  margin-bottom: 10px;
}

.gprcc-mobile .gprcc-p {
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #49b54c, #0d928a, #0b71b6) 1;
  padding-bottom: 10px;
}

.gprcc .tob-border-alice-blue-bg div:first-child {
  display: flex;
  padding-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}
.gprcc .tob-border-alice-blue-bg div:first-child i {
  display: none;
}

@media screen and (max-width: 767px) {
  .gprcc .tob-border-alice-blue-bg div:first-child i {
    display: block;
  }

  .gprcc-mobile {
    display: none;
  }
}

/* new component  */

.sof-container div:first-child {
  height: 100px;
}

.sof-container p {
  font-weight: bold;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  margin: 0;
}
.sof-container p span {
  font-weight: lighter;
}

@media screen and (max-width: 991px) {
  .sof-container div:first-child {
    height: 119px;
  }
}

@media screen and (max-width: 767px) {
  .sof-container div:first-child {
    height: 90px;
  }
}

/* home styles */
.home_header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.home_header video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_header_image {
  width: 100%;
  height: 100%;
}

.header_nav_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.in_context_main_container {
  padding: 100px 0;
  position: relative;
}

/* .chairman_context_container {
  background-image: radial-gradient(
    circle at top right,
    rgba(71, 180, 79, 1) 0%,
    rgba(10, 43, 60, 1) var(--grad-stop, 10%)
  );
} */

.in_context_main_container h1 {
  color: #fff;
  margin: 0;
  line-height: 1;
  font-size: 3rem;
  margin-bottom: 5px;
  font-weight: 700;
}

.in_context_main_container h2 {
  color: #fff;
  margin: 0;
  line-height: 1;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.context_right p {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.context_ship {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 130%;
  /*mix-blend-mode: hard-light;*/
}

@media (max-width: 1580px) {
  .context_ship {
    height: 110%;
  }
}

@media (max-width: 1366px) {
  .context_ship {
    height: 80%;
  }
}

@media (max-width: 767px) {
  .context_ship {
    opacity: 0.8;
    height: 45%;
  }
}

.context_left_container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: right;
  padding: 0 100px 0 0;
}

.context_bottom_text {
  margin: 0;
  font-size: 15px;
  text-align: right;
  color: #fff;
  position: absolute;
  right: 100px;
  bottom: 0;
}

.chairman_main_container {
  padding: 50px 0 0 0;
}

.chairman_relative_container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  transform: scale(0.9);
  border-radius: 20px;
}

.chairman_video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
}

.chairman_text_home {
  position: absolute;
  right: 80px;
  top: 80px;
  width: 40%;
}

.chairman_text_home h1 {
  color: #fff;
  line-height: 1.1;
  font-size: 3rem;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.chairman_text_home h2 {
  color: #fff;
  line-height: 1.1;
  font-size: 1.8rem;
  margin: 0;
  font-weight: 900;
  margin-bottom: 15px;
}

.chairman_text_home h3 {
  color: #fff;
  line-height: 1;
  font-size: 1.5rem;
  margin: 0;
  font-weight: 600;
  margin-bottom: 25px;
}

.chairman_text_home h3 span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #f0f0f0;
}

.chairman_home_link {
  width: max-content;
  height: auto;
  display: flex;
  align-items: center;
}

.chairman_home_link a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 600;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 20px;
  transition: all 0.25s ease-in-out;
  border: 2px solid white;
}

.chairman_home_link span {
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #42b155, #0b73b3);
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
  transform: rotateZ(-45deg);
}

.chairman_home_link span i {
  color: #fff;
  font-size: 1.1rem;
}

.chairman_home_link:hover span {
  margin-left: 5px;
  transform: rotateZ(0deg);
}

.chairman_home_link:hover a {
  color: #4cb748;
}

.dark_bg_container {
  background-color: #0a2b3c;
}

.video-container .mobile-playbutton-section {
	display: none;
}

.chairman_play_button {
  position: absolute;
  left: 80px;
  bottom: 80px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  display: none;
  opacity: 0.6;
}

.chairman_play_button_inner,
.ceo_play_button_inner {
  width: 80px;
  height: 80px;
  cursor: pointer;
  margin-top: 30px;
  opacity: 0.6;
}

.chairman_play_button img,
.chairman_play_button_inner img  {
  width: 100%;
  height: 100%;
}

.ceo_main_container {
  padding: 0;
}

.ceo_relative_container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  transform: scale(0.9);
  border-radius: 20px;
}

.ceo_video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
}

.ceo_text_home {
  position: absolute;
  left: 80px;
  top: 80px;
  width: 40%;
}

.ceo_text_home h1 {
  color: #fff;
  line-height: 1.1;
  font-size: 3rem;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.ceo_text_home h2 {
  color: #fff;
  line-height: 1.1;
  font-size: 1.8rem;
  margin: 0;
  font-weight: 900;
  margin-bottom: 15px;
}

.ceo_text_home h3 {
  color: #fff;
  line-height: 1;
  font-size: 1.5rem;
  margin: 0;
  font-weight: 600;
  margin-bottom: 25px;
}

.ceo_text_home h3 span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #f0f0f0;
}

.ceo_home_link {
  width: max-content;
  height: auto;
  display: flex;
  align-items: center;
}

.ceo_home_link a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  border: 2px solid white;
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 600;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 20px;
  transition: all 0.25s ease-in-out;
}

.ceo_home_link span {
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #42b155, #0b73b3);
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
  transform: rotateZ(-45deg);
}

.ceo_home_link span i {
  color: #fff;
  font-size: 1.1rem;
}

.ceo_home_link:hover span {
  margin-left: 5px;
  transform: rotateZ(0);
}

.ceo_home_link:hover a {
  color: #4cb748;
}

.ceo_play_button {
  position: absolute;
  right: 80px;
  bottom: 80px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  display: none;
  opacity: 0.6;
}

.ceo_play_button img {
  width: 100%;
  height: 100%;
}

.video_lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
  z-index: 500;
  display: none;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.video_lightbox.active {
  display: block;
  opacity: 1;
}

.video_lightbox_relative {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -35px;
  top: -35px;
  cursor: pointer;
}

.lightbox_close img {
  width: 100%;
  height: 100%;
}

.lightbox_video_container {
  width: 75%;
  height: auto;
  aspect-ratio: 16/9;
}

.home_swiper {
  width: calc(100% - 120px);
  height: auto;
}

.home_swiper .swiper-slide {
  width: calc(25% - 60px);
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.71);
  height: auto;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.home_swiper .swiper-slide img {
  width: auto;
  height: 70px;
  margin-right: 15px;
}

.home_swiper .swiper-slide p {
  color: #fff;
  margin: 0;
  line-height: 1;
  font-size: 1.3rem;
}

.swiper-slide.swiper_custom_active {
  background-color: #0a344a;
  border: 1px solid rgba(255, 255, 255, 0);
}

.home_swiper_main {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

.home_swiper_button {
  width: 40px;
  height: auto;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.home_swiper_button.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}

.home_swiper_button img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.home_swiper_prev {
  margin-right: 20px;
}

.home_swiper_next {
  margin-left: 20px;
}

.home_highlight_main {
  padding: 120px 0;
  position: relative;
  z-index: 2;
}

.hightlight_info_main {
  display: flex;
  align-items: flex-start;
  margin-bottom: 70px;
}

.bar_info_left {
  width: 32%;
  height: auto;
  padding-right: 40px;
  padding: 0 60px;
}

.bar_info_left h1 {
  color: #fff;
  line-height: 1;
  margin: 0;
  font-weight: 600;
  font-size: 3.2rem;
  margin-bottom: 25px;
}

.bar_info_left h2 {
  font-weight: 900;
  font-size: 4rem;
  margin: 0;
  line-height: 1;
  background: linear-gradient(to right, #42b154, #0d8899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bar_info_right {
  width: 70%;
  height: auto;
}

.bar_info_right p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 50%;
  margin: 0;
  margin-bottom: 15px;
}

.bar_wrapper {
  margin-top: 40px;
}

.bar_container {
  position: relative;
  width: auto;
  height: 60px;
  margin: 10px 0;
}

.common_bar {
  width: 0;
  height: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 5px;
  transition: width 1s ease-in-out;
  position: relative;
}

.current_year {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #4cb748;
  font-size: 20px;
  font-weight: 600;
  z-index: 2;
}

.past_year {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 400;
  z-index: 2;
}

.current_year_number {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #0070ba;
  font-weight: 600;
}

.past_year_number {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #4a4a4a;
  font-weight: 400;
}

.quick_look_main_container {
  padding: 100px 0;
  background-image: linear-gradient(to right top, #1599e2, #53e03c);
}

.quick_look_main_container .quick_look_icon {
  height: auto;
  width: 100px;
  margin-bottom: 10px;
}

/* .quick_look_items {
  padding: 15px;
  border: 1px solid rgba(255,255,255,0.5);
  margin: 10px;
  border-radius: 7px;
} */

.ceo_highlight_container {
  position: relative;
}

.ceo_bg_one {
  position: absolute;
  width: 80%;
  height: 80%;
  top: -5%;
  right: -370px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #4ab64d;
  background: radial-gradient(
    circle,
    rgba(74, 182, 77, 1) 0%,
    rgba(74, 182, 77, 0) 54%
  );
  mix-blend-mode: plus-lighter;
}

.ceo_bg_two {
  position: absolute;
  width: 80%;
  height: 91%;
  top: -8%;
  right: -2%;
  aspect-ratio: 1 / 1;
  background-color: #0c72b6;
  mix-blend-mode: exclusion;
  background: rgb(12, 114, 182);
  background: radial-gradient(
    circle,
    rgb(0, 153, 255) 0%,
    rgba(12, 114, 182, 0) 54%
  );
}

.quick_look_main_container h1 {
  font-size: 2.8rem;
  color: #0a2b3c;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
}

.quick_look_main_container p {
  font-size: 1rem;
  color: #fff;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
}

.quick_look_main_container h2 {
  font-size: 1.65rem;
  color: #fff;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 1580px) {
  /* .quick_look_items {
    padding: 10px !important;
    border: 1px solid rgba(255,255,255,0.5);
    margin: 5px;
    border-radius: 7px;
  } */

  .quick_look_main_container h1 {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .quick_look_main_container p {
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .quick_look_main_container h2 {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
  }
}

@media (max-width: 1366px) {
  /* .quick_look_items {
    padding: 10px !important;
    border: 1px solid rgba(255,255,255,0.5);
    margin: 5px;
    border-radius: 7px;
  } */

  .quick_look_main_container h1 {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .quick_look_main_container p {
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .quick_look_main_container h2 {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
  }
}

@media (max-width: 1199px) {
  /* .quick_look_items {
    padding: 5px !important;
    border: 1px solid rgba(255,255,255,0.5);
    margin: 5px;
    border-radius: 7px;
  } */

  .quick_look_main_container h1 {
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .quick_look_main_container p {
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .quick_look_main_container h2 {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
  }
}

.csr_main_container {
  padding: 70px 0 0 0;
  background-color: #ecf8fe;
}

.csr_left {
  padding: 0 100px;
}

.csr_left h1 {
  background: linear-gradient(to right, #0d8899, #42b154);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.csr_right h2 {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  color: #006fba;
  font-weight: 500;
  margin-bottom: 20px;
}

.csr_link {
  width: max-content;
  height: auto;
  display: flex;
  align-items: center;
}

.csr_link a {
  text-decoration: none;
  color: #0a2b3c;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 600;
  background-color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 20px;
  transition: all 0.25s ease-in-out;
  border: 2px solid #0a2b3c;
}

.csr_link span {
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #42b155, #0b73b3);
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
  transform: rotateZ(-45deg);
}

.csr_link span i {
  color: #fff;
  font-size: 1.1rem;
}

.csr_link:hover span {
  margin-left: 5px;
  transform: rotateZ(0deg);
}

.csr_link:hover a {
  color: #4cb748;
}

.csr_image_container {
  position: relative;
  height: 40vw;
}

.csr_bottom_image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 70%;
  height: auto;
  z-index: 2;
}

.csr_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.csr_list li {
  position: relative;
  padding-left: 25px;
  line-height: 1.4;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.csr_list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(to right, #42b155, #0b73b3);
}

.triology_main_container {
  position: relative;
  padding: 550px 0 0px 0;
  overflow: hidden;
}

.watercolor {
  position: absolute;
  right: 20%;
  top: 0;
  width: auto;
  height: 60%;
}

.triology_left {
  padding-right: 50px;
}

.triology_left h1 {
  background: linear-gradient(to right, #42b154, #0d8899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin: 0;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 15px;
}

.triology_left p {
  color: #fff;
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.2;
}

.triology_right {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  position: relative;
  z-index: 1;
}

.book_container {
  width: 33%;
  height: auto;
}

.book_container a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.book_container a img {
  width: 100%;
  height: auto;
}

.book_container a {
  text-decoration: none;
  color: #fff;
}

.book_container a span {
  font-size: 1.25rem;
  width: max-content;
  border: 1px solid #fff;
  line-height: 1;
  padding: 7.5px 20px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.book {
  position: relative;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 9px 20px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: box-shadow 0.3s linear;
}

.book img {
  transform-origin: 0 50%;
  transform: rotateY(0);
  transition: all 0.45s ease;
}

.book:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 9px 20px 0 rgba(0, 0, 0, 0.45);
}

.book:hover img {
  transform: rotateY(-15deg);
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.2);
}

.book::after,
.book::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  background: white;
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 100%;
}

.book::before {
  left: -3px;
}

.book::after {
  left: -6px;
}

.home_footer_icon {
  display: flex;
  gap: 10px;
  width: 50%;
  justify-content: flex-end;
}

.home_footer_icon a {
  display: flex;
  width: 40px;
  height: 40px;
  /*background-color: #fff;*/
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.home_footer_icon a img {
  height: 20px;
  width: auto;
}

.home_footer_container {
  border-top: 1px solid #075177;
  /*border-bottom: 1px solid #27A9E0;*/
  display: flex;
  align-items: center;
  padding: 20px 0 0px 0;
}

.home_footer {
  padding: 50px 0 20px 0;
}

.home_footer_link {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  padding: 5px 0;
}

.home_footer_link p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}

.home_footer_link a {
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.home_gsarn {
  width: 50%;
  height: auto;
}

.home_gsarn img {
  width: 60%;
  height: auto;
}

.inner_footer_icon {
  display: flex;
  gap: 10px;
  width: 50%;
  justify-content: flex-end;
}

.inner_footer_icon a {
  display: flex;
  width: 40px;
  height: 40px;
  /*background-color: #fff;*/
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.inner_footer_icon a img {
  height: 20px;
  width: auto;
}

.inner_footer_container {
  border-top: 1px solid #075177;
  /*border-bottom: 1px solid #27A9E0;*/
  display: flex;
  align-items: center;
  padding: 20px 0 0px 0;
}

.inner_footer {
  padding: 50px 0 20px 0;
}

.inner_footer_link {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  padding: 5px 0;
}

.inner_footer_link p {
  color: #717171;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}

.inner_footer_link a {
  color: #4e4e4e;
  text-decoration: none;
  margin: 0;
}

.inner_gsarn {
  width: 50%;
  height: auto;
}

.inner_gsarn img {
  width: 60%;
  height: auto;
}

.new_header_top {
  width: 100%;
  height: 65px;
  background-image: linear-gradient(
    43deg,
    rgba(77, 183, 72, 1) 0%,
    rgba(13, 151, 131, 1) 50%,
    rgba(11, 112, 184, 1) 100%
  );
  position: relative;
  z-index: 1;
}

.new_header {
  position: relative;
  z-index: 2;
  margin-top: -18px;
  border-radius: 20px 20px 0 0;
  width: 100%;
  background: rgb(236, 248, 254);
  background: linear-gradient(
    180deg,
    rgba(236, 248, 254, 1) 23%,
    rgba(255, 255, 255, 0.2847339619441527) 100%
  );
  overflow: hidden;
  padding: 100px 100px 0 40px;
}

.header_bg_one {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  mix-blend-mode: multiply;
}

.header_bg_two {
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
  right: 15%;
}

.ceo_bg_image {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: auto;
}

.header_main {
  border-top: 1px solid #006fb9;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
}

.header_section_details {
  position: relative;
  padding: 40px 20px 30px 20px;
  width: 25%;
}

.header_section_details h2 {
  color: #00265d;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 10px;
}

.header_section_details h1 {
  color: #00265d;
  margin: 0;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 600;
}

.section_details_vl {
  width: 1px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(to bottom, #006fb9, #ffffff);
}

.section_next {
  position: absolute;
  right: -20px;
  top: 40px;
  width: 40px;
  height: 40px;
}

.header_page_details {
  padding: 40px 50px 40px 50px;
  position: relative;
  width: 40%;
}

.header_page_details h1 {
  font-size: 3.2rem;
  line-height: 1;
  margin: 0;
  font-weight: 600;
  background: linear-gradient(to right, #42b154, #0d8899);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .header_page_details h1 div {
  background: linear-gradient(to right, #42b154, #0d8899);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.header_page_details h1 span {
  font-weight: 500;
}

.page_details_vl {
  width: 1px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(to bottom, #006fb9, #ffffff);
}

.header_next_previous {
  padding: 20px 20px 20px 20px;
  width: 35%;
}

.header_prev {
  background-color: #ffffff;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  color: #0a2b3c;
  text-decoration: none;
  padding: 0 3px;
  border-radius: 20px;
  font-size: 15px;
  margin-bottom: 10px;
  border: 1px solid #0a2b3c;
  transition: all 0.5s;
}

.header_prev .arrow {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  margin-right: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: #0a2b3c;
  color: rgba(255, 255, 255, 1);
}

.header_prev:hover {
  background-color: #0a2b3c;
  color: #ffffff;
}

.header_prev:hover .arrow {
  background: linear-gradient(
    43deg,
    rgba(77, 183, 72, 1) 0%,
    rgba(13, 151, 131, 1) 50%,
    rgba(11, 112, 184, 1) 100%
  );
  color: #ffffff;
}

.header_next {
  background-color: #fff;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  color: #0a2b3c;
  text-decoration: none;
  padding: 0 3px;
  border-radius: 20px;
  font-size: 15px;
  margin-bottom: 10px;
  justify-content: flex-end;
  border: 1px solid #0a2b3c;
  transition: all 0.5s;
}

.header_next .arrow {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  margin-left: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: #0a2b3c;
  color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease;
}

.header_next:hover {
  background-color: #0a2b3c;
  color: #ffffff;
}

.header_next:hover .arrow {
  background: linear-gradient(
    43deg,
    rgba(77, 183, 72, 1) 0%,
    rgba(13, 151, 131, 1) 50%,
    rgba(11, 112, 184, 1) 100%
  );
  color: #ffffff;
}

.prev_page_name {
  font-size: 15px;
  color: #00265d;
  line-height: 1.3;
  margin: 0;
}

.next_page_name {
  font-size: 15px;
  color: #00265d;
  line-height: 1.3;
  margin: 0;
  text-align: right;
}

@media (max-width: 1366px) {
  .prev_page_name {
    font-size: 15px;
    line-height: 1.1;
  }

  .next_page_name {
    font-size: 15px;
    line-height: 1.1;
  }

  .header_prev {
    font-size: 13px;
    height: 35px;
  }

  .header_next {
    font-size: 13px;
    height: 35px;
  }

  .header_prev .arrow {
    width: 27px;
    height: 27px;
    margin-right: 5px;
  }

  .header_next .arrow {
    width: 27px;
    height: 27px;
    margin-right: 0px;
  }
}

.inside_chairman_container {
  display: flex;
  background-image: linear-gradient(
    0deg,
    rgba(236, 248, 254, 1) 23%,
    rgba(255, 255, 255, 0.2847339619441527) 100%
  );
  padding: 0 100px 80px 40px;
}

.inside_ch_left {
  width: 20%;
  height: auto;
}

.inside_ch_right {
  width: 80%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.inside_ch_image_container {
  position: relative;
  width: 65%;
  height: auto;
}

.chairman_image {
  width: 100%;
  height: auto;
}

#chairman_video_play {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0.6;
}

#ceo_video_play {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0.6;
}

.inside_ch_text {
  width: 35%;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
  color: #006fb9;
  font-weight: 500;
  margin-left: 20px;
  margin-top: 20px;
}

@media (max-width: 1400px) {
  .header_section_details h1 {
    font-size: 2rem;
  }

  .header_page_details h1 {
    font-size: 2.5rem;
  }
}

@media(max-width: 1280px){
  .chairman_play_button_inner,
  .ceo_play_button_inner {
    display: none;
  }
  .chairman_text_home, .ceo_text_home {
	 top: 170px; 
  }
  .chairman_play_button,
  .ceo_play_button {
    display: block;
	bottom: 170px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .header_prev img {
    margin-right: 5px;
  }

  .header_next img {
    margin-left: 5px;
  }
}

@media (max-width: 1199px) {
  .header_next_previous {
    width: 30%;
  }

  .header_page_details {
    width: 45%;
  }

  .header_section_details h1 {
    font-size: 2rem;
  }

  .header_page_details h1 {
    font-size: 2.5rem;
  }

  .home_header {
    height: 60vh;
  }

  .in_context_main_container {
    padding: 70px 0;
    position: relative;
  }

  .context_left_container {
    padding: 0 50px 0 0;
  }

  .chairman_relative_container {
    height: auto;
  }

  .chairman_video {
    position: static;
    transform: translate(0, 0);
  }

  .chairman_text_home {
    right: 40px;
    top: 40px;
  }
	
   .video-container {
    position: relative;
	}

  .chairman_play_button {
    left: 40px;
    bottom: 40px;
    width: 70px;
    height: 70px;
  }

  .ceo_relative_container {
    height: auto;
  }

  .ceo_video {
    position: static;
    transform: translate(0, 0);
  }

  .chairman_text_home h1 {
    font-size: 2.5rem;
  }

  .chairman_text_home h2 {
    font-size: 1.5rem;
  }

  .ceo_text_home h1 {
    font-size: 2.5rem;
  }

  .ceo_text_home h2 {
    font-size: 1.5rem;
  }

  .ceo_text_home {
    left: 40px;
    top: 40px;
  }

  .ceo_play_button {
    right: 40px;
    bottom: 40px;
    width: 70px;
    height: 70px;
  }

  .triology_main_container {
    padding: 400px 0 0px 0;
  }

  .bar_info_left {
    padding: 0 40px;
  }

  .bar_info_left h1 {
    font-size: 2.5rem;
  }

  .home_highlight_main {
    padding: 100px 0;
  }

  .inside_ch_left {
    display: none;
  }

  .inside_ch_right {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .header_next_previous {
    display: none;
  }

  .header_section_details {
    width: 40%;
    padding: 20px;
  }

  .header_page_details {
    padding: 20px 20px 20px 40px;
    width: 60%;
  }

  .new_header {
    padding: 100px 20px 0 20px;
  }

  .header_section_details h1 {
    font-size: 2rem;
  }

  .header_page_details h1 {
    font-size: 2.25rem;
  }

  .page_details_vl {
    display: none;
  }

  .home_header {
    height: 50vh;
  }

  .context_left_container {
    padding: 0 50px 0 0;
  }

  .context_right {
    padding: 20px 50px;
  }

  .chairman_relative_container {
    height: auto;
  }

  .chairman_video {
    position: static;
    transform: translate(0%, 0%);
  }

  .chairman_text_home {
    position: static;
    width: 100%;
    padding: 40px;
  }
	
  .video-container .mobile-playbutton-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
   }

  .chairman_play_button {
    left: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
  }
	
	.chairman_play_button.mobile-hide{
		display: none;
	}

  .in_context_main_container {
    padding: 70px 0;
  }

  .hightlight_info_main {
    flex-direction: column;
  }

  .bar_info_left {
    width: 100%;
    padding-right: 0;
    padding: 0 40px;
  }

  .bar_info_right {
    width: 100%;
    padding: 0 40px;
  }

  .home_highlight_main {
    padding: 70px 0;
  }

  .ceo_relative_container {
    height: auto;
  }

  .ceo_video {
    position: static;
    transform: translate(0%, 0%);
  }

  .ceo_text_home {
    position: static;
    width: 100%;
    padding: 40px;
  }

  .ceo_play_button {
	position: static;
    left: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
  }
	
  .ceo_play_button.mobile-hide{
	display: none;
  }

  .quick_look_main_container {
    padding: 70px 0;
  }

  .csr_left {
    padding: 0 30px;
  }

  .triology_main_container {
    padding: 250px 0 0 0;
  }

  .triology_left {
    padding-right: 25px;
  }

  .inside_chairman_container {
    padding: 20px;
  }

  .inside_ch_left {
    display: none;
  }

  .inside_ch_right {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }

  .inside_ch_image_container {
    width: 100%;
    margin-bottom: 15px;
  }

  .inside_ch_text {
    width: 100%;
  }

  .inside_ch_text {
    margin-left: 0;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .home_header {
    height: 40vh;
  }

  .in_context_main_container {
    padding: 50px 0;
  }

  .chairman_relative_container {
    height: auto;
  }

  .chairman_video {
    position: static;
    transform: translate(0%, 0%);
  }

  .chairman_text_home {
    position: static;
    width: 100%;
    padding: 20px;
  }

  .chairman_play_button {
    left: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
  }

  .lightbox_video_container {
    width: 95%;
  }

  .lightbox_close {
    right: 0;
    top: -35px;
  }

  .hightlight_info_main {
    flex-direction: column;
  }

  .bar_info_left {
    width: 100%;
    padding-right: 0;
    padding: 20px;
  }

  .bar_info_right {
    width: 100%;
    padding: 20px;
  }

  .bar_info_right p {
    width: 100%;
  }

  .common_bar {
    margin-top: 40px;
  }

  .past_year_number {
    right: 0;
    top: -30px;
    transform: translateY(0);
    width: max-content;
    color: #fff;
  }

  .current_year_number {
    right: 0;
    top: -30px;
    transform: translateY(0);
    color: #fff;
    width: max-content;
  }

  .home_highlight_main {
    padding: 50px 0;
  }

  .ceo_relative_container {
    height: auto;
  }

  .ceo_video {
    position: static;
    transform: translate(0%, 0%);
  }

  .ceo_text_home {
    position: static;
    width: 100%;
    padding: 20px;
  }

  .ceo_play_button {
    left: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
  }

  .quick_look_main_container {
    padding: 70px 20px;
  }

  .csr_main_container {
    padding: 50px 0 0 0;
  }

  .csr_left {
    padding: 20px;
  }

  .csr_right {
    padding: 20px;
  }

  .csr_image_container {
    height: 50vw;
  }

  .csr_bottom_image {
    width: 95%;
  }

  .watercolor {
    width: 100%;
    height: auto;
  }

  .triology_main_container {
    padding: 150px 0 100px 0;
  }

  .triology_left {
    padding-right: 0;
    padding: 20px;
  }

  .triology_right {
    gap: 15px;
  }

  .new_header {
    padding: 100px 20px 0 20px;
  }

  .header_main {
    flex-direction: column;
  }

  .header_section_details {
    padding: 20px;
    width: 100%;
  }

  .header_page_details {
    padding: 20px;
    width: 100%;
  }

  .header_next_previous {
    display: none;
  }

  .header_bg_one {
    display: none;
  }

  .header_bg_two {
    width: 100%;
    height: auto;
  }

  .section_details_vl {
    display: none;
  }

  .page_details_vl {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #006fb9, #fff);
    display: inline-block;
  }

  .section_next {
    right: auto;
    top: auto;
    width: 30px;
    height: 30px;
    bottom: -15px;
    left: 20px;
    transform: rotateZ(90deg);
    z-index: 1;
  }

  .header_section_details h1 {
    font-size: 2rem;
  }

  .header_page_details h1 {
    font-size: 2.5rem;
  }

  .home_footer_container {
    flex-direction: column;
  }

  .context_left_container {
    height: auto;
    justify-content: flex-start;
    text-align: left;
    padding: 20px;
  }

  .context_right {
    padding: 20px;
  }

  .context_right p {
    font-size: 1.3rem;
  }

  .context_bottom_text {
    right: 20px;
    width: calc(100% - 40px);
  }

  .home_footer {
    padding: 50px 20px 20px 20px;
  }

  .home_gsarn {
    width: 100%;
    margin-bottom: 10px;
  }

  .home_footer_icon {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .inside_chairman_container {
    padding: 20px;
  }

  .inside_ch_left {
    display: none;
  }

  .inside_ch_right {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }

  .inside_ch_image_container {
    width: 100%;
    margin-bottom: 15px;
  }

  .inside_ch_text {
    width: 100%;
  }
	
  .inner_footer {
		padding: 50px 20px 20px 20px;
	}

  .inside_ch_text {
    margin-left: 0;
    margin-top: 0;
  }
	.inner_footer_container {
		flex-wrap: wrap;
	}
	
  .inner_gsarn {
    width: 100%;
    height: auto;
	  margin-bottom: 10px;
	}	
	
	.inner_footer_icon {
		display: flex;
		gap: 10px;
		width: 100%;
		justify-content: flex-start;
		margin-bottom: 10px;
	}
	
  .inner_gsarn img {
    width: 60%;
    height: auto;
	padding-left: 6px;
  }
	
}

/*
@media (max-width:575px){
    .inner_gsarn img {
        width: 90%;
        height: auto;
    }
}
*/

@media(max-width:460px) {
	.context_bottom_text {
        left: 33px;
        right: 0;
        width: calc(100% - 66px);
    }
	
	.context_bottom_text {
		margin: 0;
		font-size: 15px;
		text-align: left;
		color: #fff;
		position: absolute;
		right: 100px;
		bottom: 0;
	}
}
/* home styles */

.oeo-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  margin-bottom: 10px;
}

.oeo-header p {
  margin: 5px 0;
  color: #fff;
}

.oeo-container {
  flex-grow: 1;
  background-color: #fff;
  padding: 15px;
  border: 1px solid;
  border-image: linear-gradient(90deg, #49b54c, #0d928a, #0b71b6) 1;
}

.oeo-title-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.oeo-title-container img {
  width: 50px;
  margin-right: 10px;
}

.oeo-title-container p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mafse-tr {
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  color: white;
}

/* new component  */
.eos-sus-title p {
  color: #0b71b6;
  font-weight: bold;
  font-size: 16px;
}

.eos-sus-header {
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #49b54c, #0d928a, #0b71b6) 1;
}

.eos-sus-header div:first-child p {
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  color: white;
  text-align: center;
  padding: 5px 5px;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}

.eos-sus-header div:nth-child(2) p {
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  padding: 5px 5px;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  font-style: italic;
}

.eos-sus-content {
  margin-top: 10px;
}

.eos-sus-content div:first-child p {
  text-align: right;
  margin: 0;
  line-height: 1.1;
}

.eos-sus-content div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eos-sus-content .eos-box {
  background-color: white;
  padding: 10px 0;
  margin: 0;
  border: 1px solid #49b54c;
  border-radius: 5px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eos-sus-content div:nth-child(2) p {
  text-align: center;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .eos-sus-content .eos-middle-box {
    margin: 5px 0;
  }
}

/* new component  */

.dseut-title div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 5px;
  border: 2px solid;
  border-image: linear-gradient(90deg, #49b54c, #0d928a, #0b71b6) 1;
}

.dseut-title p {
  text-align: center;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin: 0;
  font-size: 18px;
}

.dseut-header {
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  color: white;
  padding: 5px 10px;
  text-align: center;
  margin: 0;
  display: inline-block !important;
  height: 16%;
  align-content: center;
}

.dseut-content {
  display: flex;
  flex-direction: column;
  background-color: white;
  border: 1px solid #49b54c;
  padding: 10px;
  flex-grow: 1;
  height: 90%;
}

.dseut-content p {
  color: #49b54c;
}
.dseut-content img {
  width: 50px;
}
.dseut-content p:first-child {
  padding-bottom: 5px;
  border-bottom: 1px solid #49b54c;
  margin-bottom: 5px;
}

/* new component  */

.emc-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  padding: 5px;
  height: 10%;
}
.emc-header p {
  text-align: center;
  color: white;
  margin: 0 10px 0 0;
}

.emc-body {
  padding: 10px;
  background-color: white;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
  border-image: linear-gradient(90deg, #49b54c, #0d928a, #0b71b6) 1;
  height: 85%;
  margin-bottom: 5%;
}

@media screen and (max-width: 767px) {
  .emc-body {
    display: none;
  }

  .emc-header {
    justify-content: space-between;
    height: 50px;
  }
}

/* new component  */

.global-economy p {
  text-align: center;
  font-weight: bold;
  color: #0b71b6;
  padding: 5px 0;
  background-color: white;
  border: 1px solid #232178;
}

.global-economy-border {
  display: flex;
  justify-content: center;
}

.global-economy-border .col-11 {
  position: absolute;
  height: 30px;
  border-left: 1px solid #49b54c;
  border-right: 1px solid #49b54c;
  border-bottom: 1px solid #49b54c;
  border-radius: 10px;
  bottom: -23px;
  z-index: -1;
}

.global-economy-border img {
  position: absolute;
  width: 40px;
  bottom: -20px;
  left: 50%;
}

.global-economy-container ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 6px;
}

.global-economy-container ul li {
  position: relative;
  padding-left: 0.8rem;
  padding-right: 0.4rem;
  margin-bottom: 0.5rem;
}

.global-economy-container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #49b54c;
  border-radius: 50%;
}

.global-economy-container li {
  color: #000;
}

/* new component  */

.osep-box img {
  width: 50px;
}

.osep-box p span {
  font-weight: bold;
  color: #66bfd6;
}

/* page common styles */

.searchable-content h2 {
  font-weight: bold;
  background: linear-gradient(
    90deg,
    rgba(11, 113, 182, 1) 0%,
    rgba(73, 181, 76, 1) 57%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c); */
}

.searchable-content h5 {
  font-weight: bold;
  background: linear-gradient(
    90deg,
    rgba(53, 172, 208, 1) 0%,
    rgba(77, 177, 140, 1) 57%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.searchable-content .note-section h5 {
  color: #4db748 !important;
  -webkit-text-fill-color: unset !important;
  font-weight: 500;
}

h3 span {
  color: #565973;
  font-weight: 200;
}

/* page common styles */

/* new component  */
.th_mmv_container {
}

.th_mmv_title-red {
  background-color: #e91652;
  color: white;
  padding: 5px 15px 5px;
  border-radius: 7px;
}

.th_mmv_title-blue {
  background-color: #3586c6;
  color: white;
  padding: 5px 15px 5px;
  border-radius: 7px;
}

.th-mmv-red-box span {
  border: 1px solid #e91652;
  border-radius: 5px;
  padding: 0 5px;
  margin-right: 10px;
  color: #e91652;
}

.th-mmv-blue-box span {
  border: 1px solid #3586c6;
  border-radius: 5px;
  padding: 0 5px;
  margin-right: 10px;
  color: #3586c6;
}

.th_mmv_title-purple {
  background-color: #632f7e;
  color: white;
  padding: 5px 15px 5px;
  border-radius: 7px;
}

.th-mmv-purple-box span {
  border: 1px solid #632f7e;
  border-radius: 5px;
  padding: 0 5px;
  margin-right: 10px;
  color: #632f7e;
}

.th_mmv_title-orange {
  background-color: #f47f1f;
  color: white;
  padding: 5px 15px 5px;
  border-radius: 7px;
}

.th-mmv-orange-box span {
  border: 1px solid #f47f1f;
  border-radius: 5px;
  padding: 0 5px;
  margin-right: 10px;
  color: #f47f1f;
}

.th_mmv_title-green {
  background-color: #749f39;
  color: white;
  padding: 5px 15px 5px;
  border-radius: 7px;
}

.th-mmv-green-box span {
  border: 1px solid #749f39;
  border-radius: 5px;
  padding: 0 5px;
  margin-right: 10px;
  color: #749f39;
}

.th_mmv_title-brown {
  background-color: #a4807a;
  color: white;
  padding: 5px 15px 5px;
  border-radius: 7px;
}

.th-mmv-brown-box span {
  border: 1px solid #a4807a;
  border-radius: 5px;
  padding: 0 5px;
  margin-right: 10px;
  color: #a4807a;
}

/* new component  */
.mm-table-title-p {
  margin: 0;
  display: inline-block;
  color: white;
  padding: 0 10px;
  border-radius: 5px;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
}

.clor-txt-div p span {
  background: linear-gradient(
    90deg,
    rgba(11, 113, 182, 1) 0%,
    rgba(73, 181, 76, 1) 57%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5;
}

/* custom css */

.border-green-custom {
  border-top: 2px solid #62b645;
}

.bg-light-green {
  background: #e8f3e3;
}

.green-box {
  background: #62b645;
  color: white;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-tax-box .green-custom-text {
  font-size: 1.1rem;
  line-height: 1.2em;
}

.custom-tax-box .text-green-gradiont {
  font-size: 1.7rem;
}

.green-custom-text {
  color: #61ae51;
}

.text-green-gradiont {
  background: linear-gradient(
    90deg,
    rgba(11, 113, 182, 1) 0%,
    rgba(73, 181, 76, 1) 40%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1em;
}

.text-green-gradiont-2 {
  font-weight: bold;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin: 0;
}

.green-tick {
  max-width: 60px;
}

.light-blue-patch {
  background: #ebf7fd;
}

.text-blue-custom {
  color: #006fba;
}

.border-box-green {
  border: 1px solid #62b645;
}

.ws-box-image {
  max-width: 110px;
}

@media (max-width: 1439px) {
  .ws-box-item {
    width: 50% !important;
  }
}

@media (max-width: 599px) {
  .ws-box-item {
    width: 100% !important;
  }
}

.custom-special-box h2.custom-special-box-bigtext {
  font-size: 2rem;
  line-height: 1em;
}

.custom-special-box h2.custom-special-box-mediumtext {
  font-size: 1.6rem;
  line-height: 1em;
}

.custom-special-box h2.custom-special-box-mediumtext span {
  font-size: 1.3rem;
  font-weight: 400;
}

.custom-special-box h2.custom-special-box-bigtext span {
  font-size: 1.7rem;
  font-weight: 400;
}

.custom-special-box .text-blue-custom {
  color: #006fba;
}

.award-box-custom .row-image-box {
  max-width: 30%;
}

.award-box-custom .row-text-box {
  max-width: 70%;
}

.big-reward-banner-box .big-reward-banner-image {
  max-width: 60%;
}

.big-reward-banner-box .big-reward-banner-text {
  max-width: 40%;
}

.big-reward-banner-box .big-reward-banner-title {
  font-size: 2.4rem;
  line-height: 1em;
}

.big-reward-banner-box .big-reward-banner-title span {
  font-size: 1.9rem;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .big-reward-banner-box .big-reward-banner-image {
    max-width: 55%;
  }

  .big-reward-banner-box .big-reward-banner-text {
    max-width: 45%;
  }

  .big-reward-banner-box .big-reward-banner-title {
    font-size: 2rem;
    line-height: 1em;
  }

  .big-reward-banner-box .big-reward-banner-title span {
    font-size: 1.6rem;
    font-weight: 400;
  }
}

@media (max-width: 1060px) {
  big-reward-banner-box .big-reward-banner-title {
    font-size: 1.8rem;
    line-height: 1em;
  }

  .big-reward-banner-box .big-reward-banner-title span {
    font-size: 1.4rem;
    line-height: 1em;
    font-weight: 400;
  }
}

@media (max-width: 800px) {
  .big-reward-banner-box .big-reward-banner-image {
    min-width: 100% !important;
  }

  .big-reward-banner-box .big-reward-banner-text {
    min-width: 100% !important;
  }
}

.snapshot-box {
  background: #ebf7fd;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.snapshot-box .snapshot-figure-section {
  width: 30%;
}

.snapshot-figure-section .figure-text-small {
  font-size: 13px;
  line-height: 1.2em;
}

.snapshot-figure-section .figure-text-medium {
  font-size: 16px;
  line-height: 1.2em;
}

.snapshot-box .snapshot-graph-section {
  width: 70%;
  background: #fffdfd;
}

.snapshot-box .snapshot-graph-section .svg-animate,
.snapshot-box .snapshot-figure-section .svg-animate {
  min-width: 100% !important;
}

@media (max-width: 480px) {
  .snapshot-box .snapshot-figure-section,
  .snapshot-box .snapshot-graph-section {
    width: 100%;
  }
}

.max-w-80 {
  max-width: 60px;
}

.max-w-40 {
  max-width: 40px;
  max-height: 40px;
}

.max-w-90 {
  max-width: 90px !important;
  height: auto !important;
}

.max-w-20 {
  max-width: 20px;
  max-height: 20px;
}

.max-width-150 {
  max-width: 150px;
  height: auto;
}

.max-width-100 {
  max-width: 100px;
  height: auto;
}

.max-height-80 {
  max-height: 80px;
}

.cta-box {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Remove the comma */
  gap: 20px;
  position: relative;
}

.cta-item {
  border: 1px solid #62b645;
  padding: 10px;
}

.cta-item .spacebox-right {
  float: right;
  margin: 5px;
  width: 100%;
  height: 80px;
  display: block;
}

.cta-item .spacebox-left {
  float: left;
  margin: 5px;
  width: 100%;
  height: 80px;
  display: block;
}

.cta-item.image-after {
  position: relative;
}

.cta-item.image-after::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: -150px;
  right: -135px;
  background-image: url("../images/introduction/cta_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.red-gradiant {
  background: rgb(231, 2, 50);
  background: -moz-linear-gradient(
    90deg,
    rgba(231, 2, 50, 1) 0%,
    rgba(243, 103, 25, 0.8743872549019608) 44%,
    rgba(255, 204, 1, 1) 85%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(231, 2, 50, 1) 0%,
    rgba(243, 103, 25, 0.8743872549019608) 44%,
    rgba(255, 204, 1, 1) 85%
  );
  background: linear-gradient(
    90deg,
    rgba(231, 2, 50, 1) 0%,
    rgba(243, 103, 25, 0.8743872549019608) 44%,
    rgba(255, 204, 1, 1) 85%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e70232",endColorstr="#ffcc01",GradientType=1);
}

.blue-gradiant {
  background: rgb(92, 0, 83);
  background: -moz-linear-gradient(
    90deg,
    rgba(92, 0, 83, 1) 0%,
    rgba(89, 72, 128, 1) 37%,
    rgba(88, 119, 157, 1) 66%,
    rgba(85, 193, 204, 1) 85%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(92, 0, 83, 1) 0%,
    rgba(89, 72, 128, 1) 37%,
    rgba(88, 119, 157, 1) 66%,
    rgba(85, 193, 204, 1) 85%
  );
  background: linear-gradient(
    90deg,
    rgba(92, 0, 83, 1) 0%,
    rgba(89, 72, 128, 1) 37%,
    rgba(88, 119, 157, 1) 66%,
    rgba(85, 193, 204, 1) 85%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c0053",endColorstr="#55c1cc",GradientType=1);
}

table.gt tbody tr td.align-bottom {
  vertical-align: bottom !important;
}

table.gt tbody tr td.align-middle {
  vertical-align: middle !important;
}

table.gt tbody tr.blue-bg-custom td {
  background: rgb(236 248 254) !important;
}

table.gt tbody tr.blue-bg-custom td.text-dark strong,
table.gt tbody tr td.text-dark strong {
  color: #565973 !important;
}

.qr-flex-box {
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.qr-image img {
  max-width: 180px;
  height: auto;
}

.qr-image {
  padding: 10px;
  padding-bottom: 0px !important;
}

.signature-flex {
  display: flex;
  flex-wrap: wrap;
}

.signature-flex-item {
  width: 20% !important;
  padding: 10px;
}

.signature-flex-item .signature-flex-name .member-name p {
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 3px !important;
}

.signature-flex-item .signature-flex-name .member-position p {
  line-height: 1.2em;
  margin-bottom: 5px !important;
}

@media (max-width: 1199px) {
  .signature-flex-item {
    width: 25% !important;
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .signature-flex-item {
    width: 33% !important;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .signature-flex-item {
    width: 50% !important;
    padding: 10px;
  }
}

/* metrix css */

.matrix-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #ddd;
  background-color: white;
  padding-bottom: 30px;
  padding-top: 30px;
}

.matrix-title {
  text-align: center;
  font-size: clamp(18px, 5vw, 24px);
  color: #34495e;
  margin: 10px 0;
  padding: 10px;
}

.matrix-inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 90%; /* Maintain aspect ratio for the grid */
}

@media (min-width: 768px) {
  .matrix-inner {
    padding-top: 80%; /* Slightly different aspect ratio for larger screens */
  }
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #4cb748;
  margin: 0px 0 80px 80px;
}

.grid-cell {
  border: 1px dashed #4cb748;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 5px;
  overflow: auto;
}

.item {
  border-radius: 5px;
  padding: 5px 10px;
  margin: 2px;
  cursor: pointer;
  font-weight: bold;
  transition: transform 0.2s;
  font-size: clamp(10px, 2.5vw, 15px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.item:hover {
  transform: scale(1.1);
}

.item.red:hover {
  background-color: rgba(231, 76, 60, 0.3);
}
.item.blue:hover {
  background-color: rgba(52, 152, 219, 0.3);
}
.item.green:hover {
  background-color: rgba(46, 204, 113, 0.3);
}
.item.orange:hover {
  background-color: rgba(230, 126, 34, 0.3);
}
.item.purple:hover {
  background-color: rgba(155, 89, 182, 0.3);
}
.item.tan:hover {
  background-color: rgba(213, 184, 149, 0.3);
}

.red {
  border: 1px solid #e74c3c;
  color: #e74c3c;
}
.blue {
  border: 1px solid #3498db;
  color: #3498db;
}
.green {
  border: 1px solid #2ecc71;
  color: #2ecc71;
}
.orange {
  border: 1px solid #e67e22;
  color: #e67e22;
}
.purple {
  border: 1px solid #9b59b6;
  color: #9b59b6;
}
.tan {
  border: 1px solid #d5b895;
  color: #d5b895;
}

.axis-value {
  position: absolute;
  font-weight: bold;
  color: #2c3e50;
  font-size: clamp(10px, 2.5vw, 14px);
}

.tooltip {
  position: absolute;
  z-index: 100;
  width: min(250px, 80vw);
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  font-size: clamp(12px, 2.5vw, 14px);
  margin-top: 39px;
}

.tooltip-title {
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  color: #2c3e50;
}

.tooltip-content {
  line-height: 1.4;
  color: #555;
}

.bg-light-green {
  background: rgb(248 251 244);
}

.tooltip.red .tooltip-title {
  color: #e74c3c;
}
.tooltip.blue .tooltip-title {
  color: #3498db;
}
.tooltip.green .tooltip-title {
  color: #2ecc71;
}
.tooltip.orange .tooltip-title {
  color: #e67e22;
}
.tooltip.purple .tooltip-title {
  color: #9b59b6;
}
.tooltip.tan .tooltip-title {
  color: #d5b895;
}

.y-row,
.x-row {
  position: absolute;
  font-weight: bold;
  color: #2c3e50;
  font-size: clamp(12px, 3vw, 18px);
}

.y-row {
  left: 0;
  top: 0;
  display: flex;
  writing-mode: vertical-rl;
  flex-direction: column;
  height: calc(100% - 0px);
  text-align: center;
  transform: rotate(180deg);
  align-content: space-around;
  z-index: 1;
}

.x-row {
  left: 0px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: calc(100% - 0px);
  text-align: center;
  z-index: 0;
}

.y-axis-title {
  padding: 8px;
  background: rgb(34, 87, 165);
  background: -moz-linear-gradient(
    180deg,
    rgba(34, 87, 165, 1) 0%,
    rgba(18, 128, 124, 1) 49%,
    rgba(1, 174, 78, 1) 85%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(34, 87, 165, 1) 0%,
    rgba(18, 128, 124, 1) 49%,
    rgba(1, 174, 78, 1) 85%
  );
  background: linear-gradient(
    180deg,
    rgba(34, 87, 165, 1) 0%,
    rgba(18, 128, 124, 1) 49%,
    rgba(1, 174, 78, 1) 85%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2257a5",endColorstr="#01ae4e",GradientType=1);
  height: calc(100%) !important;
  margin-top: 0;
  color: #ffffff;
}

.x-axis-title {
  padding: 8px;
  margin-left: 30px;
  background: rgb(34, 87, 165);
  background: -moz-linear-gradient(
    90deg,
    rgba(34, 87, 165, 1) 0%,
    rgba(18, 128, 124, 1) 49%,
    rgba(1, 174, 78, 1) 85%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(34, 87, 165, 1) 0%,
    rgba(18, 128, 124, 1) 49%,
    rgba(1, 174, 78, 1) 85%
  );
  background: linear-gradient(
    90deg,
    rgba(34, 87, 165, 1) 0%,
    rgba(18, 128, 124, 1) 49%,
    rgba(1, 174, 78, 1) 85%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2257a5",endColorstr="#01ae4e",GradientType=1);
  color: #ffffff;
}

.y-axis-grid {
  display: flex;
  margin-top: 80px;
}

.x-axis-grid {
  display: flex;
  width: calc(100% - 57px);
  margin-left: 80px;
}

.y-axis-grid-item {
  height: 33.3% !important;
  text-align: center;
  padding: 3px;
  border-top: 1px dashed #4cb748;
}

.x-axis-grid-item {
  width: 33.3%;
  padding: 3px;
  border-left: 1px dashed #4cb748;
}

.tooltip-main-titile {
  border-radius: 5px;
  padding: 5px 5px;
  margin-bottom: 6px;
  color: #ffffff;
}

.tooltip.red .tooltip-main-titile {
  background: #e74c3c;
}
.tooltip.blue .tooltip-main-titile {
  background: #3498db;
}
.tooltip.green .tooltip-main-titile {
  background: #2ecc71;
}
.tooltip.orange .tooltip-main-titile {
  background: #e67e22;
}
.tooltip.purple .tooltip-main-titile {
  background: #9b59b6;
}
.tooltip.tan .tooltip-main-titile {
  background: #d5b895;
}

@media (max-width: 767px) {
  .y-axis-title {
    font-size: 14px;
  }
  .x-axis-title {
    font-size: 14px;
  }
  .y-axis-grid-item,
  .x-axis-grid-item {
    font-size: 13px;
  }
  .x-axis-title {
    padding: 8px;
    margin-left: 15px;
  }
  .x-axis-grid {
    width: calc(100% - 47px);
    margin-left: 69px;
  }
  .y-axis-grid {
    margin-top: 69px;
  }
  .grid-container {
    margin: 0px 0 68px 68px;
  }
}

@media (max-width: 500px) {
  .th_mmv_container {
    padding: 10px !important;
  }
  .matrix-container {
    padding: 10px !important;
  }
  .matrix-inner {
    width: 95%;
    padding-top: 120%; /* Taller aspect ratio for mobile */
  }
  .x-axis-title,
  .y-axis-title {
    font-size: 11px;
  }

  .y-axis-grid-item,
  .x-axis-grid-item {
    font-size: 12px;
  }

  .grid-container {
    margin: 0px 0 63px 63px;
  }

  .x-axis-grid {
    width: calc(100% - 41px);
    margin-left: 63px;
  }

  .y-axis-grid {
    margin-top: 64px;
  }

  .item {
    padding: 2px 4px;
    margin: 1px;
    font-size: 9px;
  }

  .grid-cell {
    padding: 2px;
  }

  .gradient-left {
    width: 10px;
    left: 5px;
  }

  .gradient-bottom {
    height: 10px;
    bottom: 5px;
  }

  .axis-value {
    font-size: 9px;
  }
}

@media (max-width: 340px) {
  .x-axis-title,
  .y-axis-title {
    font-size: 10px;
  }
  .y-axis-grid-item,
  .x-axis-grid-item {
    font-size: 12px;
  }
}

/* metris css */

.custom-accordion .content {
	display: none;
}

/* custom css */

/* business-model new css  */

.new-boxgntolgreen {
  padding: 5px 10px !important;
  margin-bottom: 0px;
  background: linear-gradient(
    90deg,
    rgba(11, 113, 182, 1) 0%,
    rgba(73, 181, 76, 1) 57%
  ) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
  position: relative;
  -webkit-transition: all 0.3sease-out;
  transition: all 0.3sease-out;
  min-height: 35px;
  width: 100%;
  border-radius: 0;
  text-align: center;
  position: relative;
}

.colr-box-p {
  display: inline-block;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  padding: 5px 10px;
  border-radius: 5px;
}

.colr-text-heading {
  background: linear-gradient(
    90deg,
    rgba(11, 113, 182, 1) 0%,
    rgba(73, 181, 76, 1) 50%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  margin: 0;
  line-height: 1.1;
}

@media screen and (max-width: 567px) {
  .colr-text-heading {
    font-size: 30px;
  }
}

/* new component  */

.stih-div {
	cursor: pointer !important;
}

.stih-div div:first-child {
  background-color: #49b54c;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 10px;
}

.stih-div div:first-child p {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin: 0;
}

.stih-div div:nth-child(2) div {
  background-color: #ebf7fd;
  padding: 10px;
}

.stih-div div:nth-child(2) p {
  margin: 0;
  padding: 10px;
  font-weight: bold;
  font-style: italic;
}

.stih-div div:nth-child(2) li span {
  background: linear-gradient(
    90deg,
    rgba(11, 113, 182, 1) 0%,
    rgba(73, 181, 76, 1) 60%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}


  .stih-mobile {
    display: none;
  }

/* new component  */

.vision-sustainable-div p {
  display: inline-block;
  font-size: 18px;
  padding: 5px 10px;
  color: #fff;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin: 0;
}

.vision-sustainable-div div {
  background-color: white;
  padding: 10px;
  border: 2px solid #49b54c;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.vision-sustainable-div li {
  color: #49b54c;
}

.header-color-box-p {
  display: inline-block;
  font-size: 20px;
  padding: 5px 10px;
  color: #fff;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  font-weight: bold;
}

.colored-span span {
  background: linear-gradient(
    90deg,
    rgba(11, 113, 182, 1) 0%,
    rgba(73, 181, 76, 1) 60%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.color-big-light-p {
  background: linear-gradient(
    90deg,
    rgba(11, 113, 182, 1) 0%,
    rgba(73, 181, 76, 1) 60%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
  margin: 0;
  font-size: 30px;
  line-height: 1;
}

.green-list-span span {
  color: #49b54c;
  font-weight: bold;
}

.green-list-span {
  margin-right: 10px;
}

.green-outline-white-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #49b54c;
  background-color: white;
  padding: 10px;
  height: 100%;
}

.green-outline-white-box p {
  color: #49b54c;
  text-align: center;
}
.green-outline-white-box p:nth-child(2) {
  color: black;
  text-align: left;
}

.oeo-header-p {
  display: flex;
  text-align: center;
  padding: 0 5px;
}

@media screen and (max-width: 767px) {
  .oeo-container {
    display: none;
  }
}

.green-finance-p {
  color: #49b54c;
  font-size: 18px;
  font-weight: bold;
}

.green-finance-gradient-p {
  background: linear-gradient(
    90deg,
    rgba(11, 113, 182, 1) 0%,
    rgba(73, 181, 76, 1) 60%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0px;
}

.gti-header {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  background: linear-gradient(
    90deg,
    rgba(11, 113, 182, 1) 0%,
    rgba(73, 181, 76, 1) 60%
  );
  min-height: 50px;
}

.gti-header p {
  color: white;
  text-align: center;
}

.gti-body {
  margin-top: 10px;
  background-color: white;
  padding: 10px;
  border: 1px solid #49b54c;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .gti-header {
    flex-direction: row;
    justify-content: space-between;
  }

  .gti-body {
    display: none;
  }
}

.composition-green-finance-div div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.composition-green-finance-div .col-12:first-child {
  height: 60px;
}
.composition-green-finance-div .col-12:nth-child(2) {
  height: 100px;
}

@media screen and (max-width: 1399px) {
  .composition-green-finance-div .col-12:first-child {
    height: 60px;
  }
  .composition-green-finance-div .col-12:nth-child(2) {
    height: 132px;
  }
}

@media screen and (max-width: 767px) {
  .composition-green-finance-div .col-12:first-child {
    height: auto;
  }
  .composition-green-finance-div .col-12:nth-child(2) {
    height: auto;
  }
}

.gr-p-bold {
  font-weight: bold;
  color: #49b54c;
}

.figure-span span {
  color: black;
  font-weight: lighter;
}
/* 


<span class="figure-span">
<div class="col-2" style="border: none; background-color: transparent;">Figure - 20</div>

 */

.ghti-container {
  position: relative;
  z-index: 2;
}

.ghti-container img {
  position: absolute;
  top: 23px;
  width: 75%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .ghti-container img {
    width: 100%;
  }
}

.dfg-container {
  position: relative;
  z-index: 2;
}

.dfg-container img {
  position: absolute;
  top: 39px;
  width: 75%;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .dfg-container img {
    top: 46px;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .dfg-container img {
    display: none;
  }
}

@media (min-width: 992px) {
  #nextlink,
  #prelink {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
  }
}

/* .header-color-box-p {
  display: inline-block;
  font-size: 20px;
  padding: 5px 10px;
  color: #fff;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  font-weight: bold;
} */

.accordion .sub-menu-title3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  color: var(--primary-color);
  text-decoration: none;
  background: linear-gradient(90deg, #0b71b6, #0d928a, #49b54c);
  margin-bottom: 10px;
}

.accordion .sub-menu-title3 p {
  font-size: 25px;
  margin: 0;
  color: #fff;
  font-weight: bold;
}

.accordion .sub-menu-title3 i {
  font-size: 25px;
  color: #fff;
}

.accordion .sub-menu-content3 {
  display: none;
}

.accordion .fa-angle-down.close {
  transform: rotate(180deg);
  color: #4ab64d;
  font-size: 25px;
}

.solor-generation-div {
  width: 50%;
}
.solor-generation-div p {
  font-size: 25px;
  font-weight: lighter;
  color: #49b54c;
}

.solor-generation-div h6 {
  font-weight: bold;
  font-size: 25px;
  border-bottom: 1px solid gray;
  background: linear-gradient(90deg, rgba(11, 113, 182, 1) 0%, rgba(73, 181, 76, 1) 47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:767px) {
  .solor-generation-div {
    width: 100%;
  }
}