<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
/* Buzz Effect*/
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz:hover {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/**
 * Footer 1 style
 */
.footer-middle {
  padding-top: 52px;
  padding-bottom: 20px;
}
.block-footer {
  margin-bottom: 40px;
  color: #666;
}
.block-footer .block-footer-title {
  font-size: 128.571%;
  position: relative;
  color: #000;
  font-weight: 600;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.block-footer .footer-logo-img {
  margin-bottom: 10px;
}
.block-footer .footer-contact-desc {
  margin-bottom: 10px;
}
.block-footer .app-footer ul {
  list-style: none;
  padding: 0;
}
.block-footer .app-footer ul li {
  float: left;
  margin: 0;
  margin-right: 10px;
}
.block-footer .block-footer-content &gt; p {
  margin-bottom: 15px;
}
.block-footer .block-footer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-footer .block-footer-content ul li {
  margin-bottom: 19px;
}
.block-footer .block-footer-content ul li a {
  padding-left: 0;
  color: #666;
}
.block-footer .footer-contact ul li {
  position: relative;
  padding-left: 35px;
}
.block-footer .footer-contact ul li:not(:last-child) {
  margin-bottom: 16px !important;
}
.block-footer .footer-contact ul li span {
  color: #222;
  font-weight: 500;
}
.block-footer .footer-contact ul li:before {
  position: absolute;
  left: 0;
  top: -4px;
}
.block-footer .footer-contact ul li.address:before {
  top: 5px;
  content: '\e945';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.block-footer .footer-contact ul li.phone:before {
  top: 5px;
  content: '\e94b';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.block-footer .footer-contact ul li.email:before {
  content: '\e944';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.block-footer .footer-contact ul li.time:before {
  content: '\e932';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.block-footer.newsletter-footer .block-footer-title {
  margin-bottom: 17px;
}
.block-subscribe-footer {
  margin-bottom: 24px;
}
.block-subscribe-footer .newsletter-content {
  display: table;
  width: 100%;
}
.block-subscribe-footer .input-box {
  display: block;
  margin-bottom: 10px;
}
.block-subscribe-footer .input-box #newsletter-footer {
  height: 40px;
  border: solid 1px #cccccc;
  padding-left: 18px;
  color: #666;
  max-width: unset;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.block-subscribe-footer .action-button {
  display: block;
}
.block-subscribe-footer .action-button button {
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100%;
  background: #000;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.social-footer {
  margin-bottom: 28px;
}
.social-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-footer ul::after {
  content: "";
  display: block !important;
  clear: both;
}
.social-footer ul li {
  float: left;
  margin: 0 10px 0 0;
}
.social-footer ul li a {
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  background-color: #4a6dbf;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.social-footer ul li a:before {
  position: relative;
  z-index: 2;
}
.social-footer ul li a:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.social-footer ul li a:hover:after {
  opacity: 1;
}
.social-footer ul li.youtube a {
  background-color: #f22231;
}
.social-footer ul li.twitter a {
  background-color: #2ac1f2;
}
.social-footer ul li.google a {
  background-color: #f4313b;
}
.social-footer ul li.instagram a {
  background-color: #ad33b2;
}
.social-footer ul li.linkedin a {
  background-color: #0179b6;
}
.footer-bottom {
  background: #f5f5f5;
  padding: 12px 0;
}
.footer-bottom .footer-payments {
  margin-bottom: 0;
  text-align: right;
}
.footer-bottom address {
  font-size: 92.857%;
  margin: 7px 0 0;
}
.footer-bottom address a {
  color: #666;
}
/**
 * Responsive footer 2
 */
@media (min-width: 580px) and (max-width: 1199px) {
  .footer-middle &gt; .container &gt; .row &gt; div:nth-child(3) {
    order: 4;
  }
  .footer-middle &gt; .container &gt; .row &gt; div:nth-child(4) {
    order: 3;
  }
}
@media (max-width: 1200px) {
  .home-services .owl-carousel .owl-nav {
    position: absolute;
    top: 2%;
    width: 100%;
  }
  .home-services .owl-carousel .owl-nav .owl-prev {
    left: -30px;
    position: absolute;
  }
  .home-services .owl-carousel .owl-nav .owl-next {
    right: -30px;
    position: absolute;
  }
}
@media (max-width: 991px) {
  .footer-bottom &gt; .container &gt; .row &gt; div {
    width: 100%;
  }
  .footer-bottom &gt; .container &gt; .row &gt; div address {
    margin-bottom: 10px;
  }
  .footer-bottom &gt; .container &gt; .row &gt; div .footer-payments {
    text-align: inherit;
  }
}
@media (max-width: 767px) {
  .social-footer ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 579px) {
  .footer-middle &gt; .container &gt; .row &gt; div:nth-child(2) {
    order: 3;
  }
  .footer-middle &gt; .container &gt; .row &gt; div:nth-child(3) {
    order: 4;
  }
  .footer-middle &gt; .container &gt; .row &gt; div:nth-child(4) {
    order: 2;
  }
}
</pre></body></html>