
.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: #cbe2f9;
    width: 31px;
    border-radius: 8px;
}
.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: -40px;
  }
}

div#myCarousel {
    margin-left: 10%;
}

.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left{
  display: block;
  margin: 30px auto;
  width: 18px;
  height: 18px;
  border-top: 0px solid #53a15b;
  border-left: 2px solid #53a15b;
}
.arrow-right,
.long-arrow-right{
 transform: rotate(-225deg);
}

.arrow-left,
.long-arrow-left{
 transform: rotate(-45deg);
}
.long-arrow-right::after,
.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;
}
.long-arrow-left {
    position: absolute;
    left: 5%;
    top: 88%;
    border-top: 2px solid #53a15b;
    border-left: 0px solid #53a15b;
    transform: rotate(-45deg);
}
.long-arrow-right {
    position: absolute;
    right: 5%;
    top: 88%;
}
.aboutvision1 h3 {
    margin-bottom: 24px;
    color: darkgreen;
}
div#myCarousel1 {
    /* background: #cbe2f9; */
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 20px;
    margin-top: 4%;
    margin-bottom: 0;
}
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%;
}
.epclandingdiv h1 {
    color: white;
}
.ccbannerdiv:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-image: linear-gradient(270deg, transparent 0 0, #00000082 70% 100%);
}
.ccbox1:before {
    position: absolute;
    content: "";
    width: 185px;
    height: 185px;
    left: 0;
    right: 0;
    top: -15px;
    border: 2px dashed darkgreen;
    border-radius: 50%;
    margin: auto;
    animation: rotateme 20s linear infinite;
    z-index: 11111;
}

.ccbox3:before {
    position: absolute;
    content: "";
    width: 185px;
    height: 185px;
    left: 0;
    right: 0;
    top: 24%;
    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);
}
}

.ccli2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 75px;
    top: 60px;
    background: url(../images/cbg/cbgline.png);
    background-repeat: no-repeat;
}
.ccli3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 75px;
    top: 60px;
    background: url(../images/cbg/cbgline.png);
    background-repeat: no-repeat;
}
.ccli4:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
        right: 73px;
    top: 60px;
    background: url(../images/cbg/cbgline.png);
    background-repeat: no-repeat;
}
.ccli5:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 71px;
    top: 60px;
    background: url(../images/cbg/cbgline.png);
    background-repeat: no-repeat;
}
.epclandingdiv {
        position: absolute;
    top: 42%;
    left: 9%;
    z-index: 999;
}
.ccmaters h3 {
    margin-bottom: 15px;
	    font-weight: 600;
    color: #0a733a;
}
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;
  }
}
section#ccframe2 {
    background: #e5e5e5;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 5%;
}
.cbgpartner .col-md-8 {
    width: 70%;
    float: left;
}
.cbgpartnerdiv {
    background: white;
    padding: 35px 120px;
    border-radius: 25px;
    box-shadow: 1px 1px 18px 2px #e5e5e5;
    margin-bottom: 4%;
}
.cbgpartnerdiv img {
    margin: 0px auto;
}
.cbgpartnerdiv h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 600;
}
.cbgpartner .col-md-5 {
    width: 39%;
    float: left;
}
.cbgpartner .col-md-5 img {
    width: 98%;
}
img.ecopartner3 {
    width: 92%;
}
.cbgpartner .col-md-7 {
    width: 61%;
    float: left;
}
.cbgpartner .col-md-7 img {
    width: 98%;
    float: right;
        border-radius: 15px;
}
.cbgpartner .col-md-4 {
    width: 25%;
    float: left;
    margin-left: 3%;
}

section#ccmatersection img {
    width: 81%;
}
.ccdiv21 .col-md-4 {
    width: 40%;
    float: left;
}
section#ccframe2 .col-md-4 h2 {
    margin-bottom: 20px;
    color: darkgreen;
}
.ccdiv21 .col-md-8 {
    width: 45%;
    float: left;
    margin-left: 8%;
}
section#ccegsec {
    margin-top: 3%;
    margin-bottom: 3%;
}
section#ccegsec .col-md-5 {
    width: 42%;
    float: left;
}
section#ccegsec .col-md-7 {
    float: left;
    width: 51%;
}
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;
}
section#ccselast {
    margin-bottom: 3%;
    margin-top: 5%;
}
section#ccselast .col-md-4 {
    width: 32%;
    float: left;
}
section#ccselast .col-md-8 {
    width: 62%;
    float: left;
    margin-left: 6%;
}
.aboutvision4 .col-md-4 p {
    margin-top: 25px;
}
ul.ccwhyul {
    display: flex;
}
ul.ccwhyul li {
    background: #3bb44b;
    display: inline;
    width: 24%;
    margin-left: 30px;
    padding: 45px 24px;
    color: white;
}
ul.ccwhyul p {
    font-size: 13px;
    margin-top: 22px;
    line-height: 18px;
}
ul.ccwhyul h5 {
    font-size: 17px;
    height: 40px;
}
img.ccimg2 {
        width: auto;
    margin: 0px auto;
}
ul.ccul li {
    display: inline-block;
    width: 20%;
    float: left;
    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;
    color: #0a733a;
}
.aboutvision3 h3 {
    text-align: center;
    margin-bottom: 4%;
    margin-top: 2%;
}
section#ccourtar p {
        margin-left: 2%;
    background: white;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 10px;
    font-size: 18px;
	    color: black;
}

section#ccourtar {
 
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
section#ccmatersection {
	    margin-bottom: 3%;
	    margin-top: 3%;

}

  
.ccwhyma .col-md-4 {
    width: 48%;
    float: left;
}

.ccwhyma .col-md-8 {
    width: 48%;
    float: left;
    margin-left: -5%;
}
.ccmaters {
    margin-top: 2%;
    margin-bottom: 4%;
}
div#myCarousel2 {
        background: #3bb44b;
    padding: 40px 65px;
    border-radius: 23px;
    height: 265px;
    width: 85%;
}
div#myCarousel2 p {
    color: white;
}
div#myCarousel2 h3 {
    margin-bottom: 21px;
    font-weight: 500;
    border-bottom: 1px solid;
    padding-bottom: 17px;
    color: white;
}
div#myCarousel2 img {
    position: absolute;
    right: 11px;
    top: 1px;
    width: 18%;
}
.myCarousel2div .long-arrow-left {
    left: 31%;
    bottom: -53%;
    top: auto;
}
.myCarousel2div1 .long-arrow-right {
    position: absolute;
    left: 41%;
    top: -33%;
    right: auto;
}
.myCarousel2div {
    border: 1px solid;
    padding: 21px 29px;
    display: inline-block;
    position: absolute;
    left: 2%;
    bottom: -27%;
    top: auto;
}
.myCarousel2div1 {
    border: 1px solid;
    padding: 21px 29px;
    display: inline-block;
    position: absolute;
    left: 16%;
    bottom: -27%;
    top: auto;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.listar-wrapper {
        overflow: hidden;
    width: 100%;
    margin: 0px auto;
}
.listar-horizontalthemescrollbar {
    width: 100%;
    float: left;
	    background: #b0b0b0;
    padding: 19px;
}
.listar-themeposts {
    width: 100%;
    float: left;
    margin: -15px 0 20px;
}
.listar-horizontalthemescrollbar .listar-placespost {
    width: 475px;
	margin: 15px;
}
.listar-themepost {
    width: 100%;
    float: left;
    margin: 15px 0;
}
.listar-placespost .listar-featuredimg {
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.listar-featuredimg {
    margin: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.listar-featuredimg > a {
    color: #fff;
    display: block;
}
.listar-featuredimg img {
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.listar-placespost .listar-postcontent {
    background:white;
    padding: 25px 20px 25px;
	height: 250px;
}
.listar-postcontent {
    width: 100%;
    float: left;
    position: relative;
}
.listar-placespost .listar-postcontent h3 {
    line-height: 20px;
    position: relative;
    padding: 0 30px 0 0;
    vertical-align: top;
    display: inline-block;
}
.listar-postcontent h3, .listar-postcontent h2 {
    margin: 0;
    color: #fff;
}
.listar-placespost .listar-postcontent h3 a {
    display: block;
}	
.listar-placespost .listar-postcontent .listar-description {
    padding: 20px 0;
}
.listar-placespost .listar-postcontent .listar-description p {
    margin: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 37px;
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 1px;
    margin: 18px 0;
    background: #b5b5b5;
}
.listar-horizontalthemescrollbar .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0;
    width: 37px;
    height: 37px;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #319143;
    background: #ffffff !important;
}
.listar-horizontalthemescrollbar .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:before {
    top: 14px;
    left: 14px;
    width: 7px;
    height: 7px;
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background: #319143;
}

.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;
}

.engsectionall1 h3 {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 3%;
}
.cbgsoluti h2 {
    margin-top: 4%;
    margin-bottom: 2%;
    color: darkgreen;
}
.cbgsoluti1 h3 {
    margin-top: 4%;
	text-align: center;
    margin-bottom: 2%;
}
.cbgsoluti1 {
    margin-top: 3%;
    margin-bottom: 3%;
}
.successsto h3 {
    margin-top: 4%;
    margin-bottom: 3%;
    text-align: center;
}

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: 12%;
    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: 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;
    color: white;
    font-size: 14px;
    height: 100%;
    min-height: 100%;
    vertical-align: middle;
    top: 46%;
    text-align: center;
}
.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 0.5s;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
li.ccli3 {
    position: relative;
    left: 0;
}
.tabslider{
	display: none;
}
@media (min-width: 1680px) and (max-width: 1919px)  {
	.aboutvision4 h2 {
    font-size: 30px;
}
.ccbox3:before {
    top: 23%;
}
.listar-horizontalthemescrollbar .listar-placespost {
    width: 460px;
    margin: 15px;
}
.ccbannerdiv:after {
    height: 523px;
}
}
@media (min-width: 1600px) and (max-width: 1679px)  {
.ccbox3:before {
    width: 170px;
    height: 170px;
    top: 22%;
}
.ccbannerdiv:after {
    height: 498px;
}
img.ccimg2 {
    width: 47%;
    margin: 0px auto;
}
.ccbox1:before {
    width: 170px;
    height: 170px;
    top: -19px;
}
	img.ccimg1 {
    width: 100%;
}
img.ecopartner3 {
    width: 100%;
}
.ccwhyma .col-md-8 {
    width: 45%;
    float: left;
    margin-left: -2%;
}
.listar-horizontalthemescrollbar .listar-placespost {
    width: 435px;
    margin: 15px;
}
li.ccli4 {
    left: 21px;
}
}

@media (min-width: 1530px) and (max-width: 1599px)  {
.ccbox3:before {
    width: 170px;
    height: 170px;
    top: 21%;
}
.ccbannerdiv:after {
    height: 480px;
}
img.ccimg2 {
    width: 47%;
    margin: 0px auto;
}
.ccbox1:before {
    width: 170px;
    height: 170px;
    top: -19px;
}
	img.ccimg1 {
    width: 100%;
}
img.ecopartner3 {
    width: 100%;
}

img.ccimg1 {
    width: 100%;
}
.cbgpartner .col-md-4 {
    margin-left: 4%;
}
.epclandingdiv {
    top: 43%;
}
.aboutvision4 h2 {
    font-size: 30px;
}
section#ccframe2 .col-md-4 h2 {
    font-size: 30px;
}
.ccdiv21 .col-md-8 {
    margin-left: 14%;
}
.listar-horizontalthemescrollbar .listar-placespost {
    width: 410px;
    margin: 15px;
}
.recentevent p {
    font-size: 15px;
}
.recentevent h3 {
    margin-bottom: 26px;
    font-size: 25px;
}
ul.ccwhyul p {
    font-size: 12px;
    margin-top: 22px;
    line-height: 17px;
}
section#ccegsec .col-md-7 {
    margin-left: 6%;
}
.epclandingdiv h1 {
    font-size: 37px;
}
div#myCarousel2 h3 {
    width: 77%;
    font-size: 27px;
}
}



@media (min-width: 1440px) and (max-width: 1529px)  {
.ccbox3:before {
           width: 145px;
        height: 145px;
        top: 22%;

}
.ccbannerdiv:after {
    height: 448px;
}
img.ccimg2 {
    width: 47%;
    margin: 0px auto;
}
.ccbox1:before {
            width: 145px;
        height: 145px;
        top: -12px;
}
	img.ccimg1 {
    width: 100%;
}
.ccli3:before {
    right: 75px;
    top: 50px;
}
.ccli2:before {
    right: 75px;
    top: 50px;
}
.ccli4:before {
    right: 76px;
    top: 50px;
}
.ccli5:before {
    right: 71px;
    top: 48px;
}
.project-box-style1 .project-content .project-title-large {
    font-size: 11px;
}
img.ecopartner3 {
    width: 100%;
}
.cbgpartnerdiv {
    padding: 35px 69px;
}
.cbgpartnerdiv h2 {
    font-size: 26px;
}
.cbgpartnerdiv p {
    font-size: 14px;
}
img.ccimg1 {
    width: 100%;
}
.ccwhyma .col-md-4 {
    width: 40%;
    float: left;
}
.ccwhyma .col-md-8 {
    width: 49%;
    float: left;
    margin-left: 5%;
}
.listar-horizontalthemescrollbar .listar-placespost {
    width: 375px;
    margin: 15px;
}
.ccmaters {
    margin-top: 0;
}
section#ccmatersection img {
    width: 100%;
}
.cbgpartner .col-md-4 {
    margin-left: 3%;
}
div#myCarousel2 {
    padding: 34px 35px;
}
div#myCarousel2 h3 {
    font-size: 23px;
    width: 58%;
}
section#ccmatersection {
    margin-top: 5%;
    margin-bottom: 11%;
}
ul.csuul img {
    width: 85%;
}
section#ccselast .col-md-4 {
    width: 30%;
    float: left;
}
section#ccselast .col-md-8 {
    width: 64%;
    float: left;
    margin-left: 2%;
}
ul.ccwhyul li {
    width: 30%;
    margin-left: 30px;
    padding: 18px 24px;
}
h2.zerod7339.mediah2 {
    font-size: 24px;
}
}

@media (min-width: 1399px) and (max-width: 1439px)  {
.ccbox3:before {
           width: 125px;
        height: 125px;
        top: 22%;

}
.ccbannerdiv:after {
    height: 435px;
}
img.ccimg2 {
    width: 42%;
    margin: 0px auto;
}
.ccbox1:before {
    width: 125px;
        height: 125px;
        top: -12px;
}
	img.ccimg1 {
    width: 100%;
}
.ccli3:before {
     right: 75px;
    top: 38px;
}
.ccli2:before {
    right: 75px;
    top: 38px;
}
.ccli4:before {
    right: 76px;
    top: 38px;
}
.ccli5:before {
    right: 71px;
    top: 38px;
}
img.ecopartner3 {
    width: 100%;
}
.cbgpartnerdiv {
    padding: 35px 69px;
}
.cbgpartnerdiv h2 {
    font-size: 26px;
}
.cbgpartnerdiv p {
    font-size: 14px;
}
.cbgpartner .col-md-7 img {
    width: 92%;
}
.cbgpartner .col-md-5 img {
    width: 94%;
}
.project-box-style1 .project-content .project-title-large {
    font-size: 10px;
}
.ccwhyma .col-md-4 {
    width: 40%;
    float: left;
}
.ccwhyma .col-md-8 {
    width: 49%;
    float: left;
    margin-left: 5%;
}
.listar-horizontalthemescrollbar .listar-placespost {
    width: 350px;
}
section#ccmatersection img {
    width: 100%;
}
.cbgpartnerdiv h2 {
    font-size: 30px;
}
.cbgpartner .col-md-8 {
    margin-left: -3%;
}
.ccmaters h3 {
    font-size: 26px;
}
.ccmaters {
    margin-top: 0;
}
div#myCarousel2 {
    padding: 34px 35px;
}
div#myCarousel2 h3 {
    font-size: 23px;
    width: 58%;
}
section#ccmatersection {
    margin-top: 5%;
    margin-bottom: 11%;
}
ul.csuul img {
    width: 85%;
}
section#ccselast .col-md-4 {
    width: 30%;
    float: left;
}
section#ccselast .col-md-8 {
    width: 64%;
    float: left;
    margin-left: 2%;
}
    ul.ccwhyul li {
        width: 30%;
        margin-left: 18px;
        padding: 18px 24px;
    }
	ul.ccwhyul h5 {
    font-size: 14px;
    height: 40px;
}
.cbgpartner .col-md-4 {
    width: 26%;
}
h2.zerod7339.mediah2 {
    font-size: 24px;
}

}





@media (min-width: 1366px) and (max-width: 1398px)  {
.ccbox3:before {
           width: 125px;
        height: 125px;
        top: 22%;

}
.ccbannerdiv:after {
    height: 425px;
}
img.ccimg2 {
    width: 42%;
    margin: 0px auto;
}
.ccbox1:before {
    width: 125px;
        height: 125px;
        top: -12px;
}
	img.ccimg1 {
    width: 100%;
}
.ccli3:before {
     right: 75px;
    top: 38px;
}
.ccli2:before {
    right: 75px;
    top: 38px;
}
.ccli4:before {
    right: 76px;
    top: 38px;
}
.ccli5:before {
    right: 71px;
    top: 38px;
}
img.ecopartner3 {
    width: 100%;
}
.cbgpartnerdiv {
    padding: 35px 69px;
}
.cbgpartnerdiv h2 {
    font-size: 26px;
}
.cbgpartnerdiv p {
    font-size: 14px;
}
.cbgpartner .col-md-7 img {
    width: 92%;
}
.cbgpartner .col-md-5 img {
    width: 94%;
}
.project-box-style1 .project-content .project-title-large {
    font-size: 10px;
}
.ccwhyma .col-md-4 {
    width: 40%;
    float: left;
}
.ccwhyma .col-md-8 {
    width: 49%;
    float: left;
    margin-left: 5%;
}
.listar-horizontalthemescrollbar .listar-placespost {
    width: 350px;
}
section#ccmatersection img {
    width: 100%;
}
.cbgpartnerdiv h2 {
    font-size: 30px;
}
.cbgpartner .col-md-8 {
    margin-left: -3%;
}
.ccmaters h3 {
    font-size: 26px;
}
.ccmaters {
    margin-top: 0;
}
div#myCarousel2 {
    padding: 34px 35px;
}
div#myCarousel2 h3 {
    font-size: 23px;
    width: 58%;
}
section#ccmatersection {
    margin-top: 5%;
    margin-bottom: 11%;
}
ul.csuul img {
    width: 85%;
}
section#ccselast .col-md-4 {
    width: 30%;
    float: left;
}
section#ccselast .col-md-8 {
    width: 64%;
    float: left;
    margin-left: 2%;
}
    ul.ccwhyul li {
        width: 30%;
        margin-left: 18px;
        padding: 18px 24px;
    }
	ul.ccwhyul h5 {
    font-size: 14px;
    height: 40px;
}
.cbgpartner .col-md-4 {
    width: 26%;
}
h2.zerod7339.mediah2 {
    font-size: 24px;
}

}

@media (min-width: 1359px) and (max-width: 1365px)  {
	.ccbannerdiv:after {
        height: 423px !important;
    }
	.myCarousel2div1 {
        left: 11% !important;
        bottom: -40%;
    }
	    img.ccimg2 {
        width: 48% !important;
        margin: 0px auto;
    }
	.ccmaters p {
    font-size: 20px;
}
    .cbgpartner .col-md-4 {
        width: 30%;
        margin-left: 2% !important;
        margin-top: 0;
    }
	    img.ecopartner3 {
        margin: 0px auto;
        width: 83% !important;
    }
.ccmaters {
    margin-top: 17%;
    margin-bottom: 4%;
}
}
@media (min-width: 1024px) and (max-width: 1365px)  {
.ccbox3:before {
           width: 140px;
        height: 140px;
        top: 18.5%;

}
.cbgsoluti h2 {
    margin-top: 6%;
    margin-bottom: 4%;
    font-weight: 500;
}
.successsto h3 {
    margin-top: 6%;
    margin-bottom: 5%;
    text-align: center;
    font-weight: 500;
}
.cbgsoluti1 {
    margin-top: 6%;
    margin-bottom: 6%;
}
.cbgsoluti1 p br {
    display: none;
}
img.ccimg2 {
    width: 65%;
    margin: 0px auto;
}
.ccbox1:before {
    width: 140px;
        height: 140px;
        top: -12px;
}
	img.ccimg1 {
    width: 100%;
}
.ccli3:before {
   display: none;
}
.ccli2:before {
    display: none;
}
.ccli4:before {
     display: none;
}
.ccli5:before {
 display: none;
}
.project-box-style1 .project-content .project-title-large {
    font-size: 14px;
}
    ul.feedstockul li {
        width: 25%;
        float: left;
        margin-bottom: 2%;
        margin-top: 2%;
    }
	.listar-horizontalthemescrollbar .listar-placespost {
    width: 250px;
}
ul.feedstockul img {
    padding-left: 0;
}
.project-box-style1:after {
    margin-left: 0;
}
.long-arrow-right::after, .long-arrow-left::after {
    height: 34px;
    transform: rotate(-45deg) translate(12px, 4px);
}
ul.ccul p {
            font-size: 15px;
        line-height: 22px;
}
section#ccframe2 .col-md-4 h2 br {
    display: none;
}
.modeslider{
	display: none;
}
.tabslider{
	display: inline-block;
}
section#ccframe2 .col-md-4 h2 {
    margin-bottom: 30px;
    font-weight: 500;
}
.listar-placespost .listar-postcontent {
    height: 400px;
}
img.ccimg1 {
        width: 50%;
        margin: 0px auto;
    }
    .epclandingdiv h1 {
        font-size: 27px;
        text-shadow: none;
    }
div#myCarousel2 h3 {
    width: 55%;
}
div#myCarousel2 img {
    right: 11px;
    top: 1px;
    width: 10%;
}
ul.feedstockul {
    display: inline-block;
}
.aboutvision3 h3 {
    text-align: center;
    margin-bottom: 8%;
    margin-top: 3%;
    font-weight: 500;
}
.ccbannerdiv:after {
    height: 320px;
}
    .myCarousel2div1 {
        left: 14%;
        bottom: -40%;
    }
	.recentevent1 h3 {
    font-size: 28px;
    margin-bottom: 14px;
}
    .epclandingdiv {
        top: 35%;
        margin-top: 3%;
        background: transparent;
        box-shadow: none;
        margin-bottom: 2%;
        left: 6%;
    }
    .mCSB_scrollTools .mCSB_draggerContainer {
    margin-top: -3% !important;
}
section#ccourtar {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aboutvision h3 {
    font-size: 24px;
}
.ccwhyma .col-md-4 {
    width: 38%;
    float: left;
}
.ccwhyma .col-md-8 {
        width: 50%;
        float: left;
        margin-left: 35px;
    }
	.ccmaters h3 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 28px;
}
.ccmaters h3 span {
    font-weight: 500;
}
    div#myCarousel12 {
        background: #f6f6ee;
        padding: 40px 65px;
        border-radius: 23px;
        height: auto;
        width: 85%;
        margin-top: 5%;
    }
	.myCarousel2div {
    bottom: -40%;
}
section#ccmatersection img {
    width: 100%;
}
section#ccmatersection {
    margin-top: 3%;
    margin-bottom: 15%;
}
ul.ccul h5 {
            height: 70px;
        font-size: 17px;
}
li.ccli4 {
    left: 15px;
}
li.ccli5 {
    left: 19px;
}
.ccdiv21 .col-md-4 {
    width: 100%;
    float: left;
    margin-bottom: 5%;
}
.ccdiv21 .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
}
.cbgpartnerdiv {
    padding: 22px 12px;
    margin-bottom: 4%;
}
.cbgpartnerdiv h2 {
        font-size: 24px;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 500;
    }
	.cbgpartnerdiv p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 25px;
}
.cbgpartner .col-md-8 {
    width: 63%;
}
    .cbgpartner .col-md-4 {
        width: 30%;
        margin-left: 6%;
        margin-top: 0;
    }
	.aboutvision1 h3 {
    margin-bottom: 27px;
    margin-top: 2%;
    font-weight: 500;
}
.engsectionall1 h3 {
    text-align: center;
    margin-top: 7%;
    margin-bottom: 6%;
    font-weight: 500;
}
    img.ecopartner3 {
        margin: 0px auto;
        width: 100%;
    }
.cbgsoluti1 h3 {
    font-size: 24px;
	        margin-top: 6%;
        margin-bottom: 4%;
        font-weight: 500;
}
section#ccframe2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
section#ccegsec .col-md-5 {
    width: 100%;
    float: left;
}
ul.csuul li {
    width: 33.33%;
}
section#ccegsec .col-md-7 {
    float: left;
    width: 100%;
}
ul.csuul {
    margin-top: 4%;
}
section#ccselast .col-md-4 {
    width: 100%;
    float: left;
    margin-bottom: 6%;
}
section#ccselast .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
}
ul.ccwhyul li {
    width: 25%;
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px;
}
ul.ccwhyul h5 {
    font-size: 15px;
}
.aboutvision4 h2 {
    font-size: 22px;
}
}
@media (min-width: 411px) and (max-width: 599px)  {
	ul.ccul li {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 8%;
    margin-top: 8%;
}
.long-arrow-left {
    border-top: 1px solid #ffffff;
    border-left: 0px solid #ffffff;
}
.long-arrow-right::after, .long-arrow-left::after {
    background-color: white;
}

.arrow-right, .arrow-left, .long-arrow-right, .long-arrow-left {
    border-top: 0px solid #fff;
    border-left: 1px solid #fff;
}
.ccbox1:before {
    width: 185px;
    height: 185px;
    top: -17px;
}
    img.ccimg2 {
        width: 40%;
    }
	ul.ccul h5 {
    height: auto;
    margin-top: 45px;
    font-size: 21px;
    margin-bottom: 15px;
}

.ccbox3:before {
    width: 185px;
    height: 185px;
    top: 45.9%;
}
li.ccli1 {
    position: relative;
    left: 0;
}
li.ccli2 {
    position: relative;
    left: 0;
}
li.ccli4 {
    position: relative;
    left: 0;
}
li.ccli5 {
    position: relative;
    left: 0;
}
}

@media (min-width: 384px) and (max-width: 410px)  {
	ul.ccul li {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 8%;
    margin-top: 8%;
}
.ccbox1:before {
    width: 175px;
        height: 175px;
        top: -19px;
}
    img.ccimg2 {
        width: 40%;
    }
	ul.ccul h5 {
    height: auto;
    margin-top: 45px;
    font-size: 21px;
    margin-bottom: 15px;
}

.ccbox3:before {
            width: 175px;
        height: 175px;
        top: 46.9%;
}
li.ccli1 {
    position: relative;
    left: 0;
}
li.ccli2 {
    position: relative;
    left: 0;
}
li.ccli4 {
    position: relative;
    left: 0;
}
li.ccli5 {
    position: relative;
    left: 0;
}
}

@media (min-width: 375px) and (max-width: 383px)  {
	ul.ccul li {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 8%;
    margin-top: 8%;
}
.ccbox1:before {
    width: 175px;
    height: 175px;
    top: -21px;
}
    img.ccimg2 {
        width: 40%;
    }
	ul.ccul h5 {
    height: auto;
    margin-top: 45px;
    font-size: 21px;
    margin-bottom: 15px;
}

.ccbox3:before {
    width: 175px;
    height: 175px;
    top: 46.3%;
}
li.ccli1 {
    position: relative;
    left: 0;
}
li.ccli2 {
    position: relative;
    left: 0;
}
li.ccli4 {
    position: relative;
    left: 0;
}
li.ccli5 {
    position: relative;
    left: 0;
}
}

@media (min-width: 360px) and (max-width: 374px)  {
	ul.ccul li {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 8%;
    margin-top: 8%;
}
.ccbox1:before {
    width: 170px;
    height: 170px;
    top: -21px;
}
    img.ccimg2 {
        width: 42%;
    }
	ul.ccul h5 {
    height: auto;
    margin-top: 45px;
    font-size: 21px;
    margin-bottom: 15px;
}

.ccbox3:before {
    width: 170px;
    height: 170px;
    top: 47.2%;
}
li.ccli1 {
    position: relative;
    left: 0;
}
li.ccli2 {
    position: relative;
    left: 0;
}
li.ccli4 {
    position: relative;
    left: 0;
}
li.ccli5 {
    position: relative;
    left: 0;
}
}


@media (min-width: 320px) and (max-width: 359px)  {
	ul.ccul li {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
           margin-bottom: 14%;
        margin-top: 14%;
}
.ccbox1:before {
    width: 150px;
    height: 150px;
    top: -21px;
}
    img.ccimg2 {
        width: 40%;
    }
	ul.ccul h5 {
    height: auto;
    margin-top: 45px;
    font-size: 21px;
    margin-bottom: 15px;
}

.ccbox3:before {
    width: 150px;
    height: 150px;
    top: 47.5%;
}
li.ccli1 {
    position: relative;
    left: 0;
}
li.ccli2 {
    position: relative;
    left: 0;
}
li.ccli4 {
    position: relative;
    left: 0;
}
li.ccli5 {
    position: relative;
    left: 0;
}
}
@media (min-width: 500px) and (max-width: 599px)  {
.epclandingdiv {
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
	        padding-left: 25px;
        padding-right: 25px;
}
section#ccourtar p {
    padding: 13px 26px;
    font-size: 18px;
    width: 60%;
    margin: 20px auto 0;
    display: block;
}
ul.ccwhyul p {
    font-size: 15px;
    margin-top: 22px;
    line-height: 20px;
}
    img.ccimg2 {
        width: 27% !important;
    }
.ccli2:before {
    display: none;
}
.ccli3:before {
    display: none;
}
.ccli4:before {
    display: none;
}
.ccli5:before {
    display: none;
}
ul.feedstockul li {
    width: 33%;
    float: left;
    margin-bottom: 6%;
}
.project-box-style1 .project-content .project-title-large {
    font-size: 10px;
}
section#ccmatersection img {
    width: 100%;
}
.carbonntpc {
    background: #cbe2f9;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 20px;
    margin-top: 12%;
    margin-bottom: 15%;
}
.carbonntpc img {
    width: 100%;
}
.epclandingdiv h1 {
   text-shadow: none;
        font-size: 23px;
        text-align: left;
        margin-top: -5%;
        margin-bottom: 5%;
}
.aboutvision h3 {
    font-size: 22px;
}
.aboutvision4 h2 {
    font-size: 22px;
    margin-top: 10%;
}
.aboutvision3 h3 {
    text-align: center;
    margin-bottom: 9%;
    margin-top: 2%;
    font-size: 22px;
}
ul.feedstockul {
    margin-top: 15%;
}
section#ccframe2 .col-md-4 h2 br {
    display: none;
}
section#ccframe2 .col-md-4 h2 {
    margin-bottom: 20px;
    font-size: 22px;
}
.ccmaters h3 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
}
.ccwhyma .col-md-4 {
    width: 100%;
}
img.ccimg1 {
    width: 100%;
}
.ccwhyma .col-md-8 {
    width: 100%;
        margin-left: 0;
        margin-top: 8%;
}
div#myCarousel2 {
    padding: 40px 28px;
        height: auto;
        width: 100%;
        margin-bottom: 12%;
		margin-top: 15%;
}
    div#myCarousel2 h3 {
        width: 100%;
        font-size: 24px;
    }
	.cbgpartnerdiv h2 br {
    display: none;
}
.cbgpartnerdiv h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 24px;
}
.aboutvision1 h3 {
    margin-bottom: 24px;
    font-size: 24px;
}
.cbgpartner .col-md-8 {
    width: 100%;
    float: left;
}
.cbgpartnerdiv {
    padding: 35px 30px;
    margin-bottom: 15%;
}
.cbgpartnerdiv img {
    margin: 0px auto;
    width: 100%;
}
.cbgpartner .col-md-5 {
    width: 100%;
    float: left;
    margin-bottom: 10%;
}
.cbgpartner .col-md-7 {
    width: 100%;
    float: left;
    margin-bottom: 10%;
}
.cbgpartner .col-md-5 img {
    width: 100%;
}
.cbgpartner .col-md-7 img {
    width: 100%;
    float: right;
}
.cbgpartner .col-md-4 {
    width: 100%;
    float: left;
    margin-left: 0;
}
img.ecopartner3 {
    width: 100%;
}
    .engsectionall1 h3 {
        margin-top: 13%;
        font-size: 24px;
    }
	.cbgsoluti h2 {
    margin-top: 4%;
    margin-bottom: 6%;
    font-size: 24px;
}
.successsto h3 {
    margin-top: 17%;
	        font-size: 24px;
}
.cbgsoluti1 {
    margin-top: 13%;
    margin-bottom: 13%;
}
.cbgsoluti1 h3 {
    margin-top: 11%;
	        font-size: 24px;
    margin-bottom: 6%;
}
.myCarousel2div {
    position: relative;
    left: 0%;
    bottom: 0;
    top: auto;
    margin-top: 9%;
}
.myCarousel2div1 {
    position: relative;
    left: 7%;
    bottom: 0%;
    top: auto;
}
.ccdiv21 .col-md-4 {
    width: 100%;
}
.ccdiv21 .col-md-8 {
    width: 100%;
    margin-left: 0;
    margin-top: 19%;
}
.aboutvision3 {
    padding-top: 40px;
}
section#ccframe2 {
    padding-top: 60px;
    padding-bottom: 60px;
}
section#ccegsec .col-md-5 {
    width: 100%;
}
section#ccegsec .col-md-7 {
    width: 100%;
}
ul.csuul li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 18%;
}	
ul.csuul {
    margin-top: 24%;
    position: relative;
    display: inline-block;
}
div#myCarousel1 .col-md-6 {
    width: 100%;
    display: block;
}
section#ccselast .col-md-4 {
    width: 100%;
}
section#ccselast .col-md-8 {
    width: 100%;
    margin-left: 0;
}
ul.ccwhyul {
    display: block;
}
ul.ccwhyul li {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 8%;
    margin-bottom: 7%;
}

.listar-placespost .listar-postcontent {
    padding: 0px 0 25px;
    height: auto;
}
.cbgsoluti {
    margin-top: 15%;
}
h1.epclandingh1 br {
    display: none;
}
.ccbannerdiv:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, transparent 0 0, #00000082 70% 100%);
}
}




@media (min-width: 240px) and (max-width: 499px)  {
.arrow-right, .arrow-left, .long-arrow-right, .long-arrow-left {
    border-top: 0px solid #ffffff;
    border-left: 2px solid #ffffff;
}
.long-arrow-right::after, .long-arrow-left::after {
    background-color: white;
}
.long-arrow-left {
 
    border-top: 2px solid #ffffff;
    border-left: 0px solid #ffffff;
}
    h1.epclandingh1 br {
    display: none;
}
.ccbannerdiv:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, transparent 0 0, #00000082 70% 100%);
}
.epclandingdiv {
        left: 0;
        background: transparent;
        border-radius: 0;
        padding-left: 25px;
        padding-right: 25px;
}
section#ccourtar p {
    padding: 13px 26px;
    font-size: 18px;
    width: 60%;
    margin: 20px auto 0;
            display: block;
}
ul.ccwhyul p {
    font-size: 15px;
    margin-top: 22px;
    line-height: 20px;
}
.ccli2:before {
    display: none;
}
.ccli3:before {
    display: none;
}
.ccli4:before {
    display: none;
}
.ccli5:before {
    display: none;
}
ul.feedstockul li {
    width: 33%;
    float: left;
    margin-bottom: 6%;
}
.project-box-style1 .project-content .project-title-large {
    font-size: 8px;
}
section#ccmatersection img {
    width: 100%;
}
.carbonntpc {
    background: #cbe2f9;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 20px;
    margin-top: 12%;
    margin-bottom: 15%;
}
.carbonntpc img {
    width: 100%;
}
.epclandingdiv h1 {
   text-shadow: none;
        font-size: 23px;
        text-align: left;
        margin-top: -5%;
        margin-bottom: 5%;
}
.aboutvision h3 {
    font-size: 22px;
}
.aboutvision4 h2 {
    font-size: 22px;
    margin-top: 10%;
}
.aboutvision3 h3 {
    text-align: center;
    margin-bottom: 9%;
    margin-top: 2%;
    font-size: 22px;
}
ul.feedstockul {
    margin-top: 15%;
}
section#ccframe2 .col-md-4 h2 br {
    display: none;
}
section#ccframe2 .col-md-4 h2 {
    margin-bottom: 20px;
    font-size: 22px;
}
.ccmaters h3 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
}
.ccwhyma .col-md-4 {
    width: 100%;
}
img.ccimg1 {
    width: 100%;
}
.ccwhyma .col-md-8 {
    width: 100%;
        margin-left: 0;
        margin-top: 8%;
}
div#myCarousel2 {
    padding: 40px 28px;
        height: auto;
        width: 100%;
        margin-bottom: 12%;
		margin-top: 15%;
}
    div#myCarousel2 h3 {
        width: 100%;
        font-size: 24px;
    }
	.cbgpartnerdiv h2 br {
    display: none;
}
.cbgpartnerdiv h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 24px;
}
.aboutvision1 h3 {
    margin-bottom: 24px;
    font-size: 24px;
}
.cbgpartner .col-md-8 {
    width: 100%;
    float: left;
}
.cbgpartnerdiv {
    padding: 35px 30px;
    margin-bottom: 15%;
}
.cbgpartnerdiv img {
    margin: 0px auto;
    width: 100%;
}
.cbgpartner .col-md-5 {
    width: 100%;
    float: left;
    margin-bottom: 10%;
}
.cbgpartner .col-md-7 {
    width: 100%;
    float: left;
    margin-bottom: 10%;
}
.cbgpartner .col-md-5 img {
    width: 100%;
}
.cbgpartner .col-md-7 img {
    width: 100%;
    float: right;
}
.cbgpartner .col-md-4 {
    width: 100%;
    float: left;
    margin-left: 0;
}
img.ecopartner3 {
    width: 100%;
}
    .engsectionall1 h3 {
        margin-top: 13%;
        font-size: 24px;
    }
	.cbgsoluti h2 {
    margin-top: 4%;
    margin-bottom: 6%;
    font-size: 24px;
}
.successsto h3 {
    margin-top: 17%;
	        font-size: 24px;
}
.cbgsoluti1 {
    margin-top: 13%;
    margin-bottom: 13%;
}
.cbgsoluti1 h3 {
    margin-top: 11%;
            text-align: left;
	        font-size: 24px;
    margin-bottom: 6%;
}
.myCarousel2div {
    position: relative;
    left: 0%;
    bottom: 0;
    color: white;
    top: auto;
    margin-top: 15%;
}
.myCarousel2div1 {
    position: relative;
    left: 16%;
    bottom: -27%;
    color: white;
    top: auto;
}
.ccdiv21 .col-md-4 {
    width: 100%;
}
.ccdiv21 .col-md-8 {
    width: 100%;
    margin-left: 0;
    margin-top: 19%;
}
.aboutvision3 {
    padding-top: 40px;
}
section#ccframe2 {
    padding-top: 60px;
    padding-bottom: 60px;
}
section#ccegsec .col-md-5 {
    width: 100%;
}
section#ccegsec .col-md-7 {
    width: 100%;
}
ul.csuul li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 18%;
}	
ul.csuul {
    margin-top: 24%;
    position: relative;
    display: inline-block;
}
div#myCarousel1 .col-md-6 {
    width: 100%;
    display: block;
}
section#ccselast .col-md-4 {
    width: 100%;
}
section#ccselast .col-md-8 {
    width: 100%;
    margin-left: 0;
}
ul.ccwhyul {
    display: block;
}
ul.ccwhyul li {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 8%;
    margin-bottom: 7%;
}

.listar-placespost .listar-postcontent {
    padding: 0px 0 25px;
    height: auto;
}
.cbgsoluti {
    margin-top: 15%;
}
}
.cbg-intro-section {
    padding-top: 4%;
    padding-bottom:2%
  }
  