body{
	margin:0;
	padding:0;
	font-family: 'Lexend';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}

@font-face {
	font-family: 'Lexend';
	src: url('../fonts/Lexend-Bold.eot');
	src: url('../fonts/Lexend-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Lexend-Bold.woff2') format('woff2'),
		url('../fonts/Lexend-Bold.woff') format('woff'),
		url('../fonts/Lexend-Bold.ttf') format('truetype'),
		url('../fonts/Lexend-Bold.svg#Lexend-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lexend';
	src: url('../fonts/Lexend-SemiBold.eot');
	src: url('../fonts/Lexend-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Lexend-SemiBold.woff2') format('woff2'),
		url('../fonts/Lexend-SemiBold.woff') format('woff'),
		url('../fonts/Lexend-SemiBold.ttf') format('truetype'),
		url('../fonts/Lexend-SemiBold.svg#Lexend-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lexend';
	src: url('../fonts/Lexend-Medium.eot');
	src: url('../fonts/Lexend-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Lexend-Medium.woff2') format('woff2'),
		url('../fonts/Lexend-Medium.woff') format('woff'),
		url('../fonts/Lexend-Medium.ttf') format('truetype'),
		url('../fonts/Lexend-Medium.svg#Lexend-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lexend';
	src: url('../fonts/Lexend-Regular.eot');
	src: url('../fonts/Lexend-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Lexend-Regular.woff2') format('woff2'),
		url('../fonts/Lexend-Regular.woff') format('woff'),
		url('../fonts/Lexend-Regular.ttf') format('truetype'),
		url('../fonts/Lexend-Regular.svg#Lexend-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;    
	padding: 10px 0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header{
	top: 0;
	background: #fff;
	box-shadow: 0 0 6px #00000036;
	animation: smoothScroll 1s;
	z-index: 999;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-200px);
	}
	100% {
		transform: translateY(0px);
	}
}
.fixed-header .menu ul li a:hover, .fixed-header .menu ul li a.active {
	background: #e8d9a76e;
}
.fixed-header .header-right {
	margin-top: 25px;
}
.fixed-header .logo img{
	width: 110px;
}
.menu-part .container{
	max-width: 1240px;
}
.logo img{
	width: 146px;
	transition: ease 0.5s all 0s;
}
.header-right {
	margin-top: 20px;
	transition: ease 0.5s all 0s;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;
}
.menu ul li a{
	display: block;
	font-size: 13px;
	color: #020202;
	padding: 4px 14px;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
	line-height: 1.3;
}
.menu ul li a:hover, .menu ul li a.active{
	background: #ffffff;
	border-radius: 50px;
}
.get-btn{
	display: inline-flex;
	align-items: center;
	padding: 11px 18px;
	border-radius: 8px;
	background: linear-gradient( 1deg, rgb(206,175,105) 0%, rgb(254,253,219) 39%, rgb(214,180,108) 75%, rgb(230, 173, 94) 100%);
	color: #464121;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 10px;
	transition: .5s ease;
	position: relative;
	overflow: hidden;
}
.get-btn::before, .learn-btn:before{
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg, transparent,rgba(255,255,255,.8), transparent);
	transition: .6s;
}
.get-btn:hover, .learn-btn:hover{
	transform: translateY(-4px);
	box-shadow: 0 9px 13px -4px rgba(7, 7, 7, 0.29);
	filter: brightness(1.08);
}
.get-btn:hover::before, .learn-btn:hover::before{
	left: 130%;
}
.banner{
	position: relative;
}
.banner::before {
	width: 100%;
	height: 100%;
	background: linear-gradient(188deg,rgba(255, 255, 255, 0.78) 8%, rgba(14, 144, 179, 0) 18%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.service-sec{
	padding: 50px 0 25px;
}
.small-title span{
	display: inline-block;
	background: #ffefd8;
	color: #1b1b1b;
	padding: 5px 25px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	border-radius: 50px;
	margin-bottom: 15px;
}
.serv-title{
	font-size: 30px;
	font-weight: bold;
	color: #464121;
	text-transform: uppercase;
	line-height: 34px;
}
#service-slider {
	margin-top: 30px;
}
#service-slider .item{
	margin: 15px;
	padding: 0;
	border-radius: 18px 18px 0 0;
	overflow: hidden;
	position: relative;
	background: #fff;
	transition: ease 0.5s all 0s;
}
.serv-img{
	overflow: hidden;
}
.serv-img img{
	width: 100%;
	transition: ease 0.5s all 0s;
}
#service-slider .item:hover .serv-img img{
	transform: scale(1.1);
}
.starting-price{
	background: #d4b26a;
	color: #464121;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	top: 25px;
	left: 25px;
	padding: 6px 13px;
	border-radius: 6px;
	line-height: 1.2;
}
.serv-content{
	padding: 20px 0 0;
}
.s-title{
	font-size:22px;
	font-weight: 600;
	color: #464121;
	line-height: 24px;
}
.s-text{
	font-size: 14px;
	color: #545454;
	margin-top: 8px;
}
.serv-btn a{
	display: flex;
	background: #fff;
	color: #464121;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #464121;
	justify-content: center;
	padding: 9px 10px;
	border-radius: 10px;
	letter-spacing: 1px;
	margin-top: 22px;
	position: relative;
	overflow: hidden;
	transition: ease 0.5s all 0s;
}
.serv-btn a:hover{
	background:#464121;
	color: #fff;
}
.serv-btn a:last-child{
	background: #464121;
	color: #d7a358;
	margin-top: 15px;    
}
.serv-btn a:last-child:hover{
	background: #000;
	color: #fff;
}
.serv-btn a::before{
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg, transparent,rgba(255,255,255,.5), transparent);
	transition: .8s;
}
.serv-btn a:hover::before{
	left: 130%;
}
#service-slider .owl-stage{
	display: flex;
}
#service-slider .owl-stage-outer{
	padding-bottom:10px;  
}
#service-slider .owl-prev, #service-slider .owl-next{
	border: none;
	background: transparent; 
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	font-weight: normal;
}
#service-slider .owl-prev{
	left:-50px;
}
#service-slider .owl-next{
	right:-50px;
}
#service-slider .owl-prev span, #service-slider .owl-next span{
	font-size: 54px;
	line-height: 30px;
	width: 46px;
	height: 46px;
	display: block;
	padding: 0;
	border-radius: 0;
	color: #000;
	background: transparent;
	transition: ease 0.5s all 0s;
	box-shadow: 0 0 9px -2px #00000061;
	border-radius: 5px;
}
#service-slider .owl-prev span:hover, #service-slider .owl-next span:hover{
	background:#232323 ;
	color: #fff;
}
#service-slider .owl-dots{
	display: none;
}
.about-sec{
	background: url(../images/about-bg.jpg) #fff4e7 no-repeat center top;
	background-size: cover;
	padding: 54px 0;
	position:relative;
}
.about-sec .container{
	max-width: 1260px;
}
.about-left {
	padding-right: 20%;
}
.about-left .serv-title, .reviews-sec .serv-title{
	text-transform: capitalize;
}
.about-text{
	font-size: 15px;
	color: #000;
	margin-top: 12px;
}
.about-text ul{
	margin:10px 0 0;
	padding:0;
}
.about-text ul li{
	list-style:none;
	background:url(../images/tick.png) no-repeat;
	padding-left:30px;
	margin-top: 5px;
}
.learn-btn{
	display: inline-flex;
	padding: 10px 24px;
	border-radius: 6px;
	background: linear-gradient( 1deg, rgb(206,175,105) 0%, rgb(254,253,219) 39%, rgb(214,180,108) 75%, rgb(137,93,31) 100%);
	color: #1b1b1b;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 20px;
	transition: .5s ease;
	position: relative;
	overflow: hidden;
}
.about-right {
	padding-left: 46px;
}
.box1{
	margin-top: 15px;
	background: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #3d3d3d;
	padding: 20px 17px;
	border-radius: 7px;
}
.box1 strong{
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #3d3d3d;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 3px;
}
.choose-us-sec{
	padding: 50px 0 50px;
	border-bottom: 1px solid #0000002b;
}
.box2{
	display: flex;
	align-items: start;
	gap: 12px;
	font-size: 14px;
	color: #5f5f5f;
	padding-right: 18px;
}
.box2 strong{
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #2d2d2d;
	line-height: 1.3;
	margin-bottom: 5px;
}
.box2 img{
	margin-top: 4px;
}
.line1{
	position: relative;
}
.line1:after{
	width: 1px;
	height: 100%;
	background: #0000002b;
	position: absolute;
	right: 8px;
	top: 0;
	content: "";
}
.other-service-sec{
	padding: 50px 0 96px;
}
.box3-top{
	margin-top: 15px;
}
.box3{
	box-shadow: 0 5px 10px -3px #00000040;
	overflow: hidden;
	border-radius: 20px;
	min-height: 100%;
}
.box3-content {
	background: #fff;
	margin-top: -12px;
	position: relative;
	z-index: 1;
	border-radius: 20px;
	padding: 25px 20px;
	display: flex;
	align-items: start;
	gap: 15px;
}
.box3-price{
	background: #464121;
	min-width: 70px;
	text-align: center;
	padding: 10px 5px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	border-radius: 5px;
}
.box3-price strong{
	font-size: 33px;
	font-weight: 700;
	color: #dcbd76;
	line-height: 28px;
	margin-top: 5px;
	display: block;
}
.box3-price strong em{
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
}
.box3-title{
	font-size: 14px;
	color: #2d2d2d;
}
.box3-title strong{
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
}
.property-guest-part{
	background: #464121;
	padding: 0 30px;
}
.property-left {
	padding-left: 20px;
	padding-right: 20px;
}
.property-left .serv-title{
	font-size: 26px;
	line-height: 28px;
}
.property-btn a{
	display: block;
	background: #fff;
	color: #464121;
	border: 1px solid #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
	padding: 9px 5px 8px;
	line-height: 1.2;
	border-radius: 10px;
	transition: ease 0.5s all 0s;
}
.property-btn a:hover{
	background: #171616;
	color: #fff;
	border: 1px solid #b88d1c;
}
.property-btn a:last-child{
	background: transparent;
	color: #d7a358;
	border: 1px solid #d5a33c;
	font-size: 18px;
	text-transform: uppercase;
	padding: 12px 5px;
	margin-bottom: 0;
}
.property-btn a:last-child:hover{
	background: #000;
	color: #fff;
	border: 1px solid #e6d29a;
}
.property-right {
	margin-top: -70px;
}
.reviews-sec{
	background: #ffefd8;
	border-top-right-radius:45px;
	border-bottom-right-radius:45px;
	overflow: hidden;
}
.review-left{	
	padding-left: 9%;
	padding-right: 3%;
	display: flex;
	align-items: center; 
}
.review-left > div{
	width: 100%;
}
.review-part{
	margin-top: 20px;
}
.sp-testimonial-free-section {
	margin: 0 !important;
}
.sp-testimonial-free-wrapper {
	overflow: inherit !important;
}
.sp-testimonial-free{
	margin: 10px 2px;
	padding: 30px 0 15px;
	border-radius: 15px !important;
	position: relative;
	text-align: left !important;
}
.sp-testimonial-free:before{
	background:url(../images/star.png) no-repeat;
	width:101px;
	height:18px;
	position:absolute;
	top:0;
	left:0;
	content:"";
}
.sp-testimonial-client-testimonial{
	margin-bottom:14px !important;
}
.sp-testimonial-client-testimonial p{
	font-size: 15px !important;
	color: #262626 !important;
	line-height: 23px !important;
	margin-bottom: 26px !important;
	text-align: left !important;
	padding: 0 !important;
	padding-right: 10px !important;
	max-height: 93px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
}
.sp-testimonial-client-name{
	text-align: left !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	margin-bottom: 0 !important;
	color: #201e1e !important;
	margin-left: 76px !important;
	line-height: 1.3 !important;
}
.sp-testimonial-client-designation{
	text-align: left !important;
	font-size: 14px !important;
	color: #201e1e !important;
	margin-left: 76px !important;
	line-height: 1.3 !important;
}
.sp-testimonial-client-image{
	position: absolute;
	bottom: 1px;
	margin-bottom: 0 !important;
}
.testimonial-nav-arrow{
	top: 58% !important;
	font-size: 44px !important;
}
.testimonial-nav-arrow.swiper-button-prev{
	left: -40px !important;
}
.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
	right: -40px !important;
}
.review-left-img {
	border-radius: 45px;
	overflow: hidden;
	height: 100%;
}
.review-left-img img{
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.footer{
	background: #fffaf2;
	padding:50px 0 20px;
}
.foot_title{
	font-size:18px;
	color: #020202;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.foot_logo img{
	width: 170px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #2c2c2c;
	list-style: none;
	margin-bottom: 5px;
	font-size: 14px;
	text-transform: uppercase;
}
.foot1 li a{
	color: #2c2c2c;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color:#e2a53c;
}
.foot1.second li{
	display: flex;
	margin-bottom: 11px;
	align-items: center;
	gap: 8px;
	text-transform: none;
	font-size: 15px;
}
.social a{
	margin-right: 3px;
}
.copyright{
	color: #020202;
	text-align: center;
	padding: 15px 0 0;
	font-size: 13px;
	border-top: 1px solid #0000001c;
	text-transform: uppercase;
	margin-top: 35px;
}
.copyright a{
	color: #020202;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 24px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: 1%;
	color: #fff;
	background:#000;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover !important;
	background-position: center top !important;
	max-width: 100% !important;
	padding: 240px 0 175px !important;
	margin: 0 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	color: #000;
	width: 100%;
	font-size:28px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.breadcrumb-container {
	text-align: center;
	color: #000 !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color: #000 !important;
}
.abt-title {
	font-size: 28px;
	font-weight: bold;
	color: #464121;
	margin-bottom: 10px;
	line-height: 1.2;
	text-transform: uppercase;
}
.abt-title.dup{
	font-size: 20px;
	font-weight: 600;
	color: #0b0b0b;
	margin-top: 16px;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.abt-title.two{
	font-size: 22px;
	font-weight: bold;
}
.ab-inner-text {
	color: #000;
	font-size: 16px;
}
.pricing-part{
	max-width:600px;
	margin:30px auto 0;
	/*     border:1px solid #00000042; */
	box-shadow: 0 2px 6px -2px #000000b5;
	border-top:none;
	border-radius: 12px;
	overflow: hidden;
}
.pricing-title{
	background:#464121;
	color:#fff;
	padding:10px 0;
	text-align:center;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
}
.pricing-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #b6b4b4;
	margin: 0 20px;
}
.pricing-list:last-child{
	border-bottom: none;
}
.pricing-left{
	display:flex;
	align-items:center;
	gap:12px;
}
.pricing-left img{
	width: 54px;
	background: #ebdba7b0;
	border-radius: 50%;
	padding: 3px;
}
.pricing-left strong{
	font-size: 17px;
	font-weight: normal;
}
.pricing-price{
	font-size: 18px;
	font-weight: 700;
	border-left: 1px solid #b58d29;
	padding-left: 15px;
	min-width: 22%;
	text-align: center;
}
.pricing-price em{
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
}
.pricing-price .cont-btn{
	display: inline-block;
	color: #c48b29;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
}
.inr-box1-top{
	margin-top:20px;
}
.inr-box1 {
	display: flex;
	align-items: center;
	border: 1px solid #856821;
	padding: 15px 15px;
	gap: 8px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.3;
	min-height: 100%;
	border-radius: 10px;
}
.inr-box1 img{
	background:#464121;
	border-radius: 50%;
	max-width: 60px !important;
}
.ab-inner2 ul{
	margin:15px 0 5px;
	padding:0;
	text-align:center;
}
.ab-inner2 ul li{
	display: inline-block;
	list-style: none;
	background: url(../images/tick.png) no-repeat;
	padding-left: 26px;
	margin: 0 8px 10px;
	font-size: 16px;
}
.pricing-part.two{
	max-width: 100%;
	margin: 0;
	min-height: 100%;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.ab-inner ul li {
	background: url(../images/check3.png) no-repeat;
	background-position: top 10px left;
	list-style: none;
	padding-left: 30px;
	font-size: 15px;
	margin-bottom: 5px;
	color: #000;
	background-size: 21px;
	border-bottom: 1px solid #b6b4b4;
	line-height: 40px;
}
.pricing-left2{
	margin: 0 20px;
}
.inr-box2-top{
	margin-top:20px;
}
.inr-box2{
	display: flex;
	align-items: center;
	/* 	border: 1px solid #856821; */
	box-shadow: 0 0 12px -2px #00000054;
	padding: 30px 15px 15px;
	gap: 8px;
	font-size: 15px;
	line-height: 1.3;
	min-height: 100%;
	border-radius: 10px;
	color: #2e2e2e;
	position: relative;
}
.inr-box2 strong{
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 2px;
}
.inr-box2 img{
	background:#464121;
	border-radius: 50%;
	max-width: 60px !important;
}
.no{
	width: 40px;
	height: 40px;
	background: #030303;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	left: -1px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 41px;
}
.sp{
	position:relative;
}
.sp:after{
	background: url(../images/shape1.png) no-repeat;
	width: 46px;
	height: 47px;
	position: absolute;
	bottom: 8px;
	right: -29px;
	transform: rotate(56deg);
	content: "";
}
.inner-sec {
	background: linear-gradient(180deg,rgba(242, 234, 191, 1) 14%, rgba(219, 178, 103, 0.65) 100%);
	padding: 45px 0;
	margin-top: 40px;
}
.inr-box3-top{
	margin-top:20px;
}
.inr-box3 {
	text-align: center;
	padding: 0 5px;
}
.inr-box3 img{
	background: #fff;
	border-radius: 50%;
	width: 70px;
	box-shadow: 0 5px 0px 0px #464121;
}
.inr-box3 p{
	margin-bottom:0 !important;
}
.inr-box3-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 20px;
}
.line2{
	position: relative;
}
.line2:after{
	width: 1px;
	height: 100%;
	background: #000;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
}
.contact_top_number {
	font-size: 17px;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background:#464121;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.frm_fld input {
	width:100%;
	padding:12px 15px;
	border:none !important;
	margin-top:12px;
	border-radius:5px;
	color:#000;
	background:#fff !important;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border:1px solid #e7750d !important;
	margin-top:12px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:11px 30px 12px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:110px;
	padding:12px 15px;
	background:#fff !important;
	color:#000;
	margin-top:12px;
	border-radius:5px;
	border:none !important;
	resize:none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 5px !important;
	color: #000 !important;
	padding: 12px 25px 11px !important;
	background: #e1af63 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	margin-top: 22px;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.fixed-whatap{
	position: fixed;
	right: 15px;
	bottom: 145px;
	width: 50px;
	border-radius: 50%;
	z-index: 11;
	animation: pulse 1.8s infinite;
}
@keyframes pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(37,211,102,0.7);
    }
    70%{
        box-shadow: 0 0 0 15px rgba(37,211,102,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#464121;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.back-btn a {
	background: linear-gradient( 1deg, rgb(206,175,105) 0%, rgb(254,253,219) 39%, rgb(214,180,108) 75%, rgb(230, 173, 94) 100%);
	color: #000;
	font-size: 15px;
	font-weight: bold;
	border-radius: 9px;
	padding: 11px 22px 9px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 10px 0 50px;
	text-align: center;
}


/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		background: #fff;
		padding: 8px 0;
	}
	.fixed-header{
		animation: none;
	}
	.get-btn, .menu{
		display:none;
	}
	.logo img, .fixed-header .logo img{
		width: 88px;
	}
	.header-right, .fixed-header .header-right{
		margin-top: 0;
	}	
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.banner {
		margin-top: 92px;
	}
	.banner::before{
		display:none;
	}
	.service-sec {
		padding: 36px 0 20px;
	}
	.small-title span {
		margin-bottom: 12px;
	}
	.serv-title {
		font-size: 23px;
		line-height: 26px;
	}
	#service-slider {
		margin-top: 25px;
	}
	#service-slider .item{
		margin: 6px;
	}
	.s-title {
		font-size: 20px;
		line-height: 22px;
	}
	.serv-btn a{
		font-size: 16px;
	}
	#service-slider .owl-prev, #service-slider .owl-next{
		display:none;
	}
	.about-sec {
		padding: 35px 0;
		z-index:1;
	}
	.about-sec:after{
		width: 100%;
		height: 100%;
		background: #fff6;
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		z-index: -1;
	}
	.about-left {
		padding-right: 0;
	}
	.about-right {
		padding-left: 0;
		margin-top: 22px;
	}
	.box1 {
		margin-top: 10px;
		padding: 15px 15px;
	}
	.box1 strong {
		font-size: 14px;
		margin-bottom: 1px;
	}
	.choose-us-sec {
		padding: 20px 0 25px;
	}
	.line1::after{
		display:none;
	}
	.box2-top{
		margin-top:15px;
	}
	.box2 strong {
		font-size: 17px;
		margin-bottom: 3px;
	}
	.other-service-sec {
		padding: 30px 0 40px;
	}
	.box3-top {
		margin-top: 20px;
	}
	.box3-img img{
		width:100%;
	}
	.box3-content {
		margin-top: -12px;
		padding: 25px 15px;
		gap: 10px;
	}
	.box3-price{
		min-width: 65px;
	}
	.box3-price strong {
		font-size: 25px;
		line-height: 25px;
		margin-top: 3px;
	}
	.box3-title strong {
		font-size: 16px;
		line-height: 18px;
	}
	.property-guest-part {
		padding: 0 20px;
	}
	.property-left{
		padding:30px 0 20px;
	}
	.property-left .serv-title {
		font-size: 23px;
		line-height: 26px;
	}
	.property-btn a{
		font-size: 18px;
		padding: 11px 5px 10px;
	}
	.property-right {
		margin-top: 22px;
		text-align: center;
	}
	.reviews-sec {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		padding: 35px 0 20px;
	}
	.review-left {
		padding-left: 3%;
		padding-right: 2%;
	}
	.reviews-sec .serv-title br{
		display:none;
	}
	.review-part {
		margin-top: 15px;
	}
	.review-left-img {
		height: auto;
		margin-top: 20px;
	}
	.footer {
		padding: 35px 0 60px;
	}
	.foot_logo img {
		width: 115px;
	}
	.foot_title {
		font-size: 17px;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.fixed-whatap {
		right: 9px;
		width: 40px;
		animation: none;
	}
	.page .entry-header, .blog_page_header{
		padding: 175px 0 94px !important;
		margin: 0 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 22px;
	}
	.abt-title {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.abt-title.dup{
		font-size: 18px;
	}
	.ab-inner-text {
		font-size: 15px;
	}
	.inner-sec {
		padding: 35px 0;
		margin-top: 35px;
	}
	.line2::after{
		display:none;
	}
	.inr-box3-top{
		width:50%;
	}
	.inr-box3 img {
		width: 60px;
	}
	.inr-box3-title {
		font-size: 15px;
		margin-top: 18px;
	}
	.pricing-part {
		max-width: 100%;
		margin: 25px auto 0;
	}
	.pricing-title {
		font-size: 17px;
	}
	.pricing-list {
		margin: 0 15px;
	}
	.pricing-left img {
		width: 50px;
	}
	.pricing-price {
		font-size: 17px;
		padding-left: 10px;
		min-width: 31%;
	}
	.pricing-left strong{
		font-size: 16px;
	}
	.pricing-price .cont-btn {
		font-size: 13px;
	}
	.inr-box1-top {
		margin-top: 15px;
	}
	.inr-box1 {
		padding: 12px 10px;
		font-size: 16px;
	}
	.inr-box1 br{
		display:none;
	}
	.inr-box1 img {
		max-width: 54px !important;
	}
	.ab-inner2 ul li {
		margin: 0 5px 10px;
		font-size: 15px;
		background-size: 18px;
		background-position: 0 2px;
	}
	.ab-inner ul {
		grid-template-columns: repeat(1, 1fr);
	}
	.tbr{
		margin-top:20px;
	}
	.pricing-left2 {
		margin: 0 15px;
	}
	.sp::after{
		display:none;
	}
	.inr-box2 {
		padding: 27px 15px 15px;
		font-size: 14px;
	}
	.inr-box2 img {
		max-width: 55px !important;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text {
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right {
		padding: 20px 15px 0;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.s-title {
		font-size: 18px !important;
		line-height: 20px !important;
	}
	.box2-top, .box3-top{
		width: 50%;
	}
	.box3-content {
		padding: 20px 15px !important;
		flex-direction: column !important;
	}
	.review-left {
		padding-left: 8% !important;
		padding-right: 8% !important;
	}
	.starting-price{
		top: 15px;
		left: 15px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.get-btn{
		display: inline-block;
		position: fixed;
		top: 27px;
		right: 102px;
		padding: 10px 18px;
	}
	.box1 {
		padding: 15px 10px;
	}
	.box1 strong{
		font-size: 13px;
	}
	.property-btn a:last-child{
		font-size: 16px;
	}
	.review-left {
		padding-left: 5%;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
		right: -30px !important;
	}
	.inr-box3-top {
		width: 33%;
	}
	.tbr {
		margin-top: 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.get-btn {
		padding: 9px 12px;
		font-size: 12px;
		margin-left: 2px;
	}
	.menu ul li a {
		font-size: 12px;
		padding: 4px 7px;
	}
	.serv-title {
		font-size: 26px;
		line-height: 28px;
	}
	#service-slider .item{
		margin: 10px;
	}	
	#service-slider .owl-prev span, #service-slider .owl-next span{
		font-size: 42px;
		width: 40px;
		height: 40px;
	}
	#service-slider .owl-prev{
		left:-40px;
	}
	#service-slider .owl-next{
		right:-40px;
	}
	.s-title {
		font-size: 19px;
		line-height: 20px;
	}
	.serv-btn a{
		font-size: 15px;
	}
	.about-sec .container {
		max-width: 960px;
	}
	.about-left {
		padding-right: 8%;
	}
	.about-left .about-text{
		text-shadow: 0 0 6px #fff, 0 0px 9px #fff, 0 0px 9px #fff;
	}
	.about-right {
		padding-left: 0;
	}
	.box1 {
		margin-top: 12px;
		padding: 20px 10px;
	}
	.box1 strong{
		font-size: 14px;
	}
	.box2 {
		gap: 10px;
		font-size: 13px;
		padding-right: 8px;
	}
	.box2 strong{
		font-size: 16px;
	}
	.box3-content {
		padding: 25px 10px;
	}
	.box3-price {
		min-width: 60px;
		font-size: 13px;
	}
	.box3-price strong {
		font-size: 22px;
		line-height: 24px;
		margin-top: 3px;
	}
	.box3-title strong {
		font-size: 16px;
		line-height: 18px;
	}
	.property-left {
		padding: 18px 15px;
	}
	.property-right {
		margin-top: -44px;
	}
	.property-btn a{
		font-size: 20px;
	}
	.review-left {
		padding: 30px 3% 20px 6%;
	}
	.foot1 li{
		font-size: 13px;
	}
	.abt-title{
		font-size: 25px;
	}
	.inr-box1 {
		padding: 15px 9px;
		font-size: 15px;
	}
	.pricing-left strong{
		font-size: 16px;
	}	
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.get-btn{
		display: inline-block;
		position: fixed;
		top: 27px;
		right: 102px;
		padding: 10px 18px;
	}
	.menu-part .container {
		max-width: 790px;
	}
	.box1 {
		padding: 15px 10px;
	}
	.box1 strong{
		font-size: 13px;
	}
	.property-btn a:last-child{
		font-size: 16px;
	}
	.review-left {
		padding-left: 5%;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
		right: -30px !important;
	}
	.inr-box3-top {
		width: 33%;
	}
	.tbr {
		margin-top: 0;
	}
	.property-right {
		margin-top: 22px;
	}
	.pricing-part {
		max-width: 600px;
	}
	.abt-title {
		font-size: 20px;
	}
	.pricing-price .cont-btn {
		font-size: 14px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.get-btn {
		padding: 9px 12px;
		font-size: 12px;
		margin-left: 2px;
	}
	.menu-part .container {
		max-width: 1040px;
	}
	.fixed-header .header-right {
		margin-top: 18px;
	}
	.menu ul li a {
		font-size: 12px;
		padding: 4px 7px;
	}
	.box1{
		font-size: 13px;
	}
	.property-left .serv-title {
		font-size: 24px;
		line-height: 26px;
	}
	.property-btn a:last-child{
		font-size: 17px;
	}
	.serv-title {
		font-size: 26px;
		line-height: 28px;
	}
	#service-slider .item{
		margin: 10px;
	}	
	#service-slider .owl-prev span, #service-slider .owl-next span{
		font-size: 42px;
		width: 40px;
		height: 40px;
	}
	#service-slider .owl-prev{
		left:-40px;
	}
	#service-slider .owl-next{
		right:-40px;
	}
	.s-title {
		font-size: 19px;
		line-height: 20px;
	}
	.serv-btn a{
		font-size: 15px;
	}
	.about-sec .container {
		max-width: 960px;
	}
	.about-left {
		padding-right: 8%;
	}
	.about-left .about-text{
		text-shadow: 0 0 6px #fff, 0 0px 9px #fff, 0 0px 9px #fff;
	}
	.about-right {
		padding-left: 0;
	}
	.box1 {
		margin-top: 12px;
		padding: 20px 10px;
	}
	.box1 strong{
		font-size: 14px;
	}
	.box2 {
		gap: 10px;
		font-size: 13px;
		padding-right: 8px;
	}
	.box2 strong{
		font-size: 16px;
	}
	.box3-content {
		padding: 25px 10px;
	}
	.box3-price {
		min-width: 60px;
		font-size: 13px;
	}
	.box3-price strong {
		font-size: 22px;
		line-height: 24px;
		margin-top: 3px;
	}
	.box3-title strong {
		font-size: 16px;
		line-height: 18px;
	}
	.property-left {
		padding: 18px 15px;
	}
	.property-right {
		margin-top: -44px;
	}
	.property-btn a{
		font-size: 20px;
	}
	.review-left {
		padding: 30px 3% 20px 6%;
	}
	.foot1 li{
		font-size: 13px;
	}
	.abt-title{
		font-size: 25px;
	}
	.inr-box1 {
		padding: 15px 9px;
		font-size: 15px;
	}
	.pricing-left strong{
		font-size: 16px;
	}
	.inr-box3-top {
		width: 16%;
	}
	.inr-box3-title{
		font-size: 15px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.get-btn {
		position: relative;
		top: 10px;
		right: 0;
		padding: 9px 12px;
		font-size: 12px;
		margin-left: 2px;
	}
	.fixed-header .header-right {
		margin-top: 18px;
	}
	.menu ul li a {
		font-size: 12px;
		padding: 4px 7px;
	}
	.box1{
		font-size: 13px;
	}
	.serv-title {
		font-size: 26px;
		line-height: 28px;
	}
	#service-slider .item{
		margin: 10px;
	}	
	#service-slider .owl-prev span, #service-slider .owl-next span{
		font-size: 42px;
		width: 40px;
		height: 40px;
	}
	#service-slider .owl-prev{
		left:-40px;
	}
	#service-slider .owl-next{
		right:-40px;
	}
	.s-title {
		font-size: 19px;
		line-height: 20px;
	}
	.serv-btn a{
		font-size: 15px;
	}
	.about-sec .container {
		max-width: 960px;
	}
	.about-left {
		padding-right: 8%;
	}
	.about-left .about-text{
		text-shadow: 0 0 6px #fff, 0 0px 9px #fff, 0 0px 9px #fff;
	}
	.about-right {
		padding-left: 0;
	}
	.box1 {
		margin-top: 12px;
		padding: 20px 10px;
	}
	.box1 strong{
		font-size: 14px;
	}
	.box2 {
		gap: 10px;
		font-size: 13px;
		padding-right: 8px;
	}
	.box2 strong{
		font-size: 16px;
	}
	.box3-content {
		padding: 25px 10px;
	}
	.box3-price {
		min-width: 60px;
		font-size: 13px;
	}
	.box3-price strong {
		font-size: 22px;
		line-height: 24px;
		margin-top: 3px;
	}
	.box3-title strong {
		font-size: 16px;
		line-height: 18px;
	}
	.property-left {
		padding: 18px 15px;
	}
	.property-right {
		margin-top: -44px;
	}
	.property-btn a{
		font-size: 20px;
	}
	.review-left {
		padding: 30px 3% 20px 6%;
	}
	.foot1 li{
		font-size: 13px;
	}
	.abt-title{
		font-size: 25px;
	}
	.inr-box1 {
		padding: 15px 9px;
		font-size: 15px;
	}
	.pricing-left strong{
		font-size: 16px;
	}
	.inr-box3-top {
		width: 16%;
	}
	.inr-box3-title{
		font-size: 15px;
	}
}

@media screen and (min-width: 1424px) {
	.review-left{
		padding-left: 7%;
	}
	.page .entry-header, .blog_page_header{
		padding: 260px 0 185px !important;
	}
}

@media screen and (min-width: 1624px) {
	.review-left{
		padding-left:10%;
	}
	.page .entry-header, .blog_page_header{
		padding: 300px 0 205px !important;
	}
}

@media screen and (min-width: 1920px) {
	.review-left{
		padding-left:17%;
	}
	.page .entry-header, .blog_page_header{
		padding: 360px 0 240px !important;
	}
}

@media screen and (min-width: 2048px) {
	.review-left{
		padding-left:19%;
	}
	.page .entry-header, .blog_page_header{
		padding: 394px 0 252px !important;
	}
}

@media screen and (min-width: 2550px) {
	.review-left{
		padding-left:25%;
	}
	.page .entry-header, .blog_page_header{
		padding: 475px 0 330px !important;
	}
}    
