
.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;
}
.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 h3 {
    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;
}
.recentevent {
    padding: 33px;
}
.recentevent h3 {
    margin-bottom: 26px;
}
div#myCarousel1 img {
    width: 100%;
}
.epclandingdiv h1 {
color: white;
}
.epclandingdiv h1 span {
    font-weight: 600;
}
.epclandingdiv {
        position: absolute;
    top: 42%;
    left: 9%;
}
.ccmaters h3 {
    margin-bottom: 15px;
	    font-weight: 600;

}
img.ccbanner {
    width: 100%;
}
.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: 33px;
    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#ccmatersection img {
    width: 81%;
}
section#trimatersection img {
    width: 81%;
}
.ccdiv21 .col-md-4 {
    width: 40%;
    float: left;
}
.ccdiv21 .col-md-8 {
    width: 45%;
    float: left;
    margin-left: 8%;
}
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;
}
.ccbannerdiv {
    position: relative;
}

section#ccmatersection {
	    margin-bottom: 3%;
}
section#trimatersection {
	    margin-bottom: 3%;
}

.ccwhyma .col-md-4 {
    width: 52%;
    float: left;
	    margin-left: 5%;
}

.ccwhyma .col-md-8 {
    width: 48%;
    float: left;
    margin-left: -5%;
}


.effcootr .col-md-4 {
    width: 49%;
    float: left;
}

.effcootr .col-md-8 {
        width: 45%;
    float: left;
    margin-left: 6%;
}

.ccmaters {
    margin-top: 2%;
    margin-bottom: 4%;
}
div#myCarousel2 {
        background: #3bb44b;
    padding: 40px 65px;
    border-radius: 23px;
    height: 265px;
    width: 85%;
	    margin-top: 14%;
}
div#myCarousel2 p {
    color: white;
}
div#myCarousel2 h3 {
    margin-bottom: 21px;
    font-weight: 500;
    color: white;
    padding-bottom: 17px;
}
div#myCarousel2 img {
    position: absolute;
    right: 11px;
    top: 1px;
    width: 6%;
}
.myCarousel2div .long-arrow-left {
    left: 32%;
    bottom: -46%;
    top: auto;
}
.myCarousel2div1 .long-arrow-right {
    position: absolute;
    left: 41%;
    top: -28%;
	right: auto;
}
.myCarousel2div {
    border: 1px solid;
    padding: 23px 31px;
    display: inline-block;
    position: absolute;
    left: 2%;
    bottom: -40%;
    top: auto;
}
.myCarousel2div1 {
    border: 1px solid;
    padding: 23px 31px;
    display: inline-block;
    position: absolute;
    left: 16%;
    bottom: -40%;
    top: auto;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.journeydiv {
    margin-top: 4%;
}
.journeydiv p {
    width: 13%;
    text-align: center;
    border: 2px solid #319143;
    border-radius: 14px;
    padding: 10px 6px;
    display: block;
    margin: 0px auto;
}
.journeydiv a {
    color: #319143;
    font-weight: 600;
}
.cbgsoluti1 h3 {
    margin-top: 4%;
	text-align: center;
    margin-bottom: 2%;
}
.cbgsoluti1 {
    margin-top: 3%;
    margin-bottom: 3%;
}
.successsto h3 {
    margin-top: 4%;
    margin-bottom: 3%;
    text-align: center;
}
.aboutvision h3 {
    margin-bottom: 2%;
    margin-top: 4%;
}
.cotricl1 h3 {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 4%;
}

div#myCarousel3 {
        background: #3bb44b;
    padding: 40px 65px;
    border-radius: 23px;
    height: 265px;
    width: 85%;
	    margin-top: 23%;
}
.ccdiv21 h2 {
    font-weight: 600;
	margin-bottom: 4%;
}
.aboutvision5 h4 {
    font-size: 22px;
}
div#myCarousel3 h3 {
    margin-bottom: 21px;
    font-weight: 500;
    color: white;
    padding-bottom: 17px;
}
div#myCarousel3 p {
    color: white;
}
div#myCarousel3 img {
    position: absolute;
    right: 11px;
    top: 1px;
    width: 8%;
}
section#ccframe2 {
    margin-top: 4%;
    margin-bottom: 4%;
}
.cctridiv img {
    width: 100%;
}

.cctridiv .col-md-7 {
    width: 50%;
    float: left;
}
.cctridiv .col-md-5 {
    width: 46%;
    float: left;
    padding-right: 68px;
}
.cctridiv .col-md-12 {
    margin-bottom: 3%;
}
.cctridiv {
    position: relative;
    display: inline-block;
    margin-top: 2%;
    margin-bottom: 6%;
}
.cctridiv h3 {
    font-weight: 600;
}
.cctridiv h4 {
    font-weight: 600;
    color: #0a733a;
    margin-bottom: 26px;
}
p.cogenpa a {
    border: 1px solid #459cad;
    color: #459cad;
    margin-top: 8%;
    display: inline-block;
    padding: 10px 17px;
    font-weight: 600;
    border-radius: 14px;
}
.aboutvision1 {
    margin-top: 2%;
    margin-bottom: 2%;
}
@media (min-width: 1680px) and (max-width: 1919px)  {
	.ccdiv21 h2 {
    font-size: 32px;
}
}
@media (min-width: 1600px) and (max-width: 1679px)  {
.epclandingdiv {
        top: 26%;
}
div#myCarousel3 {
    margin-top: 15%;
}
}

@media (min-width: 1530px) and (max-width: 1599px)  {
	.ccdiv21 h2 {
    font-size: 32px;
}
.cctridiv h4 {
    margin-bottom: 14px;
}
.cctridiv p {
    font-size: 15px;
}
.aboutvision5 h4 {
    font-size: 18px;
}

p.cogenpa a {
    margin-top: 4%;
}
.epclandingdiv {
        top: 26%;
}
.epclandingdiv h1 {
    font-size: 40px;
}
div#myCarousel3 {
    margin-top: 15%;
}
}

@media (min-width: 1440px) and (max-width: 1529px)  {
	.ccdiv21 h2 {
    font-size: 29px;
}
.epclandingdiv {
        top: 26%;
}
div#myCarousel2 {
    margin-top: 9%;
}
.cctridiv .col-md-5 {
    width: 50%;
    float: left;
    padding-right: 40px;
}
.cctridiv h4 {
    margin-bottom: 20px;
    font-size: 22px;
}
.cctridiv p {
    font-size: 15px;
}
p.cogenpa a {
    margin-top: 5%;
}
.myCarousel2div {
    bottom: -32%;
}
.aboutvision5 h4 {
    font-size: 18px;
}
.myCarousel2div1 {
    bottom: -32%;
}
div#myCarousel3 {
    margin-top: 15%;
	    height: 250px;
    width: 91%;
}
div#myCarousel3 p {
    font-size: 14px;
}
}

@media (min-width: 1366px) and (max-width: 1439px)  {
	.ccdiv21 h2 {
    font-size: 29px;
}
.epclandingdiv {
        top: 26%;
}
div#myCarousel2 {
    margin-top: 9%;
	    height: 220px;
}
div#myCarousel3 h3 {
    padding-bottom: 0;
    font-size: 28px;
}
.cctridiv .col-md-5 {
    width: 50%;
    float: left;
    padding-right: 40px;
}
.cctridiv h4 {
    margin-bottom: 20px;
    font-size: 22px;
}
.cctridiv p {
    font-size: 15px;
}
p.cogenpa a {
    margin-top: 5%;
}
.myCarousel2div {
    bottom: -32%;
}
.aboutvision5 h4 {
    font-size: 18px;
}
.myCarousel2div1 {
    bottom: -32%;
}
.epclandingdiv h1 {
    font-size: 34px;
}
div#myCarousel2 h3 {
    padding-bottom: 0px;
    font-size: 21px;
}
div#myCarousel3 {
    margin-top: 15%;
	    height: 250px;
    width: 91%;
}
div#myCarousel3 p {
    font-size: 14px;
}
}
@media (min-width: 1359px) and (max-width: 1365px)  {
	.ccdiv21 h2 {
        font-weight: 500;
        line-height: 40px;
    }
	.myCarousel2div .long-arrow-left {
    left: 32%;
    bottom: -57%;
    top: auto;
}
.myCarousel2div1 {
    padding: 20px 25px;
    bottom: -46%;
}
.myCarousel2div {
    padding: 20px 25px;
    left: 2%;
    bottom: -46%;
}
	.long-arrow-right::after, .long-arrow-left::after {
    height: 28px;
    transform: rotate(-45deg) translate(13px, 3px);
}
.aboutvision h3 {
    margin-bottom: 3%;
    margin-top: 5%;
    font-weight: 500;
}
.ccdiv21 h2 span br {
    display: none;
}
.cctridiv h3 {
    font-weight: 500;
    line-height: 36px;
}
.cotricl1 h3 {
    margin-top: 5%;
    margin-bottom: 6%;
    font-weight: 500;
}
.ccmatersection{
	margin-bottom: 5% !important;
}
.ccdiv21 .col-md-4 {
    width: 100%;
    float: left;
    margin-bottom: 6%;
}
.ccdiv21 .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
}
.cctridiv .col-md-5 {
    width: 100%;
    float: left;
    padding-right: 0;
}
    .cctridiv img {
        width: 100%;
        margin: 0px auto 28px;
        height: 365px;
        object-fit: cover;
        border-radius: 30px;
    }
	.cctridiv h4 {
    font-weight: 500;
    margin-bottom: 26px;
    line-height: 36px;
}

.cctridiv .col-md-7 {
    width: 100%;
    float: left;
    margin-top: 2%;
}
p.cogenpa a {
    margin-top: 3%;
}
.ccwhyma .col-md-4 {
    width: 50%;
        float: left;
        margin-left: 0;
}
.myCarousel2div1 .long-arrow-right {
    position: absolute;
    left: 35%;
    top: -37%;
    right: auto;
}
.cctridiv h4 br {
    display: none;
}
.myCarousel2div1 {
    left: 18%;
}
.aboutvision1 h3 {
    margin-bottom: 29px;
    font-weight: 500;
}
section#ccmatersection img {
    width: 100%;
    margin: 0px auto;
}
    section#trimatersection img {
        width: 100%;
        margin: 0px auto;
    }
.ccwhyma .col-md-8 {
            width: 45%;
        float: left;
        margin-left: 40px;
}
div#myCarousel2 h3 {
    margin-bottom: 21px;
    font-weight: 500;
    padding-bottom: 0;
}
.recentevent1 p {
    font-size: 14px;
    line-height: 25px;
}
div#myCarousel2 {
            height: auto;
        width: 100%;
        margin-top: 16%;
        padding: 21px 26px;
}
div#myCarousel2 img {
    display: none;
}
    .aboutvision1 {
        margin-top: 1%;
        margin-bottom: 1%;
    }
section#ccmatersection {
    margin-bottom: 5%;
}
section#trimatersection {
    margin-bottom: 15%;
}

.epclandingdiv {
        top: 26%;
		        left: 6%;
}
.effcootr .col-md-8 {
            width: 50%;
        float: left;
        margin-left: 0;
}
.epclandingdiv h1 {
    font-size: 27px;
        width: 53%;
        margin-top: 3%;
}
.epclandingdiv h1 br {
    display: none;
}
    div#myCarousel3 {
        margin-top: 17%;
        width: 100%;
        height: auto;
        padding: 25px 27px;
    }
	div#myCarousel3 h3 {
    margin-bottom: 21px;
    font-weight: 500;
    padding-bottom: 0;
}
    div#myCarousel3 img {
        display: none;
    }
	div#myCarousel3 p {
    font-size: 14px;
    line-height: 25px;
}
.effcootr .col-md-4 {
        width: 45%;
        float: left;
        margin-top: 0;
        margin-left: 30px;
    }
}
@media (min-width: 1024px) and (max-width: 1358px)  {
    .ccdiv21 h2 {
        font-size: 25px;
        font-weight: 500;
        line-height: 40px;
    }
	.long-arrow-right::after, .long-arrow-left::after {
    height: 28px;
    transform: rotate(-45deg) translate(13px, 3px);
}
.aboutvision h3 {
    margin-bottom: 3%;
    margin-top: 5%;
    font-weight: 500;
    font-size: 26px;
}
.ccdiv21 h2 span br {
    display: none;
}
.cctridiv h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
}
.cotricl1 h3 {
    margin-top: 5%;
    margin-bottom: 6%;
    font-weight: 500;
    font-size: 30px;
}
.ccmatersection{
	margin-bottom: 5% !important;
}
.ccdiv21 .col-md-4 {
    width: 100%;
    float: left;
    margin-bottom: 6%;
}
.ccdiv21 .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
}
.cctridiv .col-md-5 {
    width: 100%;
    float: left;
    padding-right: 0;
}
    .cctridiv img {
        width: 100%;
        margin: 0px auto 28px;
        height: 365px;
        object-fit: cover;
        border-radius: 30px;
    }
	.cctridiv h4 {
    font-weight: 500;
    margin-bottom: 26px;
    line-height: 36px;
}

.cctridiv .col-md-7 {
    width: 100%;
    float: left;
    margin-top: 2%;
}
p.cogenpa a {
    margin-top: 3%;
}
.ccwhyma .col-md-4 {
    width: 50%;
        float: left;
        margin-left: 0;
}
.myCarousel2div1 {
    left: 23%;
}
.aboutvision1 h3 {
    margin-bottom: 29px;
    font-weight: 500;
    font-size: 26px;
}
section#ccmatersection img {
    width: 100%;
    margin: 0px auto;
}
    section#trimatersection img {
        width: 100%;
        margin: 0px auto;
    }
.ccwhyma .col-md-8 {
            width: 45%;
        float: left;
        margin-left: 40px;
}
div#myCarousel2 h3 {
    margin-bottom: 21px;
    font-weight: 500;
    padding-bottom: 0;
    font-size: 28px;
}
.recentevent1 p {
    font-size: 14px;
    line-height: 25px;
}
div#myCarousel2 {
            height: auto;
        width: 100%;
        margin-top: 16%;
        padding: 21px 26px;
}
div#myCarousel2 img {
    display: none;
}
    .aboutvision1 {
        margin-top: 1%;
        margin-bottom: 1%;
    }
section#ccmatersection {
    margin-bottom: 5%;
}
section#trimatersection {
    margin-bottom: 15%;
}

.epclandingdiv {
        top: 26%;
		        left: 6%;
}
.effcootr .col-md-8 {
            width: 50%;
        float: left;
        margin-left: 0;
}
.epclandingdiv h1 {
    font-size: 27px;
        width: 53%;
        margin-top: 3%;
}
.epclandingdiv h1 br {
    display: none;
}
    div#myCarousel3 {
        margin-top: 17%;
        width: 100%;
        height: auto;
        padding: 25px 27px;
    }
	div#myCarousel3 h3 {
    margin-bottom: 21px;
    font-weight: 500;
    padding-bottom: 0;
    font-size: 26px;
}
    div#myCarousel3 img {
        display: none;
    }
	div#myCarousel3 p {
    font-size: 14px;
    line-height: 25px;
}
.effcootr .col-md-4 {
        width: 45%;
        float: left;
        margin-top: 0;
        margin-left: 30px;
    }
}


@media (min-width: 500px) and (max-width: 599px)  {
    .ccdiv21 h2 {
        font-size: 22px;
        margin-bottom: 10%;
        margin-top: 3%;
    }
	.ccdiv21 h2 br {
    display: none;
}
div#faq {
    margin-top: 10%;
    margin-bottom: 5%;
}
.cctridiv h3 {
    font-weight: 500;
    font-size: 22px;
}
.cctridiv h4 {
    font-weight: 500;
    margin-bottom: 26px;
    font-size: 22px;
}
.cctridiv h4 br {
    display: none;
}
.aboutvision5 h4 {
    font-size: 20px;
}
.ccmatersection{
	margin-bottom: 5% !important;
}
.ccdiv21 .col-md-4 {
    width: 100%;
    float: left;
    margin-bottom: 6%;
}
.ccdiv21 .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
}
.cctridiv .col-md-5 {
    width: 100%;
    float: left;
    padding-right: 0;
}
    .cctridiv img {
        width: 100%;
        margin: 28px auto 28px;
    }
.cctridiv .col-md-7 {
    width: 100%;
    float: left;
    margin-top: 2%;
}
p.cogenpa a {
    margin-top: 3%;
}
.ccwhyma .col-md-4 {
    width: 100%;
    float: left;
    margin-left: 0;
}
.myCarousel2div1 {
    left: 20%;
	    bottom: -50%;
}
.aboutvision1 h3 {
    font-size: 22px;
}
section#ccmatersection img {
    width: 100%;
    margin: 0px auto;
}
section#trimatersection img {
    width: 100%;
    margin: 0px auto;
}

.ccwhyma .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
	        margin-top: 8%;
}
div#myCarousel2 {
    height: auto;
    width: 100%;
    margin-top: 10%;
	padding: 32px
}
div#myCarousel2 img {
   display: none;
}
.aboutvision1 {
        margin-top: 6%;
        margin-bottom: 6%;
    }
section#ccmatersection {
    margin-bottom: 32%;
}
section#trimatersection {
    margin-bottom: 32%;
}
.myCarousel2div {
    bottom: -50%;
}
.epclandingdiv {
        top: 0;
        position: relative;
        left: 0;
        margin-bottom: 8%;
        margin-top: 8%;
}
.effcootr .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
}
.epclandingdiv h1 {
    font-size: 22px;
        color: black;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
}
.epclandingdiv h1 br {
    display: none;
}
.aboutvision h3 {
    margin-bottom: 8%;
    margin-top: 4%;
    font-size: 22px;
}
.cotricl1 h3 {
    margin-bottom: 18%;
    font-size: 24px;
}
.cotricl1 {
    margin-top: 14%;
    margin-bottom: 14%;
}
    div#myCarousel3 {
        margin-top: 0%;
        width: 100%;
        height: auto;
		padding: 32px;
    }
	div#myCarousel3 h3 {
    font-size: 23px;
}
	    div#myCarousel3 img {
        display: none;
    }
.effcootr .col-md-4 {
    width: 100%;
    float: left;
    margin-top: 54%;
}
div#myCarousel2 h3 {
    font-size: 22px;
}
.cctridiv {
    margin-top: 9%;
    margin-bottom: 15%;
}
}




@media (min-width: 240px) and (max-width: 499px)  {
    .ccdiv21 h2 {
        font-size: 22px;
        margin-bottom: 10%;
        margin-top: 3%;
    }
	.ccdiv21 h2 br {
    display: none;
}
div#faq {
    margin-top: 10%;
    margin-bottom: 5%;
}
.cctridiv h3 {
    font-weight: 500;
    font-size: 22px;
}
.cctridiv h4 {
    font-weight: 500;
    margin-bottom: 26px;
    font-size: 22px;
}
.cctridiv h4 br {
    display: none;
}
.aboutvision5 h4 {
    font-size: 20px;
}
.ccmatersection{
	margin-bottom: 5% !important;
}
.ccdiv21 .col-md-4 {
    width: 100%;
    float: left;
    margin-bottom: 6%;
}
.ccdiv21 .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
}
.cctridiv .col-md-5 {
    width: 100%;
    float: left;
    padding-right: 0;
}
    .cctridiv img {
        width: 100%;
        margin: 28px auto 28px;
    }
.cctridiv .col-md-7 {
    width: 100%;
    float: left;
    margin-top: 2%;
}
p.cogenpa a {
    margin-top: 3%;
}
.ccwhyma .col-md-4 {
    width: 100%;
    float: left;
    margin-left: 0;
}
.myCarousel2div1 {
    left: 32%;
	    bottom: -30%;
}
.aboutvision1 h3 {
    font-size: 22px;
}
section#ccmatersection img {
    width: 100%;
    margin: 0px auto;
}
section#trimatersection img {
    width: 100%;
    margin: 0px auto;
}

.ccwhyma .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
	        margin-top: 8%;
}
div#myCarousel2 {
    height: auto;
    width: 100%;
    margin-top: 10%;
	padding: 32px
}
div#myCarousel2 img {
   display: none;
}
.aboutvision1 {
        margin-top: 6%;
        margin-bottom: 6%;
    }
section#ccmatersection {
    margin-bottom: 32%;
}
section#trimatersection {
    margin-bottom: 32%;
}
.myCarousel2div {
    bottom: -30%;
}
.epclandingdiv {
        left: 0;
        margin-bottom: 8%;
        margin-top: 8%;
}
.effcootr .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
}
.epclandingdiv h1 {
    font-size: 22px;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
}
.epclandingdiv h1 br {
    display: none;
}
.aboutvision h3 {
    margin-bottom: 8%;
    margin-top: 4%;
    font-size: 22px;
}
.cotricl1 h3 {
    margin-bottom: 18%;
    font-size: 24px;
}
.cotricl1 {
    margin-top: 14%;
    margin-bottom: 14%;
}
    div#myCarousel3 {
        margin-top: 0%;
        width: 100%;
        height: auto;
		padding: 32px;
    }
	div#myCarousel3 h3 {
    font-size: 23px;
}
	    div#myCarousel3 img {
        display: none;
    }
.effcootr .col-md-4 {
    width: 100%;
    float: left;
    margin-top: 54%;
}
div#myCarousel2 h3 {
    font-size: 22px;
}
.cctridiv {
    margin-top: 9%;
    margin-bottom: 15%;
}
}