<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	color: #6b6b6b;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
	color: #484848;
}

.co-text p {
	color: #cccccc;
	text-align: center;
	padding: 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}


/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 22px;
}

.section-title span {
	font-size: 14px;
	color: #3e3e3e;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.section-title h2 {
	font-size: 32px;
	color: #19191a;
	line-height: 58px;
	margin-top: 10px;
	font-weight: 600;
}

.set-bg {
	background-repeat: no-repeat;
	/*	background-size: cover;
	background-position: top center; */
	background-size: contain;
	min-height: 600px;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}


/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	position: relative;
}

.primary-btn:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #3e3e3e;
	content: "";
}


/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}

.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: none;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


/*---------------------
  Header
-----------------------*/

.header-section.header-normal .menu-item {
	-webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
	box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}

.top-nav {
	border-bottom: 1px solid #eb641e;
}

.top-nav .tn-left li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	padding: 14px 0 12px;
	margin-right: 64px;
	position: relative;
}

.top-nav .tn-left li:after {
	position: absolute;
	right: -32px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #ef5d46;
	content: "";
}

.top-nav .tn-left li:last-child {
	margin-right: 0;
}

.top-nav .tn-left li:last-child:after {
	display: none;
}

.top-nav .tn-left li i {
    color: #ffffff;
    margin-right: 4px;
}

.top-nav .tn-right {
	text-align: right;
}

.top-nav .tn-right .top-social {
	display: flex;
	margin-right: 30px;
	padding: 9px 0;
	flex-direction: row-reverse;
}

.top-nav .tn-right .top-social a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    margin-left: 8px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.top-nav .tn-right .bk-btn {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 16px 28px 15px;
	background: #3e3e3e;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.top-nav .tn-right .language-option {
	display: inline-block;
	margin-left: 30px;
	cursor: pointer;
	padding: 13px 0px 11px;
	position: relative;
}

.top-nav .tn-right .language-option:hover .flag-dropdown {
	top: 40px;
	opacity: 1;
	visibility: visible;
}

.top-nav .tn-right .language-option img {
	height: 26px;
	width: 26px;
	border-radius: 50%;
	margin-right: 10px;
}

.top-nav .tn-right .language-option span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}

.top-nav .tn-right .language-option .flag-dropdown {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100px;
	background: #ffffff;
	display: block;
	padding: 10px 15px;
	-webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
	box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 99;
}

.top-nav .tn-right .language-option .flag-dropdown ul li {
	list-style: none;
	text-align: left;
}

.top-nav .tn-right .language-option .flag-dropdown ul li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #19191a;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.top-nav .tn-right .language-option .flag-dropdown ul li a:hover {
	color: #3e3e3e;
}

.menu-item {
	position: relative;
	z-index: 9;
}

.menu-item .logo {
	padding: 25px 0;
}

.menu-item .logo a {
	display: inline-block;
	margin: 12px 0 0;
}

.menu-item .nav-menu {
	text-align: right;
}

.menu-item .nav-menu .mainmenu {
	display: inline-block;
}

.menu-item .nav-menu .mainmenu li {
	list-style: none;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.menu-item .nav-menu .mainmenu li.active a:after {
	opacity: 1;
}

.menu-item .nav-menu .mainmenu li:hover&gt;a:after {
	opacity: 1;
}

.menu-item .nav-menu .mainmenu li:hover .dropdown {
	top: 77px;
	opacity: 1;
	visibility: visible;
}

.menu-item .nav-menu .mainmenu li a {
    font-size: 16px;
    color: #ffffff;
    margin-right: 22px;
    font-weight: 500;
    display: inline-block;
    padding: 27px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-item .nav-menu .mainmenu li a:after {
	position: absolute;
	left: 0;
	top: 52px;
	width: 100%;
	height: 4px;
	background: #da4039;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-item .nav-menu .mainmenu li .dropdown {
	position: absolute;
	left: 0;
	top: 97px;
	width: 180px;
	background: #ffffff;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
	box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
}

.menu-item .nav-menu .mainmenu li .dropdown li {
	list-style: none;
	display: block;
}

.menu-item .nav-menu .mainmenu li .dropdown li a {
	font-size: 16px;
	color: #19191a;
	display: block;
	text-align: left;
	padding: 8px 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
	background: #000;
	color: #fff !important;
	width: 100%;
}

.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
	color: #3e3e3e;
}

.menu-item .nav-menu .mainmenu li .dropdown li a:after {
	display: none;
}

.menu-item .nav-menu .nav-right {
	display: inline-block;
	margin-left: 43px;
	padding: 27px 0px;
}

.menu-item .nav-menu .nav-right i {
	font-size: 16px;
	color: #19191a;
	cursor: pointer;
}

.canvas-open {
	display: none;
}

.offcanvas-menu-wrapper {
	display: none;
}


/*---------------------
  Hero
-----------------------*/

.hero-section {
	position: relative;
	float: left;
	width: 100%;
}

.hero-section .container {
	position: relative;
	z-index: 5;
}

.hero-text {
	padding-top: 145px;
}

.hero-text h1 {
	font-size: 80px;
	line-height: 90px;
	color: #ffffff;
	margin-bottom: 16px;
}

.hero-text p {
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 35px;
}

.booking-form {
	background: #ffffff;
	padding: 44px 40px 50px 40px;
	border-radius: 4px;
}

.booking-form h3 {
	color: #19191a;
	margin-bottom: 36px;
}

.booking-form form .check-date {
	position: relative;
	margin-bottom: 15px;
}

.booking-form form .check-date label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}

.booking-form form .check-date input {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 20px;
}

.booking-form form .check-date i {
	color: #3e3e3e;
	position: absolute;
	right: 18px;
	bottom: 17px;
}

.booking-form form .select-option {
	margin-bottom: 15px;
}

.booking-form form .select-option label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}

.booking-form form .select-option .nice-select {
	border-radius: 2px;
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 20px;
	width: 100%;
	float: none;
}

.booking-form form .select-option .nice-select:after {
	border-bottom: 2px solid #3e3e3e;
	border-right: 2px solid #3e3e3e;
	height: 10px;
	margin-top: 0;
	right: 20px;
	width: 10px;
	top: 36%;
}

.booking-form form .select-option .nice-select span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}

.booking-form form .select-option .nice-select .list {
	margin-top: 0;
	width: 100%;
}

.booking-form form button {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #3e3e3e;
	border-radius: 2px;
	color: #3e3e3e;
	font-weight: 500;
	background: transparent;
	width: 100%;
	height: 46px;
	margin-top: 30px;
}

.hero-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.hero-slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.hero-slider.owl-carousel .owl-dots button {
	height: 10px;
	width: 10px;
	background: #ffffff;
	opacity: 0.5;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.hero-slider.owl-carousel .owl-dots button.active {
	width: 30px;
	border-radius: 50px;
	opacity: 1;
}

.hero-slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slider .hs-item {
	height: 100%;
}


/*---------------------
  About US
-----------------------*/

.about-text {
	text-align: center;
	padding: 0 35px;
}

.about-text p {
	color: #595960;
	font-weight: 500;
}

.about-text p.f-para {
	margin-bottom: 10px;
}

.about-text p.s-para {
	margin-bottom: 35px;
}

.about-text .about-btn {
	color: #19191a;
}

.about-pic img {
	min-width: 100%;
}


/*---------------------
  Service Section
-----------------------*/

.services-section {
	padding-bottom: 60px;
	border-top: 1px solid #e5e5e5;
	float: left;
	width: 100%;
	padding-top: 30px;
	position: relative;
}

.services-section .section-title {
	margin-bottom: 36px;
}

.service-item {
	text-align: center;
	padding: 30px 35px 18px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #ccc;
	border-radius: 10px;
	min-height: 240px;
	margin: 0 0 25px;
}

.service-item i {
	display: inline-block;
	color: #3e3e3e;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.service-item h4 {
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 600;
	text-transform: capitalize;
}

.service-item p {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


/*------------------------
  Home Page Room Section 
-------------------------*/

.hp-room-items {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

.hp-room-items .hp-room-item {
	height: 600px;
	margin-right: -15px;
	position: relative;
	overflow: hidden;
}

.hp-room-items .hp-room-item:hover .hr-text {
	bottom: 135px;
}

.hp-room-items .hp-room-item:hover .hr-text h2 {
	margin-bottom: 30px;
}

.hp-room-items .hp-room-item .hr-text {
	position: absolute;
	left: 45px;
	right: 25px;
	bottom: -250px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.hp-room-items .hp-room-item .hr-text h3 {
	color: #ffffff;
	margin-bottom: 15px;
}

.hp-room-items .hp-room-item .hr-text h2 {
	color: #3e3e3e;
	font-weight: 700;
	margin-bottom: 50px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.hp-room-items .hp-room-item .hr-text h2 span {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}

.hp-room-items .hp-room-item .hr-text table {
	margin-bottom: 30px;
}

.hp-room-items .hp-room-item .hr-text table tbody tr td {
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
}

.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
	width: 120px;
}

.hp-room-items .hp-room-item .hr-text .primary-btn:after {
	background: #ffffff;
}


/*---------------------
  Testimonial Slider
-----------------------*/

.testimonial-section {
	background: #f9f9f9;
}

.testimonial-section .section-title {
	margin-bottom: 30px;
}

.testimonial-slider.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}

.testimonial-slider.owl-carousel .owl-nav button {
	height: 44px;
	width: 44px;
	border: 1px solid #ebebeb;
	font-size: 24px;
	color: #707079;
	background: #ffffff;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: -190px;
	top: 50%;
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.testimonial-slider.owl-carousel .owl-nav button:hover {
	border-color: #19191a;
	color: #19191a;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -190px;
}

.testimonial-slider .ts-item {
	text-align: center;
}

.testimonial-slider .ts-item p {
	font-size: 20px;
	color: #707079;
	line-height: 30px;
	margin-bottom: 50px;
}

.testimonial-slider .ts-item .ti-author {
	margin-bottom: 60px;
}

.testimonial-slider .ts-item .ti-author .rating {
	display: inline-block;
}

.testimonial-slider .ts-item .ti-author .rating i {
	color: #f5b917;
	font-size: 16px;
}

.testimonial-slider .ts-item .ti-author h5 {
	font-size: 20px;
	color: #19191a;
	display: inline-block;
}


/*---------------------
  Blog and Event
-----------------------*/

.blog-section {
	padding-bottom: 70px;
}

.blog-section .section-title {
	margin-bottom: 36px;
}


/*---------------------
  Footer Section
-----------------------*/

.footer-section {
	float: left;
	width: 100%;
	position: relative;
	z-index: 99999;
	padding: 26px 0 0;
	background: #fe8c00;
	background: -webkit-linear-gradient(to right, #f83600, #fe8c00);
	background: linear-gradient(to right, #d83c3c, #ff8d00);
}

.footer-section .footer-text {
	padding: 30px 0;
}

.footer-section .footer-text .ft-about {
	margin-bottom: 30px;
}

.footer-section .footer-text .ft-about .logo {
	margin-bottom: 20px;
}

.footer-section .footer-text .ft-about .logo a {
	display: inline-block;
}

.footer-section .footer-text .ft-about p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
}

.footer-section .footer-text .ft-about .fa-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #5A4D48;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 7px;
	background: #3e3e3e;
	border-color: #3e3e3e;
}

.footer-section .footer-text .ft-about .fa-social a:hover {
	background: #3e3e3e;
	border-color: #3e3e3e;
}

.fa-social {
	margin: 20px 0 0;
}

.fa-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #1f1f1f;
	border: 1px solid #5A4D48;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 7px;
	background: #ffffff;
	border-color: #ffffff;
}

.fa-social a:hover {
	background: #3e3e3e;
	border-color: #3e3e3e;
	color: #fff;
}

.footer-section .footer-text .ft-contact {
	margin-bottom: 30px;
}

.footer-section .footer-text .ft-contact h6 {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 12px;
	font-weight: bold;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	padding-bottom: 12px;
}

.ft-newslatter h6 {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 12px;
	font-weight: bold;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	padding-bottom: 12px;
}

.footer-section .footer-text .ft-contact ul li {
	font-size: 15px;
	color: #aaaab3;
	line-height: 32px;
	list-style: none;
}

.footer-section .footer-text .ft-newslatter h6 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-family: "Cabin", sans-serif;
	margin-bottom: 20px;
}

.footer-section .footer-text .ft-newslatter p {
	color: #ffffff;
	margin-bottom: 8px;
}

.footer-section .footer-text .ft-newslatter .fn-form {
	position: relative;
}

.footer-section .footer-text .ft-newslatter .fn-form input {
	width: 100%;
	height: 50px;
	border-radius: 2px;
	padding-left: 20px;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #3c3b3b;
	background: #3c3b3b;
}

.footer-section .footer-text .ft-newslatter .fn-form button {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	background: #0c0c0c;
	color: #ffffff;
	padding: 0 16px;
	height: 50px;
	border: none;
	border-radius: 0 2px 2px 0;
}

.footer-section .copyright-option {
	background: rgba(16, 20, 31, 1);
	padding: 14px 0 0;
}

.footer-section .copyright-option ul li {
	list-style: none;
	display: inline-block;
	margin-right: 34px;
}

.footer-section .copyright-option ul li:last-child {
	margin-right: 0;
}

.footer-section .copyright-option ul li a {
	font-size: 16px;
	color: #dedede;
}

.footer-section .copyright-option .co-text {
	font-size: 16px;
	color: #707079;
	text-align: right;
}


/* --------------------------------- Other Pages Styles ----------------------------------- */


/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-section {
	padding-top: 70px;
	padding-bottom: 80px;
}

.breadcrumb-text {
	text-align: center;
}

.breadcrumb-text h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 12px;
}

.breadcrumb-text .bt-option a {
	display: inline-block;
	font-size: 18px;
	color: #19191a;
	margin-right: 20px;
	position: relative;
	font-weight: 500;
}

.breadcrumb-text .bt-option a:after {
	position: absolute;
	right: -13px;
	top: 1px;
	content: "ï„…";
	font-size: 18px;
	font-family: "FontAwesome";
	color: #aaaab3;
}

.breadcrumb-text .bt-option span {
	display: inline-block;
	font-size: 18px;
	color: #aaaab3;
}


/*------------------------
  About Us Page Section
-------------------------*/

.aboutus-page-section {
	padding-top: 0;
	padding-bottom: 70px;
}

.about-page-text {
	margin-bottom: 65px;
}

.about-page-text .ap-title {
	margin-bottom: 30px;
}

.about-page-text .ap-title h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 18px;
}

.about-page-text .ap-title p {
	font-size: 18px;
	color: #707079;
	line-height: 28px;
}

.about-page-text .ap-services li {
	list-style: none;
	font-size: 20px;
	color: #707079;
	line-height: 42px;
}

.about-page-text .ap-services li i {
	color: #3e3e3e;
	margin-right: 5px;
}

.about-page-services .ap-service-item {
	position: relative;
	height: 420px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.about-page-services .ap-service-item .api-text {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.about-page-services .ap-service-item .api-text h3 {
	color: #ffffff;
}


/*---------------------
  Video Section
-----------------------*/

.video-section {
	height: 500px;
	padding-top: 140px;
}

.video-section .video-text {
	text-align: center;
}

.video-section .video-text h2 {
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 16px;
}

.video-section .video-text p {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 40px;
}

.video-section .video-text .play-btn {
	display: inline-block;
}


/*---------------------
  Gallery Section
-----------------------*/

.gallery-section {
	padding-bottom: 80px;
}

.gallery-section .section-title {
	margin-bottom: 38px;
}

.gallery-item {
	position: relative;
	height: 279px;
	margin-bottom: 20px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.gallery-item:hover:after {
	opacity: 1;
}

.gallery-item:hover .gi-text {
	opacity: 1;
}

.gallery-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(25, 25, 26, 0.3);
	content: "";
	z-index: -1;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.gallery-item.large-item {
	height: 576px;
}

.gallery-item .gi-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.gallery-item .gi-text h3 {
	color: #ffffff;
}


/*---------------------
  Room Section
-----------------------*/

.rooms-section {
	padding-top: 0;
	padding-bottom: 80px;
}

.room-item {
	margin-bottom: 30px;
}

.room-item img {
	min-width: 100%;
}

.room-item .ri-text {
	border: 1px solid #ebebeb;
	border-top: none;
	padding: 24px 24px 30px 28px;
}

.room-item .ri-text h4 {
	color: #19191a;
	margin-bottom: 17px;
}

.room-item .ri-text h3 {
	color: #3e3e3e;
	font-weight: 700;
	margin-bottom: 14px;
}

.room-item .ri-text h3 span {
	font-family: "Cabin", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #19191a;
}

.room-item .ri-text table {
	margin-bottom: 18px;
}

.room-item .ri-text table tbody tr td {
	font-size: 16px;
	color: #707079;
	line-height: 36px;
}

.room-item .ri-text table tbody tr td.r-o {
	width: 125px;
}

.room-item .ri-text .primary-btn {
	color: #19191a;
}

.room-pagination {
	text-align: center;
	padding-top: 20px;
}

.room-pagination a {
	font-size: 16px;
	color: #707079;
	border: 1px solid #EFD4B9;
	border-radius: 2px;
	padding: 7px 13px 5px;
	margin-right: 7px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.room-pagination a:last-child {
	margin-right: 0;
}

.room-pagination a:hover {
	background: #3e3e3e;
	color: #ffffff;
}


/*-----------------------
  Room Details Section
-------------------------*/

.room-details-section {
	padding-top: 0;
	padding-bottom: 80px;
}

.room-details-item {
	margin-bottom: 50px;
}

.room-details-item img {
	margin-bottom: 40px;
}

.room-details-item .rd-text .rd-title {
	overflow: hidden;
	margin-bottom: 8px;
}

.room-details-item .rd-text .rd-title h3 {
	color: #19191a;
	float: left;
}

.room-details-item .rd-text .rd-title .rdt-right {
	float: right;
	text-align: right;
}

.room-details-item .rd-text .rd-title .rdt-right .rating {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
}

.room-details-item .rd-text .rd-title .rdt-right .rating i {
	color: #f5b917;
}

.room-details-item .rd-text .rd-title .rdt-right a {
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	background: #3e3e3e;
	padding: 14px 28px 13px;
}

.room-details-item .rd-text h2 {
	color: #3e3e3e;
	font-weight: 700;
	margin-bottom: 25px;
}

.room-details-item .rd-text h2 span {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #19191a;
}

.room-details-item .rd-text table {
	margin-bottom: 32px;
}

.room-details-item .rd-text table tbody tr td {
	font-size: 16px;
	color: #19191a;
	line-height: 36px;
}

.room-details-item .rd-text table tbody tr td.r-o {
	width: 120px;
	color: #707079;
}

.room-details-item .rd-text p {
	color: #707079;
}

.room-details-item .rd-text p.f-para {
	margin-bottom: 22px;
}

.rd-reviews {
	padding-top: 55px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 50px;
}

.rd-reviews h4 {
	color: #19191a;
	letter-spacing: 1px;
	margin-bottom: 45px;
}

.rd-reviews .review-item {
	margin-bottom: 32px;
}

.rd-reviews .review-item .ri-pic {
	float: left;
	margin-right: 30px;
}

.rd-reviews .review-item .ri-pic img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}

.rd-reviews .review-item .ri-text {
	overflow: hidden;
	position: relative;
	padding-left: 30px;
}

.rd-reviews .review-item .ri-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e9e9e9;
	content: "";
}

.rd-reviews .review-item .ri-text span {
	font-size: 12px;
	color: #3e3e3e;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.rd-reviews .review-item .ri-text .rating {
	position: absolute;
	right: 0;
	top: 0;
}

.rd-reviews .review-item .ri-text .rating i {
	color: #f5b917;
}

.rd-reviews .review-item .ri-text h5 {
	color: #19191a;
	margin-top: 4px;
	margin-bottom: 8px;
}

.rd-reviews .review-item .ri-text p {
	color: #707079;
	margin-bottom: 0;
}

.review-add h4 {
	color: #19191a;
	letter-spacing: 1px;
	margin-bottom: 45px;
}

.review-add .ra-form input {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 20px;
	margin-bottom: 25px;
}

.review-add .ra-form input::-webkit-input-placeholder {
	color: #aaaab3;
}

.review-add .ra-form input::-moz-placeholder {
	color: #aaaab3;
}

.review-add .ra-form input:-ms-input-placeholder {
	color: #aaaab3;
}

.review-add .ra-form input::-ms-input-placeholder {
	color: #aaaab3;
}

.review-add .ra-form input::placeholder {
	color: #aaaab3;
}

.review-add .ra-form h5 {
	font-size: 20px;
	color: #19191a;
	margin-bottom: 24px;
	float: left;
	margin-right: 10px;
}

.review-add .ra-form .rating {
	padding-top: 3px;
	display: inline-block;
}

.review-add .ra-form .rating i {
	color: #f5b917;
	font-size: 16px;
}

.review-add .ra-form textarea {
	width: 100%;
	height: 132px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 20px;
	padding-top: 12px;
	margin-bottom: 24px;
	resize: none;
}

.review-add .ra-form textarea::-webkit-input-placeholder {
	color: #aaaab3;
}

.review-add .ra-form textarea::-moz-placeholder {
	color: #aaaab3;
}

.review-add .ra-form textarea:-ms-input-placeholder {
	color: #aaaab3;
}

.review-add .ra-form textarea::-ms-input-placeholder {
	color: #aaaab3;
}

.review-add .ra-form textarea::placeholder {
	color: #aaaab3;
}

.review-add .ra-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #3e3e3e;
	border: none;
	padding: 14px 34px 13px;
	display: inline-block;
}

.room-booking {
	padding: 0 30px 0 40px;
}

.room-booking h3 {
	color: #19191a;
	margin-bottom: 30px;
}

.room-booking form .check-date {
	position: relative;
	margin-bottom: 15px;
}

.room-booking form .check-date label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}

.room-booking form .check-date input {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 20px;
}

.room-booking form .check-date i {
	color: #3e3e3e;
	position: absolute;
	right: 18px;
	bottom: 17px;
}

.room-booking form .select-option {
	margin-bottom: 15px;
}

.room-booking form .select-option label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}

.room-booking form .select-option .nice-select {
	border-radius: 2px;
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 20px;
	width: 100%;
	float: none;
}

.room-booking form .select-option .nice-select:after {
	border-bottom: 2px solid #3e3e3e;
	border-right: 2px solid #3e3e3e;
	height: 10px;
	margin-top: 0;
	right: 20px;
	width: 10px;
	top: 36%;
}

.room-booking form .select-option .nice-select span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}

.room-booking form .select-option .nice-select .list {
	margin-top: 0;
	width: 100%;
}

.room-booking form button {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #3e3e3e;
	border-radius: 2px;
	color: #3e3e3e;
	font-weight: 500;
	background: transparent;
	width: 100%;
	height: 46px;
	margin-top: 30px;
}


/*---------------------
  Blog Section
-----------------------*/

.blog-section.blog-page {
	padding-top: 0;
	padding-bottom: 88px;
}

.blog-item {
	height: 450px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
}

.blog-item.small-size {
	height: 400px;
}

.blog-item .bi-text {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.blog-item .bi-text .b-tag {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #3e3e3e;
	padding: 3px 10px;
	border-radius: 2px;
}

.blog-item .bi-text h4 {
	margin-top: 18px;
	margin-bottom: 18px;
}

.blog-item .bi-text h4 a {
	color: #ffffff;
}

.blog-item .bi-text .b-time {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.load-more {
	text-align: center;
	padding-top: 30px;
}

.load-more .primary-btn {
	color: #19191a;
}


/*----------------------------
  Blog Details Hero Section
----------------------------*/

.blog-details-hero {
	height: 530px;
	padding-top: 165px;
}

.bd-hero-text {
	text-align: center;
}

.bd-hero-text span {
	font-size: 12px;
	color: #ffffff;
	background: #3e3e3e;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 4px 16px;
	border-radius: 2px;
}

.bd-hero-text h2 {
	font-size: 44px;
	color: #ffffff;
	line-height: 54px;
	margin-top: 30px;
	margin-bottom: 12px;
}

.bd-hero-text ul li {
	list-style: none;
	font-size: 14px;
	color: #3e3e3e;
	margin-right: 35px;
	display: inline-block;
}

.bd-hero-text ul li:last-child {
	margin-right: 0;
}

.bd-hero-text ul li.b-time {
	text-transform: uppercase;
}


/*---------------------
  Blog Details Section
-----------------------*/

.blog-details-section {
	padding-top: 55px;
}

.blog-details-text .bd-title {
	margin-bottom: 52px;
}

.blog-details-text .bd-title p {
	font-size: 18px;
	color: #707079;
	line-height: 30px;
}

.blog-details-text .bd-pic {
	overflow: hidden;
	margin-bottom: 35px;
}

.blog-details-text .bd-pic .bp-item {
	width: calc(33.33% - 10px);
	float: left;
	margin-right: 15px;
}

.blog-details-text .bd-pic .bp-item:last-child {
	margin-right: 0;
}

.blog-details-text .bd-pic .bp-item img {
	min-width: 100%;
}

.blog-details-text .bd-more-text {
	margin-bottom: 50px;
}

.blog-details-text .bd-more-text .bm-item {
	margin-bottom: 30px;
}

.blog-details-text .bd-more-text .bm-item h4 {
	color: #19191a;
	margin-bottom: 20px;
}

.blog-details-text .bd-more-text .bm-item p {
	font-size: 18px;
	color: #707079;
	line-height: 30px;
}

.blog-details-text .tag-share {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	padding-top: 30px;
	margin-bottom: 75px;
}

.blog-details-text .tag-share .tags {
	float: left;
}

.blog-details-text .tag-share .tags a {
	font-size: 12px;
	color: #707079;
	background: #ebebeb;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 4px 16px;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 6px;
}

.blog-details-text .tag-share .tags a:hover {
	color: #ffffff;
	background: #3e3e3e;
}

.blog-details-text .tag-share .social-share {
	float: right;
}

.blog-details-text .tag-share .social-share span {
	display: inline-block;
	font-size: 18px;
	color: #707079;
}

.blog-details-text .tag-share .social-share a {
	display: inline-block;
	font-size: 16px;
	color: #707079;
	margin-left: 30px;
}

.blog-details-text .comment-option {
	margin-bottom: 75px;
}

.blog-details-text .comment-option h4 {
	color: #19191a;
	margin-bottom: 35px;
}

.blog-details-text .comment-option .single-comment-item {
	margin-bottom: 30px;
}

.blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
	padding-left: 22px;
}

.blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 255px;
	background: #ebebeb;
	content: "";
}

.blog-details-text .comment-option .single-comment-item.reply-comment {
	padding-left: 120px;
	margin-bottom: 52px;
}

.blog-details-text .comment-option .single-comment-item.second-comment .sc-text {
	padding-left: 22px;
}

.blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100px;
	background: #ebebeb;
	content: "";
}

.blog-details-text .comment-option .single-comment-item .sc-author {
	float: left;
	margin-right: 28px;
}

.blog-details-text .comment-option .single-comment-item .sc-author img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}

.blog-details-text .comment-option .single-comment-item .sc-text {
	display: table;
	position: relative;
}

.blog-details-text .comment-option .single-comment-item .sc-text span {
	font-size: 12px;
	color: #3e3e3e;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.blog-details-text .comment-option .single-comment-item .sc-text h5 {
	font-size: 20px;
	color: #19191a;
	margin-top: 4px;
	margin-bottom: 8px;
}

.blog-details-text .comment-option .single-comment-item .sc-text p {
	color: #707079;
	margin-bottom: 18px;
}

.blog-details-text .comment-option .single-comment-item .sc-text a {
	display: inline-block;
	color: #19191a;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 24px;
	border: 1px solid #F9EEE3;
	border-radius: 50px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 10px;
}

.blog-details-text .comment-option .single-comment-item .sc-text a:hover {
	background: #3e3e3e;
	color: #ffffff;
	border-color: #3e3e3e;
}

.blog-details-text .leave-comment h4 {
	color: #19191a;
	margin-bottom: 35px;
}

.blog-details-text .leave-comment .comment-form input {
	width: 100%;
	height: 50px;
	color: #707079;
	font-size: 16px;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-details-text .leave-comment .comment-form input:focus {
	border-color: #3e3e3e;
}

.blog-details-text .leave-comment .comment-form textarea {
	width: 100%;
	height: 116px;
	color: #707079;
	font-size: 16px;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 42px;
	resize: none;
	padding-top: 12px;
}

.blog-details-text .leave-comment .comment-form textarea:focus {
	border-color: #3e3e3e;
}

.blog-details-text .leave-comment .comment-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #3e3e3e;
	border: none;
	padding: 14px 42px 13px;
	display: inline-block;
	border-radius: 2px;
}


/*---------------------
  Recommend Blog
-----------------------*/

.recommend-blog-section {
	padding-top: 65px;
	padding-bottom: 50px;
}

.recommend-blog-section .section-title {
	margin-bottom: 37px;
}

.recommend-blog-section .section-title h2 {
	margin-top: 0;
}


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

.contact-section {
	padding-top: 40px;
	padding-bottom: 50px;
	float: left;
	width: 100%;
	background: #ececec;
}

.contact-text h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 24px;
}

.contact-text p {
	color: #707079;
}

.contact-text table tbody tr td {
	font-size: 16px;
	color: #19191a;
	line-height: 26px;
	font-weight: 500;
}

.contact-text table tbody tr td.c-o {
    color: #df4b31;
    width: 90px;
}

.contact-form input {
	width: 100%;
	height: 50px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 25px;
	margin-bottom: 28px;
}

.contact-form input::-webkit-input-placeholder {
	color: #aaaab3;
}

.contact-form input::-moz-placeholder {
	color: #aaaab3;
}

.contact-form input:-ms-input-placeholder {
	color: #aaaab3;
}

.contact-form input::-ms-input-placeholder {
	color: #aaaab3;
}

.contact-form input::placeholder {
	color: #aaaab3;
}

.contact-form textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 25px;
	padding-top: 12px;
	margin-bottom: 33px;
	resize: none;
}

.contact-form textarea::-webkit-input-placeholder {
	color: #aaaab3;
}

.contact-form textarea::-moz-placeholder {
	color: #aaaab3;
}

.contact-form textarea:-ms-input-placeholder {
	color: #aaaab3;
}

.contact-form textarea::-ms-input-placeholder {
	color: #aaaab3;
}

.contact-form textarea::placeholder {
	color: #aaaab3;
}

.contact-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #3e3e3e;
	border: none;
	padding: 14px 34px 13px;
	display: inline-block;
}

.map {
	height: 470px;
	-webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	margin-top: 75px;
}

.map iframe {
	width: 100%;
}

.menu-item .logo {
	padding: 6px 0;
}

.hero-slider {
	height: 450px;
}

img.foot-logo {
	max-width: 50%;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.footer-text li a {
	color: #ffffff;
	transition: all ease-in-out 300ms;
}

.footer-text li a:hover {
	color: #000000;
	font-weight: 600;
	padding-left: 12px;
	transition: all ease-in-out 300ms;
}

.top-nav {
    float: left;
    width: 100%;
    background: #fe8c00;
    background: -webkit-linear-gradient(to right, #f83600, #fe8c00);
    background: linear-gradient(to right, #d83c3c, #ff8d00);
}

.menu-item {
    float: left;
    width: 100%;
    background: #fe8c00;
    background: -webkit-linear-gradient(to right, #f83600, #fe8c00);
    background: linear-gradient(to right, #d83c3c, #ff8d00);
}

tr {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.subbanner {
	background: url(../img/contact-usbanner.jpg);
	background-repeat: no-repeat;
	min-height: 400px;
	float: left;
	width: 100%;
}

.sub-title {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 450px;
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.order-me {
	background: url(../img/product-banner/order-banner-02.jpg);
	background-repeat: no-repeat;
	min-height: 400px;
	float: left;
	width: 100%;
	background-size: cover;
}

p.form-success {
	text-align: center;
	background: #099e1b;
	color: #fff;
	padding: 10px 0;
	border-radius: 4px;
	letter-spacing: 1px;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	margin: 0 0 30px 0;
}

input {
	height: 42px;
	color: #333333;
}

input:hover,
textarea:hover {
	border: 2px solid #333333;
}

.order-me-con h2 {
	font-size: 28px;
	text-align: center;
	font-weight: 700;
	float: left;
	width: 100%;
	margin: 10px 0 40px 0;
	position: relative;
	z-index: 9;
}

.order-me-off h4 {
	font-size: 18px;
	font-weight: 600;
	color: #5a5a5a;
	display: inline-block;
	width: 100%;
	margin: 0 0 10px;
}

.order-me-off {
	min-height: 220px;
	display: inline-block;
	width: 100%;
	padding: 30px 22px;
	text-align: justify;
	position: relative;
	z-index: 99;
	box-shadow: 0px 0px 10px -1px #777;
	border-radius: 10px;
	margin: 0 0 24px;
}

.order-me-off p {
	font-size: 14px;
	font-family: "Cabin", sans-serif;
	color: #313131;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}

.order-me-con {
	position: relative;
	background: #ffffff;
}

.order-me-con:before {
	top: 50px;
	left: 50px;
}

.order-me-con:before,
.order-me-con:after {
	position: absolute;
	content: url(../img/section-element.png);
}

.order-me-con:after {
	right: 50px;
	bottom: 120px;
	transform: rotateZ(90deg);
}

.order-me-con:before,
.order-me-con:after {
	position: absolute;
	content: url(../img/section-element.png);
}

.order-me-officon {
	float: left;
	width: 90px;
}

.order-me-txt {
	float: left;
	width: 80%;
}

.annadata {
	background: url(../img/product-banner/annadata-banner.jpg);
	background-size: cover;
}

.be-smart {
	background: url(../img/product-banner/besmart-banner.jpg);
	background-size: cover;
}

.Indian-rural-art {
	background: url(../img/product-banner/Indian-Rural-Art.jpg);
	background-size: cover;
}

section.why-choosefit {
	padding-top: 30px;
	float: left;
	width: 100%;
	padding-bottom: 30px;
	background: #fe8c00;
	background: -webkit-linear-gradient(to right, #f83600, #fe8c00);
	background: linear-gradient(to right, #d83c3c, #ff8d00);
}

section.why-choosefit h4 {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	margin: 0 0 30px;
	text-transform: capitalize;
	color: #fff;
}

.why-choose {
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 10px -1px #777;
	padding: 20px 26px;
	border-radius: 10px;
	margin: 16px 0;
	min-height: 520px;
}

.why-choose h6 {
	font-weight: 600;
	font-size: 19px;
	margin: 16px 0 8px;
}

.why-choose p {
	text-align: justify;
}

.yellow h6 {
	color: #b15e0c;
}

.red h6 {
	color: #c00000;
}

.black h6 {
	color: #000000;
}

.green h6 {
	color: #008448;
}

.our-mission {
	background: url(../img/banner/our-mission.jpg);
	background-repeat: no-repeat;
	min-height: 400px;
	float: left;
	width: 100%;
	background-size: cover;
}

.mission h2 {
	margin-bottom: 16px;
}

.feth h2 {
	margin-bottom: 45px;
}

.mission p {
	text-align: center;
	margin-bottom: 12px;
	color: #000;
}

.our-missn-li {
	position: relative;
	z-index: 9;
	padding: 10px 0;
	float: left;
	width: 100%;
}

.our-missn-li li {
	position: relative;
	z-index: 9;
	width: 100%;
	font-size: 16px;
	background: url(../img/check.png) no-repeat 16px 12px;
	list-style: none;
	background-color: #f3f3f3;
	float: left;
	margin: 6px 0;
	padding: 9px 6px 10px 50px;
	border-radius: 6px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
	line-height: 26px;
}

.mission:before,
.mission:after {
	position: absolute;
	content: url(../img/section-element-mission.png);
}

.whychoose-cntinner {
    float: left;
    width: 100%;
    padding: 10px;
    /* text-align: center; */
    border-radius: 2px;
    min-height: 270px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
	position: relative;
	overflow: hidden;
}

.whychoose-cntinner:hover .why-hdinn{
	bottom: 0;
}

.why-lft {
    float: left;
    width: 100%;
}

.our-obj .col-md-4 {
    margin: 0 0 28px;
}

.why-hdinn {
    float: left;
    width: 95%;
    margin-left: 0;
    padding: 14px;
}

.why-hd {
    color: #fff;
    font-size: 18px;
    margin: 0 0 4px;
}

.why-hdinn {
    position: absolute;
    bottom: -88px;
    left: 10px;
    right: 0;
    background: #020e1b;
    min-height: 140px;
    transition: all ease-in-out 300ms;
    display: inline-block;
}

.why-txt {
	font-size: 15px;
}

.why-txt {
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    float: left;
    width: 100%;
    padding: 0;
    top: 10px;
    position: relative;
}

.why-lft img.img-responsive {
	width: 70%;
}

.benifit-mdl {
	text-align: center;
}

.benifit-mdl {
	display: inline-block;
}

.BENEFITS-cnt.rs {
	float: left;
	width: 100%;
	text-align: center;
}

.BENEFITS-cnt h4 {
	font-size: 21px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	margin: 10px 0 6px;
	text-align: center;
}

.BENEFITS-cnt p {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    display: inline-block;
    text-align: justify;
}

.benifit-left {
	float: left;
	width: 33%;
}

.benifit-middle {
	float: left;
	width: 33%;
	text-align: center;
	margin: 30px 0 0;
}

.benifit-rgt {
	float: left;
	width: 33%;
}

.BENEFITS-cnt {
    margin: 15px 0 10px;
}

p.fac {
    width: 55%;
}

.FEATURES h4 {
	padding: 10px 14px;
	position: relative;
	z-index: 99;
	background: #231220;
	color: #fff;
	text-align: left !important;
	border-radius: 4px;
	letter-spacing: 1px;
	font-size: 18px !important;
}

.FEATURES li {
	font-size: 16px;
	padding: 10px 0 0;
	font-weight: 600;
	list-style: decimal;
	padding-left: 8px;
}

.FEATURES ul {
	margin-left: 14px;
}

.kys h4 {
	color: #e8af00;
}

.edb h4 {
	color: #2b5542;
}

.bs h4 {
	color: #8a0000;
}

.icb h4 {
	color: #c00000;
}

.rs h4 {
	color: #462340;
}

.PRODUCTIVITY h4 {
	background: #ae8505;
}

.SCALE h4 {
	background: #253930;
}

.PERFORMANCE h4 {
	background: #600000;
}

.fe {
	min-height: 180px;
}

.servics-left {
	float: left;
	width: 60%;
}

.servics {
	float: left;
	width: 100%;
	text-align: left;
}

.servics h4 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 800;
    margin: 2px 0 8px;
    background: url(../img/checkk.png);
    background-repeat: no-repeat;
    background-position: 2px 6px;
    padding-left: 26px;
}

.servics p {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	padding-left: 26px;
	line-height: 24px;
}

.servics {
    float: left;
    width: 50%;
    text-align: left;
    margin: 0 0 24px;
    padding: 0 0px 0 30px;
}

.SERVICES-inn-left {
	float: left;
	width: 48%;
}

.pi h4 {
    color: #462341;
}

.rbi h4 {
    color: #466d5b;
}

.dv h4{
	color: #daa502;
}

.iu h4{
	color: #44546b;
}

.mi h4 {
    color: #8a0000;
}

.servics-right {
	float: right;
	width: 52%;
}

.servics-left {
	float: left;
	width: 46%;
}

h2.servicess {
	margin-bottom: 50px;
}

h3.serv-typ {
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 22px;
	color: #d07300;
	text-transform: capitalize;
	text-align: left;
	display: inline-block;
	width: 100%;
}

.servics-data {
    float: left;
    width: 100%;
    margin: 0 0 40px;
}

.servics-dataleft .servics {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 14px;
	padding: 0 0 0 20px;
}

.servics-dataleft {
	float: left;
	width: 54%;
}

.servics-rightdata {
	float: left;
	width: 100%;
	margin: 10px 0 0;
}

.servics-middle {
	float: right;
	width: 45%;
	transition: all ease-in-out 300ms;
}

.servics-btmmm {
	float: left;
	width: 100%;
	margin: 30px 0 0;
}

.servics-rightdata .servics {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 14px;
	padding: 0 0 0 20px;
}

.two {
	float: left;
	width: 100%;
	background: #f3f3f3;
	padding: 40px 0;
	border-top: 1px solid #ccc;
}

.servics-rightD {
	FLOAT: LEFT;
	WIDTH: 100%;
	margin: 30px 0;
}

.bg-none {
	padding-bottom: 0;
}

.two h3.serv-typ {
	text-align: center;
	margin: 0 0 40px;
}

.servics-inner {
	position: relative;
	z-index: 99;
}

.top-nav .tn-right .top-social a:hover {
    background: #c3511f;
    color: #ffffff;
}

.top-nav .tn-right .top-social a:hover i {
	background: #c3511f;
	color: #ffffff;
}

.services-section:before,
.services-section:after {
	position: absolute;
	content: url(../img/section-element-mission.png);
}

.services-section:before,
.services-section:after {
	position: absolute;
	content: url(../img/section-element-mission.png);
}

.services-section::after {
	right: 0;
	bottom: 0;
}

section.about-us {
    padding-top: 50px;
    float: left;
    width: 100%;
    background: linear-gradient(to right, #fff0de, #fba475);
    padding-bottom: 36px;
}

.about-us h4 {
	font-size: 30px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	margin: -3px 0 6px;
	text-transform: capitalize;
}

a.read-more {
    display: inline-block;
    background: #ef7839;
    max-width: 100%;
    text-align: center;
    padding: 13px 26px;
    color: #fff;
    border-radius: 4px;
    margin: 18px 0 0;
    min-width: 144px;
    font-size: 16px;
}

.read-more i.fa.fa-arrow-right {
	padding-left: 6px;
	transition: all ease-in-out 300ms;
}

.read-more:hover i.fa.fa-arrow-right {
	padding-left: 12px;
	transition: all ease-in-out 300ms;
}

.about-us p {
	line-height: 31px;
	color: #2d2d2d;
	float: left;
	width: 100%;
	text-align: justify;
	margin: 0;
	font-size: 16px;
}

.why-choose img {
	border: 2px solid #e8e8e8;
	transform: scale(1, 1);
	transition: transform 0.4s;
}

.why-choose img:hover {
	transform: scale(1.08, 1.08);
}

.abt p {
	line-height: 32px;
	margin: -5px 0 0;
	text-align: justify !important;
	font-weight: 500;
}

.abt::after {
	display: none;
}

a.read-more:hover {
    background: #e65800;
    color: #fff;
}

.object-imgcnt {
	display: flex;
}

.why-chooseslider {
	float: left;
	width: 100%;
}

figure.snip0015 {
	color: #fff;
	position: relative;
	overflow: hidden;
	margin: 18px;
	min-width: 220px;
	max-width: 350px;
	max-height: 236px;
	width: 100%;
	background: #000000;
	text-align: center;
	border-radius: 4px;
	z-index: 11;
}

figure.snip0015 img {
	border-radius: 4px;
}

figure.snip0015 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

figure.snip0015 img {
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.snip0015 figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3em 3em;
	width: 100%;
	height: 100%;
}

figure.snip0015 figcaption::before {
	position: absolute;
	top: 50%;
	right: 30px;
	bottom: 50%;
	left: 30px;
	content: '';
	opacity: 0;
	background-color: #ffffff;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

figure.snip0015 h2,
figure.snip0015 p {
	margin: 0 0 5px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
	color: #ffffff;
}

figure.snip0015 h2 {
	opacity: 1;
	font-size: 22px;
	background: #0e181b;
	padding: 12px 0;
	border-radius: 4px;
	top: 39px;
	position: relative;
	left: 0;
	right: 0;
	width: auto;
}

figure.snip0015 h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transform: translate3d(0%, 50%, 0);
	transform: translate3d(0%, 50%, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	margin: 0;
}

figure.snip0015 h2 span {
	font-weight: 800;
}

figure.snip0015 p {
	font-weight: 200;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.snip0015 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	color: #ffffff;
}

figure.snip0015:hover img {
	opacity: 0.75;
}

figure.snip0015:hover figcaption h2 {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	top: 0px;
}

figure.snip0015:hover figcaption p {
	opacity: 1;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 14px 6px;
}

figure.snip0015:hover figcaption::before {
	background: rgba(255, 255, 255, 0);
	top: 30px;
	bottom: 30px;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.ft-contact i.fa.fa-angle-right {
	font-weight: 600;
	padding: 0px 8px 0 0px;
}

.know {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
}

.abt-fitindia {
	float: left;
	width: 100%;
	font-size: 16px;
	margin: 10px 0;
	line-height: 26px;
}

.abt-fitindia span {
	font-size: 22px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	color: #df4b30;
}

section.pillers {
	float: left;
	width: 100%;
	text-align: center;
	padding: 14px 0 45px;
	background: #fff;
}

.pillers h4 {
	text-align: center;
	font-size: 32px;
	color: #000000;
	line-height: 58px;
	font-weight: 600;
	margin: 15px 0 30px;
}

.pillers-sledinn .item {
	text-align: center;
}

.circle {
	background: #ccc;
	display: inline-block;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
    z-index: 9;
    transition: all .3s ease-out 0s;
    margin: 20px 0;
	flex-direction: column;
	min-height: 400px;
	border-radius: 4px;
}
.hdp {
    font-size: 15px;
    text-align: justify;
    padding: 16px 25px;
    line-height: 26px;
    font-weight: 500;
}

.hd {
    font-size: 26px;
	font-weight: 600;
	padding: 4px 0;
	text-transform: uppercase;
	font-size: 24px;
    font-weight: 500;
}

.pu .hd{
	background: #16578d;
}

.pu {
    background: #ffffff;
    border: 2px solid #16578d;
}

.hdp {
    font-size: 15px;
    text-align: justify;
    padding: 16px 25px;
    line-height: 26px;
    font-weight: 500;
    background: #fff;
    color: #000;
}

.tr {
    background: #ffffff;
	border: 2px solid #cc4002;
	color: #000000;
}

.tr .hd {
    background: #cc4002;
    color: #fff;
}

.av .hd{
	background: #9e4160;
}

.av {
    background: #ffffff;
    border: 2px solid #9e4160;
}

.qa .hd{
	background: #644893;
}

.qa {
	border: 2px solid #644893;
	background: #ffffff;
}

.va .hd{
	background: #eabb00;
}


.va {
	background: #ffffff;
	border: 2px solid #eabb00;
}

.pillers-sledinn .owl-prev span {
	background: #5d5d5d;
	color: #ffffff;
	padding: 7px 15px;
	position: absolute;
	top: 130px;
	left: -92px;
	border-radius: 8%;
	height: 40px;
	width: 40px;
	font-size: 35px;
	line-height: 22px;
}

.pillers-sledinn .owl-prev span:hover {
	background: #000;
}

.pillers-sledinn .owl-next span {
	background: #757575;
	color: #ffffff;
	padding: 7px 15px;
	position: absolute;
	top: 130px;
	right: -92px;
	border-radius: 8%;
	height: 40px;
	width: 40px;
	font-size: 35px;
	line-height: 22px;
}

.pillers-sledinn .owl-next span:hover {
	background: #000;
}



.owl-theme .owl-dots .owl-dot span {
	width: 24px;
	height: 12px;
	margin: 5px 7px;
	background: #b9b6b6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #e85e23;
}

.SERVICES-inn {
	float: left;
	width: 100%;
}

.SERVICES-inn-left {
	float: left;
	width: 48%;
	transition: all ease-in-out 300ms;
}

.SERVICES-inn-left:hover {
	transform: scale(1.1);
	transition: all ease-in-out 300ms;
}

.servics-middle:hover{
	transform: scale(1.1);
	transition: all ease-in-out 300ms;
}


.smi h4{
	color: #462340;
}

.srbi h4{
	color: #c00000;
}

.spi h4{
	color: #44546a;
}



























































































/*-------------------------------- Respinsive Media Styles --------------------------------*/

@media only screen and (min-width: 1554px) and (max-width: 1920px) {
	.hp-room-items .hp-room-item .hr-text {
		bottom: -200px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
	.hp-room-items .hp-room-item .hr-text {
		bottom: -288px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}


/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -150px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -150px;
	}
	.hp-room-items .hp-room-item .hr-text {
		bottom: -322px;
	}
	.hp-room-items .hp-room-item:hover .hr-text {
		bottom: 80px;
	}
}

@media only screen and (max-width: 991px) {
	.top-nav {
		display: none;
	}
	.menu-item .nav-menu {
		display: none;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 98;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 40px;
		top: 25px;
		font-size: 22px;
		width: 30px;
		height: 30px;
		color: #19191a;
		border: 1px solid #19191a;
		border-radius: 2px;
		line-height: 33px;
		text-align: center;
		z-index: 100;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		z-index: 999;
		background: #ffffff;
		text-align: center;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 80px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper .canvas-close {
		height: 30px;
		width: 30px;
		border: 1px solid #19191a;
		border-radius: 50%;
		text-align: center;
		line-height: 30px;
		cursor: pointer;
		position: absolute;
		right: 30px;
		top: 30px;
		padding-right: 1px;
	}
	.offcanvas-menu-wrapper .search-icon {
		color: #19191a;
		text-align: center;
		cursor: pointer;
		margin-bottom: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area {
		margin-bottom: 30px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option {
		display: inline-block;
		cursor: pointer;
		padding: 13px 0;
		position: relative;
		margin-bottom: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option:hover .flag-dropdown {
		top: 40px;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option img {
		height: 26px;
		width: 26px;
		border-radius: 50%;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option span {
		font-size: 16px;
		color: #19191a;
		text-transform: uppercase;
		font-weight: 500;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown {
		position: absolute;
		left: 0;
		top: 60px;
		width: 100px;
		background: #ffffff;
		display: block;
		padding: 10px 15px;
		-webkit-box-shadow: 0px 9px 10px rgba(13, 13, 20, 0.2);
		box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 99;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li {
		list-style: none;
		text-align: left;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 500;
		color: #19191a;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a:hover {
		color: #3e3e3e;
	}
	.offcanvas-menu-wrapper .header-configure-area .bk-btn {
		display: inline-block;
		font-size: 13px;
		font-weight: 700;
		padding: 16px 28px 15px;
		background: #3e3e3e;
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.offcanvas-menu-wrapper .mainmenu {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_btn {
		float: none;
		margin: 0 0 10px 0;
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul {
		margin: 0;
		text-align: left;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li .dropdown {
		padding-left: 20px;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a {
		margin: 0;
		padding: 10px;
		font-weight: 600;
		font-size: 14px;
		color: #19191a;
		border-bottom: 1px solid #e5e5e5;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a:hover {
		border-radius: 0;
		background: transparent;
		color: #3e3e3e;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row a {
		border-bottom: 0;
		padding-left: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row span {
		color: #19191a;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover a {
		color: #3e3e3e;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover span {
		color: #3e3e3e;
	}
	.offcanvas-menu-wrapper .top-social {
		display: inline-block;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.offcanvas-menu-wrapper .top-social a {
		display: inline-block;
		font-size: 16px;
		color: #19191a;
		margin-right: 20px;
	}
	.offcanvas-menu-wrapper .top-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .top-widget li {
		list-style: none;
		font-size: 16px;
		color: #19191a;
		font-weight: 500;
		line-height: 28px;
	}
	.offcanvas-menu-wrapper .top-widget li i {
		color: #3e3e3e;
		margin-right: 4px;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.about-text {
		margin-bottom: 30px;
	}
	.footer-section .copyright-option ul {
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-section .copyright-option .co-text {
		text-align: center;
	}
	.about-pic img {
		margin-bottom: 20px;
	}
	.room-booking {
		padding: 0;
		margin-top: 40px;
	}
	.contact-form {
		padding-top: 30px;
	}
	.hero-text {
		margin-bottom: 40px;
	}
}


/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -30px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -30px;
	}
	.hp-room-items {
		margin: 0;
	}
	.hp-room-item {
		margin-bottom: 15px;
	}
}


/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
	.testimonial-slider.owl-carousel .owl-nav {
		display: none;
	}
	.room-details-item .rd-text .rd-title {
		margin-bottom: 25px;
	}
	.room-details-item .rd-text .rd-title h3 {
		float: none;
		margin-bottom: 30px;
	}
	.room-details-item .rd-text .rd-title .rdt-right {
		float: none;
		text-align: left;
	}
	.footer-section .copyright-option ul li {
		margin-right: 25px;
	}
	.blog-details-text .tag-share .tags {
		float: none;
		margin-bottom: 20px;
	}
	.blog-details-text .tag-share .social-share {
		float: none;
	}
	.about-text .section-title h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.hp-room-items {
		margin: 0 -5px;
	}
	.hp-room-item {
		margin-bottom: 10px;
	}
}


/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.footer-section .copyright-option ul li {
		margin-bottom: 5px;
	}
	.video-section {
		padding-top: 80px;
	}
	.rd-reviews .review-item .ri-pic,
	.blog-details-text .comment-option .single-comment-item .sc-author {
		float: none;
		margin-bottom: 30px;
	}
	.rd-reviews .review-item .ri-text .rating {
		position: relative;
	}
	.rd-reviews .review-item .ri-text,
	.blog-details-text .comment-option .single-comment-item.second-comment .sc-text,
	.blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
		padding-left: 0;
	}
	.blog-details-text .comment-option .single-comment-item.reply-comment {
		padding-left: 30px;
	}
	.rd-reviews .review-item .ri-text:before,
	.blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before,
	.blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
		display: none;
	}
	.blog-details-hero {
		padding-top: 70px;
	}
	.blog-details-text .bd-pic .bp-item {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.blog-details-text .tag-share .tags a {
		margin-bottom: 6px;
	}
	.blog-details-text .comment-option .single-comment-item .sc-text a {
		margin-bottom: 10px;
	}
}


h5.andatah {
    text-align: center;
    position: relative;
    top: -24px;
    font-weight: 600;
}























.pillers-sledinn {
    display: inline-block;
    width: 100%;
}




.homesilderbanner .item {
	position: relative;
  }
  .homesilderbanner .item img {
	width: 100%;
	height: 100%;
  }
  .homesilderbanner .item .cover {
	padding: 75px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
  }
  .homesilderbanner .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    width: 982px;
    margin: auto;
}
  .homesilderbanner .item .cover .header-content .line {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 9px solid #fff;
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  .homesilderbanner .item .cover .header-content h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
    line-height: 62px;
}
.homesilderbanner .item .cover .header-content h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
    line-height: 70px;
}
.homesilderbanner .item .cover .header-content h4 {
    font-size: 40px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
}

.header-content.one.two h2 {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    line-height: 55px;
}

  .homesilderbanner .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
  }
  .homesilderbanner .owl-item.active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
  }
  .homesilderbanner .owl-item.active h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
  }
  .homesilderbanner .owl-item.active .line {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
  }
  .homesilderbanner .owl-nav .owl-prev {
	position: absolute;
	left: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
  }
  .homesilderbanner .owl-nav .owl-prev span {
	font-size: 1.6875rem;
	color: #fff;
  }
  .homesilderbanner .owl-nav .owl-prev:focus {
	outline: 0;
  }
  .homesilderbanner .owl-nav .owl-prev:hover {
	background: #000 !important;
  }
  .homesilderbanner .owl-nav .owl-next {
	position: absolute;
	right: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
  }
  .homesilderbanner .owl-nav .owl-next span {
	font-size: 1.6875rem;
	color: #fff;
  }
  .homesilderbanner .owl-nav .owl-next:focus {
	outline: 0;
  }
  .homesilderbanner .owl-nav .owl-next:hover {
	background: #000 !important;
  }
  .homesilderbanner:hover .owl-prev {
	left: 0px;
	opacity: 1;
  }
  .homesilderbanner:hover .owl-next {
	right: 0px;
	opacity: 1;
  }

  section.homesilderbanner {
    float: left;
    width: 100%;
}


.homesilderbanner .owl-carousel .owl-item img {
    display: block;
    width: auto;
	height: 500px;
	background-size: cover;
}

section.homesilderbanner {
    float: left;
    width: 100%;
    height: 500px;
}


.lst h2 {
    font-size: 24px !important;
    line-height: 41px;
}

.lst h1 {
    font-size: 34px !important;
    line-height: 46px !important;
    padding-top: 14px;
}

.header-content.one {
    width: 680px !important;
    position: relative;
    top: 0;
    padding: 31px 0 !important;
    left: 130px;
}
.header-content.one.two {
    width: 800px !important;
    left: 450px;
    top: 60px;
}

.header-content.lst h2{
    font-size: 40px;
	color: #fff;
	font-weight: 600;
}

.header-content.lst {
    position: relative;
    top: 30px;
    padding: 40px 26px !important;
    left: 280px;
    width: 744px !important;
}

.ft-about img {
    max-width: 80%;
}

.foot-link {
    float: left;
    width: 100%;
    background: linear-gradient(to right, #ffffff, #fbaa45);
    padding: 16px 0;
}

img.sewaservcee {
    width: 60px;
}
img.indiarural {
    width: 100px;
}
img.besmart {
    width: 110px;
}
.foot-link ul {
    margin: 0;
    padding: 0;
}
.foot-link ul li {
    display: inline-block;
    padding: 0 45px;
    border-right: 1px solid #fbaf50;
}
.foot-link ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 14px;
}
.foot-link ul li:first-child{
	padding-left: 0;
}

.foot-link ul li:last-child{
	padding-right: 0;
}

.kybenifit-tils p {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
    text-align: justify;
}


section.keybenifit {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 50px 0;
    background: #062241;
}

.keybenifititle {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin: 24px 0 30px;
}

.kybenifit-tils {
    padding: 40px 14px;
    min-height: 310px;
    border: 2px solid #d4d4d4;
	border-radius: 4px;
}

.kybenifit-tils {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.bpos-ad .kybenifit-tils {
    min-height: 310px;
    padding: 22px 20px;
    display: flex;
    align-items: center;
    margin: 30px 0 0 0;
    flex-direction: column;
}
.kybenifit-tils:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background: #fe8c00;
    background: -webkit-linear-gradient(to right, #f83600, #fe8c00);
	background: linear-gradient(to right, #d83c3c, #ff8d00);
}
.kybenifit-tils h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.kybenifit-tils:hover:before, .kybenifit-tils:focus:before, .kybenifit-tils:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	color: #ffffff;
	border: 1px solid #2098d1;
	cursor: pointer;
  }
  
  .kybenifit-tils:hover  h4 , .kybenifit-tils:hover  p{
	color: #ffffff;
  }


  div#ORDER-BUYER {
    background: linear-gradient(to right, #dedede, #e68919);
    float: left;
    width: 100%;
    padding: 32px 0 46px;
}

#ORDER-BUYER h2 {
    text-align: center;
    color: #ffffff;
}


.scrollbar {
    height: 475px;
    min-width: 150px;
    background: #fff;
    overflow-y: scroll;
    padding: 14px 20px;
    border-radius: 6px;
    margin: 11px 0 0;
}
.buyer-left {
    float: left;
    width: 50%;
}
.buyer {
    min-height: 80px;
    padding: 2px 16px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    margin: 14px 0;
}
.b1 {
    background: #c63b24;
}
.buyer i {
    font-size: 30px;
}
.buyer p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 0 0 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}
.b2 {
    background: #8c804b;
}
.b3 {
    background: #477900;
}
.b4 {
    background: #04489c;
}
.b5 {
    background: #820759;
}
.b6 {
    background: #b95126;
}
.b7 {
    background: #4c4c4c;
}
.b8 {
    background: #007353;
}
.buyer-right {
    float: right;
    width: 50%;
}

.buyer-img {
    width: 96%;
    float: right;
    text-align: center;
    padding: 18px 20px;
    background: #fff;
    border-radius: 8px;
    margin: 10px 0 0;
}


#ORDER-BUYER h2{
    font-size: 32px;
    color: #19191a;
    line-height: 58px;
    margin-top: 10px;
    font-weight: 600;
}

.Features-banner{
	background: url(../img/banner/Features-banner.png);
    background-repeat: no-repeat;
    min-height: 400px;
    float: left;
    width: 100%;
    background-size: cover;
}

.about-uss{
	background: url(../img/banner/about-us.jpg);
    background-repeat: no-repeat;
    min-height: 505px;
    float: left;
    width: 100%;
    background-size: cover;
}

.mission-banner{
	background: url(../img/banner/our-mission.jpg);
    background-repeat: no-repeat;
    min-height: 505px;
    float: left;
    width: 100%;
    background-size: cover;
}

.our-objectivebanner{
	background: url(../img/banner/our-objectivebanner.jpg);
    background-repeat: no-repeat;
    min-height: 505px;
    float: left;
    width: 100%;
    background-size: cover;
}

.benifit-banner{
	background: url(../img/banner/benifit-banner.png);
    background-repeat: no-repeat;
    min-height: 505px;
    float: left;
    width: 100%;
    background-size: cover;
}

.service-bannerr{
	background: url(../img/banner/service-bannerr.jpg);
    background-repeat: no-repeat;
    min-height: 505px;
    float: left;
    width: 100%;
    background-size: cover;
}


.header-content.one.change {
    left: 240px;
}

h2.mahrisi {
    color: #ff8a00 !important;
    font-weight: 600;
    margin: 10px;
}


h2.mahrisi {
    font-size: 22px !important;
    text-align: right;
}

.mahrisi h2 {
    font-size: 28px !important;
    line-height: 54px;
    text-align: left;
}

h2.mahrisi {
    font-size: 24px !important;
	text-align: right;
	font-family: 'Mukta', sans-serif;
    margin: -5px 0 0;
}


.Sewa-Servicecv {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}

.Sewa-Servicecv p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.Sewa-Servicecv span {
    background: #fe8c00;
    background: -webkit-linear-gradient(to right, #f83600, #fe8c00);
    background: linear-gradient(to right, #d83c3c, #ff8d00);
    color: #fff;
    padding: 3px 10px;
    border-radius: 2px;
}


.Purity {
    margin: 0 auto;
    width: 48%;
}

img.abtimmg {
    border: 3px solid #e4e4e4;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    margin: 4px 0 0;
}</pre></body></html>