/*** 

====================================================================
			Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

@import url('fontawesome-all.css');
@import url('owl.css');
@import url('simple-line-icons.css');
@import url('themify-icons.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');
@import url('custom-animate.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:16px;
	color:#1b1c1e;
	line-height:1.5em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	/*font-family: 'Roboto', sans-serif;
	font-family: 'Cardo', serif;*/
	font-family: 'EB Garamond', serif;

}

a{
	text-decoration:none;
	cursor:pointer;
	color: #1b1c1e;
}

.theme_color{
	color:#1b1c1e;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px 0px 15px;
	background:none;
	line-height:1.25em;
	font-family: 'Yeseva One', cursive;
	font-family: 'EB Garamond', serif;
}

h1{
	font-size: 60px;
}

h2{
	font-size: 48px;
}

h3{
	font-size: 40px;
}

h4{
	font-size: 26px;
}

h5{
	font-size: 20px;
}

h6{
	font-size: 16px;
}

input,select,button{
	font-family: 'Roboto', sans-serif;
	font-family: 'EB Garamond', serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p{
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
	margin: 0 0 15px;
}

.text{
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
	margin: 0 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

figure{
	margin-bottom: 0;
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one .btn-title{
	position: relative;
	display:block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	padding: 15px 40px;
	background: #1b1c1e;
	border-radius:0px;
	outline: 1px solid transparent;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one:hover .btn-title{
	background: #1b1c1e;
	outline-color: #ffffff;
	outline-offset: -4px;
	color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two .btn-title{
	position: relative;
	display:block;
	font-size: 16px;
	line-height: 30px;
	color: #1b1c1e;
	font-weight: 500;
	padding: 15px 40px;
	background: #ffffff;
	border-radius:0px;
	outline: 1px solid transparent;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two:hover .btn-title{
	background: #ffffff;
	outline-color: #1b1c1e;
	outline-offset: -4px;
	color: #1b1c1e;
}

/*Btn Style Three*/

.btn-style-three{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-three .btn-title{
	position: relative;
	display:block;
	font-size: 16px;
	line-height: 30px;
	color: #1b1c1e;
	font-weight: 500;
	padding: 15px 40px;
	background: #edf0f5;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-three:hover .btn-title{
	background: #1b1c1e;
	color: #ffffff;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:rgba(0,0,0,0);
} 

.preloader .icon{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:5; 
	background-color:rgba(0,0,0,0); 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.svg);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
} 

.page-loaded .preloader .icon{
	opacity:0; 
}

.preloader:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:51%;
	height:100%;
	background:#ffffff;
	z-index:0; 
	-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(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;
}

.page-loaded .preloader:before{
	-webkit-transform:translateX(-101%);
	-ms-transform:translateX(-101%);
	transform:translateX(-101%);
}

.preloader:after{
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:51%;
	height:100%;
	background:#ffffff;
	z-index:2; 
	-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(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;
}

.page-loaded .preloader:after{
	-webkit-transform:translateX(101%);
	-ms-transform:translateX(101%);
	transform:translateX(101%);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	right:20px;
	bottom:20px;
	width:54px;
	height:54px;
	color:#ffffff;
	font-size:30px;
	line-height:54px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#25283a;
	border-radius: 0px;
	margin-left:-26px;
	display:none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	background:#ff6000;
	color:#ffffff;
	box-shadow:2px 2px 0px #25283a;
}

/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.main-header{
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	z-index: 9999;
	background:none;
}

/*=== Header Main Box ===*/

.header-style-one .header-upper{
	position:fixed;
	display: block;
	left: 0;
	top: 0;
	padding: 0px 50px;
	width: 100%;
	background: #ffffff;
	z-index: 1;
}

.fixed-header.header-style-one .header-upper,
.header-alt.header-style-one .header-upper{
	border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 10px 30px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 10px 30px 0px rgba(0,0,0,0.08);
    -ms-box-shadow: 0 10px 30px 0px rgba(0,0,0,0.08);
    -o-box-shadow: 0 10px 30px 0px rgba(0,0,0,0.08);
    box-shadow: 0 10px 30px 0px rgba(0,0,0,0.08);
}

.main-header .header-upper .inner-container{
	position:relative;
	display: block;
}

.header-style-one .header-upper .logo-box{
	position: relative;
	float: left;
	padding: 20px 0px;
	margin-right: 50px;
}

.header-style-one .header-upper .logo-box .logo{
	position: relative;
	display:block;
}

.header-style-one .header-upper .logo-box .logo img{
	position: relative;
	display: inline-block;
	max-width: 100%;
	max-height: 80px;
	z-index:1;
}

.header-style-one .other-links{
	position: relative;
	float: right;
	padding: 30px 0px 0px;
}

.header-style-one .other-links .info{
	position: relative;
	float: left;
	padding-top: 15px;
}

.header-style-one .other-links .link-box{
	position: relative;
	float: left;
	margin-left: 30px;
}

.header-style-one .other-links .info li{
	position: relative;
	float: left;
	margin-left: 30px;
}

.header-style-one .other-links .info li:first-child{
	margin-left: 0;
}

.header-style-one .other-links .info li a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #171b27;
	line-height: 30px;
}

.header-style-one .other-links .info li .icon{
	position: relative;
	font-size: 20px;
	padding-right: 10px;
}

.header-style-one .other-links .info li a:hover .txt{
	text-decoration: underline;
}

.header-style-one .nav-outer{
	position: relative;
	float: left;
	z-index:1;
}

.main-header .nav-outer .main-menu{
	position:relative;
}

.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Roboto', sans-serif;
	font-family: 'EB Garamond', serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:30px 0px 28px; /* Added 28 instead of 30px to avoid the stuttering  (top right&left bottom)*/
	margin-right: 40px;
	/* margin-bottom: 2px; */
	-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-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li:last-child:after{
	display: none;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	font-weight:500;
	text-transform:capitalize;
	letter-spacing: 0.03em;
	color:#000000;
	padding:20px 0px 10px;
	opacity:1;
	-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-menu .navigation > li > a:hover{
	border-bottom: 1px solid black;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #1b1c1e;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color: #1b1c1e;	
	
}

.sticky-header .main-menu .navigation > li.dropdown{
	padding-right:0px;	
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:250px;
	z-index:100;
	display:none;
	background:#ffffff;
	padding: 20px 0px 15px;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	padding: 0px 30px;
	width:100%;
	margin-bottom: 5px;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:5px 0px;
	line-height:24px;
	font-weight:500;
	font-size:16px;
	color:#171b27;
	text-align:left;
	text-transform:capitalize;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#1b1c1e;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0;
	width:250px;
	z-index:100;
	display:none;
	background:#ffffff;
	padding: 20px 0px 15px;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	padding: 0px 30px;
	width:100%;
	margin-bottom: 5px;
}

.main-menu .navigation > li > ul > li  > ul > li > a{
   position:relative;
	display:block;
	padding:5px 0px;
	line-height:24px;
	font-weight:500;
	font-size:16px;
	color:#171b27;
	text-align:left;
	text-transform:capitalize;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#1b1c1e;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:0px;
	top:7px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
	border-bottom:1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 99901;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 10px 0px;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 40px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before{
	display: none;
}

.sticky-header .main-menu .navigation > li > a{
	padding:21px 0px !important;
	line-height:30px;
	font-size:16px;
	font-weight:600;
	color:#25283a;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li > ul > li > ul{
	left:auto;
	right:100%;	
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 30px;
	line-height: 40px;
	cursor: pointer;
	margin-left: 0px;
	color: #222222;
	margin: 37px 0px 0px;
	display: none;
}

.mobile-nav-toggler .txt{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
}

.mobile-menu{
	position: fixed;
	left: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	background: #171b27;
	border-top: 200px solid #171b27;
	border-bottom: 150px solid #171b27;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}

.mobile-menu .navbar-collapse{
	display:block !important;	
}

.mobile-menu .nav-logo{
	position:absolute;
	left: 0;
	top: -200px;
	height: 120px;
	width: 100%;
	padding:34px 20px;
	text-align:center;	
	z-index: 10;
}

.mobile-menu .nav-logo img{
	display: inline-block;
	max-height: 52px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	left: 300px;
	max-width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.50);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #171b27;
	padding: 0px 0px;
	border-radius: 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.mobile-menu .close-btn{
	position: fixed;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 99;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	text-align: center;
}

.mobile-menu .navigation li > a{
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 10px 10px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li ul li > a{
	font-size: 15px;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:-5px;
	top:19px;
	height:6px;
	width: 6px;
	background: #ffffff;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li.current > a:before{
	opacity: 1;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#ffffff;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	display: none;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .nav-bottom{
	position:absolute;
	left: 0;
	bottom: -140px;
	height: 120px;
	width: 100%;
	padding:30px 20px 10px;
	text-align:center;	
	z-index: 10;
}

.mobile-menu .nav-bottom .copyright{
	position: relative;
	display: block;
	color: #9a9fa6;
	line-height: 24px;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding-top: 15px;
}

.mobile-menu .social-links li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.mobile-menu .social-links li a{
	position: relative;
	display: block;
	margin-right: 16px;
	color: #9a9fa6;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.mobile-menu .social-links li a:hover{
	color: #ffffff;
}

/*** 

====================================================================
		Lazy Load Settings
====================================================================

***/

img.lazy-image{
	background:url(../images/icons/image-bg.svg) center center no-repeat;	
}

img.lazy-image.loaded{
	background-image:none;
}

.owl-theme img.lazy-image.loaded{
	height: auto;
	opacity: 1;
}

/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	z-index:1;
}

.banner-carousel{
	position: relative;
	z-index: 1;
}

.banner-section .banner-bottom-pattern{
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	height: 120px;
	background: url(../images/main-slider/banner-bottom-1.png) center bottom no-repeat;
	background-size: 100% 100%;
	z-index: 5;
}

.banner-three .banner-bottom-pattern,
.banner-four .banner-bottom-pattern,
.banner-five .banner-bottom-pattern{
	background: url(../images/main-slider/banner-bottom-2.png) center bottom no-repeat;
	background-size: 100% 100%;
}

.banner-carousel .slide-item{
	position: relative;
	display: block;
	background-color: #edf5f8;
	color: #222222;
	overflow:hidden;
}

.banner-carousel .slide-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #171b27;
	opacity: 0.50;
	z-index: 1;
}

.banner-carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.banner-carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}

.banner-carousel .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 780px;
	padding: 0 0px;
	z-index:5;
}

.banner-three .banner-carousel .content-box{
	height: 830px;
}

.banner-four .banner-carousel .content-box{
	height: 870px;
}

.banner-five .banner-carousel .content-box{
	height: 870px;
}

.banner-carousel .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 120px 0px 150px;
}

.banner-two .banner-carousel .content-box .content{
	padding: 50px 0px;
}

.banner-three .banner-carousel .content-box .content{
	padding: 50px 0px 120px;
}

.banner-four .banner-carousel .content-box .content{
	padding: 170px 0px 100px;
}

.banner-five .banner-carousel .content-box .content{
	padding: 100px 0px;
}

.banner-carousel .content-box .inner{
	position: relative;
	display: block;
	max-width: 780px;
}

.banner-two .banner-carousel .content-box .inner{
	text-align: center;
	margin: 0 auto;
	max-width: 840px;
}

.banner-carousel .content-box h1{
	display: block;
	font-size: 72px;
	line-height: 1.15em;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	margin-bottom: 24px;
	text-transform: capitalize;
	letter-spacing: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	text-transform:capitalize;
}

.banner-five .banner-carousel .content-box h1{
	font-size: 60px;
	text-transform: none;
}

.banner-carousel .active .content-box h1{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .text{
	display: block;
	font-size: 20px;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-carousel .active .content-box .text{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}

.banner-carousel .content-box .link-box{
	position: relative;
	display: block;
	padding-top: 40px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-carousel .active .content-box .link-box{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .owl-nav{
	display: none;
}

.banner-section .owl-dots{
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -70px;
}

.banner-section .owl-dots .owl-dot{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	margin-bottom: 15px;
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255,255,255,0.50);
	border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span{
	border-color: rgba(255,255,255,1);
}

.banner-section .owl-dots .owl-dot span:before{
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	background: rgba(255,255,255,0.50);
	border-radius: 50%;
	z-index: 1;
}

.banner-section .owl-dots .owl-dot.active span:before{
	background: rgba(255,255,255,1);
}

.banner-two .owl-dots{
	position: absolute;
	right: auto;
	top: auto;
	margin: 0;
	bottom: 30px;
	text-align: center;
	width: 100%;
}

.banner-two .owl-dots .owl-dot{
	display: inline-block;
	margin: 0px 7px;
}

.banner-three .owl-dots{
	position: absolute;
	right: auto;
	top: auto;
	margin: 0;
	left: 50%;
	width: 1170px;
	margin-left: -585px;
	bottom: 100px;
	text-align: left;
}

.banner-three .owl-dots .owl-dot{
	display: inline-block;
	margin: 0px 15px 0px 0px;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding: 0px 0px 60px;
	background: #edf0f5;
}


.dotted-pattern-10{
	position: absolute;
	width: 250px;
	height: 264px;
	display: block;
	background: url(../images/icons/patterns/10.png) center center no-repeat;
}

.dotted-pattern-11{
	position: absolute;
	width: 322px;
	height: 322px;
	display: block;
	background: url(../images/icons/patterns/11.png) center center no-repeat;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background: #181b1f;
	color: #9a9fa6;
}

.main-footer .widgets-section{
	position:relative;
	padding:120px 0px 80px;
}

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

.main-footer .widget-title{
	position:relative;
	margin-bottom:25px;
}

.main-footer .widget-title h4{
	position: relative;
	line-height: 1.3em;
	color: #ffffff;
	text-transform: capitalize;
	margin: 0 0;
}

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

.main-footer .about-widget .logo{
	position:relative;
	margin-top: -15px;
}

.main-footer .about-widget .text{
	position:relative;
	margin-bottom: 25px;
}

/* .main-footer .newsletter-form{	
	position:relative;	
}	
.main-footer .newsletter-form form{	
	position:relative;	
}	
.main-footer .newsletter-form .form-group{	
    position: relative;	
    margin: 0;	
}	
.main-footer .newsletter-form .form-group input[type="text"],	
.main-footer .newsletter-form .form-group input[type="tel"],	
.main-footer .newsletter-form .form-group input[type="email"]{	
    position: relative;	
    width: 100%;	
    line-height: 24px;	
    padding: 0px 0px 10px;	
    height: 34px;	
	display:block;	
    font-size: 15px;	
    background: none;	
	font-weight:400;	
	color:#ffffff;	
	border-radius: 0px;	
	border-bottom:1px solid rgba(255,255,255,0.20);	
    -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 .newsletter-form .form-group input[type="text"]:focus,	
.main-footer .newsletter-form .form-group input[type="email"]:focus,	
.main-footer .newsletter-form .form-group input[type="tel"]:focus{	
	border-color:#ffffff;	
}	
.newsletter-form .form-group input::-webkit-input-placeholder{	
	color:#aaacb3;	
}	
.newsletter-form .form-group .theme-btn{	
	position: relative;	
	margin-top: 20px;	
}	
.newsletter-form .form-group .theme-btn .btn-title{	
	background: #303236;	
} */

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

.main-footer .links-widget .widget-content{
	position: relative;
	padding-left: 20px;
}

.main-footer .links-widget .column{
	position:relative;
	margin-bottom: 30px;
}

.main-footer .links-widget .links li{
	position:relative;
	margin-bottom:12px;
	line-height: 24px;
	font-size: 16px;
	color: #999ea5;
}

.main-footer .links-widget .links li a{
	position:relative;
	display: block;
	color:#999ea5;
	font-size:16px;
	text-transform: capitalize;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .links-widget .links li a:hover{
	color:#ffffff;
}

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

.main-footer .info .address,
.main-footer .info .email,
.main-footer .info .phone{
	position:relative;
	line-height: 1.6em;
	color: #9a9fa6;
	margin-bottom:15px;
}

.main-footer .info .address a,
.main-footer .info .email a,
.main-footer .info .phone a{
	color: #9a9fa6;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .info a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.main-footer .info .social-links{
	position:relative;
	line-height: 1.6em;
	color: #9a9fa6;
}

.main-footer .info .social-links a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
	color: #9a9fa6;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .info .social-links a:hover{
	color: #ffffff;
}

.main-footer .newsletter-widget{
	padding-left: 30px;
}

.main-footer .newsletter-widget .text{
	margin-bottom: 15px;
	line-height: 24px;
}

.main-footer .footer-bottom{
	position:relative;
	line-height: 24px;
}

.main-footer .footer-bottom .inner{
	position: relative;
	display: block;
	text-align: center;
	padding: 30px 0px;
	line-height: 24px;
	border-top: 1px solid rgba(255,255,255,0.10);
}

.main-footer .footer-bottom .copyright{
	position:relative;
	float: left;
}

.main-footer .footer-bottom .bottom-links{
	position:relative;
	float: right;
}

.main-footer .footer-bottom a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
	color: #999ea5;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

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


/*** 

====================================================================
	Rooms Section Two
====================================================================

***/

.rooms-section-two{
	position:relative;
	padding: 200px 0px 140px;
	background: #ffffff;
}

.rooms-section-two .carousel-box{
	position: relative;
}

.rooms-section-two .carousel-box .owl-stage-outer{
	overflow: visible;
}

.room-block-two{
	position: relative;
	margin-bottom: 60px;
}

.owl-theme .room-block-two{
	margin: 0px 15px 50px;
	opacity: 0;
	visibility: hidden;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.owl-theme .active .room-block-two{
	opacity: 1;
	visibility: visible;
}

.room-block-two .inner-box{
	position: relative;
	display: block;
}

.room-block-two .image-box{
	position: relative;
	display: block;
	background: #171b27;
	overflow: hidden;
}

.room-block-two .image-box img{
	display: block;
	width: 100%;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.room-block-two:hover .image-box img{
	opacity: 0.70;
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.room-block-two .image-box .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.room-block-two .lower-box{
	position: relative;
	display: block;
	padding: 32px 35px 40px;
	background: #ffffff;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.07);
}

.room-block-two:hover .lower-box{
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.15);
}

.room-block-two .lower-box h4{
	position: relative;
	margin-bottom: 15px;
}

.room-block-two .lower-box .pricing{
	position: relative;
	line-height: 24px;
	margin-bottom: 20px;
}

.room-block-two .lower-box .pricing .price{
	position: relative;
	display: block;
	float: left;
	color: #8e949f;
	text-transform: uppercase;
	font-weight: 500;
}

.room-block-two .lower-box .pricing .price span{
	color: #1b1c1e;
}

.room-block-two .lower-box .pricing .rating{
	position: relative;
	display: block;
	float: right;
	color: #1b1c1e;
}

.room-block-two .lower-box .pricing .rating span{
	position: relative;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
}

.room-block-two .lower-box h5{
	position: relative;
	display: block;
	margin: 0 0 20px;
}

.room-block-two .lower-box .text{
	position: relative;
	display: block;
	color: #9b9fa6;
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 40px;
}

.room-block-two .lower-box .link-box{
	position: relative;
	display: block;
}

.room-block-two .lower-box .link-box .theme-btn{
	display: block;
}

.rooms-section-two .carousel-box .owl-theme .owl-nav{
	display: none;
}

.rooms-section-two .owl-dots{
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

.rooms-section-two .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0px 7px;
}

.rooms-section-two .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(0,0,0,0.10);
	border-radius: 50%;
}

.rooms-section-two .owl-dots .owl-dot.active span{
	border-color: rgba(0,0,0,0.8);
}

.rooms-section-two .owl-dots .owl-dot span:before{
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	background: rgba(0,0,0,0.10);
	border-radius: 50%;
	z-index: 1;
}

.rooms-section-two .owl-dots .owl-dot.active span:before{
	background: rgba(0,0,0,0.8);
}

/*** 

====================================================================
	Offers Section Two
====================================================================

***/

.offers-section-two{
	position:relative;
	padding-top: 210px;
	min-height: 700px;
}

.circles{
	position: absolute;
	width: 125px;
	height: 125px;
}

.circles .c-1{
	position: absolute;
	width: 125px;
	height: 125px;
	background: #edf0f5;
	opacity: 0.50;
	border-radius: 50%;
}

.circles .c-2{
	position: absolute;
	left: -25px;
	top: 60px;
	width: 80px;
	height: 80px;
	background: #edf0f5;
	opacity: 0.50;
	border-radius: 50%;
	z-index: 1;
}

.circles-two{
	position: absolute;
	width: 180px;
	height: 180px;
}

.circles-two .c-1{
	position: absolute;
	width: 180px;
	height: 180px;
	background: #edf0f5;
	opacity: 0.50;
	border-radius: 50%;
}

.circles-two .c-2{
	position: absolute;
	left: -40px;
	top: -30px;
	width: 120px;
	height: 120px;
	background: #edf0f5;
	opacity: 0.50;
	border-radius: 50%;
	z-index: 1;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	background: #edf0f5;
	padding: 140px 0px 0px;
	overflow: hidden;
}

.gallery-section .dotted-pattern-3{
	right: -60px;
	top: -90px;
}

.gallery-section .tri-pattern-3{
	right: 90px;
	top: 30px;
}

.gallery-section .sec-title{
	max-width: 650px;
}

.gallery-block{
	position: relative;
	margin-bottom: 30px;
}

.owl-theme .gallery-block{
	margin: 0;
}

.gallery-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.masonry-item.gallery-block .inner-box:hover{
	box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.25);
}

.gallery-block .image{
	position: relative;
	display: block;
}

.gallery-block .image img{
	position: relative;
	width: 100%;
	transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-webkit-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
}

.gallery-block:hover .image img{
	transform: scale(1.1);
}

.gallery-block .overlink{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background: rgba(0,0,0,0.70);
	opacity: 0;
	visibility: hidden;
	transform: scale(2);
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	z-index: 2;
}

.gallery-block:hover .overlink{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.gallery-block .overlink .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 32px;
	text-align: center;
}

.gallery-section .owl-theme .owl-dots{
	display: none;
}

.gallery-section .owl-theme .owl-nav{
	position: absolute;
	left: 50%;
	top: -80px;
	width: 1170px;
	margin-left: -585px;
	text-align: right;
}

.gallery-section .owl-theme .owl-nav .owl-next,
.gallery-section .owl-theme .owl-nav .owl-prev{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	font-size: 20px;
	font-weight: 700;
	color: rgba(0,0,0,0.30);
}

.gallery-section .owl-theme .owl-nav .owl-next:hover,
.gallery-section .owl-theme .owl-nav .owl-prev:hover{
	color: rgba(0,0,0,0.90);
}

/*** 

====================================================================
	Featured Section Four
====================================================================

***/

.featured-section-four{
	position:relative;
	padding: 140px 0px 250px;
	background: #ffffff;
}

.featured-section-four .dotted-pattern-10{
	top: 70px;
	left: 50px;
}

.featured-section-four .dotted-pattern-11{
	right: -237px;
	bottom: 130px;
}

.featured-section-four .circles-two{
	right: 90px;
	top: 80px;
}

.featured-section-four .circles-two .c-2{
	top: auto;
	bottom: -30px;
}

.featured-section-four .text-column{
	position: relative;
	margin-bottom: 50px;
	order: 12;
    z-index: 1;
}

.featured-section-four .text-column .inner{
	position: relative;
	display: block;
	padding-top: 90px;
	padding-left: 40px;
	margin-top: -10px;
}

.featured-section-four .sec-title{
	margin-bottom: 30px;
}

.featured-section-four .text-column .text{
	font-size: 16px;
	color: #8e949f;
	line-height: 1.6em;
	margin-bottom: 25px;
}

.featured-section-four .text-column ul li{
	position: relative;
	display: block;
	color: #9b9fa6;
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 20px;
	margin: 0 0 7px;
}

.featured-section-four .text-column ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 10px;
	border-bottom: 2px solid #9b9fa6;
}

.featured-section-four .text-column .signature{
	margin-top: 40px;
}

.featured-section-four .image-column{
	position: relative;
	order: 0;
	margin-bottom: 50px;
    z-index: 1;
}

.featured-section-four .image-column .inner{
	position: relative;
	display: block;
	padding-right: 40px;
}

.featured-section-four .image-box{
	position: relative;
}

.featured-section-four .image-box .image{
	position: relative;
	display: block;
	float: right;
	width: 100%;
	max-width: 330px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10), 0px 30px 30px 0px rgba(0,0,0,0.10);
    z-index: 1;
}

.featured-section-four .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.featured-section-four .image-box .image:nth-child(2){
	position: absolute;
	max-width: 280px;
	top: 100%;
	left: 0;
	margin-top: -95px;
}

.featured-section-four .image-box .image:nth-child(3){
	position: absolute;
	max-width: 200px;
	top: 100%;
	left: 200px;
	margin-top: 90px;
}

.featured-section-four .image-box .image:nth-child(3):before{
	content: '';
	position: absolute;
	right: -70px;
	bottom: -50px;
	width: 120px;
	height: 120px;
	background: #edf0f5;
	border-radius: 50%;
}

.rooms-section{
	position:relative;
	padding: 110px 0px 80px;
	background: #ffffff;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section-two{
	position:relative;
	padding: 100px 0px 110px;
	background: #ffffff;
}

.gallery-section-two .title-box{
	position: relative;
	text-align: center;
	margin-bottom: 25px;
}

.gallery-section-two .title-box h2{
	font-size: 48px;
	text-transform: capitalize;
	margin: 0;
}

.gallery-item{
	position: relative;
	margin-bottom: 30px;
}

.gallery-item .gallery-block{
	margin: 0;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section-two{
	position:relative;
	padding: 100px 0px 90px;
	background: #ffffff;
}

.contact-section-two .info-col{
	position: relative;
	z-index: 2;
}

.contact-section-two .info-col .inner{
	position: relative;
	display: block;
	max-width: 500px;
}

.contact-section-two .info-col .u-text{
	position: relative;
	display: block;
	color: #1b1c1e;
	font-size: 16px;
	line-height: 1.60em;
	margin: 0 0 55px;
}

.contact-section-two .info{
	position: relative;
}

.contact-section-two .info .info-block{
	position: relative;
	display: block;
	margin-bottom: 52px;
}

.contact-section-two .info .info-block .block-inner{
	position: relative;
	display: block;
	padding-top: 10px;
	padding-left: 146px;
	min-height: 114px;
}

.contact-section-two .info .info-block .icon-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 114px;
	height: 114px;
	padding: 27px 10px;
	text-align: center;
	background: #1b1c1e;
	color: #ffffff;
	font-size: 40px;
	line-height: 60px;
	border-radius: 45% 55% 70% 35% / 45% 45% 55% 45%;
	box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.10);
}

.contact-section-two .info .info-block h4{
	position: relative;
	display: block;
	font-size: 24px;
	margin-bottom: 15px;
}

.contact-section-two .info .info-block .text{
	position: relative;
	display: block;
	color: #56585d; /*  9b9fa6 initial value*/
	line-height: 1.70em;
}

.contact-section-two .info .info-block .text a{
	position: relative;
	color: #56585d; /* 9b9fa6 initial value */
}

.contact-section-two .info .info-block .text a:hover{
	text-decoration: underline;
	color: #021730; /* 1b1c1e initial value  or make total black #000000*/
	font-weight: 600; /* Can be excluded */
}



/*** 

====================================================================
	Room Single Section
====================================================================

***/

.room-single{
	position:relative;
	padding: 0px 0px 110px;
	background: #ffffff;
}

.room-single .dotted-pattern-3{
	right: -70px;
	top: 270px;
}

.room-single .tri-pattern-3{
	right: 70px;
	top: 395px;
}

.room-single .circles-two{
	right: 70px;
	top: 50px;
	width: 150px;
	height: 150px;
}

.room-single .circles-two .c-1{
	width: 150px;
	height: 150px;
}

.room-single .circles-two .c-2{
	left: -35px;
	top: auto;
	bottom: -35px;
	width: 100px;
	height: 100px;
}

.room-single .upper-box{
	position: relative;
	top: -180px;
	margin-bottom: -180px;
	z-index: 10;
}

.room-single .upper-box .upper-inner{
	position: relative;
	display: block;
	padding: 90px 70px 50px;
	background: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.10), 0 30px 45px rgba(0,0,0,0.05);
}

.room-single .upper-box h2{
	margin-bottom: 15px;
}

.room-single .upper-box .pricing{
	position: relative;
	line-height: 24px;
	margin-bottom: 40px;
}

.room-single .upper-box .pricing .price{
	position: relative;
	display: block;
	float: left;
	font-size: 18px;
	color: #6a6d72; /* 787b81 alternative for bigger contrast . Initial 8e949f */
	text-transform: capitalize;
	font-weight: 500;
}

.room-single .upper-box .pricing .price span{
	color: #1b1c1e;
}

.room-single .upper-box .pricing .rating{
	position: relative;
	display: block;
	float: right;
	color: #1b1c1e;
}

.room-single .upper-box .pricing .rating span{
	position: relative;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
}

.room-single .upper-box .text{
	color: #6a6d72; /*Initial value 9b9fa6 . Alt1 : 787b81*/
	line-height: 1.70em;
}

.room-single .upper-box .text p{
	line-height: 1.70em;
	margin-bottom: 30px;
}

.room-single .upper-box .text ul{
	margin-bottom: 0px;
}

.room-single .upper-box .text ul li{
	position: relative;
	display: block;
	color: #9b9fa6;
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 20px;
	margin: 0 0 10px;
}

.room-single .upper-box .text ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 10px;
	border-bottom: 2px solid #9b9fa6;
}

.room-single .upper-box .link-box{
	position: relative;
	padding-top: 10px;
}

.room-single .upper-box .link-box .theme-btn{
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}

.room-single .lower-box{
	position: relative;
	margin-top: 70px;
}

.room-single .lower-box .row{
	margin: 0 -25px;
}

.room-single .lower-box .image-block{
	position: relative;
	padding: 0px 25px;
	margin-bottom: 30px;
}

.room-single .lower-box .image-block .image{
	position: relative;
	display: block;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.room-single .lower-box .image-block .image:hover{
    box-shadow: 0 30px 45px rgba(0,0,0,0.08);
}

.room-single .lower-box .image-block img{
	width: 100%;
	display: block;
}

.room-single .details-box{
	position: relative;
	margin-top: 70px;
}

.room-single .details-box .details-inner{
	position: relative;
	display: block;
	padding: 85px 70px 55px;
	background: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.05), 0 30px 45px rgba(0,0,0,0.05);
}

.room-single .details-box h3{
	font-size: 30px;
	margin-bottom: 25px;
}

.room-single .details-box .text{
	color: #9b9fa6;
	line-height: 1.70em;
	margin-bottom: 40px;
}

.room-single .details-box .info{
	position: relative;
	color: #1b1c1e;
	margin: 0px -15px;
	line-height: 1.60em;
}

.room-single .details-box .info li{
	position: relative;
	float: left;
	padding: 0px 15px;
	width: 20%;
	margin-bottom: 30px;
	line-height: 1.60em;
}

.room-single .details-box .info li .icon{
	position: relative;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}

.room-single .details-box .info li a:hover{
	text-decoration: underline;
}



/* HO Add on */
.footer-link a{
	color: #9a9fa6;
	text-decoration: underline;
}