/*============= Reset ======== */
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}
/* ======= Global Settings ==== */
html{
	scroll-behavior: smooth;
}
body {
	
	font-size:14px;
	color:#25283a;
	line-height:1.7em;
	font-weight:500;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Jost', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.25em;
	font-family: 'Playfair Display', serif;
}
textarea{
	overflow:hidden;	
}
button{
	outline: none !important;
	cursor: pointer;
}
p,.text{
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 400;
	margin: 0;
}
.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;
}
.pull-right{
	float: right;
}

.pull-left{
	float: left;
}
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:11111;
	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{
	color:#ffffff;
	-webkit-box-shadow:2px 2px 0px #25283a;
	-ms-box-shadow:2px 2px 0px #25283a;
	box-shadow:2px 2px 0px #25283a;
}
/*================================
		Commen Style start
=================================*/
.sec-padding{
	padding: 50px 0;
}
.sec-title .sub-title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #00ad8a;
    font-family: 'Montserrat', sans-serif;
}
.sec-title .title{
	font-size: 50px;
    font-weight: 600;
    color: #24324a
}
.sec-title .desc{
	font-size: 17px;
    font-weight: 500;
    color: #6b6b6b;
    margin: 20px 0;
}
@media(min-width: 320px){
.sec-title .title {
    font-size: 26px;
    font-weight: 500;
    text-align: center
}
.sec-title .sub-title{
	font-size: 12px;
	text-align: center;
}
}
@media(min-width: 576px){
.sec-title .title {
    font-size: 30px;
    font-weight: 500;
}
}
@media(min-width: 768px){
.sec-title .title {
    font-size: 40px;
    font-weight: 500;
}
.sec-title .sub-title{
	font-size: 14px;
}
}
@media(min-width: 992px){
.sec-title .title {
    font-size: 48px;
    font-weight: 800;
    text-align: left;
}
.sec-title .sub-title {
    text-align: left;
}
}
/*================================
		Commen Style End
=================================*/
/*** ================= Main Header style ================== ***/
.main-header{
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	background:none;
}
.main-header .header-top{
	background-color: #fff;
    color: #484848;
    padding: 10px 0 10px;
    border-bottom: 1px solid #e4e4e4;
}
.main-header .header-top .info li{
	position: relative;
    float: left;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    padding: 0px 0px;
}
.main-header .header-top .info li:before{
	content:'';
	position:absolute;
	top:2px;
	left:-20px;
	height:20px;
	border-left:1px solid #fff;	
}
.main-header .header-top .info li:first-child:before{
	display:none;	
}
.main-header .header-top .info li a{
	position:relative;
	display: inline-block;
	color: #484848;
	-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-header .header-top .info li a .icon{
	position:relative;
	padding-right:5px;
}
.main-header .header-top .info .search-btn{
	position:relative;	
}
.main-header .header-top .info .search-toggler{
	position:relative;
	padding:0;
	background:none;
	margin:0;
	line-height:24px;
	color: #aaabaf;	
	font-size:14px;
	cursor:pointer;
}
.contact_dropdown{
	margin: 0;
    padding: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: 600;
}
.contact_dropdown:hover{
	box-shadow: none;
}
.contact_dropdown:active, .contact_dropdown:focus{
	box-shadow: none !important;
}
.contact_dropdown:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 3px;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.main-header .header-top .social-links{
	position: relative;
    float: right;
    border-left: 1px solid #484848;
    padding-left: 10px;
    margin-left: 10px;
}
.main-header .header-top .social-links li{
	position:relative;
	float:left;
	color:#484848;
	line-height:24px;
	margin-right:5px;
}
.main-header .header-top .social-links li:last-child{
	margin-right: 0;
}
.main-header .header-top .social-links li a{
	position: relative;
    display: block;
    background: #484848;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 2px solid #fff;
    line-height: 37px;
    text-align: center;
    -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-header .header-top .social-links li a:hover{
	background: #484848;
	color:#fff;
}
@media(min-width: 320px){
.top-left{
	width: 100%;
}
.main-header .header-top .info{	
    margin: 0 auto;
    display: table;
    margin-bottom: 10px;
}
.top-right{
	margin: 0 auto;
    width: auto !important;
}
.main-header .header-top .info li {
    font-size: 14px;
}
.contact_dropdown {
    font-size: 14px;
}
.main-header .header-top .social-links li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
}
}
@media(min-width: 480px){
.main-header .header-top .info li {
    font-size: 15px;
}
.contact_dropdown {
    font-size: 15px;
}
.main-header .header-top .social-links li a {
    position: relative;
    display: block;
    background: #00ad8a;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 2px solid #fff;
    line-height: 37px;
}
}
@media(min-width: 768px){
.top-left{
	width: auto;
}
.main-header .header-top .info{
	margin-bottom: 0;
}	
.top-right{
	margin: inherit;
}
}
@media only screen and (max-width: 991px){

}
/*=== Header Upper ===*/
.main-header .header-upper{
	position:relative;
	background: #00ad8a;
	box-shadow: 0 4px 10px 0 rgb(0 0 0 / 31%), 0 2px 2px 0 rgb(0 0 0 / 32%);
}
.main-header .header-upper .inner-container{
	position:relative;
	min-height:120px;	
}
.logo-section{
	padding: 10px 0;
}
.logo-section img{
	width: 145px;
}
.main-header .nav-outer{
	position: relative;
	float: right;
	width:100%;
	z-index:1;
}
.main-header .nav-outer .link-box{
	position:relative;
	padding:30px 0px 0px;
	float:right;
}
.main-header .nav-outer .link-box .cart-link{
	position:relative;
	float:right;
	padding-top:15px;	
}
.main-header .nav-outer .link-box .cart-link a{
	display:block;
	line-height:30px;
	font-size:24px;
	color:#25283a;	
}
.main-header .nav-outer .main-menu{
	position:relative;
	/*float:left;*/
}
.main-menu .navbar-collapse{
	padding:0px;
	/*display:block !important;*/
}
.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Montserrat', sans-serif;
}
.main-menu .navigation > li{
	position: relative;
    float: left;
    padding: 12px 20px;
	-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 > a{
	position: relative;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 0px;
    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:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0;
	width:0px;
	-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 > a:before{
	display:none;
}
.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	width:100%;
}
.main-menu .navigation > li.dropdown{
	padding-right:14px;	
}
.sticky-header .main-menu .navigation > li.dropdown{
	padding-right:0px;	
}
.main-menu .navigation > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:-14px;
	top:3px;
	display:block;
	line-height:30px;
	font-size:14px;
	font-weight:800;
	text-align:center;
	z-index:5;	
}
.sticky-header .main-menu .navigation > li.dropdown > a:before,
.sticky-header .main-menu .navigation > li.dropdown > a:after{
	display: none;
}
.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
	padding: 0px 0px;
	background-color: #ffffff;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
	-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;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}
.main-menu .navigation > li > ul > li:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:0%;
	height:100%;
	display:block;
	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:hover > a{
	color:#ffffff;
}
.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:600;
	font-size:14px;
	text-transform:capitalize;
	color:#25283a;
	text-align: left;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:16px;
	top:12px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:800;
	text-align:center;
	z-index:5;	
}
.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:-2px;
	width:230px;
	z-index:100;
	display:none;
    padding: 0px 0px;
	background-color: #ffffff;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
	-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.from-right{
	left:auto;
	right:0px;	
}
.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}
.main-menu .navigation > li > ul > li > ul > li:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0%;
	height:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover:before{
	
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}
.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:600;
	font-size:14px;
	text-transform:capitalize;
	color:#25283a;
	text-align: left;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:16px;
	top:12px;
	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;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);
	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;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	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 #e5e5e5;
    -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: 30px !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: 20px 0px !important;
    line-height: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #25283a;
    text-transform: uppercase;
    -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: 40px;
	line-height: 50px;
	cursor: pointer;
	margin-left: 25px;
	margin-top: 35px;
	display: none;
}
.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	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:relative;
	padding:30px 25px;
	text-align:left;	
}
.mobile-menu-visible{
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s 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: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-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;
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-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;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height: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{
	height:100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:6px;
	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;
	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 .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}
.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
}
.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
@media(max-width: 1138px){
.nav-outer .mobile-nav-toggler{
	margin-top: 10px;
}
}
@media(max-width: 1139px){
.main-menu .navigation > li{
	margin-right: 30px;
}
.main-header .nav-outer .main-menu,
.sticky-header{
	display: none !important;
}
.nav-outer .mobile-nav-toggler{
	display: block;
}
}
@media(max-width: 480px){
.nav-outer .mobile-nav-toggler {
    margin-top: 10px;
}
}

/* =========== Bnner Section ============ */
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 25%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-caption p{
	font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.carousel-caption h3{
	font-size: 48px;
    font-weight: bolder;
    text-transform: uppercase;
    margin: 15px 0;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.slider_btn{
	display: inline-block;
	background: #000;
	border:2px solid #000;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    transition: .5s;
}
.slider_btn:hover{
	background: transparent;
	border:2px solid #fff;
	color: #fff;
}
.carousel .carousel-control-next-icon {
    background-image: url(../images/right-arrow.png);
}
.carousel .carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png);
}
.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 60px;
    height: 60px;
}
@media(max-width: 991px){
.carousel-caption{
	bottom: 15%;
}
.carousel-caption h3{
	font-size:30px;
}
}
@media(max-width: 767px){
.carousel-caption{
	bottom: 10%;
}
.carousel-caption h3 {
    font-size: 20px;
    margin: 10px 0;
}
.carousel-caption p {
    font-size: 16px;
}
.slider_btn {
    padding: 5px 20px;
    font-size: 14px;
}
}
@media(max-width: 575px){
.carousel-caption{
	bottom: 8%;
}
.carousel-caption h3 {
    font-size: 16px;
    margin: 0 0 5px;
}
.slider_btn {
    padding: 2px 15px;
    font-size: 13px;
}
}
@media(max-width: 480px){
.carousel-caption h3 {
    font-size: 12px;
}
.carousel-caption p {
    font-size: 12px;
}
.slider_btn {
    padding: 0px 10px;
    font-size: 12px;
}
}
/* =========== End Bnner Section ======== */

/*==========================================
			Facility Section
===========================================*/
.main-facility_section{
	padding: 50px 0
}
.facility_inner{

}
.facility_inner ul{
	display: inherit;
    flex-direction: column!important;
    white-space: normal;
    overflow-x: inherit;
    overflow-y: inherit;
    text-align: left;
    background: none;
    border: none;
}
.facility_inner ul li{
	display: inline-block;
    width: 18%;
    margin: 0 10px;
}
.facility_inner ul li a{

}
.facility_item{
	box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%), 0 0px 10px 0 rgb(0 0 0 / 20%);
    padding: 36px 20px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 10px;
}
.icon_facility{
	margin-bottom: 10px;
}
.icon_facility img{
	width: 50px;
}
.facility_item h3{
	font-size: 14px;
    text-transform: uppercase;
    color: #00ad8a;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}

@media (min-width: 320px){
.facility_inner ul{
    border: none;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    display: block;
    margin-bottom: 20px;
    height: auto;
    text-align: center;
}
.facility_inner ul li {
    width: 65%;
    margin: 10px 10px;
}
}
@media(min-width: 576px){
.facility_inner ul li {
    width: 33%;
}
}
@media(min-width: 768px){
.facility_inner ul li {
    width: 25%;
}
}
@media(min-width: 992px){
.facility_inner ul{
	display: inherit;
    flex-direction: column!important;
    white-space: normal;
    overflow-x: inherit;
    overflow-y: inherit;
    text-align: left;
    background: none;
    border: none;
}
.facility_inner ul li{
    width: 17.57%;
    margin: 0 10px 25px;
}
}
@media(min-width: 1198px){
.facility_inner ul li{
    width: 18%;
}
}

/*===================================
			About Section
====================================*/
.about_section_area{
	position: relative;
    background-repeat: no-repeat !important;
    background-position: top right !important;
    background-size: auto 100% !important;
    padding: 50px 0;
}
.about_section_area:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: -moz-linear-gradient(left,rgba(245,245,245,1) 50%,rgba(255,255,255,0) 140%);
    background: -webkit-linear-gradient(left,rgba(245,245,245,1) 50%,rgba(255,255,255,0) 140%);
    background: linear-gradient(to right,rgb(255 255 255) 50%,rgba(255,255,255,0) 140%);
}
.about-inner{
	position: relative;
	z-index: 1
}
.about-inner h1{
	color: #24324a;
    font-size: 48px;
    font-weight:800;
    margin-bottom: 10px;
}
.about-inner h4{
	color: #24324a;
    font-size: 26px;
    margin-bottom: 30px;
}
.about-inner p{
	margin-bottom: 20px;
}
.readon{
	background: #00ad8a;
    display: inline-block;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 30px;
    transition: .5s ease-in-out;
    border: 1px solid #00ad8a;
}
.readon:hover{
	background: #24324a;
	border:1px solid #24324a;
	color: #fff;
}
@media (min-width: 320px){
.about-inner h1{
    font-size: 30px;
    text-align: center;
}
.about-inner h4 {
    font-size: 16px;
    text-align: center;
}
.about-inner p {
    text-align: center;
}
.readon{
	width: 100%;
	text-align: center;
}
}
@media (min-width: 576px){
.about-inner h1{
    font-size: 30px;
}
.about-inner h4 {
    font-size: 18px;
}
}
@media(min-width: 768px){
.about-inner h1{
    font-size: 40px;
    text-align: left;
}
.about-inner h4 {
    font-size: 22px;
    text-align: left;
}
.about-inner p {
    text-align: inherit;
}
.readon{
	width: auto;
	text-align: left;
}
}
@media(min-width: 992px){
.about-inner h1{
    font-size: 48px;
    font-weight:800;
    margin-bottom: 25px;
}
.about-inner h4 {
    font-size: 26px;
}
}
@media (max-width: 991px){
.about_section_area {
    background-image: none!important;
}
}


/*=====================================
	Heighlight facility Section
=====================================*/
.facility_details_heighlight{
	padding: 50px 0;
}
.features-item {
    position: relative;
    padding-top: 100%;
    margin-bottom: 30px;
    border: 20px solid #fff;
    box-shadow: 0 0 30px 0 rgb(33 30 25 / 10%);
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
}
.features-item a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 60px 30px 30px;
    color: #fff;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgb(68 105 189 / 83%) 70%);
}
.features-item a:hover {
    padding-bottom: 60px;
}
.features-item h3{
	font-size: 24px;
	margin-bottom: 10px;
}
.features-item  p{
	font-size: 14px;
    line-height: 20px;
}
/*=====================================
	Heighlight facility Section
=====================================*/

/*=====================================
		 Room Section Area
======================================*/
.room_section_area{
    padding:50px 0;
	position: relative;
	z-index: 11;
}
.rooms-item .item-inner {
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(33 30 25 / 10%);
}
.rooms-item .item-photo a {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border: 10px solid #fff;
}
.rooms-item .item-desc {
    position: relative;
    padding: 40px;
    text-align: center;
}
.rooms-item .item-desc h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.rooms-item .item-desc h2 a{
    color: #24324a;
}
.rooms-item .item-desc p {
    color: #818a9c;
    font-size: 18px
}
.rooms-item .item-desc .fa-star {
    position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.rooms-item .item-desc .fa-star:before {
    content: "\f005\f005\f005";
    letter-spacing: 5px;
    color: #00ad8a;
}
@media(min-width: 768px){
.rooms-item .item-desc p {
    font-size: 18px;
}
}
@media(min-width: 992px){
.rooms-item .item-desc p {
    font-size: 16px;
}
}
/*=====================================
		 Room Section Area
======================================*/

/*================================
	  Advertisement Section
=================================*/
.advertisement_section{
	margin-top: -180px;
}
.advertisement_section .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 10%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.advertisement_section .carousel-caption h3{
	text-transform: capitalize;
    font-weight: normal;
    margin-bottom:60px;
}
.advertisement_section .rgba-black-light, .advertisement_section .rgba-black-light:after {
    background-color: rgba(0,0,0,68%);
}
.advertisement_section .carousel-caption a{
	border: 1px solid #fff;
	background: transparent;
    color: #fff;
    border-radius: 35px;
    padding: 10px 35px;
    display: inline-block;
}
.advertisement_section .carousel-caption a:hover{
	background: #fff;
	color:#000;
}
@media(min-width: 320px){
.advertisement_section {
    margin-top: 50px;
}
.rooms-item .item-inner{
	margin-bottom: 25px;
}
}
@media(min-width: 768px){
.advertisement_section {
    margin-top: -80px;
}
.rooms-item .item-inner{
	margin-bottom: 0;
}
}
@media(min-width: 1200px){
.advertisement_section {
    margin-top: -180px;
}
}
/*================================
	  Advertisement Section
=================================*/

/*================================
		Offers Block
=================================*/
.offers_block{
	padding: 50px 0;
    background: #eff9f7;
}
.gallery-box {
    float:left;
    overflow:hidden;
    position:relative;
    width:100%;
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
    margin-bottom: 25px;
}
.gallery-box::before {
    background:#01493a none repeat scroll 0 0;
    content:"";
    height:100%;
    width:100%;
    opacity:0;
    position:absolute;
    left:0;
    top:0;
    -webkit-transition:all 0.25s linear;
    -moz-transition:all 0.25s linear;
    -ms-transition:all 0.25s linear;
    -o-transition:all 0.25s linear;
    transition:all 0.25s linear;
}
.gallery-box:hover:before{opacity:0.8;}
.gallery-hover {
    background: #15b393c9 none repeat scroll 0 0;
    padding-top: 20px;
    text-align:center;
    width:100%;
    position:absolute;
    left:0;
    top:0;
}
.gallery-box:hover .gallery-hover {
    background:none;
    top:50%;
    padding:0 30px 60px;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
.gallery-box.bottom .gallery-hover {
    bottom:0;
    top:auto;
}
.gallery-box.bottom:hover .gallery-hover{
    bottom:50%;
    top:auto;
    -webkit-transform:translateY(50%);
    -moz-transform:translateY(50%);
    -ms-transform:translateY(50%);
    -o-transform:translateY(50%);
    transform:translateY(50%);
}
.gallery-box:hover .gallery-inner > span{color:#ffffff;}
.gallery-hover span {
    color: #ffffff;
    float: left;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}
.gallery-box > img {width:100%;}
.amount {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.gallery-hover h5 {
    color:#3e3e3e;
    float:left;
    font-size:24px;
    font-weight: 800;
    text-decoration:none;
    text-transform:uppercase;
    margin: 0px 0 5px;
    width:100%;
}
.gallery-hover h5 a{
	color:#fff;
}
.gallery-box:hover .gallery-hover h5{
    color:#ffffff;
    font-size:28px;
}
.gallery-hover ul {
    float:left;
    list-style:outside none none;
    margin:0 0 10px;
    padding:0;
    width:100%;
}
.gallery-hover ul li {
    color:#696969;
    display:inline-block;
    font-size:16px;
    font-weight:400;
    padding:0 5px;
    position:relative;
}
.gallery-hover ul li::before {
    content: ",";
    position: absolute;
    right: -5px;
    bottom: 0;
    color: #fff;
}
.gallery-hover ul li a {
	color:#fff;
}
.gallery-hover ul li:last-child::before {
	display:none;
}
.gallery-box:hover .gallery-hover ul li{
	color:#ffffff;
}
.gallery-hover .book-now {
    left:50%;
    position:absolute;
    bottom:0;
    white-space:nowrap;
    -webkit-transform:translateX(-50%) scale(0);
    -moz-transform:translateX(-50%) scale(0);
    -ms-transform:translateX(-50%) scale(0);
    -o-transform:translateX(-50%) scale(0);
    transform:translateX(-50%) scale(0);
}
.gallery-box:hover .gallery-hover .book-now {
    -webkit-transform:translateX(-50%) scale(1);
    -moz-transform:translateX(-50%) scale(1);
    -ms-transform:translateX(-50%) scale(1);
    -o-transform:translateX(-50%) scale(1);
    transform:translateX(-50%) scale(1);
}
.gallery-box.left .gallery-hover,
.gallery-box.right .gallery-hover{
    top:50%;
    width:30%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
.gallery-box.left:before,
.gallery-box.right:before {
    background:#ffffff none repeat scroll 0 0;
    opacity:1;
    width:30%;
}
.gallery-box.right:before,
.gallery-box.right .gallery-hover{
    left:auto;
    right:0;
}
.gallery-box.left:hover::before,
.gallery-box.right:hover:before {
    background:#000000 none repeat scroll 0 0;
    opacity:0.8;
    width:100%;
}
.gallery-box.left:hover .gallery-hover,
.gallery-box.right:hover .gallery-hover {width:100%;}
.book-now{
	background: #fff;
    padding: 10px 35px;
    border-radius: 40px;
    color: #000;
}
/*================================
		Offers Block
=================================*/

/*================================
		Award Section
=================================*/
.half-parallax {
    height: 80% !important;
}
.block {
    /*float: left;*/
    width: 100%;
    padding: 90px 0;
    position: relative;
    z-index: 1;
}
.half-parallax:before {
    height: 63%;
}
.darkblue-layer:before {
    background: #000 none repeat scroll 0 0;
    opacity: 0.5;
}
.half-parallax .parallax {
    height: 63%;
}
.parallax, .fixed-bg {
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.award-area {
    float: left;
    width: 100%;
}
.service-carousel {
    float:left;
    width:100%;
}
.award-box {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 3px;
    background: #fff;
}
.award-box  img {
	width:100%;
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.award-box:hover > img{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-trasform:scale(1.2);
    transform:scale(1.2);
}
.award-name {
    background:#044fa2 none repeat scroll 0 0;
    bottom:0;
    position:absolute;
    text-align:center;
    width:100%;
    z-index:1;
    right:0;
}
.award-name > h5 {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 20px 0;
    text-transform: capitalize;
}
.award-name > h5 a{
    color:#fff;
    text-decoration:none;
}
.award-title > h3 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    line-height: 56px;
    margin: 0;
    text-transform: capitalize;
}
@media(min-width: 320px){
.award-title > h3 {
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 25px;
}
}
@media(min-width: 576px){
.award-title > h3 {
    font-size: 30px;
}
}
@media(min-width: 768px){
.award-title > h3 {
    font-size: 36px;
    line-height: 45px;
    text-align: left;
    margin-bottom: 0
}
}
@media(min-width: 768px){
.award-title > h3 {
    font-size: 36px;
    line-height: 45px;
    text-align: left;
    margin-bottom: 0
}
}
@media(min-width: 992px){
.award-title > h3 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    line-height: 56px;
    margin: 0;
    text-transform: capitalize;
}
}
/*================================
		Award Section
=================================*/




/*=================================
		Footer Section
===================================*/
.main-footer{
	background: #303030;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-top-section{
	/*background: #383838;*/
    padding: 50px 0 25px; 
}
.footer-widget{
	border-right:2px solid #707070;
	margin-bottom: 25px;
	height: 100%;
}
.footer-address-list {
    list-style: none;
    padding: 0;
}
.ftr_about_dsc p{
	color: #fff;
    line-height: 28px;
}
.ftr_about_dsc a{
	color: #feb109;
}
.footer-address-list li {
    margin-bottom: 15px;
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.footer-address-list li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.footer-address-list li i {
    color: #ffffff;
    text-align: center;
    font-size: 28px;
}
.footer-address-list li i, .footer-address-list li p {
    display: table-cell;
    vertical-align: top;
}
.footer-address-list p{
	color:#fff;
	margin-left:10px;
}
.footer-address-list p a{
	color:#fff;
}
.mobile_sty i{
	color:#feb109 !important;
}
.mobile_sty p a{
	color:#feb109 !important;
	font-weight: bold;
}
.footer_title h1{
	color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.border-none{
	border:none !important;
}
.footer-link-list li{
	transition: .5s;
    margin-bottom: 10px;
}
.footer-link-list li:hover:before{
	color: #feb109;
}
.footer-link-list li a{
	color: #fff;
    font-weight: 400;
    transition: .5s;
}
.footer-link-list li a:hover{
	color: #feb109;
}
.footer-link-list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f30b";
    color: #fff;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
}
.footer-social ul li a {
    color: #fff;
    font-size: 16px;
    background-color: #feb1097d;
    border: none;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    transition: .5s;
}
.footer-social ul li a:hover{
	background-color: #feb109;
}
.footer-bottom .copyright-area {
    position: relative;
}
.footer-bottom .copyright-area p {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
.footer-bottom-section{
	background:#181717;
}
.footer-bottom{
	padding: 20px;
}
@media(min-width: 320px){
.footer-bottom .copyright-area:before {
    display:none;
}
.footer-bottom .copyright-area:after {
    display: none;
}
.footer-widget{
	border-right: none;
}
.partner_section_heading h1 {
    text-align: center;
}
.partner_section_heading {
    border-right: none;
}
}
@media(min-width: 768px){

}
@media(min-width: 992px){
.partner_section_heading h1 {
    font-size: 38px;
    font-weight: 800;
    color: #000;
    text-align: left;
}
.partner_section_heading {
    border-right: 2px solid #000;
}
}
@media(min-width: 1366px){
.footer-bottom .copyright-area:before {
    content: "";
    height: 1px;
    width: 310px;
    background-color: #e1e1e1;
    position: absolute;
    bottom: 15px;
    left: 0;
    display: block;
}
.footer-bottom .copyright-area:after {
    content: "";
    height: 1px;
    width: 310px;
    background-color: #e1e1e1;
    position: absolute;
    bottom: 15px;
    right: 0;
    display: block;
}
}


/*=====================================
			Inner Banner Section
======================================*/
.inner-page-banner {
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    position: relative !important;
    z-index: 1;
}
.inner-page-banner:before{
    background: linear-gradient(90deg,#00000087,#0000004a);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}/*
.inner-page-banner-container {
    width: 100%;
    background-color: rgb(0 0 0 / 52%);
}*/
.inner-page-banner-container .row {
    min-height: 300px;
    margin: 0;
}
.page-title-heading h2 {
    display: inline-block;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    padding-left: 20px;
    margin-bottom: 12px;
    position: relative;
    color: #fff;
}
.page-title-heading h2:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background: #fff;
}
.page-title-heading p{
	font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.widget-breadcrumb{
	height: 50px;
    padding: 15px 0;
    background: #efefef;
}
.widget-breadcrumb ul li {
    position: relative;
    line-height: 20px;
    font-size: 10px;
    color: #d77b5d;
    text-transform: uppercase;
    padding-left: 20px;
}
.widget-breadcrumb ul li:first-child {
    padding-left: 25px;
}
.widget-breadcrumb ul li {
    position: relative;
    line-height: 20px;
    font-size: 12px;
    color: #00ad8a;
    text-transform: uppercase;
    padding-left: 20px;
}
.widget-breadcrumb ul li, .widget-pager ul li {
    font-weight: 500;
    margin-right: 10px;
    float: left;
}
.widget-breadcrumb ul li:first-child:before {
    content: "\f015";
}
.widget-breadcrumb ul li:before {
    content: "\f105";
}
.widget-breadcrumb ul li:before {
    position: absolute;
    top: 0px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 16px;
    color: #818a9c;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.widget-breadcrumb ul li a {
    display: block;
    height: 20px;
    color: #818a9c;
}
@media (max-width: 991px){
.inner-page-banner-container .row {
    color: #fff;
    min-height: 180px;
}
.page-title-heading h2 {
    font-size: 38px;
}
}
@media (max-width: 767px){
.page-title-heading h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.breadcrumb-wrapper span {
    font-size: 13px;
}
}
/*==================================
			Inner Banner End
===================================*/

/*==================================
		Content Page Section
===================================*/
.site-main-content-area {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.img-right {
    margin: 10px 0px 10px 20px;
    float: right;
    max-width: 600px;
    display: block;
    padding: 2px;
}
.site-main-content-area-inner h2{
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin: 15px 0 5px;
}
.site-main-content-area-inner ul li{
	position: relative;
	padding: 0 0 10px 20px;
}
.site-main-content-area-inner ul li:before{
	position: absolute;
    content: "";
    top: 5px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #044fa2;
    border-radius: 50%;
}
@media(min-width: 320px){
.img-right{
    float: none;
    max-width: 100%;
    margin: 10px 0 20px;
}
}
@media(min-width: 576px){
.img-right{
    max-width: 500px;
    float: right
}
}
@media(min-width: 768px){
.img-right{
    max-width: 600px;
    float: right
}
}
/*==================================
		Content Page Section
===================================*/
.time-line-section{
	padding: 50px 0;
}
.widget-history-timeline {
    background-color: #fff;
}
.widget-history-timeline ul li:after,
.widget-history-timeline ul:after {
    left: 50%;
    content: "";
    display: inline-block;
    background-color: #e1e1e1;
}
.widget-history-timeline ul {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.widget-history-timeline ul:after {
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}
.widget-history-timeline ul li {
    position: relative;
    margin-bottom: 50px;
}
.widget-history-timeline ul li:before{
	display: none;
}
.widget-history-timeline ul li p:last-of-type,
.widget-history-timeline ul li:last-child {
    margin-bottom: 0;
}
.widget-history-timeline ul li:after {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.widget-history-timeline ul li h5 {
     position: absolute;
    top: 50%;
    max-width: 60px;
    margin-top: -5px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    color: #044fa2;
}
.widget-history-timeline ul li:nth-child(odd) {
    padding-left: calc(50% + 100px);
}
.widget-history-timeline ul li:nth-child(odd) h5 {
    left: calc(50% + 30px);
}
.widget-history-timeline ul li:nth-child(even) {
    padding-right: calc(50% + 100px);
    text-align: right;
}
.widget-history-timeline ul li:nth-child(even) h5 {
    right: calc(50% + 30px);
}
.widget-history-timeline ul li h3{
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0851a4;
}
@media (max-width: 767px){
    .widget-history-timeline ul li:after,
    .widget-history-timeline ul:after {
        display: none;
    }
    .widget-history-timeline ul {
        padding: 0;
    }
    .widget-history-timeline ul li {
        text-align: center;
        margin-bottom: 40px;
    }
    .widget-history-timeline ul li h5 {
        position: static;
        top: inherit;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .widget-history-timeline ul li:nth-child(odd) {
        padding-left: 0;
    }
    .widget-history-timeline ul li:nth-child(odd) h5 {
        left: inherit;
    }
    .widget-history-timeline ul li:nth-child(even) {
        padding-right: 0;
        text-align: center;
    }
    .widget-history-timeline ul li:nth-child(even) h5 {
        right: inherit;
    }
}

.widget-features-carousel .features-item {
    position: relative;
    padding-top: 100%;
    background-color: #fff;
    margin:15px;
}
.widget-features-carousel .features-item .item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: auto 40%;
}
.widget-features-carousel .features-item .item-inner h5{
	font-size: 15px;
    color: #044fa2;
    margin-top: 35px;
    font-weight: 600;
    text-transform: uppercase;
}
.about-Page-section p{
	margin-bottom: 10px;
}

/*=====================================
		Testimonials Section
======================================*/
.testimonials_section{
	background:#f5f5f5;
	position: relative;
}
.testimonials-section-bottom-sque{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.testimonials-item {
    text-align: center;
}
.testimonials-item .item-comment {
    position: relative;
    padding: 30px;
    font-size: 13px;
    margin-bottom: 40px;
    line-height: 22px;
    color: #24324a;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 0 30px 0 rgb(33 30 25 / 10%);
}
.testimonials-item .item-comment:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -20px;
    border-style: solid;
    border-width: 20px 20px 0;
    border-color: #fff transparent transparent;
}
.testimonials-item .item-customer h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    color: #02ae8b;
}
.testimonials-item .item-customer h6 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    color: #434343;
    margin-top: 10px;
}
.testimonials-item .item-customer h6 {
    margin-bottom: 0;
}
.testimonials-item .item-customer .customer-photo {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.testimonials_section_right_art{
	position: absolute;
    bottom: 40px;
    right: -100px;
    width: 350px;
}
@media(min-width: 320px){
.testimonials_section_right_art{
	display: none;
}
}
@media(min-width: 768px){
.testimonials_section_right_art{
	display: block;
	position: absolute;
    bottom: 20px;
    right: -100px;
    width: 300px;
}
}
@media(min-width: 992px){
.testimonials_section_right_art {
    position: absolute;
    bottom: 40px;
    right: -100px;
    width: 350px;
}
}

/*==================================
			Contact page
==================================*/
.contact-page-outer{
	padding-bottom: 50px;
}
.left-con-details h4{
	font-size: 30px;
    font-weight: 600;
    color: #24324a;
    margin-bottom: 20px;
}
.left-con-details .featured-icon-box{

}
.left-con-details .featured-icon-box .ttm-icon {
    margin-bottom: 0;
    height: auto;
    width: auto;
    line-height: 1;
    color: #00ad8a;
}
.left-con-details .featured-icon-box.icon-align-before-content .featured-icon,
.left-con-details .featured-icon-box.icon-align-before-content .featured-content {
    display: table-cell;
    vertical-align: middle;
}
.left-con-details .featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
}
.left-con-details .featured-title h5{
    color: #00ad8a;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}
.sep_holder_box{
	margin:20px 0;
}
.sep_holder_box .sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.sep_holder .sep_line {
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
.featured-desc a{
	color: #5d5d5d;
    font-size: 16px;
}
.featured-desc a:hover{
	color: #31bef3;
}
ul.social-icons {
    margin: 0;
    padding: 0;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    margin:0 2px;
    padding: 0 6px !important;
}
.social-icons li:before{
	background-color: transparent !important;
    width: 0px !important;
    height: 0px !important;
}
.social-icons.circle li>a {
    border: 1px solid;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 22px;
    border-radius: 50%;
    color: #00ad8a;
    transition: .5s;
}
.social-icons.circle li>a:hover{
	color: #ffffff;
    background: #00ad8a;
    border-color: #00ad8a;
}
.right-con-form{
	padding: 50px;
    margin-top: -100px;
    z-index: 2;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    position: relative;
    background: #fff;
}
.section-title .title-header {
    position: relative;
    margin-bottom: 17px;
}
.section-title h5 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    color: #00ad8a;
    font-family: 'Jost', sans-serif;
}
.section-title h2.title {
    font-weight: 700;
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 0;
    color: #24324a;
}
.wrap-form label {
    width: 100%;
    margin: 0;
}
.wrap-form span.text-input {
    margin-bottom: 30px;
    display: block;
    position: relative;
}
textarea, input[type="text"],
input[type="password"],
input[type="datetime"], 
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #8a91ac;
    padding: 12px 15px 11px;
    border-radius: 3px;
    font-weight: 500;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #44afcc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: searchfield;
}
.facility-sectgion{
	background-color: #44afcc;
	background-image: url(../images/row-bgimage-4.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.z-index-1{
	z-index: 1;
}
.facility-sectgion-bg-layer{
	background-color: #44afcc;
	opacity: .28;
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.featured-icon-box {
	position: relative;
}
.featured-icon-box .ttm-icon{
	margin-bottom: 0; 
}
.featured-title h5{
	font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 600;
}
.featured-desc p{
	font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.featured-desc p span{
	color: #000;
    font-weight: 600;
}
.featured-icon-box.icon-align-before-heading .featured-icon{
	position: absolute;
	left: 0;
	top: 0;
}
.featured-icon-box.icon-align-before-heading .featured-title{
	padding-left: 60px;
}

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content{
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i { 
    display: inline-block;
    vertical-align: middle; 
    position: unset;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
}
.featured-icon-box.icon-align-before-content .featured-content{
    padding-left: 15px;
}
.featured-icon-box.icon-align-before-content .featured-content .featured-title h5{
    margin-bottom: 4px;
}
.featured-icon-box.icon-align-top-content .featured-content{
    margin-top: 18px;
    position: relative;
}
.featured-icon-box.icon-align-top-content .featured-title h5{
    margin-bottom: 10px;
}
.featured-icon-box.icon-align-top-content.style2{
    padding: 69px 30px 60px;
    color: #fff;
}
.featured-icon-box.icon-align-top-content.style2:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    display: block;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.featured-icon-box.icon-align-top-content.style2.active:before,
.featured-icon-box.icon-align-top-content.style2:hover:before{
    height: 100%;
    opacity: 1;
    background-color: #186378;
}
.ttm-icon{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #fff;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
    font-size: 38px;
    height: 77px;
    width: 77px;
    line-height: 77px;
}
.ttm-icon i {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.facility-section-container .owl-prev,
.facility-section-container .owl-next {
    font-size: 34px !important;
    border: 1px solid #e0e0e0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: .5s;
    position: absolute;
    top: 50%;
}
.facility-section-container .owl-prev span,
.facility-section-container .owl-next span{
	color: #fff;
}
.facility-section-container .owl-prev{
	left:0;
}
.facility-section-container .owl-next{
	right: 0
}
.facility-section-container .owl-prev:hover,
.facility-section-container .owl-next:hover {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}
@media(max-width: 768px){
.left-con-details h4{
	font-size: 22px;
	margin-bottom: 10px;
}
.left-con-details .featured-icon i{
	font-size: 22px;
}
.left-con-details .featured-title h5 {
    font-size: 15px;
}
.left-con-details .featured-desc p{
	font-size: 12px;
}
.sep_holder_box {
    margin: 10px 0;
}
}
@media(max-width: 991px){
.right-con-form{
	margin-top: 30px;
	padding:20px;
}
.section-title h2.title{
	font-size: 30px;
}
}


/*===============================
		Room Section
================================*/
.widget-rooms-list-section .rooms-item {
    position: relative;
    padding-left: 25%;
    padding-right: 20%;
    margin-bottom: 40px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgb(33 30 25 / 10%);
    -moz-box-shadow: 0 0 30px 0 rgba(33,30,25,.1);
    box-shadow: 0 0 30px 0 rgb(33 30 25 / 10%);
}
.widget-rooms-list-section .rooms-item .item-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
}
.widget-rooms-list-section .rooms-item .item-photo a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.widget-rooms-list-section .rooms-item .item-desc {
    padding: 40px;
    text-align: left;
}
.widget-rooms-list-section .rooms-item .item-desc h2 {
    margin-bottom: 10px;
}
.widget-rooms-list-section .rooms-item .item-desc .desc-features {
    position: relative;
    margin-top: 30px;
}
.widget-rooms-list-section .rooms-item .item-desc .desc-features:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 2px;
    height: 100%;
    content: "";
    display: inline-block;
    background-color: #fff;
}
.widget-rooms-list-section .rooms-item .item-desc .desc-features ul:before{
	content: "";
    display: table;
}
.widget-rooms-list-section .rooms-item .item-desc .desc-features ul li {
    position: relative;
    float: left;
    width: 33.33333333333333%;
    height: 40px;
    padding: 8px 0 10px 20px;
    padding-left: 40px !important;
    padding-right: 20px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    background-color: #fff;
    padding-left:0;
}
.widget-rooms-list-section .rooms-item .item-desc .desc-features ul li .fa {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 7px;
    color: #00ad8a;
    border: 1px solid #00ad8a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.widget-rooms-list-section .rooms-item .item-desc .desc-features ul li .fa:before {
    display: inline-block;
    width: 20px;
}
.widget-rooms-list-section .rooms-item .item-desc .desc-features ul li:before{
	display: none;
}
.widget-rooms-list-section .rooms-item .item-price {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    border-left: 1px solid #e1e1e1;
}
.widget-rooms-list-section .rooms-item .item-price .price-inner {
    position: relative;
    top: 50%;
    z-index: 1;
    padding: 0 20px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.widget-rooms-list-section .rooms-item .item-price:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    content: "";
    display: inline-block;
    background: -moz-linear-gradient(left,rgba(33,30,25,.1) -100%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,rgba(33,30,25,.1) -100%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,rgba(33,30,25,.1) -100%,rgba(0,0,0,0) 100%);
}
.widget-rooms-list-section .rooms-item .item-price .price-inner .fa-star {
    position: relative;
    left: 5px;
    color: #00ad8a;
    margin-bottom: 10px;
}
.widget-rooms-list-section .rooms-item .item-price .price-inner .fa-star:before {
    content: "\f005\f005\f005\f005\f005";
    letter-spacing: 5px;
}
.widget-rooms-list-section .rooms-item .item-price .price-inner h3 {
    font-size: 26px;
    margin-bottom: 10px;
}
.widget-rooms-list-section .rooms-item .item-price .price-inner h3,
.widget-rooms-list-section .rooms-item .item-price .price-inner h4 {
    font-family: 'Jost', sans-serif;
    font-weight: 800;
}
.widget-rooms-list-section .rooms-item .item-price .price-inner h4 {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 20px;
}
.widget-rooms-list-section .rooms-item .item-price .price-inner h5 {
    font-size: 12px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    color: #24324a;
}
.widget-rooms-list-section .rooms-item .item-price .price-inner .btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    color: #fff;
    letter-spacing: 2px;
    background-color: #00ad8a;
}
@media (max-width: 991px){
.widget-rooms-list-section .rooms-item {
    padding-left: 0;
    padding-right: 0;
}
.widget-rooms-list-section .rooms-item .item-photo {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
}
.widget-rooms-list-section .rooms-item .item-photo a {
    padding-top: 100%;
    height: auto;
}
.widget-rooms-list-section .rooms-item .item-price {
    top: 20px;
    right: 20px;
    width: auto;
    height: inherit;
    border-left: 0;
    background-color: #fff;
}
.widget-rooms-list-section .rooms-item .item-price .price-inner {
    position: static;
    top: inherit;
    padding: 40px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
}
@media (max-width: 767px){
.widget-rooms-list-section .rooms-item .item-desc .desc-features ul li {
    float: none;
    width: 100%;
    text-align: left;
}
}

/*==========================================
			Room Details Section 
===========================================*/
.widget-rooms-detail-section .room-slider {
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%), 0 0px 10px 0 rgb(0 0 0 / 20%);
    position: relative;
    border: 10px solid #fff;
}
.widget-rooms-detail-section .room-slider .room-price {
	font-family: 'Jost', sans-serif;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    background-color: #00ad8a;
}
.widget-rooms-detail-section .room-slider .room-price small {
    position: relative;
    top: -3px;
    left: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#room_carousel{
	position: relative;
}
.room-slider .owl-nav{
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    margin-top: 0;
    text-align: center;
}
.room-slider .owl-nav .owl-prev{
	width: 50px;
    height: 50px;
    background: #fff !important;
    margin: 0 2px;
    color:#00ad8a;
    transition: .5s;
}
.room-slider .owl-nav .owl-next{
	width: 50px;
    height: 50px;
    background: #fff !important;
    margin: 0 2px;
    color:#00ad8a;
    transition: .5s;
}
.room-slider .owl-nav .owl-prev:hover, .room-slider .owl-nav .owl-next:hover{
	background: #00ad8a !important;
    color: #fff;
}
.widget-rooms-detail-section .room-features {
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%), 0 0px 10px 0 rgb(0 0 0 / 20%);
}
.room-features h5{
	font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #00ad8a;
}
.widget-rooms-detail-section .room-features h2 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 0;
}
.widget-rooms-detail-section .room-features ul li {
    position: relative;
    height: 40px;
    padding: 8px 0 10px 20px;
    padding-left: 40px;
    padding-right: 20px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
}
.widget-rooms-detail-section .room-features ul li .fa {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 7px;
    color: #00ad8a;
    border: 1px solid #00ad8a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.widget-rooms-detail-section .room-features ul li:before{
	display: none;
}
.room-slider .book_btn{
	position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 2;
    font-size: 12px;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    color: #fff;
    letter-spacing: 1px;
    background-color: #00ad8a;
    font-weight: 500;
}
.widget-rooms-detail-section .room-desc{

}
.widget-rooms-detail-section .room-desc h5{
	font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #00ad8a;
    text-transform: uppercase;
}
.widget-rooms-detail-section .room-desc h2{
	font-size: 30px;
    margin-bottom: 15px;
    margin-top: 0;
}
.book_btn_two{
    font-size: 12px;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    color: #fff;
    letter-spacing: 1px;
    border:1px solid #00ad8a;
    background-color: #00ad8a;
    font-weight: 500;
    display: table;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 20px;
}
.book_btn_two:hover{
	background-color: transparent;
	color:#00ad8a;
}


/*===================================
			Dining Section
====================================*/
.dining_list_section .prr-box {
    margin: 50px 0 75px;
    position: relative;
}
.prr-img-box {
    position: relative;
}
.prr-img-box>img {
}
.prr-form-area {
    /*background: rgb(3 78 162 / 70%) none repeat scroll 0 0;*/
    background: rgb(7 14 19 / 68%) none repeat scroll 0 0;
    max-width: 370px;
    min-height: 427px;
    padding: 40px;
    position: absolute;
    right: 0;
    top: -48px;
}
.prr-form-area .prr-form-title {
    color: #fff;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 20px;
    padding: 0 0 26px;
    position: relative;
}
.prr-form-area .prr-form-title::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.prr-form-area .prr-form-sub-title{
	color: #fff;
    margin-bottom: 10px;
}
.prr-form-area .prr-form-text{
	color: #fff;
	text-align: justify;
}
.dine_btn{
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    color: #00ad8a;
    letter-spacing: 2px;
    background-color: #fff;
    margin: 0;
    border: 1px solid #fff;
    margin-top: 10px;
}
.dine_btn:hover{
	background: #00ad8a;
	color:#fff;
	border: 1px solid #00ad8a;
}
@media(min-width: 320px){
.dining_list_section .prr-box {
    margin: 50px 0 250px;
}
.prr-form-area{
	padding: 25px;
	min-height: auto;
}
}
@media(min-width: 480px){
.dining_list_section .prr-box {
    margin: 50px 0 75px;
}
.prr-form-area{
	padding: 25px;
	min-height: auto;
}
}
@media(min-width: 576px){
.dining_list_section .prr-box {
    margin: 50px 0 75px;
}
.prr-form-area{
	padding: 40px;
	min-height: 427px;
}
}

/*================================
		Dining Details
================================*/
.img-right-slider{
	margin: 10px 0px 10px 20px;
    float: right;
    max-width: 600px;
    display: block;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%), 0 0px 10px 0 rgb(0 0 0 / 20%);
    position: relative;
    border: 10px solid #fff;
}
.dining_details_section .owl-nav{
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    margin-top: 0;
    text-align: center;
}
.dining_details_section .owl-nav .owl-prev, .dining_details_section .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background: #fff !important;
    margin: 0 2px;
    color: #00ad8a;
    transition: .5s;
}







.widget-services-list .services-item {
    position: relative;
    margin-bottom: 100px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(33, 30, 25, 0.1);
    -moz-box-shadow: 0 0 30px 0 rgba(33, 30, 25, 0.1);
    box-shadow: 0 0 30px 0 rgb(33 30 25 / 22%);
}
.widget-services-list .services-item .item-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    height: 100%;
}
.widget-services-list .services-item .item-photo:after {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 20px;
    height: 100%;
    content: "";
    display: inline-block;
    background: -moz-linear-gradient(left, rgba(33, 30, 25, 0.1) -100%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(33, 30, 25, 0.1) -100%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(33, 30, 25, 0.1) -100%, rgba(0, 0, 0, 0) 100%);
}
.widget-services-list .services-item .item-photo .btn {
    position: absolute;
    bottom: -47px;
    width: max-content;
    left: 108.6%;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    color: #fff;
    letter-spacing: 2px;
    background-color: #00ad8a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.widget-services-list .services-item .item-photo .photo-big,
.widget-services-list .services-item .item-photo .photo-small {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.widget-services-list .services-item .item-photo .photo-big {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 15px solid #fff;
}
.widget-services-list .services-item .item-photo .photo-small {
    position: absolute;
    bottom: -10%;
    right: -10%;
    z-index: 2;
    width: 50%;
    height: 50%;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(33, 30, 25, 0.1);
    -moz-box-shadow: 0 0 30px 0 rgba(33, 30, 25, 0.1);
    box-shadow: 0 0 30px 0 rgba(33, 30, 25, 0.1);
}
.widget-services-list .services-item .item-desc {
    font-size: 18px;
    text-align: justify;
    padding: 60px 60px 60px 50%;
}
.widget-services-list .services-item .item-desc h5{
	font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #00ad8a;
}
.widget-services-list .services-item .item-desc h2,
.widget-services-list .services-item .item-desc h5 {
    text-align: left;
}
.widget-services-list .services-item .item-desc h2 {
    font-size: 34px;
    margin: 0;
    margin-bottom: 15px;
}
.widget-blog-carousel .blog-item .item-desc p,
.widget-services-list .services-item .item-desc p:last-of-type,
.widget-services-list .services-item:last-child {
    margin-bottom: 0;
}
.widget-services-list .services-item .item-desc p {
    line-height: 30px;
}
.widget-services-list .services-item:nth-child(even) .item-photo {
    left: inherit;
    right: 0;
}
.widget-services-list .services-item:nth-child(even) .item-photo:after {
    left: inherit;
    right: 100%;
    background: -moz-linear-gradient(right, rgba(33, 30, 25, 0.1) -100%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(33, 30, 25, 0.1) -100%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to left, rgba(33, 30, 25, 0.1) -100%, rgba(0, 0, 0, 0) 100%);
}
.widget-services-list .services-item:nth-child(even) .item-photo .btn {
    left: inherit;
    right: 110%;
}
.widget-services-list .services-item:nth-child(even) .item-photo .photo-small {
    right: inherit;
    left: -10%;
}
.widget-services-list .services-item:nth-child(even) .item-desc {
    padding-left: 60px;
    padding-right: 50%;
}
@media (max-width: 991px){
.widget-services-list .services-item .item-photo {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.widget-services-list .services-item .item-photo .photo-small {
    bottom: 0;
    right: 0;
    border-width: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.widget-services-list .services-item .item-desc {
    padding-left: 60px;
    padding-top: 40px;
}
.widget-services-list .services-item:nth-child(even) .item-desc {
    padding-right: 60px;
}
}
@media (max-width: 767px){
.widget-services-list .services-item {
    margin-bottom: 50px;
}
.widget-services-list .services-item .item-photo .photo-big {
    border-width: 15px;
}
.widget-services-list .services-item .item-photo .photo-small {
    display: none;
}
.widget-services-list .services-item .item-desc {
    text-align: center;
    padding: 5px 20px 20px;
}
.widget-services-list .services-item .item-desc h2, .widget-services-list .services-item .item-desc h5 {
    text-align: center;
}
.widget-services-list .services-item .item-desc h2 {
    margin-bottom: 20px;
    font-size: 28px;
}
.widget-services-list .services-item:nth-child(even) .item-desc {
    padding: 5px 20px 20px;
}
}

/*==================================
		Career Page Section
===================================*/
.job-box {
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 3px 7px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 3px 7px 0 rgb(0 0 0 / 15%);
    border-top: 5px solid #0650a3;
    padding: 25px 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 30px;
}
.job-box h3 {
    color: #555;
    font-weight: 700;
    font-size: 22px;
    text-align: left;
}
.single-contact-content {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.single-contact-content .icon {
    -ms-flex: 0 0 48px;
    border-radius: 50%;
    width: 35px;
    font-size: 18px;
    height: 35px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    margin-right: 9px;
    background: #00ad8a;
}
.single-contact-content .job-dec p {
    font-weight: 500;
    color: #212121;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px;
}
.wrk-exp {
    font-weight: 600;
    color: #636363;
}
.btn-job{
	background: transparent;
    display: inline-block;
    padding: 10px 30px;
    color: #155ba8;
    font-size: 14px;
    border-radius: 30px;
    transition: .5s ease-in-out;
    border: 1px solid #155ba8;
}
.btn-job:hover{
	background: #0162c6;
    color: #fff;
}
/*============================
		Job Detaiils Area
============================*/
.job_apply_btn_area{

}
.job_apply_btn_area h2{
	margin: 0 0 10px;
    font-size: 34px;
    font-weight: 800;
    color: #24324a;
}
.job_apply_btn_area h3{
	color: #24324a;
}
.job_apply_btn_area p{
	margin-bottom: 20px;
}
.apply_btn{
	margin: 0;
    background: #00ad8a;
    border:2px solid #00ad8a;
    color: #fff;
    border-radius: 45px;
    font-size: 14px;
    font-weight: 500;
}
.apply_btn:hover{
    background: transparent;
    color: #00ad8a;
}
.job_apply_details{
	background: #efeeee;
    padding: 25px;
    margin-top: 20px;
}
.job_details_right{
	background: #fff;
	padding: 25px;
}
.apply_now_form{
	padding: 50px 0 20px;
}
.apply_now_form .form-control{
	height: 48px;
    border-radius: 0;
}
.apply_now_form  .custom-file-label{
	height: 48px;
	padding-top: 12px;
}
.apply_now_form  .custom-file-label::after {
    line-height: 34px;
    color: #ffffff;
    background-color: #044fa2;
    height: 47px;
    border: 1px solid #044fa2;
}
.apply_now_form p{
	font-weight: 600;
}
.apply_now_form p span{
	color:red;
}
.apply_now_form  textarea.form-control {
    height: auto;
}

/*=======================================*/
.banquet_facility_item{
    text-align: center;
}
.banquet_facility_item h3{
    font-size: 15px;
    font-weight: 800;
    margin-top:10px;
    margin-bottom: 10px;
}
.banquet_facility_item p{
    font-size: 15px;
    line-height: 20px;
}
.gallery_inner{
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%), 0 0px 10px 0 rgb(0 0 0 / 20%);
    margin-bottom: 30px;
    border: 5px solid #fff;
}