/* CSS Styling for testimonials */
.slider-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.slide {
  flex: 0 0 100%;
}

.slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.slider-nav button {
  border: none;
  background: transparent;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}

/* send msg */
@media (max-width: 480px) {
  .sendMsgBtnWrapper {
    display: block;
  }
  .sendMsgBtn {
    width: 100%;
  }
}

/*custom styling */
.service-icon {
  max-width: none;
  width: 40px;
  height: 40px;
}
.faq-link {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .sm-text-center {
    text-align: center;
  }
  .service-wrapper {
    max-width: 100%;
  }
  .hiw-no {
    margin-left: auto;
    margin-right: auto;
  }
  .hiw-box {
    max-width: 100%;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*owl Carousel theme */
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-item img {
  display: block;
  width: 48px;
}

.owl-carousel,
.owl-stage-outer {
  transition: height 500ms ease-in-out 0s;
}

@media (min-width: 992px) {
  .testimonials-text {
    height: 256px;
  }
}
/*
 * FAQ slider
 */

.faq-up-arrow {
  transition: transform 0.2s ease-in-out;
}

.faq-down-arrow {
  transform: rotate(180deg);
}

/* COOKIE consent*/

.cookie-consent-holder {
  text-align: center;
  color: #fff;
  background-color: #535353;
  padding: 2px;
  width: 100% !important;
  max-width: 100% !important;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 0.6rem;
  z-index: 3;
}

.cookie-consent-holder .close {
  margin-left: 5px;
  color: #fff;
  font-size: 18px;
  opacity: 0.5;
  font-weight: 400;
  line-height: 1;
}

.cookie-consent-holder .cookie-consent-ok-btn {
  display: inline-block;
  margin-left: 20px;
  padding: 0 13px;
  border: 1px solid #d4d4d4;
  cursor: pointer;
}

#cookieConsentLinkCloseBtn[aria-hidden="true"] {
  display: none;
}

/* email*/

.business-email-link {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 12px;
}

.business-email-link:before {
  content: "business\40shiply.com";
}

/* custom nab bar */
.right-190 {
  right: 190px;
}

/*mobile device spacing fix*/
.skew-border-fix {
  border-right: 2px solid rgb(15, 76, 139);
  margin-bottom: -1px;
}
.skew-border-top {
  margin-top: -1px;
}

/*success msg box */
.msg-success-box {
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 6px;
  box-shadow: none;
  line-height: 1.6;
  font-weight: 400;
  font-size: 0.875rem;
  background-color: rgb(237, 248, 243);
  display: flex;
  padding: 6px 16px;
  color: rgb(32, 74, 55);
  margin-bottom: 1.5rem;
}
.multi-alert-icon {
  margin-right: 12px;
  padding: 7px 0px;
  display: flex;
  font-size: 16px;
  opacity: 0.9;
}

.multi-alert-icon-svg {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: inherit;
  color: rgb(39, 171, 110);
}

/*bouncy circle*/
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-ms-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.encircle-black {
  width: 34px;
  height: 34px;
  border-radius: 34px;
  border: solid 2px rgba(0, 0, 0, 0.05);
  position: fixed;
  bottom: 30px;
  left: calc(50% - 17px);
  overflow: hidden;
}
.encircle {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: solid 2px white;
}
.arrow {
  margin: 0 auto;
  margin-top: 4px;
  width: 15px;
  height: 15px;
  background-size: contain;
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.show-scroll {
  display: block !important;
  z-index: 1;
}

@media (min-width: 768px) {
  .encircle {
    border-color: #343a40 !important;
    cursor: pointer;
  }
  .encircle-down {
    fill: #343a40 !important;
  }
  .black-scroll .encircle {
    border-color: #343a40 !important;
  }
  .black-scroll .encircle-down {
    fill: #343a40 !important;
  }
  .white-scroll .encircle {
    border-color: #fff !important;
  }
  .white-scroll .encircle-down {
    fill: #fff !important;
  }
}

@media (max-width: 767px) {
  .encircle {
    border-color: #fff !important;
  }
  .encircle-down {
    fill: #fff !important;
  }
  .gk-test-160 .encircle {
    border-color: #343a40 !important;
  }
  .gk-test-160 .encircle-down {
    fill: #343a40 !important;
  }
}


#snow {
  background: #0f4c8b;
  background-image:
    url("/img/xmas/s1.png"), url("/img/xmas/s2.png"), url("/img/xmas/s3.png");
  width: 100%;
  z-index: 1;
  -webkit-animation: snow 10s linear infinite;
  -moz-animation: snow 10s linear infinite;
  -ms-animation: snow 10s linear infinite;
  animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {
    background-position:
      0px 0px,
      0px 0px,
      0px 0px;
  }
  50% {
    background-position:
      500px 500px,
      100px 200px,
      -100px 150px;
  }
  100% {
    background-position:
      500px 1000px,
      200px 400px,
      -100px 300px;
  }
}
@-moz-keyframes snow {
  0% {
    background-position:
      0px 0px,
      0px 0px,
      0px 0px;
  }
  50% {
    background-position:
      500px 500px,
      100px 200px,
      -100px 150px;
  }
  100% {
    background-position:
      400px 1000px,
      200px 400px,
      100px 300px;
  }
}
@-webkit-keyframes snow {
  0% {
    background-position:
      0px 0px,
      0px 0px,
      0px 0px;
  }
  50% {
    background-position:
      500px 500px,
      100px 200px,
      -100px 150px;
  }
  100% {
    background-position:
      500px 1000px,
      200px 400px,
      -100px 300px;
  }
}
@-ms-keyframes snow {
  0% {
    background-position:
      0px 0px,
      0px 0px,
      0px 0px;
  }
  50% {
    background-position:
      500px 500px,
      100px 200px,
      -100px 150px;
  }
  100% {
    background-position:
      500px 1000px,
      200px 400px,
      -100px 300px;
  }
}