/* -----------------------------------------------Variables----------------------------------------------- */
/* ---------------------------------------------Global styles----------------------------------------------- */
.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 50px 0px 50px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 14px 34.2px 3.8px rgba(45, 44, 42, 0.12);
  box-shadow: 0px 14px 34.2px 3.8px rgba(45, 44, 42, 0.12);
  padding-left: 50px;
  padding-right: 50px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10000;
  background: white;
}

.header nav .left-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header nav .left-nav .logo {
  position: relative;
  top: 4px;
}

.header nav .left-nav .logo img {
  width: 80%;
}

.header nav .left-nav .badge a {
  font-size: 12px;
  background: #3fdbb1;
  color: white;
  padding: 4px;
  border-radius: 2px;
  cursor: pointer;
}

.header nav .left-nav .badge a:hover {
  background: #32d2a7;
}

.header nav .right-nav ul.menu {
  margin: 0;
}

.header nav .right-nav ul.menu li {
  display: inline-block;
  list-style: none;
}

.header nav .right-nav ul.menu li a {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  padding: 18px 20px;
  color: #667c9b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header nav .right-nav ul.menu li:last-child a {
  padding: 0.5rem 1rem;
  background: #5587da;
  border-radius: 4px;
  font-weight: lighter;
  color: #fff;
  transition: 0.4s ease-in;
  opacity: 0.8;
}

.header nav .right-nav ul.menu li a:hover {
  color: #468cbd;
}

.header nav .right-nav ul.menu li:last-child a:hover {
  opacity: 1;
  color: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.header nav .right-nav ul.menu li.active > a {
  color: #468cbd;
  position: relative;
}

.header nav .right-nav ul.menu li.active > a::after {
  content: "";
  width: calc(100% - 40px);
  height: 3px;
  background: #468cbd;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}

.header nav .right-nav ul.menu .products-wrap {
  position: relative;
}

.header nav .right-nav ul.menu .products-wrap a#products::before {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #7f7895;
  border-right: 2px solid #7f7895;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 6px;
  top: 22px;
  opacity: 0.5;
}

.header nav .right-nav ul.menu .products-wrap .products {
  background: white;
  position: absolute;
  top: 53px;
  left: -4px;
  padding: 12px 0px;
  display: none;
  -webkit-box-shadow: 0px 8px 20px 1px rgba(45, 44, 42, 0.12);
  box-shadow: 0px 8px 20px 1px rgba(45, 44, 42, 0.12);
  border-radius: 0px 0px 5px 5px;
}

.header nav .right-nav ul.menu .products-wrap .products a {
  padding: 12px 50px 12px 25px;
  font-weight: 600;
}

.header nav .right-nav ul.menu .products-wrap:hover .products,
.header nav .right-nav ul.menu .products-wrap:focus .products,
.header nav .right-nav ul.menu .products-wrap:active .products {
  display: block;
}

.header nav .right-nav .hamburger {
  display: none;
}

.header .enquire-btn-wrapper {
  position: fixed;
  top: 60px;
  right: 50px;
  z-index: 10000;
}

/* ---------------------------------------------Footer----------------------------------------------- */
footer {
  background: #2d3133;
  padding: 50px;
  padding-bottom: 5px;
  margin-top: 8rem;
}

footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-wrapper .logo {
  min-width: 185px;
  height: 50px;
  background: url("../images/footer-sprite.png") no-repeat;
  background-size: 65%;
  margin-right: 15%;
}

footer .footer-wrapper .footer-col {
  margin-right: 10%;
}

footer .footer-wrapper .footer-col h4 {
  color: white;
  letter-spacing: 2px;
  margin-top: 0;
}

footer .footer-wrapper .footer-col ul {
  padding: 0;
}

footer .footer-wrapper .footer-col ul li {
  list-style: none;
}

footer .footer-wrapper .footer-col ul li a {
  color: white;
  display: block;
  margin: 10px 0px;
  letter-spacing: 1.5px;
}

footer .footer-wrapper .social-media h4 {
  color: white;
  letter-spacing: 2px;
  margin-top: 0;
}

footer .footer-wrapper .social-media .social-media-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-wrapper .social-media .social-media-icons .icon {
  background: url("../images/footer-sprite.png") no-repeat;
  background-size: 350%;
  width: 30px;
  height: 40px;
  margin-right: 10px;
  cursor: pointer;
}

footer .footer-wrapper .social-media .social-media-icons .icon.fb {
  background-position: 0px -40px;
}

footer .footer-wrapper .social-media .social-media-icons .icon.twitter {
  background-position: -34px -40px;
}

footer .footer-wrapper .social-media .social-media-icons .icon.linkedin {
  background-position: -70px -40px;
}

footer .copyright {
  text-align: center;
  margin-top: 50px;
}

footer .copyright p {
  color: white;
  font-size: 0.9rem;
}

/* ---------------------------------------------form modal----------------------------------------------- */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
  z-index: 20000;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 24rem;
  border-radius: 0.5rem;
}

.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}

.close-button:hover {
  background-color: darkgray;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
}

/* ---------------------------------------------media queries----------------------------------------------- */
@media (max-width: 810px) {
  .header nav {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .header nav .left-nav .logo {
    top: 14px;
  }
  .header nav .right-nav ul.menu {
    display: none;
  }
  .header nav .right-nav .hamburger {
    display: block;
  }
  .header nav .right-nav .hamburger img {
    width: 22px;
    float: right;
    margin: 19px 0px;
    cursor: pointer;
  }
  .header nav .right-nav .hamburger .menu-items {
    position: absolute;
    top: 48px;
    left: 0px;
    width: 100%;
    background: white;
    padding: 20px 0px;
    margin: 0px;
    text-align: right;
    list-style: none;
    -webkit-box-shadow: 0px 8px 20px 1px rgba(45, 44, 42, 0.12);
    box-shadow: 0px 8px 20px 1px rgba(45, 44, 42, 0.12);
    border-radius: 0px 0px 5px 5px;
  }
  .header nav .right-nav .hamburger .menu-items li {
    background: #f6f8f9;
  }
  .header nav .right-nav .hamburger .menu-items li a {
    display: block;
    color: #667c9b;
    font-size: 1.2rem;
    font-weight: 900;
    padding: 8px 50px;
    background: #f6f8f9;
    margin: 4px 0px;
    font-size: 14px !important;
  }
  .header nav .right-nav .hamburger .menu-items li a:hover {
    color: #468cbd;
  }
  .header nav .right-nav .hamburger .menu-items li .product-sub {
    font-size: 14px !important;
    font-weight: 600;
  }
  .header nav .right-nav .hamburger .menu-items li .sub-menus {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .header nav .right-nav .hamburger .menu-items li .sub-menus.open {
    height: 150px;
  }
  .header nav .right-nav .hamburger .menu-items.closed {
    display: none;
  }
}

@media (min-width: 1550px) {
  footer .footer-wrapper .logo {
    margin-right: 22%;
  }
}

@media (max-width: 869px) {
  .left-nav .badge {
    display: none;
  }
}

@media (max-width: 810px) {
  footer .footer-wrapper .logo {
    margin-right: 0;
  }
}

@media (max-width: 670px) {
  footer .footer-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .footer-wrapper .logo {
    min-width: 150px;
    height: 40px;
  }
  footer .footer-wrapper .footer-col {
    display: none;
  }
  footer .footer-wrapper .social-media h4 {
    display: none;
  }
}

@media (max-width: 600px) {
  .header nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header nav .right-nav .hamburger .menu-items li a {
    padding-right: 20px;
  }
}

@media (max-width: 512px) {
  .header nav {
    margin: 15px 25px 0px 25px;
  }
}

@media (max-width: 420px) {
  .header nav .right-nav .hamburger .menu-items li a {
    font-size: 1.3rem;
  }
  .header nav .right-nav .hamburger .menu-items li .product-sub {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=commonstyles.css.map */
