@font-face {
  font-family: cabin;
  src: url(../fonts/cabin.ttf);
}

body {
  background-color: #F9F8F6;
  line-height: 35px;
}

.navbar-default {
  background-color: #ffffff;
  border-color: transparent;
  border-radius: 0px;
  margin-bottom: 0;
}

h1, h2, h3, p, a {
  font-family: cabin;
}

a {
  font-size: 16px;
  color: #67b7e1;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}

a h1 {
  color: #000000;
  transition: color ease 0.5s;
  -webkit-transition: color ease 0.5s;
  -moz-transition: color ease 0.5s;
  -o-transition: color ease 0.5s;
}

a:hover h1 {
  color: #67b7e1
}

h1 {
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}

h2 {
  font-size: 18px;
  margin: 20px 0;
}

h1 span {
  color: #95ce30;
  position: relative;
}

.copyright {
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 16px;
}

p {
  color: #747474;
  margin-bottom: 20px;
  font-size: 16px;
}

a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

.container {
  width: 100%;
  padding: 0 80px;
}

header .container {
  overflow: hidden;
}

header .container {
  background-color: #ffffff;
  padding: 0;
}

header .col-md-3 {
  padding: 10px 0 0 0;
}

header img {
  width: 100%;
  display: inline-block;
}

.logo {
  margin-left: 60px;
}

.address {
  font-family: cabin;
  line-height: 30px;
  font-size: 15px;
  color: #747474;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

.dropdown-menu li a {
  color: #777;
}

section .container {
  background-color: #ffffff;
}

#specific-hardware .container {
  padding-bottom: 60px;
}

#project .container {
  padding-bottom: 60px;
}

#products .container {
  padding-bottom: 60px;
}

#sub-products .container {
  padding: 40px 80px 60px 80px;
}

#project img {
  margin-bottom: 40px;
  width: 100%;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}

#contact-us .container {
  padding-bottom: 60px;
}

#welcome .container {
  padding-bottom: 40px;
}

#welcome .title {
  margin-bottom: 0;
}

#welcome h2 {
  margin: 10px 0 40px 0;
}

#quote .container {
  padding: 20px 80px 60px 80px;
}

footer .container {
  background-color: #282a2b;
  padding: 15px 80px;
}

.title {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.title::after {
  content: "";
  position: absolute;
  top: 55%;
  width: 100%;
  height: 1px;
  background-color: #e7e6e6;
}

.title::before {
  content: "";
  position: absolute;
  top: 65%;
  width: 100%;
  height: 1px;
  background-color: #e7e6e6;
}

.banner {
  width: 100%;
  display: block;
  margin: 20px 0 40px 0;
}

.carousel-indicators li {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}

.carousel-indicators .active {
  background-color: #67b7e1;
  border: 2px solid #ffffff;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  font-family: cabin;
  font-size: 15px;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb>li+li:before {
  content: "";
  padding: 0;
}

.shadow {
  background: url("../img/shadow.png") no-repeat top center;
  height: 7px;
  width: 100%;
  margin: 80px 0 40px 0;
}

.product img {
  width: 100%;
  display: block;
}

.motto {
  padding: 25px;
  margin: 30px 0 80px 0;
  background-color: #f6f6f6;
  border-top: 3px solid #67b7e1;
  -webkit-box-shadow: -1px 15px 26px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 15px 26px -13px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 15px 26px -13px rgba(0, 0, 0, 0.75);
}

#about-menu {
  margin: 40px 0;
}

.small-margin {
  margin: 40px 0 20px 0 !important;
}

#about-menu a {
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  padding: 10px;
  transition: color ease 0.5s;
  -webkit-transition: color ease 0.5s;
  -moz-transition: color ease 0.5s;
  -o-transition: color ease 0.5s;
}

#about-menu a:hover {
  color: #67b7e1;
  text-decoration: none;
}

#company-history img {
  margin-bottom: 20px;
  width: 100%;
}

#company-history img.small {
  width: 68%;
}

#our-policy img {
  margin-bottom: 20px;
  width: 100%;
}

#our-warranty img {
  margin-bottom: 20px;
  width: 100%;
}

.input input {
  padding: 10px 15px;
  margin: 20px 0;
  border: 2px solid #cccccc;
  border-radius: 0;
  font-family: cabin;
  display: block;
  width: 100%;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}

.input textarea {
  padding: 10px 15px;
  margin: 10px 0;
  border: 2px solid #cccccc;
  border-radius: 0;
  font-family: cabin;
  display: block;
  width: 100%;
  height: 200px;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}

.input input:focus, .input textarea:focus {
  border: 2px solid #3498db;
}

input.invalid, textarea.invalid {
    border-color: #DD2C00;
}

#validation1 {
  position:relative;
}

#validation2 {
  position:relative;
}

#validation3 {
  position:relative;
}

#validation4 {
  position:relative;
}

#notify {
  font-family: cabin;
  padding: 5px;
  font-size: 12px;
  width: 50%;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 0px;
  right: 15px;
}

#notify.error {
  background-color: #DD2C00;
}

.btn-default:active {
  outline: none !important;
}

.masonry h2 {
  padding: 20px 0;
  margin: 0;
  color: #ffffff;
  background-color: #67b7e1;
  text-transform: uppercase;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}

.grid-masonry a:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.grid-masonry a:hover h2 {
  color: #67b7e1;
  background-color: #F9F8F6;
}

.vertical-1 {
  margin-top: 40px;
}

.vertical-2 {
  margin-top: 120px;
}

.vertical-3 {
  margin-top: 80px;
}

.vertical-4 {
  margin-top: 200px;
}

.product {
  position: relative;
}

.product img {
  width: 100%;
  margin-bottom: 40px;
}

.captcha {
  margin-bottom: 20px;
}

.btn-default {
  font-family: cabin;
  border-radius: 0;
  border: 2px solid #3498db;
  background-color: #3498db;
  color: #ffffff;
  padding: 10px 20px;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}

.btn-default:hover {
  background-color: #ffffff;
  color: #3498db;
}

textarea.form-control {
  height: 200px;
}

#sub-products .product img {
  margin-bottom: 40px;
}

.header-title h1 {
  margin: 0 0 50px 0;
}

.product::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #67b7e1;
  opacity: 0;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}

.product p {
  position: absolute;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 20px 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

a:hover .product::after {
  opacity: 0.9;
}

a:hover .product p {
  opacity: 1;
}

footer {
  color: #8C8989;
  font-family: cabin;
  font-size: 15px;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer p {
  margin-top: 30px;
}

.one-product {
  float: right;
}

@media screen and (max-width: 780px) {
  .vertical-1 {
    margin-top: 0;
  }

  .vertical-2 {
    margin-top: 0;
  }

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

  .vertical-4 {
    margin-top: 0;
  }

  #sub-products .product img {
    margin-bottom: 20px;
  }

  .product img {
    margin-bottom: 20px;
  }

  .dropdown-menu {
    display: block;
    position: relative;
    float: none;
    border: 0;
    box-shadow: none;
  }
}

@media screen and (max-width: 990px) {
  .logo {
    margin-left: 0;
    text-align: center;
  }

  header img {
    width: 80%;
  }

  .address {
    width: 69%;
    margin: auto;
  }

  .one-product {
    float: none;
  }
}

@media screen and (max-width: 620px) {
  .container {
    padding: 0 40px;
  }

  #sub-products .container {
    padding: 40px 40px 60px 40px;
  }

  #quote .container {
    padding: 20px 40px 60px 40px;
  }

  footer .container {
    padding: 15px 40px;
  }
}
