/*---------------------------------
		Colors Variables
-----------------------------------*/
/*---------------------------------
		Opacity
-----------------------------------*/
/*---------------------------------
		Element Colors
-----------------------------------*/
/*----------------
		Font
------------------*/
@font-face {
  font-family: MontserratRegular;
  font-style: normal;
  src: url(../../build/fonts/Montserrat-Regular.woff) format("woff");
}
@font-face {
  font-family: MontserratMedium;
  font-style: normal;
  src: url(../../build/fonts/Montserrat-Medium.woff) format("woff");
}
@font-face {
  font-family: MontserratBold;
  font-style: normal;
  src: url(../../build/fonts/Montserrat-Bold.woff) format("woff");
}
@font-face {
  font-family: MontserratSemiBold;
  font-style: normal;
  src: url(../../build/fonts/Montserrat-SemiBold.woff) format("woff");
}
/*---------------------------------
		Body Text Font Sizes
-----------------------------------*/
/**
 * Add font scale with media query as per configuration on $body-text
 * Ex: @include body-text( h1 );
 * This will add font-size and line-height with different breakpoints.
 */
.why-hero-electric-container {
  background: #d7182a;
  padding: 44px 0 60px;
}
.why-hero-electric-container .why-hero-electric-info-wrapper {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin-bottom: 0;
}
.why-hero-electric-container .why-hero-electric-info-wrapper h2 {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  font-family: "MontserratSemiBold", sans-serif;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .why-hero-electric-container .why-hero-electric-info-wrapper h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.why-hero-electric-container .why-hero-electric-info-wrapper p {
  color: #fff;
  margin: 20px 0;
}
.why-hero-electric-container .why-hero-electric-info-wrapper .btn {
  width: fit-content;
}
.why-hero-electric-container .he-icon {
  width: 53px;
  height: 69px;
  font-size: 0;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  display: inline-block;
  background-image: url(../../build/images/hero-icons.png);
}
.why-hero-electric-container .he-icon.he-icon-numer-one {
  background-position: 0px 0px;
}
.why-hero-electric-container .he-icon.he-icon-handshake {
  background-position: 0px -70px;
}
.why-hero-electric-container .he-icon.he-icon-india-map {
  background-position: 0px -110px;
  background-size: 55px;
}
.why-hero-electric-container .why-hero-electric-points-wrapper {
  align-items: top;
  background: #fff;
  border-radius: 5px;
  flex-wrap: inherit;
  padding: 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .why-hero-electric-container .why-hero-electric-points-wrapper {
    padding: 32px 50px 16px;
  }
}
.why-hero-electric-container .why-hero-electric-points-wrapper p {
  font-size: 12px;
  line-height: 16px;
  color: #231f20;
  font-family: "MontserratMedium", sans-serif;
  margin: 12px 0 0;
}
@media screen and (min-width: 992px) {
  .why-hero-electric-container .why-hero-electric-points-wrapper p {
    font-size: 14px;
    line-height: 18px;
    font-family: "MontserratSemiBold", sans-serif;
  }
}
.why-hero-electric-container .wp-block-columns {
  margin-bottom: 0;
}

.no-flex > .n2-ss-layer-row > .n2-ss-layer-row-inner > .n2-ss-layer {
  width: auto !important;
  flex: 0;
}

@media screen and (min-width: 992px) {
  .latest-updates .swiper-container {
    overflow: visible;
  }
}
.latest-updates .info .data {
  padding: 8px 0;
}
.latest-updates .info .data p {
  margin: 0 0 10px;
}
.latest-updates .info .img-box {
  position: relative;
  display: block;
}
.latest-updates .info .img-box::before {
  border: 0 solid #d7182a;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  content: "";
  transition: all 0.2s;
  box-sizing: border-box;
}
.latest-updates .info:hover .img-box::before {
  border: 8px solid #d7182a;
}
.latest-updates .info.video .img-box:after, .latest-updates .info.videos .img-box:after {
  content: "";
  background: url(../../build/images/icon-play.svg) center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.entry-header {
  display: none;
}

.home .home-hero-banner .n2-ss-align .n2-ss-slider .nextend-arrow {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 0px solid;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px !important;
  width: 40px !important;
  position: absolute;
  top: auto !important;
  bottom: 20px;
  left: auto !important;
  z-index: 1;
  padding: 7px;
  box-sizing: border-box;
}
.home .home-hero-banner .n2-ss-align .n2-ss-slider .nextend-arrow.nextend-arrow-next {
  right: 100px !important;
}
.home .home-hero-banner .n2-ss-align .n2-ss-slider .nextend-arrow.nextend-arrow-previous {
  right: 170px !important;
}

/*# sourceMappingURL=home.css.map*/