/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/**
custom styles for our site
**/
/* give the header some background, so its visible on white areas when sticky */
#g-navigation {
  background: linear-gradient(rgba(133, 133, 133, 0.9) 20%, rgba(133, 133, 133, 0.3) 90%) !important;
}
.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title {
  font-size: 0.9rem;
}
img.grid-icon {
  width: 33%;
}
#g-testimonials, #g-testimonials::before {
  background: #fff;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -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 {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  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-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.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 {
  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;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *     Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 *     Owl Carousel - Video Plugin
 */
.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('../../images/owlcarousel/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
 *  Owl Carousel - Nav & Dots
 */
.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-nav [class*="owl-"] {
  display: inline-block;
  margin: auto;
  padding: 0.9rem 0;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.owl-nav [class*="owl-"]:hover {
  text-decoration: none;
}
.owl-nav.disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-nav .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-nav .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-nav .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-nav .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 0.3125rem;
  background: #2a363b;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 15px;
}
.owl-nav .owl-dots .owl-dot.active span, .owl-nav .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.g-owlcarousel {
  color: #eceeef;
}
.g-owlcarousel .g-owlcarousel-item-wrapper {
  position: relative;
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
  position: relative;
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media only all and (min-width: 75rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 40rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
    padding-top: 2.5rem;
  }
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  margin: 1.25rem 0.625rem 0.625rem;
  padding: 0.938rem;
  text-align: center;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    padding-top: 2.5rem;
  }
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  font-size: 3.5rem;
  line-height: 4rem;
  margin: 1.25rem 1.25rem 0.625rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    font-size: 2rem;
    line-height: 2.875rem;
    margin-top: 3.125rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2.875rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-bottom: 1.407rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 1rem;
    line-height: 1.875rem;
    padding-bottom: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button {
    padding: 1rem 2.625rem;
    font-size: 0.6rem;
  }
}
.g-owlcarousel .owl-nav {
  margin: 0;
}
.g-owlcarousel .owl-nav button.owl-prev, .g-owlcarousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-owlcarousel .owl-nav button.owl-prev .fa, .g-owlcarousel .owl-nav button.owl-next .fa {
  position: relative;
}
.g-owlcarousel .owl-nav button.owl-prev:hover, .g-owlcarousel .owl-nav button.owl-next:hover {
  /*background: fadeout($white, 80%);*/
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.g-owlcarousel .owl-nav .owl-prev {
  left: 3rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel .owl-nav .owl-prev {
    left: 2rem;
  }
}
.g-owlcarousel .owl-nav .owl-prev .fa {
  left: -1px;
  top: 1px;
}
.g-owlcarousel .owl-nav .owl-next {
  right: 3rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel .owl-nav .owl-next {
    right: 2rem;
  }
}
.g-owlcarousel .owl-nav .owl-next .fa {
  left: 1px;
  top: 1px;
}
.g-owlcarousel .owl-dots {
  position: absolute;
  bottom: 12%;
  width: 100%;
  text-align: center;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel .owl-dots {
    bottom: 5%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel .owl-dots {
    bottom: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel .owl-dots {
    bottom: 0.5rem;
  }
}
.g-owlcarousel .owl-dots .owl-dot {
  display: inline-block;
  background: #2a363b;
  margin: 0 0.3125rem;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  opacity: 0.75;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-owlcarousel .owl-dots .owl-dot.active, .g-owlcarousel .owl-dots .owl-dot:hover {
  opacity: 1;
  background: #ffffff;
}
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after {
  background-color: #497dde;
  background-color: #497dde;
  background-image: -webkit-linear-gradient(-310deg, #497dde, #2a363b);
  background-image: linear-gradient(40deg,#497dde, #2a363b);
  opacity: 0.9;
}
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #2a363b;
  background-color: #2a363b;
  background-image: -webkit-linear-gradient(-410deg, #2a363b, #497dde);
  background-image: linear-gradient(140deg,#2a363b, #497dde);
  opacity: 0.9;
}
/* Mixins Navigation Buttons */
/* Navigation Dots */
/* Mixins Control Coloring */
/* Mixin Slide */
/* Mixins Overlay */
/* Mixins Shadow */
.g-owlcarousel {
  /* Neo Styles Only */
  /* Helium Styles Only */
}
.g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
  z-index: 0;
}
.g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
  padding-top: 2.5rem;
}
.g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  padding-top: 0 !important;
}
.g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  font-weight: 400;
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  -webkit-box-shadow: 4px -2px 6px -4px #000;
  -moz-box-shadow: 4px -2px 6px -4px #000;
  box-shadow: 4px -2px 6px -4px #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  font-weight: 400;
  font-size: 0.9rem;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 0.375rem 1rem;
  line-height: 1.5;
}
.g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button.button {
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 400;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (min-width: 75rem) {
  .g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
.g-owlcarousel.style-neo .owl-dots {
  height: 1.875rem;
  padding-top: 0.1875rem;
  -webkit-box-shadow: 0 2px 6px -4px #000;
  -moz-box-shadow: 0 2px 6px -4px #000;
  box-shadow: 0 2px 6px -4px #000;
}
.g-owlcarousel.style-neo .owl-dots .owl-dot {
  margin: 0 0.25rem;
  opacity: 0.8;
  width: 14px;
  height: 14px;
  -webkit-box-shadow: inset 0px 0px 5px -3px #000;
  -moz-box-shadow: inset 0px 0px 5px -3px #000;
  box-shadow: inset 0px 0px 5px -3px #000;
}
.g-owlcarousel.style-neo .owl-nav .owl-prev {
  left: 0.5rem;
}
.g-owlcarousel.style-neo .owl-nav .owl-next {
  right: 0.5rem;
}
.g-owlcarousel.style-neo .owl-nav .owl-prev, .g-owlcarousel.style-neo .owl-nav .owl-next {
  z-index: 2;
}
.g-owlcarousel.style-neo .owl-nav button.owl-prev, .g-owlcarousel.style-neo .owl-nav button.owl-next {
  width: 20px;
  height: 20px;
  top: inherit;
  font-size: 1rem;
  border-radius: 0;
  border: 0;
  color: #eee;
}
.g-owlcarousel.style-neo .owl-nav button.owl-prev:hover, .g-owlcarousel.style-neo .owl-nav button.owl-next:hover {
  background: inherit;
  border-color: inherit;
}
.g-owlcarousel.style-neo .owl-nav button.owl-prev .fa, .g-owlcarousel.style-neo .owl-nav button.owl-next .fa {
  position: relative;
  text-shadow: 1px 1px 1px #000;
}
.g-owlcarousel.style-neo .owl-item img {
  font-size: 0;
}
.g-owlcarousel.style-neo.sa-dots-c .owl-dots {
  text-align: center;
}
.g-owlcarousel.style-neo.sn-theme-b .button {
  text-shadow: 1px 1px 1px #000;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
}
.g-owlcarousel.style-neo.sn-theme-b .button:hover, .g-owlcarousel.style-neo.sn-theme-b .button:focus {
  background: rgba(0, 0, 0, 0.6);
}
.g-owlcarousel.style-neo.sn-theme-b .owl-dots {
  background: rgba(0, 0, 0, 0.7);
}
.g-owlcarousel.style-neo.sn-theme-b .owl-dots .owl-dot {
  background: #fff;
}
.g-owlcarousel.style-neo.sn-theme-b .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
  background: rgba(0, 0, 0, 0.8);
}
.g-owlcarousel.style-neo.sn-theme-b .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  color: #eee;
  text-shadow: 1px 1px 1px #000;
  background: rgba(0, 0, 0, 0.7);
}
.g-owlcarousel.style-neo.sn-theme-b .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  color: #eee;
  text-shadow: 1px 1px 1px #000;
  background: rgba(0, 0, 0, 0.4);
}
.g-owlcarousel.style-neo.sn-theme-b .owl-nav button.owl-prev, .g-owlcarousel.style-neo.sn-theme-b .owl-nav button.owl-next {
  color: #eee;
}
.g-owlcarousel.style-neo.sn-theme-b .owl-nav button.owl-prev .fa, .g-owlcarousel.style-neo.sn-theme-b .owl-nav button.owl-next .fa {
  text-shadow: 1px 1px 1px #000;
}
.g-owlcarousel.style-neo.sn-theme-w .button {
  text-shadow: 1px 1px 1px #000;
  background: rgba(193, 192, 192, 0.7);
  border: 1px solid #fff;
  color: #fff;
}
.g-owlcarousel.style-neo.sn-theme-w .button:hover, .g-owlcarousel.style-neo.sn-theme-w .button:focus {
  background: rgba(193, 192, 192, 0.5);
}
.g-owlcarousel.style-neo.sn-theme-w .owl-dots {
  background: rgba(255, 255, 255, 0.9);
}
.g-owlcarousel.style-neo.sn-theme-w .owl-dots .owl-dot {
  background: #393939;
}
.g-owlcarousel.style-neo.sn-theme-w .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
  background: rgba(255, 255, 255, 0.85);
}
.g-owlcarousel.style-neo.sn-theme-w .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  color: #393939;
  text-shadow: 1px 1px 1px #AAA;
  background: rgba(255, 255, 255, 0.9);
}
.g-owlcarousel.style-neo.sn-theme-w .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  color: #393939;
  text-shadow: 1px 1px 1px #aaa;
  background: rgba(255, 255, 255, 0.75);
}
.g-owlcarousel.style-neo.sn-theme-w .owl-nav button.owl-prev, .g-owlcarousel.style-neo.sn-theme-w .owl-nav button.owl-next {
  color: #393939;
}
.g-owlcarousel.style-neo.sn-theme-w .owl-nav button.owl-prev .fa, .g-owlcarousel.style-neo.sn-theme-w .owl-nav button.owl-next .fa {
  text-shadow: 1px 1px 1px #AAA;
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel.style-neo .owl-dots {
    height: 1.8125rem;
  }
  .g-owlcarousel.style-neo .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 0.1875rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-owlcarousel.style-neo .owl-dots {
    height: 1.8125rem;
  }
  .g-owlcarousel.style-neo .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 0.1875rem;
  }
}
.g-owlcarousel.style-neo1 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  bottom: 0;
}
.g-owlcarousel.style-neo1 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  margin-bottom: 35px;
  bottom: 0;
}
.g-owlcarousel.style-neo1 .owl-dots {
  top: 0;
  padding-top: 0.1875rem;
}
.g-owlcarousel.style-neo1 .owl-nav button.owl-prev, .g-owlcarousel.style-neo1 .owl-nav button.owl-next {
  bottom: 0;
}
.g-owlcarousel.style-neo2 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  top: 0;
}
.g-owlcarousel.style-neo2 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  margin-top: 35px;
  top: 0;
}
.g-owlcarousel.style-neo2 .owl-dots {
  bottom: 0;
  padding-top: 0.125rem;
}
.g-owlcarousel.style-neo2 .owl-nav button.owl-prev, .g-owlcarousel.style-neo2 .owl-nav button.owl-next {
  top: 0.9375rem;
}
.g-owlcarousel.style-neo3 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  bottom: 0;
}
.g-owlcarousel.style-neo3 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  margin-bottom: 35px;
  bottom: 0;
}
.g-owlcarousel.style-neo3 .owl-dots {
  top: 0;
  padding-top: 0.1875rem;
}
.g-owlcarousel.style-neo3 .owl-nav button.owl-prev, .g-owlcarousel.style-neo3 .owl-nav button.owl-next {
  top: 0.75rem;
}
.g-owlcarousel.style-neo4 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  top: 0;
}
.g-owlcarousel.style-neo4 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  margin-top: 35px;
  top: 0;
}
.g-owlcarousel.style-neo4 .owl-dots {
  bottom: 0;
  padding-top: 0.1875rem;
}
.g-owlcarousel.style-neo4 .owl-nav button.owl-prev, .g-owlcarousel.style-neo4 .owl-nav button.owl-next {
  bottom: -0.125rem;
}
.g-owlcarousel.style-neo1.sa-round .owl-dots, .g-owlcarousel.style-neo1.sa-round-2 .owl-dots, .g-owlcarousel.style-neo3.sa-round .owl-dots, .g-owlcarousel.style-neo3.sa-round-2 .owl-dots {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.g-owlcarousel.style-neo1.sa-round-1 .owl-dots, .g-owlcarousel.style-neo3.sa-round-1 .owl-dots {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.g-owlcarousel.style-neo2.sa-round .owl-dots, .g-owlcarousel.style-neo2.sa-round-2 .owl-dots, .g-owlcarousel.style-neo4.sa-round .owl-dots, .g-owlcarousel.style-neo4.sa-round-2 .owl-dots {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.g-owlcarousel.style-neo2.sa-round-1 .owl-dots, .g-owlcarousel.style-neo4.sa-round-1 .owl-dots {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.g-owlcarousel.style-neo1.sa-dots-l .owl-dots, .g-owlcarousel.style-neo2.sa-dots-l .owl-dots {
  text-align: left;
  padding-left: 0.5rem;
}
.g-owlcarousel.style-neo1.sa-dots-r .owl-dots, .g-owlcarousel.style-neo2.sa-dots-r .owl-dots {
  text-align: right;
  padding-right: 0.5rem;
}
.g-owlcarousel.style-neo3.sa-dots-l .owl-dots, .g-owlcarousel.style-neo4.sa-dots-l .owl-dots {
  text-align: left;
  padding-left: 2rem;
}
.g-owlcarousel.style-neo3.sa-dots-r .owl-dots, .g-owlcarousel.style-neo4.sa-dots-r .owl-dots {
  text-align: right;
  padding-right: 2rem;
}
.g-owlcarousel:not(.style-neo) .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-b-def .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sh-nav-btn-b-def .owl-nav button.owl-next:hover {
  border-color: transparent !important;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-b-def-a .owl-nav button.owl-prev, .g-owlcarousel:not(.style-neo).sh-nav-btn-b-def-a .owl-nav button.owl-next {
  border: 1px solid #fff;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-b-fine .owl-nav button.owl-prev, .g-owlcarousel:not(.style-neo).sh-nav-btn-b-fine .owl-nav button.owl-next {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-b-fine .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sh-nav-btn-b-fine .owl-nav button.owl-next:hover {
  border-color: transparent !important;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-b-fine-a .owl-nav button.owl-prev, .g-owlcarousel:not(.style-neo).sh-nav-btn-b-fine-a .owl-nav button.owl-next {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-b-none .owl-nav button.owl-prev, .g-owlcarousel:not(.style-neo).sh-nav-btn-b-none .owl-nav button.owl-next {
  border: 0 solid transparent !important;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-square .owl-nav button.owl-prev {
  border-radius: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-square .owl-nav button.owl-next {
  border-radius: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-round1 .owl-nav button.owl-prev {
  border-radius: 2px;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-round1 .owl-nav button.owl-next {
  border-radius: 2px;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-round2 .owl-nav button.owl-prev {
  border-radius: 15px;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-round2 .owl-nav button.owl-next {
  border-radius: 15px;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-partly1 .owl-nav button.owl-prev {
  border-radius: 2px 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-partly1 .owl-nav button.owl-next {
  border-radius: 0 2px;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-partly2 .owl-nav button.owl-prev {
  border-radius: 0 2px;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-partly2 .owl-nav button.owl-next {
  border-radius: 2px 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-partly3 .owl-nav button.owl-prev {
  border-radius: 15px 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-partly3 .owl-nav button.owl-next {
  border-radius: 0 15px;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-partly4 .owl-nav button.owl-prev {
  border-radius: 0 15px;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-partly4 .owl-nav button.owl-next {
  border-radius: 15px 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-t .owl-nav button.owl-prev {
  top: 69px;
  left: 3rem;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-t .owl-nav button.owl-next {
  top: 69px;
  right: 3rem;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tc .owl-nav button.owl-prev {
  top: 69px;
  left: 30%;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tc .owl-nav button.owl-next {
  top: 69px;
  right: 30%;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tn .owl-nav button.owl-prev {
  top: 37px;
  left: 16px;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tn .owl-nav button.owl-next {
  top: 37px;
  right: 16px;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tnc .owl-nav button.owl-prev {
  top: 37px;
  left: 30%;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tnc .owl-nav button.owl-next {
  top: 37px;
  right: 30%;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tn1 .owl-nav button.owl-prev {
  top: 30px;
  left: 10px;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tn1 .owl-nav button.owl-next {
  top: 30px;
  right: 10px;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tnc1 .owl-nav button.owl-prev {
  top: 30px;
  left: 30%;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tnc1 .owl-nav button.owl-next {
  top: 30px;
  right: 30%;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-b .owl-nav button.owl-prev {
  top: inherit;
  bottom: 27px;
  left: 3rem;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-b .owl-nav button.owl-next {
  top: inherit;
  bottom: 27px;
  right: 3rem;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bc .owl-nav button.owl-prev {
  top: inherit;
  bottom: 27px;
  left: 30%;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bc .owl-nav button.owl-next {
  top: inherit;
  bottom: 27px;
  right: 30%;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bn .owl-nav button.owl-prev {
  top: inherit;
  bottom: -5px;
  left: 16px;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bn .owl-nav button.owl-next {
  top: inherit;
  bottom: -5px;
  right: 16px;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bnc .owl-nav button.owl-prev {
  top: inherit;
  bottom: -5px;
  left: 30%;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bnc .owl-nav button.owl-next {
  top: inherit;
  bottom: -5px;
  right: 30%;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bn1 .owl-nav button.owl-prev {
  top: inherit;
  bottom: -11px;
  left: 10px;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bn1 .owl-nav button.owl-next {
  top: inherit;
  bottom: -11px;
  right: 10px;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bnc1 .owl-nav button.owl-prev {
  top: inherit;
  bottom: -11px;
  left: 30%;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bnc1 .owl-nav button.owl-next {
  top: inherit;
  bottom: -11px;
  right: 30%;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te .owl-nav button.owl-prev {
  top: 21px;
  left: 0;
  border-top-left-radius: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te .owl-nav button.owl-next {
  top: 21px;
  right: 0;
  border-top-right-radius: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te.sa-round-1 .owl-nav button.owl-prev {
  border-top-left-radius: 2px;
  border-top: 0;
  border-left: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te.sa-round-1 .owl-nav button.owl-prev:hover {
  border-top: 0;
  border-left: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te.sa-round-1 .owl-nav button.owl-next {
  border-top-right-radius: 2px;
  border-top: 0;
  border-right: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te.sa-round-1 .owl-nav button.owl-next:hover {
  border-top: 0;
  border-right: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te.sa-round-2 .owl-nav button.owl-prev {
  border-top-left-radius: 15px;
  border-top: 0;
  border-left: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te.sa-round-2 .owl-nav button.owl-prev:hover {
  border-top: 0;
  border-left: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te.sa-round-2 .owl-nav button.owl-next {
  border-top-right-radius: 15px;
  border-top: 0;
  border-right: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te.sa-round-2 .owl-nav button.owl-next:hover {
  border-top: 0;
  border-right: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be .owl-nav button.owl-prev {
  top: inherit;
  bottom: -21px;
  left: 0;
  border-bottom-left-radius: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be .owl-nav button.owl-next {
  top: inherit;
  bottom: -21px;
  right: 0;
  border-bottom-right-radius: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be.sa-round-1 .owl-nav button.owl-prev {
  border-bottom-left-radius: 2px;
  border-bottom: 0;
  border-left: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be.sa-round-1 .owl-nav button.owl-prev:hover {
  border-bottom: 0;
  border-left: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be.sa-round-1 .owl-nav button.owl-next {
  border-bottom-right-radius: 2px;
  border-bottom: 0;
  border-right: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be.sa-round-1 .owl-nav button.owl-next:hover {
  border-bottom: 0;
  border-right: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be.sa-round-2 .owl-nav button.owl-prev {
  border-bottom-left-radius: 15px;
  border-bottom: 0;
  border-left: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be.sa-round-2 .owl-nav button.owl-prev:hover {
  border-bottom: 0;
  border-left: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be.sa-round-2 .owl-nav button.owl-next {
  border-bottom-right-radius: 15px;
  border-bottom: 0;
  border-right: 0;
}
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be.sa-round-2 .owl-nav button.owl-next:hover {
  border-bottom: 0;
  border-right: 0;
}
.g-owlcarousel:not(.style-neo).sh-dots-u-square .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1 .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round2 .owl-dots {
  max-width: 300px;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 8px 7px 8px;
}
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-dots-size-s1 .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-dots-size-s1 .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round2.sa-dots-size-s1 .owl-dots {
  max-width: 250px;
  padding: 2px 6px 5px 6px;
}
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-dots-size-s2 .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-dots-size-s2 .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round2.sa-dots-size-s2 .owl-dots {
  max-width: 200px;
  padding: 1px 5px 4px 5px;
}
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-dots-size-t .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-dots-size-t .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round2.sa-dots-size-t .owl-dots {
  max-width: 150px;
  padding: 0 4px 3px 4px;
}
.g-owlcarousel:not(.style-neo).sh-dots-u-round1 .owl-dots {
  border-radius: 2px;
}
.g-owlcarousel:not(.style-neo).sh-dots-u-round2 .owl-dots {
  border-radius: 15px;
}
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round.sh-dots-b.sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round-2.sh-dots-b.sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round.sh-dots-b.sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round-2.sh-dots-b.sa-dots-l .owl-dots {
  border-bottom-left-radius: 15px;
}
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round.sh-dots-b.sa-dots-r .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round-2.sh-dots-b.sa-dots-r .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round.sh-dots-b.sa-dots-r .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round-2.sh-dots-b.sa-dots-r .owl-dots {
  border-bottom-right-radius: 15px;
}
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round.sh-dots-t.sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round-2.sh-dots-t.sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round.sh-dots-t.sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round-2.sh-dots-t.sa-dots-l .owl-dots {
  border-top-left-radius: 15px;
}
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round.sh-dots-t.sa-dots-r .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round-2.sh-dots-t.sa-dots-r .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round.sh-dots-t.sa-dots-r .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round-2.sh-dots-t.sa-dots-r .owl-dots {
  border-top-right-radius: 15px;
}
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round-1.sh-dots-b.sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round-1.sh-dots-b.sa-dots-l .owl-dots {
  border-bottom-left-radius: 2px;
}
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round-1.sh-dots-b.sa-dots-r .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round-1.sh-dots-b.sa-dots-r .owl-dots {
  border-bottom-right-radius: 2px;
}
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round-1.sh-dots-t.sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round-1.sh-dots-t.sa-dots-l .owl-dots {
  border-top-left-radius: 2px;
}
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round-1.sh-dots-t.sa-dots-r .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round-1.sh-dots-t.sa-dots-r .owl-dots {
  border-top-right-radius: 2px;
}
.g-owlcarousel:not(.style-neo).sa-dots-c .owl-dots, .g-owlcarousel:not(.style-neo).sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sa-dots-r .owl-dots {
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
}
.g-owlcarousel:not(.style-neo).sa-dots-c.sa-dots-size-s1 .owl-dots, .g-owlcarousel:not(.style-neo).sa-dots-l.sa-dots-size-s1 .owl-dots, .g-owlcarousel:not(.style-neo).sa-dots-r.sa-dots-size-s1 .owl-dots {
  max-width: 250px;
}
.g-owlcarousel:not(.style-neo).sa-dots-c.sa-dots-size-s2 .owl-dots, .g-owlcarousel:not(.style-neo).sa-dots-l.sa-dots-size-s2 .owl-dots, .g-owlcarousel:not(.style-neo).sa-dots-r.sa-dots-size-s2 .owl-dots {
  max-width: 200px;
}
.g-owlcarousel:not(.style-neo).sa-dots-c.sa-dots-size-t .owl-dots, .g-owlcarousel:not(.style-neo).sa-dots-l.sa-dots-size-t .owl-dots, .g-owlcarousel:not(.style-neo).sa-dots-r.sa-dots-size-t .owl-dots {
  max-width: 150px;
}
.g-owlcarousel:not(.style-neo).sa-dots-c .owl-dots {
  right: 0;
  left: 0;
}
.g-owlcarousel:not(.style-neo).sa-dots-l .owl-dots {
  left: 0;
}
.g-owlcarousel:not(.style-neo).sa-dots-r .owl-dots {
  right: 0;
}
.g-owlcarousel:not(.style-neo).sh-dots-b .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-t .owl-dots {
  padding: 4px 8px 7px 8px;
}
.g-owlcarousel:not(.style-neo).sh-dots-b.sa-dots-size-s1 .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-t.sa-dots-size-s1 .owl-dots {
  padding: 2px 6px 5px 6px;
}
.g-owlcarousel:not(.style-neo).sh-dots-b.sa-dots-size-s2 .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-t.sa-dots-size-s2 .owl-dots {
  padding: 1px 5px 4px 5px;
}
.g-owlcarousel:not(.style-neo).sh-dots-b.sa-dots-size-t .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-t.sa-dots-size-t .owl-dots {
  padding: 0px 4px 3px 4px;
}
.g-owlcarousel:not(.style-neo).sh-dots-b .owl-dots {
  bottom: 0;
}
.g-owlcarousel:not(.style-neo).sh-dots-t .owl-dots {
  top: 0;
  bottom: inherit;
}
.g-owlcarousel:not(.style-neo).sh-dots-i .owl-dots {
  top: 12%;
  bottom: inherit;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel:not(.style-neo).sh-dots-i .owl-dots {
    top: 5%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel:not(.style-neo).sh-dots-i .owl-dots {
    top: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel:not(.style-neo).sh-dots-i .owl-dots {
    top: 0.5rem;
  }
}
.g-owlcarousel:not(.style-neo).sh-color-b .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title, .g-owlcarousel:not(.style-neo).sh-color-b .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  color: #000;
}
.g-owlcarousel:not(.style-neo).sh-color-b .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-owlcarousel:not(.style-neo).sh-color-w .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title, .g-owlcarousel:not(.style-neo).sh-color-w .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  color: #fff;
}
.g-owlcarousel:not(.style-neo).sh-color-w .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-owlcarousel:not(.style-neo).sa-control-b-gr .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-gr .owl-nav button.owl-next:hover, .g-owlcarousel:not(.style-neo).sa-control-b-re .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-re .owl-nav button.owl-next:hover, .g-owlcarousel:not(.style-neo).sa-control-b-bl .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-bl .owl-nav button.owl-next:hover, .g-owlcarousel:not(.style-neo).sa-control-b-vi .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-vi .owl-nav button.owl-next:hover, .g-owlcarousel:not(.style-neo).sa-control-b-or .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-or .owl-nav button.owl-next:hover, .g-owlcarousel:not(.style-neo).sa-control-b-g1 .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-g1 .owl-nav button.owl-next:hover, .g-owlcarousel:not(.style-neo).sa-control-b-g2 .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-g2 .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.3);
}
.g-owlcarousel:not(.style-neo).sa-control-b-gr .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-gr .owl-nav button.owl-next:hover {
  border: 1px solid #32be8a;
}
.g-owlcarousel:not(.style-neo).sa-control-b-re .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-re .owl-nav button.owl-next:hover {
  border: 1px solid #be3232;
}
.g-owlcarousel:not(.style-neo).sa-control-b-bl .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-bl .owl-nav button.owl-next:hover {
  border: 1px solid #326abe;
}
.g-owlcarousel:not(.style-neo).sa-control-b-vi .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-vi .owl-nav button.owl-next:hover {
  border: 1px solid #9932be;
}
.g-owlcarousel:not(.style-neo).sa-control-b-or .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-or .owl-nav button.owl-next:hover {
  border: 1px solid #fd931d;
}
.g-owlcarousel:not(.style-neo).sa-control-b-g1 .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-g1 .owl-nav button.owl-next:hover {
  border: 1px solid #aaa;
}
.g-owlcarousel:not(.style-neo).sa-control-b-g2 .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-g2 .owl-nav button.owl-next:hover {
  border: 1px solid #ccc;
}
.g-owlcarousel.sa-round .owl-stage-outer, .g-owlcarousel.sa-round-2 .owl-stage-outer {
  border-radius: 15px;
}
.g-owlcarousel.sa-round-1 .owl-stage-outer {
  border-radius: 2px;
}
.g-owlcarousel.sa-dots-size-s1 .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
.g-owlcarousel.sa-dots-size-s2 .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
.g-owlcarousel.sa-dots-size-t .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 2px;
}
.g-owlcarousel.sa-control-d-gr .owl-dots .owl-dot.active, .g-owlcarousel.sa-control-d-gr .owl-dots .owl-dot:hover {
  background: #32be8a;
}
.g-owlcarousel.sa-control-d-gr .owl-dots .owl-dot.active:hover {
  background: #66fbbd;
}
.g-owlcarousel.sa-control-b-gr .owl-nav button.owl-prev:hover, .g-owlcarousel.sa-control-b-gr .owl-nav button.owl-next:hover {
  color: #32be8a;
}
.g-owlcarousel.sa-control-t-gr .g-owlcarousel-item-content a:hover h1 {
  color: #32be8a !important;
}
.g-owlcarousel.sa-control-d-re .owl-dots .owl-dot.active, .g-owlcarousel.sa-control-d-re .owl-dots .owl-dot:hover {
  background: #be3232;
}
.g-owlcarousel.sa-control-d-re .owl-dots .owl-dot.active:hover {
  background: #e16262;
}
.g-owlcarousel.sa-control-b-re .owl-nav button.owl-prev:hover, .g-owlcarousel.sa-control-b-re .owl-nav button.owl-next:hover {
  color: #be3232;
}
.g-owlcarousel.sa-control-t-re .g-owlcarousel-item-content a:hover h1 {
  color: #be3232 !important;
}
.g-owlcarousel.sa-control-d-bl .owl-dots .owl-dot.active, .g-owlcarousel.sa-control-d-bl .owl-dots .owl-dot:hover {
  background: #326abe;
}
.g-owlcarousel.sa-control-d-bl .owl-dots .owl-dot.active:hover {
  background: #5f96ea;
}
.g-owlcarousel.sa-control-b-bl .owl-nav button.owl-prev:hover, .g-owlcarousel.sa-control-b-bl .owl-nav button.owl-next:hover {
  color: #326abe;
}
.g-owlcarousel.sa-control-t-bl .g-owlcarousel-item-content a:hover h1 {
  color: #326abe !important;
}
.g-owlcarousel.sa-control-d-vi .owl-dots .owl-dot.active, .g-owlcarousel.sa-control-d-vi .owl-dots .owl-dot:hover {
  background: #9932be;
}
.g-owlcarousel.sa-control-d-vi .owl-dots .owl-dot.active:hover {
  background: #bb4be3;
}
.g-owlcarousel.sa-control-b-vi .owl-nav button.owl-prev:hover, .g-owlcarousel.sa-control-b-vi .owl-nav button.owl-next:hover {
  color: #9932be;
}
.g-owlcarousel.sa-control-t-vi .g-owlcarousel-item-content a:hover h1 {
  color: #9932be !important;
}
.g-owlcarousel.sa-control-d-or .owl-dots .owl-dot.active, .g-owlcarousel.sa-control-d-or .owl-dots .owl-dot:hover {
  background: #fd931d;
}
.g-owlcarousel.sa-control-d-or .owl-dots .owl-dot.active:hover {
  background: #fbb566;
}
.g-owlcarousel.sa-control-b-or .owl-nav button.owl-prev:hover, .g-owlcarousel.sa-control-b-or .owl-nav button.owl-next:hover {
  color: #fd931d;
}
.g-owlcarousel.sa-control-t-or .g-owlcarousel-item-content a:hover h1 {
  color: #fd931d !important;
}
.g-owlcarousel.sa-control-d-g1 .owl-dots .owl-dot.active, .g-owlcarousel.sa-control-d-g1 .owl-dots .owl-dot:hover {
  background: #aaa;
}
.g-owlcarousel.sa-control-d-g1 .owl-dots .owl-dot.active:hover {
  background: #ccc;
}
.g-owlcarousel.sa-control-b-g1 .owl-nav button.owl-prev:hover, .g-owlcarousel.sa-control-b-g1 .owl-nav button.owl-next:hover {
  color: #aaa;
}
.g-owlcarousel.sa-control-t-g1 .g-owlcarousel-item-content a:hover h1 {
  color: #aaa !important;
}
.g-owlcarousel.sa-control-d-g2 .owl-dots .owl-dot.active, .g-owlcarousel.sa-control-d-g2 .owl-dots .owl-dot:hover {
  background: #ccc;
}
.g-owlcarousel.sa-control-d-g2 .owl-dots .owl-dot.active:hover {
  background: #aaa;
}
.g-owlcarousel.sa-control-b-g2 .owl-nav button.owl-prev:hover, .g-owlcarousel.sa-control-b-g2 .owl-nav button.owl-next:hover {
  color: #ccc;
}
.g-owlcarousel.sa-control-t-g2 .g-owlcarousel-item-content a:hover h1 {
  color: #ccc !important;
}
.g-owlcarousel.sa-overlay-h1.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-h1.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #8f4dae;
  background-image: -webkit-linear-gradient(-410deg, #8f4dae, #4db2b3);
  background-image: linear-gradient(140deg, #8f4dae, #4db2b3);
  opacity: 0.9;
}
.g-owlcarousel.sa-overlay-h2.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-h2.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #4cad9e;
  background-image: -webkit-linear-gradient(-410deg, #4cad9e, #b34b4b);
  background-image: linear-gradient(140deg, #4cad9e, #b34b4b);
  opacity: 0.9;
}
.g-owlcarousel.sa-overlay-h3.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-h3.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #355c7d;
  background-image: -webkit-linear-gradient(-410deg, #355c7d, #c06c84);
  background-image: linear-gradient(140deg, #355c7d, #c06c84);
  opacity: 0.9;
}
.g-owlcarousel.sa-overlay-h4.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-h4.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #2a363b;
  background-image: -webkit-linear-gradient(-410deg, #2a363b, #e84a5f);
  background-image: linear-gradient(140deg, #2a363b, #e84a5f);
  opacity: 0.9;
}
.g-owlcarousel.sa-overlay-h5.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-h5.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #474747;
  background-image: -webkit-linear-gradient(-410deg, #474747, #a8a7a7);
  background-image: linear-gradient(140deg, #474747, #a8a7a7);
  opacity: 0.9;
}
.g-owlcarousel.sa-overlay-h6.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-h6.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #474747;
  background-image: -webkit-linear-gradient(-410deg, #474747, #a8a7a7);
  background-image: linear-gradient(140deg, #474747, #a8a7a7);
  opacity: 0.9;
}
.g-owlcarousel.sa-overlay-gr.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-gr.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #4cdb9c;
  background-image: -webkit-linear-gradient(-410deg, #4cdb9c, #212624);
  background-image: linear-gradient(140deg, #4cdb9c, #212624);
  opacity: 0.9;
}
.g-owlcarousel.sa-overlay-or.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-or.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #db974c;
  background-image: -webkit-linear-gradient(-410deg, #db974c, #212624);
  background-image: linear-gradient(140deg, #db974c, #212624);
  opacity: 0.9;
}
.g-owlcarousel.sa-overlay-bl.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-bl.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #4c93db;
  background-image: -webkit-linear-gradient(-410deg, #4c93db, #212624);
  background-image: linear-gradient(140deg, #4c93db, #212624);
  opacity: 0.9;
}
.g-owlcarousel.sa-overlay-vi.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-vi.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #b54cdb;
  background-image: -webkit-linear-gradient(-410deg, #b54cdb, #212624);
  background-image: linear-gradient(140deg, #b54cdb, #212624);
  opacity: 0.9;
}
.g-owlcarousel.sa-overlay-tu.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-tu.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #4cd0db;
  background-image: -webkit-linear-gradient(-410deg, #4cd0db, #212624);
  background-image: linear-gradient(140deg, #4cd0db, #212624);
  opacity: 0.9;
}
.g-owlcarousel .owl-video-wrapper {
  height: 400px;
}
.g-owlcarousel .owl-video-wrapper > iframe {
  position: relative;
  z-index: 1;
}
/*# sourceMappingURL=custom_home_-_particles.css.map */