.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: #dcf7da;
}
.card-title p {
    line-height: 27px;
}
.achivediva1 {
    width: 50%;
    float: left;
}
.achivediva {
    width: 50%;
    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: #8d9399;
    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 #53a15b;
        border-left: 2px solid #53a15b;
}
.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: #53a15b;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}
.long-arrow-left {
    position: absolute;
    left: 10%;
    top: 100%;
    border-top: 2px solid #53a15b;
    border-left: 0px solid #53a15b;
    transform: rotate(-45deg);
}
.long-arrow-right {
    position: absolute;
        right: 10%;
        top: 100%;
}

section#epclandingbg {
    background: url("../images/drups/drupsbg.png");
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}
.epclanding1 .col-md-4 {
    width: 50%;
    float: left;
}
img.epclanding {
    float: right;
	position: relative;
}
.epclanding1 .col-md-8 {
    width: 50%;
    float: left;
}
.counterepc1 {
    margin-top: 10%;
    background: #516daedb;
    display: inline-block;
    padding: 90px 125px;
    border-radius: 24px;
    margin-left: -11%;
}
img.mwmlogolan {
    margin-bottom: 2%;
}
.counterepc1 h4 {
    font-weight: 600;
    line-height: 36px;
    color: white;
}
.counterepc1 ul {
    margin-top: 4%;
}
li.col19 {
    background: #191919;
}
.counterepc1 li {
    display: inline-block;
    padding: 10px 18px;
    color: white;
    border-radius: 9px;
    margin-bottom: 26px;
    margin-right: 14px;
}

li.col01 {
    background: #019cd2;
}
section#year150 {
    background: #3a3a3a;
    padding: 45px 0 180px 0;
    text-align: center;
    position: relative;
    z-index: -1;
}
h3.mediah2 {
	line-height: 60px;
    color: white;
}
h3.mediah2 span{
        color: #10e04e;
}
#mwmkeysec {
    position: relative;
    width: 82%;
    margin-top: -6%;
    text-align: center;
    border-radius: 30px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 99999999999999999999999999999;
}
.mwmkey li.active {
    background: #0a733a;
}
.mwmkey li {
    width: 10%;
    float: none;
    margin-top: -4%;
    background: #e5e5e5;
    height: 265px;
    display: table-cell;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 15px;
    border-radius: 25px;
    position: relative;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
	    cursor: pointer;
}
.mwmkey img {
    margin: 0px auto;
}
.inactive {
    display: none;
}
.mwmkey {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
}
.mwmkey ul {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.mwmkey li span {
    font-size: 16px;
}
.mwmwhite{
	color: white;
}
#mwmsec2 {
    background: url("../images/drups/drupsfrm2bg.jpg");
   background-size: cover;
    padding-bottom: 13%;
	    margin-top: 3%;

}
section#drupssec8 h2 {
    margin-bottom: 2%;
	    text-align: center;
}

section#drupssec8 {
    padding-top: 3%;
    background: #e5e5e5;
    padding-bottom: 3%;
    background-repeat: repeat;
}
section#drupssec9 {
    background: #e5e5e5;
    padding-top: 0;
    padding-bottom: 3%;
    background-repeat: repeat;
}
.drupsdiv81 {
    margin-top: 5%;
}

.drupsdiv81 h4 {
    text-align: center;
    font-weight: 600;
}

.drupsdiv81 ul li {
    display: inline-block;
    border: 1px solid #019cd2;
    padding: 13px 31px;
    border-radius: 25px;
    font-size: 16px;
	cursor: pointer;
    margin-right: 18px;
}

.drupsdiv81 ul {
    margin-top: 2%;
}

.drupsdiv81 ul .active {
    background: #019cd2;
    color: white;
}
.drupsdiv9 .col-md-6 {
    width: 45%;
    float: left;
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.drupsdiv9 img {
    width: 75%;
    margin: 0px auto;
}

.drupsdiv9 {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.drupsdiv9 .active {
    display: table-cell;
    vertical-align: middle;
    float: none;
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.mwmdiv2 {
    padding-top: 5%;
}
.mwmdiv2 h3 {
    text-align: center;
}
.gpipartner{
    width: 40%;
    margin: 25px auto 0;
}
.mwmdiv2 .col-md-6 {
    width: 27%;
    float: left;
    margin-top: 175px;
    margin-right: 65px;
}
video.video {
    width: 100%;
}
.mwmdiv2 h2 {
    font-size: 60px;
}
.spanwe {
    font-weight: 300 !important;
}
.two55 {
    color: #25559b;
    font-weight: 600;
}
.mwmdiv2 p {
    border-top: 1px solid transparent;
    border-image: linear-gradient(-90deg, #c5d3c8, #3eb95d, #3eb95d, #c5d3c8) 1;
    font-size: 27px;
    width: 89%;
    margin-top: 2%;
    padding-top: 16px;
}
.mwmdiv2 .col-md-8 {
    width: 40%;
    float: left;
    margin-top: 70px;
}
div#myCarousel1 img {
    width: 100%;
}
div#wrapper img {
        width: 75%;
    margin: 0px auto;
}
.mwmdiv3 {
    padding-top: 6%;
}
.mwmdiv3 p {
    line-height: 15px;
    font-size: 25px;
    font-weight: 500;
}
.mwmdiv3 p span {
    font-weight: 700;
}
.mwmdiv3 h2 {
    text-align: center;
    margin-top: 3%;
	    margin-bottom: 3%;
}
.mwmdiv3 h2 span {
    font-weight: 600;
}
.mwmdivt1{
	left: 59%;
    top: 20%;
}
.mwmdivt2{
	left: 60%;
    top: 50%;
}
.mwmdivt3{
	left:30%;
	top:35%;
}
.mwmdivt4 {
    left: 27%;
    top: 52%;
}

.mwmdivt11{
	left: 55%;
    top: 22%;
}
.mwmdivt12 {
    left: 56%;
    top: 50%;
}
.mwmdivt13{
	left:30%;
	top:35%;
}
.mwmdivt14 {
    left: 29%;
    top: 58%;
}


.mwmdivt21 {
    left: 53%;
    top: 17%;
}
.mwmdivt22 {
    left: 55%;
    top: 45%;
}
.mwmdivt23{
	left:30%;
	top:35%;
}
.mwmdivt24 {
    left: 28%;
    top: 58%;
}
.mwmser {
    text-align: center;
    margin-top: 6%;
}
.mwmdiv5 h3 {
    text-align: center;
    font-weight: 600;
}

.mwmdiv5 ul {
    text-align: center;
    margin-top: 3%;
}

.mwmdiv5 ul li {
    display: inline-block;
    border: 1px solid #25559b;
    padding: 17px 40px;
    color: #25559b;
    border-radius: 34px;
    margin-right: 15px;
    margin-left: 15px;
}

.mwmdiv5 .active {
    background: #25559b;
    color: white;
}

.trigeneration {
    margin-top: 2%;
    display: inline-block;
    margin-bottom: 6%;
}

.trigeneration .col-md-4 {
    width: 44%;
    float: left;
    margin-top: 2%;
}

.trigeneration .col-md-8 {
    width: 50%;
    float: left;
    margin-left: 4%;
}

.triicons ul {
    display: flex;
}

.triicons img {
    margin-top: 31px;
}

span.tricospa {}

.triicons li {
    font-size: 16px;
    width: 63%;
    margin-right: 11%;
}

.triicons li span {
    margin-top: 1px;
    display: block;
}

span.tricospa {
    font-weight: 600;
}
.trigeneration h2 {
    font-weight: 600;
    margin-bottom: 4%;
}

.trigeneration p {
    width: 77%;
}

p.eploretrico a {
    display: inline-block;
    border: 1px solid #25559b;
    padding: 17px 40px;
    color: #25559b;
    border-radius: 34px;
    margin-right: 15px;
    margin-left: 15px;
}
#cogeneration{
	display: none;
}

.mwmdiv6 p {
    margin-bottom: 3%;
}

.mwmdiv6 {
    margin-bottom: 4%;
}
.mwmdiv6 h2 {
    font-weight: 500;
    margin-bottom: 2%;
}
p.mwmdiv6p a {
    border: 1px solid #25559b;
    padding: 17px 40px;
    color: #25559b;
    border-radius: 34px;
    text-align: center;
    display: table;
    margin: 0px auto;
}
p.mwmdiv6p1 a {
    border: 1px solid #25559b;
    padding: 17px 40px;
    color: black;
    border-radius: 34px;
    text-align: center;
    display: inline-block;
}
section#mwmsec7 {
    background: url("../images/mwm/mwmtechsbg.jpg");
    background-size: cover;
}
.mwmdiv7 .col-md-4 {
    width: 45%;
    float: left;
}
.mwmdiv7 .col-md-8 {
    width: 42%;
    float: left;
    padding-top: 9%;
}
.mwmdiv7 h2 {
    margin-bottom: 3%;
    font-weight: 600;
}
p.mwmdiv6p1 {
    margin-top: 8%;
}
.mwmdiv8 h2 {
    margin-top: 4%;
    margin-bottom: 4%;
	    text-align: center;
}
ul#buttonGroup a {
    cursor: pointer;
}
ul#buttonGroup li {
    display: inline-block;
    padding-left: 25px;
	    font-size: 20px;
}

ul#buttonGroup {
    text-align: center;
    margin-bottom: 3%;
}

ul#buttonGroup .is-active a {
    color: #0d7339;
}
section#mwmsec8 {
    margin-bottom: 4%;
}
.energysolution img {
    width: 100%;
}

.energysolution {
    background: #84d195;
    display: flow-root;
    padding-bottom: 3%;
    padding-top: 3%;
    padding-left: 22%;
    padding-right: 22%;
}
.energysolution h2 {
    text-align: center;
        margin-left: -6%;
    margin-bottom: 6%;
}
.videocalllast {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.videocalllast p a{
    margin-top: 28px;
    border: 2px solid #8aca81;
    display: inline-block;
    padding: 14px 41px;
    border-radius: 15px;
	color: #000;
}
.mwmdiv7 img {
    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: 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;
  }
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
div#faq {
    width: 65%;
    margin-top: 5%;
}
@media (min-width: 1600px) and (max-width: 1919px)  {
	.counterepc1 li {
    font-size: 21px;
}
#mwmkeysec {
    margin-top: -10%;
}
.mwmdiv2 h2 {
    line-height: 60px;
}
    .mwmdiv2 .col-md-6 {
        margin-left: 1%;
        margin-top: 93px;
        margin-right: 47px;
    }
.mwmdiv7 .col-md-8 {
    margin-left: 3%;
}
#mwmsec2 {
    padding-bottom: 8%;
}
}


@media (min-width: 1530px) and (max-width: 1599px)  {
	.counterepc1 li {
    font-size: 21px;
}
.form-group .container {
    font-size: 15px;
}
#mwmkeysec {
    margin-top: -10%;
}
div#drupshs p {
    width: 85%;
    margin-left: 7%;
}
.mwmdiv7 h2 {
    font-size: 31px;
}
.mwmdiv2 h2 {
    line-height: 60px;
}
.mwmdiv2 .col-md-6 {
    margin-left: 2%;
}
.mwmdiv7 .col-md-8 {
    margin-left: 3%;
}
}


@media (min-width: 1440px) and (max-width: 1529px)  {
	.counterepc1 li {
    font-size: 19px;
}
#mwmkeysec {
    margin-top: -11%;
}
.mwmdiv2 p {
    font-size: 23px;
}
h3.mediah2 {
    font-size: 28px;
}
.mwmdiv2 h2 {
            line-height: 56px;
        font-size: 55px;
}
    .mwmdiv2 .col-md-6 {
        margin-left: 2%;
        margin-top: 84px;
        margin-right: 15px;
    }
	section#drupssec8 h2 {
    margin-bottom: 2%;
}
.mwmdiv7 .col-md-8 {
    margin-left: 3%;
	    padding-top: 7%;
}
.energysolution {
    padding-left: 15%;
    padding-right: 15%;
}
.videocalllast h4 {
    font-size: 24px;
}
}


@media (min-width: 1366px) and (max-width: 1439px)  {
.counterepc1 li {
    font-size: 16px;
}

.counterepc1 h4 {
    line-height: 29px;
    font-size: 20px;
}
img.epclanding {
    width: 100%;
}
#mwmkeysec {
    margin-top: -11%;
}
h3.mediah2 {
    font-size: 26px;
}
.mwmdiv2 p {
    font-size: 23px;
}
.mwmdiv2 h2 {
            line-height: 56px;
        font-size: 55px;
}
    .mwmdiv2 .col-md-6 {
        margin-left: 1%;
        margin-right: 20px;
        margin-top: 90px;
    }
.mwmdiv7 .col-md-8 {
    margin-left: 3%;
	    padding-top: 2%;
}
.mwmdiv7 h2 {
    font-size: 28px;
}
.energysolution {
    padding-left: 15%;
    padding-right: 15%;
}
.videocalllast h4 {
    font-size: 24px;
}
}
@media (min-width: 1359px) and (max-width: 1365px)  {
	    #mwmkeysec {
        margin-top: -12% !important;
        width: 95%;
    }
	.counterepc1 li {
    font-size: 21px;
}
    h3.mediah2 {
        line-height: 40px;
        font-size: 24px;
    }
	h3.mediah2 span {
    margin-top: 3%;
    display: block;
}
.grid {
	margin-left: 6% !important; 
    width: 100%;
}
.drupsdiv9 .col-md-6 {
    float: left !important;
    margin-right: 22px;
}
.drupsdiv9 img {
    width: 100%;
    margin: 0px auto;
}
    img.epclanding {
        width: 100%;
        float: none;
        margin: 0px auto;
    }
.counterepc1 {
   margin-top: 14%;
        margin-left: 25px;
        padding: 21px 24px;
}
    .counterepc1 h4 {
        font-weight: 500;
        line-height: 27px;
        font-size: 18px;
    }
.counterepc1 h4 br {
    display: none;
}

.mwmkey li {
    height: 200px;
    border-radius: 20px;
}
.videocalllast {
    padding-top: 35px;
    padding-bottom: 35px;
}
.mwmdiv2 h2 {
    line-height: 60px;
}
.gpipartner {
    width: 55%;
}
    .mwmdiv2 .col-md-6 {
        margin-left: 0;
        margin-top: 0;
        margin-right: 36px;
        text-align: center;
    }
    video.video {
        width: 100%;
        min-width: 100%;
        margin-bottom: 35px;
        text-align: center;
    }
	.mwmdiv8 h2 {
    margin-top: 6%;
    margin-bottom: 6%;
    text-align: center;
}
section#drupssec8 h2 {
    margin-bottom: 5%;
    text-align: center;
    margin-top: 3%;
}
.drupsdiv81 h4 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 5%;
}
.energysolution h2 {
        text-align: center;
        margin-left: -7%;
        margin-bottom: 6%;
        font-size: 20px;
    }

div#faq {
    margin-top: 8%;
    margin-bottom: 2%;
}
.drupsdiv9 p {
    font-size: 15px;
}
    #mwmsec2 {
        padding-bottom: 68px;
        margin-top: 5%;
        padding-top: 6%;
    }
	.mwmdiv2 .col-md-8 {
    width: 60%;
    float: left;
    margin-top: 40px;
}
.mwmdiv3 p {
    line-height: normal;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}
.trigeneration .col-md-4 {
    width: 100%;
    float: left;
    margin-top: 2%;
}
.trigeneration .col-md-8 {
    width: 75%;
    float: left;
    margin-left: 0;
}
.mwmdiv7 .col-md-4 {
    width: 100%;
    float: none;
}
.mwmdiv7 img {
    width: 50%;
    margin: 0px auto;
}
    .mwmdiv7 .col-md-8 {
        margin-left: 8%;
        width: 100%;
        padding-right: 15%;
    }	
	p.mwmdiv6p1 {
    margin-top: 3%;
}
.energysolution {
    padding-left: 11%;
    padding-right: 11%;
}
}
@media (min-width: 1024px) and (max-width: 1358px)  {
	.counterepc1 li {
    font-size: 21px;
}
    h3.mediah2 {
        line-height: 40px;
        font-size: 24px;
    }
	h3.mediah2 span {
    margin-top: 3%;
    display: block;
}
.grid {
	margin-left: 11% !important; 
    width: 100%;
}
.drupsdiv9 .col-md-6 {
    float: left !important;
    margin-right: 22px;
}
.drupsdiv9 img {
    width: 100%;
    margin: 0px auto;
}
    img.epclanding {
        width: 100%;
        float: none;
        margin: 0px auto;
    }
.counterepc1 {
   margin-top: 14%;
        margin-left: 25px;
        padding: 21px 24px;
}
    .counterepc1 h4 {
        font-weight: 500;
        line-height: 27px;
        font-size: 18px;
    }
.counterepc1 h4 br {
    display: none;
}
#mwmkeysec {
    margin-top: -14%;
	width: 95%;
}
.mwmkey li {
    height: 200px;
    border-radius: 20px;
}
.videocalllast {
    padding-top: 35px;
    padding-bottom: 35px;
}
.mwmdiv2 h2 {
    line-height: 60px;
}
.gpipartner {
    width: 55%;
}
    .mwmdiv2 .col-md-6 {
        margin-left: 0;
        margin-top: 0;
        margin-right: 36px;
        text-align: center;
    }
    video.video {
        width: 100%;
        min-width: 100%;
        margin-bottom: 35px;
        text-align: center;
    }
	.mwmdiv8 h2 {
    margin-top: 6%;
    margin-bottom: 6%;
    text-align: center;
    font-size: 29px;
}
section#drupssec8 h2 {
    margin-bottom: 5%;
    text-align: center;
    margin-top: 3%;
    font-size: 28px;
}
.drupsdiv81 h4 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 5%;
}
.energysolution h2 {
    text-align: center;
    margin-left: -5%;
    margin-bottom: 6%;
    font-size: 27px;
}
.videocalllast h4 {
    font-size: 24px;
}
div#faq {
    margin-top: 8%;
    margin-bottom: 2%;
}
.drupsdiv9 p {
    font-size: 15px;
}
    #mwmsec2 {
        padding-bottom: 68px;
        margin-top: 5%;
        padding-top: 6%;
    }
	.mwmdiv2 .col-md-8 {
    width: 60%;
    float: left;
    margin-top: 40px;
}
.mwmdiv3 p {
    line-height: normal;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}
.trigeneration .col-md-4 {
    width: 100%;
    float: left;
    margin-top: 2%;
}
.trigeneration .col-md-8 {
    width: 75%;
    float: left;
    margin-left: 0;
}
.mwmdiv7 .col-md-4 {
    width: 100%;
    float: none;
}
.mwmdiv7 img {
    width: 50%;
    margin: 0px auto;
}
    .mwmdiv7 .col-md-8 {
        margin-left: 8%;
        width: 100%;
        padding-right: 15%;
    }	
	p.mwmdiv6p1 {
    margin-top: 3%;
}
.energysolution {
    padding-left: 11%;
    padding-right: 11%;
}
}

@media (min-width: 500px) and (max-width: 599px)  {
.epclanding1 .col-md-4 {
    width: 100%;
    float: none;
}
.counterepc1 h4 {
    font-weight: 500;
    line-height: normal;
    font-size: 22px;
}
.aboutvision h3 {
    font-size: 24px;
    line-height: normal !important;
}
.aboutvision h4 {
    color: #10e04e;
    margin-top: 8%;
}
h3.mediah2 {
    line-height: 40px;
}
.grid-item img {
            margin: 0px auto;
        width: 55%;
    margin-bottom: 17px !important;
}
.mwmkey li {
    height: 200px;
}
.counterepc1 {
    margin-top: 10%;
    display: inline-block;
    padding: 28px 29px;
    margin-left: 0;
    width: 100%;
}
.counterepc1 br {
    display: none;
}
img.epclanding {
    float: none;
    width: 100%;
}
.epclanding1 .col-md-8 {
    width: 100%;
    float: left;
}
.counterepc1 li {
    width: 100%;
    text-align: center;
}
section#year150 {
    padding: 45px 0 45px 0;
}
#mwmkeysec {
	        padding-bottom: 0;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
}
    .mwmkey {
        margin-bottom: 38px;
        margin-top: 43px;
    }
.gpipartner {
    width: 100%;
    margin: 25px auto 0;
}
.mwmdiv2 .col-md-6 {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.mwmdiv2 h2 {
    font-size: 40px;
}
.mwmdiv2 .col-md-8 {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.carousel-indicators {
    bottom: -45px;
}
.mwmdiv3 p {
    line-height: inherit;
    margin-top: 8%;
    margin-bottom: 12%;
}
.swiper-button-prev {
    left: 40px !important;
}
.swiper-button-next {
    right: 40px !important;
}
.mwmdiv5 h3 {
    margin-top: 8%;
    margin-bottom: 10%;
}
.mwmdiv5 ul li {
    margin-bottom: 8%;
}
.trigeneration .col-md-4 {
    width: 100%;
    float: left;
    margin-top: 4%;
}
.trigeneration h2 br {
    display: none;
}
.trigeneration p {
    width: 100%;
}
.trigeneration .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
}
.triicons ul {
    display: block;
}
.triicons li {
    font-size: 16px;
    width: 100%;
    margin-right: 0;
}
.mwmdiv6 h2 {
    margin-top: 5%;
    margin-bottom: 10%;
}
.mwmdiv6 .mwmdiv6p {
    margin-bottom: 16%;
    margin-top: 11%;
}
.mwmdiv7 .col-md-4 {
    width: 100%;
    float: left;
}
.drupsdiv8 {
    margin-top: 10%;
    margin-bottom: 17%;
}
.drupsdiv8 h2 {
    padding-bottom: 23px;
}
    .drupsdiv81 ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 7%;
        margin-top: 3%;
    }
	.drupsdiv9 p {
    font-size: 14px;
}
.faq .faq-list a {
    font-size: 13px;
    line-height: normal;
}
.energysolution h2 {
    text-align: center;
    margin-left: 0;
    margin-bottom: 12%;
    margin-top: 3%;
    font-size: 22px;
}
.drupsdiv9 .col-md-6 {
    width: 100%;
    display: block;
}
.drupsdiv9 img {
    width: 100%;
    margin: 34px auto;
}
div#faq {
    width: 100%;
    margin-top: 5%;
}


.mwmdiv7 .col-md-8 {
    width: 100%;
    float: left;
    padding-top: 9%;
    padding-left: 9%;
    padding-right: 9%;
    padding-bottom: 8%;
}
    .mwmdiv8 h2 {
        margin-top: 15%;
        margin-bottom: 12%;
        font-size: 22px;
    }
	section#drupssec8 h2 {
    margin-bottom: 4%;
    text-align: center;
    font-size: 24px;
}
.drupsdiv81 h4 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 8%;
}
    ul#buttonGroup li {
        display: block;
        padding-left: 11px;
        padding-bottom: 25px;
        padding-right: 9px;
        font-size: 18px;
        text-align: center;
    }
ul#buttonGroup {
    text-align: left;
    margin-bottom: 3%;
}
    .energysolution {
        padding-top: 8%;
        padding-left: 8%;
        padding-right: 8%;
        padding-bottom: 14%;
    }

.form-group .container {
    font-size: 14px;
}
.videocalllast h4 {
    width: 80%;
    margin: 0px auto;
font-size: 20px;
    }
.de-dot {
    display: none !important;
}
}



@media (min-width: 240px) and (max-width: 499px)  {
.epclanding1 .col-md-4 {
    width: 100%;
    float: none;
}
section#mwmsec8 {
    margin-bottom: 20%;
}
.counterepc1 h4 {
    font-weight: 500;
    line-height: normal;
    font-size: 22px;
}
.aboutvision h3 {
    font-size: 24px;
    line-height: normal !important;
}
.aboutvision h4 {
    color: #10e04e;
    margin-top: 8%;
}
h3.mediah2 {
    line-height: 40px;
}
.grid-item img {
    margin-bottom: 17px !important;
}
.mwmkey li {
    height: 200px;
}
.counterepc1 {
    margin-top: 10%;
    display: inline-block;
    padding: 28px 29px;
    margin-left: 0;
    width: 100%;
}
.counterepc1 br {
    display: none;
}
img.epclanding {
    float: none;
    width: 100%;
}
.epclanding1 .col-md-8 {
    width: 100%;
    float: left;
}
.counterepc1 li {
    width: 100%;
    text-align: center;
}
section#year150 {
    padding: 45px 0 45px 0;
}
#mwmkeysec {
	        padding-bottom: 0;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
}
    .mwmkey {
        margin-bottom: 38px;
        margin-top: 43px;
    }
.gpipartner {
    width: 100%;
    margin: 25px auto 0;
}
.mwmdiv2 .col-md-6 {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.mwmdiv2 h2 {
    font-size: 40px;
}
.mwmdiv2 .col-md-8 {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.carousel-indicators {
    bottom: -45px;
}
.mwmdiv3 p {
    line-height: inherit;
    margin-top: 8%;
    margin-bottom: 12%;
}
.swiper-button-prev {
    left: 40px !important;
}
.swiper-button-next {
    right: 40px !important;
}
.mwmdiv5 h3 {
    margin-top: 8%;
    margin-bottom: 10%;
}
.mwmdiv5 ul li {
    margin-bottom: 8%;
}
.trigeneration .col-md-4 {
    width: 100%;
    float: left;
    margin-top: 4%;
}
.trigeneration h2 br {
    display: none;
}
.trigeneration p {
    width: 100%;
}
.trigeneration .col-md-8 {
    width: 100%;
    float: left;
    margin-left: 0;
}
.triicons ul {
    display: block;
}
.triicons li {
    font-size: 16px;
    width: 100%;
    margin-right: 0;
}
.mwmdiv6 h2 {
    margin-top: 5%;
    margin-bottom: 10%;
}
.mwmdiv6 .mwmdiv6p {
    margin-bottom: 16%;
    margin-top: 11%;
}
.mwmdiv7 .col-md-4 {
    width: 100%;
    float: left;
}
.drupsdiv8 {
    margin-top: 10%;
    margin-bottom: 17%;
}
.drupsdiv8 h2 {
    padding-bottom: 23px;
}
    .drupsdiv81 ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 7%;
        margin-top: 3%;
    }
	.drupsdiv9 p {
    font-size: 14px;
}
.faq .faq-list a {
    font-size: 13px;
    line-height: normal;
}
.energysolution h2 {
    text-align: center;
    margin-left: 0;
    margin-bottom: 12%;
    margin-top: 3%;
    font-size: 22px;
}
.drupsdiv9 .col-md-6 {
    width: 100%;
    display: block;
}
.drupsdiv9 img {
    width: 100%;
    margin: 34px auto;
}
div#faq {
    width: 100%;
    margin-top: 5%;
}


.mwmdiv7 .col-md-8 {
    width: 100%;
    float: left;
    padding-top: 9%;
    padding-left: 9%;
    padding-right: 9%;
    padding-bottom: 8%;
}
    .mwmdiv8 h2 {
        margin-top: 15%;
        margin-bottom: 12%;
        font-size: 22px;
    }
	section#drupssec8 h2 {
    margin-bottom: 4%;
    text-align: center;
    font-size: 24px;
}
.drupsdiv81 h4 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 8%;
}
    ul#buttonGroup li {
        display: block;
        padding-left: 11px;
        padding-bottom: 25px;
        padding-right: 9px;
        font-size: 18px;
        text-align: center;
    }
ul#buttonGroup {
    text-align: left;
    margin-bottom: 3%;
}
    .energysolution {
        padding-top: 8%;
        padding-left: 8%;
        padding-right: 8%;
        padding-bottom: 14%;
    }

.form-group .container {
    font-size: 14px;
}
.videocalllast h4 {
    width: 80%;
    margin: 0px auto;
font-size: 20px;
    }
.de-dot {
    display: none !important;
}
}