header {
  overflow: hidden;
  background-color: #fff;
}

header .social-lang {
  padding: 8px 0;
  line-height: 26px;
}

header .logo-nav {
  padding: 14px 0;
}

footer {
  padding: 8px 0;
}

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

ul.social > li {
  width: 26px;
  height: 26px;
  text-align: center;
  float: left;
  margin-right: 8px;
}

ul.social > li > a {
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  background-color: #474747;
  transition: .33s all ease-out;
  text-decoration: none;
  border-radius: 4px;
}

ul.social > li > a:hover {
  background-color: #348fcd;
}

.service-block {
  height: 300px;
  padding: 25px;
}

.cover-img {
  background-image: url('../images/bg-image-5.jpg');
  background-size: cover;
  background-position: center;
  min-height: 680px;
  color: #fff;
}

.cover-img .row {
  padding-top: 250px;
}

.cover-img .row .title {
  font-size: 50px;
}

.cover-img .row .subtitle {
  font-size: 30px;
}

.dark-bg {
  color: #fff;
  background-color: #000;
}

.contact-form {
  color: #fff;
  background-color: #348fcd;
  height: 400px;
  margin-bottom: 40px;
}

.contact-form .row {
  background-color: #474747; 
  height: 460px; 
  margin-top: -30px; 
  z-index: 2000; 
  position: relative; 
  padding: 25px;
  text-align: center;
}

.contact-form form {
  margin-top: 30px; 
  text-align: left;
}

/* Bootstrap */
.btn-primary {
  color: #fff;
  background-color: #348fcd;
  border-color: #348fcd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #6DADDA;
  border-color: #6DADDA;
}