body {
  font-family: 'Work Sans', sans-serif;
  background-image: url(../img/about-background-img.png);
  background-position: center top;
  background-repeat: no-repeat;
  color: #605e5d;
  line-height: 1.8;
  background-color: #f5ebe4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: amatic sc, sans-serif;
  color: #000;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  transition: all .3s;
}

img {
  max-width: 100%;
}

.navbar {
  position: relative;
  top: 15px;
  padding: 0 30px;
}

.navbar .logo img {
  max-width: 172px;
}

.navbar li {
  margin-left: 20px;
}

.navbar a {
  color: #1b2024;
  font-size: 18px;
  position: relative;
  font-weight: 400;
}

.navbar li a.active {
  color: #757575;
}

.navbar li a:hover {
  color: #757575;
}

a.buton {
  color: #fff;
  font-size: 18px;
  background: #000;
  padding: 15px 25px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

a.buton:hover {
  background: #757575;
  color: #fff;
}

#home {
  background-image: url(../img/home-slider-background-img.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: initial;
}

.main {
  padding: 5px 0 75px;
}

.top-100margin {
  margin-top: 100px;
}

footer {
  background-image: url(../img/footer-background-img.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: initial;
  text-align: center;
  padding: 100px 0;
}

.newsletter h3 {
  margin: 10px 0;
  font-size: 50px;
}

.logo-footer img {
  max-width: 75px;
}

.logo-footer {
  margin: 50px 0 20px;
}

.social-icons {
  text-align: center;
  margin: 20px 0;
}

.social-icons li {
  list-style-type: none;
  margin: 0 5px;
  display: inline-block;
}

.social-icons i {
  color: #000;
  font-size: 21px;
}

.social-icons a:hover i {
  color: #757575;
}

.hero {
  margin-top: 50px;
}

.subtitle {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.subtitle h2 {
  font-size: 75px;
  line-height: 85px;
  font-weight: 400;
  text-transform: none;
}

.subtitle p {}

.subtitle img {
  margin: 15px 0;
}

.produse {
  text-align: center;
  margin-bottom: 50px;
}

.produse p {
  color: #333;
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
}

.produse span {
  font-size: 40px;
  font-weight: 600;
  text-transform: none;
  font-family: amatic sc, sans-serif;
}

.testimonial {
  text-align: center;
}

.testimonial p {
  font-size: 20px;
}

.testimonial img {
  margin-bottom: 30px;
  width: 85px!important;
  display: inline-block!important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #757575!important;
}

.bannere {
  margin: 15px 0 0;
}

.bannere img {
  margin: 10px 0;
}

.newsletter {
  margin: 50px 0;
}

.newsletter input {
  padding: 10px 20px;
  border: none;
  border: 1px solid #E0E0E0;
}

.newsletter input[type=submit] {
  background-color: #000;
  border: none;
  color: white;
  padding: 10px 32px;
  text-decoration: none;
  cursor: pointer;
}

.newsletter input[type=submit]:hover {
  background-color: #757575;
}

.description h2 {
  margin-bottom: 30px;
}

.serviciu {
  padding-left: 90px;
  margin: 20px 0;
}

.serviciu img {
  position: absolute;
  left: 0;
}

.flower-divider {
  background: url(../img/home-graphic-2.png);
  background-repeat: repeat-x;
  height: 50px;
  width: 300px;
  margin: 100px auto;
}

.contact-info input,
.contact-info textarea {
  width: 100%;
  margin: 5px 0;
  padding: 10px 20px;
  border: 1px solid #E0E0E0;
}

.contact-info input[type=submit] {
  background-color: #f5989d;
  border: none;
  color: white;
  padding: 10px 32px;
  text-decoration: none;
  cursor: pointer;
}

.contact-info input[type=submit]:hover {
  background-color: #97c7aa;
}

.contact-info .bg-alb {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact-info {
  background-image: url(../img/contact-form-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: initial;
  margin-top: 30px;
}


/*responsive*/

@media (max-width: 767px) {
  .navbar {
    padding: 0 15px;
  }
  .navbar-nav {
    background: #fff;
    margin-top: 20px;
    padding: 20px 0;
  }
  .navbar a {
    color: #000;
  }
  .navbar li a.active:before {
    display: none!important;
  }
  .navbar .logo img {
    max-width: 86px;
  }
  footer {
    background-position: center tops;
    text-align: center;
    padding: 50px 0 70px;
  }
  .main {
    padding: 10px 0;
  }
  .newsletter input {
    width: 100%;
    margin: 5px 0;
  }
}