
.aboutvision h2 {
    margin-top: 5%;
    margin-bottom: 31px;
}
.drag-bounds {
    margin-top: 3%;
    margin-bottom: 2%;
}
[data-component="m25-card-interactive"].article-card {
    background-color: #c4f0cf;
}
.card-title p {
    line-height: 27px;
}
.achivediva p {
    font-size: 25px;
}
.achivediva {
    width: 100%;
    float: left;
    text-align: right;
}
span.recneveremo {
    margin-left: 3%;
}
.epclanding h1 {
    font-size: 34px;
}

.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: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    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: 25px;
  height: 25px;
  border-top: 0px solid #000;
    border-left: 2px 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: 2px;
  height: 45px;
  background-color: #000;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}
.long-arrow-left {
    position: absolute;
    left: 2%;
    top: 45%;
    border-top: 2px 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;
}
.recentevent {
    padding: 33px 120px;
}
.recentevent h3 {
    margin-bottom: 26px;
}
div#myCarousel1 img {
    width: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.homethirdsection{
    background: url("../images/epc/epcbg1.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}
.c38-homepage-commitments-wrapper.aem-GridColumn.aem-GridColumn--default--12 p.body-regular.subheading {
    font-size: 25px;
    padding-top: 120px;
    padding-bottom: 20px;
    text-align: center;
}
.c38-homepage-commitments-wrapper.aem-GridColumn.aem-GridColumn--default--12 p {
    color: white;
}
[data-component="c38-homepage-commitments"][data-variant="b"] .commitments-wrapper [data-component="list-element"] {
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(-90deg, #6d6d6d, #fff, #fff, #2d2d2d) 1;
}
[data-component="c38-homepage-commitments"][data-variant="b"] .commitments-wrapper [data-component="list-element"] .commitment-text {
    width: 800px;
}
.c38-homepage-commitments-wrapper.aem-GridColumn.aem-GridColumn--default--12 ul li {
    color: white;
}
.aboutvision3 h2 {
    margin-bottom: 2%;
}
.aboutvision3 {
    margin-top: 3%;
    margin-bottom: 3%;
}
section#epclaste img {
    width: 100%;
}

section#epclaste h2 {
    margin-bottom: 23px;
}
section#epclaste p {
    margin-bottom: 50px;
}
section#epclaste {
    background: #fffcfb;
    padding-top: 55px;
    padding-bottom: 55px;
}
.videocalllast span {
    margin-left: 15px;
}
.videocalllast div {
    width: 100%;
    float: none;
    text-align: center;
	    margin-left: 0 !important;
}
.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 0;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 33.33%;
  height: 100%;
  padding: 30px 0px;
  text-align: center;
}


.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: 500;
}

.projectFactsWrap .item p{
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: "Mulish", sans-serif;
}


.projectFactsWrap .item span{
  width: 60px;
  background: #fff;
  height: 2px;
  display: block;
  margin: 16px auto 0;
}


.projectFactsWrap .item:hover span{
  background: black;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}
.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}





.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }

}
ul.mwmsecul .active {
    background: #006400;
    color: white;
}
ul.mwmsecul li {
    display: inline-block;
    padding: 7px 24px;
    border: 1px solid;
    margin-right: 2%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 10px;
    cursor: pointer;
    color: #006400;
    border-color: #006400;
}
.mwmsec166 .col-md-4 {
    width: 50%;
    float: left;
}
.hhsim p a {
    margin-top: 10%;
    display: inline-block;
    background: #006400;
    color: white;
    padding: 11px 21px;
}
.mwmsec166 .col-md-8 {
    width: 50%;
    float: left;
    padding-right: 32px;
}
.mwmsec166 .col-md-8 {
    width: 50%;
    float: left;
    padding-right: 32px;
}
.mwm-image-right {
    width: 100%;

}

.counterepc {
    width: 100%;
    background: #3bb44b;
}
section#epclandingbg {
    background: url(../images/epc/epclanmap.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 75px;
    padding-bottom: 45px;
}

.epclanding {
    margin-bottom: 26px;
    width: 100%;
}
.epclanding1 .col-md-4 {
    width: 40%;
    float: left;
}
.epclanding {
    margin-bottom: 26px;
    width: 100%;
}
.epclanding1 .col-md-8 {
    width: 55%;
    float: left;
}
.counterepc1 {
    margin-left: 4%;
    position: absolute;
    width: 43%;
    bottom: 25px;
}
.counterepc1 p {
        margin-bottom: 20px;
    font-size: 25px;
}
label.counplus {
    position: absolute;
    top: 32px;
    left: 21%;
    color: white;
}
label.counplus1 {
    position: absolute;
    top: 32px;
    left: 55%;
    color: white;
}
label.counplus2 {
    position: absolute;
    top: 32px;
    color: white;
    right: 9%;
}
@media (min-width: 1680px) and (max-width: 1919px)  {
label.counplus {
    left: 22%;
}
.heading-4 {
        font-size: 24px;
    }
.achivediva {
    margin-left: -10%;
}
}
@media (min-width: 1600px) and (max-width: 1679px)  {
label.counplus {
    left: 22%;
}
    .heading-4 {
        font-size: 24px;
    }
span.recneveremo {
    margin-left: 3%;
    display: inline-block;
    margin-top: 4%;
}
.drag-bounds {
    margin-bottom: 0;
}
.videocalllast {
    padding-top: 0%;
    padding-bottom: 3%;
}
.achivediva {
    margin-left: -9%;
}
}
@media (min-width: 1530px) and (max-width: 1599px)  {
label.counplus {
    left: 23%;
}
label.counplus1 {
    left: 56%;
}
.achivediva {
    margin-left: -9%;
}
}

@media (min-width: 1440px) and (max-width: 1529px)  {
label.counplus {
    left: 23%;
}
.achivediva {
    margin-left: -9%;
}
label.counplus1 {
    left: 56%;
}

}
@media (min-width: 1399px) and (max-width: 1439px)  {
	label.counplus {
    left: 23%;
}
    .heading-4 {
        font-size: 23px;
    }
label.counplus1 {
    left: 56%;
}
.achivediva {
    margin-left: -9%;
}
}
@media (min-width: 1366px) and (max-width: 1398px)  {
label.counplus {
    left: 23%;
}
.epclanding h1 {
    font-size: 28px;
}
.achivediva {
    margin-left: -9%;
}
    .heading-4 {
        font-size: 23px;
    }
label.counplus1 {
    left: 56%;
}
}

@media (min-width: 1359px) and (max-width: 1365px)  {
    .achivediva {
        width: 100%;
        text-align: left;
        margin-top: 4%;
    }
	.epclanding h1 strong {
    font-weight: 500;
}
div#epcfrm3 h2 {
    font-weight: 500;
    margin-bottom: 5%;
}
    a#epcaid {
        width: 52%;
        height: 420px !important;
    }
     .heading-4 {
        font-size: 20px;
    }
.counterepc1 p {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
}
    .achivediva {
        margin-top: 0;
    }
.card-title p {
    line-height: 23px;
    font-size: 13px;
}
.long-arrow-left {
    border-top: 1px solid #000;
}
.arrow-right, .long-arrow-right {
    border-left: 1px solid #000;
}

.long-arrow-right::after, .long-arrow-left::after {
    width: 1px;
}
.aboutvision h2 {
    margin-top: 5%;
    margin-bottom: 31px;
    font-weight: 500;
}
.counterepc1 {
    width: 47%;
}
label.counplus {
    left: 24%;
}
label.counplus1 {
    left: 57%;
}
label.counplus2 {
    left: 91%;
}
.achivediva p {
    font-size: 20px;
}
.aboutvision1 h2 {
    margin-bottom: 30px;
    font-weight: 500;
}
.recentevent {
    padding: 0px 10px 0 75px;
}
.recentevent h3 {
    margin-bottom: 18px;
    font-size: 23px;
    font-weight: 500;
}
.recentevent p {
    font-size: 15px;
}
.heading-5 {
        font-size: 22px;
    }
	[data-component="c38-homepage-commitments"][data-variant="b"] .commitments-wrapper [data-component="list-element"] .header-wrapper {
    padding-bottom: 0;
}
	.slider-controls {
    display: none !important;
}
[data-component="c38-homepage-commitments"][data-variant="b"] .commitments-wrapper [data-component="list-element"] .header-title {
    max-width: 100%;
}
    [data-component="list-element"] .preview-wrapper {
               height: 85px;
        width: 90px;
        padding-top: 9%;
    }
	[data-component="c38-homepage-commitments"][data-variant="b"] .commitments-wrapper [data-component="list-element"] .commitment-text {
    width: 700px;
}
.aboutvision3 h2 {
    font-weight: 500;
}
section#epclaste h2 {
    font-weight: 500;
}
}


@media (min-width: 1024px) and (max-width: 1358px)  {
    .achivediva {
        width: 100%;
        text-align: left;
        margin-top: 4%;
    }
	.epclanding h1 strong {
    font-weight: 500;
}
div#epcfrm3 h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5%;
}
a#epcaid {
    width: 34%;
    height: auto !important;
}
    [data-component="m25-card-interactive"] .card-wrapper {
        height: auto;
    }
	    [data-component="m25-card-interactive"] .image-wrapper {
        height: auto;
        overflow: visible;
    }
	    [data-component="m25-card-interactive"] .card-image {
        height: 200px;
        width: 100%;
        object-fit: cover !important;
    }
.counterepc1 p {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
}
.card-title p {
    line-height: 23px;
    font-size: 13px;
}
.long-arrow-left {
    border-top: 1px solid #000;
}
.arrow-right, .long-arrow-right {
    border-left: 1px solid #000;
}

.long-arrow-right::after, .long-arrow-left::after {
    width: 1px;
}
.aboutvision h2 {
    margin-top: 5%;
    margin-bottom: 31px;
    font-weight: 500;
    font-size: 30px;
}
.counterepc1 {
    width: 47%;
}
label.counplus {
    left: 24%;
}
label.counplus1 {
    left: 57%;
}
label.counplus2 {
    left: 91%;
}
.achivediva p {
    font-size: 20px;
}
.aboutvision1 h2 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 28px;
}
.recentevent {
    padding: 0px 10px 0 75px;
}
.recentevent h3 {
    margin-bottom: 18px;
    font-size: 23px;
    font-weight: 500;
}
.recentevent p {
    font-size: 15px;
}
.heading-5 {
        font-size: 22px;
    }
	[data-component="c38-homepage-commitments"][data-variant="b"] .commitments-wrapper [data-component="list-element"] .header-wrapper {
    padding-bottom: 0;
}
	.slider-controls {
    display: none !important;
}
[data-component="c38-homepage-commitments"][data-variant="b"] .commitments-wrapper [data-component="list-element"] .header-title {
    max-width: 100%;
}
    [data-component="list-element"] .preview-wrapper {
               height: 85px;
        width: 90px;
        padding-top: 9%;
    }
	[data-component="c38-homepage-commitments"][data-variant="b"] .commitments-wrapper [data-component="list-element"] .commitment-text {
    width: 700px;
}
.aboutvision3 h2 {
    font-weight: 500;
    font-size: 28px;
}
section#epclaste h2 {
    font-weight: 500;
    font-size: 28px;
}
}

@media (min-width: 240px) and (max-width: 599px)  {
    section#mwmsec16 {
        padding-top: 5%;
        padding-bottom: 3%;
        width: 100%;
    }
[data-component="c40-signatory-quotes"] .images-wrapper .slide {
    height: 100% !important;
}
.mwmsec166 .col-md-8 {
    width: 100%;
    float: left;
   
}
.mwmsec166 .col-md-4 {
    width: 100%;
    float: left;
}
div#myCarousel1 img {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.epclanding h1 {
    font-size: 30px;
        margin-bottom: 0;
        margin-top: 3%;
        line-height: initial;
}
.epclanding {
    margin-bottom: 17px;

}
#keybenefits h2 br {
    display: none;
}
.epclanding1 .col-md-4 {
    width: 100%;
    float: left;
}
[data-component="c43-latest-stories"] {
    padding-top: 50px;
    padding-bottom: 50px;
}
.counterepc1 p {
    margin-bottom: 32px;
    font-size: 23px;
    margin-top: 10%;
}
.mediah2 {
    font-size: 24px;
    margin-bottom: 14%;
}
.aboutvision h2 {
    font-size: 24px;
}
.recentevent {
    padding: 33px 20px;
}
.long-arrow-left {
    display: none;
}
.long-arrow-right {
    display: none;
}
[data-component="c38-homepage-commitments"][data-variant="b"] .commitments-wrapper [data-component="list-element"] .commitment-text {
    width: auto;
    font-size: 14px;
}
p.heading-4.header-title {
    font-size: 19px;
}
.videocalllast{
	padding-bottom: 8%;
	padding-left: 20px;
	padding-right: 20px;
}
.aboutvision3 {
    margin-top: 16%;
    margin-bottom: 6%;
}
.aboutvision3 h2 {
    margin-bottom: 8%;
}
.epclanding1 .col-md-8 {
    width: 100%;
    float: none;
}
.counterepc1 {
    margin-left: 0;
    position: relative;
    width: 100%;
    bottom: 0;
}
section#epclandingbg {
    padding-top: 20px;
    text-align: center;
}
label.counplus {
    position: absolute;
    top: 30px;
    left: 36%;
    font-size: 29px;
}
label.counplus1 {
    position: absolute;
    top: 30px;
    left: 86%;
    font-size: 29px;
}
label.counplus2 {
    position: absolute;
    top: 60%;
    right: 60%;
    font-size: 29px;
}
.drag-bounds {
    margin-top: 6%;
    margin-bottom: 6%;
}
[data-component="c43-latest-stories"] .cards-wrapper {
    display: block;
    width: 100%;
}
[data-component="m25-card-interactive"] {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
}
[data-component="m25-card-interactive"] .card-wrapper {
    height: auto;
}
[data-component="m25-card-interactive"] .image-wrapper {
    height: 300px;
    overflow: hidden;
    width: 100%;
}
[data-component="m25-card-interactive"]:nth-child(2) {
    margin: 0;
    margin-top: 20%;
}
[data-component="m25-card-interactive"]:nth-child(3) {
    margin: 0;
    margin-top: 20%;
}
.achivediva p {
    font-size: 22px;
    line-height: normal;
}
.aboutvision1 h2 {
    margin-bottom: 24px;
    font-size: 24px;
}
.aboutvision1 p {
    margin-bottom: 14%;
    margin-top: 10%;
}
.recentevent h3 {
    margin-bottom: 26px;
    font-size: 24px;
}
.slider-controls {
    display: none !important;
}
.achivediva {
    text-align: left;
}
.achivediva a {
    display: table;
    margin-top: 8%;
    margin-left: 0;
}
span.recneveremo {
    margin-left: 0;
}
div#myCarousel1 .col-md-6 {
    width: 100%;
    display: block;
    vertical-align: middle;
    float: none;
}
.carousel-indicators {
    bottom: -40px;
}
div#myCarousel1 {
    margin-bottom: 30%;
}
[data-component="c40-signatory-quotes"] .quote {
    text-indent: inherit;
}
.videocalllast span a {
    text-align: center;
    width: 80%;
    margin: 26px auto 10px;
}
}