.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;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out 0s;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
}
.owl-carousel .owl-stage::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  -moz-user-select: none;
  cursor: pointer;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  -moz-user-select: none;
  backface-visibility: hidden;
  float: left;
  min-height: 1px;
  position: relative;
}
.owl-carousel .owl-item img {
  display: block;
  transform-style: preserve-3d;
  width: 100%;
}
.owl-carousel.owl-text-select-on .owl-item {
  -moz-user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease 0s;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  position: relative;
}
.owl-carousel .owl-video-play-icon {
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0) url("owl.video.play.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  transition: scale 100ms ease 0s;
  width: 80px;
  z-index: 1;
}
.owl-carousel .owl-video-play-icon:hover {
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  opacity: 0;
  transition: opacity 400ms ease 0s;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
}
.owl-theme .owl-nav [class*="owl-"] {
  background: #d6d6d6 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: none !important;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791 none repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  display: block;
}
.owl-theme .owl-dots .owl-dot span {
  backface-visibility: visible;
  background: #d6d6d6 none repeat scroll 0 0;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 5px 7px;
  transition: opacity 200ms ease 0s;
  width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791 none repeat scroll 0 0;
}
body {
  text-align: left;
}
/*a {
    color: #576979;
    transition: all 0.5s ease 0s;
}
a:hover, a:focus {
    color: maroon;
}*/
div.owl-prev,
div.owl-next {
  /*background-color: rgba(0, 0, 0, 0.5) !important;*/
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 40px !important;
  /* height: 50px !important;*/
  line-height: 50px !important;
  position: absolute;
  cursor: pointer;
  transition: all 0.25s ease 0s;
}
div.owl-prev {
  display: block !important;
  right: 20%;
  bottom: 3%;
}
div.owl-prev {
  /*background: rgba(0, 0, 0, 0) url("../images/prev_new.png") no-repeat scroll center center !important;*/
  display: block !important;
  width: 10%;
  bottom: 0;
}

#slid2 .owl-prev {
  background: rgba(0, 0, 0, 0) url("../images/prev.png") no-repeat scroll center
    center !important;
  display: block !important;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -3em;
}

#slid2 .owl-next {
  background: rgba(0, 0, 0, 0) url("../images/next.png") no-repeat scroll center
    center !important;
  display: block !important;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  top: -3em;
}
#slid2 .owl-prev:hover {
  opacity: 0.5;
}
#slid2 .owl-next:hover {
  opacity: 0.5;
}

div.owl-next {
  /*background: rgba(0, 0, 0, 0) url("../images/next_new.png") no-repeat scroll center center !important;*/
  display: block !important;
  width: 10%;
}
div.owl-next {
  display: block !important;
  right: 15%;
  bottom: 0;
}
div.owl-prev:hover,
div.owl-next:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
#featuredSlide {
  margin: 0 auto;
  max-width: 800px;
}
#featuredSlide img {
  max-width: 800px;
  width: 100%;
}
a {
  transition: all 0.3s;
  opacity: 1;
}

a span {
  position: relative;
  left: 0;
  transition: all 0.3s;
}
a:hover span {
  position: relative;
  left: -8px;
}

a:hover {
  opacity: 0.7;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline; /*IE7 life-saver */
  display: block;
}

.owl-theme .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  display: block;
  width: 40px;
  height: 5px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 3px;
  background: #ffffff;

  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
}

.owl-theme .owl-dots .owl-dot.active span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  width: 60px;
  background: #bd943d;
}
.owl-dots {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#slid2 .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: none !important;
}
#slid5 .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: none !important;
}
#slid2 .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: none !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
}

#slider_cocern .owl-dots {
  display: block !important;
}

#facilities_index .items:hover {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

#testimonial_index .owl-prev {
  background: rgba(0, 0, 0, 0) url("../images/prev_new.png") no-repeat scroll
    center center !important;
  display: block !important;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 3%;
}

#testimonial_index .owl-next {
  background: rgba(0, 0, 0, 0) url("../images/next_new.png") no-repeat scroll
    center center !important;
  display: block !important;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  /* insert styles here */
  #service .owl-prev {
    right: 21.6%;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1399px) {
  #service .owl-prev {
    right: 22.6%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1270px) {
  #service .owl-prev {
    right: 24.6%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 980px) {
  #slid2 .owl-next {
    display: none !important;
  }
  #slid2 .owl-prev {
    display: none !important;
  }
}
