div#myCarousel1 {
    background: #cbe2f9;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 20px;
    margin-top: 4%;
    margin-bottom: 9%;
}
    .mobile1 {
        display: none;
    }
div#myCarousel1 .col-md-6 {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.recentevent {
    padding: 33px;
}
.recentevent h3 {
    margin-bottom: 26px;
}
div#myCarousel1 img {
    width: 100%;
}
.promanadiv2 {
    margin-top: 6%;
}
.epclandingdiv h1 {
	    font-weight: 600;
    color: white;
}
.ccbox1:before {
    position: absolute;
    content: "";
    width: 230px;
    height: 230px;
    left: 0;
    right: 0;
    top: -15px;
    border: 2px dashed #49AF45;
    border-radius: 50%;
    margin: auto;
    animation: rotateme 20s linear infinite;
    z-index: 11111;
}

@keyframes rotateme {
	from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

.ccli:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 76px;
    top: 96px;
    background: url(../images/cbg/cbgline.png);
    background-repeat: no-repeat;
}
.ccdiv211 .col-md-12 {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 3%;
}

.promandrpdiv {
    width: 100%;
    float: left;
    display: inline-block;
    margin-top: 3%;
}
.promanhish1 .inactive {
	display: none;
}
.promanhish1 {
    position: relative;
    display: inline-block;
    margin-top: 5%;
}
.promanhish li {
    background: white;
    width: 180px;
    float: left;
    box-shadow: 0px 0px 7px 4px #9d9d9d;
    height: 180px;
    margin-right: 40px;
    padding-top: 26px;
    text-align: center;
	cursor: pointer;
}

.promanhish {
    width: 100%;
    float: none;
    margin-top: 5%;
    margin-bottom: 6%;
}

.promanhish ul {
    width: 100%;
    float: none;
}

.promanhish li img {
    margin: 0px auto 16px;
    height: 65px;
}


.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 45%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
      background: #50aa56;
  border-radius: 10px;
}
.carousel-indicators .active {
      height: 12px;
    margin: 0;
    background: #ffffff;
    width: 31px;
    border-radius: 8px;
	border: 1px solid;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: -50px;
  }
}
div#myCarouselindu img {
    width: 100%;
}
#myCarouselindu .arrow-right,
#myCarouselindu .arrow-left,
#myCarouselindu .long-arrow-right,
#myCarouselindu .long-arrow-left{
  display: block;
  margin: 30px auto;
  width: 18px;
  height: 18px;
  border-top: 0px solid #53a15b;
  border-left: 2px solid #53a15b;
}
#myCarouselindu .arrow-right,
#myCarouselindu .long-arrow-right{
 transform: rotate(-225deg);
}

#myCarouselindu .arrow-left,
#myCarouselindu .long-arrow-left{
 transform: rotate(-45deg);
}
#myCarouselindu .long-arrow-right::after,
#myCarouselindu .long-arrow-left::after{
  content: "";
  display: block;
  width: 2px;
  height: 41px;
  background-color: #53a15b;
  transform: rotate(-45deg) translate(15px, 4px);
  left: -1px;
  top: 0px;
  position: absolute;
}
#myCarouselindu .long-arrow-left {
    position: absolute;
    left: 5%;
    top: 100%;
    border-top: 2px solid #53a15b;
    border-left: 0px solid #53a15b;
    transform: rotate(-45deg);
}
#myCarouselindu .long-arrow-right {
    position: absolute;
    right: 5%;
    top: 100%;
}
div#myCarouselindu {
    margin-bottom: 20%;
    margin-top: 7%;
}
.promanhish p {
    font-size: 15px;
}
.promanhish ul .active:after {
    content: '';
    border-top: 20px solid  #82e8ff;;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: relative;
    top: 26px;
}
.promanhish .active {
    background: #82e8ff;
}
img.hlslider1 {
    width: 100%;
}
.epclandingdiv {
        position: absolute;
    top: 34%;
    left: 9%;
}
img.ccbanner {
    width: 100%;
}
.aboutvision h2 {
    margin-bottom: 16px;
}

.aboutvision {
    margin-top: 3%;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 14px;
    background: #fff;
    position: relative;
    border: 1px solid #0d7339;
    border-radius: 14px;
}
.faq-list span {
    float: left;
    color: #0c6934;
    padding-left: 19px;
}
img.gpiicon {
    width: 25px;
    float: left;
}
.faq .faq-list a {
  display: block;
    position: relative;
    font-size: 16px;
    line-height: 31px;
    font-weight: 500;
    padding: 0 0px 0 75px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #e82c88;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
      margin-bottom: 0;
    padding: 22px 16px 15px 5px;
    font-size: 15px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #000000;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #000000;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
  color: #0c6934;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
  color: #0c6934;
}
.collapse:not(.show) {
    display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
.faq .faq-list1 ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list1 li+li {
  margin-top: 15px;
}

.faq .faq-list1 li {
  padding: 14px;
    background: #fff;
    position: relative;
    border: 1px solid #0d7339;
    border-radius: 14px;
}
.faq-list1 span {
    float: left;
    color: #0c6934;
    padding-left: 19px;
}
.faq .faq-list1 a {
  display: block;
    position: relative;
    font-size: 16px;
    line-height: 31px;
    font-weight: 500;
    padding: 0 0px 0 75px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.faq .faq-list1 .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #e82c88;
}

.faq .faq-list1 .icon-show,
.faq .faq-list1 .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list1 p {
      margin-bottom: 0;
    padding: 22px 16px 15px 5px;
    font-size: 15px;
}

.faq .faq-list1 .icon-show {
  display: none;
}

.faq .faq-list1 a.collapsed {
  color: #000000;
  transition: 0.3s;
}

.faq .faq-list1 a.collapsed:hover {
  color: #000000;
}

.faq .faq-list1 a.collapsed .icon-show {
  display: inline-block;
  color: #0c6934;
}

.faq .faq-list1 a.collapsed .icon-close {
  display: none;
  color: #0c6934;
}
.collapse:not(.show) {
    display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list1 {
    padding: 0;
  }
}
.mediasubsc {
    background: #0a733a;
    padding: 28px 10px 0;
    width: 36%;
    margin: 0px auto 36px;
    border-radius: 20px;
    text-align: center;
    color: white;
    height: auto;
    display: grid;
}
.mediasubsc h3 {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(0 0 0 / 15%), rgb(255 255 255), rgba(56, 2, 155, 0));
    border-image-slice: 1;
    width: 55%;
    margin: 0px auto 37px;
    font-size: 26px;
    font-weight: 500;
}
.feedstockul br{
	display: none;
}
.mediasubsc form {
    text-align: left;
    margin-left: 10%;
}
.mediasubsc div {
    float: left;
    width: 59%;
    margin-right: 30px;
}
.mediasubsc input {
        width: 100%;
    background: white;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 19px;
}
.mediasubsc button {
        float: left;
    background: white;
    border: 1px solid #fff;
    padding: 7px 33px;
    box-shadow: none;
    border-radius: 16px;
}
.aboutvision2 h3 {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 2%;
}
ul#buttonGroup {
    text-align: center;
    margin-bottom: 3%;
}
ul#buttonGroup li {
    display: inline-block;
    padding-left: 25px;
    font-size: 20px;
}
ul#buttonGroup a {
    color: #0d7339;
	cursor: pointer;
}
ul#buttonGroup .is-active a {
    border-bottom: 1px solid #0d7339;
}
#keybenefits {
    padding-top: 5%;
    padding-bottom: 4%;
}
@media (max-width: 1200px) {
  .faq .faq-list2 {
    padding: 0;
  }
}
#keybenefits h2 {
    margin-bottom: 4%;
}
#keybenefits .faq .faq-list li {
    margin-bottom: 4%;
}
.ccdiv211 .col-md-4 {
    width: 45%;
    float: left;
}
.ccdiv21 .col-md-4 {
    width: 40%;
    float: left;
}
section#ccframe2 .col-md-4 h2 {
    margin-bottom: 35px;
}
.ccdiv211 .col-md-8 {
    width: 48%;
    float: left;
    margin-left: 4%;
    padding-top: 34px;
}
.ccdiv21 .col-md-8 {
    width: 45%;
    float: left;
    margin-left: 8%;
}
section#ccegsec {
    margin-top: 3%;
}
section#ccegsec .col-md-5 {
    width: 42%;
    float: left;
}
section#ccegsec .col-md-7 {
    float: left;
    width: 51%;
}
.promanadiv2 h3 {
    margin-top: 3%;
}
.promanadiv2 p {
    margin-top: 3%;
    display: inline-block;
}
ul.csuul {
    margin-top: 24%;
    position: relative;
    display: flex;
}
ul.csuul li {
    display: inline-block;
    width: 32%;
    text-align: center;
}
img.csuimg {
    margin: 0px auto;
}
ul.csuul h5 {
    margin-top: 16px;
    font-size: 26px;
}
ul.csuul p {
    font-size: 17px;
    width: 86%;
    margin: 16px auto 0;
}
.aboutvision3 p {
    margin-top: 20px;
    margin-bottom: 50px;
}
p.ccreadmsl {
    border: 1px solid;
    display: inline-block;
    margin-top: 32px;
    padding: 13px 35px;
    border-radius: 15px;
}
img.ccimg2 {
        width: 56%;
    margin: 0px auto;
}
ul.ccul li {
    display: inline-block;
    width: 23%;
    float: left;
	    position: relative;
    text-align: center;
}
li.ccli1 {
    position: relative;
    left: -40px;
}
li.ccli2 {
    position: relative;
    left: -20px;
}
li.ccli4 {
    position: relative;
    left: 25px;
}
li.ccli5 {
    position: relative;
    left: 37px;
}
ul.ccul h5 {
    height: 70px;
	    margin-top: 45px;
    font-size: 21px;
}
ul.ccul p {
    font-size: 14px;
    line-height: 22px;
}
.ccbannerdiv {
    position: relative;
}
.aboutvision h3 {
    margin-bottom: 20px;
}
.aboutvision3 h3 {
    text-align: center;
    margin-bottom: 4%;
    margin-top: 2%;
}
section#ccframe2 {
    background: #3bb44b;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-top: 3%;
        margin-bottom: 5%;
}
section#ccframe2 h3 {
    color: white;
}
.promandrpdiv p {
    color: white;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.journeydiv {
    margin-top: 4%;
}
.journeydiv p {
    width: 13%;
    text-align: center;
    border: 2px solid #319143;
    border-radius: 14px;
    padding: 10px 6px;
    display: block;
    margin: 0px auto;
}
.journeydiv a {
    color: #319143;
    font-weight: 600;
}
section.c40-signatory-quotes {
    margin-top: 4%;
    margin-bottom: 0;
}
ul.feedstockul {
    margin-top: 3%;
	display: block;
    position: relative;
    min-height: 100%;
    height: 100%;
}

ul.feedstockul img {
        width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
ul.feedstockul li {
    width: 20%;
    float: left;
}
.project-box-style1 {
    position: relative;
    overflow: hidden;
}
.project-box-style1 .project-content {
        position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    height: 100%;
    vertical-align: middle;
    min-height: 100%;
    text-align: center;
}
.project-box-style1 .project-content .project-title-large {
        margin-bottom: 0px;
    position: relative;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    transition: transform .4s, opacity .2s;
    color: white;
    font-size: 20px;
    height: 100%;
    min-height: 100%;
    vertical-align: middle;
    top: 46%;
    text-align: center;
}
.project-box-style1:hover .project-title-large {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}


.project-box-style1:hover:after {
    opacity: 0.5;
    transform: scaleY(1);
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}

.project-box-style1:after {
        content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    background-color: #000;
    transform-origin: 0 0;
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
.main_slider_area {
   background: #e5e5e5;
}
.slider_carousel {
        display: block;
    overflow: hidden;
    background: #006400;
    border-radius: 0 15px 15px 0;
    margin-top: -165px;
    z-index: 99;
}
.media .col-md-4 {
    width: 27%;
    float: left;
}
.media .col-md-8 {
    width: 73%;
    float: left;
}
.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.slider_carousel .media .media-body {
    padding: 98px 102px 92px;
}
.media-body .col-md-3 {
    width: 26%;
    float: left;
}
p.projectde50 {
    color: white;
    font-size: 90px;
    font-weight: 600;
    position: relative;
    top: 38px;
}
.media-body .col-md-9 {
    width: 60%;
    float: left;
    padding-left: 36px;
    border-left: 2px solid transparent;
    border-image: linear-gradient(0.5turn, rgb(255 255 255 / 15%), rgb(255 255 255), rgb(255 255 255 / 0%));
    border-image-slice: 1;
    margin-left: 38px;
}
.projectde {
        color: white;
    font-size: 21px;
    line-height: normal;
    position: relative;
    margin-top: 4%;
    left: 20px;
}
.slider_carousel .carousel-indicators {
    margin: 0;
    position: absolute;
    left: auto;
    right: -20%;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 15px;
}
.slider_carousel .carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0;
    background: #fff;
    display: inline-block;
}
.slider_carousel .carousel-indicators li:hover, .slider_carousel .carousel-indicators li:focus, .slider_carousel .carousel-indicators li.active {
    background: #ffffff78;
}
.proslidesec2 {
    padding-top: 5%;
}

.proslidesec2 .col-md-4 {
    width: 34%;
    float: left;
}

.proslidesec2 .col-md-8 {
    width: 65%;
    float: left;
    padding-left: 6%;
    padding-top: 4%;
}

img.prosliimg {
    width: 100%;
}

.proslidesec2 h3 {
    margin-bottom: 3%;
}

p.freeprass a {background: white;padding: 11px 19px;border-radius: 23px;margin-top: 3%;display: inline-block;}

section#pinnpertitle {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 2%;
}
section#promanpinnper {
    background: #3bb44b;
        color: white;
	padding-top: 3%;
}
section#promanpinnper .col-md-2 {
    width: 10%;
    float: left;
    height: 10px;
}

section#promanpinnper .col-md-4 {
    width: 25%;
    float: left;
}

img.omimg10 {
    width: 100%;
}

section#promanpinnper .col-md-6 {
    width: 40%;
    float: left;
}

section#promanpinnper .col-md-3 {
    width: 25%;
    float: left;
    text-align: center;
}

section#promanpinnper h3 {
    font-weight: 400;
    font-size: 39px;
    padding-top: 7%;
    margin-bottom: 4px;
}

section#promanpinnper h3 span {
    font-weight: 600;
    font-size: 57px;
}

section#promanpinnper h4 {
    margin-bottom: 3%;
}
section#promanpinnper p {
    font-size: 15px;
}
section#promanpinnper ul {
    text-align: center;
    width: 50%;
    margin: 14% auto 0;
}

section#promanpinnper ul li {
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 42px;
    line-height: 42px;
    font-weight: 600;
}

section#promanpinnper ul li span {
    font-size: 16px;
	margin-bottom: 15px;
    display: block;
}
ul.yearpro p {
    margin: 0;
}
@media (min-width: 1680px) and (max-width: 1919px)  {
	.promanhish li {
    width: 174px;
    height: 174px;
}
.promanhish p {
    font-size: 13px;
    line-height: normal;
}
.promanhish li img {
    height: 55px;
}
.promanhish ul .active:after {
    top: 44px;
}
.mediasubsc {
    width: 42%;
}
}


@media (min-width: 1600px) and (max-width: 1679px)  {
	.promanhish li {
    width: 165px;
    height: 165px;
	    margin-right: 30px;
}
section#promanpinnper h3 {
    font-size: 26px;
}
section#promanpinnper h3 span {
    font-size: 40px;
}
.promanhish p {
    font-size: 13px;
    line-height: normal;
}
.promanhish li img {
    height: 55px;
}
.promanhish ul .active:after {
    top: 35px;
}
.mediasubsc {
    width: 42%;
}
.ccbox1:before {
    width: 215px;
    height: 215px;
}
.ccli:before {
    top: 79px;
}
}


@media (min-width: 1530px) and (max-width: 1599px)  {
.promanhish li {
    width: 155px;
    height: 155px;
}
section#promanpinnper p {
    font-size: 14px;
    line-height: 23px;
}
.slider_carousel .media .media-body {
    padding: 77px 96px 108px;
}
.projectde {
    font-size: 17px;
}
.promanhish p {
    font-size: 13px;
    line-height: normal;
}
.promanhish li img {
    height: 55px;
}
div#opeindu {
    display: none !important;
}
.grid {
    width: 100%;
    margin-left: 5%;
}
.promanhish ul .active:after {
    top: 24px;
}
.mediasubsc {
    width: 42%;
}
.ccbox1:before {
            width: 200px;
        height: 200px;
        top: -11px;
}
.ccli:before {
    top: 79px;
}
}


@media (min-width: 1440px) and (max-width: 1529px)  {
.promanhish li {
    width: 140px;
    height: 140px;
	padding-top: 15px;
}
section#promanpinnper p {
    font-size: 15px;
    line-height: 23px;
}
div#opeindu {
    display: none !important;
}
.grid {
    width: 100%;
    margin-left: 5%;
}
section#promanpinnper h3 {
            font-size: 28px;
        padding-top: 0;
}
section#promanpinnper h3 span {
    font-size: 44px;
}
p.projectde50 {
    font-size: 90px;
}
.slider_carousel .media .media-body {
    padding: 70px 45px 92px;
}
.projectde {
    font-size: 18px;
}
.promanhish p {
    font-size: 13px;
    line-height: normal;
}
.promanhish li img {
    height: 55px;
}
.promanhish ul .active:after {
    top: 20px;
}
.mediasubsc {
    width: 48%;
}
    .ccbox1:before {
        width: 185px;
        height: 185px;
        top: -11px;
    }
.ccli:before {
    top: 66px;
}
#keybenefits h2 {
    font-size: 32px;
}
.ccdiv211 .col-md-8 {
    padding-top: 10px;
}
.slider_carousel {
	margin-top: -120px;
}
}


@media (min-width: 1366px) and (max-width: 1439px)  {
.promanhish li {
    width: 130px;
    height: 130px;
	padding-top: 15px;
	        margin-right: 20px;
}
section#promanpinnper p {
    font-size: 14px;
        line-height: 19px;
}
div#opeindu {
    display: none !important;
}
.grid {
    width: 100%;
    margin-left: 5%;
}
.slider_carousel .media .media-body {
    padding: 76px 44px 92px;
}
p.projectde50 {
    font-size: 83px;
    top: 27px;
}
.projectde {
    font-size: 18px;
}
.promanhish p {
    font-size: 10px;
    line-height: normal;
}
.promanhish li img {
    height: 47px;
}
section#promanpinnper h3 {
    font-size: 26px;
}
section#promanpinnper h3 span {
    font-size: 38px;
}
.promanhish ul .active:after {
    top: 20px;
}
.mediasubsc {
    width: 48%;
}
    .ccbox1:before {
               width: 170px;
        height: 170px;
        top: -7px;
    }
.ccli:before {
    top: 66px;
}
.ccdiv211 .col-md-8 {
    padding-top: 10px;
}
.slider_carousel {
	margin-top: -120px;
}
}


@media (min-width: 1359px) and (max-width: 1365px)  {
    .promanhish li {
        width: 145px;
        height: 155px;
        margin-top: 8%;
        margin-right: 20px;
    }
    div#opeindu {
    display: none !important;
}
.grid {
    width: 100%;
    margin-left: 5%;
}
    .slider_carousel .carousel-indicators {
    margin: 0;
    position: absolute;
    left: auto;
    right: -16%;
    top: 43%;
    transform: translateY(-50%);
    display: inline-block;
    height: 15px;
}
	.epclandingdiv h1 {
    font-weight: 500;
    font-size: 34px;
}
	.feedstockul br{
	display: block;
}
.project-box-style1 .project-content .project-title-large {
    font-size: 17px;
}
.slider_carousel {
    margin: -76px auto 0;
    width: 90%;
}
#keybenefits {
    padding-bottom: 0;
}
.aboutvision2 h3 {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 4%;
    font-weight: 500;
}
.promanhish {
    margin-top: 0%;
    margin-bottom: 0;
}
.ccdiv211 .col-md-4 {
    width: 100%;
    float: left;
}
img.hlslider1 {
    width: 100%;
        margin: 0px auto;
        height: 350px;
        object-fit: cover;
        border-radius: 25px;
}
.ccdiv211 .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
}
.ccdiv211 .col-md-12 h3 {
    font-weight: 500;
    margin-top: 2%;
}
.aboutvision3 h3 {
    text-align: center;
    margin-bottom: 7%;
    margin-top: 3%;
    font-weight: 500;
    font-size: 26px;
}
section#pinnpertitle h2 {
    font-weight: 500;
    margin-bottom: 2%;
}
section#promanpinnper h3 span {
    font-weight: 500;
    font-size: 40px;
}
#keybenefits h2 br {
    display: none;
}

#keybenefits h2 br {
    display: none;
}
#keybenefits h2 {
    margin-bottom: 4%;
    font-weight: 500;
}
    .heading-5 {
        font-size: 24px;
    }
.slider_carousel .media .media-body {
    padding: 60px 65px 85px;
}
p.projectde50 {
    font-size: 56px;
    position: relative;
    top: 26px;
}
    .projectde {
        font-size: 14px;
        line-height: normal;
        position: relative;
        top: -14px;
    }
.proslidesec2 h3 {
    margin-bottom: 3%;
    font-size: 22px;
	        font-weight: 500;
}
.main_slider_area {
    padding-bottom: 36px;
}
    .proslidesec2 p {
        font-size: 16px;
        line-height: 24px;
    }
	.promanadiv2 h3 {
    margin-top: 3%;
    font-size: 22px;
    margin-bottom: 4%;
    font-weight: 500;
}
ul.feedstockul img {
    padding-left: 0;
}
.project-box-style1:after {
    margin-left: 0;
}
.promanhish p {
    font-size: 13px;
    line-height: normal;
}
.promanhish li img {
    height: 55px;
}
.promanhish ul .active:after {
    top: 44px;
}
.mediasubsc {
    width: 60%;
}
.ccli:before {
    top: 43px;
}
section#promanadiv1 .col-md-12 p {
    font-size: 15px;
    line-height: 24px;
}
    .ccbox1:before {
        width: 120px;
        height: 120px;
        top: -8px;
    }
	img.ccimg2 {
    width: 35%;
    margin: 0px auto;
}
ul.ccul li {
    width: 25%;
}
.grid {
    width: 100%;
}
.grid-item {
    margin-bottom: 2% !important;
}
section#promanpinnper h3 {
    font-size: 30px;
	    padding-top: 0;
}
section#promanpinnper h4 {
    margin-bottom: 10px;
    font-size: 21px;
}
section#promanpinnper p {
    font-size: 13px;
    line-height: normal;
}
section#promanpinnper ul li {
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 32px;
}
.ccdiv21 .col-md-4 {
    width: 100%;
    float: left;
    margin-bottom: 5%;
}
.ccdiv21 .col-md-8 {
    width: 90%;
    float: left;
    margin-left: 0;
}
}



@media (min-width: 1024px) and (max-width: 1358px)  {
    .promanhish li {
        width: 174px;
        height: 174px;
        margin-top: 8%;
    }
	.epclandingdiv h1 {
    font-weight: 500;
    font-size: 34px;
}
	.feedstockul br{
	display: block;
}
.project-box-style1 .project-content .project-title-large {
    font-size: 17px;
}
.slider_carousel {
    margin: -76px auto 0;
    width: 90%;
}
#keybenefits {
    padding-bottom: 0;
}
.aboutvision2 h3 {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 4%;
    font-weight: 500;
    font-size: 28px;
}
.promanhish {
    margin-top: 0%;
    margin-bottom: 0;
}
.ccdiv211 .col-md-4 {
    width: 100%;
    float: left;
}
img.hlslider1 {
    width: 100%;
        margin: 0px auto;
        height: 350px;
        object-fit: cover;
        border-radius: 25px;
}
.ccdiv211 .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
}
.ccdiv211 .col-md-12 h3 {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 2%;
    margin-top: 2%;
}
.aboutvision3 h3 {
    text-align: center;
    margin-bottom: 7%;
    margin-top: 3%;
    font-weight: 500;
    font-size: 26px;
}
section#pinnpertitle h2 {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 2%;
}
section#promanpinnper h3 span {
    font-weight: 500;
    font-size: 40px;
}
#keybenefits h2 br {
    display: none;
}
#keybenefits h2 {
    margin-bottom: 4%;
    font-weight: 500;
    font-size: 28px;
}
#keybenefits h2 br {
    display: none;
}
#keybenefits h2 {
    margin-bottom: 4%;
    font-weight: 500;
    font-size: 28px;
}
    .heading-5 {
        font-size: 24px;
    }
.slider_carousel .media .media-body {
    padding: 21px 15px 65px;
}
    p.projectde50 {
        font-size: 44px;
        position: relative;
        top: 44px;
    }
    .projectde {
        font-size: 12px;
        line-height: normal;
        position: relative;
        top: -10px;
    }
.proslidesec2 h3 {
    margin-bottom: 3%;
    font-size: 22px;
	        font-weight: 500;
}
.main_slider_area {
    padding-bottom: 36px;
}
    .proslidesec2 p {
        font-size: 16px;
        line-height: 24px;
    }
	.promanadiv2 h3 {
    margin-top: 3%;
    font-size: 22px;
    margin-bottom: 4%;
    font-weight: 500;
}
ul.feedstockul img {
    padding-left: 0;
}
.project-box-style1:after {
    margin-left: 0;
}
.promanhish p {
    font-size: 13px;
    line-height: normal;
}
.promanhish li img {
    height: 55px;
}
.promanhish ul .active:after {
    top: 44px;
}
.mediasubsc {
    width: 60%;
}
.ccli:before {
    top: 43px;
}
section#promanadiv1 .col-md-12 p {
    font-size: 15px;
    line-height: 24px;
}
    .ccbox1:before {
        width: 120px;
        height: 120px;
        top: -8px;
    }
	img.ccimg2 {
    width: 45%;
    margin: 0px auto;
}
ul.ccul li {
    width: 25%;
}
.grid {
    width: 100%;
    margin-left: 12% !important;
}
.grid-item {
    margin-bottom: 2% !important;
}
section#promanpinnper h3 {
    font-size: 30px;
	    padding-top: 0;
}
section#promanpinnper h4 {
    margin-bottom: 10px;
    font-size: 21px;
}
section#promanpinnper p {
    font-size: 13px;
    line-height: normal;
}
section#promanpinnper ul li {
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 32px;
}
.ccdiv21 .col-md-4 {
    width: 100%;
    float: left;
    margin-bottom: 5%;
}
.ccdiv21 .col-md-8 {
    width: 90%;
    float: left;
    margin-left: 0;
}
}
@media (min-width: 411px) and (max-width: 599px)  {
	img.ccimg2 {
    width: 49%;
    margin: 0px auto;
}
}
@media (min-width: 384px) and (max-width: 410px)  {
img.ccimg2 {
    width: 52%;
    margin: 0px auto;
}
}
@media (min-width: 500px) and (max-width: 599px)  {
.slider_carousel {
        margin-top: 0;
		    border-radius: 0;
}
    .aboutvision5 h4 {
        font-size: 22px;
        display: grid;
        padding-top: 30px;
    }
.proslidesec2 h3 br {
    display: none;
}
img.ccimg2 {
    width: 33%;
    margin: 0px auto;
}
    .epclandingdiv h1 {
        font-weight: 500;
  
        text-align: center;
        font-size: 27px;
        margin-top: 7%;
        margin-bottom: 8%;
    }
	.slider_carousel .carousel-indicators li {
    margin-left: 7px !important;
}
.proslidesec2 h3 {
    font-size: 23px;
}
.proslidesec2 .col-md-8 p {
    margin-top: 8%;
}
.promanadiv2 h3 {
            font-size: 22px;
        margin-top: 10%;
        margin-bottom: 10%;
}
.media .col-md-4 {
    width: 100%;
    float: left;
}
.media .col-md-8 {
    width: 100%;
    float: left;
}
.slider_carousel .carousel-indicators {
    margin: 0px auto;
    position: absolute;
    right: auto;
    top: auto;
    transform: none;
    display: inline-flex;
    height: 15px;
    left: auto;
    width: 100%;
}
.media-body .col-md-3 {
    width: 100%;
    float: left;
}
p.projectde50 {
    top: 0;
	        font-size: 50px;
}
.slider_carousel .media .media-body {
    padding: 75px 25px 0;
}
.media-body .col-md-9 {
    width: 100%;
    float: left;
    padding-left: 0;
    border-top: 2px solid transparent;
    border-image: linear-gradient(0.75turn, rgb(255 255 255 / 0%), rgb(255 255 255 / 85%), rgb(255 255 255 / 0%));
    border-image-slice: 1;
    margin-left: 0;
    padding-top: 13%;
    margin-top: 9%;
    padding-bottom: 25%;
}
.projectde {
    font-size: 20px;
	        margin-bottom: 0;
}
.proslidesec2 .col-md-4 {
    width: 100%;
    float: left;
    margin-top: 10%;
}
.proslidesec2 .col-md-8 {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-top: 7%;
    padding-bottom: 7%;
}
    ul.feedstockul li {
        width: 50%;
        float: left;
        margin-top: 5%;
        margin-left: 0;
		        height: 220px;
    }
.mediah2 {
    font-size: 24px;
}
section#promanpinnper h3 {
    font-size: 24px;
}
section#promanpinnper h3 span {
    font-weight: 500;
    font-size: 34px;
}
.grid-item img {
    width: 100%;
}
.aboutvision5 h4 {
    font-size: 22px;
}
.promanadiv2 p {
    margin-top: 10%;
}
section#ccframe2 {
    padding-top: 9%;
    padding-bottom: 11%;
    margin-top: 11%;
}
.ccdiv211 .col-md-4 {
    width: 100%;
    float: left;
    margin-top: 5%;
    margin-bottom: 6%;
}
.ccdiv211 .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
    padding-top: 34px;
    margin-bottom: 10%;
}
    .mediasubsc {
        width: auto;
        padding: 40px 10px 40px;
        margin: 59px 20px 50px;
    }

.mediasubsc h3 {
    width: 95%;
}
.mediasubsc div {
    float: none;
    width: 80%;
    margin: 0px auto;
}
.mediasubsc input {
    border-radius: 12px;
    font-size: 16px;
}
.mediasubsc button {
            float: none;
        border-radius: 12px;
        font-size: 18px;
        margin: 28px auto 0;
        display: block
}
.mediasubsc form {
    text-align: left;
    margin-left: 0;
}


.ccli:before{
	display: none;
}
ul.ccul li {
    display: inline-block;
    width: 100%;
    float: none;
    position: relative;
    text-align: center;
            margin-bottom: 10%;
}
li.ccli1 {
    left: 0px;
}
li.ccli2 {
    left: 0px;
}
li.ccli3 {
    left: 0px;
}
li.ccli4 {
    left: 0px;
}
li.ccli5 {
    left: 0px;
}
.ccbox1:before {
    top: -27px;
}
ul.ccul {
    margin-top: 11%;
    display: inline-block;
}
.ccdiv21 .col-md-4 {
    width: 100%;
    float: none;
    margin-top: 9%;
}
.ccdiv21 .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 11%;
}
.faq .faq-list2 ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list2 li+li {
  margin-top: 15px;
}

.faq .faq-list2 li {
  padding: 14px;
    background: #fff;
    position: relative;
    border: 1px solid #0d7339;
    border-radius: 14px;
}
.faq-list2 span {
    float: left;
    color: #0c6934;
    padding-left: 19px;
}
img.gpiicon {
    width: 33px;
    float: left;
}
.faq .faq-list2 a {
  display: block;
        position: relative;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 0px 0 75px;
        outline: none;
        cursor: pointer;
        text-decoration: none;
}

.faq .faq-list2 .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #e82c88;
}

.faq .faq-list2 .icon-show,
.faq .faq-list2 .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list2 p {
      margin-bottom: 0;
    padding: 22px 16px 15px 5px;
    font-size: 15px;
}

.faq .faq-list2 .icon-show {
  display: none;
}

.faq .faq-list2 a.collapsed {
  color: #000000;
  transition: 0.3s;
}

.faq .faq-list2 a.collapsed:hover {
  color: #000000;
}

.faq .faq-list2 a.collapsed .icon-show {
  display: inline-block;
  color: #0c6934;
}

.faq .faq-list2 a.collapsed .icon-close {
  display: none;
  color: #0c6934;
}
.collapse:not(.show) {
    display: none;
}

section#ccframe222 {
    margin-top: 20%;
    width: 100%;
}
    .mobile1 {
        display: inline-block;
    }
	section#promanpinnper .col-md-6 {
    width: 100%;
    float: left;
}
section#promanpinnper .col-md-3 {
    width: 100%;
    float: left;
    text-align: center;
}
section#promanpinnper ul {
    text-align: center;
    width: 64%;
    margin: 0% auto 0;
}
section#promanpinnper .col-md-4 {
    width: 100%;
    float: left;
}
    img.omimg10 {
        width: 100%;
        margin: 7% auto 0;
    }
.ccbannerdiv {
    position: relative;
    margin-bottom: 8%;
}
img.ccbanner {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
[data-component="c40-signatory-quotes"] .quote {
    text-indent: 0;
}
ul#buttonGroup li {
    display: block;
    padding-left: 0;
    font-size: 20px;
    margin-bottom: 3%;
    margin-top: 5%;
}
section.c40-signatory-quotes {
    margin-top: 12%;
    margin-bottom: 0;
}
.project-box-style1 .project-content .project-title-large {
    margin-bottom: 0px;
    position: relative;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform .4s, opacity .2s;
    color: white;
    font-size: 18px;
    height: 100%;
    min-height: 100%;
    vertical-align: middle;
    top: 35%;
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}
.project-box-style1:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0.5;
    background-color: #000;
    transform-origin: 0 0;
    transform: scaleY(1);
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
h4.project-title-large br {
    display: block;
}
section#pinnpertitle {
    text-align: center;
    margin-top: 6%;
    margin-bottom: 8%;
}
ul#buttonGroup a {
    color: black;
    cursor: pointer;
}
}



@media (min-width: 240px) and (max-width: 499px)  {
.slider_carousel {
        margin-top: 0;
		    border-radius: 0;
}
ul.feedstockul img {
    height: 100%;
}
.ccbannerdiv {
    position: relative;
    margin-bottom: 8%;
}
img.ccbanner {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.aboutvision5 h4 {
        font-size: 22px;
        display: grid;
        padding-top: 30px;
    }
.proslidesec2 h3 br {
    display: none;
}
ul#buttonGroup a {
    color: black;
    cursor: pointer;
}
    .epclandingdiv h1 {
        font-weight: 500;
        text-align: center;
        font-size: 27px;
        margin-top: 7%;
        margin-bottom: 8%;
    }
	.slider_carousel .carousel-indicators li {
    margin-left: 7px !important;
}
.proslidesec2 h3 {
    font-size: 23px;
}
.proslidesec2 .col-md-8 p {
    margin-top: 8%;
}
.promanadiv2 h3 {
            font-size: 22px;
        margin-top: 10%;
        margin-bottom: 10%;
}
.media .col-md-4 {
    width: 100%;
    float: left;
}
.media .col-md-8 {
    width: 100%;
    float: left;
}
.slider_carousel .carousel-indicators {
    margin: 0px auto;
    position: absolute;
    right: auto;
    top: auto;
    transform: none;
    display: inline-flex;
    height: 15px;
    left: auto;
    width: 100%;
}
.media-body .col-md-3 {
    width: 100%;
    float: left;
}
p.projectde50 {
           top: 0;
        font-size: 50px;
        text-align: center;
}
.slider_carousel .media .media-body {
    padding: 46px 25px 60px;
}
.media-body .col-md-9 {
    width: 100%;
    float: left;
    padding-left: 0;
    border-top: 2px solid transparent;
    border-image: linear-gradient(0.75turn, rgb(255 255 255 / 0%), rgb(255 255 255 / 85%), rgb(255 255 255 / 0%));
    border-image-slice: 1;
    margin-left: 0;
    padding-top: 13%;
    margin-top: 9%;
    padding-bottom: 25%;
}
.projectde {
    font-size: 20px;
        margin-bottom: 0;
        top: 0;
        display: inline-block;
        left: 0;
        margin-top: 0;
}
.proslidesec2 .col-md-4 {
    width: 100%;
    float: left;
    margin-top: 10%;
}
.proslidesec2 .col-md-8 {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-top: 7%;
    padding-bottom: 7%;
}
    ul.feedstockul li {
        width: 50%;
        float: left;
        margin-top: 5%;
        margin-left: 0;
		        height: 220px;
    }
.mediah2 {
    font-size: 24px;
}
section#promanpinnper h3 {
    font-size: 24px;
}
section#promanpinnper h3 span {
    font-weight: 500;
    font-size: 34px;
}
.grid-item img {
    width: 100%;
}
.aboutvision5 h4 {
    font-size: 22px;
}
.promanadiv2 p {
    margin-top: 10%;
}
section#ccframe2 {
    padding-top: 9%;
    padding-bottom: 11%;
    margin-top: 11%;
}
.ccdiv211 .col-md-4 {
    width: 100%;
    float: left;
    margin-top: 5%;
    margin-bottom: 6%;
}
.ccdiv211 .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
    padding-top: 34px;
    margin-bottom: 10%;
}
    .mediasubsc {
        width: auto;
        padding: 40px 10px 40px;
        margin: 59px 20px 50px;
    }

.mediasubsc h3 {
    width: 95%;
}
.mediasubsc div {
    float: none;
    width: 80%;
    margin: 0px auto;
}
.mediasubsc input {
    border-radius: 12px;
    font-size: 16px;
}
.mediasubsc button {
            float: none;
        border-radius: 12px;
        font-size: 18px;
        margin: 28px auto 0;
        display: block
}
.mediasubsc form {
    text-align: left;
    margin-left: 0;
}


.ccli:before{
	display: none;
}
ul.ccul li {
    display: inline-block;
    width: 100%;
    float: none;
    position: relative;
    text-align: center;
            margin-bottom: 10%;
}
li.ccli1 {
    left: 0px;
}
li.ccli2 {
    left: 0px;
}
li.ccli3 {
    left: 0px;
}
li.ccli4 {
    left: 0px;
}
li.ccli5 {
    left: 0px;
}
.ccbox1:before {
    top: -27px;
}
ul.ccul {
    margin-top: 11%;
    display: inline-block;
}
.ccdiv21 .col-md-4 {
    width: 100%;
    float: none;
    margin-top: 9%;
}
.ccdiv21 .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 11%;
}
.faq .faq-list2 ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list2 li+li {
  margin-top: 15px;
}

.faq .faq-list2 li {
  padding: 14px;
    background: #fff;
    position: relative;
    border: 1px solid #0d7339;
    border-radius: 14px;
}
.faq-list2 span {
    float: left;
    color: #0c6934;
    padding-left: 19px;
}
img.gpiicon {
    width: 33px;
    float: left;
}
.faq .faq-list2 a {
  display: block;
        position: relative;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 0px 0 75px;
        outline: none;
        cursor: pointer;
        text-decoration: none;
}

.faq .faq-list2 .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #e82c88;
}

.faq .faq-list2 .icon-show,
.faq .faq-list2 .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list2 p {
      margin-bottom: 0;
    padding: 22px 16px 15px 5px;
    font-size: 15px;
}

.faq .faq-list2 .icon-show {
  display: none;
}

.faq .faq-list2 a.collapsed {
  color: #000000;
  transition: 0.3s;
}

.faq .faq-list2 a.collapsed:hover {
  color: #000000;
}

.faq .faq-list2 a.collapsed .icon-show {
  display: inline-block;
  color: #0c6934;
}

.faq .faq-list2 a.collapsed .icon-close {
  display: none;
  color: #0c6934;
}
.collapse:not(.show) {
    display: none;
}

section#ccframe222 {
    margin-top: 20%;
    width: 100%;
}
    .mobile1 {
        display: inline-block;
    }
	section#promanpinnper .col-md-6 {
    width: 100%;
    float: left;
}
section#promanpinnper .col-md-3 {
    width: 100%;
    float: left;
    text-align: center;
}
section#promanpinnper ul {
    text-align: center;
    width: 64%;
    margin: 0% auto 0;
}
section#promanpinnper .col-md-4 {
    width: 100%;
    float: left;
}
    img.omimg10 {
        width: 100%;
        margin: 7% auto 0;
    }
[data-component="c40-signatory-quotes"] .quote {
    text-indent: 0;
}
ul#buttonGroup li {
    display: block;
    padding-left: 0;
    font-size: 20px;
    margin-bottom: 3%;
    margin-top: 5%;
}
section.c40-signatory-quotes {
    margin-top: 12%;
    margin-bottom: 0;
}
.project-box-style1 .project-content .project-title-large {
    margin-bottom: 0px;
    position: relative;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform .4s, opacity .2s;
    color: white;
    font-size: 16px;
    height: 100%;
    min-height: 100%;
    vertical-align: middle;
    top: 35%;
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}
.project-box-style1:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0.5;
    background-color: #000;
    transform-origin: 0 0;
    transform: scaleY(1);
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
h4.project-title-large br {
    display: block;
}
section#pinnpertitle {
    text-align: center;
    margin-top: 6%;
    margin-bottom: 8%;
}
}