.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 45%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
      background: #50aa56;
  border-radius: 10px;
}
.carousel-indicators .active {
      height: 12px;
    margin: 0;
    background: #ffffff;
    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: 25px;
  }
}

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%;
    bottom: -18%;
    border-top: 2px solid #000;
    border-left: 0px solid #000;
    transform: rotate(-45deg);
}
.long-arrow-right {
    position: absolute;
    right: 2%;
    bottom: -18%;
}
[data-component="c71-hero-stories"] {
    background-color: transparent;
}
[data-component="m39-stories-filter"] {
    background-color: transparent;
    border-radius: 24px;
    padding: 24px 24px 0px;
}
[data-component="m39-stories-filter"] .section-label {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
}
[data-component="c65-stories"] {
    background-color: transparent;
    padding: 40px 0 120px;
}
[data-component="m33-card-story-list"].variant-a {
    background-color: transparent;
}
[data-component="c67-feature-story"] .feature-story-wrapper {
    background: #b6e7f3;
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    border-radius: unset !important;
}
img.imgresponsive {
    width: 80%;
	    margin: 35px auto 0;
}
.e2pbanner{
    width: 65% !important;
}
.powerbanner {
    width: 100%;
	    margin: 0px auto 0;
}
.aboutvision h2 {
    text-align: center;
    margin-bottom: 17px;
}
h1.powerh1 {
    position: absolute;
    top: 3%;
    text-align: center;
    width: 100%;
}
.aboutvision {
    margin-top: 5%;
    margin-bottom: 40px;
}
.powersoldiv p {
    margin-top: 3%;
}
.powersoldiv {
    padding-bottom: 3%;
}
.recentevent h3 {
    color: white;
    text-shadow: 2px 2px 7px #000;
}
.powersoldiv h3 {
    margin-top: 2%;
    text-align: center;
}
p.recneveremo {
    margin-top: 4%;
}
.aboutvision1 h2 {
    text-align: center;
    margin-bottom: 35px;
}
/* #ccourtar {
    background: white !important;
} */
/*
section#ccourtar p {
    border: 2px solid #81bf78;
} */
.aboutvision1 {
    margin-top: 3%;
}
div#myCarousel1 img {
   border-radius: 20px;
    width: 100%;
}
.recentevent {
    position: absolute;
    top: 12%;
    left: 6%;
    width: 40%;
}
.aboutvision1 p {
    margin-top: 30px;
    margin-bottom: 30px;
}
div#myCarousel1 .long-arrow-left {
    bottom: 40% !important;
}
div#myCarousel1 .long-arrow-right {
    bottom: 40% !important;
}
.mediasubsc {
    background: #0a733a;
    padding: 30px 32px 20px;
    width: 38%;
    margin: 60px auto 60px;
    border-radius: 20px;
    text-align: center;
    color: white;
        height: auto;
    display: grid;
}
.mediasubsc h3 {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(0 0 0 / 15%), rgb(255 255 255), rgba(56, 2, 155, 0));
    border-image-slice: 1;
        width: 50%;
    margin: 0px auto 28px;
    font-size: 27px;
    font-weight: 500;
    padding-bottom: 7px;
}
.mediasubsc form {
    text-align: left;
    margin-left: 10%;
}
.mediasubsc div {
    float: left;
    width: 61%;
    margin-right: 30px;
}
.mediasubsc input {
    width: 100%;
    background: white;
    border: 1px solid #fff;
    padding: 6px 33px;
    border-radius: 17px;
}
.mediasubsc button {
    float: left;
    background: white;
    border: 1px solid #fff;
    padding: 6px 33px;
    box-shadow: none;
    border-radius: 17px;
}
.energysolution {
    background: #e5e5e5;
    display: flow-root;
    padding-bottom: 3%;
}
.energysolution h2 {
        padding-top: 40px;
            font-weight: 500;
    padding-bottom: 50px;
    text-align: center;
}
.energysolution .col-md-6 {
    width: 30%;
    float: left;
    margin-left: 13%;
}
.energysolution .col-md-7 {
    width: 44%;
    float: left;
    margin-left: 8%;
}
.energysolution img {
    width: 100%;
}
.energysolution .form-control {
    padding: 15px;
    width: 75%;
    margin-bottom: 0px;
    border: 0;
}
.energysolution select {
    padding: 15px;
    width: 75%;
    margin-bottom: 0px;
    border: 0;
}
.form-group .container {
    width: 75%;
}


.robots {
    width: 40%;
    margin-top: 0;
    float: left;
}
.robotssub {
   width: 40%;
    float: left;
    margin-top: 6px;
    margin-left: 0%;
}

.energysolution1 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.energysolution1 p {
    margin-top: 28px;
    border: 2px solid #8aca81;
    display: inline-block;
    padding: 14px 41px;
    border-radius: 15px;
}
@media (min-width: 1600px) and (max-width: 1919px)  {
	h1.powerh1{
		top: 3%;
	}
.powersoldiv img {
    margin: 36px auto 0;
}
.mediasubsc h3 {
    width: 70%;
    margin: 0px auto 28px;
    font-size: 24px;
}
.robots {
    width: 100%;
}
.robotssub {
    margin-top: 5%;
    margin-left: 0;
}

}

@media (min-width: 1530px) and (max-width: 1599px)  {
	h1.powerh1{
		top: 3%;
		font-size: 33px;
	}
	.powersoldiv img {
    margin: 36px auto 0;
}
.mediasubsc h3 {
    width: 70%;
    margin: 0px auto 28px;
    font-size: 24px;
}
.robots {
    width: 100%;
}
.robotssub {
    margin-top: 2%;
    margin-left: 0;
}
}

@media (min-width: 1440px) and (max-width: 1529px)  {
	h1.powerh1{
		top: 3%;
	}
	.mediasubsc {
    width: 50%;
}
	.powersoldiv img {
    margin: 36px auto 0;
}
.mediasubsc h3 {
    width: 70%;
    margin: 0px auto 28px;
    font-size: 35px;
}
.robots {
    width: 100%;
}
.robotssub {
    margin-top: 5%;
    margin-left: 0;
}
}
@media (min-width: 1399px) and (max-width: 1439px)  {
	h1.powerh1{
		top: 3%;
		font-size: 30px;
	}
	.mediasubsc {
    width: 50%;
}
	.mediasubsc {
    width: 45%;
}
	.powersoldiv img {
    margin: 36px auto 0;
}
.mediasubsc h3 {
    width: 70%;
    margin: 0px auto 28px;
    font-size: 35px;
}
.robots {
    width: 100%;
}
.robotssub {
    margin-top: 5%;
    margin-left: 0;
}
}
@media (min-width: 1366px) and (max-width: 1398px)  {
	h1.powerh1{
		top: 3%;
		font-size: 30px;
	}
	.mediasubsc {
    width: 45%;
}
	.powersoldiv img {
    margin: 36px auto 0;
}
.mediasubsc h3 {
    width: 70%;
    margin: 0px auto 28px;
    font-size: 24px;
}
.robots {
    width: 100%;
}
.robotssub {
    margin-top: 5%;
    margin-left: 0;
}
}
@media (min-width: 1359px) and (max-width: 1365px)  {
	    h1.powerh1 {
        top: 2.7% !important;
        font-size: 27px;
    }
	.energysolution .col-md-7 {
    margin-left: 5%;
}
.aboutvision h2 {
    text-align: left;
    margin-bottom: 33px;
    font-weight: 500;
}
.powersoldiv h3 {
    margin-top: 4%;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 6%;
}
    .powersoldiv img {
        margin: 36px auto 36px;
        width: 80%;
    }
	.aboutvision1 h2 {
    text-align: center;
    margin-bottom: 37px;
    font-weight: 500;
}
.energysolution .form-control {
    width: 100%;
}
.energysolution .form-group {
    margin-bottom: 4%;
    width: 100%;
}
.energysolution select {
    width: 100%;
}

.mediasubsc h3 {
    width: 75%;
    font-size: 30px;
    font-weight: 400;
}
.energysolution h2 {
    padding-top: 40px;
    font-weight: 400;
    padding-bottom: 51px;
    text-align: center;
}
.e2pbanner {
    width: 80% !important;
}
.powersoldiv {
    padding-bottom: 5%;
}
.mediasubsc {
    width: 61%;
}
    .long-arrow-right {
        bottom: -28%;
        right: 16%;
    }
.long-arrow-left {
    bottom: -28%;
	        left: 17%;
}
.form-group .container {
    font-size: 14px;
}
.form-group .container br {
    display: none;
}
    .robotssub {
        margin-top: 9px;
                margin-left: 20%;
    }
	.recentevent1 h3 {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 4%;
    margin-top: 2%;
}
.energysolution1 h4 {
    font-size: 22px;
}
.energysolution1 {
    width: 80%;
            padding-top: 30px;
        padding-bottom: 30px;
    margin: 0px auto;
}
}
@media (min-width: 1024px) and (max-width: 1358px)  {
	h1.powerh1 {
    top: 2.6%;
    font-size: 22px;
}
.energysolution .col-md-7 {
    margin-left: 5%;
}
.aboutvision h2 {
    text-align: left;
    margin-bottom: 33px;
    font-size: 28px;
    font-weight: 500;
}
.powersoldiv h3 {
    margin-top: 4%;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 6%;
}
    .powersoldiv img {
        margin: 36px auto 36px;
        width: 80%;
    }
	.aboutvision1 h2 {
    text-align: center;
    margin-bottom: 37px;
    font-size: 32px;
    font-weight: 500;
}
.energysolution .form-control {
    width: 100%;
}
.energysolution .form-group {
    margin-bottom: 4%;
    width: 100%;
}
.energysolution select {
    width: 100%;
}

.mediasubsc h3 {
    width: 75%;
    font-size: 30px;
    font-weight: 400;
}
.energysolution h2 {
    padding-top: 40px;
    font-weight: 400;
    padding-bottom: 51px;
    text-align: center;
    font-size: 32px;
}
.e2pbanner {
    width: 80% !important;
}
.powersoldiv {
    padding-bottom: 5%;
}
.mediasubsc {
    width: 61%;
}
.long-arrow-right {
    bottom: -28%;
}
.long-arrow-left {
    bottom: -28%;
}
.form-group .container {
    font-size: 14px;
}
.form-group .container br {
    display: none;
}
    .robotssub {
        margin-top: 9px;
                margin-left: 20%;
    }
	.recentevent1 h3 {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 4%;
    margin-top: 2%;
}
.energysolution1 h4 {
    font-size: 22px;
}
.energysolution1 {
    width: 80%;
            padding-top: 30px;
        padding-bottom: 30px;
    margin: 0px auto;
}
}
@media (min-width: 240px) and (max-width: 599px)  {
    h1.powerh1 {
        position: relative;
        top: 0;
        text-align: left;
        width: 100%;
        font-size: 22px;
        margin: 0px auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 7%;
    }
	.aboutvision h2 {
    text-align: left;
    margin-bottom: 17px;
    font-size: 24px;
}

.energysolution .form-group {
        margin-bottom: 10%;
        width: 100%;
    }
    .recentevent h3 {
        color: black;
        text-shadow: none;
        font-size: 24px;
    }
.carousel-indicators {
    bottom: 35%;
}
.carousel-indicators .active {
    background: #000000;
}
[data-component="m39-stories-filter"] {
    padding: 0;
    margin-top: 15%;
}
.powersoldiv h3 {
        margin-top: 15%;
        font-size: 20px;
    }
	.aboutvision1 h2 {
    font-size: 24px;
}
.e2pbanner {
    width: 100% !important;
}
.powersoldiv {
    padding-bottom: 15%;
}
.powersoldiv img {
    padding-top: 10%;
    width: 100% !important;
    padding-bottom: 10%;
}
p.recneveremo {
    margin-top: 12%;
}
div#myCarousel1 img {
    border-radius: 11px;
    width: 100%;
}
.recentevent {
   position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 20%;
}
div#myCarousel1 .long-arrow-left {
    bottom: 20% !important;
}
div#myCarousel1 .long-arrow-right {
    bottom: 20% !important;
}
.aboutvision1 p {
    margin-top: 9%;
    margin-bottom: 30px;
}
.mediasubsc h3 {
    width: 100%;
    margin: 0px auto 28px;
    font-size: 24px;
}
.mediasubsc {
            width: auto;
        padding: 30px 32px 42px;
        margin: 10px 20px 10px 20px;
}
.recentevent1 h3 {
            text-align: center;
        font-size: 26px;
}
.energysolution1 h4 {
    font-size: 22px;
}
.mediasubsc div {
    float: none;
    width: 100%;
    margin-right: 0;
}
.energysolution h2 {
    text-align: center;
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
}
.mediasubsc input {
    width: 100%;
    padding: 12px 25px;
    border-radius: 13px;
    font-size: 16px;
}
.mediasubsc form {
    text-align: left;
    margin-left: 0;
}
.mediasubsc button {
    float: none;
    padding: 13px 20px;
    box-shadow: none;
    border-radius: 17px;
    font-size: 20px;
    margin-top: 7%;
    width: 50%;
}
.energysolution .col-md-6 {
    width: 100%;
    float: none;
    margin-left: 0;
    padding: 0 30px 0 30px;
}
.long-arrow-left {
    bottom: -25%;
}
.long-arrow-right {
    bottom: -25%;
}
.energysolution .col-md-7 {
    width: 85%;
    float: none;
    margin-left: 0;
    margin: 27% auto 0;
}
.energysolution .form-control {
    width: 100%;
	font-size: 17px;
}
.energysolution select {
    width: 100%;
	font-size: 17px;
}
.form-group .container {
    font-size: 16px;
    width: 100%;
}
    a.sendotp {
        font-size: 18px;
        margin-bottom: 0;
    }
.form-group .container br {
    display: none;
}
.robots {
    width: 100%;
    margin-top: 32px;
    float: none;
}
.robotssub {
    width: 100%;
    float: none;
    margin-top: 16px;
    margin-left: 0;
    font-size: 18px;
}
.energysolution1{
	width: 90%;
    margin: 0px auto;
}
}