.aboutvision h2 {
    margin-top: 5%;
    margin-bottom: 31px;
}
section#mwmsec6 {
    margin-top: 3%;
    margin-bottom: 2%;
}
#ccourtar1{
        background: #FEFEFE;
    background: linear-gradient(180deg, rgba(254, 254, 254, 1) 0%, rgba(236, 246, 245, 1) 50%, rgba(222, 239, 238, 1) 100%);
}
.kiloskarlat .col-md-5 {
    width: 55%;
    float: left;
    padding-top: 4%;
}

.kiloskarlat .col-md-7 {
    width: 45%;
    float: left;
}

.kiloskarlat p {
    color: black;
    text-align: left;
    width: 90%;
}
.kiloskarlat h2 {
    text-align: center;
    margin-bottom: 3%;
}
p.mwmdiv6p3 a {
    border: 1px solid #25559b;
    padding: 17px 40px;
    color: #25559b;
    border-radius: 34px;
    text-align: center;
    margin-top: 9%;
    display: inline-block;
}
section#ccframe2 {
    background: #e5e5e5;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0%;
    margin-top: 4%;
}
.zero9b0f{
        color: #009b0f;
    font-weight: 600;
}
.cbgpartner h3 {
    margin-bottom: 3%;
}
.cbgpartner .col-md-8 {
    width: 70%;
    float: left;
}
.cbgpartnerdiv {
    background: white;
    padding: 35px 120px;
    border-radius: 25px;
    box-shadow: 1px 1px 18px 2px #e5e5e5;
    margin-bottom: 4%;
}
.cbgpartnerdiv h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 40px;
}
.cbgpartner .col-md-5 {
    width: 35%;
    float: left;
}
.cbgpartner .col-md-5 img {
    width: 98%;
}
.cbgpartner .col-md-7 {
    width: 65%;
    float: left;
}
.cbgpartner .col-md-7 img {
    width: 98%;
    float: right;
}
.cbgpartner .col-md-4 {
    width: 25%;
    float: left;
    margin-left: 5%;
}
img.ecopartner3 {
    border-radius: 16px;
        width: 100%;
}
.drag-bounds {
    margin-top: 3%;
    margin-bottom: 2%;
}
img.epclanding {
    width: 100%;
}
[data-component="m25-card-interactive"].article-card {
    background-color: #c4f0cf;
}
.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#year150 {
    background: #20988d;
    padding: 45px 0 180px 0;
    text-align: center;
    position: relative;
    z-index: -1;
}
h3.mediah2 {
    color: white;
	    line-height: 60px;
}
h3.mediah2 span{
        color: #000;
}
#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: #20988d;
}
.mwmkey li {
    width: 10%;
    float: none;
    margin-top: -4%;
    background: #3bb44b;
    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;
    color: white;
}
.mwmwhite{
	color: white;
}
#mwmsec2 {
    background: url(../images/kirloskar-gas-genset/map.webp);
    background-size: contain;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 4%;
}
.mwmdiv2 h3 {
    margin-bottom: 3%;
}
.mwmdiv2 {
    padding-top: 2%;
}
.mwmdiv2 h3 {
    text-align: center;
     margin-bottom: 3%;
}
.gpipartner{
    width: 40%;
    margin: 25px auto 0;
}
.mwmdiv2 .col-md-6 {
    width: 56%;
    float: left;
    margin-top: 70px;
}
.mwmdiv2 h2 {
    font-size: 47px;
}
.spanwe {
    font-weight: 300 !important;
}
.two55 {   
    color: #2c978b;
    font-weight: 600;
}
.mwmdiv2 p {
    border-top: 1px solid transparent;
    border-image: linear-gradient(-90deg, #c5d3c8, #3eb95d, #3eb95d, #c5d3c8) 1;
    font-size: 20px;
    width: 89%;
    margin-top: 2%;
    padding-top: 16px;
    line-height: normal;
}
.mwmdiv2 .col-md-8 {
    width: 40%;
    float: left;
    margin-top: 70px;
}
div#myCarousel1 img {
    width: 100%;
}
.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%;
}
#cogeneration{
	display: none;
}
.mwmdiv6 p {
    margin-bottom: 17px;
}
.mwmdiv6p35 {
    width: 100% !important;
    margin-top: 4%;
}
.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.mwmdiv6p2 {
    margin-top: 4%;
}
p.mwmdiv6p2 a {
    border: 1px solid #009b0f;
    padding: 17px 40px;
    color: black;
    border-radius: 34px;
    text-align: center;
    display: inline-block;
}
.energysolution img {
    width: 100%;
}

.energysolution {
    background: rgb(255, 255, 255);
    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%;

}
.videocalllast {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 35px;
}
.videocalllast p a{
    margin-top: 28px;
    border: 2px solid #8aca81;
    display: inline-block;
    padding: 14px 41px;
    border-radius: 15px;
	color: #000;
}
#ccourtar1 .content-wrapper {
    padding-right: 0;
    margin-right: 0;
}
img.kiloskarlatimg {
    width: 100%;
}
@media (min-width: 1680px) and (max-width: 1919px)  {
.mwmdiv2 h2 {
    line-height: 54px;
        font-size: 50px;
}
img.ecopartner3 {
    width: 102%;
}
.mwmdiv2 .col-md-6 {
    margin-left: 2%;
}
.cbgpartner .col-md-4 {
    margin-left: 3%;
}
.energysolution h2 {
    font-size: 34px;
}
#mwmkeysec {
    margin-top: -9%;
}
}
@media (min-width: 1600px) and (max-width: 1679px)  {
.mwmdiv2 h2 {
    line-height: 54px;
        font-size: 50px;
}
img.ecopartner3 {
    width: 107%;
}
.mwmdiv2 .col-md-6 {
    margin-left: 2%;
}
.energysolution h2 {
    font-size: 34px;
}
#mwmkeysec {
    margin-top: -9%;
}
}


@media (min-width: 1530px) and (max-width: 1599px)  {
.energysolution h2 {
    font-size: 30px;
    margin-right: 22px;
}
p.mwmdiv6p2 a {
    padding: 11px 40px;
}
.cbgpartnerdiv h2 {
    font-size: 36px;
}
p.mwmdiv6p2 {
    margin-top: 3%;
    margin-bottom: 12px;
}
.cbgpartnerdiv {
    padding: 17px 60px;
    margin-bottom: 4%;
}
.form-group .container {
    font-size: 15px;
}
#mwmkeysec {
    margin-top: -10%;
}
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%;
}
}


@media (min-width: 1440px) and (max-width: 1529px)  {
#mwmkeysec {
    margin-top: -10%;
}
.cbgpartnerdiv {
    padding: 32px 65px;
}
p.mwmdiv6p2 a {
    padding: 11px 40px;
}
.cbgpartnerdiv h2 {
    margin-top: 16px;
    margin-bottom: 25px;
    font-size: 35px;
}
p.mwmdiv6p3 a {
    padding: 12px 40px;
    margin-top: 6%;
}
img.ecopartner3 {
    border-radius: 16px;
    width: 107%;
}
.mwmdiv2 p {
    font-size: 18px;
}
.mwmdiv2 h2 {
     line-height: 48px;
        font-size: 44px;
}
.mwmdiv2 .col-md-6 {
    margin-left: 2%;
}
.energysolution {
    padding-left: 17%;
    padding-right: 17%;
}
.videocalllast h4 {
    font-size: 24px;
}
}
@media (min-width: 1399px) and (max-width: 1439px)  {
#mwmkeysec {
    margin-top: -11%;
}
h3.mediah2 {
    font-size: 20px;
	        line-height: 47px;
}
.mwmdiv2 p {
    font-size: 19px;
}
    .mwmdiv2 h2 {
        line-height: 57px;
    }
.mwmdiv2 .col-md-6 {
    margin-left: 2%;
}
.kiloskarlat .col-md-5 {
    padding-top: 0%;
}
.energysolution {
    padding-left: 15%;
    padding-right: 15%;
}
.videocalllast h4 {
    font-size: 24px;
}
}

@media (min-width: 1366px) and (max-width: 1398px)  {
#mwmkeysec {
    margin-top: -11%;
}
.kiloskarlat .col-md-5 {
    padding-top: 0%;
}
p.mwmdiv6p3 a {
    padding: 10px 40px;
}
h3.mediah2 {
    font-size: 20px;
	        line-height: 47px;
}
.mwmdiv2 p {
    font-size: 17px;
}
    .mwmdiv2 h2 {
        line-height: 39px;
        font-size: 33px;
    }
.mwmdiv2 .col-md-6 {
    margin-left: 2%;
}
.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%;
    }
.mwmdiv2 h2 {
    font-size: 34px;
}
.mwmdiv2 p {
    font-size: 21px;
}
.grid {
    width: 100%;
    margin-left: 5%;
}
.robotssub {
    margin-left: 6%;
}
.kiloskarlat .col-md-5 {
    padding-top: 0;
}
p.mwmdiv6p3 a {
    padding: 10px 40px;
}
}
@media (min-width: 1024px) and (max-width: 1358px)  {
.mobdeskul{
	display: none;
}
.cbgpartnerdiv {
    padding: 14px 30px;
}
h3.mediah2 {
    line-height: 54px;
	font-size: 22px;
}
.cbgpartnerdiv h2 {
    margin-top: 6px;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 26px;
}
.cbgpartnerdiv p {
    font-size: 14px;
    line-height: normal;
}
p.mwmdiv6p2 a {
    padding: 11px 40px;
}
.swiper-slide {
    overflow: visible !important;
}
.kiloskarlat p {
    font-size: 14px;
    line-height: 22px;
}
.kiloskarlat .col-md-5 {
    padding-top: 0%;
}
p.mwmdiv6p3 a {
    padding: 11px 40px;
    margin-top: 7%;
}
.kiloskarlat h2 {
    text-align: center;
    margin-bottom: 4%;
    font-size: 28px;
}
#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;
}
.mwmdiv6 h2 {
    font-weight: 500;
    margin-bottom: 4%;
    font-size: 28px;
}
    .heading-5 {
        font-size: 24px;
    }
	.energysolution h2 {
    margin-left: -4%;
    font-size: 26px;
}
.energysolution {
    padding-left: 11%;
    padding-right: 11%;
}
.grid {
    width: 100%;
	margin-left: 11% !important; 
}
}

@media (min-width: 240px) and (max-width: 599px)  {
.grid-item img {
    margin-bottom: 17px !important;
}
.cbgpartner .col-md-8 {
    width: 100%;
    float: left;
}
.cbgpartnerdiv {
    padding: 25px 20px;
}
.cbgpartnerdiv br {
    display: none;
}
.kiloskarlat .col-md-5 {
    width: 100%;
    float: left;
    padding-top: 9%;
}
.kiloskarlat .col-md-7 {
    width: 100%;
    float: left;
    margin-top: 15%;
}
.cbgpartner .col-md-5 {
    width: 100%;
    float: left;
    margin-top: 8%;
}
.cbgpartner .col-md-7 {
    width: 100%;
    float: left;
    margin-top: 10%;
}
.cbgpartner .col-md-4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 10%;
}
.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;
}
section#year150 {
    padding: 45px 0 45px 0;
}
#mwmkeysec {
    margin-top: 0;
    padding-left: 0;
    padding-right: 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: 20px;
}
.mwmdiv2 .col-md-8 {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.carousel-indicators {
    bottom: -45px;
}
.two55 {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 7px;
}
.swiper-button-prev {
    left: 40px !important;
}
.swiper-button-next {
    right: 40px !important;
}
.mwmdiv6 h2 {
    margin-top: 10%;
	font-size: 24px;
    margin-bottom: 10%;
}
    .mwmdiv6 .mwmdiv6p {
        margin-bottom: 20%;
        margin-top: 18%;
    }
.energysolution h2 {
    text-align: center;
    margin-bottom: 13%;
    margin-left: 0;
    font-size: 24px;
}
.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;
}
.videocalllast {
    padding-bottom: 50px;
}
.videocalllast h4 {
    width: 80%;
    margin: 0px auto;
	font-size: 22px;
}
.de-dot {
    display: none !important;
}
}