/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */

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

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next,
.owl-theme button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

/* my theme start */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 15px;
      height: 22px;
      font-size: 14px;
      margin: 0px 5px;
      background: transparent;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      color: #FFF;
      padding-bottom: 0px;
      /*border-radius: 30px; */
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      /*background: #869791; */
      border-bottom-style:solid;
      border-bottom-width:2px;
      border-bottom-color:#FFF;
    }


/*theme2*/

/*.owl-theme2 .owl-nav.disabled,
.owl-theme2 .owl-dots.disabled {
  display: none; }
*/
.owl-theme2 .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-theme2 .owl-nav button.owl-prev,
.owl-theme2 .owl-nav button.owl-next,
.owl-theme2 button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

/* my theme start */
.owl-theme2 .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme2 .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme2 .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme2 .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme2 .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme2 .owl-dots {
  text-align: left;
  -webkit-tap-highlight-color: transparent; 
}
  .owl-theme2 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme2 .owl-dots .owl-dot span {
      font-size: 16px;
      font-weight: 500;
      margin: 0px 5px;
      background: transparent;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      color: #000;
      padding-bottom: 0px;
      /*border-radius: 30px; */
    }
    .owl-theme2 .owl-dots .owl-dot.active span, .owl-theme2 .owl-dots .owl-dot:hover span {
      /*background: #869791; */
      color: #00ACFF;
    }




/* owl-carousel */
.owl-carousel .item-title{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 15%;
    left: 0px;
    color: #FFF;
    font-size: 52px;
    line-height: 65px;
    font-weight: 400;
    text-align: left;
    padding-left: 40px;
    padding-right: 15px;
    text-shadow: 0px 2px 6px #000000;
  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 3s; /* Firefox < 16 */
      -ms-animation: fadein 3s; /* Internet Explorer */
       -o-animation: fadein 3s; /* Opera < 12.1 */
          animation: fadein 3s;
}
.owl-carousel .item-title2{
    color: #FFF;
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    max-width: 50%;
    margin-top: 10px;
    text-shadow: 0px 2px 6px #000000;
    margin-bottom: 5px;
}

.homebanner-read-more{
  margin-top: 8px;
  color: #FFF;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  background-color: transparent;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #FFF;
  transition: background-color 0.5s ease;
}
.homebanner-read-more:hover{
  background-color: #00ACFF;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #00ACFF;
}

.owl-theme .owl-dots .owl-dot{
  pointer-events: stroke;
}

.owl-dots{
  /* pointer-events: none; */
}


.showfadein{
  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 3s; /* Firefox < 16 */
      -ms-animation: fadein 3s; /* Internet Explorer */
       -o-animation: fadein 3s; /* Opera < 12.1 */
          animation: fadein 3s;
}

@media (max-width: 1199.98px) {
  .owl-carousel .item-title{
      bottom: 15%;
      font-size: 30px;
      line-height: 35px;
  }
  .owl-carousel .item-title2{
      color: #FFF;
      font-size: 20px;
      line-height: 22px;
      max-width: 80%;
  }
}
@media (max-width: 991px) {
  .owl-carousel .item-title{
      padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .owl-carousel .item-title{
      padding-left: 30px;
      bottom: 20%;
  }
}
@media (max-width: 575.98px) {
  .owl-carousel .item-title{
      bottom: 20%;
      font-size: 20px;
      line-height: 22px;
      padding-left: 20px;
  }
  .owl-carousel .item-title2{
      color: #FFF;
      font-size: 15px;
      line-height: 18px;
      max-width: 80%;
  }

  .homebanner-read-more{
    margin-top: 15px;
    color: #FFF;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    padding: 5px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFF;
  }

}