section#ccmatersection {
    margin-bottom: 3%;
	    margin-top: 3%;
}
.ccwhyma .col-md-4 {
    width: 48%;
    float: left;
}
section#ccmatersection img {
    width: 81%;
}

.ccwhyma .col-md-8 {
    width: 48%;
    float: left;
    margin-left: -5%;
}
.ccmaters {
    margin-top: 2%;
    margin-bottom: 4%;
}
.ccmaters h2 {
    margin-bottom: 15px;
    font-weight: 600;
}
.recentevent1 h3 {
    color: white;
    border-bottom: 2px solid;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.recentevent1 p {
    color: white;
}
div#myCarousel2 {
    background: #3bb44b;
    padding: 37px 40px;
    border-radius: 23px;
    height: 200px;
    width: 85%;
}
.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 #000;
    border-left: 1px solid #000;
}
.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: 1px;
    height: 35px;
  background-color: #000;
  transform: rotate(-45deg) translate(15px, 4px);
      left: -2px;
    top: 2px;
    position: absolute;
}
.myCarousel2div1 {
    border: 1px solid;
    padding: 23px 31px;
    display: inline-block;
    position: absolute;
    left: 16%;
    bottom: -43%;
    top: auto;
}
.long-arrow-left {
    position: absolute;
        left: 32%;
    bottom: -46%;
    top: auto;
    border-top: 1px solid #000;
    border-left: 0px solid #000;
    transform: rotate(-45deg);
}
.long-arrow-right {
    position: absolute;
    left: 41%;
    top: -28%;
    right: auto;
}
.operationmain .col-md-2 {
    height: 10px;
    width: 16%;
    float: left;
}
.operationmain .col-md-10 {
    width: 84%;
    float: left;
}
.ccmaters p {
    margin-top: 6%;
    margin-bottom: 8%;
}
.myCarousel2div {
    border: 1px solid;
    padding: 23px 31px;
    display: inline-block;
    position: absolute;
    left: 2%;
    bottom: -43%;
    top: auto;
}
.aboutvision5 {
        margin-bottom: 3%;
    margin-top: 3%;
    text-align: center;
}
.aboutvision5 h3 {
    margin-bottom: 2%;
}
.slider-dot-nav {
    position: absolute;
    z-index: 3;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}
.slider-dot-nav li {
    display: inline-block;
    margin-right: 0px;
}
ol.slider-dot-nav li .selected {
    background: #ffffff;
    width: 31px;
    border-radius: 8px;
}

.slider-dot-nav a.selected {
    background: #000;
}
.slider-dot-nav a {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 50%;
	 background: #50aa56;
    transition: background .3s ease;
}

.slick-slide .slide-content {
  margin: 0 10%;
  padding: 50px 100px;
  background: #fff;
}
.slick-list {
  margin: 20px 0px;
}
.slick-prev,
.slick-next {
  position: absolute;
  right: 10%;
  background: #777;
  border: none;
  color: transparent;
  width: 30px;
  height: 30px;
}
.slick-prev:before,
.slick-next:before {
  content: ">";
  color: #fff;
  font-size: 25px;
}
.slick-prev {
  left: 10%;
}
.slick-prev:before {
  content: "<";
}
.slick-dots {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  border: none;
  padding: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: #777;
  margin-right: 10px;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
.slider-container {
  position: relative;
  height: 775px;
  overflow: hidden;
}

.slides li {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  transition: transform .5s ease;
      margin-top: -27px;
}
ul.slides .col-md-6 {
    padding-right: 44px;
}
.slides h2 {
    margin-top: 0;
    margin-bottom: 26px;
}
ul.slides p {
    margin-bottom: 35px;
}
.slides li.selected {
  z-index: 2;
  transform: translateX(0);
}

.slides li.move-left {
  transform: translateX(-100%);
}

.slides li.visible {
  z-index: 2;
}
.slides li > div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #000;
}
.slides h2 {
  margin-top: 0;
}
.slider-nav ul {
  list-style-type: none; 
  padding: 0;
  margin: 0;
}
.slider-nav a {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.slider-nav a.next {
  left: auto;
  right: 10px;
}

#ccegsec h3 {
        margin-top: 40px;
    margin-bottom: 40px;
    position: absolute;
    bottom: 50px;
    color: white;
    left: 4%;
    text-shadow: 1px 3px 8px #000;
    width: 100%;
	    padding-right: 17%;
}
.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;
}
.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;
  }
}

.operdiv1 {
    margin-top: 4%;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.operdiv1 .col-md-4 {
        width: 32%;
    padding-right: 36px;
    float: left;
}
.operdiv1 .col-md-8 {
    width: 43%;
    float: left;
    margin-left: 17%;
    margin-top: 4%;
}
.operdiv1 .col-md-4 p {
    margin-top: 3%;
}
.operdiv2 {
    margin-bottom: 27px;
}
.aboutvision1 h3 {
    margin-bottom: 24px;
}
.unlockhyd {
    margin-left: 30px;
    margin-bottom: 21px;
}
.recentevent {
    padding: 33px;
}
.recentevent h3 {
    margin-bottom: 26px;
}
.c38-homepage-commitments-wrapper.aem-GridColumn.aem-GridColumn--default--12 ul li {
    color: white;
}
.epclandingdiv h1 {
    color: black;
    font-weight: 500;
}
.epclandingdiv {
    position: absolute;
    top: 42%;
    left: 9%;
}
img.ccbanner {
    width: 100%;
}
.aboutvision h2 {
    margin-bottom: 16px;
}

.aboutvision {
    margin-top: 3%;
}
.hydtexdiv {
    background: #0d7339;
    text-align: center;
    color: white;
    padding-top: 12%;
    padding-bottom: 12%;
    border-radius: 18px;
}
.hydtexdiv h4 {
    font-size: 38px;
}
.ccdiv21 .col-md-4 {
    width: 40%;
    float: left;
}

.ccdiv21 .col-md-8 {
    width: 45%;
    float: left;
    margin-left: 8%;
}
section#ccegsec {
        margin-top: 3%;
    margin-bottom: 1%;
}
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: 1%;
    margin-top: 2%;
}
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;
}
.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;
	    margin-bottom: 4%;
}
.faq-list span {
    float: left;
    color: #0c6934;
    padding-left: 19px;
}
img.gpiicon {
    width: 22px;
    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;
  }
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
section#operse1 {
    background: #e5e5e5;
    padding-bottom: 2%;
	    margin-top: 4%;
    margin-bottom: 4%;
}
img.raileleimg3 {
    width: 100%;
    margin-bottom: 3%;
}
ul.ccwhyul {
    display: flex;
}
ul.ccwhyul li {
        background: #3bb44b;
    display: inline;
    width: 24%;
    margin-right: 30px;
    padding: 45px 24px;
    color: white;
}
ul.ccwhyul p {
    font-size: 18px;
    margin-top: 7px;
    line-height: 29px;
}
ul.ccwhyul h5 {
        font-size: 27px;
    height: 76px;
}
.ccbannerdiv {
    position: relative;
}
.aboutvision h3 {
    margin-bottom: 20px;
}
.aboutvision3 h2 {
	    margin-bottom: 2%;
    text-align: center;
}
img.ccimg12 {
    width: 100%;
    margin-top: 3%;
}
.slides img {
    width: 100%;
}

.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;
}
ul.ccul li {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
}

li.ccli1 {
    position: relative;
    left: -40px;
}
.ccbox1:before {
    position: absolute;
    content: "";
    width: 185px;
    height: 185px;
    left: 0;
    right: 0;
    top: -15px;
    border: 2px dashed #49AF45;
    border-radius: 50%;
    margin: auto;
    animation: rotateme 20s linear infinite;
    z-index: 11111;
}
img.ccimg2 {
    width: auto;
    margin: 0px auto;
}
ul.ccul h5 {
    height: 40px;
    margin-top: 45px;
    font-size: 21px;
}
ul.ccul p {
    font-size: 14px;
    line-height: 22px;
}
li.ccli2 {
    position: relative;
    left: -20px;
}
.ccli2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 75px;
    top: 60px;
    background: url(../images/railway-electrification/railwayline.png);
    background-repeat: no-repeat;
}
.ccli3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
        right: 75px;
    top: 60px;
    background: url(../images/railway-electrification/railwayline.png);
    background-repeat: no-repeat;
}
.ccbox3:before {
    position: absolute;
    content: "";
    width: 185px;
    height: 185px;
    left: 0;
    right: 0;
    top: 69.8%;
    border: 2px dashed #49AF45;
    border-radius: 50%;
    margin: auto;
    animation: rotateme 20s linear infinite;
    z-index: 11111;
}
li.ccli4 {
    position: relative;
    left: 25px;
}
.ccli4:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 73px;
    top: 60px;
    background: url(../images/railway-electrification/railwayline.png);
    background-repeat: no-repeat;
}
li.ccli5 {
    position: relative;
    left: 37px;
}
li.ccli3 {
    position: relative;
}
.ccli5:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 71px;
    top: 60px;
    background: url(../images/railway-electrification/railwayline.png);
    background-repeat: no-repeat;
}

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

section#raielesec1 {
    background: rgb(250, 250, 246);
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(245, 246, 238, 1) 39%, rgba(245, 246, 238, 1) 100%);
    padding-bottom: 3%;
}
ul.ccul {
    margin-top: 5%;
}

.content-wrapper1 {
    width: 100%;
}
.mediasubsc2 a {
    margin-top: 30px;
    background: white;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 10px;
    font-size: 18px;
}
.ourcore {
    margin-bottom: 16px;
}

.ourcore h3 {
    margin-bottom: 19px;
}
@media (min-width: 1680px) and (max-width: 1919px)  {
	.aboutvision4 h2 {
    font-size: 30px;
}
.listar-horizontalthemescrollbar .listar-placespost {
    width: 460px;
    margin: 15px;
}
.slider-container {
    height: 700px;
}
}
@media (min-width: 1600px) and (max-width: 1679px)  {
.aboutvision4 h2 {
    font-size: 30px;
}
.slider-container {
    height: 700px;
}
.listar-horizontalthemescrollbar .listar-placespost {
    width: 435px;
    margin: 15px;
}
li.ccli4 {
    left: 21px;
}
}

@media (min-width: 1530px) and (max-width: 1599px)  {
.epclandingdiv {
    top: 43%;
}
.ccbox1:before {
    width: 160px;
    height: 160px;
    top: -12px;
}
img.ccimg2 {
    width: 50%;
    margin: 0px auto;
}
.slider-container {
    height: 650px;
}
.operdiv1 .col-md-4 {
     padding-right: 0;
}
.aboutvision4 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;
}
}


@media (min-width: 1440px) and (max-width: 1529px)  {
.listar-horizontalthemescrollbar .listar-placespost {
    width: 375px;
    margin: 15px;
}
.ccmaters h2 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 32px;
}
.ccmaters p {
    margin-top: 4%;
    margin-bottom: 6%;
}
.operationmain .col-md-2 {
    width: 8%;
}
.operdiv1 .col-md-4 {
    width: 35%;
	    padding-right: 0;

}
img.ccimg2 {
    width: 55%;
    margin: 0px auto;
}
.ccbox1:before {
    width: 150px;
    height: 150px;
    top: -13px;
}
img.ccimg2 {
    width: 50%;
    margin: 0px auto;
}
.slider-container {
    height: 600px;
}
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;
}
.epclandingdiv h1 {
    font-size: 33px;
}
}

@media (min-width: 1366px) and (max-width: 1439px)  {
.listar-horizontalthemescrollbar .listar-placespost {
    width: 375px;
    margin: 15px;
}
.ccmaters h2 {
    margin-bottom: 0px;
    font-size: 24px;
}
.operdiv2 h2 {
    font-size: 30px;
}
.ccmaters p {
    margin-top: 4%;
    margin-bottom: 6%;
	font-size: 15px;
}
.operationmain .col-md-2 {
    width: 8%;
}
.operdiv1 .col-md-4 {
    width: 35%;
	    padding-right: 0;

}
img.ccimg2 {
    width: 45%;
    margin: 0px auto;
}
.ccbox1:before {
    width: 135px;
    height: 135px;
    top: -13px;
}
.ccli2:before {
    top: 45px;
}
.ccli3:before {
    top: 45px;
}
.ccli4:before {
    top: 45px;
}
.ccli5:before {
    top: 45px;
}
.slider-container {
    height: 600px;
}
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;
}
.epclandingdiv h1 {
    font-size: 26px;
}
ul.ccwhyul h5 {
    font-size: 20px;
    height: 76px;
}
}
@media (min-width: 1359px) and (max-width: 1365px)  {
	 .aboutvision3 h3 {
    font-size: 22px;
}
ul.ccwhyul h5 {
    font-size: 20px;
    height: 76px;
    line-height: 28px;
}
.aboutvision h2 {
    margin-bottom: 16px;
    font-weight: 500;
}
.long-arrow-right::after, .long-arrow-left::after {
    transform: rotate(-45deg) translate(12px, 3px);
}
section#ccmatersection {
    margin-bottom: 0;
    margin-top: 7%;
}
#ccegsec h3 {
    font-size: 18px;
}
.operdiv2 {
    margin-bottom: 27px;
    text-align: center;
}
.ccwhyma {
    display: inline-block;
}
    .ccwhyma .col-md-4 {
        width: 45%;
        float: left;
    }
section#ccmatersection img {
    width: 100%;
}
    .ccwhyma .col-md-8 {
        width: 50%;
        float: left;
        margin-left: 40px;
        margin-top: 0;
    }
.operdiv1 .col-md-4 {
    width: 100%;
    padding-right: 0;
    float: left;
}
    img.ccbanner {
        width: 100%;
        margin: 0px auto;
        height: 300px;
        object-fit: cover;
    }
	.aboutvision1 h3 {
    margin-bottom: 30px;
    font-weight: 500;
}
img.raileleimg3 {
    margin-bottom: 5%;
}
ul.ccul {
    margin-top: 8%;
    display: inline-block;
    margin-bottom: 5%;
}
.aboutvision3 h2 {
    margin-bottom: 4%;
    text-align: center;
    font-weight: 500;
    margin-top: 2%;
}
.aboutvision5 h2 {
    margin-top: 5%;
    margin-bottom: 4%;
    font-weight: 500;
}
    .heading-5 {
        font-size: 24px;
    }
	    .mediasubsc2 h3 {
        padding-top: 0;
        padding-bottom: 15px;
        font-size: 23px;
    }

ul.ccul h5 {
    height: 40px;
    margin-top: 50px;
    margin-bottom: 32px;
	font-weight: 500;
}
ul.ccul p {
    font-size: 14px;
    line-height: normal;
}
.operdiv1 .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 4%;
}
.ccli2:before{
	display: none;
}
.ccli3:before{
	display: none;
}
.ccli4:before{
	display: none;
}
.ccli5:before{
	display: none;
}
.ccbox1:before {
    width: 145px;
    height: 145px;
    top: -15px;
}
img.ccimg2 {
    width: 49%;
    margin: 0px auto;
}
.slider-container {
    height: 440px;
}
.ccbannerdiv img {
    width: 100%;
}
.ccmaters h2 {
    margin-bottom: 15px;
    font-weight: 500;
}
.ccmaters {
    margin-top: 0;
    margin-bottom: 0;
}
    .ccmaters p {
        margin-top: 3%;
        margin-bottom: 4%;
        font-size: 16px;
        line-height: 22px;
    }
    div#myCarousel2 {
        height: auto;
        width: 100%;
        padding: 20px 30px;
    }
.myCarousel2div {
    bottom: -50%;
}
.myCarousel2div1 {
    left: 18%;
    bottom: -50%;
}
    .ourcore {
        margin-bottom: 6%;
        margin-top: 6%;
    }
.operationmain .col-md-2 {
    height: 10px;
    width: 0;
    float: left;
}
.operationmain .col-md-10 {
    width: 100%;
    float: left;
}
.listar-horizontalthemescrollbar .listar-placespost {
    width: 250px;
}
.listar-placespost .listar-postcontent {
    height: 200px;
}
img.ccimg1 {
        width: 50%;
        margin: 0px auto;
    }
.epclandingdiv h1 {
    font-size: 25px;
}
.epclandingdiv {
    top: 43.6%;
}
.aboutvision h3 {
    font-size: 24px;
}
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;
}
img.ecopartner3 {
    margin: 0px auto;
}
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: 33%;
    padding: 25px;
    margin-left: 10px;
    margin-right: 10px;
}
.aboutvision4 h2 {
    font-size: 22px;
}
}
@media (min-width: 1024px) and (max-width: 1358px)  {
.aboutvision3 h3 {
    font-size: 22px;
}
ul.ccwhyul h5 {
    font-size: 20px;
    height: 76px;
    line-height: 28px;
}
.aboutvision h2 {
    margin-bottom: 16px;
    font-weight: 500;
	font-size: 27px;
}
.long-arrow-right::after, .long-arrow-left::after {
    transform: rotate(-45deg) translate(12px, 3px);
}
section#ccmatersection {
    margin-bottom: 0;
    margin-top: 7%;
}
#ccegsec h3 {
    font-size: 18px;
}
.operdiv2 {
    margin-bottom: 27px;
    text-align: center;
}
.ccwhyma {
    display: inline-block;
}
    .ccwhyma .col-md-4 {
        width: 45%;
        float: left;
    }
section#ccmatersection img {
    width: 100%;
}
    .ccwhyma .col-md-8 {
        width: 50%;
        float: left;
        margin-left: 40px;
        margin-top: 0;
    }
.operdiv1 .col-md-4 {
    width: 100%;
    padding-right: 0;
    float: left;
}
    img.ccbanner {
        width: 100%;
        margin: 0px auto;
        height: 300px;
        object-fit: cover;
    }
	.aboutvision1 h3 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 500;
}
img.raileleimg3 {
    margin-bottom: 5%;
}
ul.ccul {
    margin-top: 8%;
    display: inline-block;
    margin-bottom: 5%;
}
.aboutvision3 h2 {
    margin-bottom: 4%;
    text-align: center;
    font-weight: 500;
    margin-top: 2%;
}
.aboutvision5 h2 {
    margin-top: 5%;
    margin-bottom: 4%;
    font-weight: 500;
}
    .heading-5 {
        font-size: 24px;
    }
	    .mediasubsc2 h3 {
        padding-top: 0;
        padding-bottom: 15px;
        font-size: 23px;
    }

ul.ccul h5 {
    height: 40px;
    margin-top: 50px;
    margin-bottom: 32px;
	font-weight: 500;
}
ul.ccul p {
    font-size: 14px;
    line-height: normal;
}
.operdiv1 .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 4%;
}
.ccli2:before{
	display: none;
}
.ccli3:before{
	display: none;
}
.ccli4:before{
	display: none;
}
.ccli5:before{
	display: none;
}
.ccbox1:before {
    width: 145px;
    height: 145px;
    top: -15px;
}
img.ccimg2 {
    width: 63%;
    margin: 0px auto;
}
.slider-container {
    height: 440px;
}
.ccbannerdiv img {
    width: 100%;
}
.ccmaters h2 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 27px;
}
.ccmaters {
    margin-top: 0;
    margin-bottom: 0;
}
    .ccmaters p {
        margin-top: 3%;
        margin-bottom: 4%;
        font-size: 16px;
        line-height: 22px;
    }
    div#myCarousel2 {
        height: auto;
        width: 100%;
        padding: 20px 30px;
    }
	.recentevent1 h3 {
    font-size: 28px;
}
.myCarousel2div {
    bottom: -50%;
}
.myCarousel2div1 {
    left: 25%;
    bottom: -50%;
}
    .ourcore {
        margin-bottom: 6%;
        margin-top: 6%;
    }
	.operdiv2 h2 {
    font-size: 30px;
}
.operationmain .col-md-2 {
    height: 10px;
    width: 0;
    float: left;
}
.operationmain .col-md-10 {
    width: 100%;
    float: left;
}
.listar-horizontalthemescrollbar .listar-placespost {
    width: 250px;
}
.listar-placespost .listar-postcontent {
    height: 200px;
}
img.ccimg1 {
        width: 50%;
        margin: 0px auto;
    }
.epclandingdiv h1 {
    font-size: 25px;
}
.epclandingdiv {
    top: 43.6%;
}
.aboutvision h3 {
    font-size: 24px;
}
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;
}
img.ecopartner3 {
    margin: 0px auto;
}
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: 33%;
    padding: 25px;
    margin-left: 10px;
    margin-right: 10px;
}
.aboutvision4 h2 {
    font-size: 22px;
}
}
@media (min-width: 500px) and (max-width: 599px)  {
	ul.ccul {
    margin-top: 20%;
}
ul.ccul li {
    width: 100%;
    float: none;
	margin-bottom: 20%;
}
li.ccli1 {
    left: 0;
}
li.ccli2 {
    left: 0;
}
li.ccli3 {
    left: 0;
}
li.ccli4 {
    left: 0;
}
li.ccli5 {
    left: 0;
}
.ccli2:before{
	display: none;
}
.ccli3:before{
	display: none;
}
.ccli4:before{
	display: none;
}
.ccli5:before{
	display: none;
}
.epclandingdiv {
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}
.slider-container {
    height: 450px;
}
div#myCarousel {
    margin-left: 0;
    margin-top: 11%;
}
div#myCarousel img {
    width: 100%;
}
#ccegsec h3 {
    margin-top: 21%;
    margin-bottom: 0;
    position: relative;
    bottom: 50px;
    color: black;
    left: 0;
    text-shadow: none;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
}
.carousel-indicators .active{
	border: 1px solid;
}
img.raileleimg3 {
    width: 100%;
    margin-bottom: 14%;
    margin-top: 15%;
}
.aboutvision5 {
        margin-bottom: 13%;
        margin-top: 0;
        text-align: center;
}
.aboutvision3 h3 {
    text-align: center;
    margin-bottom: 24%;
    margin-top: 2%;
}
.aboutvision4 {
    margin-top: 7%;
}
img.ecopartner3 {
    width: 100%;
}
.aboutvision {
    margin-top: 12%;
}
.unlockhyd {
    margin-left: 0;
    margin-bottom: 21px;
    margin-top: 15%;
}

.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 {
            color: black;
        text-shadow: none;
        font-size: 22px;
        text-align: left;
        margin-top: 5%;
        margin-bottom: 5%;
        padding-left: 20px;
        padding-right: 20px;
        line-height: normal;
}
.epclandingdiv h1 br {
    display: none;
}
.aboutvision h2 {
    margin-bottom: 22px;
    font-size: 22px;
}
.ccmaters h2 {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 24px;
}
img.ccimg1 {
    width: 100%;
}
.ccdiv21 .col-md-4 {
    width: 100%;
}
.ccdiv21 .col-md-8 {
    width: 100%;
    margin-left: 0;
    margin-top: 19%;
}
.aboutvision3 {
    padding-top: 40px;
}
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;
}
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: 10%;
        margin-bottom: 13%;
}
.operdiv2 h2 {
    font-size: 24px;
    margin-bottom: 12%;
}
.operdiv1 .col-md-4 p {
    margin-top: 12%;
}
.aboutvision1 h3 {
    font-size: 24px;
}
.ccwhyma .col-md-4 {
    width: 100%;
    float: left;
    margin-top: 10%;
    margin-bottom: 10%;
}
section#ccmatersection img {
    width: 100%;
}
.ccwhyma .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
}
.ccmaters br {
    display: none;
}
div#myCarousel2 {
    height: auto;
    width: 100%;
	        margin-top: 16%;
        margin-bottom: 5%;
}
.recentevent1 h3 {
    font-size: 24px;
}
.ourcore h3 {
    margin-bottom: 25px;
    font-size: 24px;
}
ul.ccwhyul h5 {
    font-size: 24px;
    height: auto;
    margin-bottom: 24px;
}
.ourcore {
    margin-bottom: 16px;
    margin-top: 0;
}
.myCarousel2div1 {
    left: 20%;
}
.operationmain .col-md-2 {
    width: fit-content;
}
.operationmain .col-md-10 {
    width: 100%;
    float: left;
}
.operdiv1 .col-md-4 {
    width: 100%;
    padding-right: 0;
    float: left;
    padding-top: 12%;
    padding-bottom: 12%;
}
.operdiv1 .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 4%;
    padding-bottom: 12%;
}
section#raielesec1 {
    padding-bottom: 0%;
    padding-top: 12%;
}
.ccwhyma {
    margin-bottom: 40%;
    display: inline-block;
}
.aboutvision3 h2 {
    font-size: 26px;
}
.mediasubsc2 h3 {
    font-size: 24px;
}
.aboutvision5 h2 {
    font-size: 27px;
}
#myCarousel .arrow-right,
#myCarousel .arrow-left,
#myCarousel .long-arrow-right,
#myCarousel .long-arrow-left{
  display: block;
  margin: 30px auto;
  width: 18px;
  height: 18px;
  border-top: 0px solid #53a15b;
  border-left: 2px solid #53a15b;
}
#myCarousel .arrow-right,
#myCarousel .long-arrow-right{
 transform: rotate(-225deg);
}

#myCarousel .arrow-left,
#myCarousel .long-arrow-left{
 transform: rotate(-45deg);
}
#myCarousel .long-arrow-right::after,
#myCarousel .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;
}
#myCarousel .long-arrow-left {
    position: absolute;
    left: 5%;
    top: 88%;
    border-top: 2px solid #53a15b;
    border-left: 0px solid #53a15b;
    transform: rotate(-45deg);
}
#myCarousel .long-arrow-right {
    position: absolute;
    right: -35%;
    top: 88%;
}
}




@media (min-width: 240px) and (max-width: 499px)  {
	ul.ccul {
    margin-top: 20%;
}
ul.ccul li {
    width: 100%;
    float: none;
	margin-bottom: 20%;
}
li.ccli1 {
    left: 0;
}
li.ccli2 {
    left: 0;
}
li.ccli3 {
    left: 0;
}
li.ccli4 {
    left: 0;
}
li.ccli5 {
    left: 0;
}
.ccli2:before{
	display: none;
}
.ccli3:before{
	display: none;
}
.ccli4:before{
	display: none;
}
.ccli5:before{
	display: none;
}
.epclandingdiv {
    left: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}
.slider-container {
    height: 365px;
}
div#myCarousel {
    margin-left: 0;
    margin-top: 11%;
}
div#myCarousel img {
    width: 100%;
}
#ccegsec h3 {
    margin-top: 21%;
    margin-bottom: 0;
    position: relative;
    bottom: 50px;
    color: black;
    left: 0;
    text-shadow: none;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
}
.carousel-indicators .active{
	border: 1px solid;
}
img.raileleimg3 {
    width: 100%;
    margin-bottom: 14%;
    margin-top: 15%;
}
.aboutvision5 {
        margin-bottom: 13%;
        margin-top: 0;
        text-align: center;
}
.aboutvision3 h3 {
    text-align: center;
    margin-bottom: 24%;
    margin-top: 2%;
}
.aboutvision4 {
    margin-top: 7%;
}
img.ecopartner3 {
    width: 100%;
}
.aboutvision {
    margin-top: 12%;
}
.unlockhyd {
    margin-left: 0;
    margin-bottom: 21px;
    margin-top: 15%;
}

.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 {
    color: white;
        text-shadow: none;
        font-size: 22px;
        text-align: left;
        margin-top: 13%;
        margin-bottom: 5%;
        padding-left: 20px;
        padding-right: 20px;
        line-height: normal;
}
.epclandingdiv h1 br {
    display: none;
}
.aboutvision h2 {
    margin-bottom: 22px;
    font-size: 22px;
}
.ccmaters h2 {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 24px;
}
img.ccimg1 {
    width: 100%;
}
.ccdiv21 .col-md-4 {
    width: 100%;
}
.ccdiv21 .col-md-8 {
    width: 100%;
    margin-left: 0;
    margin-top: 19%;
}
.aboutvision3 {
    padding-top: 40px;
}
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;
}
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: 10%;
        margin-bottom: 13%;
}
.operdiv2 h2 {
    font-size: 24px;
    margin-bottom: 12%;
}
.operdiv1 .col-md-4 p {
    margin-top: 12%;
}
.aboutvision1 h3 {
    font-size: 24px;
}
.ccwhyma .col-md-4 {
    width: 100%;
    float: left;
    margin-top: 10%;
    margin-bottom: 10%;
}
section#ccmatersection img {
    width: 100%;
}
.ccwhyma .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
}
.ccmaters br {
    display: none;
}
div#myCarousel2 {
    height: auto;
    width: 100%;
	        margin-top: 16%;
        margin-bottom: 5%;
}
.recentevent1 h3 {
    font-size: 24px;
}
.ourcore h3 {
    margin-bottom: 25px;
    font-size: 24px;
}
ul.ccwhyul h5 {
    font-size: 24px;
    height: auto;
    margin-bottom: 24px;
}
.ourcore {
    margin-bottom: 16px;
    margin-top: 0;
}
.myCarousel2div1 {
    left: 31%;
}
.operationmain .col-md-2 {
    width: fit-content;
}
.operationmain .col-md-10 {
    width: 100%;
    float: left;
}
.operdiv1 .col-md-4 {
    width: 100%;
    padding-right: 0;
    float: left;
    padding-top: 12%;
    padding-bottom: 12%;
}
.operdiv1 .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 4%;
    padding-bottom: 12%;
}
section#raielesec1 {
    padding-bottom: 0%;
    padding-top: 12%;
}
.ccwhyma {
    margin-bottom: 40%;
    display: inline-block;
}
.aboutvision3 h2 {
    font-size: 26px;
}
.mediasubsc2 h3 {
    font-size: 24px;
}
.aboutvision5 h2 {
    font-size: 27px;
}
#myCarousel .arrow-right,
#myCarousel .arrow-left,
#myCarousel .long-arrow-right,
#myCarousel .long-arrow-left{
  display: block;
  margin: 30px auto;
  width: 18px;
  height: 18px;
  border-top: 0px solid #53a15b;
  border-left: 2px solid #53a15b;
}
#myCarousel .arrow-right,
#myCarousel .long-arrow-right{
 transform: rotate(-225deg);
}

#myCarousel .arrow-left,
#myCarousel .long-arrow-left{
 transform: rotate(-45deg);
}
#myCarousel .long-arrow-right::after,
#myCarousel .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;
}
#myCarousel .long-arrow-left {
    position: absolute;
    left: 5%;
    top: 88%;
    border-top: 2px solid #53a15b;
    border-left: 0px solid #53a15b;
    transform: rotate(-45deg);
}
#myCarousel .long-arrow-right {
    position: absolute;
    right: -35%;
    top: 88%;
}
}