.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;
}
.lightnav{
  background-color: red;
}
.about-header-content{
  text-align: center;
}
.workblock{
  margin-top: 10%;
}
.about-header-image{
  margin-top: 10vh;
}
.about-header-content{
  margin-top: 10vh;
}
.active-inner-crumb{
  font-family: inherit;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #232323;
  text-decoration: none;
}
.inner-crumb{
  font-family: inherit;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: grey;
  text-decoration: none;
}
.inner-crumb:hover{
  text-decoration: none;
  color: #3c4fff;
}

.wstatus{
  font-size: 18px;
  font-family: inherit;
  text-transform:uppercase;
}
.wpara{
  font-size: 18px;
  text-transform:uppercase;
}
.fright{
  text-align: right;
}
.active-inner-crumb:hover{
  text-decoration: none;
  color: #3c4fff;
}
.about-paragraph{
  font-family: inherit;
  font-size: 16px;
}
.about-heading{
  font-family: inherit;
  font-size: 6em;
  font-weight: bold;
}
.about-header-c2{
  margin-top: 10vh;
}
.award-data{
  width: 100%;
}
.vdiv{
  display: flex;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-flex-item-align: center;
  
}
.secondary-heading{
  font-family: inherit;
  font-weight: bold;
  font-size: 3em;
  color: #3c4fff;
  text-transform: uppercase;
}

.clients{
  width: 100%;
  margin-top: 20vh;
}

.cimage{
  padding: 10px;
  width: 100%;
  height: auto;
}
.award-title{
  font-family: inherit;
  margin-top: 5px;
  margin-left: 10px;
  /* font-weight: regular; */
  font-size: 20px;
  color: #232323;
}
.stat{
  margin-top: 15%;
  width: 100%;
  margin-bottom: 15%;
}
.eachdata{
  margin-top: 10vh;
}
.stat-header{
  font-family: inherit;
  font-weight: bold;
  font-size: 2em;
  color: #3c4fff;
  text-transform: uppercase;
}

#quickForm{
  width: 60%;
  margin-top: 5%;
}
.cd{
  text-align: center;
  align-items: center;
  height: 100%;
}
.at{
  margin-top: 10px;
}
.fr{
  border-radius: 24px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background-color: #D9D9D9 !important;
}

.frbtn{
  border-radius: 24px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 100%;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background-color: #3c4fff !important;
}

.wstatus{
  color: #2c3eff;
  margin-top: 10px;
}
.work-header{
  font-family: inherit;
  font-weight: bold;
  font-size: 1.9em;
  color: #3c4fff;
  margin-top: 20px;
  text-transform: uppercase;
}
.horizontal-line-one{
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #232323;
}
.social-icons{

  text-decoration: none;
  color: white;
}
.social-icons:hover{

  text-decoration: none;
  color: #3c4fff;
}
.nav-bar-contact-button {
  padding: 10px 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-bar-contact-button-modified {
  padding: 10px 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #3c4fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}


.lightnav{
  background-color: transparent;
}

.nav-bar-contact-button:hover {
  color: #3c4fff;
  text-decoration: none;
}

.nav-bar-contact-button-modified:hover {
  color: #3c4fff;
  text-decoration: none;
}

.nav-bar-contact-button:active {
  color: #269dff;
}

.navbar-white-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.navbar-white-button {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 10px 10px 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-white-button-modified {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 10px 10px 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #1b1b1b;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-white-button:hover {
  color: #3c4fff;
  text-decoration: none;
}

.navbar-white-button-modified:hover {
  color: #3c4fff;
  text-decoration: none;
}



.navbar-white-button.w--current {
  color: #ffffff;
}

.navbar-white-button.w--current:hover {
  color: #fafafa;
}

.navbar-white-button.off {
  display: none;
}

.navbar-white-menu {
  color: #707070;
  font-size: 28px;
}

.nav-bar-white-logo {
  width: 126px;
}

.brand-logo {
  position: -webkit-sticky;
  position: sticky;
}

.navbar-slash {
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.navbar-slash.off {
  display: none;
}

.navbar-3 {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  z-index: 10;
  padding: 26px 0px;
  background-color: #131313;
}
.navbar-4 {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  z-index: 10;
  padding: 26px 0px;
  background-color: #E5E5E5;
}
/* lighter */
.body {
  background-color: #131313;
  font-family: Inter, sans-serif;
}

.bodywhite {
  background-color: #e5e5e5;
  font-family: Inter, sans-serif;
}

.header {
  display: -ms-grid;
  display: grid;
  height: 150vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 8fr;
  grid-template-columns: 2fr 8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #131313;
}

.mycontainer {
  display: none;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
}

.heading-title {
  position: absolute;
  top: 30%;
  z-index: 1;
  margin-top: 0px;
  color: #fff;
  font-size: 9.5em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-title.fade-up.tricks {
  overflow: hidden;
}

.header-content {
  width: auto;
  margin-top: 0%;
}

.endless-loop-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-col-1 {
  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;
}

.el-block-1 {
  width: 25vw;
  height: 60vh;
  margin-left: 5vw;
  background-image: url('../images/aseng-project-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-block-1.elb3 {
  background-image: url('../images/aseng-project-12.jpg');
}

.el-block-1.elb2 {
  background-image: url('../images/aseng-project-3.jpg');
}

.el-block-1.el2 {
  height: 40vh;
}

.el-block-1.el2.ebs2 {
  background-image: url('../images/aseng-project-7.jpg');
}

.el-block-1.el2.ebs1 {
  background-image: url('../images/aseng-project-11.png');
}

.horizontal-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 110vh;
  -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: transparent;
}

.my-container {
  display: block;
  padding-right: 10vw;
  padding-left: 10vw;
  background-color: transparent;
}

.heading-32 {
  color: #323232;
  font-size: 3em;
  line-height: 0.9em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.link-2 {
  margin-left: 10px;
  color: #7b7b7b;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

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

.heading-28 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #323232;
  font-size: 9em;
  line-height: 1em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.text-span-4 {
  color: #000;
  font-weight: 600;
}

.text-span-4:hover {
  color: #6761ff;
}

.bold-text {
  color: #3b3a3a;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.bold-text.address-text:hover {
  text-decoration: none;
}

.footer-2 {
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  text-align: center;
}

.bold-text-2 {
  display: block;
  color: #3c4fff;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.footer-container {
  position: static;
}

.links-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 10%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-30 {
  font-family: 'PT Sans', sans-serif;
  color: #3c4fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.last-line-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10%;
  -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;
}

.link-block {
  position: relative;
  display: block;
  width: 100%;
  height: 130px;
  max-width: 100%;
  margin: 20px auto 100px;
  float: left;
  line-height: 150px;
  text-align: left;
  text-decoration: none;
}

.div-block-78 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 0px;
  margin-top: 0px;
  background-color: rgba(52, 88, 209, 0.5);
}

.heading-31 {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.link {
  display: block;
  margin-top: 10px;
  color: #3b3a3a;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

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

.important-links-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.social-div {
  display: block;
  width: auto;
  margin-top: 60%;
  -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;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.vertical-link {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
}

.vertical-link:hover {
  color: #3c4fff;
}

.vertical-link.fb {
  margin-top: 100px;
}

.vertical-link.ld {
  margin-top: 87px;
}

.vertical-link.wa {
  margin-top: 100px;
}

.hero-text {
  position: absolute;
  top: 30%;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  color: transparent;
  font-size: 9.5em;
  line-height: 1em;
  text-transform: uppercase;
}

.hero-text.fade-up2.tricks {
  overflow: hidden;
}

.hero-image {
  position: absolute;
  left: auto;
  top: 100vh;
  right: 20vw;
  bottom: 0%;
  z-index: 2;
  width: 440px;
  height: 80vh;
  background-image: url('../images/aseng-project-3.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.subheading {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.heading-33 {
  font-size: 20px;
}

.secondary-hero-image {
  position: absolute;
  left: 20vw;
  top: 140vh;
  right: auto;
  bottom: 0%;
  z-index: 4;
  display: none;
  width: 380px;
  height: 60vh;
  background-image: url('../images/bg-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-wrapper {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: auto;
  height: 10em;
  max-width: none;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.read-more-link {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  font-family: Inter, sans-serif;
  color: #242424;
  font-size: 7em;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
}

.underline_for_link {
  width: 90%;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #9d9d9d;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.html-embed {
  color: #131313;
}

.html-embed-2 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.html-embed-2:hover {
  color: #2c0000;
}

.about {
  height: auto;
}

.small-container {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -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-34 {
  width: auto;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.heading-34.projects-title {
  color: #000;
}

.heading-34.about-title {
  color: #000;
}

.paragraph {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.animated-link {
  display: inline-block;
  overflow: hidden;
  margin-top: 10px;
}

.link-3 {
  display: inline-block;
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
}

.underline {
  width: 100%;
  height: 2px;
  margin-top: 3px;
  background-color: #000;
}

.about-content-grid {
  display: -ms-grid;
  display: grid;
  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 auto;
  grid-template-rows: auto auto;
}

.div-block-102 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0%;
  -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;
}

.div-block-102.phone-div {
  margin-bottom: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.horizontal-line {
  width: 90%;
  height: 2px;
  background-color: #363636;
  color: #000;
}

.horizontal-line.line-prjects {
  width: 90%;
  height: 2px;
  background-color: #000;
  color: #fff;
}

.horizontal-line.line-prjects.service-line {
  background-color: #fff;
}

.div-block-103 {
  display: block;
  margin-top: 3%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-35 {
  display: inline-block;
  margin-top: 0%;
  margin-bottom: 0%;
  color: #000;
  font-size: 7em;
  line-height: 1em;
}

.div-block-104 {
  overflow: hidden;
}

.div-block-104.animatedgitblock {
  display: block;
  margin-top: 2%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-105 {
  width: 100%;
  height: 5px;
  background-color: #333;
}

.div-block-106 {
  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;
}

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

.project-image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 70vh;
}

.project-image-wrapper.wrapper-two {
  height: 60vh;
}

.project-image-wrapper.wrapper-two.wrapper-three {
  height: 70vh;
}

.div-block-107 {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-107.second-row-grid {
  margin-top: 20vh;
  -ms-grid-columns: 0.3fr 0.7fr;
  grid-template-columns: 0.3fr 0.7fr;
}

.div-block-107.second-row-grid.third-row-grid {
  margin-top: 10%;
  margin-bottom: 10%;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.project-image-one {
  width: auto;
  height: 90vh;
  background-image: url('../images/aseng-project-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-image-one.two {
  height: 80vh;
  background-image: url('../images/aseng-project-4.jpg');
}

.project-image-one.two.three {
  height: 90vh;
  background-image: url('../images/aseng-project-2.jpg');
}

.div-block-108 {
  width: auto;
  margin-top: -20px;
  margin-right: 20px;
  margin-left: 0px;
}

.div-block-108.c1 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 20px;
}

.div-block-108.c2 {
  margin-top: 0px;
  margin-left: 20px;
}

.div-block-108.c3.bigscreen.landscapescreen {
  margin-top: 20px;
}

.paragraph-2 {
  width: 100%;
  font-size: 18px;
}

.paragraph-2.para1 {
  font-size: 18px;
}

.paragraph-2.para2 {
  font-size: 18px;
}

.div-block-109 {
  display: none;
  margin-top: 5%;
  margin-bottom: 0%;
  -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-109.pt-more {
  margin-top: 10vh;
  margin-bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-content {
  padding-right: 0px;
}

.services-row {
  margin-bottom: 5%;
}

.services-row.last-row {
  margin-bottom: 10%;
}

.services-line {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.single-service-header {
  color: #000;
  font-size: 2.1em;
}

.accordion-highlight-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 150%;
  background-color: #2c3eff;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.accordion-highlight-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 150%;
  background-color: #2c3eff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.accordion {
  border-bottom: 1px solid #fff;
}

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

.accordion-item {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #fff;
  cursor: pointer;
}

.accordion-item-top-wrapper {
  display: -ms-grid;
  display: grid;
  padding-top: 24px;
  padding-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 0.5fr;
  grid-template-columns: 1fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 36px;
}

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

.accordion-item-bottom-wrapper {
  overflow: hidden;
  padding-left: 40.5%;
  font-size: 16px;
}

.accordion-arrow {
  width: 28px;
  max-width: none;
}

.p-accordion-answer {
  max-width: 38vw;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 36px;
}

.container {
  width: 100%;
  max-width: none;
  padding-right: 5vw;
  padding-left: 5vw;
}

.div-block-110 {
  margin-top: 20%;
  margin-bottom: 10%;
}

.list-item-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.heading-wrap {
  position: relative;
  z-index: 3;
  padding: 10px 10px 10px 0px;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
}

.text-block-2 {
  font-weight: 500;
}

.link-wrapper-2 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1em;
}

.icon {
  margin-top: 0px;
  margin-left: 5px;
}

.hover-transition-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  background-color: #fff;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  color: #000;
}

.arrow-extension {
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #fff;
}

.arrow-extension.right {
  background-color: #000;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #000;
}

.arrow-btn-text {
  margin-right: 10px;
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
}

.arrow-btn-text.smaller-link {
  font-size: 1em;
}

.arrow-wrap {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.arrow-wrap.right {
  padding-left: 80px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.arrow-icon {
  margin-top: -1px;
}

.arrow-icon.right {
  margin-top: -0.5px;
  margin-right: -1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.arrow-btn {
  display: inline-block;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  -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;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.arrow-btn.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.list-item-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.text-block-3 {
  color: #000;
  font-weight: 600;
}

.paragraph-3 {
  margin-top: 10px;
  margin-right: 20px;
  padding-right: 20px;
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 400;
}

.list-item-wrapper-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: none;
  border-width: 0.5px;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.heading-wrap-2 {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
}

.text-block-4 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-4.pt-title {
  font-size: 1.4em;
}

.text-block-4.pt-title.secondary-color-title {
  color: #3c4fff;
  font-size: 1em;
  text-transform: capitalize;
}

.hover-transition-div-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  background-color: #fff;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.paragraph-4 {
  width: 100%;
  margin-bottom: 0px;
  padding-right: 10px;
  color: #d4d4d4;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.post-tensioning {
  height: auto;
}

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

.pt-block {
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.pt-advantages {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.pt-advantages.pt-applications {
  position: relative;
  overflow: hidden;
  padding: 0px;
}

.div-block-111 {
  padding: 40px 20px;
}

.pt-content {
  display: block;
  margin-top: 30%;
  -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;
}

.pt-card-content-wrapper {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: 40px 20px;
}

.hover-card-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: #fff;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-card-main {
  padding: 40px 20px;
  border: 0.5px solid #000;
}

.heading-39 {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.paragraph-5 {
  color: #242424;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.pin-icon {
  margin-bottom: 20px;
}

.heading-40 {
  margin-top: 10vh;
  color: #3c4fff;
  font-size: 2.4em;
  text-align: left;
}

.heading-40.projects-headline {
  margin-top: 0vh;
  text-align: left;
}

.paragraph-6 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.paragraph-6.projects-desc {
  text-align: left;
}

.div-block-112 {
  margin-top: 15%;
  margin-bottom: 5%;
}

.div-block-113 {
  display: block;
  margin-bottom: 2%;
}

.button {
  position: fixed;
  left: auto;
  top: auto;
  right: 1vw;
  bottom: 20px;
  z-index: 1200;
  padding: 20px 30px;
  border: 1px none #000;
  border-radius: 54px;
  background-color: rgba(60, 79, 255, 0.84);
  box-shadow: 1px 1px 24px 4px #202020;
  -webkit-transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  color: #fff;
  font-weight: 700;
}

.button:hover {
  border-style: solid;
  border-color: #424242;
  background-color: rgba(0, 0, 0, 0.84);
}

.bolder-text {
  color: #fff;
}

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

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  color: #000;
}

.bold-text-6 {
  font-weight: 400;
}

.bold-text-7 {
  font-weight: 400;
}

.bold-text-8 {
  font-weight: 400;
}

.bold-text-9 {
  font-weight: 400;
}

.heading-41 {
  font-size: 1em;
}

.heading-41.color-small-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3c4fff;
  font-size: 1.2em;
  text-transform: uppercase;
}

@media screen and (min-width: 1920px) {
  .nav-bar-contact-button {
    font-size: 20px;
    text-decoration: none;
  }

  .nav-bar-contact-button:hover {
    color: #3c4fff;
  }

  .navbar-white-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .navbar-white-button {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-size: 20px;
  }

  .navbar-white-button:hover {
    color: #fff;
    text-decoration: none;
  }

  .navbar-3 {
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    z-index: 20;
    display: block;
    width: 100%;
    margin-top: 0px;
    padding-top: 26px;
    padding-bottom: 26px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    opacity: 1;
  }

  .body {
    background-color: #131313;
  }

  .header {
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: 170vh;
    justify-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 2fr 8fr;
    grid-template-columns: 2fr 8fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: transparent;
  }

  .mycontainer {
    display: none;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    -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: transparent;
  }

  .heading-title {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 12em;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
  }

  .header-content {
    position: static;
    margin-top: 20%;
  }

  .my-container {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .link-2 {
    margin-left: 10px;
    font-size: 20px;
    text-decoration: none;
  }

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

  .heading-28 {
    font-size: 5em;
  }

  .text-span-4 {
    font-size: 24px;
  }

  .text-span-4:hover {
    color: #001aff;
  }

  .bold-text {
    font-size: 28px;
  }

  .bold-text.address-text {
    font-size: 24px;
  }

  .bold-text-2 {
    color: #3c4fff;
    font-size: 24px;
  }

  .heading-30 {
    color: #3c4fff;
    font-size: 24px;
    font-weight: 900;
  }

  .link-block {
    position: relative;
  }

  .div-block-78 {
    position: absolute;
  }

  .heading-31 {
    font-size: 24px;
  }

  .link {
    margin-top: 25px;
    font-size: 24px;
  }

  .social-div {
    display: block;
    width: auto;
    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: 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;
  }

  .vertical-link {
    margin-top: 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
  }

  .vertical-link:hover {
    color: #3c4fff;
  }

  .vertical-link.fb {
    margin-top: 100px;
  }

  .vertical-link.ld {
    margin-top: 100px;
  }

  .right-content {
    width: 80%;
    padding-bottom: 0px;
  }

  .hero-text {
    position: absolute;
    z-index: 3;
    margin-top: 0px;
    margin-bottom: 0px;
    color: transparent;
    font-size: 12em;
    line-height: 1em;
    text-transform: uppercase;
  }

  .hero-image {
    top: 100vh;
    right: 20vw;
    width: 640px;
    height: 90vh;
  }

  .secondary-hero-image {
    top: 160vh;
    display: none;
    width: 500px;
    height: 70vh;
  }

  .read-more-link {
    font-size: 28px;
    font-weight: 700;
  }

  .about-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-34 {
    width: auto;
    font-size: 2em;
    text-align: center;
  }

  .heading-34.projects-title {
    color: #000;
  }

  .heading-34.about-title {
    color: #000;
  }

  .paragraph {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }

  .link-3 {
    font-size: 20px;
  }

  .div-block-102 {
    margin-bottom: 5%;
  }

  .div-block-102.services-header {
    margin-bottom: 5%;
  }

  .horizontal-line.line-prjects {
    width: 85%;
  }

  .horizontal-line.line-prjects.line-faq {
    width: 60%;
  }

  .div-block-103 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-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;
  }

  .div-block-106 {
    -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-107.second-row-grid {
    -ms-grid-columns: 0.3fr 0.7fr;
    grid-template-columns: 0.3fr 0.7fr;
  }

  .project-image-one {
    background-image: url('../images/aseng-project-1.png');
    background-position: 25% 50%;
  }

  .project-image-one.two {
    background-image: url('../images/aseng-project-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .project-image-one.two.three {
    background-image: url('../images/aseng-project-11.png');
  }

  .div-block-108 {
    margin-top: 0px;
  }

  .div-block-108.c1 {
    margin-right: 0px;
    margin-left: 32px;
  }

  .div-block-108.c2 {
    margin-left: 0px;
  }

  .div-block-108.c3 {
    margin-top: -20px;
  }

  .div-block-108.c3.bigscreen {
    margin-top: -7%;
  }

  .paragraph-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-2.para1 {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-2.para2 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-36 {
    font-size: 20px;
  }

  .heading-37 {
    font-size: 20px;
  }

  .heading-38 {
    font-size: 20px;
  }

  .div-block-109 {
    margin-top: 5%;
    margin-bottom: 0%;
  }

  .single-service-header {
    font-size: 1.6em;
  }

  .accordion-highlight-bottom {
    background-color: #fff;
  }

  .arrow-extension.right.dark {
    background-color: #fff;
    color: #fff;
  }

  .arrow-btn-text {
    font-size: 1.6em;
  }

  .arrow-btn-text.dark {
    color: #fff;
  }

  .text-block-4 {
    font-size: 1.7em;
  }

  .paragraph-4 {
    font-size: 26px;
    line-height: 36px;
  }

  .pt-content {
    margin-top: 10%;
  }

  .paragraph-5 {
    margin-bottom: 30px;
  }

  .paragraph-6 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-101 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-bar-contact-button {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 43px;
    line-height: 72px;
  }

  .nav-bar-contact-button-modified {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #3c4fff;
    font-size: 43px;
    line-height: 72px;
  }

  .navbar-white-wrapper {
    overflow: hidden;
    width: 100%;
  }

  .navbar-white-button {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 43px;
    line-height: 72px;
    font-weight: 700;
  }

  .navbar-white-menu {
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #131313;
  }

  
  .navbar-white-menu-modified {
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e5e5e5;
  }

  .navbar-slash {
    display: none;
  }

  .navbar-3 {
    padding-right: 30px;
    padding-left: 30px;
    background-color: #131313;
  }

  .menu-button-3 {
    max-height: 50px;
    max-width: 50px;
    padding: 0px;
    color: #0a0a0a;
  }

  .menu-button-3-modified {
    max-height: 50px;
    max-width: 50px;
    padding: 0px;
    border-radius: 24px;
    color: #e5e5e5;
    background-color: #e5e5e5;
  }

  .menu-button-3.w--open {
    background-color: transparent;
  }

  .heading-title {
    left: 10vw;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: 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;
    font-size: 6em;
    text-align: left;
  }

  .header-content {
    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;
  }

  .el-block-1 {
    width: 50vw;
  }

  .link-2 {
    margin-right: 10px;
    margin-left: 0px;
  }

  .referece-div {
    margin-top: 10px;
  }

  .bold-text {
    font-size: 16px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .last-line-div {
    -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;
    text-align: left;
  }

  .heading-31 {
    font-size: 16px;
  }

  .link {
    font-size: 16px;
  }

  .social-div {
    display: none;
  }

  .hero-text {
    left: 10vw;
    top: 0%;
    right: 0%;
    bottom: 0%;
    font-size: 6em;
    text-align: left;
  }

  .hero-image {
    left: 20vw;
    top: 90vh;
    margin-top: -20%;
  }

  .small-container {
    width: 80%;
  }

  .div-block-102 {
    -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;
  }

  .div-block-102.services-header {
    -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;
  }

  .horizontal-line {
    width: 100%;
  }

  .horizontal-line.line-prjects {
    width: 100%;
  }

  .heading-35 {
    font-size: 5em;
  }

  .div-block-106 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-107.second-row-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 0.7fr;
    grid-template-columns: 0.7fr;
  }

  .div-block-108.c1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 20px;
  }

  .div-block-108.c2 {
    margin-top: -40px;
    margin-left: 0px;
  }

  .div-block-108.c3.bigscreen.landscapescreen {
    margin-top: 30px;
  }

  .list-item-wrapper {
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .text-block-2 {
    color: #000;
    font-weight: 400;
  }

  .arrow-extension.right {
    width: 80px;
    color: #000;
  }

  .arrow-btn-text {
    color: #000;
    font-size: 0.9rem;
  }

  .arrow-icon.right {
    color: #000;
  }

  .hover-transition-div-2 {
    color: #6761ff;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .div-block-101 {
    padding-top: 30px;
  }

  .nav-bar-contact-button {
    color: #fff;
  }
  .nav-bar-contact-button-modified {
    color: #3c4fff;
  }

  .navbar-white-wrapper {
    width: 90%;
  }

  .navbar-white-button {
    font-weight: 700;
  }

  .navbar-white-menu {
    background-color: #131313;
  }

  .navbar-white-menu-modified {
    background-color: #e5e5e5;
  }

  .nav-bar-white-logo.w--current {
    padding-left: 0px;
  }

  .navbar-3 {
    z-index: 12;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #131313;
  }

  .heading-title {
    top: 30%;
    font-size: 5em;
  }

  .header-content {
    display: block;
  }

  .el-block-1 {
    width: 50vw;
  }

  .my-container {
    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;
  }

  .link-2 {
    margin-right: 10px;
    margin-left: 0px;
    font-size: 14px;
  }

  .referece-div {
    margin-top: 10px;
    text-align: left;
  }

  .bold-text {
    font-size: 14px;
  }

  .footer-2 {
    margin-right: auto;
    margin-left: auto;
    padding: 40px 20px;
  }

  .bold-text-2 {
    font-size: 0.5em;
  }

  .links-grid {
    width: 90%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .last-line-div {
    -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;
  }

  .heading-31 {
    display: block;
    font-size: 14px;
  }

  .link {
    font-size: 14px;
  }

  .hero-text {
    top: 30%;
    font-size: 5em;
  }

  .hero-image {
    left: auto;
    top: 80vh;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 70vh;
    margin-top: -15%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .link-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;
  }

  .small-container {
    width: 80%;
  }

  .heading-34 {
    width: auto;
    margin-bottom: 0px;
  }

  .paragraph {
    margin-top: 20px;
    font-size: 1.3em;
  }

  .div-block-102 {
    -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;
  }

  .div-block-102.phone-div {
    margin-bottom: 7vh;
  }

  .horizontal-line {
    width: 100%;
    margin-left: 0px;
  }

  .heading-35 {
    font-size: 5em;
    text-align: left;
  }

  .div-block-107 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-107.second-row-grid {
    margin-top: 10vh;
  }

  .div-block-108.c1 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .div-block-108.c1.smallscreen {
    margin-bottom: 0vh;
  }

  .div-block-108.c2 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .div-block-108.c3 {
    margin-top: 0px;
  }

  .single-service-header {
    font-size: 1.5em;
    text-transform: uppercase;
  }

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

@media screen and (max-width: 479px) {
  .nav-bar-contact-button {
    color: #fff;
  }
  .nav-bar-contact-button-modified {
    color: #3c4fff;
  }
  .navbar-white-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .lottie-animation {
    max-height: 50px;
    max-width: 50px;
    color: #000;
  }

  .navbar-white-button {
    font-weight: 700;
  }

  .navbar-white-menu {
    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: #131313;
    color: #0a0a0a;
  }

  .navbar-white-menu-modified {
    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: #e5e5e5;
    color: #0a0a0a;
  }

  .nav-bar-white-logo {
    padding-left: 0px;
  }

  .navbar-3 {
    z-index: 12;
  }

  .menu-button-3 {
    padding: 0px;
  }

  .menu-button-3.w--open {
    background-color: transparent;
  }

  .menu-button-3-modified.w--open {
    background-color: #E5E5E5;
  }

  .header {
    height: 110vh;
  }

  .heading-title {
    left: 10vw;
    top: 20%;
    right: 10vw;
    display: block;
    font-size: 10vw;
  }

  .heading-title.fade-up.tricks {
    font-size: 11vw;
  }

  .header-content {
    display: block;
  }

  .el-block-1 {
    width: 70vw;
  }

  .my-container {
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .heading-32 {
    font-size: 1.8em;
  }

  .link-2 {
    margin-right: 12px;
    margin-left: 0px;
    font-size: 16px;
  }

  .referece-div {
    margin-bottom: 5%;
  }

  .heading-28 {
    font-size: 2em;
  }

  .text-span-4:hover {
    color: #3c4fff;
  }

  .bold-text {
    font-size: 16px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .bold-text-2 {
    font-size: 0.5em;
  }

  .footer-container {
    max-width: 100%;
  }

  .links-grid {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-flow: row;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .heading-30 {
    font-size: 12px;
    font-weight: 700;
  }

  .last-line-div {
    display: block;
    margin-bottom: 20%;
    padding-right: 0px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0px;
    background-color: transparent;
  }

  .links-column-1 {
    display: block;
  }

  .heading-31 {
    margin-bottom: 10%;
    font-size: 16px;
  }

  .link {
    font-size: 18px;
  }

  .important-links-holder {
    margin-top: 10%;
    margin-bottom: 5%;
    -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;
  }

  .hero-text {
    left: 10vw;
    top: 20%;
    right: 10vw;
    font-size: 10vw;
  }

  .hero-text.fade-up2.tricks {
    overflow: visible;
    font-size: 11vw;
  }

  .hero-image {
    top: 45vh;
    margin-top: -15%;
  }

  .link-wrapper {
    margin-bottom: 10vh;
  }

  .read-more-link {
    margin-bottom: 0vh;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }

  .heading-34 {
    font-size: 1em;
  }

  .div-block-102.services-header {
    margin-top: 10vh;
  }

  .horizontal-line.line-prjects {
    width: 100%;
  }

  .heading-35 {
    font-size: 3em;
  }

  .div-block-105 {
    height: 3px;
  }

  .div-block-106 {
    margin-bottom: 10vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-107 {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-107.second-row-grid {
    margin-top: 0vh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-image-one.two.three {
    width: 100%;
  }

  .div-block-108.c1 {
    margin-top: -17vh;
    margin-left: 0px;
  }

  .div-block-108.c1.smallscreen {
    margin-top: 0vh;
    margin-bottom: 10vh;
  }

  .div-block-108.c2 {
    margin-top: 0vh;
  }

  .div-block-108.c3 {
    margin-top: -7vh;
  }

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

  .paragraph-2.para1 {
    font-size: 18px;
  }

  .paragraph-2.para2 {
    font-size: 18px;
  }

  .single-service-header {
    font-size: 1.6em;
    line-height: 24px;
    text-transform: uppercase;
  }

  .div-block-110 {
    margin-top: 10vh;
  }

  .arrow-extension {
    width: 18px;
  }

  .arrow-extension.right {
    width: 18vw;
  }

  .arrow-btn-text {
    font-size: 0.8rem;
  }

  .arrow-wrap {
    padding-left: 18vw;
  }

  .arrow-wrap.right {
    padding-left: 18vw;
  }

  .arrow-icon.right {
    height: 3.5vw;
  }

  .arrow-btn.right {
    margin-top: 14px;
  }

  .text-block-4.pt-title {
    font-size: 1em;
  }

  .paragraph-4 {
    margin-bottom: 10px;
    color: #c2c0c0;
    font-size: 18px;
    text-align: left;
  }

  .grid {
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .heading-40 {
    font-size: 2em;
    text-align: center;
  }

  .paragraph-6 {
    text-align: center;
  }

  .button {
    left: 10%;
    top: auto;
    right: 10%;
    bottom: 3%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 2px 2px 20px 0 #1d1d1d;
    text-align: center;
  }

  .bolder-text {
    text-align: left;
  }
}

#w-node-f4832516-d6c3-f348-7f4a-be1fc1654351-5107f5c6 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_05358fdb-5de5-030b-40ea-f48485271c4c-5107f5c6 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a67f0072-6995-7c1f-bd79-f2a628325f24-5107f5c6 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a67f0072-6995-7c1f-bd79-f2a628325f2b-5107f5c6 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_59d23eaf-87cc-260f-9ee3-9c0d956c967f-5107f5c6 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8ee102dd-9e30-9416-c385-3da88d7a88fa-5107f5c6 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-f4832516-d6c3-f348-7f4a-be1fc1654351-5107f5c6 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_05358fdb-5de5-030b-40ea-f48485271c4c-5107f5c6 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a67f0072-6995-7c1f-bd79-f2a628325f24-5107f5c6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-a67f0072-6995-7c1f-bd79-f2a628325f2b-5107f5c6 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_59d23eaf-87cc-260f-9ee3-9c0d956c967f-5107f5c6 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
  .navbar-white-button-modified{
    font-size: 43px;
  }
  .about-heading{
    font-family: inherit;
    font-size: 2.5em;
    margin-top: 2vh;
    font-weight: bold;
  }
  .about-header-image{
    margin-top: 10vh;
  }
  .about-header-content{
    margin-top: 10vh;
  }
  .about-paragraph{
    font-family: inherit;
    font-size: 20px;
  }
  .secondary-heading{
    font-size: 2.3em;
    margin-bottom: 20px;
  }
  .stat-header{
    margin-top: 10vh;
    margin-bottom: 30px;
  }

  .fright{
    text-align: left;
  }
  .wstatus{
    color: #2c3eff;
    margin-top: 5px;
  }
    
    .work-header{
        font-size:24px;
    }
    .wstatus{
        font-size:16px;
    }
     .wpara{
        font-size:16px;
    }
  #quickForm{
    width: 90% !important;
  }
}

