@media screen and (max-width: 456px) {
  .row {
    margin-left: 1px; }
  .gallery {
    max-width: 20rem;
    min-width: 12rem; }
  #home-heading {
    position: relative;
    min-height: 150px;
    background: url("../img/skyscraper_2_small.jpg");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff; }
  .dark-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body {
    overflow-x: hidden;
    width: auto; } }

@media screen and (min-width: 457px) {
  .gallery {
    max-width: 15rem;
    min-width: 12rem; }
  #home-heading {
    position: relative;
    min-height: 200px;
    background: url("../img/skyscraper_2.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #fff; }
  .dark-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body {
    overflow-x: hidden; } }

@media screen and (min-width: 1000px) {
  .gallery {
    max-width: 15rem;
    min-width: 12rem; }
  #home-heading {
    position: relative;
    min-height: 200px;
    background: url("../img/skyscraper_2.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff; }
  .dark-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body {
    overflow-x: hidden; } }

h2, h3 {
  text-transform: uppercase; }

.card-footer {
  text-transform: capitalize; }

.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1em !important;
  padding-right: 1em !important; }

.navbar .nav-item.active {
  border-left: #444 3px solid; }

.logo {
  width: 130px;
  height: 50px; }

.carousel-item-home {
  height: 500px; }

.carousel-image-1 {
  background: url("../img/floor_wall.jpg");
  background-size: cover;
  background-position: center; }

.carousel-image-2 {
  background: url("../img/warehouse_comming.jpg");
  background-size: cover;
  background-position: center; }

.carousel-image-3 {
  background: url("../img/interior_1(1).jpg");
  background-size: cover;
  background-position: center; }

.fa-at, .fa-home, .fa-map {
  font-size: 55px;
  color: #ffcc33; }

#map {
  height: 100;
  width: 150px; }

.filter-button {
  font-size: 18px;
  border: 1px solid #ffc300;
  border-radius: 5px;
  text-align: center;
  color: black;
  margin-bottom: 30px; }

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #6f6f6f;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #6f6f6f; }

.btn-default:active .filter-button:active {
  background-color: #ffc300;
  color: white; }

.port-image {
  width: 100%; }

.gallery_product {
  margin-bottom: 30px; }

.index-gallery {
  height: 480px;
  overflow-y: scroll;
  overflow-x: hidden; }

footer#main-footer {
  background: #000;
  color: #fff; }

.page-headings {
  margin-top: 27px; }

#page-header {
  height: 230px;
  background: url("../img/skyscraper.jpg");
  background-size: cover;
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eeee solid;
  padding-top: 50px; }

#about img {
  margin-top: -50px; }

#page-header-2 {
  height: 230px;
  background: url("../img/parking.jpg");
  background-size: cover;
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eeee solid;
  padding-top: 50px; }

ul {
  list-style: none; }

.trowel-icon {
  background: url("../img/trowel.png");
  padding-right: 35px;
  padding-bottom: 170px;
  display: inline-block; }

.needle-icon {
  background: url("../img/needle.png");
  padding-right: 35px;
  padding-bottom: 140px;
  display: inline-block; }

li.services-needle {
  padding-top: 6px;
  padding-left: 40px; }

li.services-needle-1 {
  padding-top: 10px;
  padding-left: 40px; }

li.services {
  padding-top: 10px;
  padding-left: 40px; }

li.services-1 {
  padding-top: 20px;
  padding-left: 40px; }

#page-header-3 {
  height: 230px;
  background: url("../img/wood.jpg");
  background-size: cover;
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eeee solid;
  padding-top: 50px; }

.fa-image {
  height: 30px; }

#map {
  width: 100%;
  height: 315px; }

#page-header-4 {
  height: 230px;
  background: url("../img/architecture.jpg");
  background-size: cover;
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eeee solid;
  padding-top: 50px; }
