.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 1;
}

.nav-bar-1 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: block;
  background-color: #fff;
}

.nav-bar-1.services {
  background-color: transparent;
}

.nav-bar-1.services-2-0 {
  background-color: rgba(0, 0, 0, 0.51);
}

.nav-bar-1.services-2-0.carrers {
  position: fixed;
  background-color: #fff;
}

.nav-bar-1.services-2-0.contact {
  background-color: #fff;
}

.brand-1-logo {
  width: 200px;
  height: 75px;
  background-image: url('../images/Desktop-Logo.svg');
  background-position: 50% 50%;
  background-size: 75% 100px;
  background-repeat: no-repeat;
}

.brand-1-logo.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  background-image: none;
}

.brand-1-logo.services {
  background-image: url('../images/WHITE-DESKTOP.svg');
}

.brand-1-logo.services.careers {
  background-image: url('../images/Desktop-Logo.svg');
}

.brand-1-logo.services.contact {
  background-image: url('../images/Desktop-Logo.svg');
}

.image {
  width: 100px;
  height: 100px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.container.services {
  background-color: transparent;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  margin-top: 0px;
  margin-right: 3%;
  margin-left: 26px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.nav-link.contact.services {
  margin-right: 3%;
  margin-left: 0px;
}

.nav-link.contact.services.button {
  width: 120px;
  height: 50px;
  margin-top: 14px;
}

.nav-link.about-us {
  margin-right: 3%;
  margin-left: 7px;
}

.nav-link.about-us.services-2-0 {
  color: #fff;
}

.nav-link.services {
  margin-right: 0%;
}

.nav-link.career {
  margin-right: 3%;
}

.nav-text {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.nav-text.contact {
  font-weight: 400;
}

.nav-text.contact.services {
  color: #fff;
}

.nav-text.contact.services.contact1 {
  color: #fff;
}

.nav-text.contact.services.contact1.contacct {
  color: #000;
}

.nav-text.services {
  color: #fff;
  font-weight: 400;
}

.nav-text.services.careers {
  color: #000;
}

.nav-text.services.contact {
  color: #000;
}

.section-1 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  width: auto;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/New-Boy.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Group-2.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-and-call-to-action {
  position: absolute;
  left: 8%;
  top: 15%;
  margin-top: 0%;
  margin-left: 0%;
}

.heading {
  width: auto;
  height: auto;
  margin-top: 33px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 70px;
  line-height: 65px;
}

.paragraph {
  width: auto;
  height: auto;
  margin-top: 14px;
  margin-bottom: -6px;
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
}

.quote-button {
  position: relative;
  top: -45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  margin-top: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #d31313;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.quote-button._1 {
  margin-top: 0px;
  background-color: #1eebb2;
}

.quote-button._1._2 {
  margin-top: 0px;
}

.text-block {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}

.the-landing-page-man {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  height: auto;
  max-width: 100%;
}

.image-3 {
  max-width: 50%;
}

.image-4 {
  width: 321.296875px;
  height: 575.515625px;
  max-height: none;
  max-width: 60%;
  margin-top: 0px;
  margin-left: -10%;
  -o-object-fit: fill;
  object-fit: fill;
}

.tag-line-for-the-clients {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0%;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00739f;
}

.heading-2 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.grid {
  margin-top: -19px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.client-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  position: static;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 30px;
}

.section-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.body {
  margin-top: 0px;
  font-size: 1vw;
  line-height: 1;
}

.section-3 {
  margin-top: 57px;
  background-color: #fff;
}

.grid-3 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.expertise-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 70px;
}

.paragraph-2 {
  margin-top: 49px;
  padding-right: 7px;
  padding-left: 7px;
  font-family: 'DM Sans', sans-serif;
  color: #686868;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.section-4 {
  margin-top: 163px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  color: #fff;
}

.electrical-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1020px;
  height: 350px;
  max-width: none;
  padding-top: 0px;
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: url('../images/electrical-services.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.electrical-services._1 {
  background-image: url('../images/SERVER-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.electrical-services._1.new {
  background-image: url('../images/electrical-services.jpg');
}

.section-5 {
  position: relative;
  width: 1071px;
  height: 490px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.image-feature {
  width: 490px;
  height: 490px;
  padding-top: 30px;
  padding-left: 60px;
  background-image: url('../images/SECURITY-CAM.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-feature._1 {
  width: 490px;
  height: 490px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-left: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url('../images/SOLAR-PANEL.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-feature._1:hover {
  background-color: transparent;
}

.section-6 {
  margin-top: 40px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sectiona {
  margin-top: 25px;
}

.grid-7 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-8 {
  width: 1071px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.caeserea-section-1 {
  width: 300px;
  height: 400px;
  background-image: url('../images/1.jpg');
  background-position: 10% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.caeserea-section-2 {
  width: 300px;
  height: 400px;
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.caeserea-section-2._2 {
  background-image: url('../images/3.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.heading-and-button-feature-tag {
  position: relative;
}

.heading-5 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 55px;
}

.paragraph-3 {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.text-wrapper {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.bold-text {
  color: #eb6842;
}

.bold-text-2 {
  color: #eb6842;
}

.lottie-animation {
  width: 20px;
  height: auto;
  margin-right: 0px;
  margin-left: 10px;
}

.bold-1 {
  position: relative;
  top: 0px;
  font-weight: 400;
}

.bold-2 {
  font-weight: 400;
}

.bold-3 {
  font-weight: 400;
}

.paragraph-div {
  margin-top: 49px;
}

.text-block-2 {
  text-align: center;
}

.text-block-3 {
  text-align: center;
}

.text-blockk {
  margin-top: 5px;
  font-family: 'DM Sans', sans-serif;
  color: #707070;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.link-block {
  position: absolute;
  top: 138px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-2 {
  width: 50px;
  height: 50px;
}

.lottie-animation-3 {
  display: inline-block;
  width: 280px;
}

.text-block-4 {
  display: inline-block;
  margin-top: 2px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 65px;
  line-height: 65px;
  font-weight: 700;
}

.text-block-4._1 {
  position: relative;
  left: 6px;
  top: -8px;
  display: block;
  width: 300px;
  margin-top: 13px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #d31313;
  font-size: 65px;
}

.text-block-5 {
  display: inline-block;
}

.text-block-6 {
  display: inline-block;
}

.div-block-2 {
  display: block;
  width: 800px;
  margin-top: 30px;
}

.bold-text-3 {
  color: #d31313;
}

.overlay {
  position: absolute;
  left: 22px;
  z-index: 0.9;
  width: 490px;
  height: 490px;
  background-color: rgba(0, 0, 0, 0.36);
}

.overlay-1 {
  position: absolute;
  left: 52%;
  z-index: 0.9;
  width: 490px;
  height: 490px;
  background-color: rgba(0, 0, 0, 0.36);
}

.over-1 {
  position: absolute;
  left: 2.1%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 490px;
  height: 490px;
  background-color: rgba(0, 0, 0, 0.3);
}

.over-1._1 {
  left: 52%;
  background-color: rgba(0, 0, 0, 0.3);
}

.over {
  position: absolute;
  left: 2.15%;
  top: 0%;
  z-index: 1;
  width: 490px;
  height: 490px;
  background-color: rgba(0, 0, 0, 0.28);
}

.over-3 {
  position: absolute;
  right: 2.15%;
  width: 490px;
  height: 490px;
  background-color: rgba(0, 0, 0, 0.28);
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3._2 {
  margin-top: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: -10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-8 {
  margin-top: 41px;
}

.grid-9 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.scatttered-2 {
  display: block;
  width: 250px;
  height: 350px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.scatttered-2._1 {
  width: 400px;
  height: 500px;
  background-image: url('../images/5.jpg');
}

.scatttered-2._2 {
  width: 300px;
  height: 4450px;
}

.overlaid {
  position: absolute;
  left: 2%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 490px;
  height: 490px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-9 {
  margin-top: 100px;
}

.grid-10 {
  width: 1071px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.last-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.last-div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.last-one {
  width: 300px;
  height: 400px;
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.last-one-2 {
  width: 300px;
  height: 400px;
  background-image: url('../images/7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-11 {
  width: 1071px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-12 {
  width: 1071px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 350px;
  padding: 10px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(30, 235, 178, 0.2);
}

.clients._3 {
  padding-left: 18px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clients._1 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-13 {
  width: 1071px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.picture-and-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-left: 0px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  width: 100px;
  height: 100px;
  margin-left: -23px;
  border-radius: 50px;
  background-color: #1eebb2;
}

.div-block-7 {
  width: 80px;
  height: 5px;
  margin-top: -7px;
  border-radius: 10px;
  background-color: #eb6842;
}

.text-block-7 {
  margin-top: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
}

.div-block-8 {
  margin-left: 20px;
}

.heading-6 {
  font-family: 'DM Sans', sans-serif;
  font-size: 28px;
}

.paragraph-4 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 7px;
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-8-1 {
  margin-top: 66px;
}

.client-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-7 {
  width: 495.5px;
  margin-top: 5px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 40px;
  text-align: left;
}

.heading-7._2 {
  text-align: center;
}

.text-block-8 {
  font-family: 'DM Sans', sans-serif;
  color: #707070;
  font-size: 30px;
  line-height: 30px;
}

.section-7-1 {
  margin-top: 0px;
  background-color: #fee;
}

.project-descrioption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 40px 16px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-5 {
  width: 495.5px;
  margin-top: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #707070;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.section-10 {
  position: relative;
  z-index: -1;
  margin-top: -203px;
}

.picture-spiral {
  height: auto;
}

.section-11 {
  margin-top: 100px;
}

.heading-before-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-8 {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  margin-top: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eb6842;
  border-radius: 10px;
  background-color: #eb6842;
  text-decoration: none;
}

.link-block-2.about-us {
  border-width: 1px;
}

.link-block-2.services {
  margin-top: 26px;
}

.text-block-9 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.footer {
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #00739f;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 66px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-logo-link {
  width: 20%;
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 30%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.list-item {
  margin-top: -8px;
}

.list {
  margin-top: -6px;
}

.div-block-10 {
  margin-left: -48px;
}

.div-block-11 {
  margin-left: -34px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-6 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.text-block-10 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.image-6 {
  position: static;
  height: auto;
  max-width: 100%;
}

.navbar-2 {
  display: none;
}

.container-2 {
  display: none;
}

.lottie-animation-4 {
  display: none;
}

.nav-menu-2 {
  display: none;
}

.text-block-11 {
  margin-top: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
}

.paragraph-1 {
  width: 1071px;
  margin-top: 32px;
  padding-right: 43px;
  padding-left: 43px;
  font-family: 'DM Sans', sans-serif;
  color: #707070;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.section-1-1 {
  height: 100vh;
}

.grid-14 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.electrical-services-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 141px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16))), url('../images/Electrical-Services-high.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), url('../images/Electrical-Services-high.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-size: 8px;
}

.section-2-1 {
  margin-top: 60px;
}

.grid-15 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.electrical-services-heading {
  margin-top: -23px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 110px;
  line-height: 110px;
}

.dropdown-list {
  margin-top: 4px;
  background-color: transparent;
}

.dropdown-list.w--open {
  width: 150px;
  margin-top: 160px;
  margin-left: -11px;
  background-color: #fff;
}

.dropdown-list.services.w--open {
  margin-left: -2px;
  background-color: rgba(0, 0, 0, 0.51);
  color: rgba(0, 0, 0, 0.56);
}

.dropdown-list.services.contact {
  background-color: #fff;
}

.dropdown-list.services.careeeeeeers.w--open {
  background-color: #fff;
}

.dropdown-link {
  font-family: 'DM Sans', sans-serif;
  text-align: center;
}

.dropdown-link.sefvices {
  color: #fff;
}

.dropdown-link.sefvices.contact {
  color: #000;
}

.dropdown-link.sefvices.careers {
  color: #000;
}

.dropdown-link-2 {
  font-family: 'DM Sans', sans-serif;
  text-align: center;
}

.dropdown-link-2.services {
  color: #fff;
}

.dropdown-link-2.services.contact {
  color: #030303;
}

.dropdown-link-2.services.careerss {
  color: #000;
}

.icon {
  background-color: #fdfdfd;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-5 {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-6 {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.transformer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.transformer-div._2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-9 {
  font-family: 'DM Sans', sans-serif;
  color: #000;
}

.description-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-9 {
  height: 400px;
}

.paragraph-7 {
  width: 517.5px;
  margin-top: -37px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 23px;
  line-height: 30px;
}

.text-block-div {
  margin-top: 13px;
}

.text-block-12 {
  margin-top: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #646464;
  font-size: 20px;
}

.section-3-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #f4ffff;
}

.flex-container._2 {
  padding-left: 19px;
  border-radius: 10px;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 80%;
  -ms-flex: 0 80%;
  flex: 0 80%;
}

.feature-image-mask._2 {
  margin-right: 0px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-10 {
  font-family: 'DM Sans', sans-serif;
  color: #eb6842;
  font-size: 40px;
  line-height: 40px;
}

.paragraph-8 {
  padding-right: 27px;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
}

.div-block-15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.div-block-15._2 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.section-6-5 {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-16 {
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-us-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.lottie-animation-7 {
  width: 100px;
  height: 100px;
}

.lottie-animation-7._2 {
  width: 100px;
  height: 100px;
}

.heading-11 {
  font-family: 'DM Sans', sans-serif;
  font-size: 40px;
}

.heading-12 {
  font-family: 'DM Sans', sans-serif;
  font-size: 40px;
}

.heading-13 {
  font-family: 'DM Sans', sans-serif;
  font-size: 40px;
}

.about-us {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
}

.button-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 40px;
  margin-top: 18px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eb6842;
  border-radius: 5px;
  background-color: #d31313;
  font-family: 'DM Sans', sans-serif;
  text-decoration: none;
}

.button-2.services {
  border-color: #d31313;
  background-color: #d31313;
}

.lottie-animation-8 {
  position: absolute;
  left: 50%;
  top: 88%;
  width: 50px;
  height: 50px;
}

.text-block-13 {
  color: #fff;
}

.text-block-13.carrers {
  color: #fff;
}

.section-1-11 {
  height: 100vh;
}

.grid-17 {
  height: 100vh;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.career-image-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 9%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/2209-1-1.jpg');
  background-position: 50% -100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.career-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  height: 80%;
  margin-top: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/careers.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-14 {
  margin-top: 1.5%;
  background-color: transparent;
  font-family: 'DM Sans', sans-serif;
  color: #7e7e7e;
  font-size: 50px;
  line-height: 50px;
}

.section-2-11 {
  margin-top: 19px;
}

.grid-18 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 31px;
  padding-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-9 {
  width: auto;
  margin-top: 33px;
  padding-right: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #7e7e7e;
  font-size: 18px;
  line-height: 25px;
}

.heading-15 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'DM Sans', sans-serif;
  color: #7e7e7e;
  font-size: 35px;
}

.section-3-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-19 {
  width: 80%;
  padding-left: 20px;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-gallery-1 {
  width: 350px;
  height: 420.390625px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/686-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-gallery-2 {
  width: 300px;
  height: 400px;
  margin-top: 154px;
  margin-right: 0px;
  margin-left: -37px;
  background-image: url('../images/1336-1-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-4-11 {
  position: relative;
  z-index: -1;
  margin-top: -175px;
}

.section-5-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-16 {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 50px;
}

.custom-footer {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  height: 100vh;
  margin-top: 18px;
}

.custom-footer.services {
  margin-top: 28px;
}

.custom-footer.contact {
  margin-top: 0px;
}

.grid-20 {
  height: 100vh;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/foot-new.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.inside-content {
  width: 600px;
  height: 450px;
  margin-left: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-10 {
  width: 50px;
  height: 50px;
}

.text-block-14 {
  position: relative;
  top: 8px;
  width: 400px;
  height: 70px;
  margin-top: 20px;
  padding-left: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #434343;
  font-size: 20px;
}

.bold-text-4 {
  position: relative;
  top: 21px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 35px;
  text-decoration: underline;
}

.bold-text-5 {
  position: relative;
  top: 21px;
  font-family: 'DM Sans', sans-serif;
  color: #d31313;
  font-size: 35px;
  text-decoration: underline;
}

.paragraph-10 {
  position: relative;
  top: -24px;
  display: inline-block;
  margin-top: 26px;
  padding-left: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #949292;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-11 {
  position: relative;
  top: -16px;
  width: 400px;
  height: 70px;
  margin-top: 63px;
  padding-left: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #434343;
  font-size: 20px;
}

.text-block-15 {
  margin-top: 4px;
  font-family: 'DM Sans', sans-serif;
  color: #aaa;
  font-size: 16px;
}

.text-block-15.mobile {
  display: none;
}

.text-block-16 {
  margin-top: 48px;
  font-family: 'DM Sans', sans-serif;
  color: #eb6842;
  font-size: 16px;
}

.div-block-16 {
  margin-top: 23px;
}

.section-1-12 {
  height: 100vh;
}

.grid-21 {
  height: 100vh;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ict-services-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 141px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ICT-NEW-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-2-13 {
  margin-top: 60px;
}

.grid-22 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ict-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ict-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-11 {
  position: relative;
  z-index: -1;
  height: 400px;
  margin-top: -20px;
}

.heading-17 {
  font-family: 'DM Sans', sans-serif;
  color: #000;
}

.paragraph-12 {
  width: 527.5px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 23px;
  line-height: 30px;
}

.ict-text {
  width: 527.5px;
  margin-top: 15px;
  font-family: 'DM Sans', sans-serif;
  color: #646464;
  font-size: 20px;
  line-height: 23px;
}

.section-1-22 {
  height: 100vh;
}

.grid-23 {
  height: 100vh;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.the-text-and-picture-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-18 {
  margin-top: -14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 38px;
  line-height: 38px;
}

.about-us-image {
  width: 80%;
  height: 60%;
  margin-top: 0px;
  margin-bottom: -80px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/careers.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-17 {
  width: 82%;
  height: 85%;
  margin-top: 54px;
  padding-right: 10px;
  padding-left: 10px;
}

.heading-19 {
  font-family: 'DM Sans', sans-serif;
  line-height: 40px;
}

.image-of-about-us {
  height: 71%;
  background-image: url('../images/about-us-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bold-text-6 {
  color: #eb6842;
}

.section-2-22 {
  margin-top: 47px;
}

.grid-24 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.story-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-18 {
  width: 130px;
  height: 5px;
  margin-top: -11px;
  border-radius: 3px;
  background-color: #1eebb2;
}

.heading-20 {
  font-family: 'DM Sans', sans-serif;
  color: #000;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-13 {
  width: 527.5px;
  padding-top: 6px;
  padding-right: 89px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
}

.section-3-22 {
  margin-top: 16px;
}

.grid-25 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagee {
  width: 82%;
  height: 500px;
  background-image: url('../images/ABOUT-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-4-22 {
  margin-top: 61px;
}

.grid-26 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.expertise-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.explanation-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-14 {
  width: 527.5px;
  margin-top: 22px;
  padding-right: 66px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
}

.italic-text {
  color: #eb6842;
}

.italic-text-2 {
  color: #eb6842;
}

.section-5-22 {
  margin-top: 49px;
}

.grid-27 {
  width: 1071px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.experience-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-heading {
  font-family: 'DM Sans', sans-serif;
  font-size: 45px;
}

.career-text-block {
  margin-top: -8px;
  font-family: 'DM Sans', sans-serif;
}

.mobile-landscape-mapp {
  height: 100vh;
  padding-bottom: 58px;
}

.grid-28 {
  width: 1071px;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-21 {
  margin-top: 72px;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'DM Sans', sans-serif;
  color: #847676;
  font-size: 24px;
}

.text-field {
  width: 450px;
  margin-top: 20px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #d31313;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 18px;
}

.text-field.brief-description {
  overflow: visible;
  height: 200px;
  padding-top: 8px;
  text-align: center;
}

.form {
  width: 500px;
  margin-top: 38px;
  margin-bottom: -34px;
}

.submit-button {
  width: 150px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 0px;
  border-radius: 5px;
  background-color: #d31313;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.form-block {
  height: auto;
  margin-top: -17px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.section {
  margin-top: 39px;
}

.section-6-23 {
  margin-top: 64px;
}

.grid-29 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.location-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.jesunic-location-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.google-map-section {
  margin-top: 63px;
}

.grid-30 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.map-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  width: 70%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.tablet-mao {
  display: none;
}

.mobile-landscape-map {
  display: none;
}

.html-embed-2 {
  display: none;
}

.last-section {
  margin-top: 36px;
}

.last-header-and-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-22 {
  width: 611.0625px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

.link-2 {
  color: #eb6842;
  text-decoration: underline;
}

.section-2-3333 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-31 {
  margin-top: 23px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-of-the-clients {
  width: 200px;
  height: 60px;
  background-image: url('../images/Shell-Logo-1.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.logo-of-the-clients._2 {
  background-image: url('../images/Shell-Logo-1.png');
}

.text-block-17 {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
}

.underline {
  width: 50px;
  height: 5px;
  margin-top: -4px;
  background-color: #d31313;
}

.underline._1 {
  width: 100px;
  margin-top: -8px;
}

.underline._2 {
  margin-top: -12px;
}

.underline.original {
  width: 250px;
}

.section-3-3345 {
  margin-top: 52px;
  background-color: #00739f;
}

.grid-32 {
  width: 1071px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  padding-top: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-div {
  position: relative;
  top: 48px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #fff1f1;
}

.ict-div1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 450px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
}

.image-12 {
  height: 100px;
}

.image-13 {
  height: 100px;
}

.div-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  margin-top: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #d31313;
}

.paragraph-15 {
  margin-top: 18px;
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.heading-23 {
  margin-top: 41px;
  font-family: 'DM Sans', sans-serif;
}

.text-block-18 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 20px;
}

.ceo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-right: 34px;
  padding-left: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/ABOUT-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ceo-div._2 {
  padding-top: 34px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: none;
}

.paragraph-16 {
  width: 469.5px;
  margin-top: 25px;
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.heading-24 {
  font-family: 'DM Sans', sans-serif;
}

.grid-33 {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.explain-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.grid-34 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-decoration: none;
}

._30-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.lottie-animation-9 {
  width: 70px;
  height: 70px;
  opacity: 1;
}

.lottie-animation-10 {
  width: 70px;
  height: 70px;
  opacity: 1;
}

.lottie-animation-11 {
  width: 70px;
  height: 70px;
  opacity: 1;
}

.text-block-19 {
  font-family: 'DM Sans', sans-serif;
  color: #030303;
  text-decoration: none;
}

.text-block-20 {
  text-decoration: none;
}

.text-block-21 {
  text-decoration: none;
}

.heading-25 {
  margin-top: 15px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 35px;
}

.text-block-22 {
  margin-top: 5px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
}

.div-block-20 {
  width: 300px;
  height: 450px;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-21 {
  width: 300px;
  height: 450px;
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-22 {
  width: 300px;
  height: 450px;
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  margin-top: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #d31313;
  text-decoration: none;
}

.clients-section {
  height: 500px;
  margin-top: 73px;
  background-image: url('../images/Hex-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-35 {
  width: 1071px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-for-clients {
  width: 340px;
  height: 280px;
  padding-top: 28px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #f3f2ff;
}

.div-block-23 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.eclipse-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  width: 75px;
  height: 75px;
  border-radius: 50px;
  background-color: #d31313;
}

.div-block-25 {
  width: 250px;
  height: 75px;
  padding-top: 9px;
  padding-left: 10px;
}

.heading-26 {
  display: inline-block;
  margin-top: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
}

.text-block-23 {
  display: inline-block;
  margin-top: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
}

.paragraph-17 {
  overflow: visible;
  margin-top: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
}

.underline1 {
  display: none;
  width: 300px;
  height: 5px;
  margin-top: -10px;
  margin-left: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #d31313;
}

.gallery-section._1 {
  margin-top: 50px;
}

.gallery-section._2.ict {
  margin-top: 55px;
}

.gallery-section._2.ict2 {
  margin-top: 33px;
}

.grid-36 {
  width: 1071px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.doings-gallery {
  display: block;
  width: 340px;
  height: 280px;
  padding-top: 40px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fee;
}

.header-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-14 {
  height: 60px;
}

.heading-27 {
  margin-top: 3px;
  margin-left: 17px;
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
}

.image-15 {
  height: 60px;
}

.image-16 {
  height: 60px;
}

.paragraph-test {
  margin-top: 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
}

.intercepting-section {
  margin-top: 25px;
}

.grid-37 {
  height: 600px;
  padding-right: 20px;
  padding-left: 20px;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.imaging-div {
  background-image: url('../images/686-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.imaging-div2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00739f;
}

.navigation-menu {
  display: none;
}

.paragraph-18 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 20px;
}

.bold-text-7 {
  text-decoration: underline;
}

.link-3 {
  color: #d31313;
}

.textarea {
  overflow: auto;
  width: 450px;
  height: 300px;
  margin-top: 23px;
}

.textarea-2 {
  width: 450px;
  height: 0px;
  min-height: 150px;
  min-width: 450px;
  margin-top: 20px;
  border: 1px solid #d31313;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
}

.textarea-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500%;
}

.map-and-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-left: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold-text-8 {
  color: #847676;
}

.paragraph-19 {
  margin-top: -206px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 25px;
}

.map-container {
  width: 400px;
  height: 400px;
  margin-top: 0px;
  margin-bottom: -52px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.desktop-mapp {
  margin-top: 20px;
}

.paragraph-20 {
  margin-top: 73px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.bold-text-9 {
  position: relative;
  top: -8px;
  color: #847676;
  font-size: 20px;
}

.div-block-26 {
  height: 500px;
  margin-top: 42px;
  background-image: url('../images/2622-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tablet-mapp {
  display: none;
}

.mobile-landscape-mappp {
  display: none;
}

.mobile-map {
  display: none;
}

.breakdown-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #fff;
}

.breakdown-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.list-2 {
  width: 80%;
}

.intern-div {
  margin-top: 28px;
  background-color: #00739f;
}

.grid-38 {
  width: 1071px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sub-intern-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 527.5px;
  height: 500px;
  padding-top: 65px;
  padding-right: 63px;
  padding-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-intern-div.image {
  padding-top: 0px;
  padding-right: 53px;
  padding-left: 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  margin-top: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 10px;
  background-color: #d31313;
  text-decoration: none;
}

.text-block-24 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.heading-28 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 35px;
}

.paragraph-21 {
  margin-top: 3px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.icon-section {
  margin-top: 23px;
}

.grid-39 {
  width: 1071px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icons-gallery-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  height: 340px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fee;
}

.image-17 {
  height: 100px;
}

.text-block-25 {
  margin-top: 9px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  text-align: center;
}

.image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-27 {
  width: 82%;
  height: 400px;
  background-color: transparent;
  background-image: url('../images/Rectangle-142.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-28 {
  width: 80%;
  height: 400px;
  background-color: transparent;
  background-image: url('../images/Rectangle-144.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-for-mobile {
  display: none;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.section-of-content {
  position: static;
  top: -251px;
  height: auto;
}

.image-18 {
  position: static;
  top: 299px;
  z-index: 1;
  height: auto;
}

.blue-section {
  height: auto;
  background-color: #00739f;
}

.grid-40 {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.expertise-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 56px;
  padding-left: 18%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.the-wire-pose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-22 {
  display: inline-block;
  margin-top: 18px;
  padding-right: 55px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.heading-29 {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 55px;
}

.electrical-wire-image {
  height: auto;
  max-width: 95%;
}

.grid-41 {
  margin-top: 22px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lottie-generator-div {
  height: 125.734375px;
}

.lottie-generator {
  height: 95px;
}

.text-block-26 {
  text-align: left;
}

.dedication-text-box {
  margin-top: 2px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

.section-for-electrical-services {
  width: auto;
  height: auto;
  background-color: #00739f;
}

.grid-42 {
  width: 1050px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 7px;
  grid-row-gap: 707px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.electrical-div {
  width: 450px;
  height: 450px;
  padding-top: 39px;
  padding-right: 31px;
  padding-left: 28px;
  border-radius: 20px;
  background-color: #015d80;
}

.circles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 65px;
  background-color: #fff1f1;
}

.mast-image {
  height: 100px;
}

.image-19 {
  height: 100px;
}

.div-heading {
  font-family: 'DM Sans', sans-serif;
  color: #fff7f7;
  font-size: 35px;
}

.paragraph-23 {
  font-size: 18px;
}

.services-paragraph {
  font-family: 'DM Sans', sans-serif;
  color: #d1d1d1;
  font-size: 18px;
  line-height: 22px;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 45px;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #d31313;
  text-decoration: none;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 45px;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #d31313;
  text-decoration: none;
}

.text-block-27 {
  font-size: 18px;
}

.text-block-28 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.text-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.section-for-the-ceo {
  position: static;
  z-index: -1;
  height: auto;
  padding-top: 37px;
  background-color: #00739f;
}

.grid-43 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ceo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-jesunic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 82px;
  padding-right: 40px;
  padding-left: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-20 {
  max-width: 120%;
}

.red-line-box {
  width: 454.5px;
  height: auto;
  margin-top: 22px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.div-block-29 {
  position: absolute;
  left: auto;
  top: 67%;
  right: 43%;
  bottom: 0%;
  width: 80px;
  height: 18px;
  background-color: #d31313;
}

.housing-for-the-heading-and-box {
  position: relative;
}

.heading-30 {
  background-color: transparent;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 38px;
}

.trusted-by {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-top: 83px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #00739f;
  background-image: url('../images/Shell-Section-BG-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.swirvle-curve {
  padding-top: 12px;
}

.heading-31 {
  margin-top: 10%;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.client-wrapper-marquee {
  overflow: hidden;
  margin-top: 2%;
  padding: 10px;
}

.marquee-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
}

.marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.client-section {
  height: 80px;
}

.client-wrapped {
  width: 150px;
  height: 60px;
  margin: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #919191;
}

.section-12 {
  overflow: hidden;
  padding: 10px;
}

.marquee-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
}

.marquee-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 15px;
  background-color: #6b6b6b;
}

.image-21 {
  height: 30px;
}

.text-block-30 {
  margin-top: 8px;
}

.nav-bar {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bramd-logo {
  max-width: 50%;
}

.slidp {
  position: relative;
  width: 100%;
  height: auto;
}

.land {
  height: 100vh;
}

.image-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-right: 0em;
  padding-left: 7.6em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/landing-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-holder._2 {
  background-image: url('../images/landing-2nd.jpg');
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.loader-parent {
  position: absolute;
  left: 4em;
  top: auto;
  right: auto;
  bottom: 7%;
  z-index: 2;
  width: auto;
  height: auto;
}

.logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8em;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-link.foooterr {
  width: 7em;
}

.image-22 {
  width: auto;
}

.circle-holder {
  position: relative;
  width: 4em;
  height: 4em;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
}

.loader-1 {
  position: absolute;
  left: 80%;
  top: 17%;
  right: 0%;
  bottom: 0%;
  width: 1em;
  height: 80%;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: red;
}

.loader-2 {
  position: absolute;
  left: -5%;
  top: 17%;
  width: 1em;
  height: 80%;
  background-color: red;
}

.nav-link-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  height: 47px;
  padding: 0em 3em 0em 4.4em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #11103a;
}

.nav-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5em;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.nav-link-holder._1 {
  display: block;
  width: auto;
  margin-right: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-link-holder._4 {
  width: auto;
  margin-left: auto;
}

.nav-link-holder._3 {
  position: relative;
  right: -1.5%;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.nav-link-wht {
  width: 8.5em;
  -webkit-transition: all 1000ms cubic-bezier(.006, .469, .076, .984);
  transition: all 1000ms cubic-bezier(.006, .469, .076, .984);
  font-family: 'DM Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 1.1em;
  text-align: center;
}

.nav-link-wht:hover {
  color: #fff;
}

.indicator-wrp {
  position: relative;
  width: 50%;
  height: 3px;
  margin-top: 0.5em;
  background-color: transparent;
  color: transparent;
}

.indicator {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 54%;
  height: 2px;
  background-color: #d31313;
}

.heading---text---parent {
  position: absolute;
  left: 5em;
  top: 29%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 40em;
  height: 29.1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-1 {
  margin-top: 7px;
  font-family: 'DM Sans', sans-serif;
  font-size: 6em;
  line-height: 1;
}

.heading-1._1 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 5.6em;
  font-style: normal;
  font-weight: 700;
}

.heading-1._2 {
  color: #fff;
  font-size: 5.6em;
  font-style: normal;
}

.heading-1._3 {
  color: #fff;
  font-size: 5.6em;
}

.heading-1.elct {
  color: #fff;
}

.heading-1.white {
  color: #fff;
}

.heading-1.white.contact {
  margin-top: 1.2em;
  margin-bottom: 0px;
  font-size: 3.5em;
  line-height: 1.1;
}

.heading-1.white.contact._3 {
  display: none;
}

.future-parent {
  overflow: hidden;
  height: auto;
}

.future-parent._2nd {
  height: auto;
}

.future-parent._1st {
  height: 5.6em;
}

.future-parent._1st._3 {
  margin-top: 0.2em;
}

.quote-div {
  position: absolute;
  left: auto;
  top: 25%;
  right: 11%;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 27em;
  height: 27.2em;
  padding-top: 4em;
  padding-right: 2em;
  padding-left: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(17, 16, 58, 0.59);
}

.quote {
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 2.6em;
  font-weight: 700;
}

.quote-paragraph {
  margin-top: 0.5em;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 400;
}

.ceo {
  margin-top: 0.8em;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.1;
  font-weight: 700;
}

.background-video {
  height: 100%;
}

.grid-44 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.purple-coloured-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #0c0018;
}

.spaced-demo {
  height: 60em;
}

.image-parent {
  position: relative;
  top: 19.2em;
  width: 50%;
  height: 30em;
}

._2-pd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0c0018;
}

._2-img-parent {
  position: relative;
  top: -5em;
  width: 90%;
  height: 30em;
}

._2-sctn {
  height: 50em;
}

.callus {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22em;
  height: 7.1em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d31313;
}

._1-callus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._2-callus {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 27px;
  height: 10.40000057220459px;
  margin-left: 19px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

._2-callus.red-div {
  width: 37em;
  height: 44px;
  margin-left: 0px;
}

._2-callus.big-league {
  width: 29px;
  margin-left: 0px;
}

._2-callus._2nd {
  margin-left: 10px;
}

.text-block-31 {
  margin-top: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
}

.border-line {
  width: 80%;
  height: 0.1em;
  margin-top: 5px;
  background-color: hsla(0, 0%, 100%, 0.48);
}

.lst-text {
  margin-top: 8px;
  font-family: 'DM Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 0.9em;
  font-weight: 400;
}

.image-23 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 2em;
  max-width: 100%;
}

.image-23._2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
}

.exp-grid {
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.txt-div-prt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grd-img-prt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #11103a;
}

.txt-prg {
  font-family: 'DM Sans', sans-serif;
  color: #60d3ff;
  font-size: 3em;
  line-height: 1.3;
  font-weight: 400;
}

.txt-prg._1 {
  color: #fff;
  text-align: left;
}

.txt-prg.electrical {
  color: #fff;
}

.txt-prg.electrical._1 {
  margin-top: 0px;
}

.txt-prg.electrical.grind {
  font-size: 3.5em;
  text-align: right;
}

.txt-prg.electrical.small {
  font-size: 2.6em;
}

.txt-prg.electrical.careers {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.6em;
}

.text-para {
  margin-top: 1em;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: 'DM Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 1.3em;
  line-height: 1.3;
  text-align: left;
}

.text-para.brdr {
  margin-top: 0em;
  padding-right: 4em;
}

.text-para.brdr.elect {
  margin-top: 1em;
  font-size: 1.2em;
}

.text-para.brdr.elect.grind {
  padding-right: 0em;
  text-align: right;
}

.text-para.brdr.elect._4em {
  margin-top: 2em;
  padding-right: 0em;
}

.text-para.brdr.elect.pdiv {
  margin-top: 1.4em;
  padding-right: 0em;
  padding-left: 0em;
  font-size: 1.2em;
}

.text-para.brdr.elect.hat {
  margin-top: 1.5em;
  font-size: 1.4em;
  line-height: 1.5;
}

.text-para.brdr.elect.hat.contact {
  margin-top: 5em;
  font-size: 1em;
}

.text-para.brdr.elect.rat {
  padding-right: 0em;
}

.text-para.brdr.mob {
  padding-right: 3.7em;
  font-size: 1.1em;
}

.text-para._3 {
  margin-top: 1em;
  padding-right: 0px;
  padding-left: 0.5em;
}

.text-para._4 {
  margin-top: -0.5em;
  color: hsla(0, 0%, 100%, 0.51);
  font-size: 1.2em;
}

.text-para._4._1 {
  margin-top: 1em;
}

.text-para._4._1.rural {
  width: 38.6em;
  margin-top: -0.5em;
  padding-right: 0em;
}

.text-para._4._1.con {
  margin-top: -0.5em;
  padding-left: 0em;
}

.text-para.big {
  margin-top: 0.6em;
  color: #fff;
  font-size: 1.9em;
}

.text-para.header {
  margin-top: 1.5em;
  padding-right: 3em;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 400;
}

.text-para.innovation {
  padding-right: 3em;
}

.text-para.transforming {
  padding-right: 8.1em;
}

.text-para.inno {
  padding-right: 2em;
}

.inn-bold {
  font-family: Merriweather, serif;
  color: #d31313;
  font-style: italic;
  font-weight: 400;
}

.inn-bold._1 {
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 700;
}

.inn-bold._2 {
  font-weight: 700;
}

.inn-bold.bold {
  font-weight: 700;
}

.inn-bold.bold.career {
  position: relative;
  top: 3%;
}

.body-2 {
  background-color: #0c0018;
}

.wlkie-parent {
  width: 80%;
  height: 80%;
  background-image: url('../images/landing-man.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-24 {
  width: 100%;
}

.ct-join {
  height: 30px;
}

.grid-45 {
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ct-join-div {
  height: 46px;
  background-color: #11103a;
}

.div-block-30 {
  height: 30px;
}

.solar-panel-div {
  height: 50em;
  padding-bottom: 0px;
}

.spl-panel {
  height: 50em;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slp-panel-parent {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.engy-supply {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.solar-div {
  overflow: hidden;
  width: 85%;
  height: 85%;
}

.purple-div {
  position: static;
  right: 21%;
  bottom: 188.656px;
  z-index: -1;
  display: block;
  width: 47.5em;
  height: 20em;
  border: 1px solid #11103a;
}

.lgt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.2em;
  height: 4.7em;
  margin-top: 0px;
  margin-right: 0em;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d31313;
  text-decoration: none;
}

.lgt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-textt {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 1.2em;
}

.image-25 {
  width: 25px;
  margin-left: 0px;
}

.parent {
  position: absolute;
  top: 33%;
  right: 21%;
  z-index: 0;
}

.big-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20em;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-more-electrical-faults {
  overflow: hidden;
  padding: 0em 1em 1em;
}

.text-block-33 {
  font-family: 'DM Sans', sans-serif;
  color: #60d3ff;
  font-size: 5em;
  font-weight: 400;
  text-align: center;
}

.text-block-33._1 {
  background-color: transparent;
  font-family: Merriweather, serif;
  color: #d31313;
  font-style: italic;
  font-weight: 700;
}

.highlights-div {
  height: 10em;
  margin-top: 2.9em;
}

.grid-46 {
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cont-prt-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btm-brdr-line {
  width: 91%;
  height: 0.05em;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(211, 19, 19, 0.55);
}

.content {
  position: relative;
  left: 0%;
  margin-left: 0px;
}

.content._1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50em;
  padding-bottom: 5px;
  padding-left: 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content._2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50em;
  padding-left: 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hrztl-brdr-line {
  width: 0.05em;
  height: 100%;
  background-color: rgba(211, 19, 19, 0.55);
}

.icon-red {
  width: 4em;
  height: 4em;
  margin-top: -2em;
  margin-right: 1.5em;
}

.icon-red.fill {
  width: 4em;
  height: 3.8em;
}

._7-sctn {
  height: 50em;
}

.mchnd-part-grd {
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._8-sctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 71.6em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cont-1 {
  position: relative;
  width: 50%;
  height: 100%;
}

.font-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37em;
  height: 40em;
  padding-top: 3em;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0px none #000;
  background-color: #11103a;
}

.big-no {
  font-family: 'DM Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.02);
  font-size: 15em;
  font-weight: 700;
}

.sustain-energy {
  position: absolute;
  left: auto;
  top: auto;
  right: -10%;
  bottom: 0%;
  z-index: 2;
  width: 34.3em;
  height: 49em;
  border: 1px solid #d31313;
}

.picture-div {
  height: 64%;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #d31313;
  background-image: url('../images/sustainable.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-32 {
  padding-right: 0em;
  padding-left: 0em;
}

.container-text {
  padding-top: 2em;
  padding-right: 1em;
  padding-left: 1em;
}

.heading-33 {
  margin-top: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 2.2em;
}

.heading-33._1 {
  font-size: 3em;
  font-weight: 500;
}

.heading-33.electrical {
  margin-top: 0.3em;
  margin-left: 0.6em;
  font-size: 1.5em;
}

.heading-33.electrical.small-text {
  margin-left: 1.2em;
  font-size: 1.3em;
}

.house-pic {
  position: absolute;
  left: -31.6%;
  top: 7.5%;
  right: auto;
  bottom: auto;
  z-index: 0;
  height: 60%;
}

._9-sctn {
  display: block;
  height: 90em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-wth-ar {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 26.2em;
  height: 23.6em;
}

.image-26 {
  width: 100%;
  height: 100%;
}

.arrow-div {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9.6em;
  height: 9.6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d31313;
}

.arrow-div._2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.arrow-div._1 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.image-27 {
  width: auto;
}

.cont-2 {
  position: relative;
  height: 25em;
}

.font-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #11103a;
}

.cont-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 73%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rrl-electrification {
  position: relative;
  width: 80%;
  height: 59.1em;
  border: 1px solid #d31313;
}

.rrl-electrification._3 {
  display: none;
}

.pic2-div {
  height: 68%;
}

.elect-div {
  height: 32%;
  padding-top: 2em;
  padding-left: 2em;
}

.elct-parent {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30em;
  height: 42.3em;
}

.div-block-31 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

._10-sctn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.connectivity {
  position: absolute;
  left: 6%;
  top: auto;
  right: 0%;
  bottom: 23%;
  z-index: 3;
  width: 43.3em;
  height: 29em;
}

.mast-imagee {
  position: absolute;
  left: -30%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4;
  height: 52%;
}

.cnt-div {
  position: absolute;
  left: -11%;
  top: auto;
  right: auto;
  bottom: 20%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40.9em;
  height: 25em;
  padding-right: 1em;
  padding-bottom: 0px;
  padding-left: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d31313;
}

.text-div-parent {
  padding-left: 0em;
}

._11-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45.1em;
  padding-right: 5em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/industry.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mtvtn {
  position: static;
  left: auto;
  top: 12%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37em;
  height: 35em;
  padding-top: 4em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(17, 16, 58, 0.4);
}

.div-block-32 {
  padding-right: 2em;
  padding-left: 2em;
}

.image1 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.image1._2 {
  position: static;
  top: 11%;
  z-index: 2;
  width: auto;
  max-width: 100%;
}

.satisfied-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-parent {
  width: 86%;
  height: 80%;
}

.text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7.1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-34 {
  color: #fff;
  font-size: 4em;
}

.shield {
  height: 33%;
  margin-left: 1em;
}

.bold-text-10 {
  font-family: Merriweather, serif;
  color: #d31313;
  font-style: italic;
}

.clients-arrangement {
  height: 79%;
  padding-top: 1em;
  padding-bottom: 2em;
}

.client-grid {
  height: 6.5em;
  margin-top: 18px;
  -ms-grid-columns: 0.75fr 1fr 1fr;
  grid-template-columns: 0.75fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.client-grid._2 {
  -ms-grid-columns: 1.75fr 1fr 1fr;
  grid-template-columns: 1.75fr 1fr 1fr;
}

.client-grid._3 {
  -ms-grid-columns: 1fr 1.5fr 1fr;
  grid-template-columns: 1fr 1.5fr 1fr;
}

.client-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f0a2c;
}

.client-text {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 1.4em;
}

.you-are-next {
  display: block;
  height: 6.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d31313;
}

.you-are-next-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-28 {
  width: 2em;
  margin-left: 1em;
}

.link-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

._12-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  height: 87%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none #d31313;
}

.img-carr-div {
  position: relative;
  z-index: 5;
  width: 75%;
  height: auto;
}

.carrer-writing {
  position: relative;
  right: 1%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
  height: 35em;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 2em;
  padding-left: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d31313;
}

.image-29 {
  height: 100%;
}

._13-sctn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35em;
  padding-right: 4em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 0, 24, 0.82)), to(rgba(12, 0, 24, 0.82))), url('../images/careers.jpg');
  background-image: linear-gradient(180deg, rgba(12, 0, 24, 0.82), rgba(12, 0, 24, 0.82)), url('../images/careers.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.happy-customers-parent {
  width: 45em;
  height: auto;
  padding-left: 0em;
}

.animate-div {
  overflow: hidden;
  margin-top: 0.5em;
}

.happy {
  margin-top: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #60d3ff;
  font-size: 5em;
  line-height: 1;
  font-weight: 400;
}

.happy._1 {
  font-family: Merriweather, serif;
  color: #d31313;
  font-style: italic;
}

.footer-parent {
  position: relative;
  height: 45em;
  margin-top: 4.4em;
  padding-top: 2.3em;
  background-color: #03030d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0.25)), to(rgba(1, 1, 1, 0.25))), url('../images/landing.jpg');
  background-image: linear-gradient(180deg, rgba(1, 1, 1, 0.25), rgba(1, 1, 1, 0.25)), url('../images/landing.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-cord {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 60%;
  height: 100%;
}

.image-30 {
  width: auto;
  height: auto;
}

.image-31 {
  height: 100%;
}

.footerr-parent {
  position: absolute;
  left: 0%;
  top: 8%;
  right: auto;
  bottom: auto;
  width: 45em;
  height: 20em;
  padding-top: 0em;
  padding-bottom: 0px;
  padding-left: 5em;
}

.heading-34 {
  margin-top: 0.5em;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 3.5em;
  line-height: 1.2;
  font-weight: 400;
}

.foot-bold {
  font-family: Merriweather, serif;
  color: #d31313;
  font-style: italic;
  font-weight: 400;
}

.gt-in-touch {
  font-family: 'DM Sans', sans-serif;
  color: #454343;
  font-size: 1.8em;
}

.gt-in-touch.quick {
  color: #d31313;
  font-size: 1.6em;
  text-align: right;
}

.gt-in-touch.quick._1 {
  margin-top: 1.2em;
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 1.2em;
}

.gt-in-touch._1 {
  margin-top: 1.2em;
  font-size: 1.5em;
}

.quick-links-div {
  position: absolute;
  left: auto;
  top: 8%;
  right: 5%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23em;
  height: 16.6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quick-link-parent {
  width: 80%;
  height: 80%;
}

.link-6 {
  color: hsla(0, 0%, 100%, 0.17);
  font-size: 1.2em;
  text-decoration: none;
}

.copyright-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 2.8em;
  margin-left: 0px;
  padding-right: 1em;
  padding-bottom: 0px;
  padding-left: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footert-text {
  font-family: 'DM Sans', sans-serif;
  color: hsla(0, 0%, 56.1%, 0.52);
  font-size: 1.2em;
}

.button-parents {
  position: absolute;
  left: auto;
  top: 49%;
  right: 7%;
  bottom: 0%;
  width: 33.8em;
  height: 14.9em;
  padding-bottom: 0px;
}

.raq-grid {
  height: 88%;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.line-and-button-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.line-an {
  height: 5em;
}

.line {
  position: relative;
  height: 0.5%;
  background-color: hsla(0, 0%, 100%, 0.19);
}

.line._2 {
  margin-top: 0.4em;
}

.raq-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 87%;
  padding-top: 0.5em;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerr-text {
  font-family: 'DM Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.23);
  font-size: 1.1em;
  font-weight: 400;
}

.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13.8em;
  height: 3.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(17, 16, 58, 0.45);
  text-decoration: none;
}

.button-text {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 1.1em;
}

.button-text._3 {
  color: hsla(0, 0%, 100%, 0.5);
}

.social-media-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14.9em;
  height: 3em;
  margin-top: 1em;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 100%;
  margin-left: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-9 {
  text-decoration: none;
}

.arrow-hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 2em;
  margin-left: 9px;
}

.big-arrow-hide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 5em;
  height: 5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-32 {
  width: 80%;
  max-width: 100%;
  margin-left: 0px;
}

.arrow-hide {
  width: 50px;
  height: 14.277777671813965px;
  margin-left: 0px;
  padding-left: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-33 {
  width: 50px;
}

.aroow-div-hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-33 {
  width: 36px;
  height: auto;
}

.image-34 {
  position: relative;
  width: 5em;
  margin-left: 49px;
}

.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: 0px;
}

.div-block-34 {
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.arr-hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-35 {
  width: 50px;
  height: 50px;
  max-width: 90%;
}

.image-35._1 {
  margin-left: 60px;
}

.sctn-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 5em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/landing-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-3 {
  background-color: #0c0018;
}

.sctn-2 {
  height: 50em;
}

.sctn-2-grid {
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.exp-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0em;
  padding-right: 2em;
  padding-left: 5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.esol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exp-parent {
  width: 100%;
  height: 80%;
}

.expert-parent {
  height: auto;
}

._80 {
  position: relative;
  display: block;
  width: 90%;
  height: 80%;
  padding-top: 4.9em;
}

.red-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 9%;
  z-index: -1;
  width: 20em;
  height: 8em;
  background-color: #ce1313;
}

.glss-boy {
  width: 97%;
}

.sctn-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 59.4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 89%;
  height: 81%;
  padding-left: 1.4em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-on-bckgrnd {
  width: 40em;
  height: 43em;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: rgba(17, 16, 58, 0.73);
}

.div-exp {
  height: 33.33%;
  padding-left: 2em;
}

.icon-heading-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.3em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-36 {
  width: 3em;
  height: 3em;
}

.image-36.careers {
  width: 2.7em;
  height: 2.7em;
}

.sctn-4 {
  height: 70em;
}

.gallery-grid {
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-1 {
  padding-top: 2em;
  padding-right: 1em;
  padding-left: 5em;
}

.div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blue-blocks-div {
  height: 83%;
}

.blue-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15em;
  margin-top: 2em;
  padding-left: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #11103a;
}

.slp-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74%;
  height: 51%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._1st-image {
  width: 36%;
  background-image: url('../images/transformer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-image {
  width: 60%;
  background-image: url('../images/electrical-lines.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-37 {
  height: 100%;
}

.sctn-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.welder-parent {
  position: relative;
  width: 89%;
  height: 87%;
  background-image: url('../images/perfection.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.welder-parent.ict {
  background-image: url('../images/JESUNIC-SERVER-MAINTENANCE.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.perfection {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 0%;
  width: 40em;
  height: 17.5em;
}

.perfection.ict {
  bottom: 9%;
  height: 11.6em;
}

.sctn-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fix-grid {
  width: 89%;
  height: 69%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.short-circuit-mains {
  background-image: url('../images/electrical-problems.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.short-circuit-mains.electrical {
  background-image: url('../images/ICT-PROBLEM.jpg');
}

.text-button-div {
  padding-top: 2em;
  padding-right: 2em;
  padding-left: 2em;
  background-color: #11103a;
}

.fix-it {
  position: relative;
  top: 3.2em;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.8em;
  height: 4.4em;
  margin-top: 0em;
  margin-bottom: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d31313;
  text-decoration: none;
}

.fix-it.careers {
  top: 4.6em;
}

.partition-div {
  height: 3em;
}

.sctni-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ICT-LANDING.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-4 {
  background-color: #0c0018;
}

.sctni-2 {
  height: 40em;
}

.sctni-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ict-grid {
  width: 89%;
  height: 47%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.9em;
  padding-left: 1.9em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #11103a;
}

.csctn-1 {
  position: relative;
  height: 100vh;
}

.vh-grid {
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.body-5 {
  background-color: #0c0018;
}

.hat-text-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thehigh-hat {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/CAREERS-LANDING.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hatguy-div {
  width: 80%;
  height: 80%;
}

.apply-here {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16em;
  height: 4.9em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d31313;
  text-decoration: none;
}

.apply-here.down {
  display: none;
}

.csctn-2 {
  height: 60em;
}

.value--grid {
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.value-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-lot {
  padding-top: 7em;
}

.img-dot {
  width: 71%;
  height: 89%;
}

._1-img-c {
  height: 59.5%;
  background-image: url('../images/CAREERS-MAN.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-img-c {
  position: relative;
  top: 5%;
  height: 37.5%;
  margin-top: 0em;
  margin-bottom: 0px;
  background-image: url('../images/CAREERS-INTERN.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-div-parent {
  position: relative;
  top: 4%;
  height: 18.6em;
  margin-top: 0em;
}

.rctgl-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 87.5%;
  height: 4.8em;
  margin-top: 1.9em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #11103a;
}

.csctn-3 {
  height: 46em;
  margin-top: 3.1em;
}

.career-grid {
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.enroll-div {
  padding-right: 2em;
  padding-left: 5em;
}

.enroll-div-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imaged--div {
  width: 60%;
  height: 80%;
  background-image: url('../images/CAREER-DRILL.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-6 {
  background-color: #050011;
}

.cosctn-1 {
  height: auto;
}

.landscape-grid {
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.drill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-38 {
  max-width: 100%;
}

.contactt-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4em;
  padding-bottom: 2em;
  padding-left: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-field {
  height: 3.9em;
  margin-top: 2.1em;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.45);
  background-color: transparent;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9em;
}

.form-field._1 {
  margin-top: 0em;
  font-size: 0.9em;
}

.form-block-2 {
  position: relative;
  width: 80%;
  margin-top: 3em;
  margin-bottom: 0px;
}

.textarea-4 {
  background-color: transparent;
}

.text-areaa {
  position: static;
  overflow: auto;
  height: auto;
  max-height: none;
  min-height: 11.8em;
  margin-top: 2.5em;
  padding-top: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.31) hsla(0, 0%, 100%, 0.31) hsla(0, 0%, 100%, 0.45);
  background-color: transparent;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9em;
}

.form-submit {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -12%;
  overflow: visible;
  width: 11.4em;
  height: 2.7em;
  background-color: #d31313;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2em;
}

.success-message {
  font-family: 'DM Sans', sans-serif;
}

.text-block-35 {
  font-family: 'DM Sans', sans-serif;
}

.bold-text-11 {
  font-family: Merriweather, serif;
}

.bold-text-12 {
  font-family: Merriweather, serif;
  color: #d31313;
  font-style: italic;
}

.transition {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3000;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #0c0018;
}

.transition-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-39 {
  width: 20em;
  height: auto;
}

.transition-trigger {
  display: none;
}

.image-40 {
  width: auto;
}

.div-block-35 {
  display: none;
}

.image-41 {
  display: none;
}

.div-block-36 {
  display: none;
}

.vertical-line {
  display: none;
  height: 3.1em;
}

.grid-47 {
  display: none;
}

.grid-48 {
  display: none;
}

.nav-menu-mobile {
  display: none;
}

.incus {
  color: #d31313;
}

.lottie-parent {
  position: absolute;
  left: auto;
  top: auto;
  right: 46%;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10em;
  height: 10em;
  padding-bottom: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lottie-animation-13 {
  width: 3em;
  height: 3em;
}

@media screen and (max-width: 991px) {
  .nav-bar-1.services-2-0.carrers {
    display: block;
  }

  .nav-bar-1.services-2-0.contact {
    background-color: #fff;
  }

  .container.services {
    padding-right: 10px;
  }

  .container.services.careers {
    padding-right: 10px;
  }

  .nav-link {
    margin-right: 2%;
  }

  .nav-link.contact {
    margin-left: 0px;
  }

  .nav-link.contact.services {
    width: 75px;
    margin-right: 2%;
  }

  .nav-link.contact.services.carrers {
    width: 75px;
  }

  .nav-link.about-us.services-2-0 {
    width: 60px;
    margin-right: 2%;
  }

  .nav-link.about-us.services-2-0.careers {
    width: 75px;
  }

  .nav-link.career {
    margin-right: 2%;
    margin-left: 7px;
  }

  .nav-link.career.careers {
    margin-right: 2%;
  }

  .nav-link.careers {
    width: 75px;
  }

  .nav-text.services {
    font-size: 14px;
  }

  .heading-and-call-to-action {
    left: 0%;
    margin-left: 7%;
  }

  .paragraph {
    margin-top: 15px;
  }

  .quote-button {
    margin-top: 24px;
  }

  .quote-button._1._2 {
    width: 190px;
  }

  .heading-4 {
    font-size: 50px;
  }

  .section-4 {
    width: auto;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .electrical-services {
    width: 700px;
    height: 300px;
  }

  .section-5 {
    width: 768px;
    height: 400px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-feature._1 {
    width: 350px;
    height: 400px;
    border-radius: 20px;
  }

  .image-feature._2 {
    width: 350px;
    height: 400px;
    border-radius: 20px;
    background-position: 50% 50%;
  }

  .grid-8 {
    width: 768px;
    padding-left: 20px;
  }

  .caeserea-section-1 {
    width: 200px;
    height: 300px;
  }

  .caeserea-section-2 {
    width: 200px;
    height: 300px;
  }

  .heading-5 {
    font-size: 50px;
  }

  .paragraph-3 {
    font-size: 30px;
  }

  .text-blockk {
    font-size: 25px;
  }

  .lottie-animation-3 {
    width: 200px;
  }

  .text-block-4 {
    margin-left: 7px;
    font-size: 50px;
    line-height: 50px;
  }

  .text-block-4._1 {
    top: -4px;
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-2 {
    display: block;
    width: 500px;
  }

  .bold-text-3 {
    line-height: 50px;
  }

  .scatttered-2._1 {
    width: 300px;
    height: 400px;
  }

  .scatttered-2._2 {
    width: 250px;
    height: 350px;
  }

  .grid-10 {
    width: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid-11 {
    width: 768px;
  }

  .grid-12 {
    width: auto;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .clients {
    width: 300px;
    height: 300px;
    margin-left: 18px;
  }

  .clients._3 {
    margin-left: 0px;
  }

  .clients._1 {
    margin-left: 0px;
  }

  .grid-13 {
    width: 768px;
  }

  .picture-and-text {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-5 {
    width: auto;
    height: 60px;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .heading-6 {
    font-size: 20px;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .heading-7 {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 38px;
    text-align: center;
  }

  .heading-7._2 {
    font-size: 38px;
  }

  .text-block-8 {
    font-size: 25px;
  }

  .paragraph-5 {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    text-align: center;
  }

  .section-10 {
    margin-top: -153px;
  }

  .heading-8 {
    font-size: 50px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-11 {
    margin-left: 0px;
  }

  .div-block-12 {
    margin-right: -58px;
  }

  .navbar-2 {
    display: none;
  }

  .container-2 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .nav-brand-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-7 {
    height: 50px;
  }

  .mobile-nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    float: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lottie-animation-4 {
    width: 30px;
    height: 30px;
  }

  .paragraph-1 {
    width: 768px;
    padding-right: 22px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .electrical-services-heading {
    text-align: center;
  }

  .electrical-services-heading.ict {
    text-align: center;
  }

  .heading-9 {
    width: 294.546875px;
    font-size: 30px;
    line-height: 35px;
  }

  .image-9 {
    width: 366px;
    height: auto;
  }

  .paragraph-7 {
    width: 366px;
    margin-top: -119px;
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-12 {
    margin-top: 5px;
    font-size: 16px;
  }

  .heading-10 {
    font-size: 30px;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .about-us-div {
    width: 200px;
    height: 200px;
  }

  .lottie-animation-7 {
    width: 80px;
    height: 80px;
  }

  .lottie-animation-7._2 {
    width: 80px;
    height: 80px;
  }

  .about-us {
    font-size: 18px;
  }

  .button-2 {
    width: 100px;
    font-size: 13px;
  }

  .lottie-animation-8 {
    left: 47%;
    width: 30px;
    height: 50px;
  }

  .career-image-holder {
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .career-image {
    margin-top: 70px;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .heading-15 {
    font-size: 30px;
    line-height: 35px;
  }

  .grid-19 {
    padding-left: 9px;
  }

  .image-gallery-1 {
    width: 300px;
    height: 400px;
  }

  .image-gallery-2 {
    width: 250px;
    margin-left: 0px;
  }

  .custom-footer {
    display: block;
    margin-top: 18px;
  }

  .text-block-15.mobile {
    display: none;
  }

  .ict-services-div {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 70% 50%;
  }

  .image-11 {
    width: 376px;
    height: auto;
  }

  .heading-17 {
    margin-top: -26px;
  }

  .paragraph-12 {
    width: 376px;
    font-size: 18px;
    line-height: 20px;
  }

  .ict-text {
    width: 376px;
    font-size: 16px;
  }

  .div-block-19 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-13 {
    width: auto;
    padding-right: 25px;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-14 {
    width: auto;
  }

  .grid-27 {
    width: auto;
  }

  .grid-28 {
    width: 768px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-div {
    padding-left: 29px;
  }

  .heading-21 {
    margin-top: 77px;
    font-size: 25px;
  }

  .text-field {
    width: 300px;
    margin-top: 32px;
    font-size: 18px;
  }

  .form {
    width: 350px;
    margin-top: 11px;
  }

  .desktop-map {
    display: none;
  }

  .tablet-mao {
    display: block;
  }

  .mobile-landscape-map {
    display: none;
  }

  .grid-32 {
    width: auto;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .ict-div1 {
    position: relative;
    width: 350px;
  }

  .div-button {
    position: absolute;
    top: 75%;
  }

  .grid-33 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .explain-div {
    height: auto;
  }

  .div-block-20 {
    width: 230px;
    height: 350px;
  }

  .div-block-21 {
    width: 230px;
    height: 350px;
  }

  .div-block-22 {
    width: 230px;
    height: 350px;
  }

  .clients-section {
    height: auto;
  }

  .grid-35 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-for-clients {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 550px;
    padding-top: 36px;
    padding-left: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .eclipse-holder {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-24 {
    width: 60px;
    height: 60px;
  }

  .div-block-25 {
    width: auto;
  }

  .heading-26 {
    font-size: 30px;
  }

  .text-block-23 {
    margin-top: 4px;
  }

  .paragraph-17 {
    font-size: 20px;
    line-height: 25px;
  }

  .gallery-section._2.ict {
    margin-top: 30px;
  }

  .grid-36 {
    width: auto;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .doings-gallery {
    width: 600px;
  }

  .paragraph-18 {
    margin-top: 5px;
    font-size: 18px;
    line-height: 18px;
  }

  .textarea-2 {
    width: 300px;
    min-width: 300px;
  }

  .desktop-mapp {
    display: none;
  }

  .paragraph-20 {
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-9 {
    line-height: 25px;
  }

  .tablet-mapp {
    display: block;
    margin-top: 20px;
  }

  .mobile-landscape-mappp {
    display: none;
  }

  .mobile-map {
    display: none;
  }

  .grid-38 {
    width: auto;
  }

  .sub-intern-div {
    width: auto;
  }

  .sub-intern-div.image {
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-28 {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-21 {
    font-size: 16px;
  }

  .grid-39 {
    width: auto;
    padding-right: 41px;
    padding-left: 47px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .icons-gallery-div {
    width: auto;
  }

  .div-block-28 {
    height: 300px;
  }

  .logo-link {
    width: 110px;
  }

  .logo-link.w--current {
    width: 14.1em;
  }

  .logo-link.foooterr {
    width: 14.1em;
  }

  .nav-link-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64%;
    padding-left: 6.4em;
  }

  .nav-link-wht {
    width: 106px;
    font-size: 12.5px;
  }

  .heading---text---parent {
    width: 58.1em;
  }

  .heading-1._1 {
    font-size: 57px;
  }

  .heading-1._2 {
    font-size: 57px;
  }

  .heading-1.elct {
    font-size: 70px;
  }

  .heading-1.white {
    font-size: 44px;
  }

  .heading-1.white.contact {
    font-size: 35px;
  }

  .future-parent._1st {
    height: 8.4em;
  }

  .callus {
    right: 0%;
    width: 29.6em;
    height: 8.9em;
  }

  .text-block-31 {
    font-size: 13px;
  }

  .lst-text {
    font-size: 9px;
  }

  .txt-prg {
    font-size: 21px;
  }

  .txt-prg.electrical {
    font-size: 26px;
  }

  .txt-prg.electrical.grind {
    font-size: 30px;
  }

  .txt-prg.electrical.small {
    font-size: 23px;
  }

  .text-para {
    font-size: 16px;
  }

  .text-para.brdr {
    font-size: 11px;
  }

  .text-para.brdr.elect {
    padding-right: 0em;
    font-size: 13px;
  }

  .text-para.brdr.elect._4em {
    font-size: 15px;
    line-height: 1.2;
  }

  .text-para.brdr.elect.pdiv {
    height: auto;
    margin-top: 2.5em;
    font-size: 13px;
  }

  .text-para.brdr.elect.hat {
    font-size: 14px;
  }

  .text-para.brdr.elect.hat.contact {
    margin-top: 3.3em;
    font-size: 14px;
  }

  .text-para.brdr.mob {
    padding-right: 0em;
    font-size: 11px;
  }

  .text-para._4 {
    margin-top: -0.9em;
    font-size: 11.01px;
  }

  .text-para._4._1.rural {
    width: 356px;
    margin-top: -0.9em;
    padding-right: 0em;
    font-size: 11.01px;
  }

  .text-para._4._1.con {
    margin-top: -0.9em;
  }

  .text-para.big {
    font-size: 15px;
  }

  .text-para.small {
    font-size: 16px;
  }

  .text-para.header {
    padding-right: 0em;
    font-size: 18px;
  }

  .text-para.innovation {
    font-size: 16px;
  }

  .text-para.transforming {
    font-size: 11px;
  }

  .lgt {
    width: 20em;
    height: 5.9em;
  }

  .button-textt {
    font-size: 13px;
  }

  .parent {
    top: 40%;
  }

  .text-block-33 {
    font-size: 44px;
  }

  .highlights-div {
    height: 200px;
  }

  .cont-prt-div {
    height: 72%;
  }

  .content._1 {
    width: 380px;
    padding-bottom: 0px;
  }

  .content._2 {
    padding-left: 2em;
  }

  .icon-red {
    width: 50px;
    height: 50px;
  }

  .icon-red.fill {
    width: 50px;
    height: 48.8px;
  }

  .sustain-energy {
    bottom: -19%;
    width: 300px;
    height: 507px;
  }

  .heading-33 {
    font-size: 19px;
  }

  .heading-33.electrical {
    font-size: 16px;
    line-height: 1.3;
  }

  .heading-33.electrical.small-text {
    font-size: 14px;
  }

  .arrow-div {
    padding-right: 2em;
  }

  .rrl-electrification {
    height: 500px;
  }

  .pic2-div {
    height: 63%;
  }

  ._10-sctn {
    margin-top: 63px;
  }

  .client-text {
    font-size: 11.5px;
  }

  .heading-34 {
    font-size: 29px;
  }

  .gt-in-touch.quick {
    font-size: 17px;
  }

  .gt-in-touch._1 {
    font-size: 17px;
  }

  .link-6 {
    font-size: 12px;
  }

  .link-6.w--current {
    font-size: 14px;
  }

  .footert-text {
    margin-top: -2%;
    font-size: 11px;
    line-height: 1.4;
  }

  .button-parents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36.4em;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .raq-grid {
    display: none;
  }

  .footerr-text {
    font-size: 13px;
  }

  .buttons {
    width: 17.5em;
    height: 4.3em;
  }

  .button-text {
    font-size: 12px;
  }

  .social-media-parent {
    width: 23em;
    height: auto;
    margin-top: 0em;
    margin-left: 0px;
  }

  .social-media-links {
    width: 13.7em;
  }

  .social--media {
    width: 4em;
    max-width: 100%;
  }

  .social--media._1 {
    width: 2.5em;
  }

  .arr-hide {
    padding-right: 0px;
  }

  .image-35._2 {
    width: 38px;
  }

  .image-35._1 {
    width: 38px;
  }

  .sctn-2 {
    height: auto;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .exp-parent {
    height: 100%;
  }

  .red-block {
    bottom: 26%;
    width: 200px;
    height: 50px;
  }

  .sctn-3 {
    height: 600px;
  }

  .background-video-2 {
    height: 89%;
  }

  .div-on-bckgrnd {
    width: 400px;
    height: 500px;
  }

  .div-exp {
    padding-top: 4em;
    padding-right: 2em;
  }

  .image-36 {
    width: 30px;
    height: 30px;
  }

  .image-36.careers {
    width: 25px;
    height: 25px;
  }

  .sctn-4 {
    height: auto;
    padding-bottom: 38px;
  }

  .div-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blue-div {
    height: 200px;
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
  }

  .sctn-5 {
    height: 450px;
  }

  .perfection {
    width: 350px;
  }

  .sctn-6 {
    height: auto;
    padding-top: 3em;
    padding-bottom: 4.6em;
  }

  .fix-grid {
    height: 72%;
  }

  .text-button-div {
    height: 400px;
  }

  .text-button-div.electrical {
    height: auto;
  }

  .fix-it {
    top: 3.5em;
    width: 170px;
    height: 50px;
  }

  .fix-it.electrical {
    top: -2.2em;
  }

  .sctni-6 {
    height: 300px;
  }

  .ict-grid {
    height: auto;
    grid-column-gap: 5px;
  }

  .pdiv {
    width: auto;
    height: 250px;
    padding-right: 1.9em;
  }

  .hat-text-div {
    padding-right: 5em;
  }

  .thehigh-hat {
    background-position: 59% 0%;
  }

  .apply-here {
    width: 140px;
    height: 41px;
  }

  .apply-here.down {
    display: none;
  }

  .csctn-2 {
    height: 559px;
  }

  .rctgl-div {
    height: 42px;
  }

  .csctn-3 {
    height: auto;
  }

  .enroll-div {
    height: 500px;
    padding-right: 2em;
  }

  .drill {
    padding-top: 8em;
  }

  .image-38 {
    max-width: 100%;
  }

  .contactt-div {
    padding-top: 8em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-field {
    height: 30px;
    font-size: 15px;
  }

  .form-field._1 {
    height: 30px;
    font-size: 15px;
  }

  .text-areaa {
    min-height: 120px;
    font-size: 15px;
  }

  .form-submit {
    width: 120px;
    height: 41px;
    font-size: 12px;
  }

  .transition {
    display: none;
  }

  .div-block-35 {
    display: none;
    width: 50px;
    height: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lottie-animation-12 {
    width: 40px;
    height: 40px;
  }

  .lottie-parent {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar-1 {
    display: none;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-overlay-2 {
    padding: 40px 20px;
  }

  .heading-and-call-to-action {
    margin-left: 7%;
  }

  .paragraph {
    font-size: 18px;
  }

  .quote-button._1 {
    width: 150px;
  }

  .quote-button._1._2 {
    width: 150px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 20px;
  }

  .expertise-head {
    padding-left: 22px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-4 {
    font-size: 38px;
  }

  .electrical-services {
    width: 350px;
    height: 400px;
    padding-left: 39px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
  }

  .section-5 {
    width: auto;
    height: auto;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-8 {
    width: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .caeserea-section-1 {
    width: 150px;
    height: 250px;
  }

  .caeserea-section-2 {
    width: 150px;
    height: 250px;
  }

  .heading-and-button-feature-tag {
    margin-top: -55%;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 40px;
  }

  .text-blockk {
    font-size: 20px;
  }

  .lottie-animation-3 {
    width: 180px;
  }

  .text-block-4._1 {
    top: -3px;
    font-size: 45px;
    line-height: 45px;
  }

  .bold-text-3 {
    font-size: 45px;
  }

  .scatttered-2._1 {
    width: 250px;
    height: 350px;
  }

  .scatttered-2._2 {
    width: 200px;
    height: 300px;
  }

  .last-div-block {
    margin-left: 26px;
  }

  .last-one {
    width: 220px;
    height: 320px;
  }

  .last-one-2 {
    width: 220px;
    height: 320px;
  }

  .grid-11 {
    width: auto;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-row-gap: 30px;
  }

  .grid-12 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .clients {
    width: 500px;
    margin-left: 0px;
    padding-bottom: 64px;
    padding-left: 52px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .clients._1 {
    width: 500px;
    padding-bottom: 64px;
    padding-left: 52px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-13 {
    width: auto;
  }

  .picture-and-text {
    margin-left: 0px;
  }

  .heading-7 {
    width: auto;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
  }

  .section-10 {
    margin-top: -85px;
  }

  .heading-8 {
    font-size: 25px;
    line-height: 35px;
  }

  .link-block-2 {
    width: 180px;
    height: 70px;
  }

  .link-block-2.services {
    height: 50px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    padding-right: 25px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-heading {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .footer-link {
    margin-top: 0px;
    font-size: 16px;
  }

  .footer-link._1 {
    position: relative;
    left: -8px;
    top: -27px;
    margin-left: -16px;
  }

  .list-item {
    margin-top: 46px;
  }

  .div-block-10 {
    margin-left: -29px;
  }

  .div-block-11 {
    margin-left: 23px;
  }

  .paragraph-6 {
    margin-left: 10px;
    font-size: 16px;
  }

  .navbar-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 600;
    display: block;
    background-color: #fff;
  }

  .navbar-2.services {
    background-color: rgba(0, 0, 0, 0.51);
  }

  .container-2 {
    display: block;
    max-width: 1200px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .nav-brand-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-13 {
    display: inline-block;
    float: right;
  }

  .image-7 {
    height: 50px;
  }

  .div-block-14 {
    display: inline-block;
    float: right;
  }

  .mobile-nav-menu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    float: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lottie-animation-4 {
    display: block;
    width: 30px;
    height: 30px;
  }

  .nav-menu-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 250;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .nav-link-2 {
    font-family: 'DM Sans', sans-serif;
    color: #000;
    font-size: 40px;
    line-height: 25px;
    text-decoration: none;
  }

  .link {
    text-decoration: none;
  }

  .image-8 {
    height: 25px;
  }

  .paragraph-1 {
    width: auto;
    padding-left: 0px;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
  }

  .electrical-services-div {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-2-1 {
    margin-top: 14px;
  }

  .grid-15 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .electrical-services-heading {
    font-size: 80px;
    line-height: 80px;
  }

  .electrical-services-heading.ict {
    text-align: center;
  }

  .transformer-div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-9 {
    padding-left: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .image-9 {
    display: none;
  }

  .paragraph-7 {
    width: auto;
    margin-top: 0px;
    padding-left: 10px;
  }

  .text-block-div {
    padding-left: 10px;
    font-size: 17px;
  }

  .section-3-1 {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-container._2 {
    padding-left: 0px;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image-mask._2 {
    width: 100%;
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
  }

  .heading-10 {
    padding-left: 10px;
  }

  .paragraph-8 {
    padding-left: 10px;
  }

  .div-block-15._2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .grid-16 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .lottie-animation-8 {
    left: 45%;
  }

  .career-image {
    width: 85%;
    margin-top: 70px;
  }

  .grid-18 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .info-div {
    width: 85%;
    padding-left: 0%;
  }

  .paragraph-9 {
    font-size: 20px;
  }

  .grid-19 {
    width: 85%;
  }

  .image-gallery-1 {
    width: 200px;
    height: 300px;
  }

  .image-gallery-2 {
    width: 200px;
    height: 300px;
  }

  .heading-16 {
    font-size: 40px;
  }

  .inside-content {
    width: auto;
  }

  .text-block-15.mobile {
    display: none;
  }

  .ict-services-div {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 70% 50%;
  }

  .grid-22 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .ict-div {
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ict-div-2 {
    padding-left: 20px;
  }

  .image-11 {
    display: none;
  }

  .heading-17 {
    margin-top: 0px;
  }

  .grid-24 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .story-div {
    padding-left: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-20 {
    text-align: left;
  }

  .paragraph-13 {
    padding-right: 22px;
    padding-left: 22px;
  }

  .grid-26 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .expertise-div {
    padding-left: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-14 {
    padding-right: 22px;
    padding-left: 22px;
    font-size: 18px;
  }

  .mobile-landscape-mapp {
    height: auto;
  }

  .grid-28 {
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-field {
    width: 500px;
  }

  .map-holder {
    width: auto;
    height: auto;
  }

  .tablet-mao {
    display: none;
  }

  .mobile-landscape-map {
    display: block;
  }

  .logo-of-the-clients {
    width: 150px;
  }

  .logo-of-the-clients._2 {
    width: 150px;
  }

  .grid-32 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .paragraph-15 {
    font-size: 18px;
  }

  .paragraph-16 {
    margin-top: 19px;
    font-size: 18px;
  }

  .grid-34 {
    padding-left: 3px;
  }

  .text-block-22 {
    font-size: 14px;
  }

  .div-block-20 {
    width: auto;
  }

  .div-block-21 {
    width: auto;
  }

  .div-block-22 {
    width: auto;
  }

  .grid-35 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .div-for-clients {
    width: auto;
  }

  .gallery-section._2 {
    margin-top: 37px;
  }

  .doings-gallery {
    width: auto;
  }

  .grid-37 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navigation-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .nav-menu-list {
    margin-top: 35px;
    text-align: center;
  }

  .nav-menu-links {
    font-family: 'DM Sans', sans-serif;
    color: #000;
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
  }

  .textarea-2 {
    min-width: 500px;
  }

  .map-and-address {
    padding-left: 29px;
  }

  .tablet-mapp {
    display: none;
  }

  .mobile-landscape-mappp {
    display: block;
    margin-top: 28px;
  }

  .mobile-map {
    display: none;
  }

  .grid-38 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .sub-intern-div {
    height: auto;
    margin-left: 0px;
    padding-left: 9%;
  }

  .sub-intern-div.image {
    display: none;
  }

  .paragraph-21 {
    margin-top: 30px;
  }

  .image-for-mobile {
    display: block;
    width: 100%;
    height: 500px;
    margin-top: 11px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-image: url('../images/Rectangle-144.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .transparent-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 200;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .transparent-nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 600;
  }

  .logo-link.foooterr {
    width: 100px;
    height: 50px;
  }

  .image-22 {
    display: none;
  }

  .image-22.footerrr {
    display: block;
  }

  .nav-link-parent {
    display: none;
  }

  .heading---text---parent {
    height: auto;
  }

  .heading-1.white {
    font-size: 55px;
  }

  .heading-1.white.contact._2 {
    display: none;
  }

  .heading-1.white.contact._3 {
    display: block;
    margin-top: 2em;
    padding-left: 0em;
  }

  .future-parent._1st {
    height: 11.3em;
  }

  ._2-sctn {
    height: auto;
  }

  .callus {
    left: auto;
    right: 0%;
    width: 34.4em;
    height: 12.4em;
  }

  ._2-callus {
    margin-left: 6px;
  }

  ._2-callus._245 {
    margin-left: 9px;
  }

  .text-block-31 {
    font-size: 16px;
  }

  .lst-text {
    font-size: 10px;
  }

  .exp-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .txt-div-prt {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .grd-img-prt {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .txt-prg {
    font-size: 31px;
    line-height: 1.3;
  }

  .txt-prg.electrical {
    padding-left: 0em;
  }

  .txt-prg.electrical.grind {
    margin-top: -13px;
  }

  .text-para.brdr {
    font-size: 16px;
  }

  .text-para.brdr.elect {
    margin-top: 1.1em;
    padding-top: 0em;
    font-size: 14.6px;
  }

  .text-para.brdr.mob {
    margin-top: 1em;
    padding-right: 0em;
    font-size: 13px;
  }

  .text-para._4 {
    margin-top: 0em;
    font-size: 16px;
  }

  .text-para._4._1.rural {
    width: auto;
    margin-top: 1em;
    font-size: 16px;
  }

  .text-para._4._1.con {
    margin-top: 1em;
  }

  .text-para.header {
    font-size: 18px;
  }

  .text-para.innovation {
    font-size: 18px;
  }

  .text-para.transforming {
    font-size: 16px;
  }

  .wlkie-parent {
    width: 83%;
    height: 53.7em;
  }

  .ct-join {
    display: none;
  }

  .solar-panel-div {
    height: 150em;
  }

  .spl-panel {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .purple-div {
    width: 100%;
    height: 30em;
    border-width: 0px 0px 3px;
  }

  .lgt {
    width: 30.7em;
    height: 10em;
    margin-left: 5em;
  }

  .button-textt {
    font-size: 14px;
  }

  .parent {
    right: 0%;
    width: 100%;
  }

  .big-txt {
    height: 25em;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .highlights-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 71.2em;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .cont-prt-div {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .btm-brdr-line {
    display: none;
  }

  .content._1 {
    position: static;
    width: 70%;
    margin-top: 0px;
    margin-left: 8.5em;
    padding-left: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content._2 {
    position: static;
    display: block;
    width: 70%;
    margin-top: 4.9em;
    margin-left: 8.5em;
    padding-left: 0em;
  }

  .hrztl-brdr-line {
    display: block;
    width: 80%;
    height: 0.05em;
    margin-top: 4em;
    margin-left: 5em;
  }

  .icon-red {
    width: 8em;
    height: 8em;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .icon-red.fill {
    width: 8em;
    height: 7.8em;
  }

  ._7-sctn {
    height: auto;
  }

  .mchnd-part-grd {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._8-sctn {
    height: 120em;
  }

  .font-div {
    z-index: 0;
    width: 50em;
    height: 55em;
  }

  .big-no {
    font-size: 100px;
  }

  .sustain-energy {
    left: auto;
    right: -92%;
    bottom: -6%;
    width: 90em;
    height: 600px;
    margin-left: auto;
  }

  .container-text {
    padding-top: 4.4em;
    padding-left: 2em;
  }

  .heading-33 {
    margin-top: 0.2em;
    font-size: 30px;
    line-height: 25px;
  }

  .house-pic {
    left: -5%;
    top: 0%;
    z-index: 1;
    height: 58%;
  }

  ._9-sctn {
    height: 150em;
    margin-top: 23.3em;
  }

  .div-wth-ar {
    left: 40%;
    bottom: -19.5%;
  }

  .image-26 {
    display: none;
  }

  .arrow-div {
    width: 15em;
    height: 15em;
    padding-right: 0em;
  }

  .arrow-div._1 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .arrow-div._3 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .font-2 {
    width: 50em;
    height: 27.9em;
  }

  .rrl-electrification {
    width: 96%;
    height: 513px;
    margin-top: 22px;
    margin-left: auto;
  }

  .rrl-electrification._3 {
    display: none;
  }

  .pic2-div {
    height: 55%;
  }

  .elect-div {
    padding-top: 4.4em;
  }

  .elct-parent {
    bottom: -40%;
    width: 40em;
    height: 45.2em;
  }

  ._10-sctn {
    height: 140em;
    margin-top: 8em;
  }

  .connectivity {
    left: 29px;
    bottom: -33.5%;
    width: 90em;
    height: 60em;
    margin-left: 0px;
  }

  .mast-imagee {
    top: 20%;
    height: 42%;
  }

  .cnt-div {
    left: -100%;
    top: auto;
    right: auto;
    bottom: 9.5%;
    width: 75.1em;
    height: 40em;
  }

  ._11-section {
    margin-top: 375px;
  }

  .mtvtn {
    display: none;
  }

  .client-grid {
    grid-column-gap: 5px;
  }

  .client-grid._2 {
    grid-column-gap: 5px;
    -ms-grid-columns: 2.5fr 1fr 1fr;
    grid-template-columns: 2.5fr 1fr 1fr;
  }

  .client-grid._3 {
    grid-column-gap: 8px;
    -ms-grid-columns: 1fr 2fr 1.2fr;
    grid-template-columns: 1fr 2fr 1.2fr;
  }

  .client-text {
    font-size: 10px;
  }

  ._12-section {
    height: auto;
    margin-top: 39px;
  }

  .career-parent {
    height: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-carr-div {
    width: 100%;
  }

  .carrer-writing {
    right: 0%;
    width: 100%;
    height: 257px;
  }

  .gt-in-touch._1 {
    color: #fff;
  }

  .quick-links-div {
    display: none;
  }

  .image-35._2 {
    display: none;
  }

  .image-35._1 {
    width: 45px;
    margin-left: 0px;
  }

  .sctn-2-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  ._80 {
    height: auto;
    padding-left: 50px;
  }

  .red-block {
    bottom: -5%;
  }

  .glss-boy {
    width: 85%;
  }

  .background-video-2 {
    padding-bottom: 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-exp {
    padding-right: 2em;
  }

  .gallery-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-1 {
    padding-right: 5em;
  }

  .div-2 {
    display: none;
  }

  .blue-div {
    padding-top: 1.5em;
    padding-right: 1.5em;
    padding-left: 2em;
  }

  .welder-parent.ict {
    padding-bottom: 0px;
  }

  .perfection {
    bottom: 7%;
    height: 143px;
  }

  .sctn-6 {
    height: auto;
    padding-bottom: 3em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fix-grid {
    height: 58%;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .short-circuit-mains {
    height: 300px;
  }

  .text-button-div {
    height: 343px;
  }

  .text-button-div.electrical {
    height: auto;
  }

  .fix-it {
    top: 5.5em;
  }

  .fix-it.electrical {
    top: -4.5em;
  }

  .sctni-6 {
    height: auto;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .ict-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .csctn-1 {
    height: auto;
  }

  .vh-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hat-text-div {
    height: 450px;
  }

  .thehigh-hat {
    height: 500px;
  }

  .apply-here.up {
    display: none;
  }

  .apply-here.down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 53px;
  }

  .csctn-2 {
    height: auto;
  }

  .value--grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .value-img {
    height: 500px;
  }

  .text-lot {
    height: 500px;
    padding-right: 5em;
    padding-left: 5em;
  }

  .img-dot {
    width: 90%;
  }

  .rctgl-div {
    width: 99%;
  }

  .career-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .enroll-div {
    height: 485px;
    padding-top: 2em;
  }

  .enroll-div-image {
    height: 400px;
  }

  .cosctn-1 {
    height: auto;
  }

  .landscape-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .drill {
    display: block;
    padding-right: 5em;
    padding-left: 5em;
  }

  .contactt-div {
    padding-left: 5em;
  }

  .form-block-2 {
    width: 92%;
  }

  .text-areaa {
    min-height: 150px;
  }

  .div-block-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .lottie-animation-12 {
    width: 33px;
    height: 33px;
  }

  .image-41 {
    display: block;
    height: 44px;
  }

  .div-block-36 {
    position: static;
    left: 3%;
    z-index: 2;
    display: block;
    width: auto;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .vertical-line {
    position: relative;
    left: 5%;
    display: block;
    width: 0.05em;
    height: 100%;
    padding-right: 0em;
    padding-bottom: 0px;
    padding-left: 0em;
    background-color: rgba(211, 19, 19, 0.55);
  }

  .nav-menu-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 300;
    display: block;
    width: 0%;
    height: 100vh;
    background-color: #0c0018;
  }

  .nav-menu-parent {
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._60--div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 77%;
    height: 66px;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-mobile-links {
    margin-top: 0px;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar-1.services-2-0.carrers.about-us {
    display: none;
  }

  .hero-overlay {
    background-image: url('../images/Mobile-Boy.jpg');
  }

  .centered-container {
    text-align: left;
  }

  .paragraph {
    display: block;
    width: 250px;
    margin-top: 10px;
    font-size: 14.5px;
    line-height: 20px;
  }

  .quote-button {
    width: 150px;
    font-size: 10px;
  }

  .text-block {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 14px;
  }

  .grid {
    padding-left: 10px;
  }

  .heading-3 {
    font-size: 14px;
  }

  .section-3 {
    margin-top: 0px;
  }

  .grid-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .expertise-head {
    padding-right: 34px;
    padding-left: 22px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-4 {
    margin-top: 65px;
    font-size: 30px;
  }

  .section-4 {
    margin-top: 66px;
    padding-right: 17px;
    padding-left: 17px;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .electrical-services {
    width: auto;
    padding-top: 30px;
    padding-left: 18px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/electrical-.jpg');
  }

  .electrical-services._1 {
    background-image: url('../images/e4.jpg');
  }

  .section-5 {
    padding-right: 17px;
    padding-left: 17px;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-feature._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 18px;
    background-image: url('../images/e3.jpg');
  }

  .image-feature._2 {
    width: auto;
    padding-left: 18px;
    background-image: url('../images/e2.jpg');
  }

  .section-6 {
    padding-right: 17px;
    padding-left: 17px;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid-8 {
    padding-right: 42px;
    padding-left: 42px;
    grid-column-gap: 10px;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .caeserea-section-1 {
    width: 120px;
    height: 220px;
  }

  .caeserea-section-2 {
    width: 130px;
    height: 230px;
  }

  .heading-and-button-feature-tag {
    margin-top: 0%;
  }

  .lottie-animation {
    margin-top: 7px;
    margin-left: 5px;
  }

  .text-blockk {
    font-size: 18px;
    text-align: left;
  }

  .lottie-animation-3 {
    width: 170px;
  }

  .text-block-4 {
    margin-left: 0px;
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-4._1 {
    left: 0px;
    margin-top: 3px;
    margin-left: 0px;
    padding-left: 4px;
    font-size: 40px;
  }

  .div-block-2 {
    width: 297.609375px;
    margin-top: 7px;
  }

  .bold-text-3 {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-3 {
    height: 400px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-3._2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-4 {
    height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-5 {
    display: none;
  }

  .grid-9 {
    margin-top: -59px;
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .scatttered-2._1 {
    width: 130px;
    height: 230px;
  }

  .scatttered-2._2 {
    width: 200px;
    height: 350px;
  }

  .div-block-6 {
    display: none;
    margin-top: -42px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-9 {
    margin-top: 51px;
  }

  .grid-10 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 8px;
  }

  .last-div-block {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .last-one {
    width: 150px;
    height: 250px;
  }

  .last-one-2 {
    width: 130px;
    height: 230px;
  }

  .grid-11 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 17px;
    padding-left: 10px;
  }

  .grid-12 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .clients {
    width: auto;
    height: 250px;
    padding: 37px 15px 51px 20px;
  }

  .clients._3 {
    width: auto;
  }

  .clients._1 {
    width: auto;
    height: 250px;
    padding-top: 37px;
    padding-left: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid-13 {
    margin-right: 0px;
    margin-left: 0px;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .client-description {
    padding-right: 40px;
    padding-left: 22px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-7 {
    width: 280px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }

  .heading-7._2 {
    padding-left: 0px;
    font-size: 30px;
    text-align: left;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .section-7-1 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .project-descrioption {
    height: auto;
    padding-left: 17px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-5 {
    margin-top: 18px;
    padding-left: 0px;
    color: #707070;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
  }

  .section-10 {
    margin-top: -34px;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 25px;
  }

  .link-block-2 {
    width: 150px;
    height: 50px;
  }

  .link-block-2.about-us {
    margin-top: 57px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-9 {
    font-size: 17px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    width: 40%;
    height: 60px;
  }

  .footer-image {
    width: 50%;
  }

  .footer-heading {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-link._1 {
    position: relative;
    left: 0px;
    top: -42px;
    margin-left: 0px;
  }

  .list-item {
    text-align: center;
  }

  .div-block-10 {
    margin-left: 0px;
  }

  .div-block-11 {
    display: block;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-12 {
    margin-right: 0px;
  }

  .paragraph-6 {
    margin-left: 0px;
  }

  .navbar-2 {
    display: block;
  }

  .image-7 {
    height: 40px;
  }

  .lottie-animation-4 {
    width: 25px;
    height: 25px;
  }

  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-link-2._2 {
    line-height: 40px;
  }

  .paragraph-1 {
    width: auto;
    margin-top: 4px;
    padding-right: 8px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
  }

  .grid-14 {
    height: 100vh;
  }

  .electrical-services-div {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .electrical-services-heading {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
  }

  .electrical-services-heading.ict {
    text-align: center;
  }

  .transformer-div._2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-7 {
    padding-left: 0px;
  }

  .text-block-div {
    padding-left: 0px;
  }

  .heading-10 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-8 {
    font-size: 14px;
    line-height: 16px;
  }

  .section-6-5 {
    display: block;
  }

  .grid-16 {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .about-us-div {
    width: auto;
    height: auto;
  }

  .lottie-animation-7 {
    width: 100px;
    height: 100px;
  }

  .lottie-animation-7._2 {
    width: 100px;
    height: 100px;
  }

  .heading-11 {
    margin-top: 24px;
    font-size: 60px;
  }

  .heading-12 {
    font-size: 60px;
  }

  .heading-13 {
    font-size: 60px;
  }

  .about-us {
    margin-top: 4px;
    text-align: center;
  }

  .lottie-animation-8 {
    left: 47%;
  }

  .career-image-holder {
    padding-right: 18px;
    padding-left: 16px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .career-image {
    width: 100%;
    margin-top: 50px;
  }

  .text-holder {
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .info-div {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-9 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-15 {
    font-size: 21px;
    line-height: 30px;
  }

  .grid-19 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-gallery-1 {
    width: 250px;
  }

  .image-gallery-2 {
    margin-top: 22px;
  }

  .section-4-11 {
    margin-top: -55px;
  }

  .section-5-1 {
    margin-top: 39px;
  }

  .heading-16 {
    font-size: 30px;
    text-align: center;
  }

  .custom-footer {
    margin-top: 18px;
  }

  .footer-holder {
    padding-top: 11px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/foot-mobile-2.jpg');
  }

  .inside-content {
    height: auto;
    margin-top: -71px;
    margin-left: 0%;
  }

  .text-block-14 {
    width: auto;
    font-size: 20px;
  }

  .bold-text-4 {
    top: 10px;
    font-size: 25px;
  }

  .bold-text-5 {
    top: 10px;
    font-size: 25px;
  }

  .paragraph-10 {
    margin-top: 9px;
    font-size: 20px;
    line-height: 22px;
  }

  .paragraph-11 {
    width: auto;
    margin-top: 33px;
    font-size: 20px;
  }

  .text-block-15 {
    display: none;
    margin-left: 20px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #e4e4e4;
    font-size: 14px;
  }

  .text-block-15.mobile {
    display: block;
  }

  .text-block-16 {
    margin-top: -8%;
    margin-left: 20px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 12px;
  }

  .div-block-16 {
    margin-top: -82px;
    margin-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .ict-services-div {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 60% 50%;
  }

  .ict-div-2 {
    padding-right: 20px;
  }

  .heading-17 {
    width: 196.203125px;
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-12 {
    width: auto;
    font-size: 18px;
  }

  .ict-text {
    width: auto;
    font-size: 14px;
  }

  .div-block-17 {
    width: 100%;
  }

  .heading-19 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-20 {
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph-13 {
    font-size: 16px;
  }

  .image-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .imagee {
    width: 100%;
    height: 300px;
    background-size: cover;
  }

  .paragraph-14 {
    padding-right: 22px;
    padding-left: 0px;
    font-size: 16px;
  }

  .paragraph-14._234 {
    padding-right: 22px;
    padding-left: 22px;
  }

  .grid-27 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .mobile-landscape-mapp {
    height: auto;
  }

  .grid-28 {
    height: auto;
  }

  .contact-div {
    height: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-21 {
    margin-top: 77px;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
  }

  .text-field {
    width: 100%;
    max-width: none;
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 17px;
  }

  .form {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .submit-button {
    background-color: #d31313;
  }

  .form-block {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .grid-29 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .location-div {
    padding-left: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .jesunic-location-div {
    padding-left: 10px;
  }

  .grid-30 {
    padding-right: 7px;
    padding-left: 7px;
  }

  .mobile-landscape-map {
    display: none;
  }

  .html-embed-2 {
    display: block;
  }

  .grid-31 {
    margin-top: 16px;
  }

  .logo-of-the-clients {
    width: 90px;
  }

  .logo-of-the-clients._2 {
    width: 90px;
  }

  .grid-32 {
    padding-right: 15px;
    padding-bottom: 35px;
    padding-left: 15px;
  }

  .service-div {
    height: auto;
    padding-top: 7px;
  }

  .icon-div {
    width: 100px;
    height: 100px;
  }

  .ict-div1 {
    width: auto;
  }

  .image-12 {
    height: 80px;
  }

  .image-13 {
    height: 80px;
  }

  .div-button {
    top: 68%;
  }

  .heading-23 {
    margin-top: -60px;
    font-size: 30px;
    line-height: 35px;
  }

  .ceo-div._2 {
    padding-right: 18px;
  }

  .paragraph-16 {
    width: auto;
    margin-top: 34px;
  }

  .heading-24 {
    width: 280px;
    font-size: 30px;
    line-height: 35px;
  }

  .grid-33 {
    padding-bottom: 30px;
  }

  .explain-div {
    height: auto;
    padding-top: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-34 {
    grid-column-gap: 7px;
  }

  ._30-div {
    width: 100px;
  }

  .lottie-animation-9 {
    width: 50px;
    height: 50px;
  }

  .lottie-animation-10 {
    width: 50px;
    height: 50px;
  }

  .lottie-animation-11 {
    width: 50px;
    height: 50px;
  }

  .heading-25 {
    font-size: 25px;
  }

  .text-block-22 {
    margin-top: -10px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
  }

  .link-block-3 {
    margin-top: 30px;
  }

  .grid-35 {
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-for-clients {
    padding-left: 16px;
  }

  .div-block-25 {
    height: 60px;
    padding-top: 0px;
  }

  .heading-26 {
    font-size: 25px;
  }

  .paragraph-17 {
    font-size: 14px;
  }

  .underline1 {
    display: block;
    width: 220px;
    margin-top: -5px;
    margin-left: 0px;
  }

  .doings-gallery {
    height: 300px;
  }

  .intercepting-section {
    padding-bottom: 0px;
  }

  .grid-37 {
    height: auto;
    padding-bottom: 19px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .imaging-div {
    height: 300px;
  }

  .imaging-div2 {
    padding-bottom: 19px;
  }

  .navigation-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
  }

  .nav-menu-links {
    font-size: 30px;
  }

  .paragraph-18 {
    font-size: 15px;
  }

  .textarea-2 {
    width: auto;
    min-width: 100%;
  }

  .map-and-address {
    position: relative;
    padding-top: 41px;
    padding-right: 12px;
    padding-left: 11px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-20 {
    position: relative;
    left: 0%;
    top: auto;
    margin-top: 33px;
    margin-right: 0px;
    margin-left: 0%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .mobile-landscape-mappp {
    display: none;
  }

  .mobile-map {
    display: block;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .breakdown-text {
    font-size: 14px;
  }

  .list-2 {
    width: 90%;
  }

  .sub-intern-div {
    padding: 31px 20px 38px;
  }

  .heading-28 {
    font-size: 25px;
  }

  .icon-section {
    margin-top: 39px;
  }

  .grid-39 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .icons-gallery-div {
    height: 250px;
  }

  .image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-27 {
    width: 100%;
    height: 300px;
  }

  .image-for-mobile {
    height: 300px;
  }

  .transparent-nav-menu {
    background-color: rgba(0, 0, 0, 0.49);
  }

  .list-3 {
    display: block;
  }

  .image-holder {
    padding-right: 0em;
    padding-left: 5em;
  }

  .heading---text---parent {
    left: 5em;
    right: 5em;
    width: auto;
    height: 283px;
  }

  .heading-1._1 {
    font-size: 42px;
  }

  .heading-1._2 {
    font-size: 40px;
  }

  .heading-1.elct {
    font-size: 50px;
  }

  .heading-1.white {
    font-size: 40px;
  }

  .heading-1.white.contact._3 {
    margin-top: 3em;
    font-size: 30px;
    line-height: 1.3;
  }

  .future-parent._1st {
    height: 52px;
  }

  .callus {
    width: 200px;
    height: 65px;
  }

  .text-block-31 {
    font-size: 14px;
  }

  .lst-text {
    font-size: 9px;
  }

  .txt-div-prt {
    padding: 10em 5em;
  }

  .grd-img-prt {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .txt-prg {
    font-size: 22px;
  }

  .txt-prg._1 {
    font-size: 22px;
  }

  .txt-prg.electrical {
    font-size: 22px;
  }

  .txt-prg.electrical.grind {
    font-size: 20px;
  }

  .txt-prg.electrical.small {
    font-size: 20px;
  }

  .text-para {
    font-size: 16px;
    line-height: 1.3;
  }

  .text-para.brdr.elect {
    margin-top: 3em;
    font-size: 14px;
  }

  .text-para.brdr.elect.grind {
    margin-top: -0.3em;
  }

  .text-para.brdr.elect._4em {
    margin-top: 1em;
    font-size: 14px;
  }

  .text-para.brdr.elect.pdiv {
    margin-top: 2em;
    font-size: 15px;
  }

  .text-para.brdr.elect.hat.contact {
    margin-top: 4em;
    padding-right: 0em;
  }

  .text-para.brdr.elect.rat {
    margin-top: 1em;
  }

  .text-para.brdr.elect._34 {
    margin-top: 2em;
  }

  .text-para.brdr.mob {
    margin-top: 0.5em;
    font-size: 16px;
    line-height: 1.3;
  }

  .text-para._4 {
    font-size: 13.5px;
  }

  .text-para._4._1 {
    margin-top: 1.4em;
    font-size: 16px;
  }

  .text-para._4._1.rural {
    font-size: 13.5px;
  }

  .text-para.big {
    font-size: 16px;
  }

  .text-para.small {
    font-size: 16px;
  }

  .text-para.header {
    font-size: 18px;
    line-height: 1.4;
  }

  .text-para.innovation {
    padding-right: 0em;
    font-size: 16px;
    line-height: 1.3;
  }

  .text-para.transforming {
    padding-right: 0em;
    font-size: 16px;
    line-height: 1.3;
  }

  .inn-bold.bold.career {
    top: 3%;
  }

  .wlkie-parent {
    width: 90%;
    height: 65em;
  }

  .solar-panel-div {
    height: 700px;
  }

  .spl-panel {
    height: auto;
  }

  .engy-supply {
    padding-right: 5em;
  }

  .lgt {
    width: 180px;
    height: 45px;
  }

  .button-textt {
    font-size: 14px;
  }

  .parent {
    top: 77%;
  }

  .big-txt {
    height: auto;
  }

  .text-block-33 {
    font-size: 30px;
  }

  .highlights-div {
    height: 600px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content._1 {
    width: 86%;
    margin-bottom: 7em;
  }

  .content._2 {
    width: 86%;
    margin-top: 7em;
  }

  .hrztl-brdr-line {
    height: 2px;
    margin-top: 0em;
  }

  .icon-red {
    width: 15em;
    height: 15em;
  }

  .icon-red.fill {
    width: 15em;
    height: 14.8em;
  }

  ._8-sctn {
    height: 487px;
    padding-top: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cont-1 {
    width: 100%;
  }

  .cont-1._2 {
    display: block;
    width: 100%;
    height: 30%;
  }

  .cont-1._1 {
    width: 100%;
    height: 100%;
    padding-left: 0em;
  }

  .font-div {
    display: none;
    height: 72.6em;
    margin-right: auto;
    margin-left: auto;
  }

  .big-no {
    font-size: 100px;
  }

  .sustain-energy {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 92%;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .picture-div {
    height: 50%;
  }

  .container-text {
    padding-left: 3em;
  }

  .heading-33 {
    font-size: 20px;
  }

  .heading-33._1 {
    font-size: 20px;
  }

  .heading-33.electrical {
    font-size: 17px;
  }

  .heading-33.electrical.small-text {
    font-size: 12.5px;
  }

  .house-pic {
    left: 0%;
    top: 1%;
    display: none;
    width: auto;
    height: 31%;
    max-width: 152%;
  }

  ._9-sctn {
    height: auto;
    margin-top: 6em;
  }

  .div-wth-ar {
    left: 65%;
    bottom: 18.5%;
    width: 100px;
    height: 60px;
  }

  .arrow-div {
    width: 70px;
    height: 60px;
  }

  .cont-2 {
    height: 0em;
  }

  .font-2 {
    display: none;
  }

  .rrl-electrification {
    width: 92%;
    height: 450px;
    margin-right: auto;
  }

  .rrl-electrification._3 {
    display: block;
    height: 400px;
  }

  .pic2-div {
    height: 32%;
    background-image: url('../images/rural-electricity.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .pic2-div._2 {
    height: 50%;
    background-image: url('../images/jesunic-man.jpg');
  }

  .transformer {
    display: none;
  }

  .elect-div {
    padding-right: 3em;
    padding-left: 3em;
  }

  .elct-parent {
    right: -0.5%;
    bottom: -11%;
    height: 50px;
  }

  .elct-parent._3 {
    display: none;
  }

  ._10-sctn {
    margin-top: 26.3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .connectivity {
    left: 6%;
    right: 0%;
    bottom: -14%;
    height: 30px;
  }

  .wrkr {
    display: none;
  }

  .mast-imagee {
    display: none;
  }

  .cnt-div {
    display: none;
  }

  ._11-section {
    height: 250px;
    margin-top: 20em;
  }

  .mtvtn {
    position: absolute;
    left: 0%;
    top: 101%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 400px;
    margin-top: 0px;
    padding-right: 5em;
    padding-left: 5em;
  }

  .satisfied-div {
    height: 564px;
    margin-top: 131%;
  }

  .client-parent {
    width: 100%;
  }

  .text-div {
    padding-left: 5em;
  }

  .text-block-34 {
    font-size: 22px;
  }

  .shield {
    height: 121%;
    margin-top: -2px;
    margin-left: 2em;
  }

  .clients-arrangement {
    width: 100%;
    height: 90%;
    margin-top: 14px;
    padding-right: 5em;
    padding-left: 5em;
  }

  .client-grid {
    display: none;
    height: 100px;
    grid-template-areas: "Area Area-2"
      "Area-3 Area-4";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0.5fr;
    grid-template-rows: auto 0.5fr;
  }

  .client-square {
    height: 40px;
  }

  .client-text {
    font-size: 11px;
  }

  .career-parent {
    width: 91%;
  }

  .carrer-writing {
    height: 400px;
    padding-top: 5.9em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-parent {
    height: 500px;
    padding-top: 2em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/landing.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/landing.jpg');
    background-position: 0px 0px, 50% 100%;
  }

  .footerr-parent {
    width: 300px;
  }

  .gt-in-touch._1 {
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 16px;
  }

  .quick-link-parent {
    display: none;
  }

  .footert-text {
    margin-top: -17%;
    color: #8f8f8f;
    font-size: 13px;
    text-align: center;
  }

  .button-parents {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 12%;
    width: 300px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .raq-grid {
    display: none;
  }

  .social-media-parent {
    width: 200px;
    padding-right: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-media-links {
    width: 32px;
    margin-left: 8em;
  }

  .social--media {
    width: 39px;
    height: 26px;
  }

  .social--media._1 {
    width: 22px;
    height: 26px;
  }

  .exp-div {
    padding-right: 3em;
  }

  ._80 {
    padding-left: 10px;
  }

  .red-block {
    bottom: -11%;
  }

  .glss-boy {
    width: 895%;
  }

  .sctn-3 {
    margin-top: 53px;
    padding-right: 0em;
    padding-left: 0em;
  }

  .background-video-2 {
    width: 100%;
    height: 95%;
    padding-right: 5em;
    padding-left: 5em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-on-bckgrnd {
    width: 100%;
    height: 520px;
  }

  .div-exp {
    padding-top: 7.7em;
    padding-left: 4em;
  }

  .image-36.careers {
    width: 20px;
    height: 20px;
  }

  .sctn-4 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blue-div {
    height: 250px;
    padding-top: 2em;
    padding-left: 3.5em;
  }

  .welder-parent {
    width: 90%;
  }

  .perfection {
    height: auto;
    padding-left: 22.7em;
  }

  .fix-grid {
    width: 90%;
    height: auto;
  }

  .text-button-div {
    height: auto;
    padding-right: 3em;
    padding-bottom: 13.5em;
    padding-left: 3em;
  }

  .text-button-div.electrical {
    padding-bottom: 4.1em;
  }

  .fix-it.careers {
    top: 7.2em;
  }

  .pdiv {
    height: 250px;
    padding-left: 4.3em;
  }

  .text-lot {
    padding-right: 2em;
  }

  .rctgl-div {
    padding-left: 2.8em;
  }

  .csctn-3 {
    height: auto;
  }

  .enroll-div {
    height: 477px;
    padding-right: 3.4em;
  }

  .imaged--div {
    width: 90%;
  }

  .image-38 {
    max-width: 101%;
  }

  .contactt-div {
    padding-right: 2em;
  }

  .transition {
    display: none;
  }

  .image-39 {
    width: 200px;
  }

  .image-40 {
    display: none;
  }

  .vertical-line {
    width: 2px;
    height: 93%;
  }

  .grid-47 {
    display: -ms-grid;
    display: grid;
    height: 50px;
    margin-top: 14px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .client-div-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0f0a2c;
  }

  .grid-48 {
    position: static;
    top: 21px;
    display: -ms-grid;
    display: grid;
    height: 50px;
    margin-top: 14px;
    margin-bottom: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-37 {
    height: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .div-block-38 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d31313;
  }

  .link-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .nav-menu-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 300;
    width: 0%;
    height: 100%;
    background-color: #0c0018;
  }

  .nav-menu-parent {
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._60--div {
    width: 77%;
  }

  .nav-mobile-links {
    font-size: 28px;
  }
}

#w-node-_36b39dd5-9870-e971-db64-9eee1e208444-1e208422 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_36b39dd5-9870-e971-db64-9eee1e208444-1e208422 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ba450ed7-a87e-d231-ccc8-92f6226a6997-b9ee2eaa {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ef665082-8964-74bd-6c3f-f7141c1a7c69-b9ee2eaa {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-eece2fa2-0e04-7529-6293-8ca7f5620b73-bad45a06 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Bold.woff2') format('woff2'), url('../fonts/EuclidCircularA-Bold.eot') format('embedded-opentype'), url('../fonts/EuclidCircularA-Bold.woff') format('woff'), url('../fonts/EuclidCircularA-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-BoldItalic.woff2') format('woff2'), url('../fonts/EuclidCircularA-BoldItalic.eot') format('embedded-opentype'), url('../fonts/EuclidCircularA-BoldItalic.woff') format('woff'), url('../fonts/EuclidCircularA-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Light.woff2') format('woff2'), url('../fonts/EuclidCircularA-Light.eot') format('embedded-opentype'), url('../fonts/EuclidCircularA-Light.woff') format('woff'), url('../fonts/EuclidCircularA-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-LightItalic.woff2') format('woff2'), url('../fonts/EuclidCircularA-LightItalic.eot') format('embedded-opentype'), url('../fonts/EuclidCircularA-LightItalic.woff') format('woff'), url('../fonts/EuclidCircularA-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Italic.woff2') format('woff2'), url('../fonts/EuclidCircularA-Italic.eot') format('embedded-opentype'), url('../fonts/EuclidCircularA-Italic.woff') format('woff'), url('../fonts/EuclidCircularA-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Medium.woff2') format('woff2'), url('../fonts/EuclidCircularA-Medium.eot') format('embedded-opentype'), url('../fonts/EuclidCircularA-Medium.woff') format('woff'), url('../fonts/EuclidCircularA-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-MediumItalic.woff2') format('woff2'), url('../fonts/EuclidCircularA-MediumItalic.eot') format('embedded-opentype'), url('../fonts/EuclidCircularA-MediumItalic.woff') format('woff'), url('../fonts/EuclidCircularA-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Regular.woff2') format('woff2'), url('../fonts/EuclidCircularA-Regular.eot') format('embedded-opentype'), url('../fonts/EuclidCircularA-Regular.woff') format('woff'), url('../fonts/EuclidCircularA-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-SemiBold.woff2') format('woff2'), url('../fonts/EuclidCircularA-SemiBold.eot') format('embedded-opentype'), url('../fonts/EuclidCircularA-SemiBold.woff') format('woff'), url('../fonts/EuclidCircularA-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-SemiBoldItalic.woff2') format('woff2'), url('../fonts/EuclidCircularA-SemiBoldItalic.eot') format('embedded-opentype'), url('../fonts/EuclidCircularA-SemiBoldItalic.woff') format('woff'), url('../fonts/EuclidCircularA-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}