@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
body {
  background-color: #f6f6f6;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #333333;
  background-size: cover;
}

p {
  font-weight: 400;
}

h2 {
  margin: 0 0 25px;
}

.pull-right {
  float: right;
}

.container {
  background: #fff;
}

.hide-desktop {
  display: none;
}
@media screen and (max-width: 992px) {
  .hide-desktop {
    display: block;
  }
}

header {
  padding: 13px 30px 10px;
  margin: 0 auto 10px;
}
header .container {
  background: transparent;
  padding: 0;
}
header .logo {
  position: relative;
  top: 3px;
}
header .logo img {
  display: block;
  width: 170px;
  max-width: 100%;
  margin: 0 auto 20px;
}
header .menu {
  position: relative;
  top: 4px;
  background: #07391f;
  width: 100%;
}
header .menu ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
header .menu ul li {
  transition: 0.4s ease-in-out;
  list-style: none;
  display: inline-block;
  margin: 0 10px;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  padding: 8px 6px;
}
header .menu ul li a {
  color: #fff;
}
header .menu ul li:hover {
  border-bottom: 2px solid #fff;
}
header .menu ul li:hover a {
  color: #fff;
  text-decoration: none;
}
header .menu ul li.current_page_item {
  border-bottom: 2px solid #fff;
}
header .menu ul li.current_page_item a {
  color: #fff;
}
header .flags {
  margin-left: 10px;
  float: right;
  z-index: 9999;
  position: relative;
  top: 47px;
  right: 12px;
}
header .flags img {
  width: 32px;
}
@media screen and (max-width: 992px) {
  header {
    padding: 15px 0;
  }
  header .logo:after {
    content: "";
    display: block;
    clear: both;
  }
  header .logo img {
    float: none;
    display: block;
    margin: 0 auto;
    width: 150px;
  }
  header .logo .mobile-nav {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  header .logo .mobile-nav i {
    font-size: 30px;
    color: #000;
  }
  header .navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: #f6f6f6;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  header .navigation .menu {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: transparent;
  }
  header .navigation .menu ul {
    background: transparent;
  }
  header .navigation .menu ul li {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0 0 20px;
  }
  header .navigation .menu ul li a {
    color: #000;
  }
  header .flags {
    margin-bottom: 20px;
    position: relative;
    z-index: 9999;
    top: 10px;
  }
  header .active {
    display: flex !important;
  }
  header .close-menu {
    width: 40px;
    height: 40px;
    background: url("../images/close.svg") no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 9999;
    position: fixed;
    top: 15px;
    right: 15px;
  }
  header .navigation .close-menu {
    display: none;
  }
  header .navigation.active .close-menu {
    display: block !important;
  }
}

.slider {
  width: 100%;
  padding-top: 10px;
}
.slider .slide {
  border-radius: 8px;
  height: 480px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.slider .slick-arrow {
  cursor: pointer;
  font-size: 36px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9999;
}
.slider .fa-angle-left {
  left: -15px;
}
.slider .fa-angle-right {
  right: -15px;
}
.slider .promo .promo_banner {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.slider .promo .promo_banner img {
  cursor: pointer;
  display: block;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .slider .slide {
    height: 320px;
  }
}

.our_brands {
  display: flex;
  align-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .our_brands {
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
  }
  .our_brands img {
    flex: 0 0 33%;
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .pdfemb-viewer {
    height: 100% !important;
    margin: 0 0 20px !important;
  }
}

@media screen and (max-width: 992px) {
  .pdfemb-toolbar {
    display: block !important;
  }
}

.gallery {
  margin: 0 0 40px;
}
.gallery .gallery_pictures .gallery_item {
  float: left;
  position: relative;
  width: calc(20% - 8px);
  margin-right: 10px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
}
.gallery .gallery_pictures .gallery_item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery .gallery_pictures .gallery_item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.gallery .gallery_pictures .gallery_item:nth-child(5n+5) {
  margin-right: 0;
}
.gallery .gallery_pictures:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 992px) {
  .gallery .gallery_pictures .gallery_item {
    width: calc(33% - 10px);
    margin-right: 15px;
  }
  .gallery .gallery_pictures .gallery_item:nth-child(3n+3) {
    margin-right: 0;
  }
  .gallery .gallery_pictures .gallery_item:nth-child(5n+5) {
    margin-right: 15px;
  }
}

.about-us {
  padding: 30px 0;
}

footer {
  padding: 50px 0;
  background: #262626;
  color: #777;
}
footer .container {
  background-color: #262626;
}
footer h4 {
  margin: 0 0 30px;
}
footer p {
  margin: 10px 0;
}
footer p i {
  margin-right: 5px;
}
footer p a {
  color: #777;
  text-decoration: none;
}
footer .social a {
  color: #777;
  margin-right: 10px;
  cursor: pointer;
}
footer .social a i {
  font-size: 32px;
}
footer .map iframe {
  width: 100%;
}
footer .contact-us label {
  display: block;
}
footer .contact-us label span {
  display: block;
  margin: 0 0 5px;
}
footer .contact-us label input {
  display: block;
  width: 100%;
  padding: 5px 8px;
  border-radius: 4px;
  border: 0;
  font-size: 16px;
}
footer .contact-us label textarea {
  display: block;
  width: 100%;
  height: 80px;
  padding: 5px 8px;
  font-size: 16px;
  border: 0;
  border-radius: 4px;
  resize: none;
}
footer .contact-us label button {
  border: 0;
  width: 150px;
  padding: 8px 5px;
  border-radius: 3px;
  display: block;
  margin: 10px auto;
  width: 100%;
}
footer .copyrights {
  margin: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 992px) {
  footer .col-md-4 {
    margin-bottom: 30px;
  }
  footer .copyrights p {
    text-align: center;
    float: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
.df-ui-btn.df-ui-more.df-icon-more,
.df-ui-btn.df-ui-share.df-icon-share{ display: none!important;}
