
* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: myslimfont;
	src: url('../fonts/HindMadurai-Light.ttf');
}

@font-face {
	font-family: myboldfont;
	src: url('../fonts/PatuaOne-Regular.ttf');
}

@font-face {
	font-family: mymidfont;
	src: url('../fonts/Quando-Regular.ttf');
}
@font-face {
	font-family: myhomefont;
	src: url('../fonts/MPLUS1p-Medium.ttf');
}

body {
	margin: 0;
	padding: 0;
	font-family: TW CEN MT, sans-serif;
	font-size: 18px;
	background: #f2f2f2;
}

.navbar {
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	background: rgb(114, 142, 50);
	border-top: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px !important;
}
.navbar-brand {
	padding: 0px;
}
.navbar-header .icon-bar {
	background: #fff !important;
}
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus,
.navbar-header .navbar-toggle > .active {
	background: #25170a !important;
	border: 0px !important;
}
.navbar .navbar-brand img {
	background: #fff;
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 160px;
	-webkit-border-bottom-right-radius: 0.8em;
	border-bottom-right-radius: 0.8em;
	margin: -1px;
}

.navbar .navbar-nav li a {
	line-height: 23px !important;
	color: #fff !important;
	font-size: 12px;
	font-family: myslimfont;
}
.navbar-default .navbar-nav > li a:hover {
	/* color: #090a06 !important; */
	-webkit-transition: all 0.2s linear;
	font-weight: bold;
	/* background-color: #764a31; */
	background-color: #ffffff;
	color: #026f89 !important;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background: #fff;
	/* color: #a6c846 !important; */
	color: #026f89 !important;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.navbar .main-menu {
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 14px;
}

.wrap-menu-tow {
	width: 100%;
	min-height: 45px;
	position: relative;
	text-align: center;
	/*font-family: myslimfont !important;*/
}

.wrap-menu-tow a {
	color: #fff;
	padding: 16px 16px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}
.wrap-menu-tow a:hover {
	color: #a6c846 !important;
}

.multi {
	.carousel-inner .active.left {
		left: -25%;
	}
	.carousel-inner .next {
		left:  25%;
	}
	.carousel-inner .prev {
		left: -25%;
	}
	.carousel-control {
		width:  4%;
	}
	.carousel-control.left, .carousel-control.right {
		margin-left:15px;
		background-image:none;
	}
}
.slick-dots {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}
.slick-dots li {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}
.slick-dots li.slick-active button {
	background-color: black;
}
.slick-dots li button {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: #999;
	border: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.slick-dots li :hover {
	background-color: black;
}

/* Custom Arrow */
.button-two .prev {
	color: #999;
	position: absolute;
	top: 38%;
	left: -2em;
	font-size: 1.5em;
}
.button-two .prev :hover {
	cursor: pointer;
	color: black;
}
.readmore {
	width: 140px;
	line-height: 45px;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bolder;
	-webkit-transition: all 0.2s linear;
}
.readmore:hover,
.readmore:focus,
.readmore:active {
	background: #95bd40;
	color: #fff !important;
	border-color: #95bd40;
}
#gallery {
	width: 100%;
	min-height: 450px;
	padding-left: 20px;

}
#gallery h1 {
	text-align: center;
}
#gallery .col-lg-2 {
	padding: 2px;
	margin-bottom: 2px;
}
.line-btm img {
	width: 200px;
	max-width: 100%;
}

.footer {
	/* text-align: center !important;   */
	width: 100%;
	min-height: 290px;
	background: #25170a;
	padding: 30px;
}

.footer h2 {
	color: #fff;
	text-transform: uppercase !important;
	font-size: 21px;
	font-weight: bolder;
	border-bottom: 1px dashed #fff;
	display: block;
	line-height: 45px;
}

.footerMenu ol, ul {
	list-style: inside;
}

.footerMenu ul li {
	padding-left: 0px !important;
}

ul li {
	list-style-type: none;
	list-style-image: url(../images/icon-2.PNG);
}

.conditions ul li {
	line-height: 35px;
	padding-left: 25px;
}

ol {
	line-height: 35px;
	padding-left: 25px;
}

.footerMenu li a {
	color: #fff !important;
	line-height: 35px;
}

.footer-2 {
	width: 100%;
	/* min-height: 40px; */
	background: rgb(149, 189, 64);
	padding: 15px;
	padding-top: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}









.button-two .next {
	color: #999;
	position: absolute;
	top: 38%;
	right: -2em;
	font-size: 1.5em;
}
.button-two .next :hover {
	cursor: pointer;
	color: black;
}

.block-slider-wrap  {
	width: 240px;
	height: 180px;
	overflow: hidden !important;
	position: relative;
	background: #67b10c;
	cursor: pointer;
	margin: 5px;
}
.block-slider-wrap img {
	position: relative;
	display: inline-block;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.block-slider-wrap:hover img {
	opacity: 0.3 !important;
	-webkit-transform: scale(1.2);
}
.slideDiv h2 {
	text-align: center;
	margin-bottom: 21px;
}
.text-wp {
	position: absolute;
	content: "";
	z-index: 3;
	padding: 20px;
	color: #fff;
}
.text-wp p {
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 20px;
	background-color: #25170a;
	color: #fff;
}
.block-slider-wrap:hover .text-wp p {
	font-weight: bold;
}
.wrap-slideup {
	text-align: center;
	position: absolute;
	content: "";
	z-index: 7;
	width: 100%;
	bottom: 0px;
	right: 0px;
	left: 0px;
	top: 140px;
	margin-top: 230px;
	background: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	padding: 20px;
	padding-top: 40px;
}
.block-slider-wrap:hover .wrap-slideup {
	margin-top: -0px;
}
.read-slide {
	display: block;
	line-height: 35px;
	width: 120px;
	color: #000 !important;
	margin: 0 auto;
	text-align: center;
	margin-top: 110px;
	text-decoration: none !important;
	border: 1px solid #25170a;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.read-slide:hover {
	background: #25170a;
	color: #fff !important;
}
.block-slider-wrap:hover .read-slide {
	margin-top: 20px;
}
.date-mode {
	position: absolute;
	content: "";
	z-index: 99;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 5em;
	background: #fff;
	/*	line-height: 21px;*/
	font-size: 35px;
	text-align: center;
	bottom: 80px;
	right: 30px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.date-mode::after {
	position: absolute;
	content: "";
	display: block;
	z-index: -1;
	width: 80px;
	height: 80px;
	top: -5px;
	left: -5px;
	background: rgba(255,255,255,0.5);
	-webkit-border-radius: 5em;
}
.date-mode span:nth-child(1) {
	margin-top: 12px;
	display: inline-block;
}
.block-slider-wrap:hover .date-mode {
	bottom: 180px;
}

.line-mid {
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 35px;
}

.tourist-packate {
	width: 100%;
	min-height: 450px;
	background:#cfcfcf url('../images/603-1920x1080-bg-hf-g.jpg') no-repeat center 100%;
	background-size: cover;
	margin-top: 45px;
	padding: 30px;
}
.tourist-packate h1 {
	text-align: center;
	color: #fff;
}

.tourist-packate2 {
	width: 100%;
	min-height: 450px;
	background:#cfcfcf url('../images/603-1920x1080-bg-h-b.jpg') no-repeat center 100%;
	background-size: cover;
	margin-top: 45px;
	padding: 30px;
}
.tourist-packate2 h1 {
	text-align: center;
	color: #fff;
}
.tourist-packate2 p {
	text-align: center;
	color: #fff;
	padding: 10px;

}

.wrap-blk-two {
	position: relative;
	display: block;
	/*width: 300px;*/
	max-width: 100%;
	/*height: 340px;*/
	display: inline-block;
	padding: 20px;
}

.tourist-packate2 .slider {
	width: 100%;
	margin: 0 auto;
}

.wrap-blk-two-3 {
	position: relative;
	display: block;
	width: 330px;
	max-width: 100%px;
	height: 340px;
	display: inline-block;
	padding: 20px;
}

.round-blk {
	width: 140px;
	height: 140px;
	background: #949494;
	-webkit-border-radius: 5em;
	margin:  0 auto;
	overflow: hidden;
	border: 5px solid rgba(255,255,255,1);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.round-blk:hover {
	border: 10px solid rgba(255,255,255,1.5) !important;
}
.round-blk img {
	width: 100%;
}

.wrap-blk-two p {
	color: #fff;
	text-align: center;
	font-size: 21px;
}



.hero-section {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin-bottom: 7px;
	overflow: hidden;
}
.hero-figure-one {
	background: url('../images/banner/1.png');
	/* background: url('../images/banner/603-1920x1080-1.jpg'); */
}
.hero-figure-two {
	background: url('../images/banner/2.png');
}
.hero-figure-three {
	background: url('../images/banner/3.png');
}
.hero-figure-four {
	background: url('../images/banner/4.png');
}
.hero-figure-five { 
	background: url('../images/banner/5.png');
}
.hero-figure-six {
	background: url('../images/banner/603-1920x1080-6.jpg');
}
.hero-figure-seven {
	background: url('../images/banner/603-1920x1080-7.jpg');
}
.hero-figure-eight {
	background: url('../images/banner/603-1920x1080-8.jpg');
}
.hero-figure-nine {
	background: url('../images/banner/603-1920x1080-9.jpg');
}
.hero-figure-ten {
	background: url('../images/banner/603-1920x1080-10.jpg');
}
.hero-figure-eleven {
	background: url('../images/banner/603-1920x1080-11.jpg');
}
.hero-figure-twelve {
	background: url('../images/banner/603-1920x1080-12.jpg');
}
.hero-figure-thirteen {
	background: url('../images/banner/603-1920x1080-13.jpg');
}
.gd-hero {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 480px;
}

.carousel-1:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 110px;
	bottom: 0px;
	background: url('../images/long-banner-btm.png') no-repeat center 100%;
	background-size: contain;
	background-position: bottom;
	z-index: 99;
}


.carousel-controls {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 4;
}
.carousel-controls a {
	width: 80px;
	height: 100%;
	display: block;
}
.carousel-controls a.prev {
	padding-left: 15px;
	text-align: left;
	float: left;
	opacity: .6;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.carousel-controls a.prev:hover, .carousel-controls a.prev:active {
	padding-left: 0;
	opacity: 1;
}
.carousel-controls a.next {
	padding-right: 15px;
	text-align: right;
	float: right;
	opacity: .6;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.carousel-controls a.next:hover, .carousel-controls a.next:active {
	padding-right: 0;
	opacity: 1;
}
.carousel-controls .hero-section i {
	font-size: 52px;
	font-size: 5.2rem;
	color: #fff;
}
.hero-section .carousel-controls i{
	font-size: 52px;
	font-size: 5.2rem;
	color: #fff;
}


.carousel-indicators {
	font-size: 0;
}
.carousel-indicators li.indicators.active {
	margin: 0;
	opacity: .3;
}
.carousel-indicators li.indicators {
	width: 30px;
	height: 7px;
	margin: 0;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	border: 0;
	border-radius: 0;
	font-size: 0;
	background: rgba(255,255,255,.6);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	transition: all 0.2s ease-out;
	z-index: 1;
}
.scroll-up {
	width: 80px;
	height: 76px;
	background: #ffcc00 url('../images/right-arrow2.PNG') no-repeat center 50%;
	display: block;
	right: 100px;
	position: absolute;
	top: -34px;
}

.menu-book-now{
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	background: #dfa703;
	text-transform: uppercase;
}

.footer-block{
	margin: 10px 0px;
}
