@import url('//fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
@import url("../../ajax/libs/bootstrap-datepicker/1.7.1/css/bootstrap-datepicker3.css");
@import url('//fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap');
/* 
font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
a {
	text-decoration: none;
	transition: all 0.5s ease 0s;
	color: #37bbee;
	cursor: pointer;
}
a:focus {
	box-shadow: none;
}
a:focus, a:hover {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	box-shadow: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	line-height: 18px;
	font-size: 14px;
	color: #333333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	display: block;
}
.cd-top {
	background: #9B1B1E none repeat scroll 0 0;
	border: 2px solid #9B1B1E;
	border-radius: 0;
	bottom: 50px;
	color: #fff;
	display: block;
	font-size: 36px;
	height: 45px;
	line-height: 40px;
	opacity: 0;
	position: fixed;
	right: 15px;
	text-align: center;
	transition: all 0.8s ease 0s;
	width: 45px;
	z-index: 9999;
}
.cd-top.cd-is-visible {
	opacity: 1;
}
.cd-top:hover {
	background-color: #F7951E;
	border-color: #F7951E;
	color: #FFF;
}
.sticky-wrapper {
	height: inherit !important;
}
.sticky-wrapper.is-sticky .header_wapper {
	z-index: 99 !important;
	box-shadow:0px 8px 19px 0px rgba(2, 49, 69, 0.18);
}
.container-fluid {
	padding: 0 50px;
}
.btn01 {
	background: #023145;
	border-radius: 4px;
	font-size: 24px;
	color: #FFF;
	padding: 15px 40px;
	padding-bottom: 18px;
	font-weight: 900;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.btn01:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 4px;
	bottom: 0;
	background: #E45C26;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn01:hover, .btn01:focus, .btn01:active {
	color: white;
}
.btn01:hover:before, .btn01:focus:before, .btn01:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*========================================
	Header Css START
========================================*/
.header_wapper {
	background: #FFF;
}
.logo {
	position: relative;
	margin: 0 auto;
	display: table;
	transition: all 0.8s ease 0s;
	z-index: 99;
}
.logo img {
	transition: all 0.8s ease 0s;
}
.is-sticky .logo img {
	transition: all 0.8s ease 0s;
	max-width: 70%;
}
.is-sticky .logo:after, .is-sticky .logo:before {
	content: none;
}
.is-sticky .logo {
	margin-bottom: 0px;
}
.login_wallet_btn a {
	background-color: #34B6A2;
	background-repeat: no-repeat;	
	color: #FFF;
	font-size: 14px;
	border-radius: 5px;
}
.login_wallet_btn a span {
	color: #000;
	transition: all 0.5s ease 0s;
}
.login_wallet_btn a:hover span {
	color: #FFF;
}
.login_wallet_btn {
	display: inline-block;
	float: none;
}
.header_right {
	display: inline-block;
	vertical-align: middle;
}
.mobile_call {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 40px;
}
.header_right_wapper {
	float: right;
}
.menu_right {
	display: inline-block;
	vertical-align: middle;
}
.menu_right li {
	float: left;
	list-style: none;
	line-height: 13px;
}
.menu_right li:last-child {
	border-left: 1px solid #fff;
}
.menu_right li a {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.40px;
	padding: 0 10px;
	color: #fff;
}
.menu_right li a:hover {
	color: #fff;
}
.mobile_call a {
	padding-left: 20px;
	background-image: url("../images/call_icon.png");
	background-repeat: no-repeat;
	font-size: 13px;
	letter-spacing: 0.40px;
	font-weight: bold;
	color: #fff;
	background-position: left center;
	display: block;
}
.mobile_call a:hover {
	color: #fff;
	background-image: url("../images/call_icon.png");
}
/*========================================
	Header Css END 
========================================*/

/*========================================
	Top Sider Css Start
========================================*/
.top_slider {
	position: relative;
}
.carousel-item {
	height: 100%
}
.carousel-inner {
	height: 800px;
	background: 0 0
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	position: relative;
}
.fill:after {
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.28);
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .8s;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	opacity: 0
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
	transform: translateX(0);
	transform: translate3d(0, 0, 0)
}
.top_slider .carousel-indicators li {
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background-color: transparent;
	cursor: pointer;
	border: 2px solid #666;
	margin: 0 6px
}
.top_slider .carousel-indicators li.active {
	border-color: #F7941D;
	background-color: #F7941D
}
.top_slider .carousel-indicators {
	left: unset;
	margin-right: 0;
	right: 40px;
	display: none;
	bottom: 40px
}
.carousel-caption {
	padding: 0;
	bottom: 0;
	top: 44%;
	transform: translateY(-35%);
	right: 5%;
	left: 5%;
	display: inline-block;
	text-align: left;
	-margin-top: -130px;
}
.carousel-control-next, .carousel-control-prev {
	width: 56px;
	height: 64px;
	line-height: 64px;
	background: #FFF;
	top: 50%;
	opacity: 1;
	border-radius: 0 8px 8px 0;
	margin-top: -50px;
}
.carousel-control-next {
	border-radius: 8px 0px 0px 8px;
}
.carousel-control-next .fa, .carousel-control-prev .fa {
	color: #7C7C7C;
	font-size: 35px;
	font-weight: 900;
	text-align: center;
	margin-right: 5px;
}
.carousel-control-next .fa {
	margin-right: 0px;
	margin-left: 5px;
	transition: all 0.5s ease 0s;
}
.carousel-control-next:hover .fa, .carousel-control-prev:hover .fa {
	color: #023145;
}
.banner_text_wapper {
	background: rgba(2,49,69,0.63);
	padding: 40px 30px;
	box-shadow: 0px 11px 11px 0px rgba(0, 0, 0, 0.54);
	border-radius: 5px;
	max-width: 485px;
	text-align: center;
}
.banner_titel_sub {
	font-size: 15px;
	letter-spacing: 2.40px;
	color: #FFF;
	text-transform: uppercase;
}
.banner_titel {
	font-size: 43px;
	letter-spacing: 0.60px;
	color: #FFF;
	font-weight: 900;
	line-height: 60px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.banner_text {
	font-size: 28px;
	line-height: 42px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.60px;
}
/*========================================
	Top Sider Css END
========================================*/

/*========================================
	ENQUIRE Form Css END
========================================*/
.enquire_form_wapper {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background: rgba(0,0,0,0.58);
	padding: 30px 0px;
}
.enquire_form_box {
	background: rgba(255,255,255,0.18);
	padding: 13px;
	border-radius: 6px;
}
.enquire_form_box .form-control {
	border: 0px solid #CCCCCC;
	height: 55px !important;
	line-height: 55px !important;
	padding: 0px 18px;
	padding-left: 45px;
	border-radius: 6px !important;
	font-size: 15px;
	color: #000000;
	transition: all 0.5s ease 0s;
	    -webkit-appearance: none;
	webkit-appearance: none;
-moz-appearance: none;
}
.form-control::placeholder {
 opacity:1px;
 color:#000000;
}
.form-control:focus, .form-control:hover {
	box-shadow: none;
}
.form-group .btn-group > .btn, .form-group .btn-group{
	width:100%;	
	text-align:left;
}
.form-group .btn-group > .btn:after{
	content:none;
}
.form-group .btn-group .dropdown-menu {
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.19);
	border: 0;
	overflow:hidden;
	border-radius:0px 0px 10px 10px;
	border-bottom:2px solid #023145;
	margin-top: 5px;
}
.form-group .btn-group .dropdown-menu li a{
	width:100%;
	display:inline-block;
	padding:8px 15px; 
	padding-bottom:9px;
}
.traveller_menu li{
	padding:10px 10px;
}
.traveller_menu li div input{
	width:40px;
}
/*.traveller_menu li input[type=number]:-webkit-inner-spin-button, .traveller_menu li input[type=number]:-webkit-outer-spin-button{ 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
}
.traveller_menu li input[type='number'] { 
    -moz-appearance: textfield; 
}*/
.traveller_menu li div input {
	width:60px;
	text-align: left;
	padding-left:8px;
	font-size: 13px;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #CCC;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
}
.traveller_menu li div button {
	border: 0px;
	background: #EBEBEB;
	color: #333;
	height: 30px;
	width: 30px;
	line-height: 30px;
	padding: 0;
	box-shadow: none;
	transition: all 0.5s ease 0s;
	cursor:pointer;
	font-size:14px;
	display: inline-block;
	vertical-align: middle;
}
.traveller_menu li div button:hover{
	background:#023145;
	color:#FFF;
}
.traveller_menu li div span { 
	float: right;
}
.traveller_menu li div label {
	font-size: 13px;
	color: #333;
	margin-top: 5px;
}
.modal-backdrop.show{
	opacity:0;
}


.form-group .btn-group .dropdown-menu li a:hover{
	background:#EBEBEB;
}
.form-group.w180 {
	width: 180px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	margin: 0 5px;
}
.form-group.w347 {
	width: 309px;
	display: inline-block;
	margin-bottom: 0;
	margin: 0 5px;
}
.form-group.w347:first-child {
	margin-left: 0px;
}
.form-group.w180.button:last-child {
	margin-right: 0px;
}
.enquire_now_btn {
	border: 0px;
	width: 100%;
	cursor: pointer;
	margin-top: 0px;
	font-size: 18px;
	text-transform: none;
	padding-bottom: 15px;
	margin-bottom: 0px;
	padding: 18px 0;
	width: 100%;
}
.datepicker table tr td, .datepicker table tr th {
	line-height: 30px;
}
.f_I_L .form-control {
	background: #FFF url("../images/f_I_L.png");
	background-repeat: no-repeat;
	background-position: 19px center;
}
.f_I_d .form-control {
	background: #FFF url("../images/f_I_d.png");
	background-repeat: no-repeat;
	background-position: 19px center;
}
.f_I_t .form-control {
	background: #FFF url("../images/f_I_t.png");
	background-repeat: no-repeat;
	background-position: 19px center;
}
/*========================================
	ENQUIRE Form Css END
========================================*/

/*========================================
	Overview Product Css START
========================================*/
.overview_product_wapper {
	margin-bottom: 50px;
	padding: 70px 0px;
	background: #EBEBEB;
}
.overview_product_wapper .enquire_titel {
	text-transform: uppercase;
	font-size: 22px;
	text-align: left;
	font-weight: 900;
	color: #023145;
	letter-spacing: 0.20px;
	margin: 0 0 55px 0;
}
.overview_product_box {
	border-radius: 5px;
	margin-bottom: 20px;
	transition: all 0.8s ease 0s;
}
.overview_product_images {
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.8s ease 0s;
}
.overview_product_images img {
	transition: all 0.8s ease 0s;
}
.overview_product_images:hover img {
	transform: scale(1.1, 1.1);
}
.overview_product_details {
	position: relative;
	transition: all 0.8s ease 0s;
	opacity: 1;
	border-radius: 5px;
	width: 88%;
	left: 0;
	right: 0;
	background: #FFF;
	margin: 0 auto;
	padding: 20px 20px;
	text-align: center;
	box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.19);
	margin-top: -30px;
}
.overview_product_wapper .center .overview_product_details {
	opacity: 1;
	transition: all 0.8s ease 0s;
}
.ovr_pro_name {
	color: #000000;
	font-size: 20px;
	font-weight: 900;
	line-height: 28px;
	text-align: center;
	margin-bottom: 8px;
}
.ovr_pro_point {
	color: #303030;
	font-size: 17px;
	font-weight: normal;
	line-height: 26px;
	text-align: center;
}
.overview_product_wapper .owl-nav {
	margin: 0 auto;
	display: table !important;
}
.overview_product_wapper .owl-nav.disabled {
	display: none !important;
}
.overview_product_wapper .owl-carousel .owl-nav .owl-prev, .overview_product_wapper .owl-carousel .owl-nav .owl-next {
	width: 37px;
	height: 37px;
	border-radius: 100%;
	background: #023145;
	transition: all 0.8s ease 0s;
	margin: 0 5px;
}
.overview_product_wapper .owl-carousel .owl-nav .owl-prev span, .overview_product_wapper .owl-carousel .owl-nav .owl-next span {
	display: none;
}
.overview_product_wapper .owl-carousel .owl-nav .owl-prev {
	background-image: url("../images/owl-prev.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.overview_product_wapper .owl-carousel .owl-nav .owl-next {
	background-image: url("../images/owl-next.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.overview_product_wapper .owl-carousel .owl-nav .owl-prev:hover {
	background: #E45C26 url("../images/owl-prev.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.overview_product_wapper .owl-carousel .owl-nav .owl-next:hover {
	background: #E45C26 url("../images/owl-next.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.overview_product_wapper .owl-carousel .owl-item {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.owl-carousel .owl-dots {
	display: block;
	position: absolute;
	top: -72px;
	right: -6px;
}
.owl-carousel .owl-dots .owl-dot span {
	width: 29px;
	height: 29px;
	border: 1px solid #ACACAC;
	transition: all 0.5s ease 0s;
	border-radius: 5px;
	display: block;
	margin: 0 6px;
}
.owl-carousel .owl-dots .owl-dot.active span {
	background: #023145;
	border-color: #023145;
}
/*========================================
	Overview Product Css END
========================================*/

/*========================================
	Events Css Start
========================================*/
.events_wapper {
	padding: 60px 0px;
	padding-bottom: 40px;
}
.block_titel {
	text-transform: uppercase;
	font-size: 22px;
	text-align: left;
	font-weight: 900;
	color: #023145;
	letter-spacing: 0.20px;
	margin: 0 0 55px 0;
}
.events_box_wapper {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	margin-bottom: 37px;
}
.events_text {
	position: absolute;
	font-family: 'Playfair Display', serif;
	font-size: 52px;
	/* line-height: 63px; */
	letter-spacing: 0.60px;
	top: 50%;
	right: 0;
	margin: auto;
	/* bottom: 0; */
	left: 0;
	color: #FFF;
	text-align: center;
	transition: tr;
	transform: translateY(-50%);
}
.events_text a {
	color: #FFF;
	line-height: 63px;
}
.events_box_wapper:hover {
	box-shadow: 3px 5px 35px 0px rgba(0, 0, 0, 0.33);
	transition: all 0.5s ease 0s;
}
.events_box_wapper img {
	transition: all 0.8s ease 0s;
}
.events_box_wapper:hover img {
	transform: scale(1.1, 1.1);
}
/*========================================
	Events Css END
========================================*/

/*========================================
	Testimonial Css START
========================================*/
.testimonial_wapper {
	background: #EBEBEB url("../images/testimonial_bg.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	padding: 50px 0px;
}
.testimonial_wapper .owl-dots {
	display: none;
}
.testimonial_wapper .owl-nav {
	display: none;
}
.testimonial_titel {
	font-family: 'Playfair Display', serif;
	font-size: 43px;
	letter-spacing: 0.2px;
	line-height: 60px;
	color: #000000;
	margin-bottom: 20px;
}
.testimonial_text {
	font-size: 21px;
	color: #FFF;
	line-height: 36px;
	color: #000000;
	font-style: italic;
	text-align: justify;
	margin-bottom: 40px;
}
.testimonia_user {
	font-size: 17px;
	color: #000000;
}
.testimonia_user span {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
	font-style: italic;
	color: #023145;
	display: block;
}
.testimonial_wapper .block_titel {
	margin-bottom: 25px;
}
.testimonial_icon {
	border: 1px solid #023145;
	border-radius: 100%;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	float: left;
}
.testimonial_icon img {
	padding: 6px;
	display: block;
	border-radius: 100%;
}
.testimonia_user {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin-top: 18px;
	float: left;
	margin-left: 15px;
}
/*========================================
	Testimonial Css END
========================================*/

/*========================================
	Popular Product Css START
========================================*/
.popular_product_wapper {
	padding: 70px 0;
}
.popular_product_box {
	padding: 8px;
	border-radius: 2px;
	margin: 10px;
	transition: all 0.5s ease 0s;
}
.popular_product_box:hover {
	box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.34);
}
.popular_product_images {
	overflow: hidden;
	border-radius: 2px;
	max-height: 180px;
}
.popular_product_box img {
	transition: all 0.8s ease 0s;
}
.popular_product_box:hover img {
	transform: scale(1.1, 1.1);
}
.popular_product_images {
	margin-bottom: 15px;
}
.popular_product_name {
	font-size: 15px;
	font-weight: bold;
	color: #060606;
	line-height: 24px;
	margin-bottom: 12px;
	text-align: center;
}
.popular_product_reting {
	text-align: center;
	color: #FF7E00;
	margin-bottom: 15px;
	font-size: 14px;
}
.popular_product_price {
	font-size: 17px;
	font-weight: bold;
	color: #060606;
	text-align: center;
	margin-bottom: 10px;
}
/*========================================
	Popular Product Css END
========================================*/




/*========================================
	Photo Gallery Css START
========================================*/
.photo_gallery {
	background: url("../images/video_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	padding: 70px 0px;
	background-size: cover;
}
.photo_gallery .block_titel {
	margin: 0 auto 20px;
	display: table;
}
.video_box_wapper {
	padding: 15px;
	border-radius: 5px;
	background: #FFF;
	margin: 30px 0px;
	transition: all 0.8s ease 0s;
}
.owl-item.active.center .video_box_wapper {
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.31);
	transition: all 0.8s ease 0s;
}
.photo_gallery .owl-item {
	float: none;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.5s ease 0s;
}
.video_images {
	max-height: 175px;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 12px;
	position: relative;
}
.owl-item.active.center .video_images {
	max-height: 215px;
}
.video_images:after {
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.40);
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
}
.video_images:before {
	position: absolute;
	content: "";
	background: url("../images/video_icon.jpg");
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 56px;
	z-index: 1;
	border-radius: 100%;
	height: 56px;
}
.video_text {
	font-size: 17px;
	color: #023145;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.photo_gallery .owl-dots {
	display: none;
}
.photo_gallery .owl-nav {
	margin: 15px auto 0;
	display: table;
}
.photo_gallery .owl-nav button span {
	display: none;
}
.photo_gallery .owl-nav button {
	width: 46px;
	margin: 0 8px;
	height: 46px;
}
.photo_gallery .owl-nav button.owl-prev {
	background: url("../images/owl-prev.png") !important;
	background: no-repeat;
	background-position: center center;
}
.photo_gallery .owl-nav button.owl-next {
	background: url("../images/owl-next.png") !important;
	background: no-repeat;
	background-position: center center;
}
/*========================================
	Photo Gallery Css END
========================================*/

/*========================================
	Events & Offer Css START
========================================*/
.event_offer_wapper {
	background: #023145;
	padding: 70px 0px;
}
.event_offer_box {
	border-radius: 2px;
	box-shadow: 6px 10px 13px 0px rgba(0, 0, 0, 0.16);
	overflow: hidden;
	max-height: 200px;
}
.event_offer1 {
	background: url("../images/event_01.jpg");
	background-repeat: no-repeat;
	background-position: center right;
}
.event_offer1_text {
	background: #FFF;
	padding: 20px 30px;
	position: relative;
	max-width: 260px;
	padding-right: 0px;
	z-index: 99;
}
.event_offer1_text:after {
	position: absolute;
	content: "";
	right: -58px;
	top: 0px;
	width: 66px;
	height: 100%;
	background: url("../images/event_offer1_bg.png");
}
.e_o_t1 {
	font-size: 17px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0.60px;
	font-weight: bold;
	margin-bottom: 8px;
}
.e_o_t2 {
	font-size: 15px;
	line-height: 22px;
	color: #000000;
	letter-spacing: 0.20px;
	font-weight: normal;
	margin-bottom: 18px;
}
.e_o_t3 {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 8px;
	letter-spacing: 0.80px;
	font-weight: bold;
}
.e_o_t3 span {
	font-size: 17px;
	line-height: 29px;
	color: #000000;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1.40px;
	font-weight: bold;
}
.event_offer1_text a {
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
.event_offer1_text a i {
	margin-left: 5px;
}
.event_offer2 {
	background: url("../images/event_02.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	position: relative;
}
.event_offer2:after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.37);
}
.event_offer2 {
	font-family: 'Playfair Display', serif;
	color: #FFF;
}
.event_offer2_text {
	text-align: center;
	background: url("../images/event_offer2_text.png");
	background-repeat: no-repeat;
	background-position: center 20px;
	padding-bottom: 10px;
	position: relative;
	z-index: 9;
	margin-top: 25px;
}
.e_o_t21 {
	font-size: 28px;
	line-height: 39px;
	font-weight: 900;
	letter-spacing: 0.20px;
}
.e_o_t22 {
	font-size: 17px;
	line-height: 32px;
	font-weight: 900;
	letter-spacing: 0.20px;
	letter-spacing: 1.40px;
}
.e_o_t23 {
	font-size: 36px;
	font-weight: 900;
	line-height: 39px;
	letter-spacing: 0.20px;
	margin-bottom: 5px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
}
.event_offer2_text a {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1.40px;
	text-transform: uppercase;
	color: #FFF;
}
/*========================================
	Events & Offer Css START
========================================*/

/*========================================
	Rating section Css START
========================================*/
.rating_section_left, .rating_section_right {
	width: 50%;
	float: left;
	position: relative;
}
.rating_section_left {
	height: 686px;
	background:url("../images/Tent_Hotel.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
}
.rating_left_images {
	position: relative;
}
.rating_section_left:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 196px;
	background: url("../images/rating_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
.rating_left_detail {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 9;
	width: 100%;
	padding: 0 15px 0px 30px;
}
.rating_left_title {
	font-size: 46px;
	line-height: 50px;
	font-weight: normal;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.20px;
	color: #FFF;
}
.rating_left_title .rating_title_row1 span {
	font-size: 29px;
}
.rating_left_title {
	width: 68%;
	display: inline-block;
}
.rating_book_now {
	display: inline-block;
	width: 30%;
	text-align: right;
	color: #FFF;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: 0.20pxs;
	font-weight: 900;
}
.rating_book_now span {
	display: block;
}
.rating_section_right {
	background: #EBEBEB;
	padding: 60px 0px 0px 45px;
	margin-left: -2px;
}
.about_mushroom_hotal_text {
	font-size: 18px;
	line-height: 28px;
	color: #303030;
	margin-bottom: 50px;
	padding-right: 50px;
}
.rating_right_container {
	max-width: 560px;
}
.social_reviews li {
	height: 120px;
	display: inline-block;
	width: 265px;
	margin-bottom: 30px;
}
.social_reviews li:nth-child(even) {
	float: right;
}
.social_reviews_box {
	height: 100%;
	width: 100%;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, 0.21);
	text-align: center;
	margin: 0 auto;
	padding: 20px 10px;
}
.reviews_images {
	margin: 0 auto;
	display: table;
}
.reviews_star {
	font-size: 13px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
}
.reviews_star span {
	font-size: 25px;
	color: #FF6000;
	font-weight: 900;
	margin-right: 3px;
}
.reviews_star i {
	color: #E7AF17;
	margin: 0 3px;
}
.rating_section_right .block_titel {
	margin-bottom: 50px;
}
/*========================================
	Rating section Css END
========================================*/

/*========================================
	Footer Css Css START
========================================*/
.footer_wapper {
	position: relative;
	padding: 40px 0px;
}
.footer_wapper:after {
	position: absolute;
	content: "";
	background: #003147;
	width: 50%;
	height: 100%;
	left: -2px;
	top: 0px;
}
.footer_wapper:before {
	position: absolute;
	content: "";
	background: #FFF;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0px;
}
.footer_wapper .container {
	position: relative;
	z-index: 9;
}
.footer_logo {
	margin-bottom: 40px;
}
.footer_block_title {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.20px;
	font-weight: 900;
	line-height: 24px;
	color: #FFF;
	margin-bottom: 15px;
}
.footer_menu {
	margin-bottom: 30px;
}
.footer_menu li a {
	font-size: 15px;
	line-height: 27px;
	color: #FFF;
}
.footer_menu li a i {
	margin-right: 10px;
	color: #FFF;
}
.footer_menu li a:hover {
	margin-left: 10px;
}
.footer_block_title2 {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.20px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #FFF;
}
.footer_menu.citiy li {
	display: inline-block;
	padding: 0 10px;
	margin: 7px 0;
	border-right: 1px solid #FFF;
	line-height: 15px;
}
.footer_menu.citiy li a {
	line-height: 15px;
}
.footer_menu.citiy li a:hover {
	margin-left: 0px;
}
.footer_menu.citiy {
	margin: 0;
}
.footer_right_wapper {
	padding-left: 60px;
}
.footer_newsletter_sub {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 25px;
}
.footer_newsletter .block_titel {
	margin-bottom: 10px;
}
.footer_newsletter .form-control {
	border: 1px solid #D7D7D7;
	height: 50px;
	line-height: 50px;
	background: #FFF;
	padding: 0px 18px;
	border-radius: 6px !important;
	font-size: 14px;
	color: #5F5F5F;
	transition: all 0.5s ease 0s;
}
.footer_newsletter .form-group {
	display: inline-block;
	width: 285px;
	margin-bottom: 0px;
	margin-right: 10px;
	vertical-align: middle;
}
.footer_newsletter .btn01 {
	display: inline-block;
	width: auto;
	height: 49px;
	max-width: 140px;
	font-size: 16px;
	font-weight: normal;
	line-height: 0px;
	width: 100%;
}
.footer_newsletter, .footer_call_wapper, .footer_adress_wapper, .google_play, .social_icon {
	margin-bottom: 70px;
}
.block_titel.footer_t {
	margin-bottom: 20px;
}
.footer_call_wapper a {
	font-size: 44px;
	letter-spacing: 0.20px;
	color: #003147;
	font-weight: bold;
	line-height: 44px;
}
.footer_adress_wapper li {
	padding-left: 75px;
	color: #303030;
	line-height: 24px;
	font-size: 17px;
	margin-bottom: 25px;
}
.footer_adress_wapper li a {
	color: #303030;
	font-size: 17px;
}
.footer_adress_wapper li.addres {
	background: url("../images/home.jpg");
	background-position: center left;
	background-repeat: no-repeat;
}
.footer_adress_wapper li.email {
	background: url("../images/mail.png");
	background-position: center left;
	background-repeat: no-repeat;
}
.social_icon li {
	margin-right: 12px;
	display: inline-block;
}
.social_icon li a {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background-color: #003147;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
.social_icon li a:hover {
	background-color: #000;
}
.social_icon li a.f_f_i {
	background-image: url("../images/f_f_i.png");
}
.social_icon li a.f_t_i {
	background-image: url("../images/f_t_i.png");
}
.social_icon li a.f_i_i {
	background-image: url("../images/f_i_i.png");
}
.social_icon li a.f_y_i {
	background-image: url("../images/f_y_i.png");
}
.copy_right {
	font-size: 15px;
	color: #303030;
	line-height: 30px;
}


/*========================================
	Footer Css Css END
========================================*/