/**
 * 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-5, .owl-carousel-5 .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel-5 {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel-5 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation; 
  -moz-backface-visibility: hidden;
}

.owl-carousel-5 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel-5 .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel-5 .owl-item, .owl-carousel-5 .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-5 .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel-5 .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel-5 .owl-dots.disabled, .owl-carousel-5 .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel-5, .owl-carousel-5.owl-loaded {
  display: block;
}

.owl-carousel-5 .owl-dot, .owl-carousel-5 .owl-nav .owl-next, .owl-carousel-5 .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-5 .owl-nav button.owl-next, .owl-carousel-5 .owl-nav button.owl-prev, .owl-carousel-5 button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}

.owl-carousel-5.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel-5.owl-hidden {
  opacity: 0;
}

.owl-carousel-5.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel-5.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-5.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel-5.owl-rtl {
  direction: rtl;
}

.owl-carousel-5.owl-rtl .owl-item {
  float: right;
}

.owl-carousel-5 .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel-5 .owl-animated-in {
  z-index: 0;
}

.owl-carousel-5 .owl-animated-out {
  z-index: 1;
}

.owl-carousel-5 .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel-5 .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel-5 .owl-item .owl-lazy:not([src]), .owl-carousel-5 .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel-5 .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel-5 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel-5 .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 .1s ease;
}

.owl-carousel-5 .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel-5 .owl-video-playing .owl-video-play-icon, .owl-carousel-5 .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel-5 .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel-5 .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}



.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 .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .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 .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 .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}



.owl-carousel-2, .owl-carousel-2 .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel-2 {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel-2 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel-2 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel-2 .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel-2 .owl-item, .owl-carousel-2 .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-2 .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel-2 .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel-2 .owl-dots.disabled, .owl-carousel-2 .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel-2, .owl-carousel-2.owl-loaded {
  display: block;
}

.owl-carousel-2 .owl-dot, .owl-carousel-2 .owl-nav .owl-next, .owl-carousel-2 .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-2 .owl-nav button.owl-next, .owl-carousel-2 .owl-nav button.owl-prev, .owl-carousel-2 button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}

.owl-carousel-2.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel-2.owl-hidden {
  opacity: 0;
}

.owl-carousel-2.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel-2.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-2.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel-2.owl-rtl {
  direction: rtl;
}

.owl-carousel-2.owl-rtl .owl-item {
  float: right;
}

.owl-carousel-2 .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel-2 .owl-animated-in {
  z-index: 0;
}

.owl-carousel-2 .owl-animated-out {
  z-index: 1;
}

.owl-carousel-2 .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel-2 .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel-2 .owl-item .owl-lazy:not([src]), .owl-carousel-2 .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel-2 .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel-2 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel-2 .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 .1s ease;
}

.owl-carousel-2 .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel-2 .owl-video-playing .owl-video-play-icon, .owl-carousel-2 .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel-2 .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel-2 .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}



.auspicious-section_1 .owl-nav {
  display: none;
}

.auspicious-section_1 .owl-dots button.owl-dot {
  display: inline;
  width: 8px;
  height: 8px;
  background: #888888;
  border-radius: 50%;
  margin: 0 3px;
  text-align: center;
}

.auspicious-section_1 .owl-dots {
  text-align: center;
  margin-top: 42px;
}

.auspicious-section_1 .owl-dots button.owl-dot.active {
  background: #000;
}

section.employees-section .owl-dots button.owl-dot {
  display: inline;
  width: 8px;
  height: 8px;
  background: #888888;
  border-radius: 50%;
  margin: 0 3px;
  text-align: center;
}

section.employees-section .owl-nav {
  display: none;
}

section.employees-section .owl-dots {
  text-align: center;
  margin-top: 42px;
}

section.employees-section .owl-dots button.owl-dot.active {
  background: #000;
}



.owl-carousel-3, .owl-carousel-3 .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel-3 {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel-3 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel-3 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel-3 .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel-3 .owl-item, .owl-carousel-3 .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-3 .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

/*.owl-carousel-3 .owl-item img {
  display: block;
  width: 100%*/
}

.owl-carousel-3 .owl-dots.disabled, .owl-carousel-3 .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel-3, .owl-carousel-3.owl-loaded {
  display: block
}

.owl-carousel-3 .owl-dot, .owl-carousel-3 .owl-nav .owl-next, .owl-carousel-3 .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-3 .owl-nav button.owl-next, .owl-carousel-3 .owl-nav button.owl-prev, .owl-carousel-3 button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit
}

.owl-carousel-3.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel-3.owl-hidden {
  opacity: 0
}

.owl-carousel-3.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel-3.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-3.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel-3.owl-rtl {
  direction: rtl
}

.owl-carousel-3.owl-rtl .owl-item {
  float: right
}

.owl-carousel-3 .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel-3 .owl-animated-in {
  z-index: 0
}

.owl-carousel-3 .owl-animated-out {
  z-index: 1
}

.owl-carousel-3 .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel-3 .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel-3 .owl-item .owl-lazy:not([src]), .owl-carousel-3 .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel-3 .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel-3 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel-3 .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 .1s ease
}

.owl-carousel-3 .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel-3 .owl-video-playing .owl-video-play-icon, .owl-carousel-3 .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel-3 .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel-3 .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}
section.employees-section .owl-item.active.center {
  margin-top: 70px;
}




 .owl-carousel-4, .owl-carousel-4 .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel-4 {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel-4 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel-4 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel-4 .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel-4 .owl-item, .owl-carousel-4 .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-4 .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel-4 .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel-4 .owl-dots.disabled, .owl-carousel-4 .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel-4, .owl-carousel-4.owl-loaded {
  display: block
}

.owl-carousel-4 .owl-dot, .owl-carousel-4 .owl-nav .owl-next, .owl-carousel-4 .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-4 .owl-nav button.owl-next, .owl-carousel-4 .owl-nav button.owl-prev, .owl-carousel-4 button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit
}

.owl-carousel-4.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel-4.owl-hidden {
  opacity: 0
}

.owl-carousel-4.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel-4.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-4.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel-4.owl-rtl {
  direction: rtl
}

.owl-carousel-4.owl-rtl .owl-item {
  float: right
}

.owl-carousel-4 .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel-4 .owl-animated-in {
  z-index: 0
}

.owl-carousel-4 .owl-animated-out {
  z-index: 1
}

.owl-carousel-4 .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel-4 .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel-4 .owl-item .owl-lazy:not([src]), .owl-carousel-4 .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel-4 .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel-4 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel-4 .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 .1s ease
}

.owl-carousel-4 .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel-4 .owl-video-playing .owl-video-play-icon, .owl-carousel-4 .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel-4 .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel-4 .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

 
.auspicious-section_4 .owl-dots button.owl-dot.active {
  background: #000;
}
.auspicious-section_4 .owl-dots button.owl-dot {
  display: inline;
  width: 8px;
  height: 8px;
  background: #888888;
  border-radius: 50%;
  margin: 0 3px;
  text-align: center;
}


.home-section__slider_1 {
  padding-top: 37px;
  display: inline-block;
  width: 100%;
}
.home-section__slider_1 .owl-nav {
  display: none;
}

.home-section__slider_1 .owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  text-align: center;
  background: #fff;
}
.home-section__slider_1 .owl-dots {
  text-align: center;
}
.home-section__slider_1 .owl-dot.active {
  background: #000;
}
.home-section__slider_1 .owl-dots {
  text-align: center;
  padding-top: 19px;
}

.owl-carousel-5, .owl-carousel-5 .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}


.owl-carousel-4, .owl-carousel-4 .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel-4 {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel-4 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel-4 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel-4 .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)  
}

.owl-carousel-4 .owl-item, .owl-carousel-4 .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-4 .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}


.owl-carousel-6, .owl-carousel-6 .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel-6 {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel-6 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel-6 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel-6 .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel-6 .owl-item, .owl-carousel-6 .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-6 .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel-6 .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel-6 .owl-dots.disabled, .owl-carousel-6 .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel-6, .owl-carousel-6.owl-loaded {
  display: block
}

.owl-carousel-6 .owl-dot, .owl-carousel-6 .owl-nav .owl-next, .owl-carousel-6 .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-6 .owl-nav button.owl-next, .owl-carousel-6 .owl-nav button.owl-prev, .owl-carousel-6 button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit
}

.owl-carousel-6.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel-6.owl-hidden {
  opacity: 0
}

.owl-carousel-6.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel-6.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-6.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel-6.owl-rtl {
  direction: rtl
}

.owl-carousel-6.owl-rtl .owl-item {
  float: right
}

.owl-carousel-6 .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel-6 .owl-animated-in {
  z-index: 0
}

.owl-carousel-6 .owl-animated-out {
  z-index: 1
}

.owl-carousel-6 .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel-6 .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel-6 .owl-item .owl-lazy:not([src]), .owl-carousel-6 .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel-6 .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel-6 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel-6 .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 .1s ease
}

.owl-carousel-6 .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel-6 .owl-video-playing .owl-video-play-icon, .owl-carousel-6 .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel-6 .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel-6 .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

 
.auspicious-section_4 .owl-dots button.owl-dot.active {
  background: #000;
}
.auspicious-section_4 .owl-dots button.owl-dot {
  display: inline;
  width: 8px;
  height: 8px;
  background: #888888;
  border-radius: 50%;
  margin: 0 3px;
  text-align: center;
}


.home-section__slider_1 {
  padding-top: 37px;
  display: inline-block;
  width: 100%;
}
.home-section__slider_1 .owl-nav {
  display: none;
}

.home-section__slider_1 .owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  text-align: center;
  background: #fff;
}
.home-section__slider_1 .owl-dots {
  text-align: center;
}
.home-section__slider_1 .owl-dot.active {
  background: #000;
}
.home-section__slider_1 .owl-dots {
  text-align: center;
  padding-top: 19px;
}

.owl-carousel-5, .owl-carousel-5 .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}


.owl-carousel-6, .owl-carousel-6 .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel-6 {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel-6 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel-6 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel-6 .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)  
}

.owl-carousel-6 .owl-item, .owl-carousel-6 .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-6 .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}


/**
 * 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-1, .owl-carousel-1 .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel-1 {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel-1 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel-1 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel-1 .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel-1 .owl-item, .owl-carousel-1 .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-1 .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel-1 .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel-1 .owl-dots.disabled, .owl-carousel-1 .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel-1, .owl-carousel-1.owl-loaded {
  display: block
}

.owl-carousel-1 .owl-dot, .owl-carousel-1 .owl-nav .owl-next, .owl-carousel-1 .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-1 .owl-nav button.owl-next, .owl-carousel-1 .owl-nav button.owl-prev, .owl-carousel-1 button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit
}

.owl-carousel-1.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel-1.owl-hidden {
  opacity: 0
}

.owl-carousel-1.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel-1.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-1.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel-1.owl-rtl {
  direction: rtl
}

.owl-carousel-1.owl-rtl .owl-item {
  float: right
}

.owl-carousel-1 .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel-1 .owl-animated-in {
  z-index: 0
}

.owl-carousel-1 .owl-animated-out {
  z-index: 1
}

.owl-carousel-1 .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel-1 .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel-1 .owl-item .owl-lazy:not([src]), .owl-carousel-1 .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel-1 .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel-1 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel-1 .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 .1s ease
}

.owl-carousel-1 .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel-1 .owl-video-playing .owl-video-play-icon, .owl-carousel-1 .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel-1 .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel-1 .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  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 .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .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 .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 .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  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-2, .owl-carousel-2 .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel-2 {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel-2 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel-2 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel-2 .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel-2 .owl-item, .owl-carousel-2 .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-2 .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel-2 .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel-2 .owl-dots.disabled, .owl-carousel-2 .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel-2, .owl-carousel-2.owl-loaded {
  display: block
}

.owl-carousel-2 .owl-dot, .owl-carousel-2 .owl-nav .owl-next, .owl-carousel-2 .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-2 .owl-nav button.owl-next, .owl-carousel-2 .owl-nav button.owl-prev, .owl-carousel-2 button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit
}

.owl-carousel-2.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel-2.owl-hidden {
  opacity: 0
}

.owl-carousel-2.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel-2.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-2.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel-2.owl-rtl {
  direction: rtl
}

.owl-carousel-2.owl-rtl .owl-item {
  float: right
}

.owl-carousel-2 .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel-2 .owl-animated-in {
  z-index: 0
}

.owl-carousel-2 .owl-animated-out {
  z-index: 1
}

.owl-carousel-2 .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel-2 .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel-2 .owl-item .owl-lazy:not([src]), .owl-carousel-2 .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel-2 .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel-2 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel-2 .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 .1s ease
}

.owl-carousel-2 .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel-2 .owl-video-playing .owl-video-play-icon, .owl-carousel-2 .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel-2 .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel-2 .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

/* .auspicious-section_1 .owl-dots {
  width: 9px;
  height: 9px;
  background: black;
  border-radius: 50%;
  margin: auto;
} */

.auspicious-section_1 .owl-nav {
  display: none;
}

.auspicious-section_1 .owl-dots button.owl-dot {
  display: inline;
  width: 8px;
  height: 8px;
  background: #888888;
  border-radius: 50%;
  margin: 0 3px;
  text-align: center;
}

.auspicious-section_1 .owl-dots {
  text-align: center;
  margin-top: 42px;
}

.auspicious-section_1 .owl-dots button.owl-dot.active {
  background: #000;
}

section.employees-section .owl-dots button.owl-dot {
  display: inline;
  width: 8px;
  height: 8px;
  background: #888888;
  border-radius: 50%;
  margin: 0 3px;
  text-align: center;
}

section.employees-section .owl-nav {
  display: none;
}

section.employees-section .owl-dots {
  text-align: center;
  margin-top: 42px;
}

section.employees-section .owl-dots button.owl-dot.active {
  background: #000;
}

/**
 * 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-3, .owl-carousel-3 .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel-3 {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel-3 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel-3 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel-3 .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel-3 .owl-item, .owl-carousel-3 .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-3 .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel-3 .owl-item img {
    display: block;
    width: 100%;
    border-radius: 50%;
    max-width: 100px;
    object-fit: cover;
    border: 5px solid #bcbced;
	height: 100px;
}

.owl-carousel-3 .owl-dots.disabled, .owl-carousel-3 .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel-3, .owl-carousel-3.owl-loaded {
  display: block
}

.owl-carousel-3 .owl-dot, .owl-carousel-3 .owl-nav .owl-next, .owl-carousel-3 .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-3 .owl-nav button.owl-next, .owl-carousel-3 .owl-nav button.owl-prev, .owl-carousel-3 button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit
}

.owl-carousel-3.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel-3.owl-hidden {
  opacity: 0
}

.owl-carousel-3.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel-3.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-3.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel-3.owl-rtl {
  direction: rtl
}

.owl-carousel-3.owl-rtl .owl-item {
  float: right
}

.owl-carousel-3 .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel-3 .owl-animated-in {
  z-index: 0
}

.owl-carousel-3 .owl-animated-out {
  z-index: 1
}

.owl-carousel-3 .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel-3 .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel-3 .owl-item .owl-lazy:not([src]), .owl-carousel-3 .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel-3 .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel-3 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel-3 .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 .1s ease
}

.owl-carousel-3 .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel-3 .owl-video-playing .owl-video-play-icon, .owl-carousel-3 .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel-3 .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel-3 .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}
section.employees-section .owl-item.active.center {
  margin-top: 70px;
}




.owl-carousel-10, .owl-carousel-10 .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel-10 {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel-10 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel-10 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel-10 .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel-10 .owl-item, .owl-carousel-10 .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-10 .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel-10 .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel-10 .owl-dots.disabled, .owl-carousel-10 .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel-10, .owl-carousel-10.owl-loaded {
  display: block;
}

.owl-carousel-10 .owl-dot, .owl-carousel-10 .owl-nav .owl-next, .owl-carousel-10 .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-10 .owl-nav button.owl-next, .owl-carousel-10 .owl-nav button.owl-prev, .owl-carousel-10 button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}

.owl-carousel-10.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel-10.owl-hidden {
  opacity: 0;
}

.owl-carousel-10.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel-10.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-10.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel-10.owl-rtl {
  direction: rtl;
}

.owl-carousel-10.owl-rtl .owl-item {
  float: right;
}

.owl-carousel-10 .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel-10 .owl-animated-in {
  z-index: 0;
}

.owl-carousel-10 .owl-animated-out {
  z-index: 1;
}

.owl-carousel-10 .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel-10 .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel-10 .owl-item .owl-lazy:not([src]), .owl-carousel-10 .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel-10 .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel-10 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel-10 .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 .1s ease;
}

.owl-carousel-10 .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel-10 .owl-video-playing .owl-video-play-icon, .owl-carousel-10 .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel-10 .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel-10 .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}