body
{
background: url(https://cdn.district.in/ticketnew/partners/img/apsara/bg.png);
}
nav ul li a
{
color: #222;
}
#logo-container img
{
width: 150px;
max-width: 80px;
}
.skew
{
 -ms-transform: skewX(10deg); /* IE 9 */
    -webkit-transform: skewX(10deg); /* Safari */
    transform: skewX(10deg);
	background: #222;
	/*height: 500px;*/
	    -webkit-box-shadow: inset 4px 0 20px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 4px 0 20px -5px rgba(0,0,0,0.75);
    box-shadow: inset 4px 0 20px -5px rgba(0,0,0,0.75);
}
/* slider */

/* slider */
.slider .indicators .indicator-item {
  background-color: #666666;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .indicators .indicator-item.active {
  background-color: #ffffff;
}
.slider {
/*  width: 900px;*/
  margin: 0 auto;
  margin-top: 5%;
}
.slider .indicators {
  bottom: 60px;
  z-index: 100;
  /* text-align: left; */
}
.slider-content
{
margin-top: 5px;
}
.slider .slides li img
{
height: auto;
}
.skew h3
{
    font-size: 26px;
    background: rgba(0, 0, 0, 0.66);
    padding: 10px;
    text-align: center;
}
#mydiv
{
/*height: 300px;*/
}
.book
{
    position: absolute;
    right: 50%;
    bottom: 2%;
}
.synopsis
{
color: #fff;
}
.about
{
margin-top: 15%;
}
.parallax-container
{
height: inherit;
}
.address
{
	background: #fff;
}
hr
{
width: 40px;
}
.address h3
{
text-align: center;
font-size: 1.3rem;
}
p
{
    padding: 1rem;
}
.contact
{
margin-bottom: 20px;
}
.contact-address
{
margin-top: 20px;
}
.active
{
    background: #e5e5e5;
}
@media screen and (max-width:991px)
{
.skew
{
    -ms-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}
.book
{
    float: left !important;
    margin: 15px;
	position: inherit;
}
.parallax-container
{
overflow: inherit;
}
}