.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;
}
.mwmpageul{
    display: block;
}
.homepage{
    display: none;
}
.tabmwmul{
	display: none;
}
.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%;
}
.epclanding1 .col-md-4 {
    width: 50%;
    float: left;
}
img.epclanding {
    float: right;
    width: 100%;
}
.epclanding1 .col-md-8 {
    width: 50%;
    float: left;
}
.counterepc1 {
    padding-top: 6%;
}
img.mwmlogolan {
    margin-bottom: 2%;
}
.counterepc1 h4 {
    font-weight: 600;
}
.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.col00 {
    background: #00b727;
}
li.col01 {
    background: #019cd2;
}
section#year150 {
    background: #005f8d;;
    padding: 45px 0 180px 0;
    text-align: center;
    position: relative;
    z-index: -1;
}
h3.mediah2 {
    color: white;
	    line-height: 60px;
}
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: rgb(210, 237, 247);
    height: 265px;
    display: table-cell;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 15px;
    border-radius: 20px;
    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-image: url('../images/mwm/mwmtechsbg.jpg'); 
    background-size: cover;
    padding-bottom: 100px;
}
.mwmdiv2 {
    padding-top: 5%;
}
.mwmdiv2 h3 {
    text-align: center;
}
.gpipartner{
    width: 40%;
    margin: 25px auto 0;
}
.mwmdiv2 .col-md-6 {
    width: 56%;
    float: left;
    margin-top: 70px;
}
.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: 45px;
    font-weight: normal;
    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: 38px;
    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;
	    cursor: pointer;
}

.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;
}



.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%;
        margin-top: 4%;
}

p.eploretrico a {
    display: inline-block;
    border: 1px solid #25559b;
    padding: 17px 40px;
    color: #25559b;
    border-radius: 34px;
    margin-right: 15px;
    margin-left: 0;
}
#cogeneration{
	display: none;
}

.mwmdiv6 p {
    margin-bottom: 3%;
}

.mwmdiv6 {
    margin-bottom: 4%;
}
.mwmdiv6 h2 {
    margin-bottom: 20px;
    margin-top: 20;
    font-weight: 500;
    text-align: left;
    
}
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: 10px 26px;
    color: black;
    border-radius: 34px;
    text-align: center;
    display: inline-block;
}

.mwmdiv7 .col-md-4 {
    width: 49%;
    float: left;
}
.mwmdiv7 .col-md-8 {
    width: 45%;
    float: left;
    padding-top: 65px;
    margin-right: 73px;
}
.mwmdiv7 h2 {
    margin-bottom: 7%;
    font-weight: 600;
    text-align: center;
}
p.mwmdiv6p1 {
    margin-top: 4%;
}
.mwmdiv8 h2 {
	    text-align: center;
    margin-top: 4%;
    margin-bottom: 4%;
}
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: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(247 245 242) 0%, rgb(162 201 156) 35%, rgba(135, 200, 125, 1) 100%);
    display: flow-root;
    padding-bottom: 5%;
    padding-top: 3%;
    padding-left: 22%;
    padding-right: 22%;
}



.energysolution .col-md-12 {
    width: 100%;
    float: left;
    padding-left: 30px;
}
.energysolution h2 {
    text-align: center;
    margin-bottom: 6%;
        margin-left: -6%;

}
.energysolution .form-control {
    padding: 15px;
    width: 100%;
    margin-bottom: 22px;
    border-radius: 5px;
    border: 1px solid;
}
.energysolution {
    background: rgb(255, 255, 255);
    /* background: linear-gradient(180deg, rgb(247 245 242) 0%, rgb(162 201 156) 35%, rgba(135, 200, 125, 1) 100%); */
    display: flow-root;
    padding-bottom: 5%;
    padding-top: 3%;
    padding-left: 22%;
    padding-right: 22%;
}
.robotssub button {
    background: white;
    padding: 13px 46px;
    border: 1px solid;
    border-radius: 20px;
    color:black;
}
.energysolution select {
    padding: 15px;
    width: 100%;
    margin-bottom: 22px;
    border: 1px solid;
    border-radius: 5px;
}
.videocalllast {
    color: white !important;
    background: #0a733a;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.videocalllast p {
    margin-left: 2%;
    background: white;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 10px;
    font-size: 18px;
    color: black;
}
.mwmdiv7 img {
    width: 100%;
}
ul#buttonGroup a {
    cursor: pointer;
}
section#mwmsec7 {
    background: linear-gradient(180deg, #fdfeff 0%, #e9f6fc 35%, #e9f6fc 100%);
    background-size: cover;
}
.homepage{
    display: none;
}

@media (min-width: 1600px) and (max-width: 1919px)  {
	.counterepc1 li {
    font-size: 21px;
}
.mwmdiv2 p {
    font-size: 38px;
    line-height: 21px;
}
.mwmdiv2 h2 {
    line-height: 54px;
        font-size: 50px;
}
.mwmdiv2 .col-md-6 {
    margin-left: 2%;
}
.mwmdiv7 .col-md-8 {
            margin-left: 0%;
        padding-top: 2%;
}
.energysolution h2 {
    font-size: 34px;
}
#mwmkeysec {
    margin-top: -9%;
}
}


@media (min-width: 1530px) and (max-width: 1599px)  {
	.counterepc1 li {
    font-size: 21px;
}
.mwmdiv2 p {
   font-size: 38px;
    line-height: 23px;
}
.energysolution h2 {
    font-size: 30px;
    margin-right: 22px;
}
.form-group .container {
    font-size: 15px;
}
#mwmkeysec {
    margin-top: -10%;
}
.mwmdiv7 h2 {
    font-size: 31px;
}
section#mwmsechi p {
    width: 80%;
    margin-left: 7%;
}
h3.mediah2 {
    font-size: 30px;
}
.mwmdiv2 h2 {
    line-height: 60px;
}
.mwmdiv2 .col-md-8 {
    margin-left: 3%;
}
    .mwmdiv7 .col-md-8 {
        margin-left: 0%;
        padding-top: 5px;
    }
}


@media (min-width: 1440px) and (max-width: 1529px)  {
	.counterepc1 li {
    font-size: 19px;
}
#mwmkeysec {
    margin-top: -10%;
}
    .mwmdiv2 p {
        font-size: 36px;
        line-height: 22px;
    }
.mwmdiv3 p {
    line-height: 30px;
    font-size: 22px;
}
.mwmdiv2 h2 {
     line-height: 48px;
        font-size: 44px;
}
.mwmdiv2 .col-md-6 {
    margin-left: 2%;
}
.mwmdiv7 .col-md-8 {
    margin-left: 0%;
	    padding-top: 1%;
}
.energysolution {
    padding-left: 17%;
    padding-right: 17%;
}
}
@media (min-width: 1399px) and (max-width: 1439px)  {
.counterepc1 li {
    font-size: 16px;
}

#mwmkeysec {
    margin-top: -11%;
}
h3.mediah2 {
    font-size: 20px;
	        line-height: 47px;
}
.mwmdiv2 p {
    font-size: 36px;
}
.mwmdiv2 .col-md-6 {
    margin-left: 2%;
}
.mwmdiv7 .col-md-8 {
            margin-left: 0%;
        padding-top: 0%;
}
.energysolution {
    padding-left: 15%;
    padding-right: 15%;
}
p.mwmdiv6p1 {
    margin-top: 3%;
}
}

@media (min-width: 1366px) and (max-width: 1398px)  {
.counterepc1 li {
    font-size: 16px;
}

#mwmkeysec {
    margin-top: -11%;
}
h3.mediah2 {
    font-size: 20px;
	        line-height: 47px;
}
.mwmdiv2 p {
    font-size: 36px;
}
    .mwmdiv2 h2 {
        font-size: 50px;
    }
.mwmdiv2 .col-md-6 {
    margin-left: 2%;
}
    .mwmdiv7 .col-md-8 {
        margin-left: 0%;
        padding-top: 0%;
        margin-right: 40px;
    }
.energysolution {
    padding-left: 15%;
    padding-right: 15%;
}
p.mwmdiv6p1 {
    margin-top: 3%;
}
}
@media (min-width: 1359px) and (max-width: 1365px)  {
	    #mwmkeysec {
        margin-top: -12% !important;
        width: 95%;
    }

	.trigeneration .col-md-4 {
    margin-top: 31px;
}
	.counterepc1 li {
    width: 45%;
    font-size: 16px;
    text-align: center;
}
.mwmdiv2 h2 {
    font-size: 50px;
}
    .mwmdiv2 p {
        font-size: 33px;
        line-height: 20px;
    }
.mwmdiv3 p {
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
}
.mwmdiv7 .col-md-8 {
    padding-top: 0%;
	        margin-right: 40px;
}
.mwmdiv7 p {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 17px;
}
.grid {
    width: 100%;
    margin-left: 5%;
}
.robotssub {
    margin-left: 6%;
}
}
@media (min-width: 1024px) and (max-width: 1358px)  {
    .counterepc1 li {
        font-size: 21px;
        width: 45%;
        text-align: center;
    }
	.counterepc1 h4{
		font-size: 21px;
		line-height: 35px;
	}

.tabmwmul{
	display: inline-block;
}
.mobdeskul{
	display: none;
}
.counterepc1 ul {
    text-align: center;
}
h3.mediah2 {
    line-height: 54px;
	font-size: 22px;
}
.swiper-slide {
    overflow: visible !important;
}
img.epclanding {
    width: 100%;
}
#mwmkeysec {
    margin-top: -16%;
	width: 95%;
}
.mwmdiv2 h3 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 5%;
}
.mwmkey li {
    height: 200px;
            border-radius: 20px;
}
    .mwmdiv2 h2 {
        line-height: normal;
        font-size: 30px;
        width: 60%;
    }
	.mwmdiv2 h2 br {
    display: none;
}
.gpipartner {
    width: 55%;
}
    .mwmdiv2 .col-md-6 {
        margin-left: 0;
        width: 100%;
		    margin-top: 36px;
    }
	.mwmdiv2 .col-md-8 {
    width: 100%;
    float: left;
    margin-top: 40px;
}
div#myCarousel1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}
.mwmdiv3 p {
    line-height: 32px;
    font-size: 27px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 2px;
}
.mwmser h3 {
    font-size: 24px;
    font-weight: 500;
}
.mwmdiv5 h3 {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 5%;
}
.mwmdiv6 h2 {
    font-weight: 500;
    margin-bottom: 4%;
    font-size: 28px;
}
.trigeneration h2 {
    font-weight: 500;
    margin-bottom: 4%;
    margin-top: 2%;
    font-size: 27px;
}
.mwmser h2{
    color: #25559b;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 12px;
}
.mwmdiv3 h2 {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 30px;
}
.trigeneration .col-md-4 {
    width: 100%;
    float: left;
    margin-top: 2%;
}
.trigeneration .col-md-8 {
            width: 100%;
        float: left;
        margin-left: 0;
}
.mwmdiv7 .col-md-4 {
    width: 100%;
}
.mwmdiv7 img {
    width: 50%;
        margin: 0px auto;
}
.mwmdiv7 h2 {
    margin-bottom: 3%;
    font-weight: 500;
    font-size: 22px;
}
p.mwmdiv6p1 a {
    padding: 13px 36px;
}
    .heading-5 {
        font-size: 24px;
    }
	.energysolution h2 {
    margin-left: -4%;
    font-size: 26px;
}
.mwmdiv8 h2 {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 27px;
}

.mwmdiv7 .col-md-8 p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 23px;
}
ul#buttonGroup li {
    font-size: 16px;
}
     .mwmdiv7 .col-md-8 {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }	
	p.mwmdiv6p1 {
    margin-top: 3%;
}
.energysolution {
    padding-left: 11%;
    padding-right: 11%;
}
.grid {
    width: 100%;
	margin-left: 11% !important; 
}
}

@media (min-width: 240px) and (max-width: 599px)  {
.epclanding1 .col-md-4 {
    width: 100%;
    float: none;
}
[data-component="c40-signatory-quotes"] .images-wrapper .slide {
    height: 100% !important;
}
.mwmdesktop{
    display: none;
}
.homepage{
    display: block;
}
.counterepc1 h4 {
    font-weight: 500;
    font-size: 24px;
}
.grid-item img {
    margin-bottom: 17px !important;
}
.aboutvision h4 {
    margin-top: 10%;
    color: white;
}
    h3.mediah2 {
        font-size: 22px;
        line-height: 34px;
    }
	section#mwmkeysec h4 {
    margin-bottom: 16%;
    margin-top: 6%;
}
.mwmdiv2 h3 {
    text-align: center;
    font-size: 24px;
}
.mwmkey li {
    height: 200px;
}
img.epclanding {
    float: none;
        margin-top: 0;
    width: 100%;
}
.epclanding1 .col-md-8 {
    width: 100%;
    float: left;
}
    .counterepc1 li {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }
	.counterepc1 ul {
    margin-top: 10%;
}
section#year150 {
    padding: 45px 0 45px 0;
}
#mwmkeysec {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: 0;
}
.mwmkey {
    margin-bottom: 30px;
    margin-top: 30px;
}
.gpipartner {
    width: 100%;
    margin: 25px auto 0;
}
.mwmdiv2 .col-md-6 {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.mwmdiv2 h2 {
    font-size: 24px;
}
.mwmdiv2 h2 br {
    display: none;
}
    .mwmdiv2 p {
        width: 100%;
        margin-top: 9%;
        padding-top: 29px;
        margin-bottom: 11%;
        font-size: 24px;
        line-height: normal;
    }
	.mwmdiv2 p br {
    display: none;
}
.mwmdiv2 .col-md-8 {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.carousel-indicators {
    bottom: -45px;
}
    .mwmdiv3 p {
        line-height: revert;
        margin-top: 8%;
        margin-bottom: 12%;
        font-size: 20px;
    }
	.mwmdiv3 h2 {
    text-align: center;
    margin-top: 19%;
    margin-bottom: 10%;
    font-size: 23px;
}
.two55 {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 7px;
}
.mwmser h3 {
    font-size: 22px;
}
.swiper-button-prev {
    left: 40px !important;
}
.swiper-button-next {
    right: 40px !important;
}
.mwmdiv5 h3 {
    margin-top: 8%;
	        font-weight: 500;
        font-size: 22px;
    margin-bottom: 10%;
}
.mwmdiv5 ul li {
        margin-bottom: 8%;
        font-size: 18px;
		
    }
	.trigeneration h2 {
    font-weight: 500;
    margin-bottom: 10%;
    font-size: 22px;
    margin-top: 3%;
}
.trigeneration .col-md-4 {
    width: 100%;
    float: left;
    margin-top: 4%;
}
.trigeneration h2 br {
    display: none;
}
    .trigeneration p {
        width: 100%;
        margin-bottom: 14%;
    }
.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 {
    text-align: left;
    margin-top: 10%;
    font-size: 24px;
    margin-bottom: 10%;
}

    .mwmdiv6 .mwmdiv6p {
        margin-bottom: 20%;
        margin-top: 18%;
    }
.mwmdiv7 h2 {
    margin-bottom: 11%;
    font-weight: 500;
    font-size: 24px;
    margin-top: 4%;
}
p.mwmdiv6p1 {
    margin-top: 13%;
    margin-bottom: 5%;
}
.mwmdiv7 .col-md-4 {
    width: 100%;
    float: left;
}
    .mwmdiv7 .col-md-8 {
        width: 100%;
        float: left;
        padding-top: 6%;
        padding-left: 6%;
        padding-right: 6%;
        padding-bottom: 7%;
        margin-right: 0;
    }
	div#myCarouselindu img {
    width: 100%;
}
    .mwmdiv8 h2 {
        margin-top: 15%;
        margin-bottom: 12%;
        font-size: 22px;
    }

 ul#buttonGroup li {
        display: block;
        padding-left: 11px;
        padding-bottom: 25px;
        padding-right: 9px;
        font-size: 18px;
        text-align: center;
    }
	section#mwmsec8 {
    margin-bottom: 25%;
}
.energysolution h2 {
    text-align: center;
    margin-bottom: 13%;
    margin-left: 0;
    font-size: 24px;
}
ul#buttonGroup {
    text-align: left;
    margin-bottom: 3%;
}
.energysolution {
    padding-top: 8%;
    padding-left: 8%;
    padding-right: 8%;
	        padding-bottom: 14%;
}

.energysolution .col-md-12 {
    padding-left: 0;
}
.form-group .container {
    font-size: 14px;
}
.de-dot {
    display: none !important;
}
    .videocalllast p {
        padding: 13px 26px;
        font-size: 18px;
        width: 60%;
        margin: 20px auto 0;
        display: block;
    }
}


