/*!
Theme Name: Oasis Palm Tourism
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oasis-palm-tourism
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Oasis Palm Tourism is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Ubuntu';
	scroll-behavior: smooth;
}
body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 8px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a {
	text-decoration: none;
	transition: ease-in 0.6s;
	-moz-transition: ease-in 0.6s;
	-webkit-transition: ease-in 0.6s;
	-ms-transition: ease-in 0.6s;
	-o-transition: ease-in 0.6s;
}
.clear {
	clear: both;
}
img {
	max-width: 100%
}
.modal {
	    z-index: 99999;
}
@font-face {
	font-family: 'Ubuntu';
	src: url(assets/fonts/Ubuntu-Bold.woff2) format('woff2'), url('Ubuntu-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Ubuntu';
	src: url(assets/fonts/Ubuntu-Light.woff) format('woff2'), url('Ubuntu-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Ubuntu';
	src: url(assets/fonts/Ubuntu-Medium.woff) format('woff2'), url('Ubuntu-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Ubuntu';
	src: url(assets/fonts/Ubuntu-Regular.woff) format('woff2'), url('Ubuntu-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url(assets/fonts/Roboto-Medium.woff) format('woff2'), url('Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url(assets/fonts/Roboto-Light.woff) format('woff2'), url('Roboto-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url(assets/fonts/Roboto-Thin.woff) format('woff2'), url('Roboto-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url(assets/fonts/Roboto-Regular.woff2) format('woff2'), url('Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* CSS Document */


/* CSS header */

.header-main-wraper {
	background: #fb5a0f;
	border-bottom: 1px solid #e3c3ab;
	position: relative;
	z-index: 11;
	box-shadow: 0px 25px 70px 0px #a13909;
}
.header-main-wraper .container-fluid {
	padding: 0;
	margin: 0;
}
.site-logo {
	width: 128px;
	margin-top: 12px;
	margin-left: 20px;
	position: relative;
	z-index: 11111;
}
.header-navbar-wrap ul {
	list-style: none;
	text-align: right;
	float: none;
}
.header-navbar-wrap ul li {
	float: none;
	display: inline-block;
}
.navbar-nav>li>a {
	display: block;
	padding: 40px 12px;
	color: #fff !important;
	font-weight: 900;
	font-size: 18px;
	text-decoration: none;
	background: none !important;
}
.navbar-collapse.collapse {
	padding-right: 0;
}
.call-btn-header {
	background: #d14b0d;
	padding: 14px 70px;
}
.call-btn-header .text-icon {
	font-size: 50px;
	color: #fff;
	width: 60px;
	position: relative;
	top: 0;
	display: inline-block;
}
.call-btn-header .text-icon img {
	width: 58%;
	margin-left: 18px;
	margin-top: -9px;
}
.call-btn-header .text-phone {
	font-size: 23px;
	color: #fff;
	width: 69%;
	display: inline-block;
	line-height: 18px;
}
.call-btn-header .text-phone span {
	display: block;
	font-weight: 900;
}
.call-btn-header .text-phone strong {
	font-size: 13px;
}
.dropdown-site-menu {
	position: absolute;
	width: 250px;
	background: #fff;
	padding: 5px 15px 15px;
	box-shadow: 0 20px 20px 0 #471a06;
	border-radius: 0 0 10px 10px;
	display: none;
}
.dropdown-site-menu a {
	font-size: 13px!important;
	color: #000!important;
	padding: 10px 15px!important;
	text-align: left!important;
	background: #f7f7f7;
	margin-top: 10px!important;
	border-radius: 6px;
	font-weight: 700!important;
	display: block;
	text-decoration: none;
}
.dropdown-site-menu a:hover {
	background: #fb5a0f;
	color: #fff !important;
}
.header-navbar-wrap ul li:hover .dropdown-site-menu {
	display: block !important;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1111;
	box-shadow: 0 15px 20px 0 #da9b7e!important;
}
.inner-header-wrp {
	box-shadow: none;
}
.inner-header-wrp .dropdown-site-menu {
	box-shadow: 0 20px 20px 0 #d0b1a4!important;
}
/* CSS header */

/* CSS slider */

.slider-main-wraper {
	background: url(assets/images/slider-image.webp) no-repeat top;
	background-size: cover;
	padding: 155px 0 220px;
}
.slider-main-wraper .banner-title {
	font-size: 65px;
	color: #fff;
	font-weight: 700;
	line-height: 60px;
}
.slider-main-wraper .banner-description {
	    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    width: 50%;
    margin-top: 20px;
}
.slider-main-wraper .banner-title span {
	display: block;
	font-size: 60px;
	font-weight: 700;
}
.slider-main-wraper .banner-title strong {
	display: block;
	font-size: 60px;
	font-weight: 700;
}
.inner-slider-wraper {
	padding: 31px 0 24px;
	background: #f7f7f7;
}
.inner-slider-wraper h1 {
	font-size: 40px;
	color: #381a0d;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}
.inner-slider-wraper p {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 28px;
	text-align: center;
	font-family: Roboto, sans-serif;
}
.slider-image-wraper {
}
.slider-image-wraper .container-fluid {
	margin: 0;
	padding: 0;
}
.slider-image-wraper .picture-gallery-wraper {
	padding: 0;
	background: none;
}
.slider-image-wraper .picture-gallery-wraper ul {
	width: 100%;
	box-shadow: none;
}
.slider-image-wraper .picture-gallery-wraper ul li .col-md-6 {
	margin: 0;
	padding: 0;
}
/* CSS slider */

/* CSS content */

.content-wraper {
}
.about-main-wraper {
	padding: 80px 0;
}
.about-main-wraper h1 {
	font-size: 40px;
	color: #381a0d;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
}
.about-main-wraper h1:before {
	content: "";
	position: absolute;
	height: 2px;
	background: #fb5a0f;
	width: 800px;
	right: -44%;
	bottom: -26px;
}
.about-text-wraper ul {
	list-style: none;
	margin-top: 90px;
}
.about-text-wraper ul li {
	margin-top: 15px;
}
.about-text-wraper ul li h3 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 25px;
	margin-top: 60px;
	color: #381a0d;
}
.about-text-wraper ul li p {
	font-size: 18px;
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 28px;
	color: #000;
}
.about-image {
	position: relative;
}
.about-image img {
	position: absolute;
	z-index: 11;
	left: 0;
	top: 28px;
}
.what-we-offer-wraper {
	padding: 20px 0 80px
}
.what-we-offer-wraper h2 {
	font-size: 45px;
	color: #381a0d;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
}
.what-we-offer-wraper h2:before {
	content: "";
	position: absolute;
	height: 2px;
	background: #fb5a0f;
	width: 800px;
	left: -46%;
	bottom: -15px;
}
.what-we-offer-wraper p {
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	color: #000;
	padding-bottom: 35px;
	line-height: 28px;
	font-family: Roboto, sans-serif;
}
.what-we-offer-wraper ul {
	list-style: none;
	margin-top: 60px
}
.what-we-offer-wraper ul li {
}
.what-we-offer-wraper ul li .listing-what-offer-wrap {
}
.what-we-offer-wraper ul li .listing-what-offer-wrap a {
	display: block;
	text-decoration: none;
}
.what-we-offer-wraper ul li:nth-child(1) {
	margin-top: 60px;
}
.what-we-offer-wraper ul li:nth-child(3) {
	margin-top: -60px;
}
.listing-what-offer-image {
	height: 350px;
	background-size: cover !important;
	box-shadow: 0px 5px 40px 0px #a59d86;
	position: relative;
	z-index: 11;
}
.what-we-offer-wraper ul li:hover .listing-what-offer-image {
	box-shadow: none;
	transition: ease-in 0.6s;
	-moz-transition: ease-in 0.6s;
	-webkit-transition: ease-in 0.6s;
	-ms-transition: ease-in 0.6s;
	-o-transition: ease-in 0.6s;
}
.listing-what-offer-text {
	background: #fff;
	padding: 25px;
	border-top: none !important;
	text-align: center;
	position: absolute !important;
	;
	bottom: 15px;
	width: 92%;
	margin: 0 auto;
	left: 0;
	right: 0
}
.what-we-offer-wraper ul li:hover .listing-what-offer-text {
	background: #fb5a0f;
	transition: ease-in 0.6s;
	-moz-transition: ease-in 0.6s;
	-webkit-transition: ease-in 0.6s;
	-ms-transition: ease-in 0.6s;
	-o-transition: ease-in 0.6s;
}
.listing-what-offer-text {
	position: relative;
}
.listing-what-offer-text strong {
	position: absolute;
	bottom: -28px;
	font-size: 40px;
	color: #fb5a0f;
	left: 0;
	right: 0;
	display: none;
}
.listing-what-offer-text h4 {
	font-size: 22px;
	color: #381a0d;
	font-weight: 700;
}
.what-we-offer-wraper ul li:hover .listing-what-offer-text h4 {
	color: #fff !important;
}
.listing-what-offer-text p {
	font-size: 14px;
	padding: 0;
	width: 100%;
	text-align: center;
	color: #381b0d;
	padding-bottom: 10px;
	line-height: 20px;
	display: none;
}
.what-we-offer-wraper ul li:hover p {
	display: block;
	color: #fff;
	padding-top: 10px;
	transition: ease-in 0.6s;
	-moz-transition: ease-in 0.6s;
	-webkit-transition: ease-in 0.6s;
	-ms-transition: ease-in 0.6s;
	-o-transition: ease-in 0.6s;
}
.listing-what-offer-text span {
	border-bottom: 1px solid #381a0d;
	font-size: 13px;
	font-weight: bold;
	color: #381a0d;
	display: none;
	font-weight: 700;
	color: #fff
}
.what-we-offer-wraper ul li:hover span {
	display: inline-block;
	border-bottom: 1px solid #fff;
	transition: ease-in 0.6s;
	-moz-transition: ease-in 0.6s;
	-webkit-transition: ease-in 0.6s;
	-ms-transition: ease-in 0.6s;
	-o-transition: ease-in 0.6s;
}
.why-choose-main-wraper {
	background: #f7f7f7;
	padding: 80px 0 70px 0
}
.why-choose-main-wraper ul {
	list-style: none
}
.heading-why-list {
}
.heading-why-list h2 {
	font-size: 40px;
	color: #381a0d;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
}
.heading-why-list h2:before {
	content: "";
	position: absolute;
	height: 2px;
	background: #fb5a0f;
	width: 800px;
	left: -79%;
	bottom: -15px;
}
.heading-why-list p {
	font-size: 18px;
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 28px;
	padding-right: 120px;
	padding-bottom: 50px;
	color: #000;
}
.choose-listing-wrap {
	margin-right: 80px;
}
.choose-listing-wrap .choose-listing-image {
	height: 445px;
	background-size: cover !important;
	box-shadow: 0 25px 30px 0 #c2c2c2;
}
.choose-listing-text {
	padding: 50px 0;
}
.choose-listing-text h3 {
	font-size: 30px;
	color: #381a0d;
	font-weight: 700;
	margin-bottom: 10px;
}
.choose-listing-text p {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 28px;
	color: #000
}
.sticky-phone {
	left: -73px;
	top: 48%;
	width: 210px;
	background: #fb5a0f;
	text-align: center;
	transform: rotate(-90deg);
	border: 1px solid #ffcbb3;
	border-radius: 0 0 10px 10px;
	position: fixed;
}
.sticky-phone a {
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	font-weight: 900;
	line-height: 20px;
	padding: 18px 0;
	display: block;
}
.sticky-phone span {
	display: block;
	font-size: 16px;
	font-weight: 500;
}
.watsapp-icon {
	position: fixed;
	left: 10px;
	bottom: 10px;
	width: 5%;
	z-index: 1111;
}
.inner-pricing-list-wraper {
	padding: 30px 0 0;
}
.inner-pricing-list-wraper h2 {
	text-align: center;
	font-size: 40px;
	color: #381a0d;
	font-weight: 700;
	margin-bottom: 35px;
}
.inner-pricing-list-wraper .description {
        text-align: center;
    padding: 0 150px;
    font-size: 18px;
    font-family: 'Roboto';
    padding-bottom: 60px;
    line-height: 28px;
}
.inner-pricing-list-wraper ul {
	list-style: none;
}
.inner-pricing-list-wraper ul li a {
}
.pricing-list {
	padding: 15px;
	border-radius: 15px;
	text-align: center;
	background: #f7f7f7!important;
	margin-bottom: 35px;
	display: block;
}
.pricing-list .pricing_list_heading {
	font-size: 25px;
	color: #381a0d;
	font-weight: 700;
	margin-top: 22px;
}
.pricing-list .price-inner-list {
	font-size: 18px;
}
.pricing-list .price-inner-list .line-throught-price {
	text-decoration: line-through;
	font-weight: bold;
	color: #381a0d
}
.pricing-list .price-inner-list strong {
	color: #fb5a0f;
}
.pricing-list .price-inner-list strong span {
	font-weight: 600;
	font-size: 14px;
}
.price-list-info-wrap {
	background: #fff;
	margin-top: 30px;
	border-radius: 15px;
	overflow: hidden;
}
.price-list-info-wrap .price-list-info-image {
	height: 200px;
	background-size: cover !important;
	border-radius: 15px 15px 0px 0px;
}
.price-info-wrap {
	padding: 25px;
	text-align: left
}
.price-info-wrap .price_list_smallheading {
	color: #381a0d;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.price-info-wrap p {
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 24px;
	padding-right: 15px;
	color: #000;
	padding-bottom: 10px;
}
.call-to-action-main-wraper {
	background: #fff;
    box-shadow: 0px 10px 53px -17px #a79479;
    border-radius: 20px;
    position: relative;
    height: 230px;
    z-index: 111;
    overflow: hidden;
}
.call-to-action-main-wraper {
}
.call-to-action-main-wraper ul {
	list-style: none;
}
.call-to-action-main-wraper ul li {
	padding: 45px 10px;
}
.call-to-action-main-wraper ul li a {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	display: none;
	text-decoration: none;
}
.call-to-action-main-wraper ul li .listing-call-action-wrap {
	text-align: center;
	padding: 0 30px;
}
.call-to-action-main-wraper ul li:hover {
	background-image: linear-gradient(#ffa377, #fa5a0f);
	padding: 47px 10px;
	border-radius: 15px;
	height: 230px;
}
.call-to-action-main-wraper ul li:hover a {
	display: block;
	transition: .6s ease-in;
	-moz-transition: .6s ease-in;
	-webkit-transition: .6s ease-in;
	-ms-transition: .6s ease-in;
	-o-transition: .6s ease-in;
	padding-top: 10px;
}
.listing-call-action-wrap .listing-call-title {
	font-size: 18px;
	color: #070709;
	font-weight: bold;
}
.call-to-action-main-wraper ul li:hover h3 {
	color: #fff;
}
.listing-call-action-wrap p {
	font-size: 22px;
	padding: 0 25px;
	color: #fb5a0f;
	font-weight: bold;
	font-family: 'Roboto';
}
.call-to-action-main-wraper ul li:hover p {
	color: #fff;
}
.call-to-action-main-wraper ul li:hover a {
	color: #fff;
}
.call-to-action-main-wraper ul li .listing-call-icon-wrap {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-image: linear-gradient(#f77c44, #d14b0d);
	text-align: center;
	font-size: 28px;
	color: #fff;
	padding-top: 0;
	margin: 0 auto;
	margin-bottom: 15px;
	box-shadow: 0px 6px 12px 0 #b4b4b4;
}
.call-to-action-main-wraper ul li:nth-child(4) .listing-call-icon-wrap {
	background-image: linear-gradient(#333, #000) !important;
}
.call-to-action-main-wraper ul li:hover .listing-call-icon-wrap {
	background-image: linear-gradient(#333, #000) !important;
	box-shadow: 0px 6px 12px 0 #bd8e2e !important;
	color: #000 !important
}
.picture-gallery-wraper {
	padding: 160px 0 80px;
	background: #f7f7f7;
	margin-top: -120px;
}
.picture-gallery-wraper h3 {
	text-align: center;
	font-size: 40px;
	color: #381a0d;
	font-weight: 700;
	margin-bottom: 15px;
}
.picture-gallery-wraper p {
	text-align: center;
	padding: 0 150px;
	font-size: 18px;
	font-family: 'Roboto';
	padding-bottom: 60px;
	line-height: 28px
}
.picture-gallery-wraper {
}
.picture-gallery-wraper ul {
	list-style: none;
	box-shadow: 0px 5px 40px 0px #a59d86;
	width: 90%;
	margin: 0 auto;
	margin-top: 60px;
}
.picture-gallery-wraper ul li {
	margin: 0;
	padding: 0;
}
.picture-gallery-wraper ul li .big-image-wraper {
}
.picture-gallery-wraper ul li .big-image-wraper a {
	display: block;
	height: 500px;
	background-size: cover !important;
}
.small-image-wrap a {
	height: 250px;
	display: block;
	background-size: cover !important;
	text-decoration: none
}
.view-photot-btn {
	display: block;
	background: rgba(00, 00, 00, 0.5);
	text-align: center;
	color: #fff;
	height: 250px;
	font-size: 20px;
	padding-top: 58px;
	font-weight: 500;
	position: absolute;
	top: 0;
	width: 100%
}
.picture-gallery-wraper ul li .small-image-wrap a:hover .view-photot-btn {
	background: rgba(00, 00, 00, 0.8);
}
.view-photot-btn i {
	display: block;
	font-size: 70px;
	color: #fff;
}
.video-main-waper {
	background: url(assets/images/desert-safari-dubai/video-bg.webp) no-repeat top;
	;
	background-size: cover;
	padding: 180px 0;
}
.video-main-waper .video-heading {
	width: 40%
}
.video-main-waper .video-heading h4 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}
.video-playbtn {
	position: relative;
	top: 24px;
	left: 34px;
}
.video-playbtn a {
	text-decoration: none;
}
.text-video-play {
	z-index: 11;
	color: #fff;
	top: -25px;
	left: 50px;
	font-size: 18px;
	position: relative;
}
.pricing-detail-wraper {
	padding: 60px 0 0px 0
}
.price-detail-box {
	background: #fff;
	padding: 35px;
	border-radius: 15px;
	box-shadow: 0 5px 40px 0 #d7d9da;
	margin-bottom: 35px;
}
.price-detail-box h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 25px;
	color: #381a0d;
	font-weight: 700;
}
.price-detail-box ul {
	list-style: none;
	margin-top: 30px
}
.price-detail-box ul li {
	padding-left: 20px;
	padding-top: 2px;
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 28px;
	color: #000;
	position: relative;
	font-size: 18px;
}
.price-detail-box ul li:before {
	content: '';
	background: #fb5a0f;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 50%;
}
.price-detail-box p {
	padding-left: 0px;
	padding-top: 10px;
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 28px;
	color: #000;
	position: relative;
	font-size: 18px;
}
.price-detail-box ul li span {
	background: #fb5a0f;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 15px;
	color: #fff;
	text-align: center;
	padding-top: 4px;
	font-size: 14px;
}
.price-detail-open-text {
	padding: 5px 0;
}
.price-detail-open-text h2 {
	font-size: 32px;
	color: #381a0d;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
}
.price-detail-open-text h2:before {
	content: "";
	position: absolute;
	height: 2px;
	background: #fb5a0f;
	width: 800px;
	left: -35%;
	bottom: -15px;
}
.price-detail-open-text h5 {
	font-size: 32px;
	color: #381a0d;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
}
.price-detail-open-text h5:before {
	content: "";
	position: absolute;
	height: 2px;
	background: #fb5a0f;
	width: 800px;
	left: -35%;
	bottom: -15px;
}
.price-detail-open-text h3 {
	font-size: 25px;
	color: #381a0d;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
}
.price-detail-open-text h3:before {
	content: "";
	position: absolute;
	height: 2px;
	background: #fb5a0f;
	width: 800px;
	left: -35%;
	bottom: -15px;
}
.price-detail-open-text h4 {
	font-size: 20px;
	color: #381a0d;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
}
.price-detail-open-text p {
	margin-bottom: 30px;
	font-size: 18px;
	font-family: Roboto, sans-serif;
	line-height: 28px;
	color: #000;
}
.price-detail-open-text ul {
    list-style:none;
        margin-bottom: 20px;
}
.price-detail-open-text ul li {
    padding-left: 20px;
    padding-top: 2px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 28px;
    color: #000;
    position: relative;
    font-size: 18px;
}
.op-closing-wrap{
  font-family:'Poppins',Arial,Helvetica,sans-serif;
  background:#fff;
  padding:60px 0;
  text-align:center;
}
.op-closing-wrap *{box-sizing:border-box;}
.op-closing-wrap .op-container{width:92%;max-width:820px;margin:0 auto;}

.op-closing-eyebrow{
  display:block;
  color:#f5711d;
  font-weight:700;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:10px;
}
.op-closing-heading{
  font-size:1.9rem;
  font-weight:800;
  color:#3c2415;
  margin-bottom:16px;
  line-height:1.3;
}
.op-closing-underline{
  width:70px;
  height:4px;
  background:#f5711d;
  border-radius:4px;
  margin:0 auto 26px;
}
.op-closing-wrap p{
  color:#4a4a4a;
  font-size:1rem;
  line-height:1.8;
  margin-bottom:16px;
}
.op-closing-tagline{
  color:#3c2415;
  font-weight:600;
  margin-top:20px;
  margin-bottom:28px;
}
.contactpage{
        padding: 60px 0 0px 0;
}
.contactpage h2{
        font-size: 32px;
    color: #381a0d;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
}
.contactpage p{
    margin-bottom: 30px;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    line-height: 28px;
    color: #000;
}
.op-closing-contacts{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}
.op-closing-contacts a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#f7f7f7;
  border:2px solid #f0e5d8;
  color:#3c2415;
  font-weight:700;
  font-size:.92rem;
  padding:13px 26px;
  border-radius:50px;
  transition:.25s;
}
.op-closing-contacts a:hover{
  background:#f5711d;
  border-color:#f5711d;
  color:#fff;
  transform:translateY(-2px);
}
.op-closing-contacts .op-icon{
  width:20px;
  height:20px;
  border-radius:50%;
  background:#f5711d;
  color:#fff;
  font-size:.7rem;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.op-closing-contacts a:hover .op-icon{
  background:#fff;
  color:#f5711d;
}
.price-detail-open-text ul li:before {
    content: '';
    background: #fb5a0f;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
}
.faq-listing-main-wraper {
	padding: 40px 0;
	background: #f7f7f7;
}
.detailpagefaqs {
        border: 1px solid #fb5a0f;
    padding: 35px;
    border-radius: 15px;
    margin-top: 40px;
    background: #fff;
}
.faq-listing-main-wraper h2 {
	text-align: center;
	font-size: 40px;
	color: #381a0d;
	font-weight: 700;
	margin-bottom: 35px;
}
.faq-listing-main-wraper .wrapper {
	width: 70%;
}
.detailpagefaqs .wrapper {
    width: 100%;
}
.faq-listing-main-wraper .panel-heading {
	padding: 0px;
	border: 0;
	background: #fff;
	border: none !important
}
.faq-listing-main-wraper .panel-default {
	border-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 25px;
	box-shadow: 0px 5px 30px 0px #d0d0d0;
}
.faq-listing-main-wraper .panel-title> button {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	font-size: 17px;
	font-weight: 600;
	width: 100%;
	text-align: left;
	padding: 22px;
	position: relative;
}
.faq-listing-main-wraper .panel-title> button img {
	width: 20px;
	margin-top: -5px;
	position: absolute;
	right: 20px;
	top: 32px;
}
.faq-listing-main-wraper .panel-heading a:before {
	content: "";
	background: url(assets/images/arrow.png) no-repeat top;
	float: right;
	transition: all 0.5s;
	position: absolute;
	width: 20px;
	height: 15px;
	right: 18px;
	background-size: contain;
	top: 21px;
}
.faq-listing-main-wraper .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.faq-listing-main-wraper .panel-title>a {
	position: relative;
	color: #381a0d;
}
.faq-listing-main-wraper .active a:before {
	top: 15px;
}
.faq-listing-main-wraper .panel-body {
	padding: 30px 35px;
	font-family: 'Roboto';
	font-size: 18px;
	color: #000;
	line-height: 28px;
	border-top: 1px solid #ccc;
}
.detail-page-main-wraper {
	padding: 60px 0;
}
.detail-page-text-wraper {
}
.detail-page-text-wraper h1 {
	font-size: 45px;
	color: #381a0d;
	font-weight: 700;
}
.overview-section-wraper {
	border: 1px solid #fb5a0f;
	padding: 35px;
	border-radius: 15px;
	margin-top: 40px;
}
.overview-section-wraper h3 {
	font-size: 25px;
	color: #381a0d;
	font-weight: 700;
	    margin-top: 20px;
}
.overview-section-wraper h2 {
	font-size: 25px;
	color: #381a0d;
	font-weight: 700;
	 margin-top: 20px;
}
.overview-section-wraper p {
	font-size: 18px;
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 28px;
	padding-top: 15px;
	color: #000;
}
.overview-section-wraper table{
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 28px;
    color: #000;
    border: 1px solid black;
    padding: 10px;
}
.overview-section-wraper table tr td{
        border: 1px solid #fb5a0f;
    border-radius: 15px;
        padding: 5px;
}
.detail-contact-info-wrap {
}
.detail-contact-info {
	float: right;
}
.detail-contact-info .detail-contact-icon {
	width: 50px;
	font-size: 50px;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	color: #370a04;
}
.detail-contact-detail {
	display: inline-block;
	line-height: 25px
}
.detail-contact-detail span {
	display: block;
	font-size: 25px;
	font-weight: 500;
}
.detail-contact-detail strong {
	font-size: 18px;
	color: #370a04;
}
.booking-contact-detail {
	background: #fb5a0f;
	padding: 35px;
	border-radius: 15px;
	margin-top: 20px;
}
.booking-contact-detail h3 {
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
}
.booking-contact-detail ul {
	list-style: none;
}
.booking-contact-detail ul li {
	font-size: 16px
}
.booking-contact-detail ul li {
	background: #e34d07;
	padding: 15px;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 8px;
	font-family: 'Roboto';
	font-size: 13px;
}
.booking-contact-detail ul li span {
	float: right;
}
.light-bg {
	background: #fa6e2c !important;
}
.button-book {
	margin-top: 25px;
}
.button-book a {
	display: block;
	background: #222020;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	text-decoration: none;
}
.button-book a:hover {
	background: #000
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	z-index: 111111;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	z-index: 1111111;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
 button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
 @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**

       * Remove all paddings around the image on small screen

       */

.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
	padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}
}
 @media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}
}
/*************************************

    Basic Start

*************************************/
.gallery-wrap {
	height: 495px;
	overflow: hidden !important;
}
.gallery-wrap .container-fluid {
	margin: 0;
	padding: 0;
}
.gallery-wrap .container-fluid .col-md-6 {
	margin: 0;
	padding: 0;
}
.gallery-wrap .container-fluid .col-md-6 {
	margin: 0;
	padding: 0;
}
.work-img {
	height: 250px;
	overflow: hidden;
}
.big-work-img-wrap {
	height: 500px;
}
.big-work-img-wrap img {
	width:100%
}
.work-img img{
	width:100%
}
.gallery-wrap .col-md-6 {
	margin: 0;
	padding: 0;
}
.gallery-wrap .col-md-6 {
	margin: 0;
	padding: 0;
}
.work-img {
	height: 250px;
	overflow: hidden;
}
.big-work-img-wrap {
	height: 500px;
}
.text-detail-wraper {
	padding-top:15px;
}
.text-detail-wraper ul {
	list-style: none;
}
.text-detail-wraper ul li {
	margin: 15px 0
}
.text-detail-wraper ul li h4 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px
}
.about_page  h4 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px
}
.about_page  h2 {
	margin-bottom: 20px
}
.about_page  p {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    padding-bottom: 35px;
color: #000;}
.about_page ul li{
        margin: 15px 0;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    padding-bottom: 0px;
    color: #000;
}
.about_page li::before{
        content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    width: 22px;
    height: 22px;
    background: #f5711d;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-detail-wraper ul li p {
	font-size: 18px;
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 28px;
	text-align: justify;
	padding-bottom: 35px;
	color: #000;
}
.contact-form-wraper {
	padding: 20px 0;
}
.contact-form-wraper h1 {
	font-weight: bold;
	font-size: 45px;
	margin-bottom: 15px
}
.contact-form-wraper ul {
	list-style: none;
}
.contact-form-wraper ul li {
	margin-bottom: 35px;
}
.contact-form-wraper ul li span {
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.contact-form-wraper ul li i {
	font-size: 26px;
	color: #fb5a0f
}
.contact-form-wraper ul li strong {
	padding-left: 45px;
	display: block;
	font-weight: normal;
	font-family: 'Roboto';
	font-size: 18px;
	color: #000;
	line-height: 28px
}
.contact-form-wraper h2 {
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 15px;
	text-align: center;
	padding: 25px;
}
.contact-form-wraper-message .form-group {
	margin-bottom: 25px
}
.contact-form-wraper-message .form-group .form-control {
	height: 55px;
	border: 1px solid #ccc;
	padding-left: 25px;
	outline: none;
	box-shadow: none;
}
.contact-form-wraper-message .form-group .form-control:focus {
	border: 1px solid #fb5a0f;
}
.contact-cta-action-main-wraper {
	margin-top: 60px;
}
.text-area-group {
}
.text-area-group .form-control {
	border: 1px solid #ccc;
	padding-left: 25px;
	outline: none;
	box-shadow: none;
	padding-top: 25px;
}
.text-area-group .form-control:focus {
	border: 1px solid #fb5a0f;
}
.form-button-wrap {
	text-align: right;
	margin-top: 25px;
}
.form-button-wrap .wpcf7-submit {
	background: #fb5a0f;
	padding: 12px 40px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	border: none;
	outline: none;
	font-weight: bold;
}
.form-button-wrap .wpcf7-submit:hover {
	background: #000;
}
.detail-second-product-wraper {
	padding-top: 0px;
	padding-bottom: 465px;
}
.overview-detail-section-wraper {
	margin-top: 20px;
}
.detail-heading-wraper {
	padding: 40px 0 27px 0;
}
.detail-heading-wraper h1 {
	font-size: 40px;
	color: #381a0d;
	font-weight: 700;
	text-align: center;
}
.detail-heading-wraper p {
	text-align: center;
}
.detail-new-page-wraper {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pricing-customer-reivew-wraper {
	padding: 60px 0;
}
.property-reivew-wrap h6 {
	padding-bottom: 5px;
	font-size: 40px;
	color: #313e48;
	font-weight: 700;
}
.property-reivew-wrap ul {
	list-style: none;
}
.property-reivew-wrap ul li .listing-review-wrap {
	padding: 25px;
	border-radius: 15px;
	position: relative;
	background: #f3f1f8;
	margin-top: 20px;
	border: 1px solid #f3f1f8;
}
.property-reivew-wrap ul li:hover .listing-review-wrap {
	background: #fff;
	border: 1px solid #ccc;
}
.listing-imagr-text {
	float: left;
	padding-left: 15px;
	width: 88%;
	margin-top: 14px;
}
.listing-imagr-text P {
	font-size: 14px;
	color: #313e48;
	font-weight: 400;
	margin: 4px 0 0 0;
	line-height: 20px;
}
.property-reivew-wrap .listing-review-image {
	width: 70px;
	height: 70px;
	background-size: cover !important;
	border-radius: 50%;
	float: left;
}
.property-reivew-wrap h5 {
	font-size: 18px;
	color: #313e48;
	font-weight: bold;
	margin-bottom: 5px;
}
.program-rating-wrap {
	position: absolute;
	right: 20px;
	top: 15px;
}
.program-rating-wrap strong {
	font-size: 14px;
	font-weight: 600;
	margin-right: 5px;
}
.program-rating-wrap a {
	color: #ffa405;
	font-size: 14px;
}
.right-review-wrap {
	padding: 25px;
	border-radius: 15px;
	position: relative;
	background: #f3f1f8;
	margin-top: 20px;
}
.right-review-wrap h3 {
	padding-bottom: 25px;
	font-size: 20px;
	color: #313e48;
	font-weight: 700;
}
.right-review-wrap .form-group {
}
.right-review-wrap .form-group .form-control {
	border: none;
	outline: none;
	box-shadow: none;
	font-size: 14px;
	padding: 25px;
	border-radius: 15px;
}
.review-star-wrp {
	margin-top: 30px;
}
.review-star-wrp strong {
	font-weight: 600;
	font-size: 16px;
	margin-right: 10px;
	background: #d52b2e;
	padding: 8px 12px;
	border-radius: 10px;
	color: #fff;
}
.review-star-wrp a {
	color: #adadad;
	font-size: 25px;
	position: relative;
	top: 2px
}
.review-star-wrp a:hover {
	color: #ffa405
}
.button-review-wrp {
	text-align: right;
	margin-top: 22px
}
.button-review-wrp button {
	padding: 15px 32px;
	border-radius: 30px;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	background: #313e48;
	border: none;
	outline: none;
}
.button-review-wrp button:hover {
	background: #d52b2e;
}
.reivew-detail-section-wrap {
}
.reivew-detail-section-wrap .review-stars {
}
.reivew-detail-section-wrap .review-stars a {
	font-size: 25px;
	color: #f69c22;
	text-decoration: none;
	margin-right: -5px
}
.reivew-detail-section-wrap .review-stars strong {
	font-size: 20px;
	font-weight: 600;
	margin-left: 5px;
}
.review-progress-wraper {
	width: 60%;
	margin-top: 15px;
}
.review-progress-wraper span {
	font-size: 16px;
	font-weight: 600;
}
.progress-bar {
	background: #fb5a0f;
}
.pagination-wraper {
	text-align: center;
	margin-top: 60px;
}
.pagination-wraper a {
	width: 45px;
	height: 40px;
	color: #000;
	text-decoration: none;
	background: #f5f5f5;
	display: inline-block;
	border-radius: 6px;
	padding-top: 12px;
	font-weight: 600
}
.pagination-wraper a:hover {
	background: #fb5a0f;
	color: #fff;
}
.active-pagination {
	background: #fb5a0f !important;
	color: #fff !important;
}
.cta-listing-main-wrap {
}
.cta-listing-main-wrap ul {
	list-style: none;
}
.cta-listing-main-wrap ul li {
}
.cta-listing-main-wrap ul li a {
	display: block;
	background: #fff;
	box-shadow: 0px 10px 53px -17px #a79479;
	border-radius: 20px;
	padding: 25px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 30px
}
.cta-listing-main-wrap ul li a:hover {
	background-image: linear-gradient(#ffa377, #fa5a0f);
	border-radius: 15px;
}
.cta-listing-main-wrap ul li a .listing-call-icon-wrap {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-image: linear-gradient(#f77c44, #d14b0d);
	text-align: center;
	font-size: 28px;
	color: #fff;
	padding-top: 1px;
	margin: 0 auto;
	margin-bottom: 15px;
	box-shadow: 0px 6px 12px 0 #b4b4b4;
}
.cta-listing-main-wrap ul li a:hover .listing-call-icon-wrap {
	background-image: linear-gradient(#333, #000) !important;
	box-shadow: 0px 6px 12px 0 #bd8e2e !important;
	color: #000 !important;
}
.cta-listing-main-wrap ul li a h3 {
	font-size: 18px;
	color: #070709;
	font-weight: bold;
}
.cta-listing-main-wrap ul li a:hover h3 {
	color: #fff;
}
.cta-listing-main-wrap ul li a p {
	font-size: 22px;
	padding: 0 25px;
	color: #fb5a0f;
	font-weight: bold;
	font-family: 'Roboto';
}
.cta-listing-main-wrap ul li a:hover p {
	color: #fff;
}
.new-customer-review-wraper {
	padding: 80px 0;
}
.new-customer-review-wraper h4 {
	font-size: 40px;
	color: #381a0d;
	font-weight: 700;
	margin-bottom: 15px;
}
.new-customer-rate {
	font-family: 'Roboto';
	font-size: 16px
}
.new-customer-rate span {
	background: #fb5a0f;
	padding: 6px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-right: 5px
}
.category-cusotmer-review-wrap {
	padding-top: 50px;
}
.category-cusotmer-review-wrap h5 {
	font-size: 18px;
	color: #070709;
	font-weight: 700;
}
.category-cusotmer-review-wrap ul {
	list-style: none;
	margin-top: 15px
}
.category-cusotmer-review-wrap ul li {
}
.category-cusotmer-review-wrap ul li h6 {
	font-family: 'Roboto';
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: normal;
}
.category-cusotmer-review-wrap ul li h6 span {
	float: right;
}
.category-cusotmer-review-wrap ul li .progress {
	height: 8px;
}
.review-list-new-customer-wrap {
	padding-top: 15px;
}
.review-list-new-customer-wrap h3 {
	font-size: 25px;
	color: #070709;
	font-weight: 700;
	padding-bottom: 25px;
}
.review-list-new-customer-wrap {
}
.review-list-new-customer-wrap ul {
	list-style: none;
}
.review-list-new-customer-wrap ul li {
}
.review-list-new-customer-wrap ul li .review-new-list-wraper {
	background: #fff;
	padding: 26px;
	border: 1px solid #ccc;
}
.review-list-new-customer-wrap ul li:hover .review-new-list-wraper {
	background: #faf6f0;
}
.review-list-wrap {
	margin-bottom: 15px;
}
.review-new-name-icon {
	width: 50px;
	height: 50px;
	background: #f0e3d0;
	border-radius: 50%;
	text-align: center;
	color: #baa07a;
	font-weight: bold;
	font-size: 16px;
	padding-top: 15px;
	float: left;
	margin-right: 15px;
}
.name-review-wrp {
	font-size: 19px;
	font-weight: bold;
	color: #381a0d;
	position: relative;
	top: 12px;
}
.review-list-new-customer-wrap p {
	font-family: 'Roboto';
	font-size: 14px;
	padding-bottom: 15px;
	line-height: 24px
}
.view-all-review {
	text-align: center;
	margin-top: 50px;
}
.view-all-review a {
	background: #fb5a0f;
	padding: 12px 24px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.customer-review-popup-wrap .modal-dialog {
	width: 100%;
	margin: 0
}
.customer-review-popup-wrap .modal-content {
	border-radius: 0;
	position: absolute;
	right: 0;
	width: 60%;
	border: none;
}
.customer-review-popup-wrap .modal-header .close {
	margin-top: -2px;
	position: absolute;
	left: -50px;
	background: #e06228;
	z-index: 111;
	opacity: 1111;
	color: #fff;
	font-weight: 300;
	width: 50px;
	height: 50px;
	top: 20px;
	font-size: 43px;
	border-radius: 10px 0px 0px 10px;
}
.customer-review-popup-wrap .modal-body {
	padding: 25px;
	height: 100vh;
	overflow: auto;
}
.customer-review-popup-wrap .modal-header {
	padding: 25px;
}
.customer-review-popup-wrap .category-cusotmer-review-wrap {
	padding-top: 20px;
}
.customer-review-popup-wrap .category-cusotmer-review-wrap {
	padding-top: 0;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
}
.right-reivew {
	border: 1px solid #ccc;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 24px;
	text-decoration: none !important;
	position: relative;
	top: -10px;
}
.customer-review-popup-wrap .progress {
	margin-bottom: 10px;
}
.customer-review-popup-wrap .category-cusotmer-review-wrap ul li h6 {
	font-family: 'Roboto';
	font-size: 12px;
}
.popup-guest-wraper {
	padding-top: 30px;
}
.popup-guest-wraper h4 {
	font-size: 18px;
	color: #070709;
	font-weight: 700;
}
.popup-guest-wraper ul {
	list-style: none;
	margin-top: 20px;
}
.popup-guest-wraper ul li {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
.popup-guest-wraper ul li .popup-user-info {
}
.popup-guest-wraper ul li .popup-user-info .popup-user-info-icon {
	width: 40px;
	height: 40px;
	background: #f0e3d0;
	border-radius: 50%;
	text-align: center;
	color: #baa07a;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	float: left;
	margin-right: 15px;
}
.popup-guest-wraper ul li h4 {
	position: relative;
	top: 10px;
	font-size: 16px;
}
.popup-review-text-wrap {
	margin-top: 8px;
}
.popup-review-text-wrap .review-date-wrap {
	font-family: 'Roboto';
	font-size: 14px;
}
.popup-review-text-wrap h4 {
	font-size: 30px !important;
}
.popup-review-text-wrap p {
	background: #f5f5f5;
	padding: 25px;
	margin-top: 25px;
	font-family: 'Roboto';
}
.navbar-toggle-btn a {
	background: #ca490c;
	width: 130px;
	height: 100px;
	position: absolute;
	right: 0;
	text-align: center;
	padding-top: 18px;
	z-index: 11111;
	top: 0;
	display: none;
}
.navbar-toggle-btn a img {
	margin-left: -10px
}
.price_call_btn a {
	text-align: center;
	display: block;
	background: #fb5a0f;
	padding: 15px;
	border: 6px solid #fff;
	box-shadow: 0 0 40px 0 #dbc9ad;
	border-radius: 15px;
	text-decoration: none;
	color: #fff;
	text-decoration: none;
	font-weight: 900;
	font-size: 16px;
}
.view-photot-btn strong {
	display: block;
}
.video-play-button, .video-play-button:after, .video-play-button:before {
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	display: block
}
.video-play-button {
	z-index: 10;
	top: 100%;
	box-sizing: content-box;
	width: 15px;
	height: 12px;
	background: #b50201
}
.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	width: 75px;
	height: 75px;
	background: #fff;
	animation: 1.5s ease-out infinite pulse-border
}
.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	background: #d3551a;
	transition: .2s;
	border: 4px solid #fff
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	top: -4px!important;
	border-left: 18px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 12px solid transparent !important
}
@keyframes pulse-border {
0% {
transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity:1
}
100% {
transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity:0
}
}
.detail-page-heading {
	font-size: 18px;
	color: #000;
	font-weight: 700;
}
.detail-heading-wraper p {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-align: center;
	line-height: 28px;
	font-family: Roboto, sans-serif;
}
.inner-page-detail {
	margin-top: 15px;
}
.rendom-space-heading {
	margin-top: 15px;
}
.listing-inner-page {
	list-style: none!important;
	font-size: 18px;
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 28px;
	padding-top: 15px;
	color: #000;
}
.listing-inner-page li {
	position: relative;
	padding-left: 20px;
	padding-top: 2px;
}
.listing-inner-page li:before {
	content: '';
	background: #fb5a0f;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 11px;
	border-radius: 50%;
}
.overview-section-wraper ul{
    list-style: none!important;
	font-size: 18px;
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 28px;
	padding-top: 15px;
	color: #000;

}
.overview-section-wraper ul  li {
	position: relative;
	padding-left: 20px;
	padding-top: 2px;
}
.overview-section-wraper ul  li:before {
	content: '';
	background: #fb5a0f;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 11px;
	border-radius: 50%;
}

.spacing-for-section {
	padding: 20px 0;
}
.inner-listing-wrp {
	padding-bottom: 0;
}
.inner-listing-wrp ul li:nth-child(1) {
	margin-top: 0
}
.inner-listing-wrp ul li:nth-child(2) {
	margin-top: 0
}
.inner-listing-wrp ul li:nth-child(3) {
	margin-top: 0
}
.call-to-inner-main-wraper {
	margin-bottom: 30px;
}
.add-cart-button a {
	display: block;
	height: 55px;
	background: #fb5a0f;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 8px;
	padding: 17px 0;
	font-weight: bold;
	text-decoration: none;
}
.add-cart-btn-quantity .input-group .form-control {
	height: 55px;
	text-align: center;
	box-shadow: none;
	outline: none;
}
.add-cart-btn-quantity .btn {
	display: inline-block;
	outline: none !important;
	box-shadow: none !important;
	padding: 17px 20px;
}
.booking-description h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px
}
.price-stock-wrap .line-through-price {
	font-size: 22px;
	text-decoration: line-through;
	margin: 0 15px;
	font-weight: 600;
	color: #666;
	position: relative;
	top: 3px
}
.price-stock-wrap strong {
	font-size: 25px;
	position: relative;
	top: 3px
}
.booking-text-info-wrap .category-book {
	display: block;
	font-size: 16px;
	color: #7e7e7e;
	font-family: 'Roboto';
}
.booking-page-info-wraper {
	background: #fff;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	margin-bottom:50px;
	margin-top: 50px;
}
.booking-page-info-wraper h5 {
	font-size: 30px;
	color: #381a0d;
	font-weight: 700;
	margin: 5px 0;
}
.booking-image-wrap {
	height: 370px;
	background-size: cover !important;
	border-radius: 15px
}
.booking-text-info-wrap p {
	font-weight: 400;
	font-family: 'Roboto';
	font-size: 14px;
	color: #7e7e7e;
	line-height: 22px;
}
.rating-trip-info {
	margin-left: -15px
}
.rating-trip-info a {
	color: #000;
	font-size: 18px;
	border-right: 1px solid #ccc;
	padding: 0 15px;
	font-weight: 400;
	text-decoration: none;
}
.rating-trip-info a i {
	color: #ff8d00;
}
.price-stock-wrap {
	margin-top: 5px;
}
.price-stock-wrap .stock-booking {
	padding: 8px 14px 6px 14px;
	border-radius: 6px;
	background: #fb5a0f;
	color: #fff;
	font-size: 11px;
	display: inline-block;
}
.booking-description {
	border-top: 1px solid #ccc;
	padding: 20px 0;
	margin-top: 20px;
}
.booking-cta-action-main-wraper {
	margin: 30px 0;
}

.listing-call-action-wrap strong {
    display: block;
    font-weight: 400;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 22px;
    padding: 8px 35px 0;
}
.call-to-action-main-wraper ul li:hover strong{
	color:#fff;
}
.error-page-wraper{
	padding:10px 0 80px 0;
	text-align:center;
}
.error-page-wraper h1{
	font-size:220px;
	font-weight:bold;
	color:#000;
}
.error-page-wraper  span{
	border:2px solid #ccc;
	padding:10px 0;
	display:block;
	width:40%;
	margin:0 auto;
	font-size:40px;
	text-transform:uppercase;
	color:#666;
	font-weight:bold
}
.error-page-wraper p{
	font-size:22px;
	padding-top:15px;
}
.button-back-home{
	margin-top:30px;
}
.button-back-home a{
	padding:16px 40px;
	background:#fb5a0f;
	text-decoration:none;
	font-size:16px;
	color:#fff;
	border-radius:6px
}
.button-back-home a:hover{
	background:#000;
}


.modal-open{
	padding-right:0 !important;
}
.popup-booking-wraper{
}
.popup-booking-wraper .modal-title{
	font-size:25px;
    color: #381a0d;
    font-weight: 700;
    margin: 5px 0;
}
.popup-booking-wraper .modal-header{
	border:none;
}

.popup-booking-wraper .modal-header .close{
    font-weight: 200;
    font-size: 36px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.popup-booking-wraper .modal-header {
    padding: 22px 20px 0px 18px;
}
.popup-booking-wraper .form-group .form-control {
    height:50px;
    border: 1px solid #ccc;
    padding-left: 25px;
    outline: none;
    box-shadow: none;
	padding-left:10px;
}

.popup-booking-wraper .modal-body{
	padding:10px 20px;
}
.textarea-group{
}
.textarea-group .form-control {
    border: 1px solid #ccc;
    padding-left: 25px;
    outline: none;
    box-shadow: none;
	padding-left:10px;
}
.popup-booking-wraper .modal-footer button{
    background: #fb5a0f;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 8px;
    padding:10px 20px;
    font-weight: bold;
    text-decoration: none;
	font-size:13px;
	border:none;
	outline:none;
}

/* CSS content */

/* CSS footer */


.footer-main-wraper {
	background: url(assets/images/footer-bg.jpg) no-repeat top;
	background-size: cover;
	padding: 10px 0 0px 0
}
.footer-logo-phone-wraper {
	border-bottom: 1px solid #fff;
	padding-bottom: 30px
}
.footer-phone-wrap {
	float: right;
	margin-top: 20px;
}
.footer-phone-wrap .footer-phone-icon {
	width: 50px;
	font-size: 50px;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}
.footer-phone-wrap .footer-phone-text {
	display: inline-block;
}
.footer-phone-wrap .footer-phone-text h4 {
	font-size: 23px;
	color: #fff;
	line-height: 22px;
}
.footer-phone-wrap .footer-phone-text strong {
	font-size: 18px;
	color: #fff;
}
.footer-location-wrap h4 {
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	position: relative;
}
.footer-location-wrap h4:before {
	content: "";
	position: absolute;
	width: 58px;
	height: 4px;
	background: #fff;
	bottom: -2px;
	border-radius: 10px
}
.footer-location-wrap ul {
	list-style: none;
}
.footer-location-wrap ul li {
	padding-right: 80px;
	color: #fff;
	padding-top: 20px;
}
.footer-location-wrap ul li strong {
	display: block;
	font-size: 18px;
}
.footer-location-wrap ul li p {
	font-size: 17px;
	font-family: 'Roboto';
	font-weight: 400;
}
.quick-links-wraper {
}
.quick-links-wraper h3 {
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	position: relative;
}
.quick-links-wraper h3:before {
	content: "";
	position: absolute;
	width: 58px;
	height: 4px;
	background: #fff;
	bottom: -2px;
	border-radius: 10px;
}
.quick-links-wraper ul {
	list-style: none;
	margin-top: 4px
}
.quick-links-wraper ul li {
	padding-top: 14px;
}
.quick-links-wraper ul li i {
	margin-right: 5px;
}
.quick-links-wraper ul li a {
	color: #fff;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	text-decoration: none;
}
.quick-links-wraper ul li a:hover {
	color: #5e250b;
}
.footer-copyright-wrap {
	padding: 25px 0;
	background: #7f3310;
	margin-top: 35px;
}
.copright-text {
	font-size: 14px;
	color: #fff;
	padding-top: 7px;
}
.footer-copyright-wrap p {
	font-size: 13px;
	color: #f6d3b3;
	font-family: 'Roboto';
}
.footer-copyright-wrap p img {
	width: 20%;
	margin-left: 15px;
}
.menusitebar-main-wraper {
	display: none;
}
.quick-links-wraper ul li a span {
	font-weight:503 !important;
	display: block;
	margin-bottom: 2px;
}
.sub_menu li {
	padding-top: 0!important;
	padding-left: 0!important;
}
.site-social-media-wrp a {
	text-decoration: none;
}
.site-social-media-wrp a img {
	width: 40px;
	height: 40px;
}
.arrow-caret-menu {
	display: none;
}
.close-btn {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	width: 80px;
	height: 70px;
	background: #ca490c;
	text-align: center;
	padding-top: 20px;
	display: none;
}
.op-adventure-wrap{
  font-family:'Poppins',Arial,Helvetica,sans-serif;
  background:#ffffff;
  padding:80px 0;
}
.op-adventure-wrap *{box-sizing:border-box;}
.op-container{width:92%;max-width:1500px;margin:0 auto;}

.op-adventure-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

/* Text side */
.op-adv-heading{
 font-size: 45px;
    color: rgb(56, 26, 13);
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
}
.op-adv-underline{
  width:80px;
  height:4px;
  background:#f5711d;
  border-radius:4px;
  margin-bottom:26px;
}
.op-adv-heading.reverse-order + .op-adv-underline{margin-left:0;}
.op-adventure-wrap p{
font-size: 18px;
    font-weight: 400;
    width: 100%;
    color: rgb(0, 0, 0);
    padding-bottom: 35px;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}
.op-adv-cta{
  display:inline-block;
  margin-top:10px;
  background:#f5711d;
  color:#fff;
  font-weight:700;
  padding:14px 32px;
  border-radius:50px;
  transition:.25s;
}
.op-adv-cta:hover{
  background:#d9590f;
  transform:translateY(-2px);
  color:#fff;
}

/* Image collage side */
.op-adv-collage{
  position:relative;
  min-height:460px;
}
.op-adv-collage img{
  border-radius:10px;
  box-shadow:0 18px 40px rgba(60,36,21,0.22);
  display:block;
  object-fit:cover;
}
.op-adv-img-main{
  width:72%;
  height:420px;
  position:relative;
  z-index:2;
}
.op-adv-img-accent{
  width:46%;
  height:230px;
  position:absolute;
  right:0;
  bottom:-30px;
  z-index:3;
  border:6px solid #fff;
}

/* Reversed layout variant (image left, text right) */
.op-adventure-grid.op-reverse .op-adv-text{order:2;}
.op-adventure-grid.op-reverse .op-adv-collage{order:1;}
.op-why-wrap{
  font-family:'Poppins',Arial,Helvetica,sans-serif;
  background:#f7f7f7;
  padding:80px 0;
}
.op-why-wrap *{box-sizing:border-box;}
.op-why-wrap .op-container{width:92%;max-width:1500px;margin:0 auto;}

.op-why-grid{
  display:grid;
  grid-template-columns:1.1fr 0.6fr;
  gap:60px;
  align-items:start;
}

.op-why-heading{
     font-size: 45px;
    color: rgb(56, 26, 13);
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
}
.op-why-underline{
  width:80px;
  height:4px;
  background:#f5711d;
  border-radius:4px;
  margin-bottom:26px;
}
.op-why-wrap p{
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    color: rgb(0, 0, 0);
    padding-bottom: 35px;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.op-why-subheading{
  font-size:24px;
  font-weight:700;
  color:#3c2415;
  margin:8px 0 18px;
}

.op-why-checklist{
  list-style:none;
  padding:0;
  margin:0 0 26px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px 24px;
}
.op-why-checklist li{
  position:relative;
  padding-left:32px;
  color:#3c2415;
  font-weight:600;
  font-size:18px;
  line-height:1.5;
}
.op-why-checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  width:22px;
  height:22px;
  background:#f5711d;
  color:#fff;
  font-size:.75rem;
  font-weight:700;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.op-why-mission{
  border-left:4px solid #f5711d;
  padding-left:20px;
  color:#4a4a4a;
  font-style:italic;
}

/* Image side */
.op-why-media{
  position:relative;
}
.op-why-media img{
  width:100%;
  height:440px;
  object-fit:cover;
  border-radius:10px;
  box-shadow:0 18px 40px rgba(60,36,21,0.22);
  display:block;
}
.op-why-caption{
  background:#fff;
  border-radius:10px;
  box-shadow:0 12px 28px rgba(60,36,21,0.16);
  padding:20px 26px;
  margin-top:-40px;
  margin-left:30px;
  position:relative;
  z-index:2;
  max-width:80%;
}
.op-why-caption strong{
  display:block;
  color:#f5711d;
  font-size:1.5rem;
  font-weight:800;
}
.op-why-caption span{
  color:#3c2415;
  font-size:.9rem;
  font-weight:600;
}


/* CSS footer */

/* CSS media */

@media (max-width:1510px) and (min-width:1170px) {
.call-btn-header .text-icon {
	width: 55px;
}
.header-navigation-wrap ul li a span {
	padding: 10px;
}
.navbar-nav>li>a {
	font-size: 14px;
}
}
@media (max-width:1425px) and (min-width:1170px) {
.call-btn-header {
	padding: 14px 55px;
}
}
 @media (max-width:1380px) and (min-width:1170px) {
.header-navigation-wrap ul li a span {
	padding: 8px;
}
.call-btn-header {
	padding: 14px 35px;
}
.slider-main-wraper {
	padding-left: 150px;
}
.detail-product-wraper .work-img {
	height: 230px;
	overflow: hidden;
}
.detail-product-wraper .view-photot-btn {
	height: 230px;
}
.detail-product-wraper .big-work-img-wrap {
	height: 460px !important;
}
}
 @media (max-width:1340px) and (min-width:1170px) {
.header-navigation-wrap ul li a {
	font-weight: 800;
	font-size: 12px;
}
.header-navigation-wrap ul li a {
	padding: 42px 0;
}
.detail-product-wraper {
}
}
@media (max-width:1240px) and (min-width:1170px) {
.call-btn-header {
	padding: 18px 30px;
}
.header-navigation-wrap ul li a span {
	padding: 6px;
}
.navbar-nav>li>a {
	font-size: 12px;
}
.call-btn-header {
	padding: 13px 20px;
}
.slider-main-wraper {
	padding-left: 100px;
}
.detail-product-wraper .work-img {
	height: 205px;
	overflow: hidden;
}
.detail-product-wraper .view-photot-btn {
	height: 205px;
}
.detail-product-wraper .big-work-img-wrap {
	height: 460px !important;
}
.detail-product-wraper .gallery-wrap {
	height: 390px;
	margin-top: 1px;
}
}
@media (max-width:1200px) and (min-width:1170px) {
.work-img {
	height: 208px;
}
.view-photot-btn {
	height: 207px;
	padding-top: 50px;
}
.big-work-img-wrap {
	height: 415px !important;
}
.gallery-wrap {
	height: 410px;
}
}
 @media screen and (max-width:1169px) {
.header-navigation-wrap {
	display: none;
}
.close-btn {
	display: block;
}
.arrow-caret-menu {
	display: block;
	position: absolute;
	top: 25px;
	right: 15px;
	background: #d04606;
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 7px;
}
.arrow-caret-menu img {
	width: 40%;
}
.header-navbar-wrap {
	display: none;
}
.navbar-collapse.collapse {
	padding-left: 0;
}
.navbar-toggle-btn a {
	display: block;
}
.dropdown-site-menu {
	position: static;
}
.header-navbar-wrap {
	position: fixed;
	right: 0;
	top: 0;
	width: 323px;
	height: 100vh;
	background: #fb5a0f;
	z-index: 11111111;
	overflow: auto;
}
.header-navbar-wrap ul {
	text-align: left;
	margin-top: 100px;
}
.header-navbar-wrap ul li {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #d04c0f;
}
.navbar-nav>li>a {
	font-size: 14px;
}
.header-navbar-wrap ul li a {
	padding: 21px 24px;
	display: inline-block;
}
.detail-product-wraper {
	margin-top: 3px;
}
.dropdown-site-menu {
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	margin: 25px 0 0;
}
.dropdown-site-menu a {
	display: block !important;
}
.call-btn-header {
	display: none;
}
.menu-btn {
	width: 100px;
	height: 100px;
}
.picture-gallery-wraper {
	margin-top: 0;
}
.picture-gallery-wraper ul {
	margin-top: 2px;
}
.bar {
	left: 33px;
}
.header-main-wraper {
	height: 101px;
}
.listing-what-offer-text {
	padding: 25px 12px;
}
.slider-main-wraper {
	padding-left: 100px;
}
.watsapp-icon {
	width: 8%;
}
.menusitebar-main-wraper {
	display: block;
}
.work-img {
	height: 208px;
}
.view-photot-btn {
	height: 207px;
	padding-top: 50px;
}
.big-work-img-wrap {
	height: 415px !important;
}
.gallery-wrap {
	height: 410px;
}
.gallery-wrap {
	height: 445px;
}
.collapse {
	display: block !important;
}
}
 @media screen and (max-width:990px) {
.about-image {
	display: none;
}
.about-main-wraper {
	background: #ffe6db;
}
.slider-main-wraper {
	padding-left: 0px;
}
.about-main-wraper h2:before {
	width: 1100px;
	right: -53%;
}
.site-logo {
	width: 135px;
}
.menu-btn {
	height: 99px;
}
.what-we-offer-wraper {
	padding: 60px 0;
}
.what-we-offer-wraper h2:before {
	left: -74%;
}
.what-we-offer-wraper p {
	width: 80%;
}
.what-we-offer-wraper ul li .listing-what-offer-wrap {
	margin-bottom: 45px;
}
.listing-what-offer-text p {
	width: 100%
}
.choose-listing-wrap {
	margin-right: 0;
}
.footer-location-wrap {
	margin-bottom: 30px;
}
.quick-links-wraper {
	margin-bottom: 30px;
}
.about-main-wraper h2:before {
	width: 800px;
	right: auto;
	left: -42%;
}
.call-to-action-main-wraper {
	height: auto;
	margin-bottom: 40px;
}
.inner-pricing-list-wraper ul li a {
	margin-bottom: 30px;
}
.picture-gallery-wraper {
	padding: 60px 0;
}
.picture-gallery-wraper p {
	padding: 0;
	padding-bottom: 60px
}
.video-main-waper .video-heading {
	text-align: center;
	width: 68%;
	margin: 0 auto;
}
.video-main-waper {
	padding: 80px 0;
}
.faq-listing-main-wraper .wrapper {
	width: 90%
}
.work-img {
	height: 160px;
}
.view-photot-btn {
	height: 160px;
	padding-top: 40px;
}
.view-photot-btn {
	font-size: 16px;
}
.gallery-wrap {
	height: 318px;
}
.what-we-offer-wraper p {
	width: 100%;
}
.what-we-offer-wraper ul li:nth-child(1) {
	margin-top: 0px;
}
.what-we-offer-wraper ul li:nth-child(3) {
	margin-top: 0px;
}
}
 @media screen and (max-width:880px) {
.slider-main-wraper {
	text-align: center;
}
}
 @media screen and (max-width:768px) {
.slider-main-wraper {
	padding: 100px 0;
}
.watsapp-icon {
	width: 12%;
	bottom: 10px;
}
.slider-main-wraper h1 {
	font-size: 50px;
	line-height: 57px !important;
}
.slider-main-wraper h1 strong {
	font-size: 100px;
}
.slider-main-wraper h1 span {
	font-size: 50px;
}
.about-main-wraper {
	padding: 40px 0;
}
.container {
	padding: 0 35px;
}
.what-we-offer-wraper {
	padding: 40px 0;
}
.what-we-offer-wraper ul {
	margin-top: 40px;
}
.what-we-offer-wraper p {
	width: 100%;
}
.detail-contact-info {
	margin-top: 22px;
	float: none;
}
.inner-pricing-list-wraper h2 {
	font-size: 35px;
}
.work-img {
	height: 140px;
}
.big-work-img-wrap {
	height: 280px !important;
}
.view-photot-btn {
	height: 140px;
	padding-top: 30px;
}
.gallery-wrap {
	height: auto;
}
.video-main-waper .video-heading h4 {
	font-size: 40px;
}
.navbar-toggle-btn a {
	height: 99px;
}
.slider-main-wraper .banner-title {
	font-size: 28px;
	line-height: 40px;
}
.slider-main-wraper .banner-title span {
	font-size: 35px;
}
.slider-main-wraper .banner-title strong {
	font-size: 60px;
}
.sticky-phone {
	left: -77px;
	top: 48%;
	width: 230px;
	z-index: 111;
}
.header-main-wraper {
	height: 88px;
}
.site-logo {
	width: 100px;
}
.navbar-toggle-btn a {
	height: 86px;
	width: 116px;
	padding-top: 12px;
}
.about-main-wraper {
	background: #fff;
}
.gallery-wrap{
	height:560px;
}
	 .slider-main-wraper .banner-description{
		 width:100%;
	 }
}
 @media screen and (max-width:580px) {
.about-main-wraper h1 {
	font-size: 29px;
}
.about-main-wraper h1:before {
	background: none;
}
.about-text-wraper ul {
	margin-top: 0;
}
.about-text-wraper ul li {
	margin-top: 0;
}
.what-we-offer-wraper h2:before {
	background: none;
}
.what-we-offer-wraper h2 {
	font-size: 29px;
	margin-bottom: 10px;
}
.what-we-offer-wraper {
	padding: 20px 0;
}
.what-we-offer-wraper ul {
	margin-top: 0px;
}
.why-choose-main-wraper {
	padding: 20px 0 10px;
}
.heading-why-list h2 {
	font-size: 40px;
	color: #381a0d;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
}
.heading-why-list h2:before {
	background: none;
}
.heading-why-list p {
	font-size: 18px;
	padding-right: 0;
}
.sticky-phone {
	left: -77px;
	top: 48%;
	width: 213px;
	z-index: 111;
}
.choose-listing-wrap .choose-listing-image {
	height: auto;
}
}

@media(max-width:980px){
  .op-adventure-grid{grid-template-columns:1fr;gap:40px;}
  .op-adventure-grid.op-reverse .op-adv-text{order:1;}
  .op-adventure-grid.op-reverse .op-adv-collage{order:2;}
  .op-adv-collage{min-height:380px;}
  .op-adv-img-main{width:78%;height:340px;}
  .op-adv-img-accent{width:52%;height:190px;bottom:-20px;}
   .op-why-grid{grid-template-columns:1fr;gap:36px;}
  .op-why-checklist{grid-template-columns:1fr;}
  .op-why-media img{height:340px;}
  
}
@media(max-width:600px){
  .op-adventure-wrap{padding:50px 0;}
  .op-adv-heading{font-size:1.6rem;}
  .op-adv-collage{min-height:320px;}
  .op-adv-img-main{width:82%;height:280px;}
  .op-adv-img-accent{width:56%;height:150px;bottom:-16px;}
   .op-why-wrap{padding:50px 0;}
  .op-why-heading{font-size:1.6rem;}
  .op-why-caption{margin-left:14px;max-width:90%;padding:16px 20px;}

  .op-closing-wrap{padding:44px 0;}
  .op-closing-heading{font-size:1.5rem;}
  .op-closing-contacts{flex-direction:column;align-items:center;}
  .op-closing-contacts a{width:100%;max-width:280px;justify-content:center;}
}



/* CSS media */
