.slider-preloader-wrap,
.xt-slider-item {
  height: 350px;
}
.xt-slider-item {
  background-size: cover;
  position: relative;
  z-index: 1;
}

.xt-slider-item::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.slide-table {
  display: table;
  height: 100%;
  width: 100%;
}
.slide-tablecell {
  color: #fff;
  display: table-cell;
  /*vertical-align: middle;*/
}
.slide-tablecell h2 {
  color: #fff;
  margin-bottom: 20px;
  /*text-transform: capitalize;*/
}
.slide-tablecell h2 strong {
  color: #fff;
}
.slide-tablecell p
{
  font-size: 16px;
}
.slide-tablecell .slide-text > *:nth-child(1) {
  animation-duration: .3s;
}
.slide-tablecell .slide-text > *:nth-child(2) {
  animation-duration: .3s;
  animation-delay: .3s;
}
.slide-tablecell .slide-text > *:nth-child(3) {
  animation-duration: .3s;
  animation-delay: .6s;
}
.slide-tablecell .slide-text > *:nth-child(4) {
  animation-duration: .3s;
  animation-delay: .9s;
}
.slide-tablecell .slide-text > *:nth-child(5) {
  animation-duration: .3s;
  animation-delay: 1.2s;
}
.slide-tablecell .slide-text h2 {
  font-weight: bold;
}
/*.slide-tablecell .slide-text a.button
{
  float: none;
  margin-top: 15px;
}
*/
.owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-nav [class*=owl-]:hover {
  margin: 0;
  margin-top: -35px;
  background: none;
  font-size: 45px;
}

.animation-slide .owl-nav div {
  color: #fff;
  left: 0;
  line-height: 70px;
  margin-top: -35px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.animation-slide .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.animation-slide:hover .owl-nav div.owl-prev {
  left: 30px;
  opacity: 0.5;
}
.animation-slide:hover .owl-nav div.owl-next {
  right: 30px;
  opacity: .5;
}
.animation-slide .owl-dots div {
  border: 1px solid #fff;
  display: inline-block;
  height: 15px;
  cursor: pointer;
  margin: 5px;
  width: 15px;
  border-radius: 50%;
}
.animation-slide .owl-dots {
  bottom: 15px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.animation-slide .owl-dots .owl-dot span{
  display: none;
}
.animation-slide .owl-dots div.active {
  background-color: #1c93e5;
  border-color: #1c93e5;
}
.xt-slider-item,
.preloader-wrap {
  background-color: #bfbfbf;
}
.preloader-wrap {
  height: 100%;
  width: 100%;
  z-index: 8;
  position: absolute;
}
.preloader4 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
 
 
@media only screen and (max-width: 1900px) {

}
@media only screen and (max-width: 1500px) {

}
@media only screen and (max-width: 1200px) {
  .slide-tablecell .slide-text h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
 
@media only screen and (max-width: 991px) {
  .slide-img, .owl-carousel .owl-item img {
    display: none;
  }
  .slider-preloader-wrap,
  .xt-slider-item {
    height: 350px;
  }
  .slide-text {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .slider-preloader-wrap,
  .xt-slider-item {
    height: 350px;
  }
  .slide-tablecell
  {
    padding: 7px;
  }
  .slide-tablecell .slide-text h2 {
      font-size: 30px;
      line-height: 35px;
      margin-top: 20px;
  }
}