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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.section-navbar {
  background-color: #fff;
}

.slide-1 {
  border-radius: 4px;
  background-image: url('http://x1.sdimgs.com/sd_static/a/121779/slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-2 {
  background-image: url('http://x2.sdimgs.com/sd_static/a/121779/slider-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-3 {
  background-image: url('http://x3.sdimgs.com/sd_static/a/121779/slider-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.nav-link {
  height: 94px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: none;
}

.nav-menu {
  height: 100%;
}

.contact-us {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 8px 0 #000;
  text-align: center;
}

.social-icon {
  text-align: right;
}

.footer {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 12px;
}

.button {
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 4px;
  background-color: #3e4143;
  color: #fff;
}

.contact-us-text {
  display: inline-block;
  margin-right: 24px;
}

.underlined {
  text-decoration: underline;
}

.h2 {
  margin-bottom: 0px;
}

.thumbnail {
  box-shadow: inset 0 0 14px 25px rgba(0, 0, 0, .5);
}

.slider {
  height: 430px;
}

.row-thumnail {
  position: relative;
  z-index: 1;
  margin-top: -62px;
}

.slide-text {
  position: relative;
  z-index: 10;
  display: block;
}

.slide-button {
  border: 1px solid #000;
  border-radius: 5px;
  background-color: rgba(0, 153, 255, 0);
  color: #3e4143;
}

.slide-container {
  margin-top: 180px;
  padding-left: 10px;
}

.pages-head {
  width: auto;
  padding: 0px;
  color: #fff;
  font-weight: 400;
}

.pages-headeer-bg {
  padding: 112px 116px;
  background-image: url('http://x1.sdimgs.com/sd_static/a/121779/contact-head2.jpg');
  background-position: 50% 72%;
  background-size: cover;
}

.pages-headeer-bg.about {
  background-image: url('http://x1.sdimgs.com/sd_static/a/121779/contact-head.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.row-c {
  padding-top: 26px;
}

.p-home {
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
}

.text-head {
  width: 45%;
  margin-left: 94px;
  padding: 5px 16px;
  background-color: hsla(0, 0%, 9%, .64);
}

.c-text.products {
  padding: 0px 0px 15px;
  line-height: 28px;
}

.button-view {
  border-radius: 7px;
  background-color: #bdbdbd;
}

.port {
  padding: 22px;
  background-color: #fafafa;
}

.head-p {
  margin-top: 0px;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .text-head {
    width: 100%;
    margin-left: 0px;
  }
  .social-icon {
    text-align: center;
  }
  .footer {
    text-align: center;
  }
  .thumbnail-column {
    text-align: center;
  }
}

@media (max-width: 767px) {
.pages-headeer-bg {
    padding: 30px 30px;
}
}

