@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

@font-face {
  font-family: "CodecColdBoldtrial";
  src: url("../fonts/CodecColdBoldtrial.eot") format("eot");
  src: url("../fonts/CodecColdBoldtrial.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CodecColdBoldtrial.woff") format("woff"),
    url("../fonts/CodecColdBoldtrial.ttf") format("truetype"),
    url("../fonts/CodecColdBoldtrial.svg#CodecColdBoldtrial") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CodecColdExtraBoldtrial";
  src: url("../fonts/CodecColdExtraBoldtrial.eot") format("eot");
  src: url("../fonts/CodecColdExtraBoldtrial.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/CodecColdExtraBoldtrial.woff") format("woff"),
    url("../fonts/CodecColdExtraBoldtrial.ttf") format("truetype"),
    url("../fonts/CodecColdExtraBoldtrial.svg#CodecColdExtraBoldtrial")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MetropolisRegular";
  src: url("../fonts/MetropolisRegular.eot") format("eot");
  src: url("../fonts/MetropolisRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MetropolisRegular.woff") format("woff"),
    url("../fonts/MetropolisRegular.ttf") format("truetype"),
    url("../fonts/MetropolisRegular.svg#MetropolisRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MetropolisBold";
  src: url("../fonts/MetropolisBold.eot") format("eot");
  src: url("../fonts/MetropolisBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MetropolisBold.woff") format("woff"),
    url("../fonts/MetropolisBold.ttf") format("truetype"),
    url("../fonts/MetropolisBold.svg#MetropolisBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MetropolisSemiBold";
  src: url("../fonts/MetropolisSemiBold.eot") format("eot");
  src: url("../fonts/MetropolisSemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MetropolisSemiBold.woff") format("woff"),
    url("../fonts/MetropolisSemiBold.ttf") format("truetype"),
    url("../fonts/MetropolisSemiBold.svg#MetropolisSemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a,
a:link,
a:active,
a:visited,
input[type="submit"],
a span {
  -webkit-transition: all 0.05s ease-out;
  -moz-transition: all 0.05s ease-out;
  -o-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 100%;
}
form {
  margin: 0;
  padding: 0;
  display: inline;
}
figure {
  overflow: hidden;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-green: #8dc63f;
  --color-line: #00c1a3;
  --color-sky-blue: #00c1a3;
  --color-blue: #1d4983;
  --color-text-gray: #838383;
  --font-poppins: "Poppins", serif;
  --font-sofia: "Sofia Sans Condensed", serif;
  --font-manrope: "Manrope", serif;
  --font-codec-cold-B: "CodecColdBoldtrial", serif;
  --font-codec-cold-EB: "CodecColdExtraBoldtrial", serif;
  --font-metropolis-regular: "MetropolisRegular", serif;
  --font-metropolis-B: "MetropolisBold", serif;
  --font-metropolis-SB: "MetropolisSemiBold", serif;
  --container-wt: 1240px;
}
body {
  font-family: var(--font-poppins); overflow-x: hidden;
}
.banner-title{
  text-transform: capitalize !important;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: clip;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
#wrapper {
  position: relative;
}
.section {
  position: relative;
  width: 100%;
}
.md-container {
  position: relative;
  width: 100%;
  max-width: var(--container-wt);
  margin: 0 auto;
  padding: 0;
  z-index: 150;
}
.bg-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
h2 {
  font-family: var(--font-codec-cold-EB);
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}
p {
  font-family: var(--font-metropolis-regular);
  font-size: 18px;
  color: var(--color-text-gray);
  line-height: 28px;
  font-weight: 400;
}
.guide-lines-con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.guide-lines-con .g-lines-hld {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: var(--container-wt);
  height: 100%;
  margin: 0 auto;
}
.guide-lines-con .g-lines-hld .ele-lines {
  width: 33.33%;
  border-left: #e7e9eb 1px solid;
}
.guide-lines-con .g-lines-hld .ele-lines:last-child {
  border-right: #e7e9eb 1px solid;
}

.link-btn {
  position: relative;
  display: block;
  width: 90px;
  height: 60px;
  background: var(--color-sky-blue);
  border: none;
  transition: 0.3s ease-in-out;
}
.link-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--color-blue);
  transition: 0.3s ease-in-out;
}
.link-btn::after {
  content: "\f061";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  color: var(--color-white);
  vertical-align: middle;
  font-weight: 900;
}
.link-btn:hover::before {
  width: 100%;
  transition: 0.3s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: relative;
}
.owl-carousel .owl-nav button span {
  position: relative;
  display: inline-block;
  color: transparent;
  padding: 23px 50px;
  background: var(--color-sky-blue);
  margin: 0 0 0 2px;
  transition: 0.3s ease-in-out;
}
.owl-carousel .owl-nav button span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--color-blue);
}
.owl-carousel .owl-nav button span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: var(--color-white);
  vertical-align: middle;
  font-weight: 900;
}
.owl-carousel .owl-nav button.owl-prev span::after {
  content: "\f060";
  left: 20px;
}
.owl-carousel .owl-nav button.owl-next span::after {
  content: "\f061";
  right: 20px;
}
.owl-carousel .owl-nav button span:hover::before {
  width: 100%;
  transition: 0.3s ease-in-out;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 12px 0;
  background: var(--color-white);
  z-index: 2;
  box-shadow: 0px 6px 22.6px 0px #0000001a;
  z-index: 999;
  transition: all 0.2s ease-out;
}
header .md-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.logo {
  width: 100%;
  max-width: 120px;
}
nav ul {
  display: flex;
  flex-direction: row;
}
nav li {
  font-family: var(--font-metropolis-regular);
  font-size: 12px;
  color: var(--color-black);
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 22px;
}
nav li:last-child {
  padding-right: 0;
}
nav li a {
  color: var(--color-black);
}
nav li a:hover,
nav li a.active {
  color: var(--color-sky-blue);
}
header .menu_overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-black);
  opacity: 0.5;
}
.nav-icon {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 25px;
  margin: 0px auto;
  cursor: pointer;
  z-index: 9999;
}
.nav-icon span {
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
  background: var(--color-blue);
  opacity: 1;
  left: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 0px;
}
.nav-icon span:nth-child(2) {
  top: 7px;
}
.nav-icon span:nth-child(3) {
  top: 14px;
}
.nav-icon.open span {
  background: var(--color-sky-blue);
}
.nav-icon.open span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}
.nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: 30px;
}
.nav-icon.open span:nth-child(3) {
  top: 4px;
  transform: rotate(-135deg);
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100vh;
  z-index: 999;
  pointer-events: none;
}
.loader .loader-screen {
  width: 16.66%;
  background: var(--color-sky-blue);
}

#banner {
  position: relative;
  width: 100%;
  background: var(--color-blue);
  overflow: hidden;
}
#banner .banner-hld {
  position: relative;
  width: 100%;
  padding-bottom: 48.47%;
  overflow: hidden;
}
#banner .banner-det {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  text-align: center;
}
#banner .banner-det p {
  font-family: var(--font-poppins);
  font-size: 24px;
  color: var(--color-white);
  font-weight: 400;
  line-height: 100%;
}
#banner .banner-det h1 {
  font-family: var(--font-codec-cold-EB);
  font-size: 3.39vw;
  color: var(--color-white);
  font-weight: 600;
  line-height: 4.17vw;
  padding: 1.04vw 0 0 0;
}
#banner .banner-det h1 span {
  display: block;
  color: var(--color-sky-blue);
  line-height: 4.17vw;
}
#banner video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 177.77vh;
  width: 100%;
  height: 56.25vw;
  min-height: 100vh;
}
#banner .video-hld {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner .desk-video {
  display: block;
}
#banner .mob-video {
  display: none;
}
#banner .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 56%,
    rgba(0, 0, 0, 1) 100%
  );
}
.energy-lines-con {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 130px;
  margin: 0 auto;
  z-index: 1;
}
.energy-lines-con span {
  position: relative;
  width: 1px;
  height: 100px;
  background: var(--color-line);
}
.sect-title {
  position: relative; width: 100%;
  padding: 0 25px;
}
.sect-title .sec-category {
  font-family: var(--font-sofia);
  font-size: 16px;
  color: var(--color-sky-blue);
  line-height: 100%;
  font-weight: 400;
  padding: 0 0 20px 10px;
}
.sect-title h2 {
  display: inline-block;
  color: var(--color-blue);
  padding: 0 10px;
  background: var(--color-white);
}
.innovation {
  text-align: center;
  padding: 100px 0;
 /*  overflow: hidden; */
}
.innovation h2 {
  font-size: 36px;
  color: var(--color-blue);
  line-height: 50px;
  padding-bottom: 40px;
}
.innovation h2 span {
  display: block;
  color: var(--color-sky-blue);
  line-height: 55px;
}
.innovation .energy-crreative-hld { position: relative; width: 100%; max-width: 1515px; margin: 0 auto; padding: 30px 0 0; overflow: hidden; z-index: 191; }
.innovation .energy-lines-con {
  width: 130px;
}
.innovation .energy-lines-con span {
  height: 200px;
}
.innovation-line-01{ position: absolute; left: 50%; bottom: -30%; transform: translateX(-50%);}
.future-with-geon .bridge-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: #f3f3f3;
  overflow: hidden;
}
.future-with-geon .bridge-circle .bridge-desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.future-with-geon .bridge-circle .bridge-tl {
  font-family: var(--font-codec-cold-EB);
  font-size: 3.125vw;
  color: var(--color-blue);
  text-align: center;
  line-height: 3.65vw;
  font-weight: 600;
  padding-bottom: 10px;
  z-index: 2;
}
.bridge-circle .circle {
  position: relative;
  width: 62vh;
  height: 60vh;
  z-index: 2;
  pointer-events: none;
  z-index: 999;
}
.bridge-circle .circle .cr-top,
.bridge-circle .circle .cr-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.bridge-circle .circle .cr-top {
  top: 0;
}
.bridge-circle .circle .cr-bottom {
  bottom: 0;
}
.geon-future {
  position: absolute;
  top: 100%;
  width: 100%;
  height: auto;
  padding: 120px 0 0;
}
.geon-future .geon-future-con {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 65px 150px;
  background: #f2f2f2;
}
.geon-future .geon-future-con .blurb-con {
  position: relative;
  width: 100%;
  top: -60px;
}
.geon-future .geon-future-con .blurb {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  background: var(--color-white);
  border-radius: 20px;
  box-shadow: -1px 3px 14px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 3px 14px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 3px 14px -8px rgba(0, 0, 0, 0.75);
  margin-top: 40px;
}
.geon-future .geon-future-con .blurb:first-child {
  margin-top: 0;
}
/* .geon-future .geon-future-con .blurb figure{ width: 30%;} */
.geon-future .geon-future-con .blurb .fet-det {
  width: 70%;
  padding: 0 2% 0 9%;
}
.geon-future .geon-future-con .blurb h3 {
  font-family: var(--font-codec-cold-EB);
  font-size: 30px;
  color: var(--color-blue);
  line-height: 36px;
  font-weight: 600;
  padding-bottom: 10px;
}
.geon-future .geon-future-con .blurb h3 span {
  font-size: 60px;
  color: var(--color-sky-blue);
  line-height: 100%;
  text-transform: uppercase;
}
.geon-future .geon-future-con .blurb p {
  color: var(--color-text-gray);
  line-height: 24px;
  letter-spacing: 0.5px;
}
.geon-future .geon-future-con .blurb:nth-child(even) {
  flex-direction: row-reverse;
}
.geon-future .geon-future-con .blurb:nth-child(even) .fet-det {
  padding: 0 2% 0 5%;
}
.geon-future .energy-lines-con span {
  height: 210px;
}

.geon-future .geon-future-con .blurb .line {
  position: absolute;
}
.geon-future .geon-future-con .blurb:nth-child(odd) .line {
  right: -110px;
  top: 100px;
}
.geon-future .geon-future-con .blurb:nth-child(odd) .line img{ height: 293px;}
.geon-future .geon-future-con .blurb:nth-child(even) .line {
  left: -89px;
  top: 155px;
}
.geon-future .geon-future-con .blurb:nth-child(even) .line img{ height: 244px;}
.future-bottom-line{ position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);/*  width: 3.28vw; height: 20%; */}
.what-makes-us-special {
  position: relative;
  width: 100%;
  padding: 110px 0 180px;
}
.what-makes-us-special .bg-cover {
  top: auto;
  bottom: 0;
}
.what-makes-us-special h2 {
  font-size: 60px;
  color: var(--color-sky-blue);
  text-align: center;
}
.what-makes-us-special .edge-desc p {
  font-size: 20px;
  color: var(--color-white);
  text-align: center;
  line-height: 24px;
  padding: 15px 0 0 0;
}
.what-makes-us-special .g-lines-hld {
  z-index: 1;
}
.what-makes-us-special .g-lines-hld .ele-lines {
  width: 33.33%;
  border-left: var(--color-blue) 1px solid;
}
.what-makes-us-special .g-lines-hld .ele-lines:last-child {
  border-right: var(--color-blue) 1px solid;
}
.what-makes-us-special .blurb-hld {
  width: 100%;
  padding: 10% 0 0;
}
.what-makes-us-special .blurb-con {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.what-makes-us-special .blurb-con:last-child {
  margin-top: -4%;
}
.what-makes-us-special .blurb {
  width: 33.33%;
}
.what-makes-us-special .blurb:first-child {
  padding: 5% 10px 0px 6%;
}
.what-makes-us-special .blurb:last-child {
  padding: 12% 4% 0px 3%;
}
.what-makes-us-special h3 {
  font-family: var(--font-poppins);
  font-size: 26px;
  color: var(--color-sky-blue);
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 2px;
}
.what-makes-us-special .blurb p {
  color: #c1c0ca;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 15px 0;
}
.what-makes-us-special .energy-fig {
  position: absolute;
  left: 52%;
  top: 62%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 270px;
}

.what-we-offer {
  padding: 100px 0;
}
.what-we-offer .guide-lines-con {
  z-index: 1;
}
.offer-blurb-con {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 70px 0 0 0;
}
.offer-blurb-con .blurb {
  width: calc(100% - 30%);
  margin: 0 auto;
  background: #ffffff;
}
.offer-blurb-con .fig-ele {
  position: relative;
  width: 100%;
  margin: 0 auto; /* padding-right: 35%; */
}
.offer-blurb-con figure {
  position: relative;
  padding-bottom: 135%;
}
.offer-blurb-con .offer-det {
  width: 100%;
  padding: 25px 0 0 0;
}
.offer-blurb-con .offer-det h3 {
  font-family: var(--font-codec-cold-EB);
  font-size: 26px;
  color: var(--color-blue);
  line-height: 35px;
  font-weight: 600;
  padding-bottom: 10px;
}
.offer-blurb-con .offer-det p {
  color: #40444b;
  line-height: 24px;
  letter-spacing: 0.6px;
}
.offer-blurb-con .link-btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
.offer-line-01{ position: absolute; left: 43%; top: -32%; /* width: 12.5vw; */ }
.offer-line-02{ position: absolute; left: 12%; top: 14%; /* width: 9vw; */ }
.offer-line-03{ position: absolute; right: 14%; bottom: -30%; /* width: 7.5vw; */ }
.hm-services {
  padding: 100px 0;
}
.hm-services .services-slider {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 60px 0 0;
  z-index: 99;
}
.hm-services .services-blurb-con {
  width: 100%; /* display: flex; flex-direction: row; */
}
.hm-services .services-blurb {
  padding-right: 40px;
}
.hm-services .services-blurb .service-det-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: var(--color-blue);
  overflow: hidden;
}
.hm-services .services-blurb .service-info {
  padding: 30px 20px;
}
.hm-services .services-blurb h3 {
  font-family: var(--font-codec-cold-EB);
  font-size: 26px;
  color: var(--color-sky-blue);
  line-height: 32px;
  font-weight: 600;
  padding: 0 0 10px;
}
.hm-services .services-blurb p {
  color: var(--color-white);
  line-height: 26px;
}
.fig-hld {
  position: relative;
  width: 107%;
  margin-top: -12%;
  padding-bottom: 107%;
}
.fig-hld .gradient {
  position: absolute;
  left: -10%;
  top: 11%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: linear-gradient(139deg, #00c1a3 2.77%, #00459b 67.77%);
  overflow: hidden;
}
.fig-hld figure {
  position: absolute;
  left: -10%;
  bottom: -19%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: lightgray 44.284px -137.859px / 100% 107.135% no-repeat;
  overflow: hidden;
}
.hm-services .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.hm-services .owl-carousel.owl-drag .owl-item {
  display: flex;
  align-items: stretch;
}

.hm-services .owl-item:nth-child(even) .service-det-panel {
  flex-direction: column-reverse;
}
.hm-services .owl-item:nth-child(even) .fig-hld {
  margin-top: 0;
}
.hm-services .owl-item:nth-child(even) .fig-hld figure {
  left: auto;
  bottom: auto;
  width: 101%;
  right: -8%;
  top: -14%;
}
.hm-services .owl-item:nth-child(even) .fig-hld .gradient {
  left: auto;
  bottom: auto;
  top: -15%;
  right: -11%;
  width: 107%;
  height: 108%;
}
.hm-services .owl-item:nth-child(even) .service-info {
  margin-top: -13%;
}

.sustainability {
  width: 100%;
  padding: 150px 0;
  background: #eaebec;
}
.sustainability .sust-det-hld {
  width: 100%;
  max-width: 1020px;
  padding: 0 0 0 30px;
}
.sustainability h3 {
  font-family: var(--font-codec-cold-EB);
  font-size: 50px;
  color: var(--color-blue);
  line-height: 70px;
  font-weight: 600;
}
.sustainability h3 span {
  color: var(--color-sky-blue);
}
.sustainability p {
  color: var(--color-black);
  line-height: 26px;
}
.sustainability p span {
  font-family: var(--font-metropolis-B);
  color: var(--color-blue);
}
.sustainability-line-01{ position: absolute; right: 17%; bottom: 30%; /* width: 15.73vw; */}
.counters-hld {
  display: flex;
  flex-direction: row;
  padding: 100px 0 0;
}
.counters-hld .counter-blurb {
  width: 26%;
  padding: 0 35px;
}
.counters-hld .counter {
  font-family: var(--font-sofia);
  font-size: 122px;
  color: #bcbec0;
  line-height: 100%;
  font-weight: 700;
  padding-bottom: 10px;
}
.sustainability .guide-lines-con .g-lines-hld .ele-lines {
  border-left: #d5d5d5 1px solid;
}
.sustainability .g-lines-hld .ele-lines:last-child {
  border-right: #d5d5d5 1px solid;
}

.tech-that-spark {
  padding: 100px 0;
}
.tech-that-spark h2 {
  color: var(--color-blue);
}
.tech-that-spark .tech-panel {
  padding: 50px 0 0;
}
.tech-that-spark .tech-slider {
  position: relative;
}
.tech-that-spark .tech-blurb-con {
  display: flex;
  flex-direction: row;
  background: var(--color-blue);
}
.tech-that-spark .tech-blurb {
  width: 50%;
}
.tech-that-spark .tech-blurb figure {
  position: relative;
  padding-bottom: 87.19%;
  overflow: hidden;
}
.tech-that-spark .tech-blurb:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 4% 20px 5%;
}
.tech-that-spark .tech-blurb h3 {
  font-family: var(--font-codec-cold-EB);
  font-size: 26px;
  color: var(--color-sky-blue);
  line-height: 33px;
  font-weight: 600;
  padding: 0 0 10px;
}
.tech-that-spark .tech-blurb p {
  color: #d9d9d9;
  line-height: 26px;
  letter-spacing: 1px;
}
.tech-that-spark .owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 0;
}
.tech-that-spark .owl-carousel .owl-nav button span:before {
  background: var(--color-white);
}
.tech-that-spark .owl-carousel .owl-nav button span:hover::after {
  color: var(--color-blue);
}
.tech-line-01{ position: absolute; left: 10%; top:-32%;/*  width: 3.18vw; */}
.tech-line-02{ position: absolute; /* left: 20%; */ right: 11%; top:80%; /* width: 17.76vw; */}
.geon-pulse {
  width: 100%;
  padding: 100px 0;
}
.pulse-blurb-con {
  display: flex;
  flex-direction: row;
  padding-top: 40px;
}
.pulse-blurb-con .pulse-blurb {
  position: relative;
  margin-right: 25px;
}
.pulse-blurb-con .pulse-blurb figure {
  position: relative;
  padding-bottom: 94.93%;
}
.pulse-blurb-con .pulse-det {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.pulse-blurb-con .pulse-det h3 {
  font-family: var(--font-sofia);
  font-size: 26px;
  color: var(--color-white);
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 20px;
  letter-spacing: 3px;
}
.pulse-blurb-con .pulse-det p {
  font-family: var(--font-manrope);
  font-size: 20px;
  color: var(--color-white);
  line-height: 24px;
  font-weight: 700;
  transition: all 0.5s ease-out;
}
.pulse-blurb-con .overlay {
  display: block!important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 57%,
    rgba(0, 0, 0, 1) 120%
  );
}
.pulse-blurb-con .info {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.pulse-blurb-con h4 {
  font-family: var(--font-metropolis-SB);
  font-size: 26px;
  color: var(--color-white);
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 30px;
}
.pulse-blurb-con .pulse-blurb:hover .link-btn:before {
  width: 100%;
}
.pulse-line-01{ position: absolute; left: 32%; bottom:-24%; /* width: 10.6vw; */ z-index: 9;}
/* .pulse-blurb-con .owl-item{transition: all 0.2s ease-in;}
.pulse-blurb-con:hover .owl-item{filter: blur(3px); transform: scale(0.9); transition: all 0.2s ease-in;}
.pulse-blurb-con .owl-item:hover{filter: blur(0px); transform: scale(1); transition: all 0.2s ease-out;} */

.splash-popup{ position: fixed; left: 0; top: 0; width: 100%; height: 100vh; z-index: 99999;}
.splash-popup .overlay{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--color-black); opacity: 0.8; }
.splash-popup .popup-con{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 95%; max-width: 600px; border-radius: 26px; overflow: hidden;}
.splash-popup .close{ position: absolute; right: 20px; top: 20px; font-size: 22px; color: var(--color-blue); padding: 5px 10px; cursor: pointer; border-radius: 50px; z-index: 99;}
.splash-popup .close:hover{ color: var(--color-sky-blue);}

#wrapper footer {
  padding: 100px 0 0;
  background: #173866;
}
#wrapper footer h2 {
  font-family: var(--font-codec-cold-B);
  font-size: 2.7vw;
  color: var(--color-white);
  line-height: 3.02vw;
  padding: 2.6vw 0 0;
  text-transform: capitalize;
}
#wrapper footer a {
  color: var(--color-white);
}
#wrapper footer a:hover {
  color: var(--color-sky-blue);
}
#wrapper footer .ft-logo {
  position: relative;
  width: 100%;
  max-width: 244px;
  z-index: 99;
}
#wrapper footer .newsletter-con p {
  font-family: var(--font-metropolis-regular);
  font-size: 18px;
  color: var(--color-white);
  line-height: 24px;
}
#wrapper footer .input-control {
  width: 100%;
  margin: 25px 0 0;
  border: #3f83db 1px solid;
}
#wrapper footer .textBox {
  width: 70%;
  font-family: var(--font-metropolis-SB);
  font-size: 14px;
  color: var(--color-white);
  line-height: 100%;
  padding: 25px 20px;
  background: none;
  border: none;
  border-right: #3f83db 1px solid;
  border-radius: 0;
}
#wrapper footer .textBox:focus {
  background: none;
  box-shadow: none;
  outline: none;
}
#wrapper footer .textBox::placeholder {
  color: var(--color-white);
}
#wrapper footer .btn-subscribe {
  display: block;
  width: 30%;
  font-family: var(--font-metropolis-SB);
  font-size: 16px;
  color: var(--color-white);
  line-height: 100%;
  text-transform: uppercase;
  padding: 25px 20px;
  background: none;
  border: none;
}
#wrapper footer .btn-subscribe:hover {
  background: #3f83db;
}
#wrapper footer .address-blurb-con {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border: #3f83db 1px solid;
  margin-top: 4.2vw;
}
#wrapper footer .address-blurb {
  align-content: center;
  width: 100%;
  width: 33.33%;
  padding: 50px 30px;
  border-left: #3f83db 1px solid;
}
#wrapper footer .address-blurb:first-child {
  border: none;
}
#wrapper footer .address-blurb:first-child p {
  text-align: left;
}
#wrapper footer .address-blurb p {
  font-family: var(--font-metropolis-regular);
  font-size: 20px;
  color: var(--color-white);
  text-align: center;
  line-height: 26px;
  letter-spacing: 0.8px;
}
#wrapper footer .address-blurb:last-child p a {
  border-bottom: #6e829f 1px solid;
}
#wrapper footer .address-blurb p a:hover {
  color: var(--color-sky-blue);
  border-color: var(--color-sky-blue);
}

#wrapper footer h3 {
  font-family: var(--font-metropolis-regular);
  font-size: 18px;
  color: var(--color-white);
  line-height: 26px;
  text-transform: uppercase;
  padding-bottom: 25px;
  letter-spacing: 0.8px;
}
#wrapper footer .footer-nav {
  padding: 2.2vw 0 1vw;
}
#wrapper footer .footer-nav li {
  font-family: var(--font-metropolis-regular);
  font-size: 14px;
  color: #e7e9eb;
  line-height: 24px;
  padding: 5px 0;
}

#wrapper footer .other-links {
  padding: 30px 0 25px;
  border-top: #085ac0 1px solid;
}
#wrapper footer .other-links .left-blurb {
  display: flex;
  justify-content: space-between;
}
#wrapper footer .other-links .left-blurb a {
  font-family: var(--font-metropolis-regular);
  font-size: 16px;
}
#wrapper footer .other-links .right-blurb {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 26px;
  padding: 0 15px;
}
#wrapper footer .other-links .right-blurb a {
  margin-left: 40px;
}

.path-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.path-wrapper .path-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.path-wrapper .path {
  stroke: #00c1a3;
  stroke-width: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.path-wrapper .dot-holder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.path-wrapper .dot {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: var(--color-sky-blue);
  border-radius: 50%;
  top: -9px;
  left: -9px;
}
.path-wrapper .dot::before{ content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 11px; height: 8px; background: url(../images/icon-energy.png) no-repeat center center; background-size: cover;}

.line-two img {
  width: 100%;
  max-width: 150px;
  height: 244px;
}

@-webkit-keyframes mymove {
  50%   {
    transform: scale(1.1);
    opacity: 0
  }
  100%   {
    transform: scale(1);
    opacity: 0
  }
}

.path-wrapper .dot-anchor-holder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: auto;
}
.path-wrapper .dot-anchor-holder:hover .dot-link{ color:var(--color-blue)}
.path-wrapper .dot-anchor-holder:hover .dot{ background:var(--color-blue)}
.path-wrapper .dot-anchor-holder .dot {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: var(--color-sky-blue);
  border-radius: 50%;
  top: -11px;
  left: -11px;
}
.path-wrapper .dot-anchor-holder .dot::before{
  background: none;
}
.path-wrapper .dot-anchor-holder .dot-back{
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: var(--color-blue);
  opacity: 0.5;
  border-radius: 50%;
  top: -18px;
  left: -18px;
  animation: mymove 2s infinite;
  transition: all 1s;
  z-index: 1;
}

.path-wrapper .dot-anchor-holder .dot-link{
  position: absolute;
  display: inline-block;
  font-size: 14px;
  color:#747474;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}
.path-wrapper .dot-anchor-holder.pointer-left .dot-link{
  left: auto;
  top: 50%;
  right:100%;
  padding-right: 25px;
  transform: translateY(-50%);
}

/* .innovation .energy-crreative-hld{
  position: relative;
  overflow: visible;
  max-width:100%;
  margin: 0;
  padding: 0;
} */
.energy-crreative-hld picture{ display:none;}
  .home-anim-holder{ display:block;}
.home-anim-holder{
  position: relative;
  width:100%; max-width: 1363px; height: 369px; 
  /* border: 1px solid #e8e8e8; */
  margin: 0 auto;
  opacity: 0;
  perspective: 400px;
  background: var(--color-white);
  z-index: 9;
}
.home-anim-holder .home-line-holder{ height: 100%;}
.home-anim-holder .object{
  position: absolute;
}
.home-anim-holder img{
  width: 100%;
  height: auto;
}
.home-anim-bird{
  opacity: 0;
}
.home-anim-leaf{
  position: absolute;
}
.home-anim-leaf img{
}

.home-anim-base-img{
  opacity: 0.4;
}



.offer-line-03 img{
  opacity: 0.5;
}
.tech-panel{
  /* opacity: 0!important; */
}
.sect-title{
  /* opacity: 0; */
}
.innovation-line-01{
  z-index: 190;
}

/* Line Height Balance */
.innovation-line-01{ height: 458px;}
.offer-line-01{ height: 497px;}
.offer-line-02{ height: 570px;}
.offer-line-03{ height: 609px;}
.sustainability-line-01{ height: 666px;}
.tech-line-01{ height: 900px;}
.tech-line-02{ height: 570px;}
.pulse-line-01{ height: 323px;}

@media handheld, only screen and (max-width: 1680px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .md-container,
  .guide-lines-con .g-lines-hld {
    max-width: 1100px;
  }
  .link-btn{ width: 80px; height: 50px;}
  .owl-carousel .owl-nav button span{ padding: 18px 40px;}
  header {
    padding: 12px 0;
  }
  .logo {
    max-width: 120px;
  }
  nav li{ font-size: 12px;}
  #banner .banner-det h1 {
    font-size: 38px;
    line-height: 48px;
    padding-top: 15px;
  }
  #banner .banner-det h1 span {
    line-height: 48px;
  }
  #banner .banner-det p {
    font-size: 16px;
  }
  .innovation h2,
  .innovation h2 span {
    line-height: 42px;
  }
  .innovation h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .innovation .energy-crreative-hld {
    max-width: 1200px;
  }
  .future-with-geon .bridge-circle .bridge-tl{font-size: 2.8vw; line-height: 3.5vw;}
  .geon-future .geon-future-con .blurb {
    padding: 20px;
  }
  .geon-future .geon-future-con .blurb h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .geon-future .geon-future-con .blurb h3 span {
    font-size: 34px;
  }
  .geon-future .geon-future-con .blurb p {
    line-height: 22px;
  }
  .geon-future .geon-future-con {
    max-width: 800px;
  }
  .geon-future .geon-future-con figure {
    width: 100%;
    max-width: 200px;
  }
  .what-makes-us-special .blurb:last-child { padding: 10% 4% 0px 3%;}
  .what-makes-us-special h2 {
    font-size: 48px;
  }
  .what-makes-us-special h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .what-makes-us-special .edge-desc p {
    font-size: 18px;
    line-height: 22px;
  }
  .what-makes-us-special .blurb p {
    line-height: 22px; padding: 10px 0;
  }
  .what-makes-us-special .blurb-hld {
    padding: 7% 0 0;
  }
  .what-makes-us-special .energy-fig {
    max-width: 190px;
  }
  .offer-blurb-con{ padding: 40px 0 0 0;}
  .offer-blurb-con .offer-det h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .offer-blurb-con .offer-det p{ line-height: 22px;}
  .offer-blurb-con figure {
    padding-bottom: 138%;
  }
  .offer-line-01{ left: 38%; top: -37%;}
  .offer-line-02 { left: 3%; top: 15%;}
  .offer-line-03 { right: 4%; bottom: -40%;}
  .hm-services .services-slider{ padding: 40px 0 0 0;}
  .hm-services .services-blurb {
    padding-right: 20px;
  }
  .hm-services .services-blurb h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .hm-services .services-blurb p {
    line-height: 22px;
  }
  .sustainability {
    padding: 120px 0;
  }
  .sustainability h3 {
    font-size: 40px;
    line-height: 48px;
  }
  .sustainability p {
    line-height: 22px;
  }
  .sustainability .sust-det-hld {
    max-width: 900px;
  }
  .sustainability-line-01{ right: 5%;}
  .tech-that-spark .tech-panel {
    padding: 40px 0 0;
  }
  .tech-that-spark .tech-blurb p{ line-height: 24px;}
  .tech-that-spark .tech-blurb figure {
    padding-bottom: 82.19%;
  }
  .tech-line-01{ left: 4%; top: -33%;}
  .tech-line-02{ right: 5%; top: 73%;}
  .counters-hld {
    padding: 60px 0 0;
  }
  .counters-hld .counter {
    font-size: 92px;
  }
  .pulse-blurb-con h4 {
    font-size: 18px;
  }
  .pulse-line-01{ left: 30%;}
  #wrapper footer {
    padding: 80px 0 0;
  }
  #wrapper footer h2 {
    font-size: 20px;
    line-height: 40px;
    padding: 40px 0 0;
  }
  #wrapper footer .ft-logo {
    max-width: 160px;
  }
  #wrapper footer .newsletter-con p {
    font-size: 14px;
  }
  #wrapper footer .address-blurb-con {
    margin-top: 40px;
  }
  #wrapper footer .address-blurb {
    padding: 30px 20px;
  }
  #wrapper footer .address-blurb p {
    font-size: 14px;
  }
  #wrapper footer h3 {
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 15px;
  }
  #wrapper footer .footer-nav li{ font-size: 12px; line-height: 18px;}
  #wrapper footer .other-links .left-blurb a {
    font-size: 12px;
  }
  #wrapper footer .textBox,
  #wrapper footer .btn-subscribe {
    padding: 20px 20px;
  }
  #wrapper footer .btn-subscribe {
    font-size: 12px;
  }
  #wrapper footer .other-links .right-blurb{ font-size: 22px;}
  #wrapper footer .other-links .right-blurb a { margin-left: 35px;}
}
@media handheld, only screen and (max-width: 1440px) {
  .tech-line-01 { left: 1%; top: -33%;}
  .tech-line-02 { right: 1%;}
}
@media handheld, only screen and (max-width: 1360px) {
  .home-anim-holder{ height:100%!important; padding-bottom: 27%;} 
}
@media handheld, only screen and (max-width: 1200px) {
  .md-container,
  .guide-lines-con .g-lines-hld {
    max-width: 1000px;
  }
  nav li {
    font-size: 14px;
    padding: 0 18px;
  }
  .geon-future .geon-future-con {
    max-width: 700px;
  }
  .geon-future .geon-future-con {
    padding: 0 40px 150px;
  }
  .pulse-blurb-con .pulse-blurb figure {
    padding-bottom: 100%;
  }
  .pulse-blurb-con .pulse-det p {
    font-size: 18px;
  }
  #wrapper footer .ft-logo {
    max-width: 180px;
  }
  .offer-line-02 { left: 1%; top: 15%;}
  .offer-line-03 { right: 1%; bottom: -48%;}
  .sustainability-line-01 { right: 1%;}
  .tech-line-01 { left: 1%; top: -35%;}
  .tech-line-03 { left: 6%;}
}
@media handheld, only screen and (max-width: 1100px) {
  .line-con{ display: none;}
}
@media handheld, only screen and (max-width: 1023px) {
  h2 {
    font-size: 38px;
    line-height: 46px;
  }
  .md-container {
    padding: 0 20px;
  }
  .guide-lines-con {
    display: none;
  }
  .sect-title {
    padding: 0;
  }
  .loader .loader-screen:nth-child(5),
  .loader .loader-screen:nth-child(6),
  .loader .loader-screen:nth-child(7) {
    display: none;
  }
  .loader .loader-screen {
    width: 25%;
  }
  .owl-carousel .owl-nav button span {
    padding: 20px 45px;
  }
  .owl-carousel .owl-nav {
    position: relative;
    left: auto;
    bottom: auto;
    text-align: center;
    padding: 20px 10px 0 0;
  }
  nav {
    position: fixed;
    right: -300px;
    top: 0;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    padding-top: 75px;
    background: var(--color-white);
    z-index: 99;
  }
  nav ul {
    flex-direction: column;
  }
  nav ul li {
    padding: 0;
  }
  nav ul li a {
    display: block;
    padding: 20px 25px;
  }
  .nav-icon {
    display: block;
  }
  .logo {
    max-width: 120px;
  }
  #banner .banner-det h1 { font-size: 28px; line-height: 50px;}
  #banner .banner-det h1 span{ line-height: 100%;}
  .innovation .energy-crreative-hld {
    padding: 30px 20px 0;
  }


  /* Shailendra changes start */
  /* .energy-crreative-hld picture{ display:block;}
  .home-anim-holder{ display:none;} */
  .home-anim-holder{
    width: 230%;
    padding-bottom: 66%;
    margin-left: -65%;
  }
  .path-wrapper .dot-anchor-holder .dot{
    width: 16px;
    height: 16px;
    top:-8px;
    left:-8px;
  }
  .path-wrapper .dot-anchor-holder .dot-back{
    width: 25px;
    height: 25px;
    top:-12px;
    left:-12px;

  }
  .path-wrapper .dot-anchor-holder .dot-link{
    left: 17px;
  }
  .path-wrapper .dot-anchor-holder.pointer-left .dot-link{
    padding-right: 17px;
  }
  .path-wrapper .dot {
    width: 12px;
    height: 12px;
    top: -6px;
    left: -6px;
  }
  /* Shailendra changes end */

  #banner .banner-det {
    bottom: 15%;
  }
  .innovation h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .innovation h2 span {
    line-height: 40px;
  }
  
  .future-with-geon .bridge-circle .bridge-desc {
    width: 100%;
    max-width: 480px;
  }
  .future-with-geon .bridge-circle .bridge-tl {
    width: 100%;
    font-size: 42px;
    line-height: 56px;
    padding: 0 0 10px;
  }
  .geon-future .geon-future-con .blurb .line {
    display: none;
  }
  .geon-future .geon-future-con .blurb h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .geon-future .geon-future-con .blurb h3 span {
    font-size: 40px;
  }
  .what-makes-us-special {
    padding: 110px 0 130px;
  }
  .what-makes-us-special h2 {
    font-size: 50px;
  }
  .what-makes-us-special .blurb:first-child {
    padding: 5% 10px 0px 0px;
  }
  .what-makes-us-special .blurb:last-child {
    padding: 12% 0 0px 3%;
  }
  .what-makes-us-special .energy-fig {
    max-width: 220px;
  }
  .offer-blurb-con .blurb {
    width: 100%;
    padding: 0 10%;
  }
  .offer-blurb-con .offer-det {
    padding: 25px 0 0 0;
  }
  .offer-blurb-con figure {
    padding-bottom: 120%;
  }
  .hm-services .services-blurb h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .fig-hld {
    width: 100%;
    padding-bottom: 100%;
  }
  .sustainability {
    padding: 100px 0;
  }
  .sustainability .sust-det-hld {
    padding: 0;
  }
  .sustainability h3 {
    font-size: 34px;
    line-height: 42px;
  }
  .counters-hld {
    padding: 50px 0 0;
  }
  .counters-hld .counter-blurb {
    width: 33.33%;
    padding: 0 20px;
  }
  .counters-hld .counter {
    font-size: 80px;
  }
  .tech-that-spark .tech-blurb-con {
    flex-direction: column;
  }
  .tech-that-spark .tech-blurb {
    width: 100%;
  }
  .tech-that-spark .tech-blurb:last-child {
    padding: 30px 20px 100px;
  }
  .tech-that-spark .tech-blurb figure {
    position: relative;
    padding-bottom: 61%;
  }
  .pulse-blurb-con .pulse-blurb {
    width: 100%;
  }
  .pulse-blurb-con .pulse-det {
    padding: 20px 20px 90px;
    background: var(--color-blue);
  }
  .pulse-blurb-con .info {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .geon-pulse .owl-nav {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 20px 10px 0 0;
  }
  #wrapper footer h2 {
    font-size: 48px;
    line-height: 54px;
    padding: 30px 0 0;
  }
  #wrapper footer h3 {
    padding-bottom: 15px;
  }
  #wrapper footer .newsletter-con {
    padding: 30px 0 0;
  }
  #wrapper footer .newsletter-con p {
    font-size: 18px;
  }
  #wrapper footer .address-blurb {
    padding: 30px 20px;
  }
  #wrapper footer .address-blurb p {
    font-size: 16px;
  }
  #wrapper footer .footer-nav {
    padding: 50px 0 30px;
  }
  #wrapper footer .footer-nav ul {
    padding-bottom: 40px;
  }
  #wrapper footer .other-links .right-blurb {
    justify-content: center;
    padding: 30px 0 0;
  }
}
@media handheld, only screen and (max-width: 767px) {
  h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .sect-title h2 {
    padding: 0;
  }
  .sect-title .sec-category {
    padding: 0 0 20px 0px;
  }
  .owl-carousel .owl-nav button span {
    padding: 15px 35px;
  }
  #banner .banner-hld {
    padding-bottom: 100vh;
  }
  #banner .banner-det {
    bottom: 10%;
    padding: 0 20px;
  }
  #banner .banner-det h1 {
    font-size: 34px;
  }
  #banner .banner-det h1,
  #banner .banner-det h1 span {
    line-height: 46px;
  }
  #banner .banner-det p {
    font-size: 22px;
  }
  #banner .desk-video {
    display: none;
  }
  #banner .mob-video {
    display: block;
  }
  #banner video {
    min-height: 120vh;
  }
  .innovation,
  .what-makes-us-special,
  .what-we-offe,
  .hm-services,
  .sustainability,
  .tech-that-spark,
  .geon-pulse {
    padding: 50px 0 50px;
  }
  .energy-lines-con{ width: 70px;}
  .innovation .energy-lines-con { width: 70px;}
  .innovation .energy-lines-con span { height: 180px;}
  .innovation h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .innovation h2 span {
    line-height: 100%;
    line-height: 42px;
  }
  .geon-future .geon-future-con .blurb,
  .geon-future .geon-future-con .blurb:nth-child(even) {
    flex-direction: column;
    text-align: center;
  }
  .geon-future .geon-future-con .blurb .fet-det,
  .geon-future .geon-future-con .blurb:nth-child(even) .fet-det {
    width: 100%;
    padding: 20px 0 0;
  }
  .geon-future .geon-future-con .blurb p br {
    display: none;
  }
  .bridge-circle .circle {
    width: 83vw;
    height: 80vw;
  }
  .what-makes-us-special h2 {
    font-size: 46px;
  }
  .what-makes-us-special .energy-fig {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0);
    max-width: 180px;
    margin: 50px auto 0;
  }
  .what-makes-us-special .blurb-hld{ width: 75%; margin: 0 auto; padding: 30px 0 0 0;}
  .what-makes-us-special .blurb-con {
    flex-direction: column;
  }
  .what-makes-us-special .blurb {
    width: 100%;
    padding: 15px 0 !important;
  }
  .what-makes-us-special .blurb-con:last-child {
    margin: 0;
  }
  .what-we-offer { padding: 100px 0 50px;}
  .offer-blurb-con {
    padding: 30px 0 0 0;
  }
  .offer-blurb-con .blurb {
    padding: 0 5%;
  }
  .offer-blurb-con .offer-det {
    padding: 25px 10px 0;
  }
  .offer-blurb-con .offer-det h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .offer-blurb-con figure {
    padding-bottom: 135%;
  }
  .hm-services .services-slider {
    padding: 30px 0 0;
  }
  .counters-hld {
    flex-direction: column;
    padding: 30px 0 0 0;
  }
  .counters-hld .counter-blurb {
    width: 100%;
    padding: 20px 0;
  }
  .tech-that-spark .tech-panel {
    padding: 30px 0 0;
  }
  .pulse-blurb-con {
    padding-top: 30px;
  }
  .splash-popup .close{ right: 10px; top: 10px; font-size: 20px;}
  #wrapper footer .ft-logo {
    max-width: 150px;
  }
  #wrapper footer h2 {
    font-size: 37px;
    line-height: 42px;
  }
  #wrapper footer .address-blurb-con {
    flex-direction: column;
  }
  #wrapper footer .address-blurb {
    width: 100%;
    padding: 20px;
    border-left: 0;
    border-top: #3f83db 1px solid;
  }
  #wrapper footer .address-blurb p {
    text-align: left;
  }
  #wrapper footer .other-links .right-blurb a {
    margin: 0 20px;
  }
}

@media handheld, only screen and (max-width: 480px) {
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .link-btn {
    width: 70px;
    height: 50px;
  }
  #banner .banner-det h1 {
    font-size: 28px;
  }
  #banner .banner-det h1,
  #banner .banner-det h1 span {
    line-height: 36px;
  }
  #banner .banner-det p {
    font-size: 18px;
  }
  .innovation h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .innovation h2,
  .innovation h2 span {
    line-height: 34px;
  }
  .future-with-geon .bridge-circle .bridge-tl {
    font-size: 34px;
    line-height: 44px;
  }
  .future-with-geon .bridge-circle .bridge-desc p br {
    display: block;
  }
  .geon-future .geon-future-con .blurb h3 {
    font-size: 22px;
    line-height: 100%;
  }
  .geon-future .geon-future-con .blurb h3 span {
    font-size: 30px;
  }
  .geon-future .geon-future-con figure {
    max-width: 150px;
  }
  .bridge-circle .circle {
    width: 82vw;
    height: 79vw;
  }
  .what-makes-us-special .energy-fig {
    max-width: 150px;
  }
  .what-makes-us-special h2 {
    font-size: 38px;
  }
  .what-makes-us-special h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .offer-blurb-con figure {
    padding-bottom: 100%;
  }
  .sustainability h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .tech-that-spark .tech-blurb h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .pulse-blurb-con h4 {
    font-size: 22px;
  }
  .hm-services .services-blurb {
    padding-right: 20px;
  }
  #wrapper footer h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #wrapper footer h3 {
    font-size: 14px;
    line-height: 18px;
  }
  #wrapper footer .newsletter-con p {
    font-size: 14px;
  }
  #wrapper footer .textBox {
    width: 65%;
    padding: 20px 20px;
  }
  #wrapper footer .btn-subscribe {
    width: 35%;
    font-size: 14px;
    padding: 20px 20px;
  }
  #wrapper footer .address-blurb-con {
    margin-top: 20px;
  }
  #wrapper footer .address-blurb p {
    font-size: 14px;
    line-height: 22px;
  }
  #wrapper footer .footer-nav ul {
    padding-bottom: 35px;
  }
  #wrapper footer .footer-nav li {
    line-height: 20px;
  }
  #wrapper footer .other-links .left-blurb {
    text-align: center;
  }
  #wrapper footer .other-links .right-blurb {
    font-size: 24px;
    padding: 25px 0 0;
  }

  /* Shailendra */
  .what-makes-us-special{
    overflow: hidden;
  }
  .what-makes-us-special .energy-fig {
    max-width: 110px;
  }
  .what-makes-us-special .blurb-hld{ 
    display: flex;
    flex-direction: row;
    width: 400%;
  }
  .what-makes-us-special .blurb-hld .blurb-con{ 
    display: flex;
    flex-direction: row;
  }
  
  .what-makes-us-special .blurb-hld .blurb-con .blurb{ 
    margin-left: 6.5% ;
    margin-right: 6.5%;
  }
  /* end */
  
}

@media handheld, only screen and (max-width: 375px) {
  .geon-future .geon-future-con .blurb h3 {
    font-size: 20px;
  }
  .geon-future .geon-future-con .blurb h3 span {
    font-size: 26px;
  }
  #wrapper footer .other-links .left-blurb {
    flex-direction: column;
  }
  #wrapper footer .other-links .left-blurb a {
    padding: 5px 0;
  }
}





.energy-fig {
  
  border: 0px solid #743b3b;
}
.energy-fig img{
  opacity: 0;
}
.canvas-container-electric-3d {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* Add these properties for transparency */
  background: transparent;
}
.canvas-container-electric-3d canvas {
  position: absolute;
  left:-5%; top:-5%;
  width: 110% !important;
  height: 110% !important;
  background: transparent !important;
  border: 0px solid #3b3f74;
}


.delay-img-hld{
  
  position: relative;
}
.delay-img-hld .delay-img{
  position: absolute;
  left:0; top:0;
  width: 100%;
  height: 100%;
}




.offer-line-02{
  height:570px;
}