ul#buttonGroup {
    text-align: center;
    margin-bottom: 3%;
}
.aboutvision5 br{
	display: none;
}
ul#buttonGroup li {
    display: inline-block;
    padding-left: 25px;
    font-size: 20px;
}
ul#buttonGroup a {
    color: #0d7339;
	cursor: pointer;
}
img.omvideo {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.aboutvision1 {
    margin-top: 6%;
}
ul#buttonGroup .is-active a {
    border-bottom: 1px solid #0d7339;
}
.aboutvision5 {
    margin-bottom: 4%;
}
.aboutvision5 h3 {
    margin-bottom: 2%;
}
.aboutvision6 {
	margin-top: 4%;
    margin-bottom: 4%;
}
.aboutvision6 h3 {
    margin-bottom: 2%;
}
.aboutvision4 {
    margin-top: 4%;
    margin-bottom: 4%;
}
.aboutvision2 h3 {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 2%;
}


.slider-dot-nav {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    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: 590px;
  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: 60px;
    color: white;
    left: 4%;
    text-shadow: 1px 3px 8px #000;
    width: 65%;
}
.skills-shape-2 {
    position: absolute;
    left: 9%;
    bottom: -5%;
    z-index: -1;
    animation: dance4 4s linear infinite;
}

@keyframes dance4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

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

.operdiv1 {
    margin-top: 4%;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.operdiv1 .col-md-4 {
    width: 32%;
    padding-right: 36px;
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.operdiv1 .col-md-8 {
    width: 65%;
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.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: white;
    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;
}
.mediasubsc {
    background: #0a733a;
    padding: 40px 30px 20px;
    width: 50%;
    margin: 59px auto 36px;
    border-radius: 20px;
    text-align: center;
    color: white;
    height: auto;
    display: grid;
}
.mediasubsc h3 {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(0 0 0 / 15%), rgb(255 255 255), rgba(56, 2, 155, 0));
    border-image-slice: 1;
    width: 43%;
    margin: 0px auto 37px;
    font-size: 26px;
    font-weight: 500;
}
.mediasubsc form {
    text-align: left;
    margin-left: 10%;
}
.mediasubsc div {
    float: left;
    width: 61%;
    margin-right: 30px;
}
.mediasubsc input {
    width: 100%;
    background: white;
    border: 1px solid #fff;
    padding: 11px 20px;
    border-radius: 5px;
}
.mediasubsc button {
    float: left;
    background: white;
    border: 1px solid #fff;
    padding: 10px 33px;
    box-shadow: none;
    border-radius: 5px;
}



.mediasubsc2 {
        background: #c3e3be;
    padding: 0;
    width: 50%;
    margin: 0 auto 36px;
    border-radius: 20px;
    text-align: center;
}
.mediasubsc2 h3 {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(0 0 0 / 15%), rgb(0 0 0), rgba(56, 2, 155, 0));
    border-image-slice: 1;
    width: 70%;
    margin: 0px auto 37px;
    font-size: 26px;
    font-weight: 500;
	padding-bottom: 3px;
}
.mediasubsc2 form {
    text-align: left;
    margin-left: 10%;
}
.mediasubsc2 div {
    float: left;
    width: 61%;
    margin-right: 30px;
}
.mediasubsc2 input {
    width: 100%;
    background: white;
    border: 1px solid #fff;
    padding: 11px 20px;
    border-radius: 5px;
}
.mediasubsc2 button {
    float: left;
    background: white;
    border: 1px solid #fff;
    padding: 10px 33px;
    box-shadow: none;
    border-radius: 5px;
}
.inactive{
	display: none;
}
.operdiv3 {
    margin-top: 3%;
}
.operdiv3 .col-md-4 {
    width: 32%;
    float: left;
}
.operdiv3 img {
    width: 100%;
}
.operdiv3 .col-md-8 {
    width: 65%;
    float: left;
    margin-left: 3%;
    padding-top: 15px;
}
.operdiv4 {
    margin-bottom: 23px;
}
#blank {
    border: 0px;
}

.stepulli li {
    display: table-cell;
    border: 1px solid #000;
    font-size: 17px;
    padding: 7px 20px;
    vertical-align: middle;
    position: relative;
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    text-align: center;
	cursor: pointer;
}
ul.stepulli .active {
	color: #0d7339;
    border: 1px solid #0d7339;
}
ul.stepulli {
    margin-top: 3%;
    margin-bottom: 3%;
}
ul.stepulli1 {
    margin-top: 3%;
}
.stepulli1 li {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}
.stepulli1 li i {
    color: #0d7339;
	    margin-right: 15px;
    font-size: 19px;
}

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: 13px;
    margin-top: 22px;
    line-height: 18px;
}
ul.ccwhyul h5 {
    font-size: 17px;
    height: 40px;
}
.ccbannerdiv {
    position: relative;
}
.aboutvision h3 {
    margin-bottom: 20px;
}
.aboutvision3 h2 {
    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;
}
.tabstep{
		display: none;
	}
@media (min-width: 1680px) and (max-width: 1919px)  {
	.aboutvision4 h2 {
    font-size: 30px;
}
.listar-horizontalthemescrollbar .listar-placespost {
    width: 460px;
    margin: 15px;
}
}
@media (min-width: 1600px) and (max-width: 1679px)  {
.aboutvision4 h2 {
    font-size: 30px;
}
.listar-horizontalthemescrollbar .listar-placespost {
    width: 435px;
    margin: 15px;
}
li.ccli4 {
    left: 21px;
}
}

@media (min-width: 1530px) and (max-width: 1599px)  {
.epclandingdiv {
    top: 43%;
}
div#opeindu {
    display: none !important;
}
.grid {
    width: 100%;
    margin-left: 5%;
}
.slider-container {
    height: 525px;
}
.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;
}
div#opeindu {
    display: none !important;
}
.grid {
    width: 100%;
    margin-left: 5%;
}
.mediasubsc h3 {
    width: 55%;
}
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%;
    padding: 18px 24px;
}
.mediah2 {
            margin-top: 2%;
}
.slider-container {
    height: 490px;
}
.skills-shape-2 {
    bottom: 2%;
}
}

@media (min-width: 1366px) and (max-width: 1439px)  {
.listar-horizontalthemescrollbar .listar-placespost {
    width: 350px;
}
div#opeindu {
    display: none !important;
}
.grid {
    width: 100%;
    margin-left: 5%;
}
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%;
    padding: 18px 24px;
}
.mediah2 {
    margin-top: 25px;
}
.mediasubsc h3 {
    width: 60%;
}
.skills-shape-2 {
    bottom: 6%;
}
.slider-container {
    height: 490px;
}
}

@media (min-width: 1357px) and (max-width: 1365px)  {
.aboutvision3 h3 {
    font-size: 22px;
}
.epclandingdiv h1 br {
    display: none;
}
div#opeindu {
    display: none !important;
}
.grid {
    width: 100%;
    margin-left: 5%;
}
.grid-item {
    margin-bottom: 14px !important;
}
.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: 48.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 p {
    font-size: 15px;
    margin-top: 15px;
    line-height: 24px;
}
ul.ccwhyul h5 {
    font-size: 22px;
    height: auto;
}
    ul.ccwhyul li {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        display: inline-block;
        height: auto;
        position: relative;
        margin-bottom: 5%;
		padding: 22px 25px;
    }
	.tabstep{
		        display: inline-block;
        margin-top: 3%;
        margin-bottom: 2%;
	}
	.deskmob{
		display: none;
	}
	.aboutvision3 h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}
.aboutvision1 h3 {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 28px;
}
.aboutvision5 h3 {
    margin-bottom: 4%;
    font-weight: 500;
    font-size: 27px;
    margin-top: 7%;
}

    .heading-5 {
        font-size: 22px;
    }
	.aboutvision6 h3 {
    margin-bottom: 4%;
    font-weight: 500;
    font-size: 28px;
}
.aboutvision6 {
    margin-top: 5%;
    margin-bottom: 5%;
}
.aboutvision2 h3 {
    margin-bottom: 4%;
    font-weight: 500;
}
.mediasubsc {
    width: 55%;
            padding: 20px 15px 75px;
}
.operdiv3 .col-md-4 {
            width: 45%;
        float: left;
}
.operdiv3 img {
    width: 100%;
	        margin: 0px auto;
}
.skills-shape-2 {
    left: 35%;
        bottom: 50%;
}
.operdiv4 br {
    display: none;
}
.skills-shape-2 img {
    width: 100%;
}
.operdiv3 .col-md-8 {
    width: 48%;
        float: left;
        margin-left: 51px;
        padding-top: 3%;
}
.slider-container {
    height: 475px;
}
#ccegsec h3 {

    font-size: 21px;
}
.aboutvision4 h2 {
    font-size: 22px;
}
.mediasubsc2 {
    width: 74%;
    
}
    .operdiv1 .col-md-4 {
        vertical-align: initial;
        float: left;
        width: 44%;
        padding-right: 0;
    }
.operdiv1 .col-md-8 {
            vertical-align: inherit;
        float: left;
        width: 55%;
        padding-left: 34px;
}
.operdiv2 h2{
            font-weight: 500;
        font-size: 28px;
}
.operdiv1 img {
    width: 100%;
    margin: 0px auto;
}
.operdiv2 br {
    display: none;
}
ul.ccwhyul {
	        margin-top: 5%;
    display: block;
}
}







@media (min-width: 1024px) and (max-width: 1358px)  {
.aboutvision3 h3 {
    font-size: 22px;
}
.epclandingdiv h1 br {
    display: none;
}
.grid {
    margin-left: 11% !important;
}
.grid-item {
    margin-bottom: 14px !important;
}
.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: 48.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 p {
    font-size: 15px;
    margin-top: 15px;
    line-height: 24px;
}
ul.ccwhyul h5 {
    font-size: 22px;
    height: auto;
}
    ul.ccwhyul li {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        display: inline-block;
        height: auto;
        position: relative;
        margin-bottom: 5%;
		padding: 22px 25px;
    }
	.tabstep{
		        display: inline-block;
        margin-top: 3%;
        margin-bottom: 2%;
	}
	.deskmob{
		display: none;
	}
	.aboutvision3 h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}
.aboutvision1 h3 {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 28px;
}
.aboutvision5 h3 {
    margin-bottom: 4%;
    font-weight: 500;
    font-size: 27px;
    margin-top: 7%;
}
    .heading-5 {
        font-size: 22px;
    }
	.aboutvision6 h3 {
    margin-bottom: 4%;
    font-weight: 500;
    font-size: 28px;
}
.aboutvision6 {
    margin-top: 5%;
    margin-bottom: 5%;
}
.aboutvision2 h3 {
    margin-bottom: 4%;
    font-weight: 500;
}
.mediasubsc {
    width: 76%;
            padding: 20px 15px 75px;
}
.operdiv3 .col-md-4 {
            width: 45%;
        float: left;
}
.operdiv3 img {
    width: 100%;
	        margin: 0px auto;
}
.skills-shape-2 {
    left: 35%;
        bottom: 50%;
}
.operdiv4 br {
    display: none;
}
.skills-shape-2 img {
    width: 100%;
}
.operdiv3 .col-md-8 {
    width: 48%;
        float: left;
        margin-left: 51px;
        padding-top: 3%;
}
.slider-container {
    height: 390px;
}
#ccegsec h3 {

    font-size: 21px;
}
.aboutvision4 h2 {
    font-size: 22px;
}
.mediasubsc2 {
    width: 74%;
    
}
    .operdiv1 .col-md-4 {
        vertical-align: initial;
        float: left;
        width: 44%;
        padding-right: 0;
    }
.operdiv1 .col-md-8 {
            vertical-align: inherit;
        float: left;
        width: 55%;
        padding-left: 34px;
}
.operdiv2 h2{
            font-weight: 500;
        font-size: 24px;
}
.operdiv1 img {
    width: 100%;
    margin: 0px auto;
}
.operdiv2 br {
    display: none;
}
ul.ccwhyul {
	        margin-top: 5%;
    display: block;
}
}
@media (min-width: 240px) and (max-width: 599px)  {
.epclandingdiv {
    top: 0;
    left: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
	        padding-left: 25px;
        padding-right: 25px;
}
.iic {
    margin-top: 15%;
}

.requirements {
    margin-top: 15%;
}

.costing {
    margin-top: 15%;
}
div#myCarouselindu img {
    width: 100%;
}
.aboutvision3 h3 {
    text-align: center;
    margin-bottom: 24%;
    margin-top: 2%;
}
.operdiv1 .col-md-4 {
    width: 100%;
    padding-right: 0;
    display: block;
    vertical-align: initial;
    float: left;
}
.operdiv1 .col-md-8 {
    width: 100%;
    display: block;
    vertical-align: inherit;
    float: left;
}
.operdiv2 {
    margin-top: 15%;
}
.aboutvision4 {
    margin-top: 7%;
}
img.ecopartner3 {
    width: 100%;
}
.aboutvision {
    margin-top: 6%;
}
.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 {
        text-shadow: none;
        font-size: 26px;
        text-align: left;
        margin-top: 10%;
        margin-bottom: 5%;
}
img.ccbanner {
    width: 100%;
}
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: 8%;
        margin-bottom: 7%;
        margin-right: 0;
        padding: 30px 26px;
    }
	ul.ccwhyul h5 {
    font-size: 19px;
    height: auto;
}
.aboutvision h3 {
    font-size: 22px;
}
.aboutvision3 h2 {
    font-size: 24px;
}
.operdiv4 h4 br {
    display: none;
}
.operdiv4 h4 {
    font-size: 22px;
}
    .operdiv3 .col-md-8 p {
        margin-bottom: 6%;
        margin-top: 4%;
    }
ul.ccwhyul p {
    font-size: 15px;
    margin-top: 22px;
    line-height: 22px;
}
.mediasubsc {
           padding: 36px 30px 50px;
        width: auto;
        margin: 32px 20px 36px 20px;
}
.mediasubsc h3 {
    width: 100%;
}
.mediasubsc form {
    margin-left: 0;
}
.mediasubsc div {
    float: left;
    width: 100%;
    margin-right: 0;
}
.mediasubsc input {
    width: 100%;
    font-size: 17px;
    margin-bottom: 10%;
}
.mediasubsc button {
            float: none;
        font-size: 17px;
        margin: 0px auto;
        display: block;
}
.operdiv3 .col-md-4 {
    width: 100%;
    float: left;
}
.skills-shape-2 {
    bottom: 75%;
}
.operdiv3 .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
    padding-top: 22%;
}
.stepulli li {
    display: block;
    padding: 15px 20px;
}
ul.stepulli {
    margin-top: 15%;
    margin-bottom: 15%;
}
.slider-container {
              height: 340px;
        margin-bottom: 0;
    }
div#myCarousel img {
    width: 100%;
    margin-top: 9%;
}
#ccegsec h3 {
         margin-top: 20px;
        margin-bottom: 53px;
        bottom: 0;
        color: black;
        left: 0;
        font-size: 18px;
        position: relative;
        text-shadow: none;
        width: 100%;
}
ul#buttonGroup {
    text-align: center;
    margin-bottom: 9%;
    margin-top: 3%;
}
ul#buttonGroup a {
    color: #000000;
    cursor: pointer;
}
ul#buttonGroup li {
    display: block;
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 22px;
}
.grid img {
    width: 100%;
}
.aboutvision5 h3 {
    margin-top: 14%;
        margin-bottom: 8%;
        font-size: 22px;
}
.aboutvision6 h3 {
    margin-bottom: 7%;
    font-size: 24px;
}
.aboutvision5 {
    margin-bottom: 18%;
}
.aboutvision6 {
    margin-top: 15%;
    margin-bottom: 16%;
}
.mediasubsc2 {
    width: 100%;
	margin: 0 auto 0px;
}
.mediasubsc2 h3 {
    width: 100%;
    font-size: 22px;
}
.mediasubsc2 div {
    width: 100%;
    margin-right: 0;
}
.mediasubsc2 input {
    font-size: 17px;
}
.mediasubsc2 button {
            float: unset;
        font-size: 17px;
        margin: 21% auto 0;
        text-align: center;
        display: block;
        position: relative;
        top: 37px;
}
.mediasubsc2 form {
    text-align: left;
    margin-left: 0;
}
.operdiv2 h2 br {
    display: none;
}
.operdiv2 h2 {
    font-size: 22px;
    line-height: normal;
}
.stepulli1 li {
    display: flex;
}

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



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

#myCarouselindu .arrow-left,
#myCarouselindu .long-arrow-left{
 transform: rotate(-45deg);
}
#myCarouselindu .long-arrow-right::after,
#myCarouselindu .long-arrow-left::after{
  content: "";
  display: block;
  width: 2px;
  height: 41px;
  background-color: #53a15b;
  transform: rotate(-45deg) translate(15px, 4px);
  left: -1px;
  top: 0px;
  position: absolute;
}
#myCarouselindu .long-arrow-left {
    position: absolute;
    left: 5%;
    top: 100%;
    border-top: 2px solid #53a15b;
    border-left: 0px solid #53a15b;
    transform: rotate(-45deg);
}
#myCarouselindu .long-arrow-right {
    position: absolute;
    right: 5%;
    top: 100%;
}
div#myCarouselindu {
    margin-bottom: 20%;
    margin-top: 7%;
}
.grid {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 21px;
}
.hero-foot {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 21px;
}
.aboutvision2 {
    display: inline-block;
	width: 100%;
    text-align: center;
}
.aboutvision5 br{
	display: block;
}
.aboutvision1 h3 {
    margin-bottom: 24px;
    font-size: 24px;
}
.aboutvision2 h3 {
    font-size: 24px;
}
}