.logo {
    width: 175px;
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: 0;
    z-index: 5;
    transition: all 0.5s ease-in-out;
}

.desktopnav {
    background-color: #201d1d;
    position: fixed;
    z-index: 3;
    width: 100%;
    top: 0;
}

.desktopnav .nav-item a {
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    float: left;
    font-size: 15px;
    font-weight: 600;
    color: #fefefe;
    transition: all 0.5s ease-in-out;
}

span.small-nav {
    display: block;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 1px;
    color: #0085c5;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: -5px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu a:hover {
    background: #0290cc;
    color: #fefefe !important;
    transition: all 0.25s ease-in-out;
}

.hero {
  margin-top: 104px;
}

@media only screen and (max-width: 1260px) { 
  .desktopnav .nav-item a {
      font-size: 14px;
  }

  .logo {
      width: 165px;
  }

  .hero {
    margin-top: 98px;
  }
}

@media only screen and (max-width: 1260px) {

  .desktopnav .nav-item a {
      font-size: 12px;
  }

  .logo {
      width: 150px;
  }

  span.small-nav {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1140px) { 
  .desktopnav .nav-item a {
      font-size: 10px;
  }

  .logo {
      width: 140px;
  }

  span.small-nav {
    font-size: 10px;
  }

  .hero {
    margin-top: 94px;
  }
}

.desktopnav .nav-item .dropdown-menu a {
    color: #555;
    letter-spacing: 1px;
}

.dropdown-toggle::after {
    display: none;
}

/* Typography */

h1, h2, h3, h5 {
  font-family: brandon-grotesque, sans-serif;
}

h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 60px;
}

h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 35px;
}

.header h2 {
  font-size: 20px;
}

.header .top-content {
  padding: 100px 0;
}

@media only screen and (max-width: 760px) { 
  h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 550px) { 
  h1 {
    font-size: 48px;
  }
}

.white-text {
  color: #fefefe;
}

.yellow-text {
  color: #fdd835;
}

.blue-text {
  color: #07599E;
}

/* Utility classes */
body {
  background: #E8E9EB; 
}

.blue-bg {
  background: #07599E;
  color: #fefefe;
}

.dk-blue-bg {
  background: #063d6b;
  color: #fefefe;
}

.dk-bg {
  background: #201d1d;
  color: #fefefe;
}

.white-bg {
  background: #fefefe;
}

.yellow-bg {
  background: #FFD54F;
}

.normal-pad {
  padding: 100px 0;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

a {
  color: #FDD835;
}

.btn-primary {
    color: #fefefe;
    background-color: #585858;
    border-color: #585858;
}

.btn-primary:hover {
    color: #fefefe;
    background-color: #3e3d3d;
    border-color: #3e3d3d;
}

/* Slider Styles */

.owl-nav .owl-prev, .owl-nav .owl-next {
    font-size: 30px !important;
    line-height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 60px;
    margin: auto 0 !important;
    text-align: center;
    color: #ffc008 !important;
    border-radius: 0 !important;
    background-color: unset;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}

/* Home Page */

.top-content {
  position: relative;
  z-index: 1;
}

.hero-bg {
  position: relative;
  background-image: url('../img/retro.jpg');
  background-position: center;
  background-size: cover;
  min-height: 400px;
}

.hero-bg:before {
    content: "";
    position: absolute;
    z-index: 0;
    background: rgba(42, 43, 42, 0.75);
    height: 100%;
    width: 100%;
    left: 0;
}

.hero_content {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  align-items: center;
}


.cta-bg {
  position: relative;
  background-image: url('../img/hp-signs/parking-lots.jpg');
  background-position: center;
  background-size: cover;
}

.cta-bg:before {
    content: "";
    position: absolute;
    z-index: 0;
    background: rgba(42, 43, 42, 0.75);
    height: 100%;
    width: 100%;
}

/* Card Boxes */
.card-box {
    background-repeat: no-repeat;
    padding: 5px;
    min-height: 200px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.card-box {
    background: url(../img/hp-signs/commercial-real-estate.jpg);
    background-size: cover;
    height: 100%;
}

.card-box:after {
    background-color: rgba(42, 43, 42, 0.65);
    bottom: 0;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    transition: all 0.5s ease-out;
}

.card-box:hover:after {
    background-color: #07599E;
    opacity: 0.65;
    bottom: 0;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    transition: all 0.5s ease-out;
}

.card-box h5 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 32px;
  width: 100%;
  z-index: 1;
  color: #fefefe;
  transition: all 0.5s ease-out;
}

.solutions .card-box h5 {
  font-size: 24px;
}


/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ; color: #0085c5;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #fefefe; padding-bottom:20px;}
.foote_bottom_ul_amrc {
  list-style-type:none;
  padding:0px;
  display:table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}


.button {
  font-family: 'Roboto Mono', sans-serif;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2vmin;
  display: inline-block;
  position: relative;
  border: 3px solid white;
  box-shadow: -0.5vmin 0.5vmin 0 rgba(255, 255, 255, 0.5);
  background: transparent;
  margin-top: 5vmin;
  mix-blend-mode: lighten;
  color: white;
  padding: 2vmin 2vmin 1.8vmin 2vmin;
  letter-spacing: 0.1em;
  text-shadow: none;
  line-height: 1;
  -webkit-transform: translate3d(0.5vmin, -0.5vmin, 0);
          transform: translate3d(0.5vmin, -0.5vmin, 0);
  transition: all 100ms linear;
}
.button:hover {
  -webkit-transform: translate3d(1vmin, -1vmin, 0);
          transform: translate3d(1vmin, -1vmin, 0);
  box-shadow: -1vmin 1vmin 0 rgba(255, 255, 255, 0.5);
  background: white;
  color: black;
}
.button:active {
  -webkit-transform: translate3d(0px, 0px, 0);
          transform: translate3d(0px, 0px, 0);
  box-shadow: 0px 0px 0 rgba(255, 255, 255, 0.5);
}

.mobile-menu {
  display: none;
  } 

@media only screen and (max-width: 984px) { 
  .mobile-menu {
  display: block;
  width: 100vw;
  text-align: right;
  height: 100px;
  } 
}














/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #07599E;
}

/* Overlay closing cross */
.overlay .overlay-close {
    position: absolute;
    right: 15px;
    top: 0.25rem;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 5001;
    font-size: 2rem;
    padding: 1rem;
    margin-right: 0.9375rem;
    color: #FDD835;
}

/* Menu style */
.overlay nav {
    position: relative;
    top: 40%;
    height: 55%;
    font-size: 2.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    padding: 0 0 1.5rem;
}

.overlay ul li a {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    color: #fefefe;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    line-height: 1;
    text-align: center;
}

.overlay ul li .is-accordion-submenu-item {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    color: #fefefe;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    line-height: 1;
    text-align: center;
}

.overlay ul li .is-accordion-submenu-item {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    color: #fefefe;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    line-height: 1;
    text-align: center;
    padding: 0.1rem 0;
    font-size: 75%;
}

.overlay ul li a.phone {
    color: #fefefe;
    font-size: 2rem;
}

/* Effects */
.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 5000;
    overflow: scroll;
}

.overlay-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.overlay-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    width: 100%;
}

.overlay-hugeinc.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

button {
    border-color: none;
    border-style: none;
    border-width: 0;
    padding: 0;
    background: none;
}

button#trigger-overlay {
    height: 80px;
    color: #fdd835;
}

.btn-secondary {
    color: #252a30;
    background-color: #FFC107;
    border-color: #FFC107;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #FFA000;
    border-color: #FFA000;
}

main {
  background: #0290cc;
}

.dk-blue-bg {
  background: #006b98;
}

/* The brightest duotone color */
.darken::before {
  background-color: #0290cc;
}

/* The darkest duotone color */
.lighten::after {
  background-color: #0085c5;
}

.duotone { 
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(1.03);
  transition: all .35s ease-in-out;
}

.duotone::before, .duotone::after {
  content: '';
  width: inherit;
  height: inherit;
  position: absolute;
  transition: all .7s ease-in-out;
}

.duotone::before {
  mix-blend-mode: multiply;
}

.duotone::after {
  mix-blend-mode: screen;
}

.slide--current .slide__img-wrap, .slide--current .slide__number, .slide--current .slide__title {
    color: #fefefe;
}

.slidenav__item {
    color: #fdd835 !important;
}

  .desktopnav {
    display: block;
  }

  .mobilenav {
    display: none;
    background-color: #201d1d;
    position: fixed;
    z-index: 3;
    width: 100%;
    top: 0;
}

@media screen and (max-width: 1030px) {

  .desktopnav {
    display: none;
  }

  .mobilenav {
    display: block;
  }

  .logo {
      width: 123px;
  }
  
  .hero {
    margin-top: 80px;
  }

}

.goto {
    text-transform: uppercase;
    padding: 1rem;
    background: #FDD835;
    font-weight: 600;
    letter-spacing: 3px;
    display: inline-block;
    color: #1f1d1d;
    font-size: 18px;
}

.goto:hover {
    background: #FFC107;
    text-decoration: none;
}

li.nav-item.contact-btn {
    background: #087fb1;
    text-align: center;
}

li.nav-item.contact-btn:hover {
    background: #1a91c3;
}

/*.nav-item.contact-btn a {
    color: #1f1d1d;
}*/

.header {
  position: relative;
  z-index: 0;
  margin-top: 50px;
}

@media only screen and (max-width: 1030px) { 
  .header {
    margin-top: 25px;
  }
}

.header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(42, 43, 42, 0.75);
}

h3 {
  text-transform: uppercase;
  font-weight: 800;
}

.cat_door {
  height: 300px;
  display: flex;
  align-items: center;
  background: #333;
  color: #fefefe;
  position: relative;
  z-index: 0;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 385px;
  border-radius: 10px;
}

.cat_door:before {
  content: '';
  background: #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.65;
  z-index: 2;
  border-radius: 10px;
}

.cat_door:after {
  content: '';
  border: 2px solid #19bbff;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 2;
  border-radius: 10px;
}

.cat_door h3 {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.header h2.subtitle, .header h2.subtitle-left, .hero_content p.lead {
  display: block;
}

.header h2.subtitle::before {
    content: "";
    display: inline-block;
    position: relative;
    top: -5px;
    height: 2px;
    line-height: 2px;
    font-size: 2px;
    width: 50px;
    margin-right: 0.75rem;
    background: #fdd835;
}

.header h2.subtitle::after, .header h2.subtitle-left::after, .hero_content p.lead::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -5px;
    height: 2px;
    line-height: 2px;
    font-size: 2px;
    width: 50px;
    margin-left: 0.75rem;
    background: #fdd835;
}

.header p.head {
    width: 80%;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.5px;
}

.gal {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
  } 
.gal img { 
  width: 100%;
  padding: 7px 0;
}
  
@media (max-width: 500px) {
  
  .gal {
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }   
}

.sign-nav {
    padding: 100px 50px;
    background: #028bc4;
    color: #fefefe;
}

.nav-pills li.nav-item .nav-link {
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    color: #716868;
    border: 1px solid #716868;
    border-bottom: 0;
    background: #fefefe;
}

.nav-pills li.nav-item .nav-link.active, .nav-pills li.nav-item .show>.nav-link {
    color: #242020;
    background-color: #a0e3ff;
    border: 1px solid #0290cc;
    border-bottom: 0;
}

.sticky-top {
    z-index: 2;
}

.full-height {
    min-height: 580px;
    height: 100vh;
}


@media only screen and (max-width: 1180px) { 
  .header h1 {
    font-size: 50px;
  }

  .header p {
    width: 100%;
  }
}

.nav-pills .nav-link {
    border-radius:.25rem .25rem 0 0 ;
}

ul.nav.nav-pills.nav-fill li.nav-item {
  margin-left: .25rem;
  margin-top: .25rem;
}

ul.nav.nav-pills.nav-fill li.nav-item:first-child {
  margin-left: 0;
}


@media only screen and (max-width: 991px) { 
  .full-height {
    height: 450px;
    min-height: 400px;
  }

  .cat_door {
    max-width: 100%;
  }

  .header p.head {
      font-size: 12px;
      line-height: 1.75;
      letter-spacing: 0.5px;
      margin: 10px auto;
  }

  .header h2.subtitle-left::before {
    content: "";
    display: inline-block;
    position: relative;
    top: -5px;
    height: 2px;
    line-height: 2px;
    font-size: 2px;
    width: 50px;
    margin-right: 0.75rem;
    background: #fdd835;
  }

  .nav-pills li.nav-item .nav-link {
      text-transform: uppercase;
      letter-spacing: 3px;
      position: relative;
      font-size: 12px;
      font-weight: 600;
      color: #716868;
      border: 1px solid #716868;
  }

  .nav-pills li.nav-item .nav-link.active, .nav-pills li.nav-item .show>.nav-link {
      color: #242020;
      background-color: #a0e3ff;
      border: 1px solid #0290cc;
  }

  .nav-pills .nav-link {
    border-radius:.25rem;
  }

  ul.nav.nav-pills.nav-fill li.nav-item {
    margin-left: .25rem;
    margin-top: 0;
    margin-bottom: .25rem;
  }

}

.tab-content {
    padding: 30px;
    background: #0a7fb1;
    color: #fefefe;
    border-radius: 0 0 25px 25px;
}

.brushed-bg {
  background: url('../img/brushed-bg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.brushed-bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
}

.brushed-bg .container {
  position: relative;
  z-index: 2;
}

.owl-nav {
    position: relative;
    bottom: 65px;

}

.owl-nav .owl-prev {
    right: 45px;
    left: unset;
}

.hero_content p.lead {
  font-weight: 800;
}




