
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;
	/*font-family: "Lora", serif;*/
	font-family: 'Poppins', sans-serif;
}
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-family: 'Poppins', sans-serif;
	
}
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: #EFC286;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.section-title h2 {
	    font-size: 45px;
    color: #19191a;
    line-height: 48px;
    margin-top: 10px;
    margin-bottom: 23px;
    font-family: "Cabin", sans-serif;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

}
.spad {
	padding-top: 70px;
}
.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: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    background: #fff;
    text-decoration: none;
    padding: 6px 15px;
	/*display: inline-block;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	position: relative;*/
}
.primary-btn:hover{
	color: #000;
}
.primary-btn:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #EFC286;
	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 #e5e5e5;
}
.top-nav .tn-left li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	color: #19191a;
	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: #e5e5e5;
	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: #EFC286;
	margin-right: 4px;
}
.top-nav .tn-right {
	text-align: right;
}
.top-nav .tn-right .top-social {
	display: inline-block;
	margin-right: 35px;
	padding: 13px 0;
}
.top-nav .tn-right .top-social a {
	display: inline-block;
	font-size: 16px;
	color: #19191a;
	margin-left: 15px;
}
.top-nav .tn-right .bk-btn {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 16px 28px 15px;
	background: #EFC286;
	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: #EFC286;
}
.menu-item {
	position: relative;
	z-index: 9;
}
.menu-item .logo {
	padding: 25px 0;
}
.menu-item .logo a {
	display: inline-block;
}
.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>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: #19191a;
	margin-right: 42px;
	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: 2px;
	background: #EFC286;
	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;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
	color: #EFC286;
}
.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;
	padding-top: 60px;
	padding-bottom: 100px;
}
.hero-section .container {
	position: relative;
	z-index: 5;
}

.hero-text img{
    margin-bottom: 60px;
}


.banner-price h3{
    color: #fff;
    font-weight: bold;
}

.banner-price p{
    font-size: 20px;
}


.hero-text a{
    color: #000;
   
    display: inline-block;
    font-size: 20px;
    border-radius: 3px;
}

.hero-text a:first-child {
    margin-right: 30px;
}

.hero-text h1 {
    font-size: 30px;
    line-height: 56px;
    color: #ffffff;
    margin-bottom: 6px;
    font-weight: bold;
    /*text-shadow: 1px 2px 2px #000;*/
}

.banner-price {
    border: 1px solid #d3cfcf;
    text-align: center;
    padding: 20px 0px;
    border-radius: 3px;
}


.banner-price p {
    font-size: 20px;
    margin: 0px;
    color: #fff;
}

.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: #EFC286;
	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 #EFC286;
	border-right: 2px solid #EFC286;
	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 #EFC286;
	border-radius: 2px;
	color: #EFC286;
	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: 23px;
	width: 100%;
	text-align: center;
}
.hero-slider.owl-carousel .owl-dots button {
	height: 6px;
	width: 6px;
	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: #000;
	font-weight: 500;
}
.about-text p.f-para {
	margin-bottom: 10px;
	font-size: 18px;
}
.about-text p.s-para {
	margin-bottom: 35px;
}
.about-text .about-btn {
	color: #19191a;
}
.about-pic img {
	min-width: 100%;
	height: 380px;
}
/*---------------------
  Service Section
-----------------------*/

.services-section {
	padding-bottom: 60px;
	border-top: 1px solid #e5e5e5;
}
.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;
}
.service-item:hover {
	background: #EFC286;
}
.service-item:hover i {
	color: #ffffff;
}
.service-item:hover h4 {
	color: #ffffff;
}
.service-item:hover p {
	color: #ffffff;
}
.service-item i {
	display: inline-block;
	color: #EFC286;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item h4 {
	color: #19191a;
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item p {
	color: #707079;
	-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: 450px;
	margin-right: -15px;
	position: relative;
	overflow: hidden;
	    margin-bottom: 15px;
}
.hp-room-items .hp-room-item:hover .hr-text {
	bottom: 30px;
}
.hp-room-items .hp-room-item:hover .hr-text h2 {
	margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text {
	position: absolute;
	left: 20px;
    right: 20px;
	bottom: 0px;
	-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;
    font-size: 23px;
    font-weight: 600;
}
.hp-room-items .hp-room-item .hr-text h2 {
	color: #fff;
	font-weight: normal;
	margin-bottom: 20px;
    font-size: 20px;
	-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: 16px;
    color: #707079;
    line-height: 25px;
    margin-bottom: 15px;
}
.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;
	border-top: 1px solid #e5e5e5;
}
.blog-section .section-title {
	margin-bottom: 36px;
}
/*---------------------
  Footer Section
-----------------------*/

.footer-section {
	background: #C9DAD4;
}
.footer-section .footer-text {
	padding: 80px 0 30px;
}
.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 .fa-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #000;
	border: 1px solid #5A4D48;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 7px;
}
.fa-social a:hover {
	background: #EFC286;
	border-color: #EFC286;
}
.footer-section .footer-text .ft-contact {
	margin-bottom: 30px;
}

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

.footer-section .footer-text .ft-newslatter p {
	color: #aaaab3;
	margin-bottom: 20px;
}
.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;
	background: #393D4A;
	border: none;
	padding-left: 20px;
	font-size: 16px;
	color: #707079;
}
.footer-section .footer-text .ft-newslatter .fn-form button {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	background: #EFC286;
	color: #ffffff;
	padding: 0 16px;
	height: 50px;
	border: none;
	border-radius: 0 2px 2px 0;
}
.footer-section .copyright-option {
	background: #a3bcb4;
	padding: 20px 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: #aaaab3;
}
.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: #EFC286;
	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: #EFC286;
	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: #EFC286;
	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: #EFC286;
	padding: 14px 28px 13px;
}
.room-details-item .rd-text h2 {
	color: #EFC286;
	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: #EFC286;
	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: #EFC286;
	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: #EFC286;
	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 #EFC286;
	border-right: 2px solid #EFC286;
	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 #EFC286;
	border-radius: 2px;
	color: #EFC286;
	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: 0px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #00000041;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blog-item .bi-text .b-tag {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #EFC286;
	padding: 3px 10px;
	border-radius: 2px;
}
.blog-item .bi-text h4 {
    margin-bottom: 5px;
    font-size: 20px;
}
.blog-item .bi-text h4 a {
	color: #ffffff;
}
.blog-item .bi-text .b-time {
	font-size: 15px;
    color: #ffffff;

}
.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: #EFC286;
	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: #EFC286;
	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: #EFC286;
}
.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: #EFC286;
	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: #EFC286;
	color: #ffffff;
	border-color: #EFC286;
}
.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: #EFC286;
}
.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: #EFC286;
}
.blog-details-text .leave-comment .comment-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #EFC286;
	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: 80px;
	padding-bottom: 80px;
}
.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: 36px;
	font-weight: 500;
}
.contact-text table tbody tr td.c-o {
	color: #707079;
	width: 75px;
}
.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: #EFC286;
	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%;
}
/*-------------------------------- 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(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;
	}
	.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: #EFC286;
	}
	.offcanvas-menu-wrapper .header-configure-area .bk-btn {
		display: inline-block;
		font-size: 13px;
		font-weight: 700;
		padding: 16px 28px 15px;
		background: #EFC286;
		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: #EFC286;
	}
	.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: #EFC286;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover span {
		color: #EFC286;
	}
	.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: #EFC286;
		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: 28px;
		line-height: 30px;
	}
	.hp-room-items {
		margin: 0 -5px;
	}
	.hp-room-item {
		margin-bottom: 10px;
	}
	.hero-text h1 {
    font-size: 60px;
    line-height: 77px;
    color: #ffffff;
    margin-bottom: 16px;
}
}
/* 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;
	}
	
	.custom-contact-img {
    border-radius: 20px;
    overflow: hidden;
    height: 330px;
}
.custom-contact-cont h3 {
    margin-top: 34px;
}

.hp-room-items .hp-room-item .hr-text {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -220px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lead-form{
    padding: 20px;
}
.hero-text h1 {
    font-size: 60px;
    line-height: 77px;
    color: #ffffff;
    margin-bottom: 16px;
}

}



/*-------------------jubaer------------*/
 .hp-room-section{
    padding-top: 70px;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 70px;
}

.test-img{
    width: 100px!important;
    border: 1px solid gray;
    border-radius: 60px;
}


.view-more a{
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #EFC286;
    border-radius: 2px;
    color: #EFC286;
    font-weight: 500;
    background: transparent;
    margin-top: 30px;
    padding: 10px 30px;
}

.aj-item {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

.custom-contact-section{
	padding: 60px 0px;
}
.custom-contact-info {
    position: relative;
    min-height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.custom-contact-cont{
   
    padding: 40px;
}

.custom-contact-cont h3{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 100px;
}


.custom-contact-cont p{
    font-size: 20px;
    color: #fff;
    margin: 0px;
}

.custom-contact-cont a {
    background: #EFC286;
    color: #000;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
}

.custom-contact-img{
    border-radius: 20px;
    overflow: hidden;
}

.pt_45{
    padding-top:45px;
}

.mt_45 {
    margin-top: 45px !important;
}

.hero-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
    z-index: 0;
}


.ab{
    height: 100%;
    background-color: #00000061;
}

.abc {
    height: 100%;
    background-color: #00000051;
}



.co-text p{
    margin: 0!important;
    text-align: left;
    color: #fffimportant;
}



.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

.lead-form h3{
    color: #000;
    text-align: center;
    font-size: 30px;
}
.btn-primary {
    color: #000;
    background-color: #EFC286!important;
    border-color: #EFC286!important;
}

.btn-primary:hover {
    color: #000;
    background-color: #EFC286!important;
    border-color: #EFC286!important;
}


.form-control {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 15px !important;
    padding: 10px 5px;
}



.property-listing{
    padding-bottom: 60px;
    border-top: 1px solid #e5e5e5;
    padding-top: 60px;
    background: #f1f3f4;
}

.property-info{
    margin-top: 35px;
    padding: 20px;
}

.your-details{
    margin-top: 10px;
    font-size: 22px;
    margin-bottom: 10px;
}

.p-details{
    margin-top: 10px;
    font-size: 22px;
    margin-bottom: 20px;
}

.mb-30{
    margin-bottom: 30px;
}

.list{
    width: 100%;
}

.nice-select .option {
    font-size: 16px;
}

.listing-btn a{
    color: #000;
    background-color: #EFC286!important;
    border-color: #EFC286!important;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    font-size: 20px;
}

#submit_1{
    color: #fff;
    background-color: #EFC286!important;
    border-color: #EFC286!important;
    padding: 10px 40px;
}

.register_btn{
    position:relative;
}

.spinner-border {
    position: absolute;
    margin-left: 10px;
    margin-top: 3px;
}


.brand-section{
    padding-bottom: 60px;
    border-top: 1px solid #e5e5e5;
    padding-top: 60px;
}

.brand-logo{
    padding: 20px;
}


.mb{
    margin-bottom:80px;
}


.access-sec{
    background: #f1f3f4;
    padding: 70px 0px 40px 0px;
}


.middle {
   height: 200px;
    width: 200px;
    margin: 0px auto;
    border-radius: 113px;
    padding: 18px;
    font-weight: bold;
    background: #354765;
}

.middle-layer{
        border: 15px solid #efc286;
    height: 166px;
    border-radius: 84px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    box-shadow: 0px -1px 11px #fff;
}

.side-cont{
    margin-bottom: 30px;
    border: 1px solid #000;
    border-radius: 51px;
    display: flex;
    padding: 10px;
    background: #354765;
    z-index: 999;
    position: relative;
}

.side-access-icon {
    width: 27%;
    background: #fff;
    border-radius: 63px;
    text-align: center;
    padding-top: 6px;
}


.side-access-text {
    width: 83%;
    padding: 15px 20px;
    text-align: right;
}

.side-access-text h3{
    font-size:22px;
    color: #fff;
}
.side-access-text p{
    color: #efc286;
    margin: 0px;
}


.side-access-icon img{
    width: 80%;
    padding: 6px;
}


.text-left{
    text-align:left;
}

.mt-28{
    margin-top: 58px;
}


.mt-30 {
    margin-top: 30px

}

.side-access-title h3{
    font-size: 43px;
    margin-bottom: 60px;
    text-align: center;
}

.abcj{
    height: 430px;
    border: 20px solid #efc286;
    width: 430px;
    border-radius: 251px;
    position: absolute;
    z-index: 0;
    margin-top: 130px;
}


.amenities-sec{
    padding: 40px 0px;
}


.anemites-box {
    padding: 20px 8px;
    text-align: center;
    border-radius: 4px;
    /*background-color: hsl(223.64deg 40.74% 94.71%);*/
    min-height: 170px;
        margin-bottom: 25px;
    background: #f5f2f0;
}

.anemities-img{
    margin-bottom:15px;
}
.anemities-img img{
    width: 70px;
}

.anemities-text h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

.intorior-sec{
    position: relative;
    padding: 80px 0px;
    background-color: #C9DAD4;
}

.image-layer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    /* opacity: .35; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.intorior-cont h3{
    font-size: 37px;
    color: #000;
    margin-bottom: 30px;
}


.intorior-cont p {
    color: #000;
    font-size: 19px;
}


.mt-100{
    margin-top: 100px;
}

.another-sec{
    margin: 70px 0px;
}

.another-cont h3{
    font-size: 43px;
    margin-bottom: 30px;
}

.another-cont-box{
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 30px;
}

.side-cont:after{
    content:' ';
    height:100px;
    border:2px solid red;
}


.side-cont-1:after {
    content: ' ';
    height: 79px;
    border: 1px solid #354765;
    position: absolute;
    right: 0px;
    transform: rotate(160deg);
    bottom: 0px;
    margin-bottom: -52px;
}

.side-cont-2:after {
    content: ' ';
    height: 79px;
    border: 1px solid #354765;
    position: absolute;
    left: 0px;
    transform: rotate(205deg);
    bottom: 0px;
    margin-bottom: -52px;
}
.side-cont-3:after {
    content: ' ';
    height: 79px;
    border: 1px solid #354765;
    position: absolute;
    right: -31px;
    transform: rotate(89deg);
    bottom: 0px;
    margin-bottom: 1px;
}

.side-cont-4:after {
    content: ' ';
    height: 79px;
    border: 1px solid #354765;
    position: absolute;
    left: -31px;
    transform: rotate(89deg);
    bottom: 0px;
    margin-bottom: 1px;
}

.side-cont-5:after {
    content: ' ';
    height: 79px;
    border: 1px solid #354765;
    position: absolute;
    right: 0px;
    transform: rotate(44deg);
    top: -55px;
}

.side-cont-6:after {
    content: ' ';
    height: 79px;
    border: 1px solid #354765;
    position: absolute;
    left: 0px;
    transform: rotate(-32deg);
    top: -55px;
}



.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
   margin-bottom: 10px;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #24324a;
  border-color: #EEEEEE;
 
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
      display: block;
    padding: 15px;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
}

.more-less {
  float: right;
  color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
    padding: 15px 20px 30px;
    background: #f1f3f4;
    font-size: 18px;
}


/* ----- v CAN BE DELETED v ----- */


.demo {
  padding-top: 60px;
  padding-bottom: 60px;
}


.faq-title{
    text-align: center;
    padding: 30px;
}


.faq-title h3{
    font-size: 40px;
    color: #19191a;
    line-height: 48px;
    margin-top: 10px;
    margin-bottom: 23px;
}
.faq-title p {
    font-size: 20px;
}


.intorior-mobile{
    display:none;
}
.mobile-banner{
    display:none;
}

.hero-text p {
    font-size: 27px;
    color: #FFF;
    line-height: 45px;
    margin:0;
    
}
.hero-point{
   /* background-color: #00000061;*/
    text-align: left;
    padding:20px;
    
}

.icon img{
    width: 80px;
}


.features-area{
    padding: 70px 0px 40px 0px;
}

.site-heading h2 {
  font-size: 43px;
    margin-bottom: 30px;
}

.site-heading h2 span {
  color: #ffaf5a;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ffaf5a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}


.features-items,
.features-items .items-box {
  overflow: hidden;
}

.features-area .equal-height::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}

.features-area.item-full .equal-height::before {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
}

.features-area .features-items .col-md-5, 
.features-area .features-items .col-md-7 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.features-area .features-items.reversed .col-md-5, 
.features-area .features-items.reversed .col-md-7 {
  display: inline-block;
  float: left;
}

.features-area .features-items.reversed .info-box {
  float: right;
}

.features-area .features-items .item {
  padding: 15px 30px;
}

.features-area.item-full .features-items .item {
  padding: 30px;
}

.features-area .features-items .item h4 {
  position: relative;
}

.features-area.bottom-small {
  padding-bottom: 25px;
}

.features-area.default-padding.bottom-none {
  padding-bottom: 30px;
}

.features-area .item .icon {
  margin-bottom: 20px;
}

.features-area .item .info {
}

.features-area .item .icon i {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  color: #ffaf5a;
  display: inline-block;
  font-size: 30px;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 1;
}

.features-area .features-items .items-box i {
  background: transparent;
}

.features-area .item .icon {
  margin-bottom: 25px;
}

.features-area .features-items.icon-solid i {
  border-radius: inherit;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  color: #ffaf5a;
  display: inline-block;
  font-size: 50px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
}


.features-area .item .info h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 15px;
}
.features-area .item .info p {
  margin: 0;
}

.features-area .features-items.less-icon .items-box.inc-cell .item .info {
  padding-left: 0;
}

.features-area .features-items .items-box.inc-cell .item .info a {
  color: #666666;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}

.features-area .features-items .items-box.inc-cell .item .info a:hover {
  color: #ffaf5a;
}





.key-img-box{
    text-align:center;
}


.img-1{
        width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
}

.img-2{
    width: 38%;
    float: left;
    margin-right: 16px;
        border-radius: 3px;
}

.img-3{
    width: 59%;
        border-radius: 3px;
}


.img-4{
        width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
}

.img-5{
   width: 46%;
    float: left;
    margin-right: 16px;
    border-radius: 3px;
}

.img-6{
    width: 51%;
    border-radius: 3px;
}



.key-sec{
    margin:90px 0px;
}

.key-item{
    margin-bottom:40px;
}
.key-item h3{
    font-size:25px;
    margin-bottom:15px;
}


.key-title h3{
    font-size: 43px;
    margin-bottom: 40px;
}



.m-t-90{
    margin-top: 90px;
}


.key-img-mobile{
    display:none;
}


.client-box h3{
    text-align: center;
    margin: 60px 0px;
    font-family: "Cabin", sans-serif;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #415864;
}


    
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-initialized .slick-slide {
    text-align: center;
}

.slick-initialized .slick-slide img{
    margin-bottom:20px;
}
.slick-initialized .slick-slide p{
    font-size: 16px;
    font-family: "Cabin", sans-serif;
    color: #efc286;
    text-transform: uppercase;
}

.intorior-cont ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
}



.intorior-cont ul li {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.intorior-cont ul li i{
    font-size: 15px;
}

.image-layer-2{
    left:0;
}


.intorior-cont-2{
    padding-left: 30px;
}

.highlight-sec{
    background-color: #f5f2f0;
    padding: 50px 0px;
}

.highlight-item {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 25px;
    min-height: 165px;
    display: flex;
}
.highlight-item h3{
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #f4b054;
}

.developer-sec{
    margin-bottom: 60px;
}


.highlight-icon i{
    color: #f4b054;
    font-size: 23px;
    margin-right: 13px;
    margin-top: 4px;
}

.hero-text h3{
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}

.interest-btn {
    background: #efc286;
    padding: 5px 20px;
    font-size: 20px;
    color: #000;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
        font-family: "Cabin", sans-serif;
}

.booking-form-2 {
    background: #ffffff;
    padding: 50px 20px 50px 20px;
    border-radius: 4px;
    margin-top: 80px;
}
.hero-point-2 p {
    font-size: 25px;
}

.hero-text-2 h1 {
    font-size: 70px;
    line-height: 77px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}

.booking-form-2 h3 {
    color: #eaa241;
    text-align: center;
    padding: 10px;
    font-size: 50px;
    margin-bottom: 10px;
}


.opening{
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-top: 32px;
}
.intorior-cont{
    padding-right: 20px;
}



.conclution-sec{
    background-color: #C9DAD4;
}

.conclution p {
    color: #000;
    font-size: 18px;
    line-height: 33px;
}

.stall p{
    margin: 0px;
    font-size: 20px;
    color: #efc286;
}


.stall {
    background-color: #00000061;
    padding: 10px;
    margin-top: 20px;
}

.stall h2 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
}

.stall h3{
   font-weight: 700;
    font-size: 20px;
    margin: 0px;
}

.about-text p a{
    color: #ea870b; 
}

.about-text p a:hover{
    color: #24324a; 
}

.second-logo img{
    width: 175px;
}


.back-to-top {
  background-color: #efc286;
  text-decoration: none;
  cursor: pointer;
  width: 56px;
  height: 56px;
  z-index: 999;
  position: fixed;
  right: 32px;
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 4px 16px 0 rgba(black,0.4);
  
 
 
}
.icon__arrow-up {
    
    width: 32px;
    height: 32px;
  }

.intl-tel-input {
    width: 100%!important;
}



.demo-section-desktop-3 {
    background: url(https://dubayt.com/public/bd-roadshow-may-2024-assets/img/demo-img-3.jpg) no-repeat rgb(0,0,0) 50% 50% / cover fixed;
    height: 500px;
    background-position: center center;
    background-size: cover;
}

.thank-banner {
    min-height: 220px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.azizi{
    background: url(https://dubayt.com/public/bd-roadshow-may-2024-assets/img/slider-1.jpg);
   
    background-position: center center;
    background-size: cover;
    padding: 90px 0px;
}

.azizi-cont{
    padding: 20px;
    background-color:#24324a;
    color: #fff;
}
.azizi-cont h3{
    color: #fff;
    font-size: 43px;
    margin-bottom:25px;
    font-family: "Cabin", sans-serif;
}
.azizi-cont p{
    color: #fff;
}

.azizi-mobile{
    display:none;
}

.hs-item{
    height: 600px;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
}

.mobile-top{
    display:none;
}


.manchester-sec {
    position: relative;
    padding: 80px 0px;
    background-color: #C9DAD4;
}

.intorior-cont-2 ul li {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}



.image-layer-2 {
    left: 0;
    background-position: center bottom;
}



.highlight-cont p{
    color:#5d717d;
}


.hero-text h2{
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
}
.hero-text h1 {
    font-size: 50px;
    line-height: 55px;
    margin-top: 0px;
    margin-bottom: 25px;

}

.ft-about p {
    font-size: 18px;
}






/*Button Style*/
		a.btn.btn-default.btn_theme {
			    background-color: #EFC286;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    padding: 10px 28px;
    font-size: 18px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
		}
		a.btn.btn-default.btn_theme span{
      position: relative; 
      z-index: 1; 
    }
		a.btn.btn-default.btn_theme:hover{  
			  color: #5d717d;
		    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
		    border-radius: 3px;
		}
		a.btn.btn-default.btn_theme:before {
		    content: "";
		    position: absolute;
		    left: 0;
		    top: 0;
		    bottom: 0;
		    width: 5px;
		    background: #ffffff; 
		    border-radius: 0 30px 30px 0;
		    transition: 0.5s all ease;

		}
		a.btn.btn-default.btn_theme:hover:before{
			border-radius: 0 0 0 0;
			width: 100%;
		}



  /*Video modal*/
		.videoModal .modal-dialog {
		      max-width: 1200px;
		      margin: 30px auto;
		}
		.videoModal .modal-body {
		  position:relative;
		  padding:0px;
		}
		.videoModal .close {
		    position: absolute;
		    right: -30px;
		    top: 0px;
		    z-index: 999;
		    font-size: 32px;
		    text-shadow: -1px 1px 1px #fff;
		    color: #ffffff;
		    font-weight: 300;
		    opacity: 1;
		    outline: 0 !important;
		}


.play-btn {
    width: 80px;
    height: 80px;
    background: radial-gradient(rgb(201 218 212) 60%, rgb(239 194 134) 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 40px 0px;
    box-shadow: 0px 0px 25px 3px #13bdeb;
    user-select: none;
    -webkit-user-drag: none;
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #000;
  z-index: 1;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #000;
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}
a {
  color:red;
  text-decoration:none;
}
a:hover{
  color:#34495E;
  text-decoration:none;
}



.terms a{
    display: inline-block;
    color: #5d717d;
    font-size: 12px;
    margin-bottom: 15px;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.terms-cont ul{
    list-style: decimal;
    margin-left: 20px;
}
.terms-cont ul li{
    padding: 5px 2px;
    color: #919191;
}

.terms-btn{
    font-size: 18px;
}

.terms-sec{
    margin-bottom: 50px;
}

.terms-btn{
    background: #f5f2f0;
    color: #919191;
}

.offer-box{
    background-color: #00000061;
    padding: 20px;
    margin-top: 30px;
}

.offer-box h3{
    color: #efc286;
}

.offer-box ul{
    list-style: none;
}

.offer-box ul li {
    color: #fff;
    font-size: 25px;
    padding: 4px;
}

.offer-box ul li i{
    color: #efc286;
}


.mob-video{
    display:none!important;
}

.card {
   
    border: 0px;
}
.card-header {
    border-bottom: none;
}



.fobana_logo{
    width: 130px;
    margin-bottom: 30px;
}

.m_fobana_logo{
    display:none;
}









/*================responsive---------*/

@media only screen and (max-width: 767px) {
    
    .m_fobana_logo{
    display:block;
    width:130px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.fobana_logo{
    display:none;
}
    
    .hero-text a:first-child {
    margin-right: 4px;
    float: left;
}

.fobana_logo{
    width: 100px;
}


.mob-video {
    display: block !important;
    margin-top: 0px !important;
    float: right;
    padding: 8px 14px !important;
}

.desk-video{
     display:none!important;
}
    
    
    .hs-item {
    height: 600px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
    
    .azizi{
        display:none;
    }
    
  .azizi-mobile{
    display:block;
}  
.azizi-cont-mobile h3{
    color: #000;
    font-size: 30px;
    margin-bottom:25px;
    font-family: "Cabin", sans-serif;
}
.azizi-cont-mobile p{
    color: #000;
    font-size: 20px;
}

.azizi-cont-mobile{
    text-align: left;
}

.azizi-cont-mobile img{
    margin-top:20px;
}



    .azizi-cont h3 {
    font-size: 28px;
}
    
  .demo-section-desktop-3 {
    background: url(https://dubayt.com/public/bd-roadshow-may-2024-assets/img/demo-img-3.jpg) no-repeat rgb(0,0,0) 50% 50% / cover fixed;
    height: 300px;
    background-position: center center;
    background-size: cover;
}

.logo-box {
        overflow: hidden;
        margin-bottom: 5px;
    }

/*.hero-text a {*/
/*    color: #000;*/
/*    display: inline-block;*/
/*    padding: 6px 5px;*/
/*}*/

.logo-box a img{
    width: 140px!important;
    margin-right: 15px;
    float:left;
}




    
  .faq-title {
    text-align: center;
    padding: 15px;
} 
.anemites-box {
    margin-bottom: 16px;
}
.abcj {
    display: none;
}

.side-cont {
    margin-bottom: 40px;
}
.side-cont-1:after {
    content: ' ';
    height: 58px;
    width: 1px;
    background: #354765;
    /* border: 1px solid #354765; */
    position: absolute;
    left: 180px;
    transform: rotate(0deg);
    bottom: 0px;
    
}

.mt-28 {
    margin-top: 0px;
}
.side-cont-2:after {
    content: ' ';
    height: 65px;
    border: 1px solid #354765;
    position: absolute;
    left: 180px;
    transform: rotate(0deg);
    bottom: 0px;
    margin-bottom: -52px;
}
.side-cont-3:after {
    content: ' ';
    height: 57px;
    width: 1px;
    border: 1px solid #354765;
    position: absolute;
    left: 180px;
    transform: rotate(0deg);
    bottom: -42px;
    margin-bottom: 1px;
}
.middle {
    margin-bottom: 40px;
}
.side-cont-4:after {
    content: ' ';
    height: 53px;
    border: 1px solid #354765;
    position: absolute;
    left: 180px;
    transform: rotate(0deg);
    top: -48px;
    margin-bottom: 0px;
}
.mt-30 {
    margin-top: 0px;
}

.side-cont-5:after {
    content: ' ';
    height: 50px;
    width: 1px;
    border: 1px solid #354765;
    position: absolute;
    left: 180px;
    transform: rotate(0deg);
    top: -44px;
}
.side-cont-6:after {
    content: ' ';
    height: 50px;
    border: 1px solid #354765;
    position: absolute;
    left: 180px;
    transform: rotate(0deg);
    top: -47px;
}
.side-access-icon {
    width: 27%;
}
.side-access-text h3 {
    font-size: 20px;
}

.intorior-mobile{
    display:block;
    margin-top: 40px;
}
.image-layer {
    display: none;
}
.intorior-sec {
    padding: 60px 0px;
}

.another-cont h3 {
        margin-top: 30px;
    margin-bottom: 15px;
}
.hero-text h1 {
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 25px;
}

.hero-point {
     background-color: #00000031; 
    text-align: left;
    padding-left: 8px;
}

.hero-point-2 {
    background-color: #fff;
}
.intorior-cont-2 {
    padding-left: 0px;
}

.client-box h3 {
    font-size: 35px;
}

.hero-point-2 p {
    font-size: 19px;
}

.hero-text h3 {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 15px;
}
.hero-text p {
    font-size: 21px;
    color: #FFF;
    line-height: 36px;
    margin: 0;
}

.hero-text {
    margin-bottom: 25px;
    text-align: center;
}

.panel-title > a {
    font-size: 20px;
}

.another-cont-box {
    padding-left: 0px;
}

.site-heading {
    margin-bottom: 20px;
}

.about-text {
    padding: 0 0px;
}

.intorior-cont h3 {
    font-size: 25px;
}
.another-cont h3 {
    font-size: 25px;
}
.site-heading h2 {
    font-size: 25px;
}
.side-access-title h3 {
    font-size: 25px;
}
.faq-title h3 {
    font-size: 25px;
}

.key-img-mobile{
    display:block;
    width:100%;
}
.key-img-box{
    display:none;
}
.m-b-m{
    margin-bottom: 40px;
}

.m-t-90 {
    margin-top: 20px;
}
.key-title h3 {
    font-size: 35px;
}



.stall h2 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
}
.stall h3 {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0px;
}
.stall {
    padding: 20px 10px;
}

.intorior-cont {
    padding-right: 0px;
}
.back-to-top {
    
    right: 5px!important;
    width: 45px!important;
    height: 45px!important;
 }
 
 .hero-section {
    position: relative;
    padding-top: 25px;
    padding-bottom: 100px;
    z-index: 0;
}

.hero-text img {
    margin-bottom: 25px;
}
.booking-form {
    background: #00000061;
    padding: 10px 20px 10px 20px;
}
.booking-form h3 {
    margin-bottom: 6px;
}
.spad {
    padding-top: 50px;
}

.anemites-box {
    padding: 15px 6px;
    min-height: 130px;
}
.anemities-img img {
    width: 52px;
}
.anemities-text h3 {
    font-size: 13px;
    margin-bottom: 0px;
}
    .conclution p {
        color: #000;
        font-size: 18px;
        line-height: 29px;
    }
.intorior-sec-2{
    padding-top:0px;
}
.form-check-label{
    color:#fff;
}

.lead-form h3 {
    color: #fff;
}
.interest-text{
    color:#fff;
}

.videoModal .close {
    right: 10px;
        top: -32px;
    
}

.hero-text h2 {
    font-size: 20px;
}

a.btn.btn-default.btn_theme {
   
    margin-bottom: 30px;
}

.terms a {
    color: #fff;
}
.offer-box {
    margin-top:28px;
    text-align: left;
}
.offer-box h3 {
            font-size: 18px;
        color: #efc286;
    }
    

.offer-box ul li {
    font-size: 18px;
    padding: 2px;
}

.intorior-mobile iframe{
    border: 0;
    height: 300px;
}

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

}
/*-------------------------------*/
sup {
    top: -5px;
    font-size: 20px;
}

.usa{
    font-size: 50px;
    font-weight: bolder;
    color: #efc286;
}

.opening-1{
    margin-top:0px;
}

.new-sec{
    padding:80px 0px;
    background-color: #C9DAD4;
}

.new-sec-title{
    text-align: center;
    margin-bottom: 60px;
}

.new-sec-title h3 {
    font-size: 43px;
    margin-bottom: 30px;
}

.new-item{
    background: #fff;
    border-radius: 5px;
}


.new-text ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 20px;
}

.new-text ul li {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.new-text{
    padding: 30px 15px;
}

.new-opening {
    font-size: 28px;
        color: #f0951c;
    font-weight: 700;
    margin-bottom: 25px;
}

.interest-btn-item{
    text-align: center;
}

.j-select{
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    width: 100%;
    height: 40px;
}


/*=================================New LP==================*/
.led-gen-header-sec{
    box-shadow: 0 .333rem .667rem rgba(0, 0, 0, .15) !important;
        background: #415864;
    padding:20px 0px;
}


.new-led-banner-sec img{
    width: 100%;
}

.new-led-banner-sec{
        position: relative;
}

.new-banner-cont-box{
    position: absolute;
    top: 0px;
    margin: 0px auto;
    left: 0;
    right: 0;
    padding-top: 90px;
}

.new-banner-cont p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 20px;
}

.new-banner-cont h1 {
    color: #fff;
    font-size: 65px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 70px;
}

.new-banner-cont h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

.new-banner-cont h3 span{
    font-weight: bold;
    text-decoration: underline;
}

.new-banner-cont h4 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
}


.new-banner-form-box {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0px;
    padding-top: 90px;
}

.lead-form h3 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.new-lead-form{
    padding: 20px;
    background-color: #00000061;
}

.new-lead-form h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.intl-tel-input .country-list {
    
    width: 318px!important;
        max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}








.l-logo a{
    display:inline-block;
}

.l-logo a img{
    width: 160px;
}

.l-h-contact a{
    display: inline-block;
    background: #f3c084;
    color: #000;
    padding: 8px 25px;
    font-size: 20px;
    float: right;
    border-radius: 5px;
}

.led-gen-banner{
    background: #FDFAF5;
    padding:80px 0px;
        margin-top: 1px;
}
.led-banner-cont h1{
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.led-banner-cont p{
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
   margin-bottom: 50px;
}


.led-banner-cont img{
    width: 75%;
}


.another-img {
    background-image: url(https://dubayt.ae/bd-rs-dec-2024-assets/img/dubai-real-estate.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 530px;
    align-items: center;
    display: flex;
    border-radius: 20px;
}

center{
        width: 100%;
}





.booking-form {
    padding: 30px 30px 30px 30px;
    border-radius: 4px;
    /*background-color: #00000021;*/
    margin-top:50px;
    
}




.led-body-1-sec{
    background: #fff;
    padding: 80px 0px;
}



.led-body-1-cont h2 {
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #415864;
}

.led-body-1-cont ul{
    list-style: none;
    margin-top: 30px;
}

.led-body-1-cont ul li{
    margin-bottom: 6px;
    color: #000000;
}

.led-body-1-cont ul li i{
    color: #efc286;
    margin-right: 6px;
}


.led-body-2-sec{
    /*background: #F4F6F7;*/
    padding: 80px 0px;
}


.led-body-2-cont h2 {
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #415864;
}

.devide-sec {
    background-size: cover;
    background-position: center center;
    padding: 80px 0px;
}

.devide-cont{
    text-align:center;
}

.devide-cont h3{
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px;
}

.devide-cont a{
    display: inline-block;
    background: #efc286;
    font-size: 20px;
    color: #000;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 5px;
}

.body-3-sec{
    background: #fff;
    padding: 80px 0px;
}


.body-3-heading h2 {
        font-size: 35px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #415864;
}

.body-3-heading{
    padding-right: 40px;
}


.body-3-item-box{
    margin-top: 40px;
}

.body-3-item{
    margin-bottom: 30px;
}

.body-3-item h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #415864;
}

.body-3-item p{
    font-size: 15px;
}

.body-3-item img {
    width: 60px;
    margin-bottom: 17px;
    background: #ffedd5;
    padding: 7px;
    border-radius: 3px;
}

.led-body-3-img{
    padding-top: 50px;
}

.led-body-3-img img{
    width:100%;
}

.conclution-sec {
    background-color: #FDFAF5;
}





.footer-section {
    background: #415864;
}


.footer-section .copyright-option {
    background: #3d505a;
    padding: 20px 0;
}

.co-text p {
    color: #fff;
    text-align: left;
    font-size: 15px !important;
    font-family: 'Poppins', sans-serif;
}

.ft-about h6 {
    font-size: 20px;
    color: #ffc577;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.ft-contact h6, .ft-newslatter h6 {
    font-size: 20px;
    color: #ffc577;
    text-transform: uppercase;
    
    letter-spacing: 3px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.footer-section .footer-text .ft-about p {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.ft-contact ul li a {
    color: #fff;
}

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

.mobile-new-led-banner{
    display:none;
}

.new-banner-item{
    margin-top:30px;
    overflow: hidden;
}

.new-banner-item ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.new-banner-item ul li {
    color: #fff;
    padding: 17px 20px;
    border-right: 3px solid #ffff;
    text-align: center;
    width: 150px;
    font-size: 18px;
    height: 120px;
    float: left;
    background-color: #00000099;
}

.new-banner-item ul li:last-child {
    border-right: 0px;
}

.new-banner-item ul li span{
    font-size: 40px;
    font-weight: bold;
}



.led-body-1-img img{
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border-radius: 10px;
}

.led-body-2-img img{
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border-radius: 10px;
}

.mobile-show{
    display:none;
}

.footer-form-btn a{
    display: block;
    background: #efc286;
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 18px;
}

.new-banner-item ul li:last-child {
    border-right: 0px;
    display: flex;
    align-items: center;
}


.led-body-1-cont h3{
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

/*------------------*/

.led-amenities-title h2{
    font-size: 35px;
    font-weight: bold;
    color: #415864;
}


.amenites-item{
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    margin-bottom: 25px;
    min-height: 160px;
}

.amenites-item img{
    width: 60px;
}

 .amenites-item h3{
    font-size: 16px;
    margin-top: 20px;
}

.mb-50{
    margin-bottom: 50px;
}
.led-ameneties-sec{
    padding: 80px 0px;
    background: #f4f6f7;
}

.copy-right p{
    color: #fff;
    text-align: right;
}

.thank-body{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.thank-cont {
    text-align: center;
    padding: 25px;
}

.thank-cont i{
    font-size: 63px;
    color: #efc286;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 30px;
}

.thank-cont h1 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 30px;
}
.thank-cont p {
    margin-bottom: 60px;
}
.thank-footer {
    background: #415864;
    padding: 30px;
}

.thank-footer p{
    color: #fff;
    text-align: center;
    font-size: 14px;
    
}

.thank-address{
    font-weight: bold;
    margin-bottom: 10px;
}

.thnk-copy p{
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin:0px;
}

.thank-logo img{
    width: 180px;
}

.new-thank-sec{
    display: flex;
    align-items: center;
}

.thank-card{
    display: flex;
    align-items: center;
    height: 100vh;
}

/*.flag-container{
    pointer-events: none;
}*/

.dubai-vs-uk h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.dubai-vs-uk table tbody tr td:nth-child(2) {
    background: #415864 !important;
    color: #fff !important;
}
.dubai-vs-uk table thead tr th:nth-child(2) {
    background: #415864 !important;
    color: #fff !important;
}

.dubai-vs-uk table tbody tr td:last-child {
    background: #E6BA83 !important;
}

.dubai-vs-uk table thead tr th:last-child {
    background: #E6BA83 !important;
}

.dubayt-logo{
    width: 180px;
}
.bca-logo{
    width: 70px;
    margin-left: 30px;
}

.led-body-3-cont{
    padding-left: 50px;
}

.mob-video{
    display:none;
}

.conclution a{
    background: #415864;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 4px;
    margin-top: 20px;
}



.dubai-vs-piclist{
    display: flex;
    justify-content: space-between;
}

.vs-select{
    width: 300px;
    margin-bottom: 20px;
}

.mobile-sersion{
    display:none;
}




.highlight-box{
    box-shadow: 0 0 .880517px rgba(0, 0, 0, .029), 0 0 2.29197px rgba(0, 0, 0, .03), 0 0 5.52px rgba(0, 0, 0, .054), 0 0 11px rgba(0, 0, 0, .09);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}


.highlight-box h3{
    font-size: 22px;
    color: #415864;
    font-weight: bold;
}
.highlight-icon{
    display: flex;
    gap: 20px;
}


.highlight-icon img{
    width: 60px;
    margin-bottom: 17px;
    background: #ffedd5;
    padding: 7px;
    border-radius: 3px;
}

.highlight-cont{
    border-bottom: 1px solid #e0e0e2;
    margin-bottom: 25px;
    padding-bottom:20px;
    min-height: 135px;
}

.highlight_items ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.highlight_items ul li{
    font-size: 15px;
    margin-bottom: 7px;
}

.highlight_items ul li i{
    color: #f3c084;
    margin-right: 6px;
}

.table_btn{
    text-align:center;
}

.table_btn a{
    display: inline-block;
    background: #efc286;
    font-size: 16px;
    color: #000;
    padding: 10px 30px;
    margin-top: 30px;
    border-radius: 5px;
}


/*====================invest-in-dubai-css================*/
.invest_dubai_sec_1{
    padding: 60px 0px;
}
.invest_dubai_sec_1_item_icon img{
    width: 100px;
	margin-bottom: 20px;
}

.invest_dubai_sec_1_item_cont p{
    font-size: 20px;
    color: #5c717b;
    line-height: 26px;
}

.sec_1_cont{
    margin-top: 25px;
    text-align: center;
}

.sec_1_cont p {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 30px;
	margin-bottom: 0px;
}

.invest_dubai_sec_3{
    padding: 50px 0px;
}
.invest_dubai_sec_3_cont h1{
    text-transform: uppercase;
    text-align: center;
    font-size: 65px;
    font-family: 'Bebas Neue';
    color: #e9bd83;
    margin-bottom: 30px;
}

.invest_dubai_sec_3_cont p{
	color: #464545;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}


.invest-developer-sec {
    background: #eaeaea;
    
}

.invest_banner_form {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0px;
    padding-top: 160px;
}

.invest_form_box {
    height: 100%;
    background-color: #00000099;
    padding: 20px;
    margin-bottom: 10px;
	border-radius: 5px;
}

.filed_name {
    display: inline-block;
    color: #fff;
}


.invest-footer-form-btn a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 22px;
    background-color: #00000091;
    border-radius: 5px;
}

.in-form{
    border-radius: 5px !important;
}

.invest-footer-section {
    background: #415864;
	padding: 20px 0px;
}

.invest-ft-about p {
    font-size: 15px;
    margin: 0px;
    color: #fff;
}

.invest-copy-right p{
	color: #fff;
    text-align: right;
    margin: 0px;
    font-size: 15px;
}

.invest_dubai_sec_3_count {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.invest_dubai_sec_4{
    margin-bottom: 80px;
    margin-top: 30px;
}

.count-img-border{
    width: 2px;
    height: 100px;
    background: #e5b881;
}

.count-img img{
    width: 250px;
}

.count-img{
    text-align: center;
}

.custom-align{
    align-items: center;
}

.row_end{
    justify-content: end;
}
.invest-footer-form-btn{
    margin-bottom: 0px!important;
    background-color: #00000099!important;
    border: 0px!important;
    color: #fff!important;
}


.whatsapp_floting{
    position: fixed;
    right: 0px;
    z-index: 99;
    top: 85%;
}

.whatsapp_floting a img{
    width: 75px;
}

.new-banner-cont h1 span{
    font-size: 45px;
    color: #f3c084;
}

.l-h-contact a {
    margin-top: 15px;
}





@media only screen and (max-width: 767px) {
    
    .another-img {
    background-image: url(https://dubayt.ae/bd-rs-dec-2024-assets/img/dubai-real-estate.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 205px;
    align-items: center;
    display: flex;
    border-radius: 8px;
}
    
.vs-select {
    width: 100%;
    margin-bottom: 16px;
}

    .mob-video{
    display:block;
}
    
   .l-logo a img {
    width: 120px;
}

.l-h-contact a {
    padding: 6px 15px;
    font-size: 15px;
}

.desk-new-led-banner{
        display:none;
    }
    
.mobile-new-led-banner{
    display:block;
}


.new-banner-cont-box {
    
    padding-top: 40px;
}

.new-banner-cont h1 {
    font-size: 40px;
}

.new-banner-cont h3 {
    font-size: 25px;
}
.new-banner-cont h4 {
    font-size: 20px;
    margin-bottom: 30px;
}

.new-banner-cont p {
    font-size: 20px;
}

.new-banner-form-box {
    position: relative;
    padding-top: 30px;
    
}

.new-lead-form{
    background: #fdfaf5;
    border-radius: 10px;
}

.new-lead-form h3 {
    color: #000;
}

.new-banner-item ul li {
        padding: 15px 8px;
        width: 25%;
        font-size: 14px;
        height: 90px;
        font-weight: normal;
    }


 .new-item4{
    border-right: 0px;
    display: flex;
    align-items: center;
}

.mobile-show{
    display:block;
}

.desk-show{
    display:none;
}

.led-body-1-cont {
    padding-right: 0px;
    /*padding-top: 35px;*/
}

.led-body-2-sec {
    padding: 40px 0px;
}

.led-body-2-cont {
    padding-left: 0px;
    padding-top: 35px;
}

.body-3-item {
    margin-bottom: 34px;
    text-align: center;
}
.body-3-heading {
    padding-right: 0px;
}
.led-amenities-title h2 {
    font-size: 30px;
}
.thank-banner {
    min-height: 190px;
}

.thank-cont h1 {
    font-size: 25px;
}

.thank-cont i {
    font-size: 45px;
}

.thank-cont i {
    margin-top: 20px;
}

.mb-50 {
    margin-bottom: 20px;
}

.another-img {
   
    background-size: cover;
    
}

.devide-cont h3 {
    font-size: 27px;
    font-weight: bold;
}

.mob-none{
    display:none;
}

.bca-logo {
    float: right;
}


.led-body-1-cont p {
    font-size: 17px;
}

.led-body-2-cont p {
    font-size: 17px;
}

.led-body-2-cont p {
    font-size: 17px;
}

.body-3-heading p {
    font-size: 17px;
}

.amenites-item h3 {
    font-size: 18px;
}
.led-body-1-cont ul li {
    font-size: 18px;
}
.copy-right p {
    text-align: center;
}
.table td, .table th {
    font-size: 13px;
}

.new-banner-item ul li span {
    font-size: 30px;
}
.led-body-3-cont{
    padding-left: 0px;
}

.new-banner-item {
    margin-top: 30px;
}
.dubayt-logo {
    width: 150px;
}
.highlight-box {
    margin-bottom: 25px;
}

.dubai-vs-piclist {
    display: block;
}
.dubai-vs-uk h3 {
    font-size: 18px;
}

.led-gen-header-sec {
    padding: 15px 0px;
    text-align: center;
}

.new-banner-cont h1 {
    margin-bottom: 12px;
    line-height: 46px;
}
.new-banner-cont h3 {
    margin-bottom: 12px;
}
.desktop-version{
    display:none;
}
.mobile-sersion{
    display:block;
}
.led-body-1-sec {
    padding-bottom: 0px;
}
.highlight-cont {
    min-height: 110px;
}
.table_btn a {
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
}


}



@media only screen and (max-width: 1080px) {
.invest_banner_form{
    padding-top: 80px;
}
.whatsapp_floting a img {
    width: 50px;
}
.invest-footer-form-btn {
        background-color: #5c717b !important;
    }
}



@media only screen and (max-width: 1024px) {
.invest_banner_form {
    padding-top: 30px;
}
.invest_dubai_sec_1_item_icon img {
    width: 80px;
}
.invest_dubai_sec_1_item_cont p {
    font-size: 17px;
    line-height: 24px;
}
.whatsapp_floting a img {
    width: 50px;
}
.invest-footer-form-btn {
        background-color: #5c717b !important;
    }
    .new-banner-cont h1 span {
    font-size: 30px;
    }
}

@media only screen and (max-width: 820px) {
.in-form {
    height: 35px!important;
    font-size: 16px !important;
}
.form-label {
    margin-bottom: 0px;
    font-size: 15px;
}
.invest-footer-form-btn a {
    font-size: 18px;
}
.invest_form_box {
    padding: 15px;
    margin-bottom: 7px;
}
.invest_dubai_sec_1_item_icon img {
    width: 70px;
}
.invest_dubai_sec_1_item_cont p {
    font-size: 16px;
    line-height: 21px;
}
.invest_dubai_sec_4 {
    margin-bottom: 70px;
    margin-top: 0px;
}
.whatsapp_floting a img {
    width: 50px;
}
.invest-footer-form-btn {
        background-color: #5c717b !important;
    }
    .new-banner-cont h1 span {
    font-size: 30px;
    }
}




@media only screen and (max-width: 767px) {
.invest-ft-about p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
}
.invest-copy-right p {
    text-align: center;
    font-size: 13px;
}
.invest_dubai_sec_3_cont h1 {
    font-size: 50px;
    margin-bottom: 20px;
}
.invest_dubai_sec_3_cont p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
.sec_1_cont p {
    font-size: 16px;
    line-height: 26px;
}
.invest_banner_form {
    position: relative;
    padding-top: 16px;
}
.invest_dubai_sec_1_item_icon img {
    width: 60px;
    margin-bottom: 15px;
}
.invest_dubai_sec_1_item_cont p {
    font-size: 16px;
    line-height: 22px;
}
.invest_dubai_sec_1_item{
    margin-bottom: 25px;
}
.custom-center{
    justify-content: center;
}
.invest_form_box{
    background-color: #5c717b;
}
.invest-footer-form-btn a{
    background-color: #5c717b;
}
.invest_dubai_sec_4 {
    margin-bottom: 60px;
    margin-top: 0px;
}

.slick-initialized .slick-slide img {
margin-bottom:0px!important;
}
.count-img img {
    width: 150px;
}
.whatsapp_floting a img {
    width: 50px;
}
.invest-footer-form-btn {
        background-color: #5c717b !important;
    }
.new-banner-cont h1 span {
    font-size: 30px;
    }




.j-led-gen-header-sec{
    display:none;

}

.j-new-banner-form-box {
        position: relative;
        margin-top: -340px; 
        padding-top: 90px; 
    }

.j-new-banner-cont-box{
        display: none;
    }

}


