
.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: 27px;
  background-color: #000;
  transform: rotate(-45deg) translate(15px, 4px);
  left: -6px;
  top: 3px;
  position: absolute;
}
.long-arrow-left {
    position: absolute;
    left: 2%;
    top: 45%;
    border-top: 1px solid #000;
    border-left: 0px solid #000;
    transform: rotate(-45deg);
}
.long-arrow-right {
    position: absolute;
    right: 2%;
    top: 45%;
}
.aboutvision1 h2 {
    margin-bottom: 24px;
}
div#myCarousel1 {
    background: #cbe2f9;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 20px;
    margin-top: 4%;
    margin-bottom: 9%;
}
div#myCarousel1 .col-md-6 {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    float: none;
    background-color: #e5e5e5;
}
.recentevent {
    padding: 33px;
}
.recentevent h3 {
    margin-bottom: 26px;
}
div#myCarousel1 img {
    width: 100%;
}
.epclandingdiv h1 {
    color: white;
}
.epclandingdiv {
    position: absolute;
    top: 9%;
    left: 9%;
}
.ccmaters h2 {
    margin-bottom: 15px;
}
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: 8%;
}
.ccdiv21 .col-md-4 {
    width: 40%;
    float: left;
}
section#ccframe2 .col-md-4 h2 {
    margin-bottom: 35px;
}
.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: 19px;
}
section#ccourtar p {
    margin-top: 30px;
    background: white;
    display: inline-block;
    padding: 18px 32px;
    border-radius: 18px;
    font-size: 18px;
}

section#ccourtar {
    
    text-align: center;
    padding-top: 15px;
    padding-bottom: 35px;
}
section#ccmatersection {
    margin-top: 3%;
}
.ccwhyma .col-md-4 {
    width: 47%;
    float: left;
}

.ccwhyma .col-md-8 {
    width: 45%;
    float: left;
}
.ccmaters {
    margin-top: 0;
    margin-bottom: 4%;
}
div#myCarousel2 {
    background: #3bb44b;
    padding: 40px 65px;
    border-radius: 23px;
        height: 300px;
}
div#myCarousel2 p {
	    color: white;
}
div#myCarousel2 h3 {
    margin-bottom: 29px;
	    font-weight: 500;
	    color: white;
}
div#myCarousel2 img {
    position: absolute;
    right: 11px;
    top: 1px;
    width: 18%;
}
.myCarousel2div .long-arrow-left {
    left: 32%;
    bottom: -55%;
    top: auto;
}
.myCarousel2div1 .long-arrow-right {
    position: absolute;
    left: 34%;
    top: -28%;
    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;
  }
}
.tabslider{
	display: none;
}
@media (min-width: 1680px) and (max-width: 1919px)  {
    .epclandingdiv {
    top: 8.5%;
}
}
@media (min-width: 1600px) and (max-width: 1679px)  {
	img.ccimg1 {
    width: 100%;
}
    .epclandingdiv {
    top: 8.5%;
}
.ccwhyma .col-md-8 {
    width: 45%;
    float: left;
    margin-left: 5%;
}
img.ccimg2 {
    width: 95%;
}
}

@media (min-width: 1530px) and (max-width: 1599px)  {
	img.ccimg1 {
    width: 100%;
}
.epclandingdiv {
    top: 8%;
}
.ccwhyma .col-md-8 {
    margin-left: 8%;
}
.ccdiv21 .col-md-8 {
    margin-left: 14%;
}
.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%;
}
img.ccimg2 {
    width: 95%;
}
.epclandingdiv h1 {
    font-size: 37px;
}
div#myCarousel2 h3 {
    width: 77%;
    font-size: 27px;
}
}


@media (min-width: 1440px) and (max-width: 1529px)  {
	img.ccimg1 {
    width: 100%;
}
.epclandingdiv {
    top: 7.5%;
}
.ccwhyma .col-md-4 {
    width: 40%;
    float: left;
}
.ccwhyma .col-md-8 {
    width: 49%;
    float: left;
    margin-left: 5%;
}
img.ccimg2 {
    width: 95%;
}
.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: 15px;
    padding: 18px 24px;
}
h2.zerod7339.mediah2 {
    font-size: 24px;
}
}

@media (min-width: 1366px) and (max-width: 1439px)  {
		img.ccimg1 {
    width: 100%;
}
.recentevent h3 {
    margin-bottom: 11px;
}
p.ccreadmsl {
    padding: 4px 31px;
}
.recentevent p {
    font-size: 15px;
    margin-top: 7px;
    margin-bottom: 6px;
}
.epclandingdiv {
    top: 7.5%;
}
.ccwhyma .col-md-4 {
    width: 40%;
    float: left;
}
.ccwhyma .col-md-8 {
    width: 49%;
    float: left;
    margin-left: 5%;
}
img.ccimg2 {
    width: 95%;
}
.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: 30px;
    padding: 18px 24px;
}
h2.zerod7339.mediah2 {
    font-size: 24px;
}

}
@media (min-width: 1359px) and (max-width: 1365px)  {
	    .epclandingdiv {
        top: 6.6% !important;
    }
	.recentevent {
    padding-left: 29px !important;
	padding: 0;
    padding-right: 29px !important;
}
}
@media (min-width: 1024px) and (max-width: 1365px)  {
img.ccimg1 {
        width: 100%;
        margin: 0px auto;
    }
	ul.ccwhyul p {
    font-size: 15px;
}
.epclandingdiv h1 {
    font-size: 25px;
}
.modesslider{
	display: none;
}
.ccwhyma {
    display: inline-block;
    margin-top: 4%;
}
.tabslider{
	display: inline-block;
}
.aboutvision4 .col-md-4 h2 br {
    display: none;
}
.aboutvision4 .col-md-4 h2 {
    font-weight: 500;
}
.aboutvision h2 {
    margin-bottom: 24px;
    font-weight: 500;
}
    div#myCarousel12 h3 {
        width: 55%;
        margin-bottom: 2%;
    }
    div#myCarousel12 img {
        display: none;
    }
.myCarousel2div1 {
    left: 12%;
}
section#ccframe2 .col-md-4 h2 br {
    display: none;
}
section#ccframe2 .col-md-4 h2 {
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 24px;
}
section#ccframe2 .col-md-4 p {
    font-size: 16px;
    line-height: 26px;
}
.aboutvision3 h2 {
    font-weight: 500;
    margin-top: 2%;
    margin-bottom: 3%;
}
.aboutvision1 h2 {
    margin-bottom: 31px;
    margin-top: 3%;
    font-weight: 500;
}
section#ccourtar p {
    padding: 9px 32px;
}
div#myCarousel1 {
    margin-top: 8%;
    margin-bottom: 12%;
}
.recentevent h3 {
    margin-bottom: 26px;
    font-size: 23px;
    font-weight: 500;
}
.recentevent p {
    font-size: 14px;
}
p.ccreadmsl {
    margin-top: 18px;
    padding: 7px 35px;
}
.epclandingdiv {
    top: 4.6%;
}
.ccmaters h2 {
    margin-bottom: 15px;
    font-weight: 500;
}
div#myCarousel12 {
    background: #f6f6ee;
    padding: 40px 65px;
    border-radius: 23px;
    height: auto;
        margin-top: 8%;
}
.ccwhyma .col-md-8 {
    margin-left: 52px;
}
    img.ccimg2 {
        width: 30%;
        margin: 0px auto;
    }
section#ccmatersection {
    margin-top: 3%;
    margin-bottom: 15%;
}
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 {
    padding: 25px;
    width: 25%;
    margin-left: 10px;
    margin-right: 10px;
}
}
@media (min-width: 500px) and (max-width: 599px)  {
.epclandingdiv {
            top: 3.6%;
        left: 0;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
}
ul.ccwhyul li br {
    display: none;
}
section#ccourtar {
    padding-top: 35px;
    padding-bottom: 35px;
}
ul.ccwhyul p {
    font-size: 15px;
    margin-top: 22px;
    line-height: 20px;
}
.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: 25px;
        text-align: left;
        margin-top: 5%;
        margin-bottom: 5%;
        padding-left: 25px;
        padding-right: 25px;
}
.aboutvision4 h2 {
    font-size: 22px;
    margin-top: 1%;
}


.ccwhyma .col-md-4 {
    width: 100%;
}
img.ccimg1 {
    width: 100%;
}
.ccwhyma .col-md-8 {
    width: 100%;
}
div#myCarousel2 {
    padding: 40px 28px;
    height: auto;
}
div#myCarousel2 h3 {
        width: 100%;
        font-size: 23px;
    }
.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;
        margin-top: 16%;
    }
	section#ccframe2 .col-md-4 h2 {
    font-size: 26px;
}
.aboutvision3 h2 {
    font-size: 28px;
}
.aboutvision1 h2 {
    font-size: 24px;
}
.aboutvision1 {
    margin-bottom: 5%;
}
.recentevent h3 {
    font-size: 24px;
}
section#ccegsec .col-md-5 {
    width: 100%;
}
img.ccimg2 {
    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;
	        margin-top: 15%;
}
.aboutvision h2 {
    margin-bottom: 16px;
    font-size: 28px;
}
section#ccmatersection {
    margin-top: 14%;
}
.ccmaters {
    margin-top: 12%;
    margin-bottom: 15%;
}
ul.ccwhyul li {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 8%;
    margin-bottom: 7%;
}
.ccmaters h2 {
    margin-bottom: 15px;
    font-size: 28px;
}
div#myCarousel2 img {
    display: none;
}
.faq .faq-list a {
    font-size: 13px;
}
}





@media (min-width: 240px) and (max-width: 499px)  {
.epclandingdiv {
            top: 3.6%;
        left: 0;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
}
.faq .faq-list a {
    font-size: 13px;
}
ul.ccwhyul li br {
    display: none;
}
section#ccourtar {
    padding-top: 35px;
    padding-bottom: 35px;
}
ul.ccwhyul p {
    font-size: 15px;
    margin-top: 22px;
    line-height: 20px;
}
.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: 25px;
        text-align: left;
        margin-top: -10%;
        margin-bottom: 5%;
        padding-left: 25px;
        padding-right: 25px;
}
.aboutvision4 h2 {
    font-size: 22px;
    margin-top: 1%;
}


.ccwhyma .col-md-4 {
    width: 100%;
}
img.ccimg1 {
    width: 100%;
}
.ccwhyma .col-md-8 {
    width: 100%;
}
div#myCarousel2 {
    padding: 40px 28px;
    height: auto;
}
div#myCarousel2 h3 {
        width: 100%;
        font-size: 23px;
    }
.myCarousel2div {
    position: relative;
    left: 0%;
    bottom: 0;
    top: auto;
    margin-top: 15%;
            color: white;
}
.myCarousel2div1 {
    position: relative;
    left: 16%;
    bottom: -27%;
            color: white;
    top: auto;
}
.long-arrow-left {
    border-top: 1px solid #ffffff;
    border-left: 0px solid #ffffff;
}
.long-arrow-right::after, .long-arrow-left::after {
    background-color: white;
}
.ccdiv21 .col-md-4 {
    width: 100%;
}
.arrow-right, .arrow-left, .long-arrow-right, .long-arrow-left {
    border-top: 0px solid #fff;
    border-left: 1px solid #fff;
}
.ccdiv21 .col-md-8 {
    width: 100%;
    margin-left: 0;
    margin-top: 19%;
}
.aboutvision3 {
    padding-top: 40px;
}
    section#ccframe2 {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-top: 16%;
    }
	section#ccframe2 .col-md-4 h2 {
    font-size: 26px;
}
.aboutvision3 h2 {
    font-size: 28px;
}
.aboutvision1 h2 {
    font-size: 24px;
}
.aboutvision1 {
    margin-bottom: 5%;
}
.recentevent h3 {
    font-size: 24px;
}
section#ccegsec .col-md-5 {
    width: 100%;
}
img.ccimg2 {
    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;
	        margin-top: 15%;
}
.aboutvision h2 {
    margin-bottom: 16px;
    font-size: 28px;
}
section#ccmatersection {
    margin-top: 14%;
}
.ccmaters {
    margin-top: 12%;
    margin-bottom: 15%;
}
ul.ccwhyul li {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 8%;
    margin-bottom: 7%;
}
.ccmaters h2 {
    margin-bottom: 15px;
    font-size: 28px;
}
div#myCarousel2 img {
    display: none;
}
}