

h1,h2,h3,h4 {
	color: #000;
	font-family: 'Open Sans', sans-serif;
}
body {
	font-family: 'Roboto', sans-serif;
}

header {
  	padding: 50px 0 50px;
	background:#fff url('../img/header.jpg') no-repeat center center;;
}


a:focus {
  outline: 0px solid;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
}
.lang {
	margin-right: 3px;	
	border-radius: 50%;
	
}

.nav-link {
	font-size: 12px;
}

header {
    padding: 156px 0 100px;
  }

header h1 {
	color: #fff;
	font-size: 52px;
	font-weight: 700; 
}

header h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 30px;
}

.hdr-btn {
	font-size: 18px;
	color: #fff;
	margin-to: 20px;
	padding: 10px;
	border: 2px #FFD34E solid;
	background-color: #FFD34E;

}

.hdr-btn:hover {
	color: #000;

}

#map {
	margin: 0;
	padding: 0;
}
#services img {
	padding: 10px;
	background-color: #fff;
	border: 2px #bccc14 solid;
	
}

section h1 {
	padding-bottom: 30px; 
}
section h1 span {

	border-bottom: 2px #bccc14 solid;
}


li {
	list-style-type: none;
  margin-bottom: 5px;
}

.navbar {
	margin: 0;
	padding: 0;
}
.navbar-brand {
	padding: 10px;
	background: #bccc14;

}

.bg-light {
	background: #f9f9f9 !important;
}

@media (max-width: 766px) {
  header {
    padding: 100px 0 100px;
  }
  header h1{
  	font-size: 28px;
  }
  header h2{
  	font-size: 18px;
  }

  .logo {
  	font-size: 12px;
  }
  .nav-link {
  	font-size: 10px;
  }
  .lang {
  	margin-right: 2px;
  }
}

section {
  padding: 50px 0;
}

#services h3 {
	color: #411b8e;
	padding: 18px 20px;
	font-size: 18px;
	text-transform: uppercase;
}

#about i {
	color: #bccc14;
}

#services-text i {
	color: #bccc14;
}




.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show, #errormessage.show, .show {
  display: block;
}

.black {
  color: #000 !important;
  font-weight: 600;
}

.btn-send {
  border-radius: 0px;
  color: #000;
  background-color: #FFD34E;
}

a, a:hover {
  color: #FFD34E;
}

.cont-title {
  font-size: 24px;
  padding: 15px 0px;
}

.location-info p span {
  display: inline-block;
}

.location-info p span {
  width: 40px;
  font-size: 24px;
  color: #666;
  vertical-align: middle;
}

.location-info p {
  margin-bottom: 5px;
}

.location-info p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
}

.contact-icon-container {
  position: absolute;
  top: 30px;
  right: 0;
  padding-right: 20px;
  font-size: 320px;
  color: #555;
  line-height: 300px;
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
