.header .logo h1 a {
  max-height: 80px;
  height: 80px;
  background-image: url(img/Arcosa_Telecom_Structures_orange_RGB.svg);
  background-repeat: no-repeat;
  transition: all 0.3s ease-out; }

#parentcompany .logo {
  max-height: 80px;
  height: 80px;
  background-image: url(img/Arcosa_logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 100px 0; }

#information .logo {
  max-height: 80px;
  height: 80px;
  background-image: url(img/Arcosa_Telecom_Structures_orange_RGB.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 60px 0; }

header .logo {
  max-height: 170px;
  height: 170px;
  background: url(img/Arcosa_Telecom_Structures_white_RGB.svg) no-repeat center center scroll;
  background-repeat: no-repeat;
  background-position: center;
  margin: 120px 0px 80px 0px;
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.9)); }

.header .logo h1 a:hover {
  text-decoration: none; }

.header {
  /* background-color: #fff; */
  padding: 1.5rem 0; }

.nav-mobile-wrapper .logo h1 a {
  max-height: 100px;
  height: 80px;
  background-image: url(img/Arcosa_Telecom_Structures_white_RGB.svg); }

footer .footer-logo-wrapper h1 a {
  top: 35px;
  max-height: 40px;
  height: 40px;
  background-image: url(img/Arcosa_Telecom_Structures_white_RGB.svg); }

@media (min-width: 768px) {
  footer .footer-logo-wrapper h1 a {
    top: 16px;
    max-height: 50px;
    height: 50px; } }

@media (min-width: 992px) {
  footer .footer-logo-wrapper h1 a {
    top: 23px;
    max-height: 80px;
    height: 80px; } }

/* HEADER / NAV */
.supermenu {
  background: #ff5a00;
  color: #ffffff; }
  .supermenu .nav.nav-pills {
    font-size: 1rem; }
    .supermenu .nav.nav-pills .nav-link {
      color: #ffffff; }
      .supermenu .nav.nav-pills .nav-link:hover {
        color: #ffffff;
        background-color: #ff5a00; }
    .supermenu .nav.nav-pills .nav-item.show .nav-link {
      color: #ffffff; }
  .supermenu .nav .submenu-wrapper .submenu {
    background-color: #ff5a00; }
    .supermenu .nav .submenu-wrapper .submenu .submenu-item {
      color: #ffffff; }

.header {
  background: rgba(65, 64, 66, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-out; }
  .header .nav.nav-pills {
    font-size: 1rem; }
    .header .nav.nav-pills .nav-link {
      color: #ffffff;
      text-transform: none;
      font-weight: 300;
      font-size: 1.2em; }
      .header .nav.nav-pills .nav-link:hover {
        color: #ffffff;
        background-color: unset; }
    .header .nav.nav-pills .nav-item.show .nav-link {
      color: #ffffff; }
  .header .nav .submenu-wrapper .submenu {
    background-color: #414042; }
    .header .nav .submenu-wrapper .submenu .submenu-item {
      color: #ffffff; }
      .header .nav .submenu-wrapper .submenu .submenu-item:hover {
        color: #ff5a00;
        text-decoration: none; }
  .header .nav .submenu-wrapper.show .submenu > .sub .submenu > a {
    color: #ffffff; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #414042 !important; }

.header .nav-mobile-wrapper {
  background-color: #ff5a00; }

.header .nav-mobile-wrapper .nav-mobile .nav-mobile-item a {
  color: #ffffff; }

.header .hamburger .hamburger-inner, .header .hamburger .hamburger-inner::before, .header .hamburger .hamburger-inner::after {
  background-color: #ff5a00; }

.header.opened {
  background-color: #FF5A00; }

.header.opened .hamburger .hamburger-inner, .header.opened .hamburger .hamburger-inner::before, .header.opened .hamburger .hamburger-inner::after {
  background-color: #ffffff; }

.header .search-toggle.open {
  background-color: #ff5a00; }

.header .nav-mobile-wrapper #mobile-search-bar {
  color: #ff5a00; }

.header .nav-mobile-wrapper #mobile-search-bar::placeholder {
  color: rgba(255, 90, 0, 0.4); }

footer {
  background-color: #414042; }

footer .footer-menu-items .footer-menu-item {
  color: #ffffff; }

footer .footer-logo-wrapper, .footer-logo-wrapper::before {
  background-color: #ff5a00; }

footer .footer-logo-wrapper::after {
  background-color: inherit; }

@media (min-width: 992px) {
  footer {
    padding: 58px 0 25px; }
  footer .footer-logo-wrapper {
    width: 350px;
    height: 125px; } }

footer .legal-menu-item:not(:last-of-type) {
  padding-right: 15px;
  margin-right: 7px;
  position: relative; }

footer .legal-menu-item:not(:last-of-type)::after {
  content: "|";
  right: 0;
  position: absolute; }

html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  line-height: 1.5em; }

a {
  color: #ff5a00; }
  a:hover {
    color: #ff7124; }

.text-primary {
  color: #ff5a00 !important; }

.main {
  padding-top: 112px; }
  .main .band .container:nth-child(1) {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .main .band .container h1 {
    display: none; }

.header-compressed {
  padding: 0.1rem 0; }
  .header-compressed .logo h1 a {
    max-height: 50px;
    height: 50px;
    margin: 10px 0;
    transition: all 0.3s ease-out; }

.pad-section {
  padding: 70px 0; }
  .pad-section img {
    width: 100%; }

header {
  position: relative;
  background-color: black;
  min-height: 86.3vh;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll; }
  header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(27, 27, 27, 0.4), rgba(97, 97, 97, 0.3)); }
  header video {
    position: absolute;
    top: 48%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  header .container {
    position: relative;
    z-index: 2; }
  header .btn {
    color: #414042;
    box-shadow: none;
    border: .1rem solid #414042;
    font-size: 1rem;
    margin-top: 70px; }
  header p {
    width: 75%;
    padding-bottom: 40px; }
  header .text-white {
    filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.9)); }

#parentcompany .panel-title {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 700;
  padding: 80px 0;
  letter-spacing: 6px; }

#parentcompany .panel-body {
  padding: 0px 80px 100px 80px;
  line-height: 1.5; }
  #parentcompany .panel-body .btn {
    color: #414042;
    box-shadow: none;
    border: .1rem solid #414042;
    font-size: 1rem;
    margin-top: 70px; }
    #parentcompany .panel-body .btn:hover {
      color: #ffffff; }

.card-deck {
  margin-top: 5vh; }
  .card-deck .card {
    overflow: hidden; }
    .card-deck .card figure img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    .card-deck .card figure:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .card-deck .card a:hover {
      text-decoration: none; }
    .card-deck .card .card-img-top {
      margin: 1vw;
      object-fit: contain; }
    .card-deck .card .card-body .card-title {
      margin-bottom: 1.5rem;
      color: #3f3f3f;
      font-size: 1.2rem;
      font-weight: 700; }
    .card-deck .card .card-body .card-text {
      color: #4a4a4a; }
    .card-deck .card .card-footer {
      padding: 2rem 1.25rem;
      background-color: inherit;
      border-top: none; }
      .card-deck .card .card-footer .btn {
        color: #414042;
        box-shadow: none;
        border: .1rem solid #414042;
        font-size: 1rem; }
        .card-deck .card .card-footer .btn:hover {
          color: #ffffff; }

footer [class*=icon-social] {
  font-size: 2em; }

#information {
  position: relative;
  background-color: black;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll; }
  #information:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1; }
  #information video {
    position: absolute;
    top: 48%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  #information .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    z-index: 2; }
  #information .btn {
    color: #414042;
    box-shadow: none;
    border: .1rem solid #414042;
    font-size: 1rem;
    margin-top: 70px; }
  #information p {
    width: 75%;
    padding-bottom: 40px; }
  #information .panel {
    background-color: rgba(255, 255, 255, 0.5); }
    #information .panel .panel-title {
      text-transform: uppercase;
      font-size: 2em;
      font-weight: 700;
      padding: 60px 0;
      letter-spacing: 4px; }
    #information .panel .panel-title2 {
      font-size: 3em;
      font-weight: 700;
      padding: 60px 0; }
    #information .panel .panel-body {
      padding: 0px 80px 100px 80px;
      line-height: 1.5;
      font-size: 1.4em; }

#information2 {
  position: relative;
  background-color: black;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll; }
  #information2:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1; }
  #information2 video {
    position: absolute;
    top: 48%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  #information2 .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    z-index: 2; }
  #information2 .btn {
    color: #414042;
    box-shadow: none;
    border: .1rem solid #414042;
    font-size: 1rem;
    margin-top: 70px; }
  #information2 p {
    width: 75%;
    padding-bottom: 40px; }
  #information2 .panel {
    background-color: rgba(255, 255, 255, 0); }
    #information2 .panel .panel-title {
      text-transform: uppercase;
      font-size: 2em;
      font-weight: 700;
      padding: 60px 0;
      letter-spacing: 4px; }
    #information2 .panel .panel-title2 {
      color: #ffffff;
      font-size: 3em;
      font-weight: 700;
      padding: 0px 80px 100px 80px;
      text-align: left; }
    #information2 .panel .panel-body {
      padding: 0px 80px 100px 80px;
      line-height: 1.5;
      font-size: 1.4em;
      color: #ffffff;
      text-align: left; }
      #information2 .panel .panel-body a {
        font-size: 1em;
        transition: all 750ms;
        -webkit-transition: all 750ms; }
        #information2 .panel .panel-body a:hover {
          color: #ffffff;
          border-bottom-right-radius: 20px;
          border-top-left-radius: 20px; }

#customtowers {
  position: relative;
  background-color: black;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll; }
  #customtowers:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1; }
  #customtowers video {
    position: absolute;
    top: 48%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  #customtowers .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    z-index: 2; }
  #customtowers .btn {
    color: #414042;
    box-shadow: none;
    border: .1rem solid #414042;
    font-size: 1rem;
    margin-top: 70px; }
  #customtowers p {
    padding-bottom: 40px; }
  #customtowers .panel {
    background-color: rgba(255, 255, 255, 0); }
    #customtowers .panel .panel-title {
      text-transform: uppercase;
      font-size: 2em;
      font-weight: 700;
      padding: 60px 0;
      letter-spacing: 4px; }
    #customtowers .panel .panel-title2 {
      color: #414042;
      font-size: 3em;
      font-weight: 700;
      padding: 0px 80px 100px 80px;
      text-align: right; }
    #customtowers .panel .panel-body {
      padding: 0px 80px 100px 80px;
      line-height: 1.5;
      font-size: 1.4em;
      color: #414042;
      text-align: right; }
      #customtowers .panel .panel-body a {
        font-size: 1em;
        transition: all 750ms;
        -webkit-transition: all 750ms; }
        #customtowers .panel .panel-body a:hover {
          color: #ffffff;
          border-bottom-right-radius: 20px;
          border-top-left-radius: 20px; }

#fullservice {
  position: relative;
  background-color: black;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll; }
  #fullservice:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1; }
  #fullservice video {
    position: absolute;
    top: 48%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  #fullservice .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    z-index: 2; }
  #fullservice h2 {
    font-size: 4em;
    color: #ffffff;
    font-weight: 700; }
  #fullservice .btn {
    color: #414042;
    box-shadow: none;
    border: .1rem solid #414042;
    font-size: 1rem;
    margin-top: 70px; }
  #fullservice p {
    width: 75%;
    padding-bottom: 40px; }
  #fullservice .panel {
    background-color: rgba(255, 255, 255, 0); }
    #fullservice .panel .panel-title {
      text-transform: uppercase;
      font-size: 2em;
      font-weight: 700;
      padding: 60px 0;
      letter-spacing: 4px; }
    #fullservice .panel .panel-title2 {
      color: #ffffff;
      font-size: 3em;
      font-weight: 700;
      padding: 0px 80px 100px 80px;
      text-align: left; }
    #fullservice .panel .panel-body {
      padding: 0px 80px 100px 80px;
      line-height: 1.5;
      font-size: 1.4em;
      color: #ffffff;
      text-align: left; }
      #fullservice .panel .panel-body a {
        font-size: 1em;
        transition: all 750ms;
        -webkit-transition: all 750ms; }
        #fullservice .panel .panel-body a:hover {
          color: #ffffff;
          border-bottom-right-radius: 20px;
          border-top-left-radius: 20px; }

#questions {
  position: relative;
  background-color: black;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll; }
  #questions:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1; }
  #questions video {
    position: absolute;
    top: 48%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  #questions .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    z-index: 2; }
  #questions .btn {
    color: #414042;
    box-shadow: none;
    border: .1rem solid #414042;
    font-size: 1rem;
    margin-top: 70px; }
  #questions p {
    padding-bottom: 40px; }
  #questions .panel {
    background-color: rgba(255, 255, 255, 0); }
    #questions .panel .panel-title {
      text-transform: uppercase;
      font-size: 2em;
      font-weight: 700;
      padding: 60px 0;
      letter-spacing: 4px; }
    #questions .panel .panel-title2 {
      color: #ffffff;
      font-size: 3.6em;
      font-weight: 700;
      padding: 0 80px 0 80px;
      text-align: right;
      letter-spacing: -2px;
      line-height: 1.2em; }
    #questions .panel .panel-body {
      padding: 120px 80px 0 80px;
      line-height: 1.5;
      font-size: 1.8em;
      color: #ffffff;
      text-align: right; }
      #questions .panel .panel-body a {
        font-size: 1em;
        transition: all 750ms;
        -webkit-transition: all 750ms; }
        #questions .panel .panel-body a:hover {
          color: #ffffff;
          border-bottom-right-radius: 20px;
          border-top-left-radius: 20px; }

#whatwedo .panel-title {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 700;
  padding: 80px 0 0 0;
  letter-spacing: 6px;
  text-align: center; }

#whatwedo .panel-subtitle {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
  padding: 80px 0 20px 0;
  letter-spacing: 4px;
  text-align: center;
  color: #ff5a00; }

#provenexpertise {
  background: url(/wp-content/uploads/2021/03/Accessible_Tolling_Gantry_Arcosa_Traffic_Structures_day.jpg) no-repeat center center;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #provenexpertise .panel {
    background-color: rgba(244, 247, 248, 0.8);
    padding: 40px; }
    #provenexpertise .panel .panel-title {
      text-transform: uppercase;
      font-size: 1em;
      font-weight: 700;
      letter-spacing: 6px;
      text-align: center;
      color: #ff5a00; }
    #provenexpertise .panel .panel-subtitle {
      text-transform: uppercase;
      font-size: 1em;
      font-weight: 700;
      padding: 20px 0;
      letter-spacing: 4px;
      text-align: center; }

.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }
  .text-vcenter h1 {
    font-size: 4.5em;
    font-weight: 700;
    margin: 0;
    padding: 0; }

.desaturate:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  /*grayscale for background image*/
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); }

.desaturate2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  /*grayscale for background image*/
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: brightness(30%); }

#atsdifference {
  background: url(/wp-content/uploads/2021/05/welder-color.jpg) no-repeat center center;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #atsdifference .panel {
    background-color: rgba(244, 247, 248, 0.8);
    padding: 40px;
    color: #2a2a2a;
    margin: 40px 0; }
  #atsdifference .panel2 {
    background-color: rgba(255, 90, 0, 0.9);
    padding: 40px;
    color: #ffffff; }
  #atsdifference .last-panel {
    margin-bottom: 500px; }
  #atsdifference .panel-title {
    text-transform: uppercase;
    font-size: 2.5em;
    text-align: left;
    color: #2a2a2a; }
  #atsdifference .panel-subtitle {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
    padding: 20px 0;
    letter-spacing: 4px;
    text-align: center; }

#contact .panel {
  background-color: rgba(255, 255, 255, 0); }

#contact hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: -15px;
  border: 0;
  border-top: 2px solid #ff5a00; }

#contact .form-group label {
  font-size: 1.0em;
  font-weight: 100;
  color: #ffffff; }

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll; } }

.picture-header {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
  padding: 80px 0;
  letter-spacing: 6px;
  color: white; }

.overlay-header {
  background: linear-gradient(to right, rgba(27, 27, 27, 0.7), rgba(27, 27, 27, 0.5)); }

header .icon-chevron-down {
  font-size: 2em; }

.product-section {
  border-radius: 0.5rem;
  overflow: hidden; }
  .product-section:first-child {
    margin-top: 50px; }
  .product-section img {
    width: 100%;
    object-fit: cover;
    height: 30vh; }

.products .container span {
  margin-top: -75px;
  /* Size of fixed header */
  padding-bottom: 75px;
  display: block; }

.products .container .product-section {
  margin-bottom: 1rem; }
  .products .container .product-section:last-child {
    margin-bottom: 3.5rem; }

.nav-mobile form {
  display: none; }

.nav .search-nav-item {
  display: none; }

.headertext {
  display: block !important;
  filter: none !important;
  font-size: 4em;
  line-height: 0.9;
  font-weight: 700; }

@media (max-width: 576px) {
  header .logo {
    max-height: 80px;
    height: 80px;
    background: url(img/Arcosa_Telecom_Structures_white_RGB.svg) no-repeat center center scroll;
    background-repeat: no-repeat;
    background-position: center;
    margin: 100px 0;
    filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.9)); }
  .w-50 {
    width: 100% !important; }
  .pl-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .headertext {
    font-size: 3em; }
  #parentcompany .panel-heading {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  #parentcompany .panel-body {
    padding: 0px 20px 40px 20px;
    line-height: 1.5; }
  #parentcompany .panel-title {
    padding: 40px 0; }
  #parentcompany .logo {
    margin: 40px 0; }
  #information2 .panel .panel-title2 {
    padding: 0 10px 40px 10px;
    text-align: center; }
  #information2 .panel .panel-body {
    padding: 0 10px 40px 10px;
    text-align: center; }
    #information2 .panel .panel-body p {
      width: 100%; }
    #information2 .panel .panel-body a {
      font-size: medium; }
  #customtowers .panel .panel-title2 {
    text-align: center; }
  #customtowers .panel .panel-body {
    text-align: center;
    padding: 0 10px 40px 10px; }
  #fullservice .panel .panel-title2 {
    padding: 0 10px 40px 10px;
    text-align: center; }
  #fullservice .panel .panel-body {
    padding: 0 10px 40px 10px;
    text-align: center; }
    #fullservice .panel .panel-body p {
      width: 100%; }
  #fullservice h2 {
    font-size: 3em; }
  #questions .panel .panel-title2 {
    padding: 0 10px 40px 10px;
    text-align: center; }
  #questions .panel .panel-body {
    padding: 0 10px 40px 10px;
    text-align: center; }
    #questions .panel .panel-body p {
      width: 100%; }
  #information .panel-heading {
    margin-left: auto;
    margin-right: auto; }
  #information .panel .panel-body {
    padding: 0px 20px 40px 20px;
    line-height: 1.5; }
  #information .panel .panel-title {
    padding: 40px 0; }
  #information .panel .panel-title:nth-child(3) {
    font-size: 1.0em; }
  #information .logo {
    margin: 40px 0; }
  #whatwedo .card-deck .card .card-img-top {
    height: 40vh; }
  #atsdifference .panel {
    padding: 15px; }
    #atsdifference .panel .panel-body .row .text-left {
      text-align: center !important; }
  #atsdifference .panel2 {
    padding: 15px; }
    #atsdifference .panel2 .panel-body .row .text-left {
      text-align: center !important; }
  footer {
    word-break: break-word; }
    footer .footer-logo-wrapper h1 a {
      top: 25px;
      max-height: 60px;
      height: 60px; }
    footer .footer-menu-items {
      margin-bottom: 1rem; }
      footer .footer-menu-items .footer-menu-item {
        text-align: center;
        font-size: 1.3em; }
    footer .headquarters {
      width: 100% !important;
      padding-bottom: 20px;
      font-size: 1.3rem; }
    footer .footerabout {
      width: 100% !important;
      padding-bottom: 20px;
      font-size: 1.3rem; }
    footer .copyright {
      text-align: center; }
      footer .copyright .col-lg-4:first-child {
        padding-bottom: 30px; }
    footer [class*=icon-social] {
      margin: 0 10px; }
  #contact.pad-section {
    padding: 70px 20px; } }

.band-fat {
  margin-bottom: -17px !important; }

.paddingbottom {
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(74, 74, 74, 0.4); }

.counter {
  font-size: 4.5em;
  font-weight: 700; }

.plus {
  display: none;
  font-size: 4.5em;
  font-weight: 700; }

.mt120 {
  margin-top: 120px; }

.mb120 {
  margin-bottom: 120px; }

.footerrow {
  padding: 0rem 1.25rem !important; }

/*# sourceMappingURL=child-theme.css.map */
