:root {
  --dark-grey: #acacac;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --dim-gray: dimgrey;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--white: white;
  --untitled-ui--gray50-2: #f9fafb;
  --coral: #fb7259;
  --green: #047208;
  --midnight-blue: #023083;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  text-transform: uppercase;
  font-family: Playfair Display;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
}

h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: #bababa;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #bababa;
  font-weight: 300;
  line-height: 28px;
}

a {
  color: #00e;
}

.button {
  float: left;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #047208;
  margin-top: 10px;
  margin-left: 4px;
  margin-right: 15px;
  padding: 14px 21px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #024704;
}

.navigation {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.navigation-link {
  color: #313131;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 13px;
  font-weight: 700;
  transition: background-color .3s;
}

.navigation-link:hover {
  color: #fff;
  background-color: #fb7259;
}

.navigation-link.w--current {
  color: #fff;
  background-color: #424242;
}

.brand {
  top: 31px;
}

.navigation-menu {
  float: none;
  text-align: center;
}

.social-wrapper {
  float: right;
  position: relative;
  top: 34px;
}

.banner {
  height: 600px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .62), rgba(255, 255, 255, 0) 98%), linear-gradient(119deg, rgba(17, 59, 7, .47), rgba(0, 172, 6, .36) 94%), url('../images/photo-1414265247351-4afd13a3b4e6.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 2304px;
  background-attachment: scroll, scroll, fixed;
  border-bottom: 31px #047208;
}

.social-icon {
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/linkedin.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 2px solid #d1d1d1;
  border-radius: 100%;
  margin-top: 32px;
  margin-left: 30px;
  margin-right: 5px;
  padding-left: 0;
  transition: opacity .5s;
}

.social-icon:hover {
  background-color: #047208;
  background-image: url('../images/linkedin_w.png');
  background-size: 18px;
  border-style: none;
}

.social-icon.twitter {
  background-image: url('../images/twitter_fb7259_100.png');
}

.social-icon.twitter:hover {
  background-image: url('../images/twitter_ffffff_100.png');
}

.social-icon.google-plus {
  background-color: rgba(71, 61, 61, 0);
  background-image: url('../images/linkedin_fb7259_100.png');
  background-attachment: scroll;
}

.social-icon.google-plus:hover {
  background-image: url('../images/linkedin_ffffff_100.png');
}

.social-icon.mail {
  width: 31px;
  height: 31px;
  background-image: url('../images/mail.png');
  background-size: 15px;
  margin-top: 0;
  margin-left: 36px;
  margin-right: -16px;
  padding-right: 0;
  transition-property: background-color;
  transition-duration: .2s;
}

.social-icon.mail:hover {
  background-image: url('../images/mail_w.png');
  background-position: 50%;
  background-size: 15px;
  background-attachment: scroll;
}

.social-icon.linkedin {
  width: 31px;
  height: 31px;
  margin-top: 10px;
  transition-property: background-color;
  transition-duration: .2s;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.gray {
  background-color: rgba(0, 0, 0, 0);
  margin-top: -70px;
  padding-top: 0;
  padding-bottom: 42px;
}

.section.features {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.section.advantage {
  height: 689px;
  background-color: #fff;
  border: 1px #000;
  margin-top: 12px;
  margin-bottom: -115px;
  padding-top: 120px;
}

.service-wrapper {
  height: 369px;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .85), #fff), url('../images/Screen-Shot-2015-12-03-at-4.35.38-PM.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #d3d3d3;
  margin-top: 23px;
}

.service-wrapper.civil {
  height: 369px;
  background-image: linear-gradient(rgba(255, 255, 255, .65), #fff 62%), url('../images/POD_Civil_bridge.jpg');
  background-size: auto, cover;
}

.service-wrapper.telecom-graphic {
  background-image: linear-gradient(176deg, rgba(255, 255, 255, .62), #fff 69%), url('../images/POD_Telecom_Tower.jpg');
  background-size: auto, contain;
}

.service-wrapper.fab-square {
  background-image: linear-gradient(rgba(255, 255, 255, .85), #fff), url('../images/Screenshot-2024-01-31-at-10.49.30-PM.png');
  margin-top: 0;
}

.service-wrapper.ev-square {
  background-image: linear-gradient(rgba(255, 255, 255, .85), #fff), url('../images/Screenshot-2024-01-31-at-10.48.17-PM.png');
  background-position: 0 0, 50%;
  margin-top: 0;
}

.service-wrapper.fiber-square {
  background-image: linear-gradient(rgba(255, 255, 255, .85), #fff), url('../images/Screenshot-2024-01-31-at-10.46.12-PM.png');
  margin-top: 0;
}

.service-wrapper.site-square {
  background-image: linear-gradient(rgba(255, 255, 255, .85), #fff), url('../images/zanck-fl-I8T1cauRfto-unsplash.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, 500px 500px;
}

.service-wrapper.telecom-square {
  background-image: linear-gradient(rgba(255, 255, 255, .85), #fff), url('../images/Screenshot-2024-01-31-at-10.43.37-PM.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.tab-wrapper {
  width: auto;
  border-top: 1px solid #acacac;
  margin-top: 2px;
  padding-top: 26px;
  font-size: 13px;
}

.tab-menu {
  width: 30%;
  float: left;
  margin-right: 10px;
}

.tab-link {
  width: 100%;
  color: #b6b3b3;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 4px;
  font-weight: 600;
  transition: padding .3s;
}

.tab-link:hover {
  padding-left: 30px;
}

.tab-link.w--current {
  width: 100%;
  color: #047208;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

.tab-link.top {
  border-top-style: none;
}

.tab-icon {
  width: 20px;
  height: 20px;
  float: left;
  background-image: url('../images/logoarrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  margin-right: 10px;
  position: relative;
}

.list-item {
  color: #bababa;
  padding-top: 6px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 300;
}

.project-title {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 800;
  line-height: 28px;
}

.project-sub-title {
  font-family: Playfair Display;
  font-size: 13px;
  font-weight: 300;
}

.banner-container {
  text-align: left;
  margin-top: -24px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.footer {
  background-color: #c5c5c5;
  border-top: 8px solid #bbb;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.inner-banner {
  height: 180px;
  background-image: linear-gradient(159deg, rgba(5, 115, 8, .67), rgba(2, 59, 4, .86) 56%), url('../images/stock-photo-16003801-telecommunications-towers.jpg');
  background-position: 0 0, 100% 94%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.inner-banner.fiber-img {
  height: 300px;
  background-image: linear-gradient(159deg, rgba(7, 126, 11, .82), rgba(2, 59, 4, .86) 56%), url('../images/Screenshot-2024-01-31-at-10.46.12-PM.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.inner-banner.contact-image {
  height: 300px;
  background-image: linear-gradient(159deg, rgba(12, 139, 16, .82), rgba(2, 59, 4, .86) 56%), url('../images/photo-1431540015161-0bf868a2d407.jpeg');
  background-position: 0 0, 115% 46%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.inner-banner.careers-image {
  height: 300px;
  background-image: linear-gradient(159deg, rgba(4, 146, 9, .78), rgba(2, 59, 4, .86) 56%), url('../images/Screenshot-2024-03-11-at-9.52.35-PM.png');
  background-position: 0 0, 0 91%;
  background-size: auto, cover;
}

.inner-banner.about-image {
  height: 300px;
  background-image: linear-gradient(159deg, rgba(5, 115, 8, .67), rgba(2, 59, 4, .86) 56%), url('../images/Screenshot-2024-03-11-at-10.09.58-PM.png');
  background-position: 0 0, 0 57%;
  background-size: auto, cover;
}

.inner-banner.telecom-image {
  height: 300px;
  background-image: linear-gradient(159deg, rgba(5, 115, 8, .67), rgba(2, 59, 4, .86) 56%), url('../images/Screenshot-2024-03-11-at-9.46.52-PM.png');
  background-position: 0 0, 0 68%;
}

.inner-banner.site-img {
  height: 300px;
  background-image: linear-gradient(159deg, rgba(5, 115, 8, .67), rgba(2, 59, 4, .86) 56%), url('../images/zanck-fl-I8T1cauRfto-unsplash.jpg');
  background-position: 0 0, 0%;
}

.inner-banner.ev-img {
  height: 300px;
  background-image: linear-gradient(159deg, rgba(5, 115, 8, .67), rgba(2, 59, 4, .86) 56%), url('../images/Screenshot-2024-01-31-at-10.48.17-PM.png');
  background-position: 0 0, 50%;
}

.inner-banner.fab-img {
  height: 300px;
  background-image: linear-gradient(159deg, rgba(5, 115, 8, .67), rgba(2, 59, 4, .86) 56%), url('../images/Screenshot-2024-01-31-at-10.49.30-PM.png');
}

.logo {
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar {
  height: 93px;
  background-color: #fff;
}

.navlink {
  height: 93px;
  color: #8f8f8f;
  text-transform: uppercase;
  border-top: 1px #000;
  padding-top: 40px;
  font-size: 13.5px;
  font-weight: 600;
  transition: background-color .2s;
}

.navlink:hover {
  height: 93px;
  color: #047208;
  background-color: #f3f3f3;
  border-top: 2px #000;
}

.hero-title {
  width: 380px;
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 45px;
  font-weight: 800;
  line-height: 38px;
  position: static;
  top: -105px;
  left: 0;
  right: 0;
}

.main-nav {
  margin-right: -67px;
}

.hero-h2 {
  width: 399px;
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 12px;
  padding-left: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.home-h3 {
  height: 55px;
  color: #696969;
  letter-spacing: -1px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 21px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.service-image {
  width: 110px;
  height: 110px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/telecom_icon_new_0224.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110px;
  border: 0 solid #047208;
  border-radius: 60px;
  margin-top: 28px;
  transition: background-color .5s;
}

.service-image:hover {
  background-color: #047208;
  background-image: url('../images/telecom_icon_new_0224.png');
  background-size: 110px;
  border-style: none;
}

.service-image.civil {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/transmission_icon_new_0224.png');
  background-size: 110px;
  border-color: #047208;
  margin-top: 28px;
  transition: background-color .5s;
}

.service-image.civil:hover {
  background-color: #047208;
  background-image: url('../images/transmission_icon_new_0224.png');
  background-size: 110px 110px;
  border-style: none;
}

.service-image.fiber {
  background-image: url('../images/fiber_icon_new_0224.png');
}

.service-image.ev {
  background-image: url('../images/ev_icon_new_0224.png');
}

.service-image.fab {
  background-image: url('../images/fabrication_icon_new_0224.png');
}

.service-p {
  float: none;
  clear: none;
  color: #696969;
  margin-top: 18px;
  padding-left: 37px;
  padding-right: 37px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.service-p.one-line {
  margin-top: -15px;
}

.service-button {
  width: 458px;
  height: 58px;
  background-color: #047208;
  margin-top: 15px;
  padding-top: 20px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .4s;
}

.service-button:hover {
  background-color: #055507;
}

.advantage-p {
  color: #696969;
  margin-top: -5px;
  padding-top: 0;
  padding-right: 28px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.advantage-p.about-p {
  width: auto;
  text-align: left;
  margin-top: 0;
  margin-bottom: -18px;
  padding-bottom: 0;
  padding-left: 3px;
  font-size: 18px;
}

.advantage-p.staff-bio {
  float: none;
  clear: none;
  font-size: 16px;
  line-height: 26px;
  position: static;
  overflow: visible;
}

.advantage-h2 {
  color: #047208;
  text-align: left;
  letter-spacing: -1px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 37px;
}

.advantage-h2.about-h2 {
  text-align: left;
  letter-spacing: -1px;
  font-size: 58px;
  line-height: 54px;
}

.advantage-h2.about-h2.interior-h1 {
  color: #fff;
  margin-top: 130px;
  font-size: 39px;
  line-height: 48px;
}

.advantage-column {
  margin-top: 36px;
}

.advantage {
  height: 305px;
  background-color: #047208;
  border: 1px solid #f3f3f3;
}

.advantage-h3 {
  color: #047208;
  font-size: 18px;
  font-style: normal;
}

.avantage-p {
  width: 374px;
  color: #696969;
  margin-top: -9px;
  margin-bottom: 23px;
  padding-top: 0;
  font-size: 14.5px;
  line-height: 24px;
}

.advantage-row {
  border: 1px solid #d8d8d8;
  margin-top: 9px;
}

.advantage-column-2 {
  margin-top: 10px;
}

.advantage-column-1 {
  padding-top: 30px;
}

.advantage-container {
  border-top: 1px solid #047208;
  margin-top: 0;
}

.text-block {
  color: #696969;
  font-size: 16px;
  font-weight: 400;
}

.services-row {
  padding-top: 0;
}

.services-h4 {
  color: #047208;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}

.services-div {
  margin-top: 0;
  padding-top: 0;
  padding-left: 32px;
}

.service-titles {
  width: 255px;
}

.service-div {
  margin-top: -35px;
}

.contact-h1 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 130px;
  font-size: 39px;
  font-weight: 800;
}

.map {
  height: 180px;
  border: 2px solid #e2e2e2;
  padding-left: 0;
}

.form {
  margin-top: 50px;
}

.contact-contain {
  margin-top: -56px;
}

.contact-row {
  margin-top: 45px;
}

.address {
  color: silver;
  margin-top: 9px;
  margin-left: -4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  transition: background-color 1.283s;
}

.address:hover {
  color: #7a7a7a;
}

.form-title {
  color: #a8a3a3;
}

.contact-button {
  width: 175px;
  height: 42px;
  text-align: center;
  background-color: #047208;
  margin-top: 13px;
  padding-top: 11px;
  font-size: 13px;
  font-weight: 700;
  transition: background-color .4s;
}

.contact-button:hover {
  background-color: #045507;
}

.contact-button.jobs-button {
  height: 39px;
  float: none;
  clear: none;
  margin-top: 0;
}

.contact-button.feature {
  width: 200px;
  height: 39px;
  clear: both;
  margin-bottom: 26px;
  display: inline-block;
}

.job-h1 {
  color: #696969;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
}

.job-h1.contant-h1 {
  margin-bottom: -21px;
}

.job-contain {
  margin-top: 47px;
  margin-bottom: 86px;
}

.job-contain.about {
  margin-bottom: 57px;
}

.job-cta {
  color: #696969;
  margin-top: 25px;
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.jobs-col-1 {
  border: 1px #d3d3d3;
  padding-right: 0;
}

.jobs-col-2 {
  padding-left: 30px;
}

.jobs-h3 {
  color: #696969;
}

.form-container {
  margin-top: -34px;
  margin-bottom: 90px;
}

.employee-thumb {
  width: 117px;
  height: 117px;
  background-image: url('../images/Stroup-Ryan.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #fff;
}

.employee-thumb:hover {
  background-image: linear-gradient(rgba(5, 115, 8, .5), rgba(5, 115, 8, .44)), url('../images/Stroup-Ryan.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.employee-thumb.w--current {
  width: 117px;
  height: 117px;
  background-image: linear-gradient(rgba(5, 115, 8, .53), rgba(5, 115, 8, .67)), url('../images/Stroup-Ryan.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.employee-thumb.miller {
  background-image: url('../images/AndrewMiller_POD_700x700.jpg');
  background-size: 120px 120px;
  padding: 0;
}

.employee-thumb.lawson {
  background-image: url('../images/DaveMills_POD_700x700.jpg');
  background-size: contain;
  padding: 0;
}

.employee-thumb.herbertz {
  background-image: url('../images/DarrylHerbertz_POD_700x700.jpg');
  background-size: 120px 120px;
  padding: 0;
}

.employee-thumb.rath {
  background-image: url('../images/DerrickRath_POD_700x700.jpg');
  background-size: 120px 120px;
  padding: 0;
}

.employee-thumb.cheronis {
  background-image: url('../images/JasonCheronis_POD_700x700.jpg');
  background-size: 120px 120px;
  padding: 0;
}

.employee-thumb.wooten {
  background-image: url('../images/JeffWooten_POD_700x700.jpg');
  background-position: 50%;
  background-size: contain;
  padding: 0;
}

.employee-thumb.wooten.w--current {
  background-image: url('../images/JeffWooten_POD_700x700.jpg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: 50%, 0 0;
  background-size: contain, auto;
}

.employee-thumb.wooten.herkenhoff {
  background-image: url('../images/AaronHerkenhoff_POD_700x700.jpg');
  background-size: contain;
}

.employee-thumb.wooten.smith2 {
  background-image: url('../images/BrianSmith_POD_700x700.jpg');
  background-size: contain;
}

.employee-thumb.lawson2 {
  background-image: url('../images/KimLawson_POD_700x700.jpg');
  background-size: 120px 120px;
  padding: 0;
}

.employee-thumb.patterson {
  background-image: url('../images/MarkPatterson_POD_700x700.jpg');
  background-size: 120px 120px;
  padding: 0;
}

.employee-thumb.houdeshell {
  background-image: url('../images/MattHoudeshell_POD_700x700.jpg');
  background-size: 120px 120px;
  padding: 0;
}

.employee-thumb.disch {
  background-image: url('../images/ThomasDisch_POD_700x700.jpg');
  background-size: 120px 120px;
  padding: 0;
}

.employee-thumb.disch.jim {
  background-image: url('../images/JimWilliamson_POD_700x700.jpg');
}

.employee-thumb.hoagland {
  background-image: url('../images/ScottHoagland_POD_700x700.jpg');
  background-position: 0 0;
  background-size: cover;
  padding: 0;
}

.employee-thumb.hoagland.w--current {
  background-image: url('../images/ScottHoagland_POD_700x700.jpg');
  background-position: 0 0;
  background-size: cover;
}

.employee-thumb.damico3 {
  background-image: url('../images/CaliDamico_POD_700x700.jpg');
  background-size: 120px 120px;
  padding: 0;
}

.employee-thumb.damico3.w--current {
  background-image: url('../images/CaliDamico_POD_700x700.jpg');
  background-size: 120px 120px;
}

.employee-thumb.damico3.w--current:active {
  background-image: url('../images/DAmico-Cali.jpg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-size: contain, auto;
}

.tab-content {
  margin-top: 56px;
}

.page-subhead {
  color: #696969;
  font-size: 16px;
}

.employee-name {
  color: #047208;
  border-top: 1px solid #dbdbdb;
  margin-top: -26px;
  margin-bottom: 0;
  padding-top: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.bio-image {
  float: left;
  clear: none;
  margin-top: 4px;
  margin-bottom: 10px;
  margin-right: 23px;
}

.bio-contact {
  color: #696969;
  margin-top: 9px;
  margin-bottom: 16px;
  padding-top: 0;
  font-size: 15px;
  font-weight: 600;
}

.focus-icon {
  margin-top: 32px;
  margin-left: 23px;
  padding-left: 0;
}

.accuracy-icon {
  margin-top: 41px;
  margin-left: 24px;
}

.integrity-icon {
  margin-top: 31px;
  margin-left: 23px;
}

.footer-h1 {
  color: #fff;
  margin-top: 0;
  font-size: 15px;
  font-weight: 600;
}

.footer-contact {
  color: #fff;
  font-weight: 600;
  line-height: 20px;
}

.footer-link {
  color: #fff;
  margin-top: -1px;
  margin-bottom: 4px;
}

.footer-link.top {
  margin-top: 12px;
}

.footer-info {
  margin-top: 32px;
  margin-left: 0;
  margin-right: 0;
}

.left-column {
  border-right: 1px #fff;
}

.middle-column {
  padding-left: 0;
  left: 16px;
}

.legal-copy {
  color: #fff;
  margin-top: 7px;
  font-size: 10px;
  line-height: 15px;
}

.logo-column {
  margin-top: 111px;
}

.email-link {
  color: #047208;
}

.contact-section {
  height: 500px;
  background-color: #f8f8f8;
  margin-top: 109px;
  margin-bottom: 0;
  padding-top: 83px;
}

.title {
  color: #696969;
  margin-top: -12px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-style: italic;
}

.name-hover {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin: 40px auto 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  display: block;
  position: static;
}

.name-div {
  width: 117px;
  height: 117px;
  background-color: rgba(4, 114, 8, .8);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.telecom-contain, .civil-contain {
  margin-top: -65px;
}

.banner-logo {
  float: right;
  clear: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -10px;
  margin-left: 0;
  padding-right: 60px;
  position: relative;
}

.banner-logo.home {
  margin-top: -21px;
}

.telecom-column, .civil-column {
  margin-top: 30px;
}

.row {
  margin-top: -39px;
}

.text-span {
  font-style: italic;
}

.section-2 {
  float: none;
  background-color: #b30000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-2 {
  color: #f5f4f4;
  text-align: center;
}

.link-2 {
  color: #fff;
  font-weight: 600;
}

.text-span-2 {
  font-size: 29px;
  font-weight: 800;
}

.team-circles {
  border-bottom: 1px #e4ebf3;
  margin-top: 119px;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: #047208;
  text-align: center;
  margin-bottom: -2px;
  font-family: Open Sans, sans-serif;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 26px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 70px;
  height: 70px;
  max-height: 100px;
  text-align: center;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 28px;
  margin-bottom: 18px;
  padding-bottom: 0;
  display: inline-block;
}

.team-member-name {
  margin-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.team-member-position {
  margin-bottom: 24px;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #888;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 15px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #047208;
  margin-right: 15px;
  font-weight: 700;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  text-transform: uppercase;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.mobile-margin-top-10 {
  flex: 0 auto;
  margin-top: -14px;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b6b6b6;
  margin-top: 0;
  margin-left: 30px;
  padding: 8px 25px 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
  overflow: scroll;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  text-transform: uppercase;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.uui-footer03_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer03_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer03_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--dark-grey);
}

.uui-footer03_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer03_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer03_link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-footer03_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-footer03_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-footer03_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer03_social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-footer03_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  margin-top: 2rem;
  display: grid;
}

.uui-text-size-medium {
  color: var(--dim-gray);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.uui-footer03_details-wrapper {
  max-width: 20rem;
}

.uui-logo_image {
  width: auto;
  height: 100%;
  flex: none;
  display: none;
}

.uui-logo_logotype {
  width: auto;
  height: auto;
  max-height: 140px;
  max-width: 140%;
  flex: none;
  display: block;
}

.uui-logo_logomark-dot {
  z-index: 1;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  width: 100%;
  height: 50%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark {
  width: 2rem;
  height: 2rem;
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-logo_component {
  width: auto;
  height: 2rem;
  flex-wrap: nowrap;
  display: flex;
}

.uui-footer03_logo-link {
  float: none;
  margin-bottom: 2rem;
  display: block;
}

.uui-footer03_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  justify-items: start;
}

.uui-padding-vertical-xlarge {
  border: 1px #6d6d6d;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  background-color: #ececec;
  border: 1px #000;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-page-padding.services-home {
  background-color: rgba(236, 236, 236, 0);
}

.uui-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  color: var(--untitled-ui--success700);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-square-large {
  width: 3rem;
  height: 3rem;
  background-color: var(--untitled-ui--primary500);
  color: var(--untitled-ui--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout88_item {
  width: 100%;
  background-color: var(--untitled-ui--gray50-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.uui-layout88_list {
  grid-column-gap: .5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge {
  margin-top: -20px;
  padding-top: 0;
  padding-bottom: 1.9rem;
}

.text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
  color: var(--untitled-ui--success700);
}

.heading {
  width: 555px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 60px;
  font-size: 48px;
  font-weight: 800;
}

.heading-2 {
  width: 555px;
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.container-2 {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 0;
}

.list, .list-2 {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 26px;
}

.text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23 {
  color: var(--dark-grey);
  font-size: 14px;
}

.image {
  background-image: url('../images/facebook_ffffff_100-1.png');
  background-position: 0 0;
  background-size: auto;
}

.uui-button-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-xxlarge-2 {
  width: 100%;
  min-height: 5rem;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-square-large-2 {
  width: 3rem;
  height: 3rem;
  background-color: var(--untitled-ui--primary500);
  color: var(--untitled-ui--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout88_item-2 {
  width: 100%;
  background-color: var(--untitled-ui--gray50-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.uui-layout88_list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.column {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .46);
  background-image: linear-gradient(rgba(255, 255, 255, .74), #fff), url('../images/POD_Telecom_Tower.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
}

.column.tele {
  border: 3px solid #fff;
}

.column.ev {
  background-image: linear-gradient(rgba(255, 255, 255, .89), #fff), url('../images/Screenshot-2024-01-31-at-10.48.17-PM.png');
  border: 3px solid #fff;
}

.column-2 {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.column-2.site {
  background-image: linear-gradient(rgba(255, 255, 255, .8), #fff), url('../images/POD_Civil_bridge.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 3px solid #fff;
}

.column-2.fab {
  background-image: linear-gradient(rgba(255, 255, 255, .74), rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .82) 69%, #fff), url('../images/zanck-fl-I8T1cauRfto-unsplash.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 160%;
  border: 3px solid #fff;
}

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

.column-3.fiber {
  background-image: linear-gradient(rgba(255, 255, 255, .89), #fff), url('../images/Screenshot-2024-01-31-at-10.46.12-PM.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 3px solid #fff;
}

.columns {
  padding-right: 0;
}

.column-4 {
  border: 3px #000;
}

.columns-2 {
  margin-top: -130px;
}

.section-3 {
  margin-top: 0;
}

.text-block-24 {
  color: #888;
}

html.w-mod-js [data-ix="slide-project-title-out-on-load"] {
  opacity: 0;
  transform: translate(-30px);
}

html.w-mod-js [data-ix="slide-project-sub-title-out-on-load"] {
  opacity: 0;
  transform: translate(30px);
}

html.w-mod-js [data-ix="name-hover"] {
  opacity: 0;
}

@media screen and (min-width: 1440px) {
  li {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .button {
    margin-right: 4px;
  }

  .banner-container {
    margin-top: -25px;
  }

  .advantage-p.about-p {
    text-align: left;
    font-style: normal;
    font-weight: 300;
  }

  .advantage-container {
    border-top-color: #b6b6b6;
  }

  .centered-heading {
    letter-spacing: -1px;
    font-size: 40px;
    font-weight: 800;
  }

  .team-member-image {
    width: 150px;
    height: 150px;
    max-height: none;
  }

  .team-member-name {
    font-size: 22px;
  }

  .team-member-position {
    margin-bottom: 6px;
  }

  .nav-link {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
  }

  .nav-dropdown-toggle {
    text-transform: uppercase;
    font-weight: 600;
  }

  .button-primary {
    background-color: var(--dark-grey);
    margin-left: 26px;
    font-weight: 700;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
    text-transform: uppercase;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-link {
    max-width: 100%;
    color: #fff;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .brand {
    padding-top: 1px;
    top: 4px;
  }

  .navigation-menu {
    background-color: rgba(0, 0, 0, .85);
  }

  .banner {
    height: 500px;
  }

  .section.features {
    padding-bottom: 100px;
  }

  .tab-menu {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .tab-link {
    width: 33.333%;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    margin-left: -1px;
  }

  .hamburger {
    color: #fb7259;
    border-radius: 100%;
  }

  .hamburger.w--open {
    background-color: #323232;
  }

  .service-button {
    width: 288px;
  }

  .civil-column {
    margin-top: -7px;
    padding-top: 0;
  }

  .container {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 80px;
    height: 80px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .uui-footer03_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-layout88_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-xxlarge-2 {
    min-height: 4.5rem;
  }

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

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }

  .banner {
    height: 310px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-wrapper {
    margin-bottom: 30px;
  }

  .tab-link {
    width: 50%;
  }

  .banner-container {
    margin-top: 3px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .uui-footer03_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer03_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer03_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer03_link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-footer03_social-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer03_social-list {
    margin-top: 1.5rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer03_logo-link {
    margin-bottom: 1.5rem;
  }

  .uui-footer03_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-layout88_item {
    padding: 1.5rem;
  }

  .uui-layout88_list {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-space-xxlarge-2 {
    min-height: 3rem;
  }

  .uui-layout88_item-2 {
    padding: 1.5rem;
  }

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

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-left: 5px;
    padding-right: 5px;
  }

  .banner {
    height: 480px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.advantage {
    height: 1409px;
  }

  .service-wrapper.fiber-square {
    margin-top: 64px;
  }

  .service-wrapper.telecom-square {
    margin-top: 39px;
  }

  .tab-link {
    width: 100%;
  }

  .banner-container {
    padding-top: 0;
    padding-bottom: 142px;
    padding-left: 16px;
    position: relative;
  }

  .inner-banner.contact-image {
    background-position: 0 0, 50%;
  }

  .inner-banner.telecom-image {
    text-align: center;
  }

  .hero-title {
    font-size: 35px;
  }

  .hero-h2 {
    width: 300px;
    font-size: 14px;
    line-height: 20px;
  }

  .home-h3 {
    font-size: 19px;
  }

  .service-p, .service-p.one-line {
    font-size: 14px;
  }

  .service-button {
    width: 251px;
    height: 78px;
    margin-top: 0;
  }

  .advantage-p.about-p {
    margin-top: 38px;
  }

  .advantage-h2.about-h2.interior-h1 {
    width: 280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
  }

  .avantage-p {
    width: 265px;
    text-align: center;
    font-size: 14px;
  }

  .advantage-row {
    text-align: center;
    background-color: #fff;
  }

  .advantage-column-2 {
    margin-bottom: 55px;
  }

  .advantage-column-1 {
    padding-top: 0;
  }

  .contact-button {
    margin-left: 11px;
  }

  .employee-thumb {
    width: 117px;
  }

  .focus-icon, .accuracy-icon, .integrity-icon {
    margin-left: 0;
  }

  .contact-section {
    margin-bottom: 0;
  }

  .banner-logo {
    margin-top: -25px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 200px;
    padding-right: 0;
  }

  .telecom-column {
    margin-bottom: 41px;
  }

  .civil-column {
    margin-top: 0;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .uui-footer03_menu-wrapper {
    grid-template-columns: 1fr;
  }

  .uui-logo_logotype {
    height: 100%;
  }

  .heading {
    width: 300px;
    margin-top: 5px;
    margin-left: 9px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-2 {
    width: 300px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .column-5 {
    text-align: center;
  }
}


