@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,300");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&display=swap");

.introWrapper .container{
  background: none;
  width: 95% !important;
  height: 0 !important;
  margin-bottom: 20vh;
}

.PABlock .pathwayCentre {
  background: url(https://www.cisi.org/cisiweb2/image/qualifications/sripa3mobile.jpg) !important;
  background-size: 140% !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
}
.PRBlock .pathwayCentre {
  background: url(https://www.cisi.org/cisiweb2/image/qualifications/sriprmobile.jpg) !important;
  background-size: 140% !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
}
.greenEyeWrapper {
  display: none;
}
.dubaiBg {
  background: url(/cisiweb2/image/aboutus/green/dubaiImg.jpg) !important;
  background-repeat: no-repeat !important;
  /* background-size: 100% !important; */
}
.dubaiBg .innerContent {
  height: calc(100vh - 110px);
  background: rgba(0, 0, 0, 0.4);
}
.dubaiBg .inner-text {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 30px;
  display: flex;
  /* flex-flow: row wrap; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.dubaiBg .inner-text h1 {
  font-size: 30px;
  color: white;
  font-weight: 600;
  text-shadow: 1px 2px 2px #314b06;
  font-family: "Lora";
}
.covidAlert.verticallyCentre2 {
  display: none;
}
.dubaiBg .inner-text p {
  font-size: 16px;
  color: white;
  text-shadow: 1px 2px 2px #314b06;
}
.youtubeReview h2 {
  font-size: 19px;
  color: #3b4b4b;
  font-weight: 500;
  /* text-align: center; */
  justify-content: center;
  /* display: flex; */
  /* align-items: center; */
  margin: 0;
  /* margin-bottom: 45px; */
  height: 70px;
}
.youtubeReview a {
  margin-top: 25px;
}
.row.youtubeReview {
  margin-top: 30px;
  text-align: center;
}
.youtubeReview p {
  font-size: 15px;
}
.youtubeReview img {
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.embed-responsive {
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.btnLinkTo {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.intro {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px 20px 20px 20px;
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
}
.intro h1 {
  font-family: "Lora";
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  text-shadow: 1px 2px 2px #314b06;
}

.intro p {
  font-size: 16px;
}

.eye2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.eye2 img {
  width: 100%;
  left: 0;
  top: 0px;
  height: 100%;
  object-fit: cover;
  position: absolute;
  margin: 0;
  z-index: 1;
  transition: all 2s ease-in-out;
}
.eye2 img.large {
  width: 100%;
  top: 0px;
  left: 0;
}
.green_header {
  /* background-image: url(/cisiweb2/image/aboutus/green/green_header2.jpg); */
  /* background-position-y: 75px; */
  background-size: cover;
  padding-top: 4px;
  display: none;
}
.greenEyeWrapper {
  position: relative;
  height: calc(100vh - 100px);
  /* background: url(https://www.cisi.org/cisiweb2/image/qualifications/sripa3mobile.jpg) !important; */
  background: #57871a;
  overflow: hidden;
  margin-bottom: 20px;
}
.covidAlert {
  position: fixed;
}
img.scroll {
  width: 60px;
  margin: 0 auto;
}
.intro small {
  font-size: 12px;
  font-weight: 500;
}
.green_container a {
  color: #3e650c;
}
.green_container h1,
.green_container h2,
.green_container h3 {
  color: #fff;
  font-family: "Lora";
}
.white_container h1,
.white_container h2,
.white_container h3 {
  color: #3e650c;
  font-family: "Lora";
}
.green_container {
  margin-top: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 60px !important;
  background: linear-gradient(
    180deg,
    rgba(87, 135, 26, 1) 0%,
    rgba(87, 135, 26, 1) 30%,
    rgba(53, 89, 9, 1) 100%
  );
  color: #fff;
}

.front h3 {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #3e650c;
  margin-bottom: 10px;
}
.front a {
  color: #444;
}
.front p {
  font-size: 13px;
  margin-bottom: 10px;
  overflow: auto;
}
.front .btn {
  color: #fff;
  padding: 8px 20px;
}
.accessBlock h2 {
  position: relative;
  font-size: 30px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.accessBlock h2:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 28%;
  height: 0px;
  content: "\a0";
  background-color: #8ac341;
  margin-left: -30%;
  text-align: right;
}
.accessBlock h2:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 28%;
  left: 58%;
  height: 0px;
  content: "\a0";
  background-color: #8ac341;
}
.accessBlock .color {
  background-color: #8ac341;
}
.lSAction > .lSPrev {
  left: 35% !important;
  top: 96%;
}
.lSAction > .lSNext {
  right: 35% !important;
  top: 96%;
}
.lSAction > a {
  top: 95%;
  opacity: 0.8 !important;
  background-image: url(/cisiweb2/image/master/controls_dark.png) !important;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #8bc34a !important;
  height: 12px !important;
  width: 12px !important;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #1d1e1f !important;
}
.lSSlideOuter .lSPager.lSpg {
  margin-top: -26px !important;
  padding-bottom: 10px !important;
}
.blocks .block > div {
  background: #fff;
  color: black;
  padding: 20px 20px 30px 20px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  min-height: 450px;
  transition: all 0.3s;
}

.prList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.prList li {
  background: #d5c8a8;
  color: #063b21;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 200px;
  font-size: 14px !important;
  display: inline-block;
  font-weight: 500;
}
.blocks h3 {
  color: #5d923e;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}
.imageBG {
  overflow: hidden;
  position: relative;
}
.imageBG:before {
  background: url(/cisiweb2/image/qualifications/gf1.jpg);
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
  opacity: 0.15;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  pointer-events: none;
}
.lightSlider {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

#content-slider2 .front {
  background: rgba(32, 56, 1, 0.95);
  color: #fff !important;
}
#content-slider2 .front a {
  color: #fff;
}
#content-slider2 .front h3 {
  color: #fff;
}

#mainWrapper .sfContentBlock{
  margin: 0;
}

.introWrapper {
  position: relative;
  min-height: calc(100vh - 80px);
  margin-bottom: 0px !important;
  background: none !important;
  margin: 0 !important;
  height: 100vh !important;
}
.innerContent {
  width: 100%;
  margin: auto;
}
.sf_cols.container_wrapper.floatWrapper.introWrapper {
  display: flex;
  align-items: center;
}
.floatWrapper {
  position: relative;
  margin-bottom: 0px !important;
}
.introWrapper .container {
  width: 95%;
}
.introWrapper .sfContentBlock {
  padding: 10px 50px !important;
  font-weight: 500 !important;
  font-size: 18px;
  color: #fff;
}

.floatWrapper .sfContentBlock {
  padding: 80px 0px 100px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}

.innerContent p {
  font-size: 20px;
}
.introWrapper h1 {
  color: #fff !important;
  font-family: "open sans";
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
}
.introWrapper {
  background-color: #00000087 !important;
}

.container_wrapper {
  background: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 0px !important;
  padding-bottom: 80px !important;
}
section {
  margin-bottom: 0px;
}
.content-sliderBio li h2 {
  font-size: 19px;
  font-weight: 500;
  color: #3e650c;
  font-family: "Lora";
  margin-top: 0px;
}
.content-sliderBio li p {
  font-size: 15px;
}
.content-sliderBio li {
  text-align: center;
}
.content-sliderBio li a {
  margin-top: 25px;
}
.content-sliderBio li img {
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.content-sliderBio.lightSlider {
  margin-bottom: 70px !important;
}
.pathwayContainer .lSAction {
  display: block !important;
}
.pathwayContainer .lSAction > .lSPrev {
  position: absolute;
  left: 5% !important;
  top: 55% !important;
}
.pathwayContainer .lSSlideWrapper {
  position: unset;
}
.pathwayContainer .lSAction > .lSNext {
  right: 5% !important;
  top: 55%;
}
.pathwayContainer li .txtBlock {
  height: 13rem;
  margin-bottom: 10px;
}
.pathwayContainer li .txtBlock h2{
  margin: 0;
  padding-bottom: 10px;
  font-size: 26px !important;
}
/* ------------------------------------------------ Media queries ---------------------------------------------- */

@media (min-width: 768px) {
  .greenEyeWrapper,
  .dubaiBg .innerContent {
    height: calc(100vh - 150px);
    margin-bottom: 80px;
  }
  .eye2 img {
    width: 100%;
    left: 0;
    top: 0px;
    height: 100%;
    object-fit: cover;
  }
  .eye2 img.large {
    width: 100%;
    top: 0px;
    left: 0;
  }
  .intro h1,
  .dubaiBg .inner-text h1 {
    font-size: 50px;
  }
  .intro p,
  .dubaiBg .inner-text p {
    font-size: 18px;
  }
  .intro,
  .dubaiBg .inner-text {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 30px 50px;
    background: rgba(0, 0, 0, 0.65);
  }

  .lSAction > .lSPrev {
    left: 22% !important;
    top: 96%;
  }
  .lSAction > .lSNext {
    right: 22% !important;
    top: 96%;
  }
}

@media (min-width: 992px) {
  .eye2 img {
    width: 90%;
    height: auto;
    left: -20%;
    top: -50px;
  }
  .eye2 img.large {
    width: 100%;
    top: -100px;
    left: 0;
  }
  .intro h1,
  .dubaiBg .inner-text h1 {
    font-size: 40px;
  }
  .intro p,
  .dubaiBg .inner-text p {
    font-size: 18px;
  }
  .intro,
  .dubaiBg .inner-text {
    width: 45%;
    margin: 0 0 0 53%;
    padding: 30px;
    background: transparent;
  }
}

@media (min-width: 1200px) {
  .innerContent {
    width: 70%;
    margin: auto;
  }
  .greenEyeWrapper,
  .dubaiBg .innerContent {
    height: calc(100vh - 110px);
  }
  .eye2 img {
    width: 75%;
    left: -5%;
    top: 0px;
    height: 100%;
  }
  .eye2 img.large {
    width: 100%;
    top: 0px;
    left: 0;
  }
  .intro h1,
  .dubaiBg .inner-text h1 {
    font-size: 45px;
  }
  .intro p,
  .dubaiBg .inner-text p {
    font-size: 16px;
  }
  .intro {
    width: 40%;
    height: 100%;
    margin: 0 0 0 55%;
    padding: 30px;
  }
  .dubaiBg .inner-text {
    width: 40%;
    height: 100%;
    margin: 0 55% 0 0;
    padding: 10px 30px;
    justify-content: flex-start;
  }
  .lSAction > .lSPrev {
    left: 33% !important;
    top: 96%;
  }
  .lSAction > .lSNext {
    right: 33% !important;
    top: 96%;
  }
  .PABlock .pathwayCentre {
    background: url(https://www.cisi.org/cisiweb2/image/qualifications/sripa3.jpg) !important;
    background-size: 100% !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
  }
  .PRBlock .pathwayCentre {
    background: url(https://www.cisi.org/cisiweb2/image/qualifications/sripr.jpg) !important;
    background-size: 140% !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .greenEyeWrapper,
  .dubaiBg .innerContent {
    height: calc(100vh - 110px);
  }
  .eye2 img {
    width: 100%;
    left: -25%;
    top: -100px;
    height: auto;
  }
  .eye2 img.large {
    width: 100%;
    top: -100px;
    left: 0;
  }
}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .eye2 img {
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0px;
    opacity: 0.3 !important;
  }
  .eye2 img.large {
    width: 100%;
    top: 0px;
    left: 0;
    opacity: 1 !important;
  }
  .intro p,
  .dubaiBg .inner-text p {
    font-size: 22px;
  }
  .intro h1,
  .dubaiBg .inner-text h1 {
    font-size: 60px;
  }
  .intro,
  .dubaiBg .inner-text {
    width: 80%;
    margin: 0 10% 0 10%;
    padding: 30px;
    background: transparent;
  }
}
@media (min-width: 1300px) {
  .introWrapper h1 {
    color: #fff !important;
    font-family: "open sans";
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
  }
  .greenEyeWrapper,
  .dubaiBg .innerContent {
    height: calc(100vh - 110px);
  }
  .eye2 img {
    width: 75%;
    left: -5%;
    top: 0px;
    height: 100%;
  }
  .eye2 img.large {
    width: 100%;
    top: 0px;
    left: 0;
  }
  .intro h1,
  .dubaiBg .inner-text h1 {
    font-size: 45px;
  }
  .intro p,
  .dubaiBg .inner-text p {
    font-size: 16px;
  }
  .intro,
  .dubaiBg .inner-text {
    width: 40%;
    height: 100%;
    margin: 0 0 0 55%;
    padding: 30px;
  }
  .lSAction > .lSPrev {
    left: 35% !important;
    top: 96%;
  }
  .lSAction > .lSNext {
    right: 35% !important;
    top: 96%;
  }
}

@media (min-width: 1400px) {
  .eye2 img {
    width: 75%;
    left: -5%;
    top: -90px;
    height: auto;
  }
  .eye2 img.large {
    width: 100%;
    top: -200px;
    left: 0;
  }
  .intro h1,
  .dubaiBg .inner-text h1 {
    font-size: 50px;
  }
  .intro p,
  .dubaiBg .inner-text p {
    font-size: 16px;
  }
  .intro {
    width: 40%;
    height: 100%;
    margin: 0 0 0 55%;
    padding: 30px;
  }
  .dubaiBg .inner-text {
    width: 40%;
    height: 100%;
    margin: 0 55% 0 0;
    padding: 30px;
    justify-content: flex-start;
  }
}

@media (min-width: 1600px) {
  .introWrapper h1 {
    color: #fff !important;
    font-family: "open sans";
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
  }
  .eye2 img {
    width: 75%;
    left: -5%;
    top: -70px;
    height: auto;
  }
  .eye2 img.large {
    width: 100%;
    top: -300px;
    left: 0;
  }
  .intro h1,
  .dubaiBg .inner-text h1 {
    font-size: 55px;
  }
  .intro p,
  .dubaiBg .inner-text p {
    font-size: 20px;
  }
  .intro,
  .dubaiBg .inner-text {
    width: 40%;
    height: 100%;
    margin: 0 0 0 55%;
    padding: 30px;
  }
  .PABlock .pathwayCentre {
    background: url(https://www.cisi.org/cisiweb2/image/qualifications/sripa3.jpg) !important;
    background-size: 110% !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
  }
  .PRBlock .pathwayCentre {
    background: url(https://www.cisi.org/cisiweb2/image/qualifications/sripr.jpg) !important;
    background-size: 110% !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
  }
}
@media (min-width: 1800px) {
  .innerContent p {
    font-size: 24px;
  }
  .eye2 img {
    width: 70%;
    left: -5%;
    top: -130px;
    height: auto;
  }
  .eye2 img.large {
    width: 100%;
    top: -300px;
    left: 0;
  }
  .intro h1,
  .dubaiBg .inner-text h1 {
    font-size: 60px;
  }
  .intro p,
  .dubaiBg .inner-text p {
    font-size: 22px;
  }
  .intro {
    width: 40%;
    height: 100%;
    margin: 0 0 0 55%;
    padding: 30px;
  }
  .dubaiBg .inner-text {
    width: 40%;
    height: 100%;
    margin: 0 55% 0 0%;
    padding: 30px;
    justify-content: flex-start;
  }
  .lSAction > .lSPrev {
    left: 39% !important;
    top: 96%;
  }
  .lSAction > .lSNext {
    right: 39% !important;
    top: 96%;
  }
  .introWrapper h1 {
    color: #fff !important;
    font-family: "open sans";
    font-weight: bold;
    font-size: 80px;
    text-transform: uppercase;
  }
}
@media (min-width: 2000px) {
  .introWrapper h1 {
    color: #fff !important;
    font-family: "open sans";
    font-weight: bold;
    font-size: 100px;
    text-transform: uppercase;
  }
}

/* ------------------------------------------------------------------------------------------------------------- */

img.eye {
  width: 577px;
  margin-left: 5vw;
}

.header_content {
  color: white;

  font-family: unset;

  margin-top: 60px;
}

.header_content {
  color: white;

  font-family: unset;

  margin-top: 50px;

  position: relative;

  left: -144px;

  animation: fade-in 5s linear infinite;
}
.header_content h1 {
  padding-bottom: 7px;
  /* display: none; */
  color: white;
  margin-right: 119px;
  font-weight: 400;
  font-size: 60px;
}

.header_content p {
  margin-right: 100px;
}

.divider {
  background-image: url(/cisiweb2/image/aboutus/green/divider.png);
  height: 300px;
  width: 100% !important;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0px !important;
}

.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.upside-down {
  transform: rotate(180deg) scaleX(1);
}

.divider {
  background-image: url(/cisiweb2/image/aboutus/green/divider.png);
  height: 292px;
  background-repeat: no-repeat;
  margin-bottom: 0px !important;
  background-size: cover;
  top: 0px;
}

.divider_2 {
  background-image: url(/cisiweb2/image/aboutus/green/divider_2.png);
  background-size: cover;
  height: 369px;
  background-repeat: no-repeat;
  margin-bottom: 0px !important;
  top: -1px;
}

.green_container {
  background-color: #57871a;
}

.green_container2 {
  background-color: #57871a;
}

.H_center {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.Fin_access {
  /* margin-bottom: 52px; */ /* MARGIN-TOP: 75px; */ /* font-family: 'Open Sans', sans-serif; */
}

.Fin_access h2 {
  color: white; /* font-weight:400; */
}

.Fin_access p {
  color: white;
}

.phone,
.at,
.chat {
  color: #57871a;
  margin-top: 10px !important;
  margin-right: 10px;
}

.contact h2 {
  color: #57871a;
  font-weight: 300;
}

.contact p {
  /* margin-top:30px; */
}

.dropmenu {
  width: 295px !important;
}

.droplist {
  /* position:relative; */
}

/*Light Slider---------------------------------------------
--------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------*/
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideWrapper {
  /* max-width: 100%; */
  /* overflow: hidden; */
  /* position: relative; */
}

/** /!!! End of core css Should not edit !!!/**/

/* Pager */

/* End of pager */

/* slider actions */

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

.img_x {
  height: 200px !important;
  width: 400px !important;
  border-radius: 10px;
}

.flip-card:hover .flip-card-inner,
front {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 250px;
  height: 330px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}

.flip-card-front {
  background-color: #57871a;
  color: black;
  height: 250px;
  width: 330px;
}

.flip-card-back {
  background-color: white;
  color: black;
  transform: rotateY(180deg);
  height: 250px;
  width: 296px;
}

.front {
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  width: 80%;
  border-radius: 30px;
  position: absolute;
  left: 20px;
  top: -22px;
  transition: transform 0.6s;
  padding: 20px;
}

.back {
  background-color: white;
  color: black;
  height: 350px;
  width: 80%;
  position: absolute;
  left: 40px;
  top: 0px;
  border-radius: 30px;
  transition: transform 0.6s;
}
.blocks p {
  margin-bottom: 0px !important;
}

.span_y {
  font-size: 14px;
  font-weight: 700;
}

.grey {
  color: grey;
}

.card1:hover .front {
  transform: translate(-5px, -5px);
}

.card1:hover .back {
  transform: translate(55px, 30px);
}

.lSSlideWrapper {
  margin: 0px;
}

#Cat {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  /* margin-top: 50px; */
  margin-bottom: 50px;
}
.cover1 {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisipr/ChapterBackground/523.jpg");
  background-size: cover;
}

.cover2 {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisipr/ChapterBackground/524.jpg");
  background-size: cover;
}

.cover3 {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/default-album/inthenews_esg_1920.jpg?sfvrsn=f6ba1e02_0");
  background-size: cover;
}

.cover4 {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/default-album/istock-641122846_1920x1056px.jpg?sfvrsn=33c51802_0");
  background-size: cover;
}

.cover5 {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/default-album/david-c-stevenson_1920.jpg?sfvrsn=77031b02_0");
  background-size: cover;
}

.cover6 {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/default-album/inthenews_green_1920.jpg?sfvrsn=17c00906_0");
  background-size: cover;
}

.cover7 {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisitv/ESG Cutting through the noise.jpg");
  background-size: cover;
}

.cover8 {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisitv/Demystifying impact investing Most common myths discussed.jpg");
  background-size: cover;
}

.cover9 {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisipr/ChapterBackground/525.jpg");
  background-size: cover;
}

.cover10 {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisipr/ChapterBackground/531.jpg");
  background-size: cover;
}

.cover11 {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisipr/ChapterBackground/524.jpg");

  background-size: cover;
}

.cover12 {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/S-IR/impact-measurement-1920.jpg?sfvrsn=94581e02_0");
  background-size: cover;
}

.cover13 {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisitv/Ethical%20and%20impact%20investing%20are%20you%20ready%20to%20embrace%20the%20fast%20increasing%20demand%20and%20regulatory%20change.jpg");
  background-size: cover;
}

.cover14 {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisitv/Demystifying%20impact%20investing%20Most%20common%20myths%20discussed.jpg");

  background-size: cover;
}

.cover15 {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisitv/were%20all%20impact%20investors%20now.jpg");

  background-size: cover;
}

.coverC1 {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/s-ir/cop27.jpg?sfvrsn=e5d77d7a_0");

  background-size: cover;
}

.coverC2 {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/s-ir/sustainable-change.jpg?sfvrsn=a2f63c90_0");

  background-size: cover;
}
.coverC3 {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/s-ir/weekly_esg_700.jpg?sfvrsn=8e344dff_0");

  background-size: cover;
}
.coverC4 {
  background-image: url("https://universe-files.dacast.com/35eeae76-e02c-2302-4858-f91ca1b4b4ee.jpeg");

  background-size: cover;
}
.coverC5 {
  background-image: url("https://universe-files.dacast.com/243f658a-ec00-8b4d-31be-36db13305a3c.jpeg");

  background-size: cover;
}
.coverC6 {
  background-image: url("https://universe-files.dacast.com/6fb6500b-46d7-2bdc-3c4d-02b88bb1b318.jpeg");

  background-size: cover;
}
.coverC7 {
  background-image: url("https://universe-files.dacast.com/615efcfc-4c10-66cc-24ca-46875ab76a46.jpeg");

  background-size: cover;
}
.coverTV1 {
  background-image: url(https://universe-files.dacast.com/b891ae9c-4bd6-ec0b-8369-1db2bec223a7.jpeg);

  background-size: cover;
}
.coverTV2 {
  background-image: url(https://universe-files.dacast.com/e46697f7-c7a1-527a-85bb-8d3363321c2f.jpeg);

  background-size: cover;
}
.coverTV3 {
  background-image: url(https://universe-files.dacast.com/81a95cb5-c936-f165-bd86-0916a0498c46.jpeg);

  background-size: cover;
}
.coverTV4 {
  background-image: url(https://universe-files.dacast.com/65684f80-3558-f0e6-ea6a-6afb9a5fa805.jpeg);

  background-size: cover;
}
.coverRev1 {
  background-image: url(/cisiweb2/image/cisipr/1920x1080/1315.jpg);

  background-size: cover;
}
.coverRev2 {
  background-image: url(/cisiweb2/image/cisipr/1920x1080/1388.jpg);

  background-size: cover;
}
.coverRev3 {
  background-image: url(/cisiweb2/image/cisipr/1920x1080/740.jpg);

  background-size: cover;
}
.coverRev524 {
  background-image: url(/cisiweb2/image/cisipr/1920x1080/524.jpg);

  background-size: cover;
}
.coverRev1060 {
  background-image: url(/cisiweb2/image/cisipr/1920x1080/1060.jpg);

  background-size: cover;
}
.coverRev1449 {
  background-image: url(/cisiweb2/image/cisipr/1920x1080/1449.jpg);

  background-size: cover;
}
.coverTV86855165 {
  background-image: url("https://universe-files.dacast.com/a9a1f57c-225b-0ade-dbc9-3d98fad069ed.jpeg");

  background-size: cover;
}
.coverTV86855153 {
  background-image: url("https://universe-files.dacast.com/3905510a-c3d1-94b2-6077-ce0a31581d17.jpeg");

  background-size: cover;
}
.coverTV86855151 {
  background-image: url("https://universe-files.dacast.com/0a56f0e3-6563-64a2-acc0-d0472fbb192f.jpeg");

  background-size: cover;
}
.coverTV86855137 {
  background-image: url("https://universe-files.dacast.com/e3206191-3b33-2b2a-7ed3-c56404e71b0b.jpeg");

  background-size: cover;
}
.coverTV86855131 {
  background-image: url("https://universe-files.dacast.com/d7ecfe43-bc88-c0d8-daf2-906f59ea7092.jpeg");

  background-size: cover;
}
.coverTV86855120 {
  background-image: url("https://universe-files.dacast.com/e241ab39-2ced-e3a4-bf60-5259304ca26b.jpeg");

  background-size: cover;
}
.coverTV86855045 {
  background-image: url("https://universe-files.dacast.com/f854a429-bd0a-f310-c775-548a7007efd0.jpeg");

  background-size: cover;
}
.coverR1 {
  background-image: url(/cisiweb2/images/default-source/s-ir/esg-backlash_1920.jpg?sfvrsn=d404263_1);

  background-size: cover;
}
.coverR2 {
  background-image: url(/cisiweb2/images/default-source/s-ir/anthony-1920x1056.jpg?sfvrsn=6ba24e6c_1);

  background-size: cover;
}
.coverR3 {
  background-image: url(/cisiweb2/images/default-source/s-ir/int-b-corp_1920.jpg?sfvrsn=733e303a_1);

  background-size: cover;
}
/* END DEFAUL SLIDE CAROUSEL CSS */

.content-slider li {
  background-color: #57871a;
  text-align: center;
  color: #fff;
}

.content-slider h3 {
  margin: 0;
  font-weight: 900;
  padding: 12px 10px 9px 10px;
  color: green;
  font-size: 23px;
}

.content-slider p {
  font-size: 12px;
  margin-right: 18px;
  margin-left: 18px;
  color: black;
}

.lSSlideWrapper {
  margin-right: 0px;

  margin-left: 0px;

  /* width: 86%; */

  /* padding-top: 81px; */
}

.itemImage {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.span_x {
  position: relative;
  left: 0;
  background-color: #101010e3;
  color: white;
  font-size: 10px;
  padding: 3px 13px 5px 13px;
  border-radius: 200px;
  margin: 5px;
  white-space: nowrap;
}

.item_1,
.item_2,
.item_3,
.item_4,
.item_5,
.item_6,
.item_7,
.item_8,
.item_9,
.item_10,
.item_11 {
  /* height: 373px !important; */
  /* width: 541px !important; */
  /* padding: 41px; */
  color: black !important;
}

.lSAction > .lSPrev {
  color: #d2d238;
}
.card1 {
  /* padding:50px; */
  position: relative;
  /*left: 50px;*/
  /* margin: 122px; */
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #ffffff;
  /*argin-top:50px*/
}

.btn_1 {
  background: #65ab4a;

  /* border: 0px solid #dfdfdf; */

  border-radius: 200px;
  margin-top: 12px;

  transition: all 0.3s;
  color: white;
}

.btn_1:hover {
  background-color: #457e2e;
  color: white;
}

.down {
  padding-left: 5px !important;
}

.green_sus {
  color: white;
}

.green_sus h2 {
  color: white;
}

.people {
  color: #57871a;
}

.glob {
  color: #57871a;
}

.tick1 {
  color: #57871a;
}
.contact {
}

.contact h2 {
  color: #5d923e;

  /* font-weight:300 */
}

.blocks p {
  text-align: center;
}

.info {
  margin-left: 5px;
}

.content-slider1 {
  /* height: 400px !important; */
  position: relative;
  left: 0px;
  min-height: 350px;
}

#content-slider3{
  height: 700px !important;
}

@media (min-width: 700px) {
  .front {
    width: 80%;
    left: 20px;
  }

  .back {
    height: 250px;
    width: 80%;
    left: 80px;
  }
}

@media (min-width: 1024px) {
  .front {
    width: 80%;
    left: 20px;
  }

  .back {
    height: 250px;
    width: 80%;
    left: 110px;
  }
}

@media (max-width: 1600px) {
  .header_content {
    position: relative;
    left: -27px;
  }
}

@media (max-width: 1400px) {
  .header_content h1 {
    font-size: 45px;
    margin-bottom: 0px;
  }

  .green_header {
    /* background-image: url(/cisiweb2/image/aboutus/green/green_header2.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -6vw;
    padding-top: 4px;
  }

  img.eye {
    margin-left: 1vw;
  }
}

@media (max-width: 1200px) {
  .divider {
    background-image: url(/cisiweb2/image/aboutus/green/divider.png);
    height: 202px;
    background-repeat: no-repeat;
    margin-bottom: 0px !important;
    position: relative;
    top: 2px;
  }

  .upside-down {
    top: -5px !important;
  }

  .header_content {
    margin-top: 55px;
  }

  .header_content p {
    font-size: 15px;
    margin-right: 15px;
  }
  .header_content h1 {
    /* font-size:42px; */
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  .green_header {
    background-position-x: -29vw;
    background-size: 347vw;
  }

  .lSAction > .lSPrev {
    left: 5% !important;
    top: 97%;
  }
  .lSAction > .lSNext {
    right: 5% !important;
    top: 97%;
  }
}

@media (max-width: 500px) {
  .header_content p {
    font-size: 16px;
    padding: 0vw 0vw 4vw 5vw;
  }

  .header_content h1 {
    font-size: 40px;
  }
}

@media (max-width: 420px) {
}

@media (max-width: 407px) {
  .header_content p {
    font-size: 14px;
    padding-left: 11vw;
  }

  .header_content h1 {
    font-size: 8vw;
    padding-left: 10vw;
    padding-right: 0vw;
  }
}

@media (max-width: 350px) {
  .content-slider1 {
    height: 700px !important;
  }
}

@media (max-width: 250px) {
}

.hiddenSlider {
  visibility: hidden;
  height: 0;
}

.visibleSlider {
  visibility: visible;
  height: auto;
}

.blocks .block span {
  /* font-size: 50px; */
  /* margin-bottom: 20px; */
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,300");

.green_header {
  /*background-image: url(/cisiweb2/image/aboutus/green/green_header2.jpg);*/
  /* background-position-y: 75px; */
  background: #57871a;
  background-size: cover;
  padding-top: 4px;
  margin-bottom: 0px !important;
}

.header_content h1 {
  padding-bottom: 7px;
  /* display: none; */
  color: white;
  font-family: "Open Sans", sans-serif !important;
  margin-right: 87px;
  font-weight: 400;
  font-size: 60px;
}

.header_content p {
  font-family: "Open Sans", sans-serif;
  margin-right: 100px;
}

.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.upside-down {
  transform: rotate(180deg) scaleX(1);
}

.divider {
  background-image: url(/cisiweb2/image/aboutus/green/divider.png);
  height: 292px;
  background-repeat: no-repeat;
  margin-bottom: 0px !important;
  background-size: cover;
  top: 0px;
}

.divider_2 {
  background-image: url(/cisiweb2/image/aboutus/green/divider_2.png);
  background-size: cover;
  height: 369px;
  background-repeat: no-repeat;
  margin-bottom: 0px !important;
  top: -1px;
}

.H_center {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.Fin_access {
  /* margin-bottom: 52px; */ /* MARGIN-TOP: 75px; */ /* font-family: 'Open Sans', sans-serif; */
}

.Fin_access h2 {
  color: white; /* font-weight:400; */
}

.Fin_access p {
  color: white;
}

.phone,
.at,
.chat {
  color: #57871a;
  margin-top: 10px !important;
  margin-right: 10px;
}

.contact h2 {
  color: #57871a;
  font-weight: 300;
}

.contact p {
  /* margin-top:30px; */
}

.dropmenu {
  width: 295px !important;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

.img_x {
  height: 200px !important;
  width: 400px !important;
  border-radius: 10px;
}

.flip-card:hover .flip-card-inner,
front {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 250px;
  height: 330px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}

.flip-card-front {
  background-color: #57871a;
  color: black;
  height: 250px;
  width: 330px;
}

.flip-card-back {
  background-color: white;
  color: black;
  transform: rotateY(180deg);
  height: 250px;
  width: 296px;
}

.span_y {
  font-size: 14px;
  font-weight: 700;
}

.grey {
  color: grey;
}

.lSSlideWrapper {
  margin: 0px;
}

#Cat {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  /* margin-top: 50px; */
  margin-bottom: 50px;
}
.cover1 {
  background-image: url("/cisiweb2/image/cisipr/dashboard/523.jpg");
  background-size: cover;
}

.cover2 {
  background-image: url("/cisiweb2/image/cisipr/dashboard/524.jpg");

  background-size: cover;
}

.cover3 {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/default-album/inthenews_esg_1920.jpg?sfvrsn=f6ba1e02_0");
  background-size: cover;
}

.cover4 {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/default-album/istock-641122846_1920x1056px.jpg?sfvrsn=33c51802_0");
  background-size: cover;
}

.cover5 {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/default-album/david-c-stevenson_1920.jpg?sfvrsn=77031b02_0");
  background-size: cover;
}

.cover6 {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/default-album/inthenews_green_1920.jpg?sfvrsn=17c00906_0");
  background-size: cover;
}

.cover7 {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisitv/ESG Cutting through the noise.jpg");
  background-size: cover;
}

.cover8 {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisitv/Demystifying impact investing Most common myths discussed.jpg");
  background-size: cover;
}

.cover9 {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisipr/ChapterBackground/525.jpg");
  background-size: cover;
}

.cover10 {
  background-image: url("/cisiweb2/image/cisipr/dashboard/531.jpg");

  background-size: cover;
}

.cover11 {
  background-image: url("/cisiweb2/image/cisipr/dashboard/524.jpg");

  background-size: cover;
}

.cover12 {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/S-IR/impact-measurement-1920.jpg?sfvrsn=94581e02_0");
  background-size: cover;
}

.cover13 {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisitv//What%20does%20impact%20investing%20mean%20for%20you%20and%20your%20clients.jpg");
  background-size: cover;
}

.cover14 {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisitv/Demystifying%20impact%20investing%20Most%20common%20myths%20discussed.jpg");

  background-size: cover;
}

.cover15 {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisitv/were%20all%20impact%20investors%20now.jpg");

  background-size: cover;
}

.cover16 {
  background-image: url("/cisiweb2/image/cisitv//Investing in the future enabling decarbonisation.jpg");

  background-size: cover;
}

.cover17 {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/default-album/sarah-gordon_1920fff9e776f41644ecb45a54791361635d.jpg?sfvrsn=5fefa3c7_0");

  background-size: cover;
}

.cover18 {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/s-ir/4x4.jpg?sfvrsn=3fd1e029_0");

  background-size: cover;
}

.cover_a {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisitv//Financial%20Planning%20Forum%20Getting%20going%20in%20sustainable%20and%20responsible%20investment.jpg");
  background-size: cover;
}

.cover_b {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/s-ir/rising-risk.jpg?sfvrsn=ed707541_0");
  background-size: cover;
}

.cover_c {
  background-image: url("/cisiweb2/image/cisipr/dashboard/625.jpg");
  background-size: cover;
}

.cover_d {
  background-image: url("https://www.cisi.org/cisiweb2/images/default-source/s-ir/cop27-1920.jpg?sfvrsn=5dcd92c8_0");
  background-size: cover;
}
.coverG {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisipr/dashboard/684.jpg");
  background-size: cover;
}

.coverR {
  background-image: url("/cisiweb2/image/cisipr/dashboard/625.jpg");
  background-size: cover;
}

.coverS {
  background-image: url("/cisiweb2/image/cisipr/dashboard/453.jpg");
  background-size: cover;
}

.coverE {
  background-image: url("/cisiweb2/image/cisipr/dashboard/523.jpg");
  background-size: cover;
}

.coverI {
  background-image: url("/cisiweb2/image/cisipr/dashboard/531.jpg");
  background-size: cover;
}

.coverJ {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisipr/dashboard/1001.jpg");
  background-size: cover;
}
.coverK {
  background-image: url("https://www.cisi.org/cisiweb2/image/cisipr/dashboard/749.jpg");
  background-size: cover;
}

.cover_ {
  background-image: url("");
  background-size: cover;
}

/* END DEFAUL SLIDE CAROUSEL CSS */

.content-slider li {
  background-color: #57871a;
  text-align: center;
  color: #fff;
}

.content-slider h3 {
  margin: 0;
  font-weight: 900;
  padding: 12px 10px 9px 10px;
  color: green;
  font-size: 23px;
}

.content-slider p {
  font-size: 12px;
  margin-right: 18px;
  margin-left: 18px;
  color: black;
}

.lSSlideWrapper {
  /* margin-right: 10px; */

  margin-left: 0px;

  /* width: 86%; */

  /* padding-top: 81px; */
}

.itemImage {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.item_1,
.item_2,
.item_3,
.item_4,
.item_5,
.item_6,
.item_7,
.item_8,
.item_9,
.item_10,
.item_11,
.item_12,
.item_13,
.item_14,
.item_15,
.item_16 {
  /* height: 373px !important; */
  /* width: 541px !important; */
  padding: 32px;
  color: black !important;
}

.lSAction > .lSPrev {
  color: #d2d238;
}
.card1 {
  /* padding:50px; */
  position: relative;
  /*left: 50px;*/
  /* margin: 122px; */
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #ffffff;
}

.btn_1 {
  background: #65ab4a;

  /* border: 0px solid #dfdfdf; */

  border-radius: 200px;

  transition: all 0.3s;
  color: white;
}

.btn_1:hover {
  background-color: #457e2e;
  color: white;
}

.down {
  padding-left: 5px !important;
}

.green_sus h2 {
  color: white;
}

.people {
  color: #57871a;
}

.glob {
  color: #57871a;
}

.tick {
  color: #57871a;
}
.contact {
  /* font-family: 'Open Sans', sans-serif; */
}

.contact h2 {
  color: #5d923e;

  /* font-weight:300 */
}

.blocks p {
  text-align: center;
}

.article3 .btn {
  margin-top: 50px;
  background: #f3f5f2;
  color: #5d923e !important;
}

.btn_2:hover {
  background: #bbbbbb !important;
  color: #36590c;
}

.info {
  margin-left: 5px;
}

img.eye {
  animation: zoom cubic-bezier(0.45, 0.05, 0.55, 0.95) 3s;

  position: relative;

  z-index: 100;
}

@keyframes zoom {
  0% {
    transform: scale(1.9, 1.9);
    left: 50%;
  }

  50% {
    transform: scale(1.9, 1.9);
    left: 50%;
  }

  100% {
    transform: scale(1, 1);
    left: 0%;
  }
}

.header_content {
  animation: fadeIn ease 6s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1400px) {
  .header_content h1 {
    font-size: 45px;
    margin-bottom: 10px;
    margin-right: 5px;
  }

  .header_content {
    margin-left: 65px;
    margin-top: 21px;
  }

  img.eye {
    width: 540px;
    margin-left: 10vw;
  }

  .green_header {
    /* background-image: url(/cisiweb2/image/aboutus/green/green_header2.png); */
    background-repeat: no-repeat;
    /* background-position-y: 75px; */
    background-size: cover;
    background-position-x: -6vw;
    padding-top: 4px;
  }
}

@media (max-width: 1200px) {
  img.eye {
    margin-left: 3vw;
  }

  .header_content h1 {
    font-size: 39px;
  }
}

@media (max-width: 991px) {
  .header_content {
    position: absolute;
    left: 98vw;
    top: -712px;
    color: white;
    font-family: unset;
    margin-top: 350px;
    margin-left: -50.7vw;
    /* background-color: #00000094; */
    width: 50vw;
  }

  img.eye {
    width: 46vw;
    margin-top: 50px;
    margin-left: 1vw;
  }

  .header_content h1 {
    padding: 3vw 1vw 0vw 5vw;
    font-size: 5vw;
  }

  .header_content p {
    padding: 0vw 1vw 6vw 5vw;
    margin-right: 0px;
  }

  .divider {
    background-image: url(/cisiweb2/image/aboutus/green/divider.png);
    height: 202px;
    background-repeat: no-repeat;
    margin-bottom: 0px !important;
    position: relative;
    top: 2px;
  }

  .divider_2 {
    position: relative;
    top: -2px;
    height: 200px;
  }
  .upside-down {
    top: -5px !important;
  }
}

@media (max-width: 800px) {
  .header_content {
    margin-top: 399px;
  }
}

@media (max-width: 600px) {
  .green_header {
    background-position-x: -29vw;
    background-size: 347vw;
  }
}

@media (max-width: 500px) {
  .header_content p {
    font-size: 16px;
    padding: 0vw 3vw 4vw 5vw;
  }

  .header_content h1 {
    font-size: 38px;
  }
}

@media (max-width: 420px) {
  .block1,
  .block2,
  .block3 {
  }

  .article3 {
  }
}

@media (max-width: 407px) {
  .header_content p {
    font-size: 14px;
    padding-left: 11vw;
    margin-right: 4vw;
  }

  .header_content h1 {
    font-size: 8vw;
    padding-left: 10vw;
    padding-right: 0vw;
  }

  .content-slider1 {
    height: 458px !important;
  }
}

@media (max-width: 578px) {
  .header_content {
    position: absolute;
    left: 1vw;
    color: white;
    font-family: unset;
    margin-top: 680px;
    margin-left: -1.7vw;
    background-color: #00000094;
    width: 101vw;
  }

  img.eye {
    margin-left: -2vw;
    width: 94vw;
  }
}

.Cat1,
.Cat2 {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.Cat1 > .container,
.Cat2 > .container {
  padding: 0px;
}

.contact a {
  font-weight: 400;
}

@media (min-width: 1920px) {
  img.eye {
    margin-left: 89px;
    width: 30vw;
  }
}

@media (max-width: 1920px) {
  .content-slider1 {
    height: 320px !important;
  }
}

@media (max-width: 768px) {
  .content-slider1 {
    height: 420px !important;
  }
}

@media (max-width: 407px) {
  .content-slider1 {
    height: 458px !important;
  }
}

.sriWrapper .container {
  padding: 0px;
}

.sriTile .sf_colsOut {
  width: 100% !important;
}

.sriTile .sf_colsOut {
  padding: 0;
}

#myVideo {
  position: fixed;
  /* min-width: 100%; */
  /* min-height: 100%; */
  z-index: -1;
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  top: 0;
}

.sfPageEditor #myVideo {
  display: none;
}

/*Sustainable Fin*/
.sriBanner {
  /* background-image: url(/cisiweb2/image/sri/banner.gif); */
  background-size: cover;
  background-position-y: inherit;
}
.sriBanner h1 {
  color: #fff !important;
  font-family: "Libre Baskerville", serif;
  /* margin-bottom: 0px; */
  line-height: 1;
}
.sriBanner h2 {
  margin-top: 20px;
  font-weight: 500;
}

.sriBanner .container {
  display: flex;
  width: 50%;
  margin-left: 10%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.filterBG {
  height: 650px;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgb(0 0 0 / 90%) 0%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
}

.sriBanner a {
  background: #ffffff;
  border: #ffffff;
  color: #c17022;
  font-size: 18px;
}

.sriBanner a:hover {
  background: #9c5b1d;
  border: #c17022;
}

.sriBanner h2 {
  color: white;
  font-size: 30px;
}

.sriBanner a {
  margin-top: 30px;
}

@media (max-width: 600px) {
  .sriBanner {
    text-align: center;
  }

  .sriBanner .container {
    width: unset;
    margin: unset;
    padding: 5%;
  }

  .sriBanner h1 {
    /* font-size: 50px; */
  }

  .sriBanner h2 {
    font-size: 20px;
  }

  .sriBanner img {
    width: 200px;
  }
  .sriBanner {
    background-position-x: -1041px;
  }
  .filterBG {
    background-color: #00000042 !important;
  }
}
@media (min-width: 750px) {
  .sriBanner h1 {
    /* font-size: 50px; */
  }

  .sriBanner h2 {
    font-size: 20px;
  }

  .sriBanner img {
    width: 200px;
  }

  .sriBanner {
    /* background-position-x: -706px; */
  }
}

@media (min-width: 1020px) {
  .sriBanner {
    background-position-x: -200px;
  }

  .sriBanner h1 {
    font-size: 45px;
  }

  .sriBanner h2 {
    font-size: 18px;
  }
}

@media (min-width: 1119px) {
  .sriBanner {
    background-position-x: -134px;
  }

  .sriBanner h1 {
    font-size: 50px;
  }

  .sriBanner img {
    width: 254px;
  }

  .sriBanner h2 {
    font-size: 25px;
  }

  p {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .sriBanner h1 {
    font-size: 46px;
  }

  .sriBanner h2 {
    font-size: 30px;
  }

  .sriBanner img {
    width: 400px;
  }
}

.sf_cols.container_wrapper.green_container.accessBlock {
  /* z-index: 1; */
}

.sf_cols.container_wrapper.sriTile {
  height: 650px;
  margin-bottom: 0 !important;
}

p.subText {
  color: white;
}

.content {
}

.climateBlock {
  position: relative;
  margin-top: 50px;
  padding: 1px 25px;
  background: #090808bf;
  color: white !important;
  border-radius: 29px;
}

.climateBlock h2 {
  display: flex;
  color: #57871a;
  flex-direction: row;
}
.climateBlock span {
  background: #a30253;
  color: #fff;
  border-radius: 200px;
  padding: 4px 10px;
  font-size: 17px;
  /* position: absolute; */
  font-weight: 700;
  margin-left: 11px;
  /* margin-top: 1px; */
  display: flex;
  align-items: center;
}

.climateBlock h2 {
  color: white !important;
}

/*Our Responsible Finance Pathway section*/

.pathway .col-sm-12.col-md-4.block {
  width: 22.5%;
  text-align: center;
}

.arrowBlock {
  position: relative;
  top: 172px;
  color: #57871a;
  padding-left: 7px;
  width: 15%;
}

.arrowI {
  font-size: 50px;
  visibility: hidden;
}

.article_1.finPath {
  margin-bottom: 60px;
}

.col-sm-2.block {
  padding: 0px;
  display: flex;

  flex-direction: column;
  align-items: center;
}
.col-md-12.block .pathwayTop {
  padding: 10px;
  margin-bottom: 18px;
  border: 2px solid #57871a;
  width: 100%;
}

.btnPath {
  width: 85%;
}

.fa-chalkboard-teacher {
  color: #57871a;
}

.fa-laptop {
  color: #57871a;
}

.fa-certificate {
  color: #57871a;
}

.row.blocks.pathway {
  text-align: center;
}

.pathwayCentre p {
  font-size: 16px;
}

.pathwayCentre h4 {
  color: #000000;
  font-weight: 500 !important;
  font-size: 19px;
  margin-top: 8px;
  margin-bottom: 17px;
}

@media (min-width: 800px) {
  .row.blocks.pathway {
    display: flex;

    justify-content: center;
  }
  .arrowDown {
    display: none;
  }

  .arrowRight {
    display: block;
  }
  .arrowBlock {
    top: 182px;
  }
}

@media (max-width: 800px) {
  .arrowDown {
    display: block;
  }

  .arrowRight {
    display: none;
  }

  .arrowBlock {
    top: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 100%;
  }

  .fas.arrowI {
    font-size: 65px;
  }

  .pathwayCentre p {
    font-size: 14px;
  }
}

/*responsible finance slider*/

/*

.lSSlideOuter .lSPager.lSpg > li a {
  background-color:#b0b0b0;
}
.lSSlideOuter .lSPager.lSpg {
  margin-top:30px !important;
}
.lslide p {
  margin-bottom:10px;
}
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  padding: 0px 10px;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  height:auto !important;
}

*/
.featured {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.featured .content-slider4 p {
  text-align: center;
}
.lightSlider img {
  border-radius: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.featured .lSAction > a {
  background-image: url(/cisiweb2/image/master/controls_dark.png);
  opacity: 1;
}
.featured .container {
  padding-bottom: 50px;
}

.featured .lslide {
  padding-right: 10px;
}

.sliderHeader h2 {
  color: #3e650c;
  font-family: "Lora";
  font-size: 40px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

/*
.featured .lSAction > .lSNext {
  right:15px !important;
  top:35% !important; 
}
.featured .lSAction > .lSPrev {
  left: 15px !important;
  top: 35% !important;
} */

/*Climate risk cert banner*/

.sf_cols.container_wrapper.pathwayBlocksContainer {
  padding: 30px;
}
.pathwayContainer {
  /* margin-bottom: 0px !important; */
  margin: 0 !important;
  padding-top: 100px !important;
}

.pathwayContainer .container,
.green_container .container{
  margin: auto !important;
}

.pathwayCentre.greenPath {
  background: url(/cisiweb2/image/aboutus/green/greenSus.png) !important;
  background-position: bottom 0px right 0px !important;
  background-repeat: no-repeat !important;
  background-size: 69% !important;
}

.pathwayCentre.climatePath {
  background: url(/cisiweb2/image/climate/climate.jpg) !important;
  background-position: bottom 0px left 35% !important;
  background-repeat: no-repeat !important;
  background-size: 300% !important;
}

.pathwayCentre h3 {
  font-family: "lora";
}

.pathwayCentre h5 {
  color: #24592d !important;
  font-size: 16px !important;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  font-weight: 500;
}

.climateRisk .container {
  width: 100%;
}

.imgRisk img {
  height: 75px;
}

.imgRiskgreen {
  position: absolute;
  right: 15px;
  bottom: 95px;
}
.imgRiskgreen img {
  height: 115px;
  border-radius: 0 0 10px 0px;
}

.rikTxt h1 {
  color: #887344;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  font-family: "Raleway", century gothic, sans-serif;
}

.rikTxt a {
  background: #24592d;
  color: #fff;
  border: 0px solid;
}

.shift {
  margin-bottom: 0px !important;
}

/*Additional Finance btn*/
.resource-filter-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
button.resource-filter-item {
  border: 1px white solid;
  border-radius: 40px;
  padding: 10px 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: white;
  margin-right: 10px;
  background: 0;
  margin-bottom: 50px;
  margin-top: 40px;
}

button.resource-filter-item:hover {
  color: black;
  border: 1px black solid;
  background: #ffffff6b;
}
.resource-filter-item.active {
  background: #eef1ed !important;
  color: #333333 !important;
}
.pathwayCentre:hover {
  transform: scale(1.1);
}

.resource-filter-container {
  text-align: center;
}
@media (min-width: 1255px) and (max-width: 1816px) {
  .pathwayCentre.greenPath {
    background-size: 56% !important;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .pathwayBlocksContainer .sf_colsOut {
    width: 27vw;
  }
  .pathwayCentre h5 {
    font-size: 14px !important;
  }
  .pathwayCentre.greenPath {
    background-size: 95% !important;
  }
  .pathwayCentre.climatePath {
    background-size: 415% !important;
  }
}
@media (max-width: 770px) {
  button.resource-filter-item {
    padding: 3px 5px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .pathwayCentre.greenPath {
    background-size: 29% !important;
  }
  .blocks .block > div {
    min-height: 330px;
  }
  .pathwayCentre.climatePath {
    background-size: 125% !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .blocks .block > div {
    min-height: 400px;
  }
  .pathwayCentre.greenPath {
    background-size: 40% !important;
  }
}
/*
@media(min-width:320px) and (max-width:480px){
  .blocks .block > div{
    min-width: 400px;
  }
  .pathwayCentre.greenPath{
    background-size: 40% !important;
  }

}
@media (max-width:430px){
  .resource-filter-container{
    display: block;
  }
  button.resource-filter-item{
    margin-bottom: 0px;
  }

}

*/

.dropdown {
  position: relative;
  display: inline-block;
}

/* Links inside the dropdown */
.dropdown-menu.drpStyle a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.-menudropdown a:hover {
  background-color: #f1f1f1;
  border-radius: 0px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.dropCentre {
  text-align: center;
  padding-bottom: 7px;
  padding-top: 25px;
}

[data-link] {
  cursor: pointer;
}

#ESG2 {
  cursor: pointer;
}

.front.front1 .new {
  background: #a30253;
  color: #fff;
  border-radius: 200px;
  padding: 4px 10px;
  font-size: 9px;
  font-weight: 700;
}
.eventSection {
  position: relative;
}

.eventBlock {
  width: 400px;
  display: inline-flex;
  /* background-color: rgb(74 130 3); */
  padding: 20px;
  border-radius: 30px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  flex-direction: column;
}

.eventContainer {
  display: flex;
  justify-content: space-between;
}

.eventBlock .title {
  color: #3e650c;
  font-family: "Lora";
  font-weight: bold;
}
/* .swiper {
  overflow: unset !important;
} */

.swiper-button-lock {
  display: block !important;
}
.swiper-wrapper {
  width: 90%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* .swiper-button-next {
  right: -40px !important;
  left: auto;
}
.swiper-button-prev {
  left: -40px !important;
  right: auto;
} */

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #3e650c;
}

p.date,
.location {
  color: #444;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

p.location a {
  color: #444;
}

.swiper-pagination-bullet-active {
  background: #3e650c;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -30px;
  left: 0;
  width: 100%;
}
.svgImg svg {
  height: unset !important;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1600px) {
  .swiper-wrapper {
    width: 94%;
  }
  .introWrapper h1 {
    font-size: 58px;
  }
}
@media (max-width: 1400px) {
  .swiper-wrapper {
    width: 84%;
  }
}
@media (max-width: 1100px) {
  .swiper-wrapper {
    width: 91%;
  }
  .sliderHeader h2 {
    font-size: 30px;
  }
}
@media (max-width: 850px) {
  .eventBlock {
    width: 300px;
  }
  .swiper-wrapper {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .eventBlock {
    width: 300px;
  }
  .swiper-wrapper {
    width: 91%;
  }
}
@media (max-width: 600px) {
  .eventBlock {
    width: 280px;
  }
  .swiper-wrapper {
    width: 80%;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -2px;
    left: auto;
  }
  .introWrapper .sfContentBlock {
    padding: 0px !important;
  }
  .btnLinkTo {
    display: none;
  }
  .introWrapper h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .sliderHeader h2 {
    font-size: 23px;
  }
}

#mainWrapper > div:nth-child(8) {
  display: none;
}
