@charset "utf-8";


@import url('https://fonts.googleapis.com/css?family=Alike|Roboto:300,400,500,700,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.875;
    /* font-weight: 500; */
    color: #717171;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: rgba(218,134,97,1);
	color: #FFFFFF;
}



h1{font-size: 32px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Alike', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
    line-height: 1.6 ;
    color: #2e3f61;
    text-align: justify ;
}

section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.section_title_container
{
	padding-top: 25px;
}
.section_title_container::after
{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 3px;
	height: 30px;
	/* background: #da8661; */
	content: '';
}
.section_title_container_2
{
	padding-top: 52px;
}
.section_title_container_2::after
{
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 30px;
	/* background: #da8661; */
	content: '';
}
.section_title h1
{
	color: #2e3f61;
}
.section_text
{
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	/* margin-top: 17px; */
	font-size: 16px;
	font-weight: 500;
	color: #717171;
	line-height: 1.25;
}
.button
{
	width: 186px;
	height: 63px;
	background: #637496;
	text-align: center;
}
.button::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	content: '';
	background: #da8661;
	z-index: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}
.button:hover::before
{
	width: 100%;
}
.button a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 63px;
	text-transform: uppercase;
	z-index: 1;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 82px;
	/* background: #4c5c7e; */
	background: #fbfbfb;
	z-index: 100;
	border-bottom: solid 2px #ad7a28;
}


/* Custom CSS for large screens */
@media (min-width: 992px) {
    .custom-container {
        /* Add your custom styling for large screens */
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}
 /* Custom CSS for medium screens */
 /* @media (min-width: 768px) and (max-width: 991px) { */
    @media (max-width: 991px) {
    .custom-container {
        width: 100%;
    padding-right: 35px;
    padding-left: 35px;
    margin-right: auto;
    margin-left: auto;
    }
}
.header_content
{
    margin-top: 10px;
	width: 100%;
	height: 103px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
@media (min-width:992px){
    .header_distance{
        justify-content: space-around;
    }
}
@media (max-width:990px){
    .header_distance{
        justify-content:space-between;
        margin-top: 16px;
    }
}
.header.scrolled .header_content
{
	height: 80px;
}
@media (max-width:991px) {
.main_nav ul{
	display:block !important;
}
@media (max-width: 992px) {
	.nav_list {
		display: block !important;
		position: absolute;
		background-color: #fbfbfb;
		height: 100vh;
		right: -50px;
		top: 63px;
        width: 220px;
        opacity: 0.9;
	}
	.main_nav ul li.active, .main_nav ul li:hover {
		width: 100%;
		text-align: left;
		color: white !important;
	}
	.main_nav ul li.active, .main_nav ul li{
		text-align: left;
	}
	.toggle_hide{
		display: none;
	}

}
}
@media (max-width: 812px) and (min-width:567px) {
	.nav_list {
		position: absolute;
    background-color: #fdfdfb;
    height: 100vh;
    right: -150px;
    top: 63px;
    width: 306px;
	}
}
@media (max-width: 990px) and (min-width:814px) {
	.nav_list {
		display: block !important;
		position: absolute;
		background-color: #fdfdfb;
		height: 100vh;
        right: -150px;

        top: 72px;
    width: 306px;
	}
}
/* .logo
{
	position: absolute;
	left: -63px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
} */
.logo a > div:first-child
{
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.75;
}
.logo a > div:last-child
{
	font-size: 12px;
	font-weight: 500;
	color: rgba(255,255,255,0.54);
	line-height: 0.75;
	margin-top: 11px;
}
/* .main_nav
{
	margin-left: 230px;
} */
.main_nav ul li
{
	margin-top:0px;
	padding-left: 10px;
	padding-right: 11px !important;
	background: transparent;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
@media (max-width:1025px) and (min-width:992px){
    .main_nav ul li
{
	margin-top: 10px;
	/* padding-left: 10px; */
	/* padding-right: 1px !important; */
	background: transparent;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li:not(:last-of-type)
{
	margin-right:0px !important;
}
}
.main_nav ul li:not(:last-of-type)
{
	margin-right:18px ;
}
.main_nav ul li.active,
.main_nav ul li:hover
{
	background: #c0d4de  !important;
     border-radius: 10px;
}
.main_nav ul li a
{
    font-size: 18px;
    font-weight: 500;
    color: #ad7a28 !important;
    line-height: 41px;
    white-space: nowrap;
}
.phone
{
	height: 37px;
	padding-left: 14px;
	padding-right: 18px;
	background: #637496;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 37px;
	margin-right: 10px;
	white-space: nowrap;
}
.phone i
{
	color: #FFFFFF;
	font-size: 24px;
	margin-right: 11px;
}
.book_button
{
	width: 151px;
	height: 37px;
	background: #2e3f61;
	text-align: center;
}
.book_button:hover
{
	background: #637496;
}
.book_button a
{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 37px;
}
.hamburger
{
	display: none;
	cursor: pointer;
	margin-top: 5px;
}
.hamburger i
{
	font-size: 18px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger i:hover
{
	color: #d6baa0;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	left: 0;
	top: -100vh;
	width: 100vw;
	height: 100vh;
	background: #0b1423;
	z-index: 99;
	-webkit-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-moz-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-ms-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-o-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	transition: all 800ms cubic-bezier(.88,.31,.65,.91);
}
.menu.active
{
	top: 0;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_nav_list li
{
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.menu_nav_list li:first-child
{
	transition-delay: 400ms;
}
.menu_nav_list li:nth-child(2)
{
	transition-delay: 500ms;
}
.menu_nav_list li:nth-child(3)
{
	transition-delay: 600ms;
}
.menu_nav_list li:nth-child(4)
{
	transition-delay: 700ms;
}
.menu_nav_list li:nth-child(5)
{
	transition-delay: 800ms;
}
.menu_nav_list li:nth-child(6)
{
	transition-delay: 900ms;
}
.menu_nav_list li:nth-child(7)
{
	transition-delay: 1000ms;
}
.menu_nav_list li:nth-child(8)
{
	transition-delay: 1100ms;
}
.menu_nav_list li:nth-child(9)
{
	transition-delay: 1200ms;
}
.menu.active .menu_nav_list li
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}
.menu_nav_list li a
{
	position: relative;
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.3;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu_nav_list li a::after
{
	display: block;
	position: absolute;
	top: 63%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -15px;
	width: 0%;
	height: 3px;
	background: #FFFFFF;
	content: '';
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu_nav_list li a:hover
{
	color: #da8661;
}
.menu_nav_list li a:hover::after
{
	width: calc(100% + 30px);
}
.menu_review
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
}
.menu_review a
{
	white-space: nowrap;
	line-height: 1.1;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_review a:hover
{
	color: #da8661;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 892px;
}
.home_container
{
	position: absolute;
	left: 0;
	top: 34.23%;
	width: 100%;
}
.home_title h1
{
	font-size: 72px;
	color: #FFFFFF;
}
.home_text
{
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 2.25;
	margin-top: 12px;
}

/*********************************
6. Search Box
*********************************/

.search_box
{
	background: transparent;
}
.search_box_container
{
	width: calc(100% + 117px);
	left: -69px;
	height: 233px;
	background: #2e3f61;
	margin-top: -200px;
	box-shadow: 0px 3px 57px rgba(0,0,0,0.35);
	z-index: 1;
	padding-left: 83px;
	padding-right: 66px;
}
.search_form_container
{
	width: 100%;
}
.search_form
{
	display: block;
	width: 100%;
}
.search_form > div
{
	width: 100%;
	height: 100%;
}
.search_form_list
{
	width: calc(100% - 172px);
	height: 100%;
}
.search_form_list > li
{
	position: relative;
	width: 20%;
	height: 73px;
	cursor: pointer;
	padding-left: 28px;
	padding-right: 16px;
	background: #FFFFFF;
}
.search_form_list > li:not(:last-child)
{
	border-right: solid 2px #d1d1d1;
}
.search_form_list > li::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #da8661;
	content: '';
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_form_list > li:hover::after
{
	visibility: visible;
	opacity: 1;
}
.search_form_list > li span
{
	font-size: 13px;
	font-weight: 500;
	color: #6b6b6b;
}
.search_form_list > li i
{
	font-size: 10px;
	font-weight: 500;
	color: #a3a3a3;
}
.search_form_list > li > ul
{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #FFFFFF;
	padding-left: 28px;
	padding-top: 20px;
	padding-bottom: 20px;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0px 3px 25px rgba(0,0,0,0.15);
	z-index: 1;
}
.search_form_list > li.active > ul
{
	visibility: visible;
	opacity: 1;
}
.search_form_list > li > ul > li:not(:last-of-type)
{
	margin-bottom: 10px;
}
.search_form_list > li > ul > li
{
	font-size: 13px;
	font-weight: 500;
	color: #a3a3a3;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_form_list > li > ul > li:hover
{
	color: #6b6b6b;
}
.search_button
{
	width: 172px;
	height: 73px;
	background: #637496;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	outline: none;
}

/*********************************
7. Intro
*********************************/

.intro
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 98px;
	/* padding-bottom: 98px; */
}
.intro_row
{
	margin-top: 86px;
}
.intro_image
{
	width: 100%;
}
.intro_image img
{
	max-width: 100%;
}
.intro_text
{
	margin-top: 47px;
}
.intro_text p
{
	font-size: 18px;
	line-height: 1.88;
	font-weight: 500;
	font-style: italic;
	color: #717171;
}
.intro_author
{
	margin-top: 41px;
}
.author_image
{
	width: 54px;
	height: 54px;
	border-radius: 50%;
	overflow: hidden;
}
.intro_author_content
{
	padding-left: 23px;
}
.intro_author_name
{
	font-size: 16px;
	font-weight: 500;
	color: #2e3f61;
}
.intro_author_title
{
	font-size: 12px;
	font-weight: 500;
	color: #da8661;
	text-transform: uppercase;
	line-height: 0.75;
	margin-top: 4px;
}

/*********************************
8. Room
*********************************/

.room
{
	width: 100%;
	background: #2e3f61;
}
.room .container
{
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.room .container .row
{
	margin-left: 0px;
	margin-right: 0px;
}
.room .container .row .col
{
	padding-left: 0px;
	padding-right: 0px;
}
.room_content
{
	width: 612px;
	padding-left: 55px;
	padding-top: 46px;
	padding-bottom: 52px;
	padding-right: 48px;
}
.room_title
{
	padding-left: 13px;
}
.room_content .section_title h1
{
	color: #FFFFFF;
}
.room_price
{
	font-size: 16px;
	font-weight: 400;
	color: #82868e;
	margin-top: 12px;
}
.room_price span
{
	font-size: 36px;
	color: #FFFFFF;
}
.room_list
{
	padding-right: 80px;
	border-top: solid 1px #5c6984;
	margin-top: 31px;
	padding-top: 38px;
	padding-left: 13px;
}
.room_list ul li:not(:last-of-type)
{
	margin-bottom: 24px;
}
.room_list ul li > div:first-child > div
{
	width: 273px;
}
.room_list ul li > div
{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}
.room_image
{
	position: absolute;
	top: 0;
	left: 612px;
	width: calc(100% - 612px);
	height: 100%;
}
.room_button
{
	margin-top: 56px;
	margin-left: 13px;
}

/*********************************
9. Facilities
*********************************/
.icon_box{
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	border: 1px wheat solid;
	padding: 5px;
	margin-top: 14px;
}
/* .icon_box_icon
{
	width: 62px;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
}
.icon_box_icon img
{
	max-width: 100%;
} */
.icon_box_title
{
	margin-top: 25px;
}
.icon_box_text
{
	margin-top: 23px;
}

/*********************************
10. Gallery
*********************************/


.gallery_slider_container
{
	width: 100%;
	height: 595px;
}
.gallery_item a
{
	display: block;
	width: 100%;
	height: 100%;
}
.gallery_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(14,14,14,0.76);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.gallery_item:hover .gallery_overlay
{
	visibility: visible;
	opacity: 1;
}
.gallery_overlay > div
{
	width: 49px;
	height: 49px;
	background: #637496;
	text-align: center;
	line-height: 49px;
	color: #FFFFFF;
}

/*********************************
11. Newsletter
*********************************/

.newsletter
{
	background: #FFFFFF;
	padding-top: 95px;
	padding-bottom: 90px;
}
.newsletter_row
{
	margin-top: 11px;
}
.newsletter_form
{
	display: block;
}
.newsletter_input
{
	width: 100%;
	height: 52px;
	border: solid 1px #dadfe5;
	border-bottom: solid 2px #da8661;
	outline: none;
	padding-left: 25px;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.newsletter_input:-ms-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.newsletter_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 151px;
	height: 52px;
	background: #637496;
	z-index: 1;
	border: none;
	outline: none;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}
.newsletter_button::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	content: '';
	background: #da8661;
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}
.newsletter_button:hover::before
{
	width: 100%;
}

/*********************************
12. Contact
*********************************/

.contact
{
	background: #FFFFFF;
}
.contact_map_container
{
	padding-right: 42px;
}
.contact > .container
{
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0;
}
.contact > .container > .row
{
	margin-left: 0;
	margin-right: 0;
}
.contact > .container > .row > div[class^='col']
{
	padding-left: 0;
	padding-right: 0;
}
.contact_map
{
	width: 100%;
}
.map
{
	width: 100%;
}
.google_map
{
	width: 100%;
	height: 722px;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}
.contact_info_box
{
	position: absolute;
	top: 70px;
	right: 123px;
	width: 367px;
	height: 341px;
	background: #FFFFFF;
	border: solid 2px #637496;
	box-shadow: 0px 21px 29px rgba(0,0,0,0.35);
}
.contact_info_list
{
	max-width: 200px;
}
.contact_info_list li:not(:last-of-type)
{
	margin-bottom: 24px;
}
.contact_info_icon
{
	width: 29px;
	height: 29px;
}
.contact_info_icon img
{
	max-width: 100%;
}
.contact_info_text
{
	padding-left: 26px;
	font-size: 14px;
	font-weight: 500;
	color: #717171;
}
.contact_form_container
{
	padding-left: 66px;
	padding-right: 141px;
}
.contact_form
{
	margin-top: 61px;
}
.contact_row > div[class^='col']
{
	margin-bottom: 17px;
}
.contact_input
{
	width: 100%;
	height: 52px;
	padding-left: 25px;
	border: solid 1px #dadfe5;
	outline: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_input:focus,
.contact_input:hover
{
	border-bottom: solid 2px #da8661;
}
.contact_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_input:-ms-input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_textarea
{
	height: 190px;
	padding-top: 15px;
}
.contact_button
{
	position: relative;
	width: 230px;
	height: 64px;

    background: #ad7a28;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	outline: none;
	margin-top: 14px;
	z-index: 1;
}
.contact_button::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	content: '';

    background: #ad7a28;
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}
.contact_button:hover::before
{
	width: 100%;
}

/*********************************
13. Footer
*********************************/
.main-footer{
    position:relative;
    background-color: #ad7a28;
    background-repeat:repeat-x;
    background-position:right bottom;
}

.main-footer .footer-widget{
    position:relative;
    /* margin-bottom:40px; */
}

.main-footer .widgets-section{
    position:relative;
    /* padding-bottom:60px; */
}

.main-footer .footer-widget h2{
    position:relative;
    font-size:22px;
    font-weight:600;
    color:white;
    line-height:1.2em;
    margin-bottom:30px;
    margin-top:25px;
    text-transform:capitalize;
}

.main-footer .about-widget{
    position:relative;
}


.main-footer .about-widget .text{
    position:relative;
	margin-top:60px;
}

.main-footer .about-widget .text p{
    position:relative;
    color:#f0f7ff;
    font-size:15px;
    line-height:1.7em;
    margin-bottom:20px;
}

.main-footer .about-widget .text p:last-child{
    margin-bottom:0px;
}

/* Footer List */

.main-footer .footer-list{
    position:relative;
}

.main-footer .footer-list li{
    position:relative;
    margin-bottom:17px;
}

.main-footer .footer-list li a{
    position:relative;
    color:#f9fcff;
    font-size:15px;
    padding-left:15px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .footer-list li a:hover{
    text-decoration:underline;
    color:#6675ff;
}

.main-footer .footer-list li a:before{
    position:absolute;
    content:'\f105';
    left:0px;
    top:0px;
    color:#ffffff;
    font-weight:800;
    font-family: 'Font Awesome 5 Free';
}

/*Gallery Widget*/

.main-footer .gallery-widget{
    position:relative;
    max-width:350px;
}

.main-footer .gallery-widget .images-outer{
    position:relative;
    margin:0px -3px;
}

.main-footer .gallery-widget .image-box{
    position:relative;
    float:left;
    width:33.333%;
    padding:0px 5px;
    margin-bottom:10px;
}

.main-footer .gallery-widget .image-box img{
    position:relative;
    display:block;
    width:100%;
	height: 106px;
    border-radius:4px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover{
    opacity:0.70;
}

/* Info List */

.main-footer .info-list{
    position:relative;
}

.main-footer .info-list li{
    position:relative;
    color:#f4f7fa;
    font-size:15px;
    line-height:1.8em;
    margin-bottom:12px;
}

.main-footer .info-widget .social-links{
    position:relative;
    float:left;
    padding:15px 0px;
}

.main-footer .info-widget .social-links li{
    position:relative;
    margin-right:-1px;
    display:inline-block;
}

.main-footer .info-widget .social-links li:last-child{
    margin-right:0px;
}

.main-footer .info-widget .social-links li a{
    position:relative;
    color: #ffffff;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    border-radius:50%;
    display:inline-block;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .info-widget .social-links li.google a{
    background-color:#dd4b39;
}

.main-footer .info-widget .social-links li.facebook a{
    background-color:#4a6fbe;
}

.main-footer .info-widget .social-links li.twitter a{
    background-color:#55acee;
}

.main-footer .info-widget .social-links li.instagram a{
    background-color:#ea4c89;
}

.main-footer .info-widget .social-links li.vimeo a{
    background-color:#1ab7ea;
}

.main-footer .footer-bottom{
    position:relative;
    padding:20px 0px;
    border-top:1px solid #e5e5e5;
}

.main-footer .footer-bottom .footer-nav{
    position:relative;
    text-align:right;
}

.main-footer .footer-bottom .footer-nav li{
    position:relative;
    padding-right:10px;
    margin-right:10px;
    line-height:1.1em;
    display:inline-block;
    border-right:1px solid #8a8d91;
}

.main-footer .footer-bottom .footer-nav li:last-child{
    padding-right:0px;
    margin-right:0px;
    border-right:none;
}

.main-footer .footer-bottom .footer-nav li a{
    position:relative;
    color:#fdfeff;
    font-size:15px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .footer-bottom .footer-nav li a:hover{
    color:#ff6666;
    text-decoration:underline;
}


.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 10000;
    background: none !important;
}
p {
    margin-top: 0;
    margin-bottom: 0rem !important;
}
.checked {
	color: orange;
  }
.core-features-area {
	position: relative;
	z-index: -10; }
	.core-features-area .single-core-feature {
	  position: relative;
	  z-index: -1;
	  width: 100%;
	  height: 514px; }
	  .core-features-area .single-core-feature .bg-thumbnail {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 5; }
	  .core-features-area .single-core-feature .feature-content {
		width: 70%;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 50;
		background-color: rgba(255, 255, 255, 0.85);
		border: 2px solid #e0ca00c3;
		padding: 30px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); }
		@media only screen and (max-width: 767px) {
		  .core-features-area .single-core-feature .feature-content {
			width: 85%; } }
		.core-features-area .single-core-feature .feature-content i {
		  font-size: 60px;
		  color: #e0ca00c3;
		  margin-bottom: 30px;
		  display: block; }
		.core-features-area .single-core-feature .feature-content h3 {
		  font-size: 20px; }
		  @media only screen and (min-width: 992px) and (max-width: 1199px) {
			.core-features-area .single-core-feature .feature-content h3 {
			  font-size: 24px; } }
		  @media only screen and (min-width: 768px) and (max-width: 991px) {
			.core-features-area .single-core-feature .feature-content h3 {
			  font-size: 24px; } }
		  @media only screen and (max-width: 767px) {
			.core-features-area .single-core-feature .feature-content h3 {
			  font-size: 24px; } }
		.core-features-area .single-core-feature .feature-content p {
		  margin-bottom: 0; }

  .single-service-area {
	position: relative;
	z-index: -1; }
	.single-service-area i {
	  display: block;
	  margin-bottom: 30px;
	  color: #e0ca00c3;
	  font-size: 60px; }
	.single-service-area h4 {
	  font-size: 30px;
	  margin-bottom: 25px;
	  -webkit-transition-duration: 500ms;
	  transition-duration: 500ms; }
	  @media only screen and (max-width: 767px) {
		.single-service-area h4 {
		  font-size: 24px; } }
	.single-service-area p {
	  margin-bottom: 0; }

  .our-milestones {
	position: relative;
	z-index: -1; }
	.our-milestones .single-cool-fact {
	  background-color: rgba(0, 0, 0, 0.63); }
	  .bg-img {
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat; }


		/* slider */
.QUOTATION{
	color: #ff9b00;
font-size: 30px;
}
.textmonial_card_bg{
	background-color: #3099cb; height: 300px;
}
.textimonial_img_borde{
	height: 50px;
	width: 50px;
	border-radius: 50%;
	text-align: center;
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.owl-carousel .owl-item img
{
    height:55px !important;
    width:55px !important;
    border-radius: 50%;
}
.div_center{
    place-items: center;
    display: grid;
}
/*********************************
7. Intro
*********************************/

.intro_right
{
	background: #FFFFFF;
	padding-top:65px;
}
.intro > .container
{
	max-width: 100%;
	/* padding-left: 15px;
	padding-right: 15px; */
}
.intro > .container > .row
{
	/* margin-left: 0;
	margin-right: 0; */
}
.intro > .container > .row > div[class^='col']
{
	/* padding-left: 0;
	padding-right: 0; */
}


.intro_right_text
{
	font-size: 18px;
	font-weight: 400;
	color: #717171;
	line-height: 1.88;
	margin-top: 80px;
}
/*********************************
8. Milestones
*********************************/

.milestones
{
	background: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 20px;
	/* border-bottom: solid 2px #ececec; */
}
.milestone_icon
{
	width: 82px;
	height: 82px;
}
.milestone_icon img
{
	max-width: 100%;
}
.milestone_content
{
	padding-left: 15px;
}
.milestone_counter
{
	font-family: 'Alike', serif;
	font-size: 36px;
	color: #2e3f61;
	line-height: 0.75;
}
.milestone_text
{
	font-size: 14px;
	color: #717171;
	font-weight: 500;
	line-height: 0.75;
	margin-top: 21px;
}
.single-hotel-info {
	position: relative;
	z-index: -1; }
	.single-hotel-info .hotel-info-text {
	  position: relative;
	  z-index: -1;
	  /* margin-bottom: 45px;  */
	}
	  .single-hotel-info .hotel-info-text h6 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
		margin-bottom: 15px;
		font-size: 16px; }
		.single-hotel-info .hotel-info-text h6 span {
		  -webkit-box-flex: 0;
		  -ms-flex: 0 0 30px;
		  flex: 0 0 30px;
		  max-width: 30px;
		  width: 30px;
		  margin-right: 15px;
		  height: 30px;
		  text-align: center;
		  font-size: 12px;
		  background-color: #e0ca00c3;
		  border-radius: 50%;
		  line-height: 30px;
		  color: #ffffff; }


		  /*********************************
Contact Section
*********************************/

.contact_section
{
	background: #FFFFFF;
	padding-top: 85px;
	padding-bottom:65px;
	border-bottom: solid 2px #ececec;
}
.contact_image
{
	width: 100%;
}
.contact_image img
{
	max-width: 100%;
}
.contact_logo .logo
{
	position: relative;
	left: auto;
	top: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.contact_logo .logo a > div:first-child
{
	color: #2e3f61;
}
.contact_logo .logo a > div:last-child
{
	color: rgba(46,63,97,0.54);
}
.contact_section_text
{
	margin-top: 50px;
}
.contact_section_text p
{
	line-height: 2.25;
}
.contact_section_info
{
	margin-top: 31px;
}
.contact_section_info ul li:not(:last-of-type)
{
	margin-bottom: 12px;
}
.contact_section_info ul li > div:first-child > div
{
	width: 42px;
	height: 42px;
	background: #da8661;
	text-align: center;
}
.contact_section_info ul li > div:last-child
{
	padding-left: 22px;
	font-size: 16px;
	font-weight: 500;
	color: #717171;
}

/* package deatils page */
.picZoomer{
	position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}

.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
    border:1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li{
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}
.piclist li img{
    width: 97%;
    height: auto;
}





.section-bg {
    background-color: #fff1e0;
}

.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 78px !important;

    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 10px !important;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}
.piclist li img {
    height:100px;
    object-fit:cover;
}

/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    border: 1px solid lightgray;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
._product-detail-content p._p-name {
    color: black;
    font-size: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 12px;
}
.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 25px;
    color: #318234;
}
._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}
._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.p-list {
    margin-bottom: 10px;
}
._p-features > span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.buy-btn {
    background-color: #eb9d0e;
    color: #fff;
}
.buy-btn:hover {
    background-color: #cf9231;
    color: #fff;
}
._p-add-cart .btn {
    margin: 0px 8px;
}

.add_to_cart_btn_product {
    background-color: #dfa336db;
    color: #060606fa;
}
.add_to_cart_btn_product:hover {
    background-color: #e6b864e0;
    color: #060606fa;
}


.after_add_to_cart_btn_product{
    background-color: #dfa336db;
    border: none;
    color: #ffffff !important;
  }
  .after_add_to_cart_btn_product:hover {
    background-color: #e6b864e0;
    color: #ffffff;
}
  .btn:focus,button:focus {
    outline: none !important;
    box-shadow: none !important;
  }




.services{
	margin-top: 80px;
}
@media(max-width:768px){
	._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
		left:38px !important;
	}
	._boxzoom .zoom-thumb {
		width:53px !important;}
}

.vedio_h{
height: 200px;
}

.table-main table thead {
    background: #ad7a28;
    color: #ffffff;
}
.line_clmp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line_clmp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line_clmp5{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line_clmp2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
