* {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
}
* ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
* a {
  text-decoration: none;
}

header {
  position: fixed;
  padding-bottom: 10px;
  width: 100%;
  z-index: 999999;
  background-color: #fff;
  top: 0px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}
header .header-logo img {
  cursor: pointer;
  max-width: 100%;
  width: 100%;
}
header nav ul .header-nav-list {
  position: relative;
}
header nav ul .header-nav-list a {
  font-family: "Roboto", sans-serif;
  padding-bottom: 20px;
  color: #424B5A;
}
header nav ul .header-nav-list a:hover {
  color: #045395;
}
header nav ul .header-nav-list .product-dropdown {
  visibility: hidden;
  padding-left: 20px;
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: -30px;
  width: 220px;
}
header nav ul .header-nav-list .product-dropdown li {
  padding: 5px 0px;
}
header nav ul .header-nav-list .product-dropdown li a {
  color: #000;
  font-family: "Roboto", sans-serif;
}
header nav ul .header-nav-list .product-dropdown li a:hover {
  color: #045395;
}
header nav ul .nav-list-product:hover .product-dropdown {
  transition: all 0.3s ease;
  top: 35px;
  visibility: visible;
}
header .header-social-icons {
  text-align: right;
}
header .header-social-icons i {
  color: #424B5A;
  font-size: 25px;
}
header .header-social-icons i:first-child {
  padding: 0px 15px;
}
header .hamburger-menu {
  display: none;
}

.contacts {
  margin: 81px 0px;
}
.contacts p {
  color: #6b6a6a;
  text-align: center;
}
.contacts h3 {
  font-weight: 700;
  font-size: 40px;
  color: #424B5A;
  background: none;
  line-height: 1;
  position: relative;
  
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.contacts form .inputs input {
  width: 100%;
  height: 47px;
  font-size: 14px;
  padding-left: 15px;
  border: 1px solid rgb(218, 215, 215);
  border-radius: 27px;
}
.contacts form .message textarea {
  width: 100%;
  height: 160px;
  border: 1px solid rgb(218, 215, 215);
  border-radius: 27px;
  padding: 5px 15px;
  resize: none;
}
.contacts form .submit {
  margin-top: 10px;
}
.contacts form .submit button {
  padding: 5px 20px;
  background-color: #424B5A;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  word-spacing: 3px;
  outline: none;
  border-radius: 5px;
}
.contacts form .submit-error {
  color: red;
  font-weight: bold;
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
}
.contacts form .error {
  margin-bottom: 0px;
  color: red;
  padding-left: 15px;
  text-transform: capitalize;
  opacity: 0;
  visibility: hidden;
}

.contact-heading {
  margin-bottom: 50px;
}
.contact-heading h2 {
  font-size: 40px;
  color: #424B5A;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.contact-heading p {
  font-size: 20px;
  color: #424B5A;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.contact {
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #F2F2F2;
}
.contact .contact-heading h2 {
  font-size: 40px;
  color: #424B5A;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.contact .contact-tagline h2 {
  font-size: 20px;
  color: #424B5A;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 50px;
}
.contact .office-adress h2, .contact .contact-links h2, .contact .contact-contact-adress h2 {
  font-size: 20px;
  color: #424B5A;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 28px;
  position: relative;
}
.contact .office-adress h2::after, .contact .contact-links h2::after, .contact .contact-contact-adress h2::after {
  position: absolute;
  content: "";
  background-color: #424B5A;
  top: 32px;
  left: 0px;
  width: 80px;
  height: 2px;
  transform: translate(0%);
}
.contact .office-adress ul li {
  padding-left: 20px;
  color: #505D68;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  position: relative;
}
.contact .office-adress ul li a {
  color: #424B5A;
}
.contact .office-adress ul li i {
  position: absolute;
  left: -15px;
  font-size: 27px;
  top: 5px;
}
.contact .office-adress img {
  margin-top: 20px;
  max-width: 100%;
  width: 65%;
}
.contact .office-adress .contact-icons {
  margin-top: 30px;
}
.contact .office-adress .contact-icons a i {
  color: #505D68;
  font-size: 25px;
}
.contact .office-adress .contact-icons a:last-child {
  padding: 0px 20px;
}
.contact .contact-links ul li {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.contact .contact-links ul li a {
  color: #505D68;
  font-family: "Roboto", sans-serif;
}
.contact .contact-contact-adress ul li {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #505D68;
  margin-bottom: 10px;
}
.contact .contact-contact-adress ul li a {
  color: #505D68;
}
.contact .contact-form form input, .contact .contact-form form select, .contact .contact-form form textarea {
  width: 100%;
  height: 35px;
  color: #424B5A;
  background-color: #fff;
  margin-bottom: 20px;
  outline: none;
  border: 1px thin #424B5A;
  padding-left: 20px;
  border-radius: 5px;
  display: block;
  font-family: "Roboto", sans-serif;
}
.contact .contact-form form textarea {
  height: 100px;
  padding: 10px 20px;
  font-family: "Roboto", sans-serif;
}
.contact .contact-form form button {
  width: 100%;
  background-color: #FE7837;
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 8px 0px;
  border-radius: 20px;
  border: none;
  font-size: 14px;
}

footer p {
  text-align: center;
  color: #fff;
  background-color: #424B5A;
  padding: 15px 0px;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 1000px) {
  header .header-social-icons {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header nav {
    display: none;
  }
  header nav ul .header-nav-list .product-dropdown {
    z-index: 99;
    top: 30px;
    left: 240px;
  }
  header nav ul .nav-list-product:hover .product-dropdown {
    transition: all 0.3s ease;
    top: 0px;
    visibility: visible;
  }
  header .header-social-icons {
    display: none;
  }
  header .hamburger-menu {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 100px;
  }
  header .hamburger-menu i {
    font-size: 30px;
    cursor: pointer;
    color: #424B5A;
  }
}
@media only screen and (max-width: 576px) {
  header .header-logo img {
    width: 50%;
  }
  header .hamburger-menu {
    top: 20px;
    right: 50px;
  }
  header .hamburger-menu i {
    font-size: 25px;
  }
}/*# sourceMappingURL=user-form.css.map */