@media screen and (max-width: 767px) {
  section#bannerSection .row.justify-content-end.bannerFirstSec {
    justify-content: left !important;
  }
}
@media screen and (min-width: 1250px) {
  section.key-envirnmnt-main.govern-mainsec .keyenvirmnt-box {
    min-height: 305px !important;
  }
  section.key-envirnmnt-main .keyenvirmnt-box {
    min-height: 330px !important;
  }
}
@font-face {
  font-family: "arialbold";
  src: url("../fonts/arial/fontsfree-net-arial-bold-webfont.woff2") format("woff2"), url("../fonts/arial/fontsfree-net-arial-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "arialregular";
  src: url("../fonts/arial/arial-webfont.woff2") format("woff2"), url("../fonts/arial/arial-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 13, 2022 */
@font-face {
  font-family: "gothamblack";
  src: url("../fonts/gotham/gotham-black-webfont.woff2") format("woff2"), url("../fonts/gotham/gotham-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamlight";
  src: url("../fonts/gotham/Gotham Light.otf") format("otf"), url("../fonts/gotham/Gotham Light.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothambold";
  src: url("../fonts/gotham/gothambold-webfont.woff2") format("woff2"), url("../fonts/gotham/gothambold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothambook";
  src: url("../fonts/gotham/gothambook-webfont.woff2") format("woff2"), url("../fonts/gotham/gothambook-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothamlight";
  src: url("../fonts/gotham/gothamlight-webfont.woff2") format("woff2"), url("../fonts/gotham/gothamlight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothamlight_italic";
  src: url("../fonts/gotham/gothamlightitalic-webfont.woff2") format("woff2"), url("../fonts/gotham/gothamlightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothammedium";
  src: url("../fonts/gotham/gothammedium-webfont.woff2") format("woff2"), url("../fonts/gotham/gothammedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothamthin";
  src: url("../fonts/gotham/gotham-thin-webfont.woff2") format("woff2"), url("../fonts/gotham/gotham-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothamxlight";
  src: url("../fonts/gotham/gotham-xlight-webfont.woff2") format("woff2"), url("../fonts/gotham/gotham-xlight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 13, 2022 */
@font-face {
  font-family: "robotoblack";
  src: url("../fonts/roboto/roboto-black-webfont.woff2") format("woff2"), url("../fonts/roboto-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotobold";
  src: url("../fonts/roboto/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotoitalic";
  src: url("../fonts/roboto/roboto-italic-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotolight";
  src: url("../fonts/roboto/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotomedium";
  src: url("../fonts/roboto/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotothin";
  src: url("../fonts/roboto/roboto-thin-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  overflow-x: hidden;
}

@keyframes pulse {
  0% {
    transform: scale(0.65);
    box-shadow: 0 0 0 0 rgba(184, 255, 87, 0.55);
  }
  70% {
    transform: scale(0.5);
    box-shadow: 0 0 0 6px rgba(184, 255, 87, 0.65);
  }
  100% {
    transform: scale(0.65);
    box-shadow: 0 0 0 0 rgba(184, 255, 87, 0.55);
  }
}

@media (max-width: 991px) {
  #headerWrapper {
    background-color: #17480c;
    padding: 1rem;
  }
}

#headerWrapper img {
  position: absolute;
  top: 37px;
  left: 62px;
  z-index: 1;
}
@media (max-width: 991px) {
  #headerWrapper img {
    position: unset;
  }
}

#bannerSection {
  background-color: #17480c;
  position: relative;
  /* padding-bottom: 5rem; */
}
@media (max-width: 991px) {
  #bannerSection {
    margin-top: -2px;
    /* padding-bottom: 3rem; */
  }
}
#bannerSection .bannerFirstSec .imgOverlay {
  position: relative;
}
#bannerSection .bannerFirstSec .imgOverlay img {
  display: block;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  #bannerSection .bannerFirstSec .imgOverlay img {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1500px) {
  #bannerSection .bannerFirstSec .imgOverlay img {
    width: 65vw;
  }
}
#bannerSection .bannerFirstSec .imgOverlay::before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 64, 49, 0.3);
}
#bannerSection .bannerFirstSec .bannerText {
  position: absolute;
  top: calc(100% - 90%);
  left: 10%;
  z-index: 2;
}
@media (max-width: 991px) {
  #bannerSection .bannerFirstSec .bannerText {
    position: unset !important;
    padding: 1rem;
  }
}
#bannerSection .bannerFirstSec .bannerText h2 {
  font-family: "gothambold";
  /* font-size: 3rem; */
  font-size: 2.75rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  #bannerSection .bannerFirstSec .bannerText h2 {
    font-size: 2rem;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  #bannerSection .bannerFirstSec .bannerText h2 {
    font-size: 2rem;
  }
}
#bannerSection .bannerFirstSec .bannerText h4 {
  font-family: "gothamlight";
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  #bannerSection .bannerFirstSec .bannerText h4 {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  #bannerSection .bannerFirstSec .bannerText h4 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
#bannerSection .bannerFirstSec .bannerText a {
  background-color: #ff7315;
  color: #ffffff;
  font-family: "gothamlight";
  font-size: 1rem;
  text-decoration: none;
  padding: 1rem 1.5rem;
}
#bannerSection .bannerFirstSec .bannerText .play-icon {
  background-image: url(../images/play_icon.png);
  height: 27px;
  width: 27px;
}
#bannerSection .smallTrianglesWrapper {
  margin-top: -5rem;
  margin-left: -4rem;
}
@media (max-width: 991px) {
  #bannerSection .smallTrianglesWrapper {
    display: none;
  }
}
#bannerSection .smallTrianglesWrapper img {
  position: absolute;
  bottom: 37%;
  /* width: 250px;
  height: 250px;
  object-fit: cover; */
}
#bannerSection .bannerGridStructure {
  margin-top: 5rem;
  position: relative;
  background: #f2f2f2;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  #bannerSection .bannerGridStructure {
    margin-top: 0rem;
    padding-bottom: 0;
    padding: 1.5rem 0;
  }
}
@media (max-width: 991px) {
  #bannerSection .bannerGridStructure .mob-img {
    /* display: block !important; */
  }
}
#bannerSection .bannerGridStructure .grid-container {
  display: grid;
  grid-template-rows: 8rem auto 45px auto;
  grid-template-columns: 35% 35%;
  gap: 10px;
  height: 100%;
}
@media (max-width: 991px) {
  #bannerSection .bannerGridStructure .grid-container {
    display: block;
  }
}
#bannerSection .bannerGridStructure .grid-container .grid-item {
  border: 1px solid #717970;
  padding: 1.25rem;
  background: #1a4610;
}
@media (max-width: 991px) {
  #bannerSection .bannerGridStructure .grid-container .grid-item {
    height: 250px;
    margin-bottom: 1rem;
  }
}
#bannerSection .bannerGridStructure .grid-container .grid-item .liveWrapper {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: right;
}
#bannerSection .bannerGridStructure .grid-container .grid-item .liveWrapper .blob {
  background: transparent;
  border-radius: 50%;
  margin: 10px;
  height: 10px;
  width: 10px;
  box-shadow: 0 0 0 0 transparent;
  transform: scale(0.3);
  /* animation: pulse 3s infinite; */
}
#bannerSection .bannerGridStructure .grid-container .grid-item .liveWrapper h6 {
  margin: 0;
  color: #ffffff;
  font-family: "gothambook";
  text-transform: uppercase;
  font-size: 0.75rem;
}
#bannerSection .bannerGridStructure .grid-container .grid-item .gridText {
  padding: 1rem;
}
#bannerSection .bannerGridStructure .grid-container .grid-item .gridText h3 {
  color: #fff;
  font-size: 3rem;
  font-family: "gothambold";
  margin: 0;
}
@media (max-width: 991px) {
  #bannerSection .bannerGridStructure .grid-container .grid-item .gridText h3 {
    font-size: 2rem;
  }
}
#bannerSection .bannerGridStructure .grid-container .grid-item .gridText p {
  color: #fff;
  font-size: 20px;
  font-family: "gothambook";
  margin: 0;
}
@media (max-width: 991px) {
  #bannerSection .bannerGridStructure .grid-container .grid-item .gridText p {
    font-size: 1rem;
  }
}
#bannerSection .bannerGridStructure .grid-container .grid-item:first-child {
  border: 1px solid #717970 !important;
  background-color: transparent;
  grid-row-start: 1;
  grid-row-end: 6;
  position: relative;
}
#bannerSection .bannerGridStructure .grid-container .grid-item:first-child .gridText {
  position: absolute;
  bottom: 1rem;
}
#bannerSection .bannerGridStructure .grid-container .grid-item:nth-last-of-type(2) {
  grid-row: 6/8;
}
#bannerSection .bannerGridStructure .grid-container .grid-item:nth-last-of-type(3) {
  grid-row: 1/3;
}
#bannerSection .bannerGridStructure .grid-container .grid-item:last-child {
  border: 1px solid #717970 !important;
  background-color: transparent;
  grid-row-start: 3;
  grid-row-end: 10;
  position: relative;
}
#bannerSection .bannerGridStructure .grid-container .grid-item:last-child .gridText {
  position: absolute;
  bottom: 1rem;
}
@media (max-width: 991px) {
  #bannerSection .bannerGridStructure .treeWrapper {
    display: none;
  }
}
#bannerSection .bannerGridStructure .treeWrapper img {
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 100%;
}
#bannerSection .bannerGridStructure .extraTextWrapper {
  margin-bottom: 0rem;
  position: relative;
}
#bannerSection .bannerGridStructure .extraTextWrapper .titleWrappper {
  transform: rotateZ(270deg);
  position: absolute;
  bottom: -4rem;
  left: -10rem;
  text-align: end;
}
@media (max-width: 991px) {
  #bannerSection .bannerGridStructure .extraTextWrapper .titleWrappper {
    transform: unset;
    position: unset;
    padding: 1rem;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  #bannerSection .bannerGridStructure .extraTextWrapper .titleWrappper {
    bottom: -5rem;
    left: -5rem;
  }
}
@media (min-width: 1101px) and (max-width: 1200px) {
  #bannerSection .bannerGridStructure .extraTextWrapper .titleWrappper {
    left: -4.5rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  #bannerSection .bannerGridStructure .extraTextWrapper .titleWrappper {
    left: -9rem;
  }
}
@media (min-width: 1351px) and (max-width: 1550px) {
  #bannerSection .bannerGridStructure .extraTextWrapper .titleWrappper {
    left: -5rem;
  }
}
#bannerSection .bannerGridStructure .extraTextWrapper .titleWrappper h2 {
  font-size: 7rem;
  color: #a38158;
  margin: 0;
  font-family: "gothamblack";
  opacity: 50%;
}
@media (max-width: 991px) {
  #bannerSection .bannerGridStructure .extraTextWrapper .titleWrappper h2 {
    font-size: 2.5rem;
    text-align: initial;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #bannerSection .bannerGridStructure .extraTextWrapper .titleWrappper h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1201px) and (max-width: 1450px) {
  #bannerSection .bannerGridStructure .extraTextWrapper .titleWrappper h2 {
    font-size: 7rem;
  }
}
#bannerSection .bannerGridStructure .extraTextWrapper .titleWrappper p {
  font-size: 7rem;
  line-height: 1;
  margin-right: -4rem;
  font-family: "gothamblack";
  text-shadow: 0 0 1px #231f20, 0 0 1px #231f20, 0 0 1px #231f20, 0 0 1px #231f20;
  color: #f2f2f2;
  opacity: 40%;
}
@media (max-width: 991px) {
  #bannerSection .bannerGridStructure .extraTextWrapper .titleWrappper p {
    font-size: 2.5rem;
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #bannerSection .bannerGridStructure .extraTextWrapper .titleWrappper p {
    font-size: 4rem;
  }
}
@media (min-width: 1201px) and (max-width: 1450px) {
  #bannerSection .bannerGridStructure .extraTextWrapper .titleWrappper p {
    font-size: 7rem;
  }
}

#video-sec {
  margin-top: 4rem;
}
@media (max-width: 991px) {
  #video-sec {
    margin-top: 3rem;
  }
}
#video-sec .video-description h4 {
  font-size: 1.5rem;
  color: #231f20;
  margin-bottom: 2rem;
  font-family: "gothambold";
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #video-sec .video-description h4 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #video-sec .video-description h4 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1200px) {
  #video-sec .video-description h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  #video-sec .video-description h4 {
    font-size: 1.55rem;
  }
}
#video-sec .black-wrapper {
  text-align: right;
}
#video-sec .black-wrapper img {
  padding-right: 2rem;
}
@media (max-width: 991px) {
  #video-sec .black-wrapper img {
    display: none;
  }
}
@media (max-width: 991px) {
  #video-sec .building-wrapper {
    display: none;
  }
}
#video-sec .building-wrapper img {
  margin-left: -1rem;
  margin-top: -5rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1250px) {
  #video-sec .building-wrapper img {
    margin-top: 0;
  }
}
#video-sec .video-main {
  margin-top: -10rem;
}
@media (max-width: 991px) {
  #video-sec .video-main {
    margin-top: unset;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  #video-sec .video-main {
    align-items: center;
  }
}
#video-sec .video-main .video-wrapper {
  display: flex;
  align-items: center;
  background-color: #dee8ca;
  padding: 4rem;
}
@media (max-width: 991px) {
  #video-sec .video-main .video-wrapper {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #video-sec .row.video-sec-row {
    margin-bottom: 200px;
  }
}
#video-sec .video-main .video-wrapper .video-content-wrapper {
  flex: 0 0 40%;
  /* padding: 4rem; */
}
/* @media (max-width: 991px) {
  #video-sec .video-main .video-wrapper .video-content-wrapper {
    padding: 2rem 0;
  }
} */
@media (min-width: 992px) and (max-width: 1200px) {
  #video-sec .video-main .video-wrapper .video-content-wrapper {
    padding: 2rem;
  }
}
#video-sec .video-main .video-wrapper .video-content-wrapper h5 {
  font-size: 1.375rem;
  color: #ffffff;
  font-family: "gothambook";
  line-height: 34px;
  margin-bottom: 2rem;
}
@media (max-width: 1350px) {
  #video-sec .video-main .video-wrapper .video-content-wrapper h5 {
    font-size: 1rem;
  }
}
#video-sec .video-main .video-wrapper .video-content-wrapper .video-ceo {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#video-sec .video-main .video-wrapper .video-content-wrapper .video-ceo .name-wrapper {
  padding-left: 1rem;
  text-align: center;
}
#video-sec .video-main .video-wrapper .video-content-wrapper .video-ceo .name-wrapper h6 {
  font-size: 1.5rem;
  color: #ff7315;
  font-family: "gothambold";
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #video-sec .video-main .video-wrapper .video-content-wrapper .video-ceo .name-wrapper h6 {
    font-size: 1rem;
  }
}
#video-sec .video-main .video-wrapper .video-content-wrapper .video-ceo .name-wrapper p {
  font-size: 1rem;
  color: #231f20;
  font-family: "gothammedium";
}
@media (min-width: 992px) and (max-width: 1350px) {
  #video-sec .video-main .video-wrapper .video-content-wrapper .video-ceo .name-wrapper p {
    font-size: 0.75rem;
  }
}

#framework {
  position: relative;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  #framework {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  #framework .stats-main {
    order: 2;
  }
}
@media (min-width: 992px) {
  #framework .stats-main {
    padding-left: 0;
  }
}
#framework .stats-main .stats-wrapper {
  display: flex;
  background-color: #f2f2f2;
  padding: 4rem 4rem 4rem 0;
}
@media (max-width: 991px) {
  #framework .stats-main .stats-wrapper {
    padding: 2rem 2rem 2rem 0;
  }
}
#framework .stats-main .stats-wrapper .leaf-wrapper img {
  margin-left: -4rem;
  margin-top: 6rem;
}
@media (max-width: 991px) {
  #framework .stats-main .stats-wrapper .leaf-wrapper img {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  #framework .stats-main .stats-wrapper .number-wrapper img {
    /* width: 75%; */
    margin: 0 auto;
    /* display: block; */
  }
}
#framework .stats-main .stats-wrapper .number-wrapper .stats.mob-sec .main-list {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 5rem;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #framework .stats-main .stats-wrapper .number-wrapper .stats.mob-sec .main-list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 991px) {
  #framework .stats-main .stats-wrapper .number-wrapper .stats.mob-sec .main-list {
    display: none;
  }
}
#framework .stats-main .stats-wrapper .number-wrapper .stats.mob-sec .main-list li {
  flex: 0 0 45%;
}
#framework .stats-main .stats-wrapper .number-wrapper .stats.mob-sec .main-list .sub-list.no-after li::after {
  display: none;
}
#framework .stats-main .stats-wrapper .number-wrapper .stats.mob-sec .main-list .sub-list li {
  font-size: 2.5rem;
  color: #ff7315;
  font-family: "gothambold";
  position: relative;
  margin-bottom: 2rem;
  line-height: 1;
  list-style-type: none;
}
#framework .stats-main .stats-wrapper .number-wrapper .stats.mob-sec .main-list .sub-list li::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  background-color: #717970;
  margin: 0 4rem;
  right: -4rem;
}
@media (min-width: 992px) and (max-width: 1300px) {
  #framework .stats-main .stats-wrapper .number-wrapper .stats.mob-sec .main-list .sub-list li {
    font-size: 1.5rem;
  }
}
#framework .stats-main .stats-wrapper .number-wrapper .stats.mob-sec .main-list .sub-list li span {
  color: #231f20;
  font-size: 1.5rem;
  font-family: "gothambook";
  display: block;
}
@media (max-width: 991px) {
  #framework .stats-main .stats-wrapper .number-wrapper .stats.mob-sec .main-list .sub-list li span {
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  #framework .stats-main .stats-wrapper .number-wrapper .stats.mob-sec .main-list .sub-list li span {
    font-size: 0.75rem;
  }
}
@media (max-width: 991px) {
  #framework .stats-main .stats-wrapper .number-wrapper .stats.desk-sec {
    display: none;
  }
}
#framework .stats-main .stats-wrapper .number-wrapper .stats.desk-sec ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 5rem;
}
#framework .stats-main .stats-wrapper .number-wrapper .stats.desk-sec ul li {
  font-size: 2.5rem;
  color: #ff7315;
  font-family: "gothambold";
  position: relative;
  margin-right: 5rem;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1300px) {
  #framework .stats-main .stats-wrapper .number-wrapper .stats.desk-sec ul li {
    font-size: 1.5rem;
  }
}
#framework .stats-main .stats-wrapper .number-wrapper .stats.desk-sec ul li:last-child::after {
  display: none;
}
#framework .stats-main .stats-wrapper .number-wrapper .stats.desk-sec ul li::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  background-color: #717970;
  margin: 0 1rem;
  right: -54px;
}
#framework .stats-main .stats-wrapper .number-wrapper .stats.desk-sec ul li span {
  color: #231f20;
  font-size: 1rem;
  font-family: "gothambook";
  display: block;
}
@media (min-width: 992px) and (max-width: 1300px) {
  #framework .stats-main .stats-wrapper .number-wrapper .stats.desk-sec ul li span {
    font-size: 0.75rem;
  }
}
#framework .titleWrappper {
  transform: rotateZ(270deg);
  position: absolute;
  bottom: 12rem;
  right: -8rem;
}
@media (max-width: 991px) {
  #framework .titleWrappper {
    transform: unset;
    position: unset;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  #framework .titleWrappper {
    bottom: 14rem;
    left: -5rem;
  }
}
@media (min-width: 1101px) and (max-width: 1200px) {
  #framework .titleWrappper {
    left: -4.5rem;
  }
}
@media (min-width: 1201px) and (max-width: 1550px) {
  #framework .titleWrappper {
    right: -5rem;
  }
}
@media (min-width: 1551px) {
  #framework .titleWrappper {
    bottom: 16rem;
  }
}
#framework .titleWrappper h2 {
  font-size: 8rem;
  color: #cbbaa5;
  margin: 0;
  font-family: "gothamblack";
  opacity: 40%;
  line-height: 1;
}
@media (max-width: 991px) {
  #framework .titleWrappper h2 {
    font-size: 4rem;
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #framework .titleWrappper h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1201px) and (max-width: 1550px) {
  #framework .titleWrappper h2 {
    font-size: 6.5rem;
  }
}
#framework .titleWrappper p {
  font-size: 8rem;
  line-height: 1;
  margin-right: -4rem;
  font-family: "gothamblack";
  text-shadow: 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff;
  color: #e6e6e6;
  opacity: 60%;
  line-height: 1;
}
@media (max-width: 991px) {
  #framework .titleWrappper p {
    font-size: 3rem;
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #framework .titleWrappper p {
    font-size: 4rem;
  }
}
@media (min-width: 1201px) and (max-width: 1550px) {
  #framework .titleWrappper p {
    font-size: 6.5rem;
  }
}

#pillar {
  background-color: #17480c;
  padding: 6rem 4rem;
  position: relative;
}
@media (max-width: 991px) {
  #pillar {
    padding: 2rem 1rem;
  }
}
#pillar .tree-image img {
  position: absolute;
  left: -16rem;
  height: 100%;
  top: 0;
  /* z-index: 99; */
}
@media (max-width: 991px) {
  #pillar .tree-image img {
    display: none;
  }
}
#pillar .triangle-sec img {
  position: absolute;
  right: 8rem;
  bottom: 3rem;
  height: 45%;
}
@media (max-width: 991px) {
  #pillar .triangle-sec img {
    display: none;
  }
}
#pillar .container {
  max-width: 85%;
}
@media (min-width: 992px) {
  #pillar .pillar-main-text {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
#pillar .pillar-main-text h2 {
  font-size: 2rem;
  margin-bottom: 0;
  color: #ffffff;
  font-family: "gothambold";
  width: 100%;
}
@media (max-width: 991px) {
  #pillar .pillar-main-text h2 {
    margin-bottom: 1rem;
  }
}
#pillar .pillar-main-text p {
  font-size: 1rem;
  color: #ffffff;
  font-family: "gothambook";
  width: 80%;
}
@media (max-width: 991px) {
  #pillar .pillar-main-text p {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #pillar .pillar-wrapper {
    margin-bottom: 2rem;
  }
}
#pillar .pillar-wrapper .pillar-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ff7315;
  opacity: 90%;
  padding: 1rem;
  /* width: unset; */
  width: 60%;
  cursor: pointer;
}
@media (max-width: 991px) {
  #pillar .pillar-wrapper .pillar-text {
    bottom: 2rem;
  }
}
#pillar .pillar-wrapper .pillar-text:hover {
  /* width: calc(100% - 2rem); */
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  #pillar .pillar-wrapper .pillar-text:hover {
    width: 100%;
  }
}
#pillar .pillar-wrapper .pillar-text:hover p {
  display: block !important;
  font-size: 1.125rem;
  font-family: "gothammedium";
  color: #ffffff;
  width: 60%;
}
@media (max-width: 1350px) {
  #pillar .pillar-wrapper .pillar-text:hover p {
    width: 100%;
  }
}
#pillar .pillar-wrapper .pillar-text:hover h4 {
  width: 60%;
}
@media (max-width: 1350px) {
  #pillar .pillar-wrapper .pillar-text:hover h4 {
    width: 100%;
  }
}
#pillar .pillar-wrapper .pillar-text h4 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 0;
  font-family: "gothammedium";
}
#pillar .pillar-wrapper img {
  padding-right: 1rem;
  width: calc(100% - 1rem);
  cursor: pointer;
}
@media (max-width: 991px) {
  #pillar .pillar-wrapper img {
    padding-right: 0;
    width: 100%;
  }
}

#journey {
  position: relative;
  background-color: #f2f2f2;
}
#journey .big-leaf img {
  position: absolute;
  left: 0rem;
  top: 14px;
  width: 20%;
  height: 100%;
}

@media (max-width: 991px) {
  #journey .big-leaf img {
    display: none;
  }
}
#journey .titleWrappper {
  transform: rotateZ(270deg);
  position: absolute;
  bottom: 12rem;
  right: -6rem;
}
@media (max-width: 991px) {
  #journey .titleWrappper {
    transform: unset;
    position: unset;
    margin-top: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  #journey .titleWrappper {
    bottom: 14rem;
    left: -5rem;
  }
}
@media (min-width: 1101px) and (max-width: 1200px) {
  #journey .titleWrappper {
    left: -4.5rem;
  }
}
@media (min-width: 1201px) and (max-width: 1450px) {
  #journey .titleWrappper {
    right: 3rem;
  }
}
#journey .titleWrappper h2 {
  font-size: 10rem;
  color: #cbbaa5;
  margin: 0;
  font-family: "gothamblack";
  opacity: 40%;
}
@media (max-width: 991px) {
  #journey .titleWrappper h2 {
    font-size: 3rem;
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #journey .titleWrappper h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1201px) and (max-width: 1550px) {
  #journey .titleWrappper h2 {
    font-size: 7rem;
  }
}
#journey .titleWrappper p {
  font-size: 10rem;
  line-height: 1;
  margin-right: -4rem;
  font-family: "gothamblack";
  text-shadow: 0 0 1px #231f20, 0 0 1px #231f20, 0 0 1px #231f20, 0 0 1px #231f20;
  color: #f2f2f2;
  opacity: 80%;
}
@media (max-width: 991px) {
  #journey .titleWrappper p {
    font-size: 3rem;
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #journey .titleWrappper p {
    font-size: 4rem;
  }
}
@media (min-width: 1201px) and (max-width: 1550px) {
  #journey .titleWrappper p {
    font-size: 7rem;
  }
}
#journey .black-triangles img {
  position: absolute;
  right: 5rem;
  bottom: -55rem;
}
#journey .jouney-section {
  margin: 7rem 0 5rem 0;
}
@media (max-width: 991px) {
  #journey .jouney-section {
    margin: 1rem 0 2rem;
  }
}
@media (min-width: 992px) {
  #journey .jouney-section {
    flex: 0 0 65%;
  }
}
#journey .jouney-section > .row {
  align-items: center;
}
#journey .jouney-section > .row .journey-inner-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
#journey .jouney-section > .row .journey-inner-wrapper .journey-text {
  position: absolute;
  bottom: 0;
  background-color: #231f20;
  width: 100%;
  padding: 1.5rem;
  cursor: pointer;
}
#journey .jouney-section > .row .journey-inner-wrapper .journey-text h3 {
  color: #ffffff;
  font-family: "gothamblack";
  font-size: 1.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  #journey .jouney-section > .row .journey-inner-wrapper .journey-text h3 {
    font-size: 1.5rem;
  }
}
#journey .jouney-section > .row .journey-inner-wrapper .journey-text p {
  color: #ffffff;
  font-family: "gothambook";
  font-size: 1rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #journey .jouney-section > .row .journey-inner-wrapper .journey-text p {
    font-size: 1rem;
  }
}
#journey .jouney-section > .row .journey-inner-wrapper img {
  width: 100%;
}

#action {
  position: relative;
  margin: 5rem 0 0 0;
}
@media (max-width: 991px) {
  #action {
    margin: 2.5rem 0 2.5rem 0;
  }
}
#action .girl-wrapper img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70%;
}
@media (max-width: 991px) {
  #action .girl-wrapper img {
    display: none;
  }
}
#action .trianglesblack img {
  position: absolute;
  left: -5rem;
}
@media (max-width: 991px) {
  #action .trianglesblack img {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #action .trianglesblack img {
    display: none;
  }
}
#action .circle-wrapper img {
  position: absolute;
  right: 0;
  bottom: 1rem;
}
@media (max-width: 991px) {
  #action .circle-wrapper img {
    display: none;
  }
}
#action .action-text h2 {
  font-size: 3rem;
  color: #231f20;
  font-family: "gothambold";
}
@media (max-width: 991px) {
  #action .action-text h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #action .action-text h2 {
    font-size: 2rem;
  }
}
#action .action-text p {
  font-size: 1.375rem;
  color: #231f20;
  font-family: "gothamlight";
  margin-bottom: 2rem;
  width: 80%;
}
@media (max-width: 991px) {
  #action .action-text p {
    font-size: 1rem;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #action .action-text p {
    font-size: 1rem;
  }
}
#action .action-row {
  padding-bottom: 6rem;
  justify-content: center;
}
#action .action-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
#action .action-wrapper img {
  padding-right: 2rem;
}
@media (max-width: 991px) {
  #action .action-wrapper img {
    padding-right: 0;
  }
}
#action .action-wrapper .action-inner-text {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  background-color: #ff7315;
}
#action .action-wrapper .action-inner-text h3 {
  font-size: 1.5rem;
  font-family: "gothammedium";
  color: #ffffff;
}

#membership {
  padding-top: 4rem;
  position: relative;
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  #membership {
    padding: 1rem 1rem 0rem 1rem;
  }
}
#membership .member-leaf img {
  position: absolute;
  right: -15px;
  top: -64px;
  width: 16%;
}
@media (max-width: 991px) {
  #membership .member-leaf img {
    display: none;
  }
}
#membership .awards-listing {
  margin: 2rem 0 0 0;
}
#membership .awards-listing > div {
  margin-bottom: 2rem;
}
#membership .awards-listing .award-wrapper {
  border: 1px solid #cecece;
  padding: 1.5rem;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  #membership .awards-listing .award-wrapper {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
#membership .awards-listing .award-wrapper .award-imgwrapper {
  width: 130px;
  display: flex;
  height: 120px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1rem auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #membership .awards-listing .award-wrapper .award-imgwrapper {
    width: 110px;
  }
}
#membership .awards-listing .award-wrapper .award-imgwrapper img {
  object-fit: cover;
  object-position: 50% 50%;
}
#membership .awards-listing .award-wrapper h5 {
  font-size: 1rem;
  color: #231f20;
  font-family: "gothammedium";
  text-align: center;
  min-height: 96px;
}
#membership .awards-listing h4 {
  font-size: 1.5rem;
  color: #231f20;
  font-family: "gothambold";
  margin-bottom: 1rem;
  margin-left: -1rem;
}
#membership h2 {
  font-family: "gothambold";
  /* font-size: 2.6rem;
   */
  font-size: 1.75rem;
  color: #231f20;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #membership h2 {
    font-size: 1.5rem;
    text-align: left;
  }
}
#membership p {
  /* font-family: "gothambook";
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 1.5rem; */
  font-family: "gothambook";
  font-size: 1.075rem;
  text-align: center;
  margin-top: 10px;
  margin-right: 80px;
  margin-left: 80px;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  #membership p {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 0.5rem;
  }
}
#membership .green-strap {
  background-image: url("../images/greenstrap.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  #membership .green-strap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
}
#membership .green-strap::before {
  content: "";
  background: linear-gradient(90deg, rgba(118, 184, 52, 0.6) 0%, rgba(23, 72, 45, 0.6) 54%, rgba(23, 72, 45, 0.6) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#membership .green-strap h2 {
  font-size: 2.5rem;
  color: #f6f6f6;
  font-family: "gothambold";
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #membership .green-strap h2 {
    font-size: 2.5rem;
    margin-bottom: 4rem;
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #membership .green-strap h2 {
    font-size: 1.5rem;
  }
}
#membership .green-strap h4 {
  font-size: 1.25rem;
  color: #ffffff;
  font-family: "gothammedium";
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #membership .green-strap h4 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #membership .green-strap h4 {
    font-size: 0.75rem;
  }
}
#membership .green-strap > div {
  z-index: 5;
}
#membership .green-strap .btn-wrapper {
  padding-bottom: 1rem;
}
#membership .green-strap .btn-wrapper a {
  padding: 1.5rem;
  background-color: #ff7315;
  font-family: "gothammedium";
  text-transform: capitalize;
  color: #ffffff;
}

#caseStudies {
  padding: 5rem 0rem 4rem 4rem;
  background-color: #17480c;
  position: relative;
}
@media (max-width: 991px) {
  #caseStudies {
    padding: 3rem 0rem 4rem 0rem;
  }
}
#caseStudies .container {
  max-width: 100%;
}
#caseStudies .titleWrappper {
  transform: rotateZ(270deg);
  position: absolute;
  bottom: -4rem;
  left: -3rem;
}
@media (max-width: 991px) {
  #caseStudies .titleWrappper {
    position: unset;
    transform: unset;
    margin-bottom: 2rem;
  }
}
#caseStudies .titleWrappper h2 {
  font-size: 7rem;
  color: #a38158;
  margin: 0;
  font-family: "gothamblack";
  opacity: 50%;
}
@media (max-width: 991px) {
  #caseStudies .titleWrappper h2 {
    font-size: 3rem;
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #caseStudies .titleWrappper h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1201px) and (max-width: 1450px) {
  #caseStudies .titleWrappper h2 {
    font-size: 7rem;
  }
}
#caseStudies .titleWrappper p {
  font-size: 7rem;
  line-height: 1;
  margin-right: -4rem;
  font-family: "gothamblack";
  text-shadow: 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff;
  color: #17480c;
  opacity: 40%;
  position: absolute;
  left: 6rem;
}
@media (max-width: 991px) {
  #caseStudies .titleWrappper p {
    font-size: 3rem;
    text-align: left;
    width: 100%;
    position: unset;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #caseStudies .titleWrappper p {
    font-size: 4rem;
  }
}
@media (min-width: 1201px) and (max-width: 1450px) {
  #caseStudies .titleWrappper p {
    font-size: 7rem;
  }
}
@media (min-width: 991px) {
  #caseStudies .mob-section {
    display: none;
  }
}
#caseStudies .mob-section .case-text {
  bottom: 0;
  background-color: #ffffff;
  left: 0;
  padding: 1rem;
  width: 100%;
  margin-bottom: 2rem;
}
#caseStudies .mob-section .case-text h4 {
  font-size: 1.125rem;
  font-family: "gothammedium";
  margin-bottom: 0.25rem;
  line-height: 1.625rem;
}
#caseStudies .mob-section .case-text a {
  color: #ff7315;
  text-decoration: none;
  font-family: "gothammedium";
}
#caseStudies .mob-section .load-more a {
  background-color: #ff7315;
  padding: 1rem;
  color: #ffffff;
  text-decoration: none;
  font-family: "gothambook";
  text-transform: capitalize;
  font-size: 1rem;
}
.load-more.text-center.w-100.mt-4 {
  display: none;
}
@media (max-width: 991px) {
  #caseStudies .desk-section {
    display: none;
  }
}
#caseStudies .desk-section #caseCarousel {
  position: unset !important;
}
#caseStudies .desk-section #caseCarousel .item {
  position: relative;
  margin-right: 2.5rem;
}
#caseStudies .desk-section #caseCarousel .item .case-text {
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  left: 0;
  padding: 1rem;
  /* width: calc(100% - 55%); */
  width: calc(100% - 30%);
}
#caseStudies .desk-section #caseCarousel .item .case-text h4 {
  font-size: 18px;
  font-family: "gothammedium";
  margin-bottom: 0.25rem;
  /* line-height: 1.625rem; */
}
#caseStudies .desk-section #caseCarousel .item .case-text a {
  color: #ff7315;
  text-decoration: none;
  font-family: "gothammedium";
  display: flex;
}
#caseStudies .desk-section #caseCarousel .item .case-text a img {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  margin-left: 5px;
}
#caseStudies .desk-section #caseCarousel .owl-nav {
  position: absolute;
  top: calc(100% - 65%);
  width: calc(100% - 29%);
  display: flex;
  justify-content: space-between;
}
#caseStudies .desk-section #caseCarousel .owl-nav .owl-prev {
  margin-left: -3rem;
}
#caseStudies .desk-section #caseCarousel .owl-nav .owl-next {
  margin-right: -1rem;
}
@media (min-width: 1600px) {
  #caseStudies .desk-section #caseCarousel .owl-nav .owl-next {
    margin-right: 0;
  }
}

#alignment {
  padding: 4rem 2rem;
  background-color: #ededed;
  position: relative;
}
@media (max-width: 991px) {
  #alignment {
    padding: 0 2rem 2rem 2rem;
    background-color: unset;
  }
}
#alignment .alignment-text {
  justify-content: center;
}
@media (max-width: 991px) {
  #alignment .alignment-text {
    justify-content: left;
  }
}
#alignment .alignment-text h2 {
  width: 100%;
  font-size: 2.5rem;
  color: #231f20;
  font-family: "gothambold";
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  #alignment .alignment-text h2 {
    font-size: 1.5rem;
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #alignment .alignment-text h2 {
    font-size: 1.5rem;
  }
}
#alignment .alignment-text img {
  margin-bottom: 2rem;
}
#alignment .circle-wrapper img {
  position: absolute;
  right: -7rem;
  top: -8rem;
  width: 24%;
}
@media (max-width: 991px) {
  #alignment .circle-wrapper img {
    display: none;
  }
}
#alignment .logo-wrapper {
  justify-content: center;
}
#alignment .logo-wrapper > div {
  margin-bottom: 2rem;
}
.video-container {
  flex: 0 0 58%;
  /* padding: 4rem; */
}
.video-container h5 {
  font-size: 28px;
  font-weight: bold;
  color: #231f20;
  font-family: "gothamlight_italic";
  line-height: 1.4;
  position: relative;
  padding-left: 50px;
  /* margin-bottom: 2rem; */
}
.video-container h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2%;
  top: 10%;
  height: 200px;
  border-left: 1px solid #231f20;
  z-index: -1;
}
.video-ceo img {
  margin-bottom: 12px;
  width: 50%;
}

@media screen and (min-width: 1201px) {
  #journey .titleWrappper {
    right: -3rem;
  }
}

.journey-txthov {
  bottom: 150px !important;
  padding: 1.5rem !important;
  position: relative;
  background-color: #dee8ca !important;
}
.journey-text ul {
  padding-inline-start: 30px;
}
.journey-text ul li {
  color: #231f20;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ccc;
  font-family: "gothambook";
}
.journey-text ul li::marker {
  color: #231f20;
  font-size: 1.2em;
}
.journey-text ul li:last-child {
  border: 0;
}

.triangle-left {
  width: 0;
  height: 0;
  margin: 30px auto;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 30px solid #dee8ca;
  position: relative;
  right: 51%;
  top: -300px;
}
.pillar-text span {
  color: #fff;
  font-family: "gothambook";
}
section.sustainability-sec {
  text-align: center;
  padding: 100px 0;
  position: relative;
}
.sustainability-sec h2 {
  font-family: "gothambold";
  font-size: 28px;
  margin-bottom: 20px;
}
.sustainability-sec button {
  color: #ff7315;
  font-family: "gothamblack";
  padding: 10px 20px;
  border: 1px solid;
  text-transform: lowercase;
  font-size: 20px;
  background: transparent;
}
.dot-img {
  position: absolute;
  left: 18px;
  width: 200px;
  top: -13%;
}
.leaf-img {
  position: absolute;
  right: 0px;
  bottom: -60px;
  width: 250px;
  /* bottom: 0; */
  transform: rotateY(180deg);
}

@media screen and (max-width: 991px) {
  #bannerSection .gridText {
    position: absolute;
    bottom: 1rem;
  }
  #video-sec .video-main .video-wrapper {
    padding: 2rem 1rem;
  }
  .video-container h5 {
    padding-left: 0;
    font-size: 16px;
    margin: 0 12%;
  }
  .quote1-1 {
    width: 18px !important;
    left: -20px !important;
  }
  .quote1-2 {
    width: 18px !important;
    bottom: 7px !important;
  }
  .video-container h5:after {
    content: none;
  }
  #video-sec .video-main .video-wrapper .video-content-wrapper .video-ceo {
    flex-direction: inherit;
  }
  .video-ceo img {
    width: 35%;
  }
  #video-sec .video-main .video-wrapper .video-content-wrapper .video-ceo .name-wrapper h6 {
    font-size: 1.25rem;
  }
  .video-wrapper.aos-init.aos-animate {
    display: flex;
    flex-direction: column;
  }
  #video-sec .video-main .video-wrapper .video-content-wrapper {
    order: 2;
    padding-bottom: 0;
  }
  #pillar .pillar-wrapper .pillar-text {
    width: 100%;
  }
  #pillar .pillar-wrapper .pillar-text h4 br,
  .journey-text.journey-txthov,
  .triangle-left,
  .black-triangles.aos-init.aos-animate img,
  .dot-img,
  .leaf-img {
    display: none;
  }
  #membership .green-strap .btn-wrapper a {
    padding: 1rem;
  }
  #membership p {
    margin-left: 0px;
    margin-right: 0px;
  }
  section.sustainability-sec {
    padding: 50px 0;
  }
  .sustainability-sec h2 {
    font-size: 20px;
  }
  .sustainability-sec button {
    font-size: 18px;
  }
  section#alignment {
    background: #ededed;
    padding-top: 50px;
  }
  #alignment .logo-wrapper {
    justify-content: left;
  }
}
.upgrd-color {
  color: #fff !important;
}
.gridText .text-right {
  margin: 5px;
}
.frame-pos-img1 {
  position: absolute;
  bottom: -8px;
  left: -21%;
  /* z-index: 99; */
  width: 400px;
  height: auto;
}
.frame-pos-img2 {
  position: absolute;
  top: -80px;
  width: 200px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .frame-pos-img1,
  .frame-pos-img2 {
    display: none;
  }
}

/* .journy-hovr:hover {
  background-color:#FF7315 !important;
} */
.journy-hovr.active {
  background-color: #ff7315 !important;
}
@media (min-width: 992px) {
  #journey .titleWrappper h2 {
    position: relative;
    top: 34px;
    right: 29px;
  }
  #framework .titleWrappper h2 {
    position: relative;
    top: 18px;
    right: 27px;
  }
  #bannerSection .bannerGridStructure .extraTextWrapper .titleWrappper h2 {
    position: relative;
    top: 28px;
    right: 27px;
  }
  #caseStudies .titleWrappper h2 {
    position: relative;
    top: 30px;
  }
}

.poup-ind-2 .journey-txthov {
  bottom: -150px !important;
}
.poup-ind-2 .triangle-left {
  top: 0px;
}

.poup-ind-3 .journey-txthov {
  bottom: -350px !important;
}
.poup-ind-3 .triangle-left {
  top: 200px;
}
.poup-ind-1,
.poup-ind-3 {
  display: none;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .videoplay-auto {
    width: 65vw;
  }
}

@media (max-width: 991px) {
  .videoplay-auto {
    width: 100%;
    margin-top: 30px;
    height: 100%;
  }
  #bannerSection .bannerFirstSec .imgOverlay {
    order: 2;
  }
}
.netzero-mob,
.netzero-mob1 {
  text-align: center;
}
@media (min-width: 991px) {
  #bannerSection .bannerFirstSec .imgOverlay .videoplay-auto {
    width: 60vw !important;
    float: right;
  }
  #bannerSection .bannerFirstSec .bannerText h4 {
    font-size: 1.25rem !important;
  }
  #bannerSection .bannerFirstSec .bannerText {
    left: 6% !important;
  }
  .envrnmnt-main .bannerFirstSec .bannerText h4 {
    width: 30% !important;
  }
  #bannerSection .bannerFirstSec .imgOverlay img {
    width: 60vw !important;
    height: 101vh;
    float: right;
  }
  .envrnmnt-main h2 {
    width: 35% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fixed-navi-div.esg-menu-desktop {
    width: 60%;
  }
  .esg-menu-desktop .left-esg-navi {
    width: 50%;
  }
  .esg-menu-desktop .right-esg-navi {
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .fixed-navi-div.esg-menu-desktop {
    width: 50%;
  }
  .esg-menu-desktop .left-esg-navi {
    width: 50%;
  }
  .esg-menu-desktop .right-esg-navi {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .fixed-navi-div.esg-menu-desktop {
    width: 40%;
  }
  .esg-menu-desktop .left-esg-navi {
    width: 45%;
  }
  .esg-menu-desktop .right-esg-navi {
    width: 55%;
  }
}
@media (min-width: 1400px) {
  .esg-menu-desktop .left-esg-navi {
    width: 40%;
  }
  .esg-menu-desktop .right-esg-navi {
    width: 60%;
  }
}

.second--footer {
  background-color: #1d1d1d;
  padding: 15px 0;
}
.second--footer .second-footer-text {
  align-self: flex-end;
  margin-bottom: 3px;
}
.second--footer a {
  padding: 0;
  text-decoration: none;
  color: #fff;
}
.second--footer .embassy--logo img {
  margin: 0 auto;
  width: 62px;
}
@media screen and (max-width: 1501px) {
  .second--footer p {
    font-size: 12px !important;
  }
}
.second--footer p {
  color: #fff;
  font-family: GothamLight;
  font-size: 15px;
  text-align: center;
  opacity: 0.7;
  margin-bottom: 0;
}
.col-md-10.col-lg-10.col-sm-12.col-12.align-center {
  align-self: center;
}
@media (max-width: 767px) {
  .second--footer {
    padding: 16px 0 20px !important;
  }
}
.second--footer .embassy--logo {
  margin-bottom: 5px;
  display: block;
  text-align: center !important;
  float: none !important;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .second--footer .footer-award-wrapper {
    text-align: center;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .second--footer {
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  .common-esg-modal .modal-header {
    padding: 0rem;
    border: 0;
  }
  .common-esg-modal .modal-content {
    height: 100%;
  }
  .common-esg-modal .modal-body {
    padding: 0rem;
    padding-top: 0;
    /* height:185px; */
    overflow-y: scroll;
  }
  .common-esg-modal {
    padding-right: 0 !important;
  }
  .common-esg-modal .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    height: 100%;
    max-width: 40% !important;
  }
  .common-esg-modal .close {
    position: absolute;
    top: 35px;
    padding: 0 !important;
    margin: 0 !important;
    right: 50px;
    opacity: 1;
    width: 25px;
  }
  .common-esg-modal .modal-content {
    padding: 6rem 3.5rem;
    height: 100%;
  }
  .common-esg-modal .modal-title {
    margin-bottom: 20px !important;
  }
  .common-esg-modal p {
    padding-right: 20px;
  }
  .common-esg-modal {
    /* position: absolute !important; */
  }
}
@media (max-width: 991px) {
  .common-esg-modal h4.modal-title {
    margin-top: 50px;
  }
  .common-esg-modal .close {
    opacity: 1;
  }
  .common-esg-modal .modal-header {
    border: 0;
    padding-bottom: 0;
  }
}
.common-esg-modal .modal-body::-webkit-scrollbar {
  width: 5px;
  background-color: #ccc;
}
.common-esg-modal .modal-body::-webkit-scrollbar-thumb {
  background-color: #818b99;
  border: 3px solid #ff7315;
  border-radius: 0px;
}
@media (min-width: 992px) {
  .esg-body-home .second--footer {
    margin-top: 120px !important;
  }
}
.last-box-main .col-lg-4 {
  align-self: center;
}
.second--footer a:hover {
  color: #ff7315 !important;
}
#Partner-wrapper {
  padding-right: 0 !important;
}
#Partner-wrapper .modal-dialog {
  max-width: 35%;
  top: 20%;
}
@media (min-width: 1201px) {
  #Partner-wrapper .modal-dialog {
    max-width: 50%;
  }
}
#Partner-wrapper .modal-content {
  border-radius: 0;
}
#Partner-wrapper .modal-dialog .modal-content .modal-header {
  padding: 0;
}
#Partner-wrapper .modal-dialog .modal-content .modal-header button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  outline: 0;
  opacity: 1;
  background: 0 0;
  font-size: 25px;
  font-weight: 100;
}
#Partner-wrapper .modal-dialog .modal-content .modal-body {
  height: auto;
  padding: 0;
}
#Partner-wrapper .modal-dialog .modal-content .modal-body .modal-cont-wrapper {
  padding: 0;
  text-align: center;
}
#Partner-wrapper .modal-dialog .modal-content .modal-body .modal-cont-wrapper .partner-form {
  background-color: #f8f8f8;
  padding: 55px 55px 40px;
}
#Partner-wrapper .form-group {
  margin-bottom: 15px;
}
#Partner-wrapper .modal-dialog .modal-content .modal-body .modal-cont-wrapper .partner-form label {
  font-size: 15px;
  color: #261c20;
  font-family: "gothambook";
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
#Partner-wrapper .modal-dialog .modal-content .modal-body .modal-cont-wrapper .partner-form .form-control {
  color: #bcbcbc;
  font-size: 14px;
  font-family: "gothambook";
  height: 45px;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  border: 1px solid #ccc;
}
#Partner-wrapper .modal-dialog .modal-content .modal-body .modal-cont-wrapper .partner-form .submit-row {
  text-align: left;
}
@media (min-width: 1301px) {
  #Partner-wrapper .modal-dialog .modal-content .modal-body .modal-cont-wrapper .partner-form .submit-row {
    padding-top: 20px;
  }
}
#Partner-wrapper .modal-dialog .modal-content .modal-body .modal-cont-wrapper .partner-form .btn-sumit {
  border: 1px solid #f29020;
  background-color: #f29020;
  font-size: 14px;
  font-family: "gothammedium";
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 40px;
  transition: 0.3s ease-in;
  width: 30%;
}
@media screen and (max-width: 1301px) {
  #Partner-wrapper .modal-dialog .modal-content .modal-body .modal-cont-wrapper .partner-form {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  #Partner-wrapper .modal-dialog {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #Partner-wrapper .btn-sumit {
    margin: 0 15px;
    width: 92% !important;
  }
}
@media (max-width: 1200px) {
  #Partner-wrapper .modal-dialog .modal-content .modal-body .modal-cont-wrapper .partner-form .btn-sumit {
    width: 100%;
  }
}
#Partner-wrapper .form-control:focus {
  box-shadow: inherit;
}
.governance-menu {
  padding-inline-start: 7px;
  list-style-type: none;
}
.governance-menu li {
  margin-bottom: 10px;
}
.governance-menu a {
  color: #ccc;
  font-family: "gothamlight";
}
@media screen and (max-width: 767px) {
  .esg-menu-mobile .right-esg-navi {
    width: 100%;
    overflow-y: scroll;
    height: 100%;
  }
}
.governance-menu a:hover {
  color: #f29020 !important;
}
.title-pdf h4 a {
  font-size: 16px !important;
  color: #ffffff !important;
  line-height: 1.6;
  text-decoration: underline;
  cursor: pointer;
}
img.open-menu-esg-x {
  width: 50px !important;
}
@media (min-width: 768px) {
  .close-menu-esg {
    right: 45px !important;
    top: 42px !important;
  }
}

.text11 .hover-text {
  right: 125px;
  top: -4px;
}
.text12 .hover-text {
  right: 50px;
  top: 50px;
}
.text13 .hover-text {
  right: 125px;
  top: -4px;
}
.text14 .hover-text {
  right: 12px;
  top: 55px;
}
.text15 .hover-text {
  right: 52px;
  top: -87px;
}
.text16 .hover-text {
  right: 71px;
  top: 45px;
}
.text17 .hover-text {
  right: 125px;
  top: -4px;
}
.text18 .hover-text {
  right: 125px;
  top: -4px;
}
.text19 .hover-text {
  right: 125px;
  top: -4px;
}
.text20 .hover-text {
  right: 125px;
  top: -4px;
}
.esg-publication-section .card.w-100 {
  border: 0;
}
.esg-publication-section .card-title {
  color: #ff7315;
  font-size: 18px;
  font-family: "gothambold";
  margin-bottom: 10px;
}
.esg-publication-section p.card-text {
  color: #1d1616;
  font-size: 18px;
  font-family: gothammedium;
  margin-bottom: 10px;
}
.esg-publication-section a {
  border-bottom: 3px solid #f29020;
  color: #231f20;
  font-family: gothambold;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 16px;
}
.esg-publication-section .resource-cornr2img {
  height: 120px !important;
}
.publications-main footer .second--footer {
  margin-top: 0 !important;
}
.esg-publication-section .card.w-100 {
  margin: 40px 0;
}
.esg-publication-section .social-img-1 {
  width: 140px;
}
#bannerSection .bannerFirstSec .bannerText a {
  position: relative;
  display: block;
  width: 245px;
  overflow: hidden;
}

#bannerSection .bannerFirstSec .bannerText a::after {
  content: ">>";
  position: relative;
  font-size: 14px;
  opacity: 0;
  top: 0;
  left: 10px;
  transition: 0.5s;
}
#bannerSection .bannerFirstSec .bannerText a:hover::after {
  padding-right: 10px;
  opacity: 1;
  left: 30px;
}

.shimmer {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  width: 350px;
  height: 100px;
  transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#bannerSection .bannerFirstSec .bannerText a:hover {
  border-color: white;
  color: white;
}
#bannerSection .bannerFirstSec .bannerText a:hover .shimmer {
  transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}
.text1 .hover-text,
.text2 .hover-text,
.text3 .hover-text,
.text4 .hover-text,
.text5 .hover-text,
.text6 .hover-text,
.text7 .hover-text {
  color: #fff;
  background-color: #c38539;
  /* font-weight: bold; */
}
.text11 .hover-text,
.text12 .hover-text,
.text13 .hover-text,
.text8 .hover-text,
.text9 .hover-text,
.text10 .hover-text {
  background-color: #13380b;
  color: #fff;
  /* font-weight: bold; */
}
.text14 .hover-text,
.text15 .hover-text,
.text16 .hover-text,
.text17 .hover-text,
.text18 .hover-text,
.text19 .hover-text {
  color: #fff;
  background-color: #7fa221;
  /* font-weight: bold; */
}
#count1 {
  display: block;
}
.title-pdf h4 a:hover {
  transition: 0.3s linear all;
  text-decoration: underline;
  color: #f29020 !important;
}
.esg-publication-section a:hover {
  transition: 0.3s linear all;
  text-decoration: none;
  color: #f29020 !important;
}
/* section.sustainability-sec a button:hover {
  text-decoration: underline;
  transition: 0.3s linear all;
} */
#caseStudies .desk-section #caseCarousel .item .case-text a:hover {
  transition: 0.3s linear all;
  text-decoration: underline;
}
a.quote-yel-2 {
  position: relative;
  left: -3px;
  top: -5px;
}
@media screen and (min-width: 1701px) {
  #video-sec .award-wrapper h5 {
    min-height: 110px !important;
  }
}
@media screen and (min-width: 1501px) {
  #video-sec .award-wrapper h5 {
    min-height: 180px !important;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1575px) {
  #framework .stats-main .stats-wrapper .number-wrapper .stats.desk-sec ul li {
    margin-right: 4rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1290px) {
  #video-sec .award-wrapper h5 {
    min-height: 342px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #video-sec .award-wrapper h5 {
    min-height: 352px !important;
  }
}
@media screen and (min-width: 1200px) {
  .esg-publication-section .container {
    max-width: 80%;
  }
  #video-sec .award-wrapper h5 {
    min-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .esg-publication-section .card.w-100 {
    margin: 20px 0;
  }
  .card.w-100 img {
    width: 100%;
    margin-bottom: 15px;
  }
  .muteicons{
    right: 30px !important;
  }
  .home-tab-pos{
    top: 40px !important;
  }
  
}
@media screen and (max-width: 991px) {
  .award-wrapper {
    margin-bottom: 1.5rem;
  }
}

/* .muteicons {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 75px;
  height: 75px;
  z-index: 9999999;
} */

/* #notifypop {
  display: none;
} */

.muteicons {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  width: 75px;
  height: 75px;
  z-index: 9999999;
}
#myVideo {
  display: none;
}

.know-more-embsy {
  text-align: center;
  font-size: 18px;
  font-family: "gothammedium";
  margin-bottom: 2rem;
}
.clickhereto {
  color: #ff7315;
  text-decoration: underline;
}
.clickhereto:hover {
  color: #ff7315;
}
.quote1-1 {
  position: absolute;
  width: 23px;
  top: -15px;
  left: 23px;
  height: auto;
}
.quote1-2 {
  position: absolute;
  width: 23px;
  bottom: 7px;
  margin-left: 4px;
  transform: rotate(180deg);
  height: auto;
}

.pillar-text span:hover,
#pillar .pillar-wrapper .pillar-text h4:hover {
  text-decoration: underline;
}
#journey .jouney-section > .row .journey-inner-wrapper .journey-text h3:hover {
  text-decoration: underline;
}

#journey .jouney-section > .row .journey-inner-wrapper .journey-text p:hover {
  text-decoration: underline;
}
#video-sec .award-wrapper {
  border: 1px solid #cecece;
  padding: 1.5rem 1rem;
  margin-right: 1rem;
}
.video-sec-row {
  padding-left: 18px;
  margin-top: 22px;
}
@media screen and (min-width: 1200px) {
  #video-sec .row.video-sec-row {
    margin-bottom: 200px;
  }
}
#video-sec .award-imgwrapper {
  width: 130px;
  height: 120px;
  margin: 0 auto 0 auto;
}

#video-sec .award-imgwrapper img {
  object-fit: cover;
  object-position: 50% 50%;
}

#video-sec .award-wrapper h5 {
  font-size: 15px;
  color: #231f20;
  font-family: "gothammedium";
  text-align: center;
}
.common-text span {
  font-family: "gothambook";
}
@media (min-width: 991px) {
  .esg-pub-main h2 {
    width: 100% !important;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media screen and (min-width: 992px) {
  #video-sec .video-main .video-wrapper {
    padding: 28px !important;
    /* padding-top: 40px !important;  */
    margin-top: 50px;
  }
  .video-ceo img {
    width: 135px;
    height: auto;
  }
  .video-container h5 {
    border-left: 1px solid;
  }
}
@media screen and (min-width: 992px) {
  .video-container h5 {
    font-size: 19px !important;
  }
}
.video-container h5:after {
  content: none !important;
}
@media screen and (max-width: 991px) {
  .video-container h5 {
    margin: 0 5% !important;
  }
}
@media (min-width: 992px) {
  .esg-pub-main#bannerSection .bannerFirstSec .bannerText {
    left: calc(50% - 46%) !important;
    top: calc(100% - 50%) !important;
  }
}
#video-sec .award-imgwrapper img {
  width: 130px;
  height: 99px;
  object-fit: contain;
}
#video-sec .award-wrapper {
  cursor: pointer;
}
#video-sec .video-main .video-wrapper .video-content-wrapper .video-ceo .name-wrapper p {
  margin-bottom: 0;
}
#video-sec .award-imgwrapper img,
#video-sec .award-wrapper {
  cursor: auto !important;
}
#video-sec .award-imgwrapper img,
#video-sec .award-wrapper {
  cursor: auto !important;
}

.governance-documents h4 {
  margin-bottom: 30px;
  font-size: 26px;
  color: #261c20;
  font-family: gothambold;
}
.governance-documents .pdf-doc-view {
  padding: 21px;
  border: 1px solid #bfbfbf;
}
.governance-documents h5 {
  color: #231f20;
  font-family: gothammedium;
  font-size: 14px;
  margin: 10px 0;
  min-height: 40px;
}

.pdf-doc-view p {
  font-family: "gothambook";
}

.governance-documents a {
  color: #261c20;
  font-family: gothambold;
  font-size: 14px;
  padding-bottom: 0;
  border-bottom: 2px solid #f29020;
  cursor: pointer;
}

.governance-documents {
  margin-top: 30px;
  margin-bottom: 30px;
}
.governance-documents a:hover {
  transition: 0.3s linear all;
  text-decoration: none;
  color: #f29020 !important;
}
.policies_main {
  position: relative;
  padding: 100px 0;
}

.policies_main .resource-cornr2img {
  width: 200px !important;
  right: 0 !important;
  top: 100px !important;
}
.policies_main .resource-cornr.resource-cornrpolicy {
  top: 53% !important;
  width: 105px !important;
}
.policies_main .social-img-policies {
  width: 150px;
  bottom: 40%;
  right: -1%;
}
.policies_main img.frame-pos-img1 {
  left: 83% !important;
  width: 450px !important;
  bottom: 9% !important;
}

@media screen and (min-width: 992px) {
  .envrnmnt-policy-main#bannerSection .bannerFirstSec .bannerText {
    top: calc(100% - 55%) !important;
  }
  .social-policy-main#bannerSection .bannerFirstSec .bannerText {
    top: calc(100% - 50%) !important;
  }
}
@media screen and (min-width: 1550px) {
  .envrnmnt-policy-main#bannerSection .bannerFirstSec .bannerText h2 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .envrnmnt-main .bannerFirstSec {
    justify-content: left !important;
  }
  .policies_main {
    padding: 50px 0;
  }
}
.social_main .social-img-policies {
  width: 180px !important;
  bottom: 0% !important;
  right: -1% !important;
}
.rt-navi-esg-row {
  margin-bottom: 12px !important;
}
.menu-hide-main {
  display: none;
}
.main-head-a:hover {
  text-decoration: auto !important;
  color: #fff !important;
  cursor: inherit !important;
}
#membership .awards-listing .col-lg-2 .award-wrapper .award-imgwrapper {
  width: auto;
  height: 120px;
  margin: 0 auto 1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-tab-pos {
  right: 100px !important;
  position: fixed;
  top: 50px;
  width: 50px !important;
  cursor: pointer;
}
.full-wi-arrow {
  width: 20px;
  height: auto;
  margin-right: 7px;
}
section#bannerSection.envrnmnt-main {
  padding-bottom: 5rem;
}
h3.upgrd-color {
  color: #1a4610 !important;
}
p.upgrd-color {
  color: #1a4610 !important;
}
.award-imgwrapper.bsi-logo1 {
  width: 90px !important;
}
.gov_accord_acq h3 {
  text-transform: inherit !important;
}
@media screen and (max-width: 991px) {
  #membership .awards-listing .col-lg-2 .award-wrapper .award-imgwrapper {
    width: 130px !important;
  }
  #membership .awards-listing .award-wrapper h5 {
    min-height: auto;
  }
}
@media screen and (min-width: 992px) {
  #membership .awards-listing .col-lg-2 .award-wrapper h5 {
    min-height: 118px;
  }
}

@media screen and (max-width: 767px) {
  .esg-menu-mobile .right-esg-navi {
    display: inline-grid;
    height: 75% !important;
  }
}


/*#membership .awards-listing .col-lg-12:nth-child(1) .aos-animate:nth-child(2) .award-wrapper .award-imgwrapper img {
  margin-bottom: -45px;
  position: absolute;
  object-fit: unset;
  margin-top: -57px;
  width: 75% !important;
  object-position: unset;
  max-width: unset;
}


#membership .awards-listing .col-lg-12:nth-child(1) .aos-animate:nth-child(3) .award-wrapper .award-imgwrapper img {
  margin-bottom: -45px;
  position: absolute;
  object-fit: unset;
  margin-top: -57px;
  width: 57% !important;
  object-position: unset;
  max-width: fit-content;
  margin-left: 17px;
}

#membership .awards-listing .col-lg-12:nth-child(1) .aos-animate:nth-child(4) .award-wrapper .award-imgwrapper img {
  margin-bottom: -45px;
  position: absolute;
  object-fit: contain;
  margin-top: -57px;
  width: 50% !important;
  object-position: unset;
  max-width: unset;
  margin-left: 17px;
}*/
#ocuupier_connect {
  position: fixed;
  right: -93px;
  transform: rotate(-90deg);
  bottom: 50%;
  z-index: 10;
  background: #F8931D;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
#ocuupier_connect  a {
  color:#fff;
  font-family: 'gothambook';
}
#ocuupier_connect a:hover {
  text-decoration: none;
}

/* events-home section start*/
section#bannerSection.events-home {
  height: 450px;
}
#bannerSection.events-home .bannerFirstSec .bannerText a{
  text-decoration: none;
  font-family: "gothammedium";
}
#bannerSection.events-home .bannerFirstSec .bannerText a{
  background-color: transparent !important;
  color:#ff7315 !important;
  padding-left: 0 !important;
}
#bannerSection.events-home .bannerFirstSec .bannerText a::after {
  content:none;
}
/* #bannerSection.events-home .bannerFirstSec .bannerText a img{
  width: 10px;
    height: 10px;
    margin-top: 7px;
    margin-left: 5px;
} */
#bannerSection.events-home .bannerFirstSec .bannerText h4:nth-child(1){
  font-family: 'gothambold' !important;
} 
#bannerSection.events-home .bannerFirstSec{
  background-color: #dee8ca;
}
#bannerSection.events-home .bannerFirstSec .bannerText h2{
  color:#000;
}
#bannerSection.events-home .bannerFirstSec .bannerText h4{
  color:#000;
}

@media screen and (min-width:991px){
  .events-home .envrnmnt-main .bannerFirstSec .bannerText {
    top: calc(100% - 84%) !important;
}
 #bannerSection.events-home .bannerFirstSec .bannerText h2{
  width:75% !important;
}
#bannerSection.events-home .bannerFirstSec .bannerText h4{
  width:75% !important;
  margin-bottom: 0 !important;
}
section#bannerSection.events-home {
  /* margin-bottom: 100px; */
  padding-bottom: 0;
}

#bannerSection.events-home .bannerFirstSec .imgOverlay img {
  height: 100% !important;
}

#bannerSection.events-home .bannerFirstSec .imgOverlay {
  height: 100%;
}

.events-home .row.justify-content-end.bannerFirstSec {
  height: 100%;
}
}
 @media screen and (max-width:767px) {
  #bannerSection.events-home .bannerFirstSec .bannerText a{
    display: flex !important;
  }
  section#bannerSection.events-home{
    height:auto !important;
  }
  #bannerSection.events-home .bannerFirstSec .bannerText a img{
    padding-left: 10px;
  }
  #bannerSection.events-home .bannerFirstSec .bannerText h4{
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  #bannerSection.events-home .bannerFirstSec .bannerText a{
    display: flex !important;
  }
  section#bannerSection.events-home{
    height:auto !important;
  }
  #bannerSection.events-home .bannerFirstSec .bannerText a img{
    padding-left: 10px;
  }
  #bannerSection.events-home .bannerFirstSec .bannerText h4{
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width:767px){
  img.open-menu-esg-x{
    top: 40px !important;
  }
}
 
/* events-home section end*/
