@font-face{
  font-family: hanuman;
  src:url(../font/Hanuman.ttf);
}
@font-face{
	font-family: koulen;
	src:url(../font/Koulen.ttf);
}
body,html{
	margin:0;
	padding: 0;
	font-family: hanuman;
	background-color: #f4f4f4;
}
header{
	width: 100%;
	height: 140px;
	background-image: linear-gradient(to bottom right,#033e71,#006ec7);
}
nav{
	width: 100%;
	background-image: linear-gradient(to bottom right,#033e71,#006ec7);
}
.center-box{
	width: 85%;
	margin: auto;
}
.logo{
	height: 100px;
	border-radius: 50%;
	margin-top: 10px;
	float: left;
}

.ads{
	width: 800px;
	background-color: white;
	float: right;
	margin-top: 20px;
}
.ads img{
	width: 100%;
}
.menu{
	margin:0;
	font-family: koulen;
}
.menu li{
	display: inline-block;
	padding: 10px;
}
.menu li a{
	text-decoration: none;
	color: white;
	font-size: 20px;
}
.menu li a:hover{
	text-shadow: 0px 0px 10px white;
}
.slider{
	width: 100%;
	position: relative;
   
}
.search-box{
	height: 40px;
	position: absolute;
	top:70%;
	z-index: 2;
	margin-left: 28%;
}
.search-box select{
	float: left;
	width: 200px;
	height: auto;
	border-radius: 10px 0px 0px 10px;
	padding: 10px 15px;
	font-family: hanuman;
	font-size: 16px;
	outline: none;
	border: 0px;
	color: white;
	background-image: linear-gradient(to bottom right,#589215,#1ed025);
}
.search-box select:hover{
	cursor: pointer;
	background-image: linear-gradient(to bottom right,#6fb71c,#69ec4c);
}
.search-box select>option{
	font-family: hanuman;
	padding: 15px 15px;
	background: #1ed025;
	border: 0px;
}
.search-box input{
	float: left;
	width: 300px;
	outline: none;
	padding: 10px 15px;
	font-size: 16px;
	border: 0px;
	font-family: hanuman;
}
.search-box button{
	float: left;
	width: 100px;
	text-align: center;
	font-family: hanuman;
	border-radius: 0px 10px 10px 0px;
	background-image: linear-gradient(to bottom right,#FFEB3B,#ca9f1f);
	color: white;
	font-size: 16px;
	padding: 10px 15px;
	border:0px;
	outline: none;
}
.search-box button:hover{
	background-image: linear-gradient(to bottom right,#dcc710,#f9e10d);
	cursor: pointer;
}
.category{
	width: 20%;
	margin:0;
	padding: 0;
	float: left;
}
.category li{
	list-style-type: none;
	padding: 8px 15px;
	transition: .4s;
	background-image: linear-gradient(to bottom right,#033e71,#006ec7);
}
.category li a{
	display: block;
	text-decoration: none;
	color: white;
	font-size: 18px;
	font-family: hanuman;
}
.category li:hover{
	cursor: pointer;
	padding-left: 30px;
	background-image: linear-gradient(to bottom right,#033e71,#0681e4);
}
.box-local{
	float: right;
	width: 79%;
	height: auto;
	background-color: white;
	margin-bottom: 5%;
	border: 1px solid #e1e1e1;
}
.box{
	width: 31.3%;
	height:180px;
	float: left;
	margin: 2% 1%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.bg-shadow{
	position: absolute;
	width: 100%;
	height: 60%;
	bottom: 0;
	transition: .4s;
	background: linear-gradient(0deg, #0D0D0D, transparent);
}
.box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box h3{
	position: absolute;
	top: 40%;
	color: white;
	padding: 5%;
}
.box h5{
	position: absolute;
	top: 57%;
	color: #dadada;
	padding: 5%;
	transition: .4s;
	height: 25px;
	overflow:hidden;
}
.box:hover{
	cursor: pointer;
	color: red;
}
.bg-shadow:hover,.box h3,.box h4{
	cursor: pointer;
	height: 50%;
}
.pagination {
	width: 97%;
	margin: 1% 1%;
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.next,.pre{
	float: right;
	border: 1px solid  #ddd;
}
.pagination a.active {
    background-image: linear-gradient(to bottom right,#033e71,#006ec7);
    color: white;
}
.pagination a:hover:not(.active) {background-color: #ddd;}
.province{
	width: 96%;
	background-image: linear-gradient(to bottom right,#69029d,#060e49);
	float: left;
	border-radius: 10px;
	margin-bottom: 2%;
	padding: 2%;
	overflow: hidden;
}
.menu1 li{
	display: inline-block;
	padding: 5px 1.9%;
}
.menu1 li a{
	text-decoration: none;
	color: white;
}
footer{
	width: 100%;
	height: 200px;
	float: left;
	background-color: #025395;
}
.container_row {
    margin: 80px 40px;
    text-align: center;
}
footer span{
	font-weight: none;
	width: 30%;
	height: 90px;
	margin: 3% 1.5%;
	z-index: 2;
	float: left;
	text-align: center;
	color: white;
}
footer span h3{
	font-family: AKbalthom Freehand;
}
footer span h4{
	font-family: hanuman;
}
.allright{
	background-color: #009BE8;
	height: 20px;
	width: 100%;
	color: white;
	float: left;
	text-align: center;
	padding: 16px 0px;
}
/**Detail Page**/
.dt-content{
	width: 98%;
	height: auto;
	background-color: white;
	float: left;
	padding: 0% 2%;
	margin-top:2%;
	box-shadow: 1px 2px 2px 1px rgba(0,0,0,.2);
	margin-bottom: 2%;
	border-bottom: 10px solid #01569b;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#01569b), to(transparent));
  background-image: -webkit-linear-gradient(#01569b, transparent);
  background-image:
      -moz-linear-gradient(transparent, #01569b),
      -moz-linear-gradient(transparent, #01569b);
  background-image:
      -o-linear-gradient(transparent, #01569b),
      -o-linear-gradient(transparent, #01569b);
  background-image: 
      linear-gradient(transparent, #01569b ),
      linear-gradient(transparent, #01569b);
  -moz-background-size: 10px 100%;
  background-size: 10px 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat; 
}
.dt-content h2{
	color: #000075;
}
.dt-content h4{
	color: #696969;
	border-bottom: 1px solid #cccccc;
}
.dt-content img{
	width: 100%;
	height: auto;
}
.dt-right{
	width: 30%;
	height: 300px;
	float: right;
	margin-top:2%;
	margin-bottom: 2%;
}
.dt-right img{
	width: 100%;
	height: auto;
}
/***End Page**/
.dt-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#form, .contact_inner{
	padding: 10px;
}
.textbox{
	height: 40px;
}
textarea{
	height: 100px;
}
.textbox,textarea{
	width: 100%;
	border-radius: 5px;
	border: 1px solid white;
	border-bottom: 1px solid black; 
	outline: 0;
	margin-bottom: 10px;
}
input.textbox, textarea.textbox{
	font-family: hanuman;
}
.submit{
	padding: 10px 20px;
    border-radius: 5px;
    background-color: #015ba4;
    color: white;
    outline: 0;
    border: 0;
    font-family: hanuman;
    margin-top: 24px;
}
button:hover{
	background-color: orange;
	cursor: pointer;
}
.contact_wrapper >div {
    width: 50%;
    float: left;
}
h3.underline_ti:before {
    content: "";
    position: absolute;
    background: #0065b8;
    margin-top: 29px;
    width: 48px;
    height: 3px;
}
h3.underline_ti {
    margin: 0px;
}
.contact_info p {
    margin: 20px 0 10px 0;
}
.contact_info a {
    text-decoration: none;
    color: #000;
}
.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
}

.slider_nav i {
    font-size: 76px;
    color: #fff;
}
.slider_arrow_next {
    float: right;
    padding: 10px;
}
.slider_arrow_pre {
    padding: 10px;
    float: left;
}
.slider_nav {
    position: absolute;
    top: 41%;
    width: 100%;
}
.slider_nav img {
    width: 100%;
    height: auto;
}
.slider_item.active {
    display: block;
}
.slider_item {
    display:none;
    transition: 0.5s;
    animation: slidein 3s ease-in 1s infinite reverse both running;
}
.slider_item:first-child {
    display: block;
    
}
.slider_item img {
    width: 100%;
}
/*******Booking Seat********/
  #holder{  
   height:330px;   
   width:560px;
   background-color:#F5F5F5;
   border:1px solid #A4A4A4;
   margin: auto;
  }
   #place {
   position:relative;
   margin:20px;
   }
     #place a{
   font-size:0.6em;
   }
     #place li
     {
     	margin: 3%;
         list-style: none outside none;
         position: absolute;   
     }    
     #place li:hover
     {
        background-color:yellow;
        cursor: pointer;      
     } 
  
    #place .row-3, #place .row-4{
    margin-top:10px;
    }
   #seatDescription{
   padding:0px;
   }
    #seatDescription li{
    verticle-align:middle;    
    list-style: none outside none;
     padding-left:35px;
    height:35px;
    float:left;
    }
  /*booking-btn*/
  .booking-btn{
  	width: 50%;
  	height: auto;
  	padding: 2%;
  	margin:auto;
  	background-image: linear-gradient(to bottom right,#9C27B0,#2196F3);
  	text-align: center;
  	color: white;
  	border-radius: 10px;
  }
  .booking-btn:hover{
  	background-image: linear-gradient(to bottom right,#3F51B5,#9C27B0);
	cursor: pointer;
  }
  a{
  	text-decoration: none;
  }
  @media only screen and (max-width:620){
	  body{
		width: 100%;
	  }
  }