/**
 * 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 {
  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: 0;
    position: absolute;
    bottom: 0px; left:0;
    width: 100%; height:60px;}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
	width:20%;
    *display: inline; position:relative;  }
    .owl-theme .owl-dots .owl-dot span {
      width:calc(100% - 3px);
      height: 60px; padding:0px;
      margin: 0;
          background: rgba(0, 0, 0, .65);
    color: rgba(255, 255, 255, .35);
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 0px; }
	  /* .owl-theme .owl-dots .owl-dot + .owl-dot span{margin-left:2.5px;} */
	 .owl-theme .owl-dots .owl-dot:after{position:absolute; left:0; content:'Engagement';     z-index: 9;
     font-weight: 500;  line-height:60px;
    font-size: 24px;
    top: 0px;
    width: 100%;
    color: rgba(255, 255, 255, .35);
    padding: 0 15px;
    text-align: center;}
 .owl-theme .owl-dots .owl-dot:nth-child(2):after{content:'Pre Wedding';}
 .owl-theme .owl-dots .owl-dot:nth-child(3):after{content:'Mehndi';}
 .owl-theme .owl-dots .owl-dot:nth-child(4):after{content:'Baraat';}
 .owl-theme .owl-dots .owl-dot:nth-child(5):after{content:'Wedding Day';}
    .owl-theme .owl-dots .owl-dot.active:after, .owl-theme .owl-dots .owl-dot:hover:after {
        color: rgba(255, 255, 255, 1); }
