/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 Saurabh Sharma
 * Licensed under  ()
 */
/*
 *  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;
    -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;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .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 {
    -webkit-user-select: none;
    -moz-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 - 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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.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/vendor/owl.carousel2/dist/owl.video.play.png?4a37f8008959c75f619bf0a3a4e2d7a2) 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%; }
/*
* ============================
*     ClicheCode Template
* ============================
* Auther : Saran
* https://www.clichecode.com
*
*/

#myticket-page {
  background-color: #000000;
}

#myticket-page .about-section {
  padding: 60px 0;
  padding-top: 80px;
}

#myticket-page .about-section .about-content h1,
#myticket-page .about-section .about-content h5,
#myticket-page .about-section .about-content h3,
#myticket-page .about-section .about-content p {
  color: #ffff;
}

#myticket-page .about-section .about-content h1 {
  font-size: 48px;
}

#myticket-page .about-section .about-image img {
  width: 100%;
}

#myticket-page .exclusive-news-section {
  padding: 100px 0;
  padding-top: 0;
  position: relative;
}

#myticket-page .exclusive-news-section img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#myticket-page .exclusive-news-section .news-content {
  position: absolute;
  padding: 50px;
  border-radius: 10px;
  background: #ffff;
  text-align: center;
  top: -450px;
  margin-top: 150px;
  color: #000;
}

#myticket-page .exclusive-news-section .news-content h1 {
  font-size: 36px;
}

#myticket-page .advantage-section {
  padding: 50px 0;
}

#myticket-page .advantage-section .advantage-title {
  text-align: center;
}

#myticket-page .advantage-section .advantage-title h1,
#myticket-page .advantage-section .advantage-title p {
  color: #fff;
}

#myticket-page .advantage-section .advantage-box {
  min-height: 330px;
  text-align: center;
  padding: 40px 30px 25px 30px;
  border: 3px solid #151924;
  margin-bottom: 15px;
}

#myticket-page .advantage-section .advantage-box h2,
#myticket-page .advantage-section .advantage-box p {
  color: #ffff;
}

#myticket-page .advantage-section .advantage-box .advantage-logo {
  height: 95px;
}

#myticket-page .advantage-section .advantage-box .advantage-logo img {
  max-width: 70px;
  max-height: 70px;
  margin: 10px 0;
}

#myticket-page .testimonial-section {
  position: relative;
  padding: 50px 0;
}

#myticket-page .testimonial-section .testimonial-title {
  margin: 30px 0;
  text-align: center;
}

#myticket-page .testimonial-section .testimonial-title h1 {
  color: #fff;
}

#myticket-page .testimonial-section .testimonial .item {
  border: 2px solid #151924;
  padding: 30px;
}

#myticket-page .testimonial-section .testimonial .item .content {
  border-bottom: 2px solid #151924;
  padding-bottom: 40px;
  padding-top: 40PX;
}

#myticket-page .testimonial-section .testimonial .item .content p {
  color: #fff;
}

#myticket-page .testimonial-section .testimonial .item .image-name {
  margin: 30px 0;
  position: relative;
}

#myticket-page .testimonial-section .testimonial .item .image-name img {
  border-radius: 100%;
  max-width: 65px;
  max-height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
}

#myticket-page .testimonial-section .testimonial .item .image-name .details {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 90px;
}

#myticket-page .testimonial-section .testimonial .item .image-name .details p {
  margin: 0;
}

#myticket-page .testimonial-section .testimonial .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

#myticket-page .testimonial-section .testimonial .owl-nav .owl-prev {
  background-image: url(/images/frontend/layouts/previ.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  background-size: 39px;
  width: 39px;
  height: 39px;
  font-size: 0;
}

#myticket-page .testimonial-section .testimonial .owl-nav .owl-next {
  background-image: url(/images/frontend/layouts/next.png);
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  background-size: 39px;
  width: 39px;
  height: 39px;
  font-size: 0;
}

#myticket-page .testimonial-section .testimonial .owl-dots {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}

#myticket-page .testimonial-section .testimonial .owl-dots .owl-dot.active {
  height: 1px;
  width: 15px;
  background: #ffffff !important;
  margin: 0 3px;
}

#myticket-page .testimonial-section .testimonial .owl-dots .owl-dot {
  height: 1px;
  width: 10px;
  background: #9b9b9b;
  margin: 0 3px;
}

@media screen and (max-width: 1600px) {
  .advantage-logo h1 {
    font-size: 28px;
  }

  #myticket-page .about-section .about-content h1 {
    font-size: 36px !important;
  }

  .news-content h1 {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 991px) {
  .advantage-logo h1 {
    font-size: 24px;
  }

  .news-content h1 {
    font-size: 22px !important;
  }

  .about-image img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .advantage-box {
    height: auto !important;
  }

  .news-content h1 {
    font-size: 20px !important;
  }

  .about-section h1 {
    font-size: 28px !important;
  }

  .banner-contr img {
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 600px) {
  .advantage-box {
    height: auto !important;
  }

  #myticket-page .exclusive-news-section img {
    height: 250px !important;
  }

  #myticket-page .exclusive-news-section .news-content {
    top: -370px !important;
    padding: 20px !important;
  }

  p {
    font-size: 13px !important;
  }

  .about-section h1 {
    font-size: 20px !important;
  }
}

