@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Yeseva+One&display=swap');


html {

	scroll-behavior: smooth;

}

body {
	font-family: "Jost", sans-serif;
}

p {
	color: #4F4F4F;
	font-size: 17px;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	font-family: "Jost", sans-serif;
}


.text-red {
	color: #AD0000 !important;
	font-size: 12px
}

.img-fullwidth {
	width: 100%
}


.header {
	position: absolute;
	width: 100%;
	z-index: 111;
}

.header .row {
	margin-left: -5px;
	margin-right: -5px;
}

.header .col-lg-4,
.header .col-4 {
	padding-left: 5px;
	padding-right: 5px;
}

.header .navbar-collapse {
	padding: 0
}

.header .topbar {
	background-color: #e7b962;
	padding: 5px 0
}

.header .social {
	margin: 40px 0;
	text-align: center;
}

.header .social li {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin-right: 20px;
}

.header .social li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0
}

.header .social li a {
	color: #fff;
}

.header .logo {
	margin: 8px 0;
	text-align: center;
}

.header .header-menu {
	z-index: 3333;
	margin: 30px 0;
	text-align: center;
}

.header .navbar {
	background: 0;
	box-shadow: none;
	border: 0;
	position: relative;
	padding: 0
}

.navbar-nav {
	display: block
}

.header .nav li {
	position: relative;
	display: inline-block;
}

.header .nav li:last-child {
	margin-right: 0
}

.header .nav li a {
	color: #fff;
	font-size: 14px;
	padding: 10px 13px;
	display: block;
	position: relative;
	text-shadow: none;
	font-weight: 300;
}

.header .nav li:hover a,
.header .nav li.active a {
	color: #d09a3f;
}

.header .nav li a i {
	margin-left: 5px
}

.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	margin: 0
}

.header .nav li:hover .dropdown {
	transform: scale(1.0);
	opacity: 1;
	visibility: visible
}

.header .nav li .dropdown li {
	float: none;
	margin: 0;
	border: 0
}

.header .nav li .dropdown li a {
	padding: 10px 15px;
	color: #252525;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent
}

.header .nav li .dropdown li i {
	float: right
}

.header .nav li .dropdown li:hover a {
	color: #252525
}

.header .nav li .dropdown.submenu {
	left: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5)
}

.header .nav li .dropdown li:hover .dropdown.submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0)
}

.header .nav li .dropdown li .dropdown.submenu li a {
	color: #777;
	background: transparent
}

.header .nav li .dropdown li .dropdown.submenu li:hover a {
	color: #252525
}

.header .button {
	text-align: center
}

.header .button .btn {
	margin-top: 0;
	color: #fff;
	border-radius: 0;
	box-shadow: none;
	padding: 8px 25px;
	background: #f60;
	border: 1px solid transparent
}

.header .button .btn:hover {
	color: #252525;
	background: transparent;
	border-color: #e6e6e6
}


.home-slider {
	position: relative;
	overflow: hidden;

}

/*@-webkit-keyframes zoom {
    from {
    	-webkit-transform: scale(1,1);
    }
    to {
    	-webkit-transform: scale(1.5,1.5);
    }
}

 
@keyframes zoom {
   from {
        transform: scale(1,1);
   }
   to {
        transform: scale(1.5,1.5);
   }
}


.home-slider img {
    -webkit-animation: zoom 20s;  
    animation: zoom 20s; 
} 
.home-slider img{-webkit-transition:all ease-in-out 4s;-o-transition:all ease-in-out 4s;transition:all ease-in-out 4s; display: block; animation: 12s autoplay2 infinite ease-in-out}
.home-slider:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);  }*/
.home-slider .overlay {
	position: relative
}

.home-slider .overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background: #000;
	content: "";
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.home-slider .single-slider {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	position: relative;
	overflow: hidden;
}

.home-slider .single-slider:before {
	opacity: 0.1;
}

.home-slider .single-slider .slider-text {
	position: absolute;
	bottom: 30px;
	right: 30px;
	text-align: center;
	font-family: 'Cormorant', serif;

}

.home-slider .single-slider h2 {
	font-size: 48px;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 15px;
	text-shadow: 0 0 3px #000, 0 0 5px #000;
}

.home-slider .single-slider h1 {
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 0 3px #000, 0 0 5px #000;
}

.home-slider .single-slider p {
	font-size: 24px;
	color: #fff;
	text-shadow: 0 0 3px #000, 0 0 5px #ccc;
}

.home-slider .single-slider .button {
	margin-top: 10px;
}

.home-slider .single-slider .btn {
	margin-right: 15px;
	color: #000;
	font-size: 16px;
	background: #fff;
	position: relative;
	z-index: 3;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.home-slider .single-slider .btn:hover {
	background: #d12326;
	color: #000;
}

.home-slider .single-slider .btn.primary {
	color: #000;
}

.home-slider .single-slider .btn.primary:before {
	background: #fff;
}

.home-slider .single-slider .btn.primary:hover {
	color: #252525;
	background: transparent;
}

.home-slider .single-slider .btn:last-child {
	margin-right: 0px;
}

/* Slider Meta */
.home-slider .owl-carousel .owl-nav div {
	height: 55px;
	width: 55px;
	line-height: 55px;
	top: 50%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin: -30px 0 0 0;
}

.home-slider .owl-carousel .owl-nav div:hover {
	background: #000;
}

.home-slider .owl-carousel .owl-nav .owl-prev {
	left: 15px;
}

.home-slider .owl-carousel .owl-nav .owl-prev:hover {
	left: 25px;
}

.home-slider .owl-carousel .owl-nav .owl-next {
	right: 15px;
}

.home-slider .owl-carousel .owl-nav .owl-next:hover {
	right: 25px;
}

.wel-rdmsj {
	padding: 40px 0;
	background: #fff
}

.wel-rdmsj h2 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #000;
	text-align: left;
	font-size: 58px;
	font-family: Cormorant, serif
}

.hmvideo {
	padding: 0;
}

.hmvideo .single-event {
	margin: 5px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	padding: 0
}

.hmvideo .single-event:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
	box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.hmvideo .single-event img {
	width: 100%
}

.hmvideo .single-event .head {
	position: relative
}

.hmvideo .single-event .head .btttn {
	position: absolute;
	top: 40%;
	left: 40%;
	padding: 10px 15px;
	color: #000;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 35;
	background: #fff;
	border-radius: 50%;
}

.hmvideo .single-event:hover .head .btttn {
	background: #000;
	color: #fff
}

.hmvideo .single-event .head .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 35;
	background: #000
}

.hmvideo .single-event:hover .head .btn {
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.hmvideo .single-event .head .btn:hover {
	background: #fff;
	color: #252525
}

.hmvideo .single-event .head.overlay:before {
	opacity: 0;
	visibility: hidden;
	z-index: 34
}

.hmvideo .single-event:hover .head.overlay:before {
	opacity: .5;
	visibility: visible
}

.about-real {
	padding: 60px 0;
}

.about-real h1 {
	color: #d1a640;
	font-size: 40px;
	font-family: "Yeseva One", serif;
	margin: 0 0 15px 0;
	padding: 0
}

.about-real h1 small {
	font-size: 14px;
	text-transform: uppercase;
	color: #4f4f4f;
	font-family: Urbanist, sans-serif
}

.about-real h4 {
	color: #4f4f4f;
	font-size: 24px;
	font-family: "Yeseva One", serif;
	margin: 0px 0;
	padding: 0;
	line-height: 40px
}

.about-real h3 {
	margin: 40px 0
}

.about-real h3 a {
	color: #4f4f4f;
	border-bottom: #3e3e3e 1px solid;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 24px
}

.about-real p {
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align: justify;
	color: #545454;
}

.about-real .abbg {
	background: #d0a43b;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	margin-top: 25px
}

.about-real .abbg p {
	color: #1C1C1C;
	font-style: italic
}

.safari-tour {
	margin: 0;
	padding: 40px 0;
	background: #fff
}

.safari-tour .row {
	margin-left: -5px;
	margin-right: -5px;
}

.safari-tour .col-md-4,
.safari-tour .col-6 {
	padding-left: 5px;
	padding-right: 5px;
}

.safari-tour h1 {
	text-align: center;
	font-size: 45px;
	color: #d0a43b;
	font-family: "Yeseva One", serif;
	margin-bottom: 20px
}

.safari-tour h2 {
	font-size: 40px;
	color: #d0a43b;
	font-family: "Yeseva One", serif;
	margin-bottom: 20px
}
.safari-tour h4 {
	font-size: 18px;
	color: #d0a43b;
	margin-bottom: 20px
}
.safari-tour h4 a {
	color: #323232;
}

.stbox {
	margin: 5px 0;
	padding: 0
}

.stbox h3 {
	font-size: 18px;
	color: #343434;
	font-family: 'EB Garamond', serif;
	margin: 5px 0;
	padding: 0
}

.stbox img {
	border-radius: 5px
}

.stbox p {
	margin: 5px 0;
	font-family: 'EB Garamond', serif;
	padding: 0;
	color: #91909b;
	font-size: 16px
}

.stbox .button {
	margin-top: 10px;
	font-family: 'EB Garamond', serif
}

.stbox .btn {
	color: #fff;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 4px 15px;
	border: #d0a43b 1px solid;
	background: #d0a43b;
	font-size: 16px
}

.stbox .btn:hover {
	color: #fff
}

.propbox svg {
	width: 25px;
	height: 25px;
}

.propbox {
	margin: 5px 0;
	background: #f9f3e4;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	position: relative;
	border: #e8e9ee 1px solid;
	border-radius: 10px;
	overflow: hidden;
	min-height: 428px;
}


.propbox h2 {
	font-family: "Jost", sans-serif;
	margin: 10px 0;
	padding: 0;
	font-size: 18px;
	min-height: 38px;
	color: #323232;
}

.propbox h2 a {
	color: #323232;
}

.propbox p {
	font-size: 16px;
	line-height: 26px;
	margin: 0px 0px 5px 0px !important;
	color: #545454;
}

.propbox p span {
	text-decoration: line-through;
}

.propbox h3 {
	margin: 12px 0;
	padding: 0;
	font-size: 14px
}

.propbox h3 i {
	font-size: 16px;
	color: #182d62
}

.propbox .button {
	margin-top: 2px;
}

.propbox .btn {
	color: #685118;
	text-transform: capitalize;
	border-radius: 30px;
	padding: 8px 10px;
	border: #685118 1px solid;
	font-size: 16px;
	font-family: "Jost", sans-serif;
	display: block;
}

.propbox .btn:hover {
	color: #685118
}

.propbox .rating {
	position: relative;
	font-size: 14px;
	z-index: 2;
	line-height: 20px;
	color: #ffd203
}

.propbox .rating i {
	margin-right: 2px
}

.whbtn {
	border: #0A6006 1px solid !important;
	color: #0A6006 !important
}

.lonely {
	background: #f9f3e4;
	padding: 40px 0;
	position: relative
}

.lonely-in {
	margin: 0;
	padding: 20px;
	background: #fff
}

.lonely-in .border {
	border: #d0a43b 1px solid !important;
	padding: 15px 10px
}

.lonely-in .border h2 {
	text-align: center;
	font-size: 60px;
	line-height: 56px;
	color: #000;
	margin: 15px 0;
	padding: 0 0 15px 0;
	background: url(../images/border.png) center bottom no-repeat;
	font-family: Cormorant, serif
}

.lonely-in .border h2 small {
	font-size: 30px
}

.lonely-in .border h6 {
	text-align: center;
	font-size: 20px;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Cormorant, serif
}

.lonely-in .border .lbox {
	margin: 10px 0;
	text-align: center;
	padding: 0
}

.lonely-in .border .lbox h3 {
	font-size: 14px;
	margin: 5px 0;
	text-align: center;
	color: #333
}

.lonely-in .border .lbox p {
	font-size: 16px;
	margin: 5px 0;
	line-height: 20px;
	font-family: "Yeseva One", serif;
	text-align: center;
	color: #935f0c
}

.lonely-in .border .button {
	margin-top: 20px;
	text-align: center;
	font-family: 'EB Garamond', serif
}

.lonely-in .border .btn {
	color: #d0a43b;
	text-transform: uppercase;
	padding: 8px 25px;
	border: #d0a43b 2px solid;
	background: #fff;
	font-size: 16px
}

.lonely-in .border .btn:hover {
	color: #d0a43b
}

.jaisalmer-tour {
	margin: 0;
	padding: 40px 0;
	background: #f9f3e4;
}

.jaisalmer-tour h2 {
	text-align: center;
	font-size: 40px;
	color: #d0a43b;
	font-family: "Yeseva One", serif;
	margin-bottom: 20px
}

.jaisalmer-tour .row,
.related-things .row {
	margin-left: -5px;
	margin-right: -5px;
}

.jaisalmer-tour .col-md-4,
.jaisalmer-tour .col-6,
.related-things .col-md-4,
.related-things .col-6 {
	padding-left: 5px;
	padding-right: 5px;
}

.jaibox {
	margin: 15px 0;
	padding: 0;
	position: relative;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .4)
}

.best-item {
	height: 300px;
	background-position: 0 0, 50%;
	background-size: auto, cover;
	flex-direction: column;
	flex: 0 auto;
	justify-content: flex-end;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	position: relative
}

.best-item h3 {
	letter-spacing: 0.5px;
	color: #fff;
	font-size: 21px;
	text-transform: capitalize;
	font-family: "Yeseva One", serif;
	text-align: center
}

.experiences {
	margin: 0;
	padding: 0 0 40px 0;
	background: #fff
}

.exptxt {
	color: #d96186 !important
}

.expstrip {
	margin: 0;
	padding: 30px 0;
	position: relative;
	background: url(../images/grid-tile.jpg)
}

.expactivities {
	margin: 0;
	padding: 0;
	position: relative
}

.expactivities .col-md-5,
.expactivities .col-md-7,
.expactivities .row {
	margin: 0;
	padding: 0
}

.expimg {
	position: relative
}

.expimg::before {
	content: '';
	position: absolute;
	width: 94%;
	height: 94%;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
	z-index: 1;
	left: 3%;
	top: 3%;
	left: calc(20px - 10px);
	top: calc(20px - 10px)
}

.eatext {
	padding: 50px 0;
	align-content: center;
	align-content: flex-start;
	align-items: center;
	display: flex;
	height: 100%
}

.eatext .bg-white {
	background: #fff;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .1);
	position: relative;
	padding-bottom: 45px;
	padding-left: 45px;
	margin-right: -45px;
	z-index: 111
}

.eatext .bg-white .bg-pink {
	background: #ffe8ef;
	padding: 50px;
	margin-top: -45px;
	margin-right: -45px;
	position: relative
}

.eatext h2 {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-family: "Yeseva One", serif;
	font-size: 36px;
	text-transform: uppercase;
	color: #0f0f0f;
	position: relative
}

.eatext h2::before {
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #ed5632;
	content: "";
	width: 100px;
	height: 2px
}

.eatext p {
	font-weight: 300;
	text-align: justify;
	font-size: 14px;
	margin-bottom: 10px
}

.eatext p a {
	text-decoration: underline;
	color: #ed5632;
	font-size: 16px
}

.car-rental {
	margin: 0;
	padding: 100px 0 40px 0;
	background: #fff
}

.car-rental .border-bottom {
	border-bottom: #000 1px solid;
	padding-bottom: 50px
}

.cartext {
	padding: 0;
	align-content: center;
	align-content: flex-start;
	align-items: center;
	display: flex;
	height: 100%
}

.cartext h2 {
	margin: 0 0 15px 0;
	font-family: "Yeseva One", serif;
	font-size: 32px;
	text-transform: uppercase;
	color: #d0a43b;
	position: relative
}

.cartext p {
	font-size: 14px;
	margin: 0;
	text-align: justify
}

.cartext .button {
	margin-top: 20px;
	font-size: 14px
}

.cartext .btn {
	color: #fff;
	text-transform: uppercase;
	padding: 6px 15px;
	border: #d0a43b 1px solid;
	background: #d0a43b
}

.cartext .btn:hover {
	color: #fff
}

.car-rental:hover .owl-nav {
	opacity: 1;
	visibility: visible
}

.car-rental .owl-carousel .owl-nav div {
	height: 48px;
	width: 30px;
	line-height: 48px;
	top: 50%;
	background: #d0a43b;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	margin-top: -24px
}

.car-rental .owl-carousel .owl-nav div:hover {
	color: #fff
}

.car-rental .owl-carousel .owl-nav .owl-prev {
	left: -75px
}

.car-rental .owl-carousel .owl-nav .owl-prev:hover {
	left: -65px
}

.car-rental .owl-carousel .owl-nav .owl-next {
	right: -75px
}

.car-rental .owl-carousel .owl-nav .owl-next:hover {
	right: -65px
}

.lets-visit {
	margin: 30px 0;
	padding: 0px;
	position: relative;
	z-index: 111
}

.lets-visit .bg {
	padding: 30px;
	position: relative;
	background: #FFF;
	border: #f1f1f1 10px double;
	box-shadow: 0 3px 6px 3px rgba(29, 20, 20, 0.07)
}

.lets-visit h2 {
	margin: 0 0 15px 0;
	font-family: 'EB Garamond', serif;
	fonst-size: 36px;
	text-transform: uppercase;
	font-weight: 400;
	color: #53565a
}

.eformtxt {
	margin: 10px auto;
	padding: 0;
	position: relative
}

.eformtxt h3 {
	color: #2a2a2a;
	font-size: 18px;
	font-family: "Yeseva One", serif;
	margin-bottom: 20px
}

.eformtxt label {
	color: #fff
}

.eformtxt .form-group {
	margin-bottom: 15px
}

.eformtxt .input-box {
	position: relative
}

.eformtxt .input-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 222
}

.eformtxt .input-icon i {
	color: #71828d
}

.eformtxt .form-control {
	background: transparent;
	height: 40px;
	outline: 0;
	border-radius: 0px;
	border: 1px solid #ebebeb;
	box-shadow: none;
	font-size: 14px;
}

.eformtxt .input-box .form-control {
	padding-left: 5px;
	color: #2a2a2a;
}

.eformtxt .input-box .form-control::placeholder {
	color: #555;
}

.eformtxt textarea.form-control {
	height: 125px;
	padding-top: 12px
}

.eformtxt .check-box {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 14px;
	user-select: none
}

.eformtxt .btn {
	color: #fff;
	text-transform: uppercase;
	background: #d0a43b;
	padding: 13px 25px;
	font-size: 14px;
	border: none
}

/*.footer{padding:30px 0;background:#f9f3e4;position:relative;font-family:neutraface_textbook}*/
.footer {
	padding: 0;
	background: #1c1c1c;
	position: relative;
}

.footer p {
	color: #707070;
	font-size: 14px;
	text-align: justify;
}

.footer .footer-top {
	padding: 40px 0 40px;
}

.footer .flogo {
	text-align: center;
}

.footer .single-widget {
	margin: 15px 0;
}

.footer .single-widget h2 {
	font-size: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #fff;
	position: relative;
	font-family: "Yeseva One", serif;
}

.footer .single-widget h2:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	width: 100px;
	background: #fff;
	height: 1px;
}

.footer .fb {
	margin: 25px 0;
	padding: 0;
	padding-left: 20px;
	border-left: #bdbdbd 2px solid;
}

.footer .fb h6 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #bdbdbd;
	font-size: 12px;
}

.footer .fb p {
	font-size: 22px;
	font-family: 'Cormorant', serif;
}

.footer .fb p a {
	color: #bdbdbd;
}

.footer .about li {
	line-height: 30px;
	color: #bdbdbd;
	font-size: 16px;
	list-style: none;
}

.footer .about li a {
	color: #bdbdbd;
}

.footer .about li i {
	margin-right: 5px;
	color: #bdbdbd;
}

.footer .list {}

.footer .list li {
	line-height: 30px;
	color: #bdbdbd;
	list-style: none;
	float: left;
	width: 32%;
	font-size: 14px;
	margin-right: 1%;
}

.footer .list li a {
	color: #bdbdbd;
}

.footer .list li i {
	margin-right: 5px;
	color: #bdbdbd;
}

.footer .useful-links ul li {
	position: relative;
	line-height: 30px;
	list-style: none;
}

.footer .useful-links ul li a {
	color: #bdbdbd;
	font-size: 14px;
}

.footer .useful-links ul li i {
	margin-right: 5px;
	color: #bdbdbd;
}

.footer .footer-bottom {
	background: #fff;
}

.footer .bottom-head {
	padding: 10px 0;
}

.footer .copyright {
	margin: 0;
}

.footer .copyright p {
	color: #000;
	line-height: 34px;
	font-size: 16px;
	text-transform: capitalize;
}

.footer .copyright a {
	color: #000;
}

.footer .copyright a:hover {
	color: #000;
}

.footer .social {
	margin: 10px 0px;
}

.footer .social li {
	display: inline-block;
	margin: 0 20px 0 0;
	text-align: center;
	color: #bdbdbd;
	font-size: 24px;
}

.footer .social li i {
	margin: 0 !important;
	color: #bdbdbd;
}

.footer .social li a {
	color: #bdbdbd !important;
}

#enqbtn {
	right: 20px;
	z-index: 999;
	font-size: 18px;
	bottom: 5px;
	padding: 8px 20px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
	color: #1C1C1C;
	background: #D0A43B;
	position: fixed;
}

#enqbtn:hover {
	background: #000;
	color: #fff;
	bottom: 15px;
}

.request-brouchure {
	margin: 0;
	padding: 0;
}

.request-brouchure .modal-header {
	border: none;
}

.request-brouchure .modal-body {
	margin: 0;
	padding: 15px;
}

.request-brouchure h2 {
	margin: 0;
	padding: 0;
	font-family: "Yeseva One", serif;
	font-size: 30px;
	line-height: 1.2;
	color: rgb(66, 66, 66);
}

.request-brouchure p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	color: #2a2a2a;
	line-height: 1.8;
}

.request-brouchure p a {
	text-decoration: underline;
	color: #000;
}

.request-brouchure .form-column {
	padding: 0;
}

.request-brouchure .form-column h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: 'Cormorant', serif;
	font-size: 22px;
	line-height: 1.2;
	color: rgb(66, 66, 66);
}

.request-brouchure .form-content .form-group {
	position: relative;
	margin-bottom: 15px;
	font-size: 14px;
}

.request-brouchure .form-content .form-group input[type='text'],
.request-brouchure .form-content .form-group input[type='email'],
.request-brouchure .form-content .form-group select,
.request-brouchure .form-content .form-group textarea {
	width: 100%;
	font-size: 14px;
	padding: 10px 8px;
	background: rgb(246, 243, 238) none repeat scroll 0% 0%;
	color: black;
	border: 1px solid rgb(215, 211, 204);
	border-radius: 0px;
	transition: all 500ms ease;
}

.request-brouchure .form-content .form-group button {
	padding: 8px 25px;
	text-transform: uppercase;
	font-size: 14px;
}

.events {
	padding: 0;
	background: #fff
}

.events .section-title {
	text-align: center;
	margin-bottom: 20px;
	padding: 0
}

.events .section-title h4 {
	font-family: 'poppinsregular';
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: #fff
}

.events .section-title h2 {
	font-size: 40px;
	padding-bottom: 12px;
	color: #fff;
	position: relative;
	margin-bottom: 18px
}

.events .section-title h2::before {
	position: absolute;
	left: 50%;
	content: "";
	width: 50px;
	height: 3px;
	background: #fff;
	bottom: -1px;
	margin-left: -25px
}

.events p {
	color: #777;
	line-height: 26px;
	text-align: justify;
	margin: 0 0 20px
}

.events .single-event {
	margin: 15px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
	box-shadow: 0 0 10px rgba(0, 0, 0, .25);
	padding: 0
}

.events .single-event:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
	box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.events .single-event img {
	width: 100%
}

.events .single-event .head {
	position: relative
}

.events .single-event .head .btttn {
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding: 10px 15px;
	color: #fff;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 35;
	background: #000
}

.events .single-event:hover .head .btttn {
	background: #fff;
	color: #000
}

.events .single-event .head .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 35;
	background: #000
}

.events .single-event:hover .head .btn {
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.events .single-event .head .btn:hover {
	background: #fff;
	color: #252525
}

.events .single-event .head.overlay:before {
	opacity: 0;
	visibility: hidden;
	z-index: 34
}

.events .single-event:hover .head.overlay:before {
	opacity: .5;
	visibility: visible
}

.events .event-content {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	background: #fff
}

.events .event-content h4 {
	font-size: 18px;
	margin: 10px 0
}

.events .event-content h4 a {
	color: #252525;
	font-weight: 700
}

.events .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	margin: 0
}

.events:hover .owl-nav {
	opacity: 1;
	visibility: visible
}

.events .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 100%;
	margin-top: -24px
}

.events .owl-carousel .owl-nav div:hover {
	color: #fff
}

.events .owl-carousel .owl-nav .owl-prev {
	left: -75px
}

.events .owl-carousel .owl-nav .owl-prev:hover {
	left: -65px
}

.events .owl-carousel .owl-nav .owl-next {
	right: -75px
}

.events .owl-carousel .owl-nav .owl-next:hover {
	right: -65px
}

.sentence {
	margin: 0 0 15px 0;
	padding: 0;
	color: #000;
	text-align: center;
	font-size: 60px;
	font-family: "Yeseva One", serif;
	position: relative
}

.sentence::after {
	content: '';
	position: absolute;
	right: -20px;
	bottom: 6px;
	width: 14px;
	height: 2px;
	background-color: #dafdba;
	animation: blink .5s linear infinite
}

@keyframes blink {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.ourwork-tab-wrap {
	margin: 0;
	position: relative
}

.ourwork-tab-wrap .nav-tabs {
	display: none;
	border-bottom: none
}

.ourwork-tab-wrap .nav-tabs .nav-item {
	margin-right: 10px;
	margin-left: 9px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300;
	display: inline-block
}

.ourwork-tab-wrap .nav-tabs .nav-link {
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #171717;
	background: 0 0;
	padding: 7px 0
}

.nav-tabs .nav-link.active,
.ourwork-tab-wrap .nav-tabs .nav-item.show .nav-link {
	border-bottom: #ed5632 1px solid;
	color: #171717
}

.ourwork-tab-wrap .card-header.active>a,
a[aria-expanded=true] {
	background: 0 0
}

.ourwork-tab-wrap .card-body {
	margin: 0;
	padding: 0
}

.ourwork-tab-wrap .card-body .legacybox {
	margin: 0;
	padding: 0;
	position: relative
}

.ourwork-tab-wrap .card-body .legacybox .legacytxt {
	margin: 0;
	padding: 0;
	top: 0;
	position: absolute;
	z-index: 111;
	width: 100%
}

.ourwork-tab-wrap .card-body .legacybox .legacytxt .col-md-3,
.ourwork-tab-wrap .card-body .legacybox .legacytxt .row {
	margin: 0;
	padding: 0
}

.ourwork-tab-wrap .card-body .legacybox .legacytxt .ltrans {
	margin-top: 40%;
	padding: 25px;
	background: rgba(255, 255, 255, .95)
}

.ourwork-tab-wrap .card-body .legacybox .legacytxt .ltrans h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 30px;
	color: #171717;
	position: relative
}

.ourwork-tab-wrap .card-body .legacybox .legacytxt .ltrans h3:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	width: 50px;
	background: #ed5632;
	height: 2px
}

.ourwork-tab-wrap .card-body .legacybox .legacytxt .ltrans p {
	font-size: 14px
}

@media(min-width:768px) {
	.ourwork-tab-wrap .nav-tabs {
		display: inherit;
		text-align: center;
		margin-bottom: 20px
	}

	.ourwork-tab-wrap .card {
		border: none
	}

	.ourwork-tab-wrap .card .card-header {
		display: none
	}

	.ourwork-tab-wrap .card .collapse {
		display: block
	}
}

@media(max-width:767px) {
	.ourwork-tab-wrap .tab-content>.tab-pane {
		display: block !important;
		opacity: 1;
		margin: 5px 10px
	}

	.ourwork-tab-wrap .card-header {
		background-color: #f4f4f4;
		color: #000
	}

	.ourwork-tab-wrap .card-header h5 a {
		color: #000;
		border-bottom: none;
		text-decoration: none;
		display: block
	}

	.ourwork-tab-wrap .card-header h5 a i {
		float: right;
		padding-top: 5px
	}

	.ourwork-tab-wrap .card-header h5 a:hover {
		color: #000
	}
}

.inner {
	margin: 0;
	padding: 30px 0;
	position: relative
}

.inner p {
	margin-bottom: 15px;
	font-size: 17px;
	color: #2a2a2a;
	line-height: 1.8;
}

.inner p a {
	color: #2a2a2a
}

.inner p a:hover {
	color: #d0a43b
}

.inner ul {
	font-family: "Jost", sans-serif;
	font-size: 18px;
	margin: 0 0 0 25px;
}

.inner ul li {
	margin: 5px 0;
}

.ttdij {
	margin: 25px 0;
	padding: 0;
	position: relative;
	background: #fff
}

.thingstext {
	padding: 0;
	align-content: center;
	align-content: flex-start;
	align-items: center;
	display: flex;
	height: 100%
}

.thingstext h2 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-family: "Yeseva One", serif;
	font-size: 32px;
	color: #d0a43b;
	position: relative
}

.thingstext h2::before {
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #d0a43b;
	content: "";
	width: 50px;
	height: 2px
}

.thingstext p {
	text-align: justify;
	color: #505050;
	font-size: 18px
}

.thingstext p a {
	color: #505050;
	text-decoration: underline
}

.thingstext .button {
	margin: 20px 0
}

.thingstext .btn {
	color: #d0a43b;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 15px 30px;
	border-radius: 30px;
	text-transform: uppercase;
	background: 0 0;
	border: #d0a43b 1px solid
}

.retreat-parallax {
	margin: 0 0;
	padding: 100px 250px;
	background-image: url(../images/retreat-parallax.jpg);
	height: 400px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover
}

.retreat-parallax p {
	font-size: 18px !important;
	text-align: center !important;
	color: #fff
}

.retreat-parallax h5 {
	color: #fff;
	text-align: center;
	padding: 0 0 25px;
	font-size: 40px;
	font-family: Cormorant, serif
}

.about-rdmsj {
	padding: 0;
	position: relative
}

.about-rdmsj h2 {
	font-size: 40px;
	font-family: "Yeseva One", serif;
	margin: 0 0 15px 0;
	padding: 0
}

.about-rdmsj h2 span {
	color: #d0a43b
}

.about-rdmsj h2 small {
	font-size: 24px
}

.about-rdmsj p,
.about-owner p {
	margin-bottom: 15px;
	font-size: 17px;
	color: #2a2a2a;
	line-height: 1.8;
	text-align: justify;
}

.about-rdmsj p a {
	color: #2a2a2a
}

.about-rdmsj p a:hover {
	color: #d0a43b
}

.about-punch {
	margin: 10px 10px 30px 10px;
	padding: 20px 30px 20px 30px;
	line-height: 40px;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .1);
	border: #dfe7ea 1px solid;
	border-radius: 5px;
	text-align: center;
	background: #fbf9f7;
}

.about-punch h2 {
	margin: 0 0 10px 0;
	font-family: "Yeseva One", serif;
	font-size: 66px;
	color: #d0a43b
}

.about-owner {
	background: #f9f3e4;
	padding: 30px 0;
	position: relative
}

.about-owner h2 {
	font-size: 42px;
	font-family: "Yeseva One", serif;
	margin: 0 0 15px 0;
	padding: 0
}

.about-owner h2 span {
	color: #d0a43b
}

.about-owner h2 small {
	font-size: 24px
}

.about-owner img {
	border-radius: 20px;
	box-shadow: 4px 4px 10px rgb(32 32 32 / 35%);
}

.contact-section {
	position: relative;
	padding: 0
}

.contact-section .contact-column {
	margin: 25px 0
}

.contact-section .form-column {
	margin: 0;
	padding: 25px;
	background: #f4f4f4
}

.contact-section .contact-info {
	position: relative
}

.contact-section .title h3 {
	font-size: 42px;
	font-family: "Yeseva One", serif;
	margin: 0 0 10px 0;
	padding: 0
}

.contact-section .contact-info p {
	margin: 0 0 10px 0;
	padding: 0;
	color: #747682
}

.contact-section .contact-info .social {
	margin: 15px 0
}

.contact-section .contact-info .social li {
	position: relative;
	float: left;
	margin-right: 4px;
	list-style: none
}

.contact-section .contact-info .social li:last-child {
	margin-right: 0
}

.contact-section .contact-info .social li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #222;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #f1f1f1;
	text-align: center
}

.contact-section .contact-info .social li a:hover {
	background: #d0a43b;
	color: #fff
}

.contact-section .cboxx {
	margin: 15px 0;
	padding: 0
}

.contact-section .cboxx a {
	color: #2a2a2a;
}

.contact-section .cboxx a:hover {
	color: #ef3131;
}

.contact-section .cboxx h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
	letter-spacing: 1px;
	color: #d0a43b;
}

.contact-section .contact-form-area .form-group {
	position: relative;
	margin-bottom: 20px
}

.contact-section .contact-form-area .form-group input[type=email],
.contact-section .contact-form-area .form-group input[type=text],
.contact-section .contact-form-area .form-group textarea {
	width: 100%;
	height: 52px;
	background: 0 0;
	border: 1px solid #dedede !important;
	border: none;
	padding: 15px;
	transition: all .5s ease
}

.contact-section .contact-form-area .form-group textarea {
	height: 180px;
	resize: none
}

.contact-section .contact-form-area .form-group input:focus,
.contact-section .contact-form-area .form-group textarea:focus {
	border: 1px solid #ff8503
}

.contact-section .contact-form-area .form-group button {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #222;
	border: 2px solid #222;
	background: 0 0;
	cursor: pointer;
	text-transform: uppercase;
	padding: 13px 45px 12px 45px;
	transition: all .5s ease
}

.contact-section .contact-form-area .form-group button:hover {
	background: #d1a640;
	border: 2px solid #d1a640;
	color: #323232;
}

.contact-section .contact-form-area .form-group .contact-btn {
	position: relative;
	float: right;
	padding-top: 4px
}

.vbox {
	margin: 0;
	padding: 0
}

.google-reviews {
	background: #f9f3e4;
	padding: 30px 0;
	position: relative
}

.google-reviews h2 {
	font-size: 42px;
	font-family: "Yeseva One", serif;
	padding: 0;
	color:#d0a43b;
}

.grbox {
	margin: 15px 0;
	padding: 15px;
	background: #fff;
	border-radius: 8px;
	font-family: 'EB Garamond', serif;
}

.grbox .reviewauthor {
	position: relative;
	display: inline-block;
	text-align: left;
	padding-left: 100px;
	padding-top: 5px;
	z-index: 2;
	padding: 0 0 0 50px;
	border-radius: 0 0 10px 10px;
	width: 100%;
	margin-top: -1px
}

.grbox .reviewauthor .thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	margin: 0 0 5px 0
}




.grbox .reviewauthor .name {
	font-size: 18px;
	color: #323232;
	font-family: "Jost", sans-serif;
}

.grbox .reviewauthor .designation {
	font-size: 13px;
	color: #626262;
	font-family: "Jost", sans-serif;
}

.grbox .reviewauthor h4 {
	color: #000
}

.grbox .rating {
	position: relative;
	font-size: 16px;
	z-index: 2;
	line-height: 20px;
	color: #ffba08;
	margin: 10px 0
}

.grbox .rating i {
	margin-right: 4px
}

.grbox p {
	color: #323232;
	font-size: 17px
}

.grbox p a {
	color: rgba(17, 17, 17, .5) !important
}

.dddetail {
	margin: 15px 0;
	padding: 0;
	font-family: 'EB Garamond', serif;
}

.dddetail h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 36px;
	font-family: "Yeseva One", serif;
}

.dddetail p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	color: #697488
}

.dddetail p a {
	text-decoration: underline;
	color: #697488
}

.dddetail span {
	padding: 0 10px;
	color: #000;
	text-transform: uppercase
}

.dddetail .row {
	margin-left: -5px;
	margin-right: -5px
}

.dddetail .col-md-6,
.dddetail .col-sm-6 {
	padding-left: 5px;
	padding-right: 5px
}

.dddetail .single-event {
	margin: 5px 0
}

.toppoints {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	border-bottom: #ccc 1px solid;
	font-family: 'EB Garamond', serif;
}

.toppoints h3 {
	margin: 10px 0;
	padding: 0;
	font-size: 16px
}

.tour-highlights {
	margin: 0;
	padding: 30px 0;
	position: relative;
	border-bottom: #ccc 1px solid;
	font-family: 'EB Garamond', serif;
}

.tour-highlights h3 {
	margin: 0 0 15px 0;
	font-size: 22px;
	font-family: "Yeseva One", serif;
}

.tour-highlights ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.tour-highlights ul li {
	margin-bottom: 10px;
	padding: 0;
	font-size: 17px;
	font-family: "Jost", sans-serif;
}

.tour-highlights ul li:before {
	content: "\2713";
	margin-right: 8.5px;
	font-size: 12px;
	color: #fff;
	background: #6ac259;
	padding: 2px 7px;
	border-radius: 13px
}

.tour-itinerary {
	margin: 0;
	padding: 20px 0;
	border-bottom: #ccc 1px solid
}

.tour-itinerary h3 {
	margin: 0 0 15px 0;
	font-size: 20px
}

.singleiti {
	margin: 10px 0;
	padding: 0;
	position: relative
}

.itiicon {
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background: #e5f0fd;
	color: #2e5571;
	position: relative;
	font-size: 16px;
}

.ititxt {
	margin-left: 20px
}

.ititxt p {
	font-size: 17px;
	margin-bottom: 10px
}

.border-test {
	top: 0;
	bottom: 0;
	left: 19px;
	position: absolute;
	z-index: -1;
	border-left: 2px dashed #e5f0fd
}

.iti-right {
	margin-bottom: 30px;
	padding: 0;
	position: sticky !important;
	top: 20px
}

.itibook {
	box-shadow: rgb(0 0 0 / 12%) 0 6px 16px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 15px 30px;
	margin-bottom: 15px
}

.itibook h3 {
	color: #697488;
	font-size: 14px;
	margin: 0;
	padding: 0
}

.itibook h3 strike {
	color: #000;
	font-size: 18px
}

.itibook h2 {
	color: #000;
	font-size: 18px;
	margin: 10px 0 0 0;
	padding: 0
}

.itibook h2 span {
	background: #fff5db;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 48px;
	color: #ffb800
}

.itibook p {
	margin: 0;
	padding: 0;
	font-size: 14px
}

.itibook div .btn {
	margin: 10px 0;
	padding: 10px 0
}

.gotquestion {
	box-shadow: rgb(0 0 0 / 12%) 0 6px 16px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 15px 30px;
	margin-bottom: 15px
}

.gotquestion h3 {
	color: #000;
	font-size: 18px;
	margin: 0 0 5px 0;
	padding: 0
}

.gotquestion p {
	margin: 0;
	padding: 0;
	font-size: 16px
}

.gotquestion h2 {
	color: #000;
	font-size: 22px;
	margin: 10px 0 5px 0;
	padding: 0
}

.why-real {
	box-shadow: rgb(0 0 0 / 12%) 0 6px 16px;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 15px 30px;
	margin-bottom: 15px;
	background: #def2d7
}

.why-real h3 {
	color: #5b7052;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0
}

.why-real ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.why-real ul li {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
	color: #5b7052
}

.real-booking {
	margin: 25px 0;
	padding: 20px 30px;
	border-radius: 4px;
	border: #ddd 1px solid
}

.enquiry {
	margin: 0 0 15px 0;
	padding: 0
}

.enquiry h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 600;
	font-size: 20px;
	color: #000
}

.enquiry h3 {
	color: #000;
	font-size: 26px;
	margin: 0;
	padding: 0
}

.enquiry h3 span {
	background: #fff5db;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 48px;
	color: #ffb800
}

.enquiry p {
	margin: 0;
	padding: 0;
	font-size: 14px
}

.enquiry .form-content {
	padding: 25px;
	padding-bottom: 10px;
	background: #fff;
	box-shadow: 0 3px 6px 3px rgba(29, 20, 20, 0.07)
}

.enquiry .form-content .form-group {
	position: relative;
	margin-bottom: 25px
}

.enquiry .form-content .form-group input[type=date],
.enquiry .form-content .form-group input[type=email],
.enquiry .form-content .form-group input[type=text],
.enquiry .form-content .form-group select,
.enquiry .form-content .form-group textarea,
input[type=number] {
	width: 100%;
	height: 42px;
	background: #fff;
	color: #2f2f2f;
	padding: 10px 20px;
	font-size: 14px;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	transition: all .5s ease
}

.enquiry .form-content .form-group .ui-selectmenu-button.ui-button {
	padding: 17px 20px
}

.enquiry .form-content .form-group textarea {
	height: 70px;
	resize: none
}

.enquiry .form-content .form-group .ui-selectmenu-button.ui-button:focus,
.enquiry .form-content .form-group input:focus,
.enquiry .form-content .form-group textarea:focus {
	border: 1px solid #222
}

.order_review {
	background-color: #f7f8fb;
	padding: 30px;
}

.order_review h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 600;
	font-size: 20px;
	color: #000;
}

.payment_method {
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.payment_option .custome-radio {
	margin-bottom: 10px;
	margin-left: 25px;
}

.payment-text {
	display: none;
	margin-top: 5px;
	margin-bottom: 0;
}

.payment_option .custome-radio:first-child .payment-text {
	display: block;
}

.payment_option .custome-radio .form-check-label {
	color: #292b2c;
	padding: 0;
	font-weight: 600;
}

.thingstocarry {
	margin: 25px 0;
	padding: 20px 30px;
	border-radius: 4px;
	border: #ddd 1px solid;
	font-family: 'EB Garamond', serif;
}

.thingstocarry h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 22px;
	color: #000
}

.carrybox {
	margin: 5px 0;
	padding: 0;
	position: relative
}

.carryicon {
	margin: 0;
	padding: 0
}

.carrytxt {
	margin: 10px 0 0 00;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5 !important
}

.real-policy {
	margin: 25px 0;
	padding: 0
}

.real-policy h2 {
	margin: 10px 0;
	padding: 0;
	font-weight: 600;
	font-size: 20px;
	color: #000;
	font-family: 'EB Garamond', serif;
}

.real-policy ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.real-policy ul li {
	margin-bottom: 15px;
	padding: 0;
	line-height: 28px;
	font-size: 16px
}

.real-policy ul li:before {
	content: "\2713";
	margin-right: 8.5px;
	font-size: 12px;
	color: #fff;
	background: #6ac259;
	padding: 2px 7px;
	border-radius: 13px
}

.carbox {
	margin: 15px 0 45px;
	padding: 5px;
	background: #f4f4f4;
	border-radius: 5px;
	position: relative
}

.carbox h3 {
	margin: 0 10px;
	padding: 0;
	font-size: 15px;
	color: #480c00;
	font-weight: 600
}

.carbox p {
	margin: 0 10px;
	padding: 0;
	font-size: 13px;
	color: #333
}

.icon_box_content {
	position: absolute;
	top: 85%;
	left: 20%;
	z-index: 11;
	background: #fff;
	padding: 20px 30px 15px;
	border-radius: 8px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.icon_box_content h3 {
	font-size: 18px;
	font-weight: 700;
	color: #313041;
	line-height: 1.2
}

.icon_box_content h3 small {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 3px;
	letter-spacing: 1px;
	color: #7a7c88;
	line-height: 1.2
}

.blog {
	margin: 0;
	padding: 30px 0;
	background: #fbfbfb;
	position: relative
}

.blog h6 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #4e4e4e;
	font-size: 15px;
	line-height: 26px
}

.blog .button {
	margin-top: 20px
}

.blog .btn {
	color: #fff;
	text-transform: uppercase;
	background: #f22e53;
	padding: 13px 25px;
	font-size: 14px;
	border-radius: 30px
}

.blog .btn:before {
	background: #000
}

.blog .single-blog {
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	margin: 15px 0
}

.blog .blog-head {
	overflow: hidden;
	position: relative
}

.blog .blog-head:before {
	z-index: 35;
	opacity: 0;
	visibility: hidden
}

.blog .single-blog:hover .blog-head:before {
	opacity: .5;
	visibility: visible
}

.blog .single-blog img {
	width: 100%
}

.blog .single-blog:hover img {
	transform: scale(1.2) rotate(5deg)
}

.blog .blog-head .date {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	border-radius: 10px 10px 0 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	z-index: 33;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	z-index: 36;
	background: #d0a43b
}

.blog .single-blog:hover .date {
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.blog .blog-head .date h4 {
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	padding-top: 10px
}

.blog .blog-head .date h4 span {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	display: block
}

.blog .blog-main {
	margin-top: 50px;
	background: #f6f6f6;
	position: relative
}

.blog .blog-content {
	padding: 20px
}

.blog .blog-content .blog-title {
	font-size: 21px;
	margin: 5px 0;
	font-family: 'EB Garamond', serif;
}

.blog .blog-content .blog-title a {
	color: #444464;
}

.blog .blog-content .btn {
	color: #fff;
	padding: 12px 30px;
	background: #d0a43b
}

.blog .blog-content .btn:before {
	background: #252525
}

.blog .blog-content .btn i {
	margin-left: 5px
}

.blog .blog-info {
	margin-bottom: 5px
}

.blog .blog-info a {
	color: #777;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e7e7e7;
	font-weight: 500
}

.blog .blog-info a:last-child {
	border-right: 0px;
	margin-right: 0;
	padding-right: 0
}

.blog .blog-info a i {
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 13px;
	color: #d0a43b
}

.iBox02 {
	margin: 15px 0;
	padding: 0 0 10px 0;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.iBox02 h2 {
	margin: 15px 10px 10px 10px;
	padding: 0;
	font-size: 18px;
	color: #000
}

.iBox02 h2 a {
	color: #000
}

.iBox02 p {
	margin: 0 10px;
	padding: 0px 0px 15px 0px;
	line-height: 32px;
	text-align: justify;
	font-size: 18px;
	color: #1c1c1c
}

.iBox02 p a {
	color: #f37434
}

.blog-info {
	margin: 5px 10px
}

.blog-info a {
	color: #777;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #e7e7e7;
	font-weight: 500
}

.blog-info a:last-child {
	border-right: 0px;
	margin-right: 0;
	padding-right: 0
}

.blog-info a i {
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 13px;
	color: #f37434
}

.blog-right {
	margin: 10px 0;
	background: #f3f3f1;
	padding: 50px 40px 0 40px
}

.custbttn {
	margin-bottom: 30px;
	padding: 12px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	background: linear-gradient(to bottom, #df1f25 0, #fa3e1b 100%)
}

.custbttn:hover {
	background: linear-gradient(to bottom, #fa3e1b 0, #df1f25 100%)
}

.custbttn a {
	color: #fff
}

.searchwidget {
	margin-bottom: 30px;
	position: relative;
	font-family: 'poppinsregular';
}

.searchwidget input {
	padding-right: 3.5em;
	border-radius: 0;
	background-color: #fff;
	border-color: #eaeaea;
	color: #5c5c5c;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 100%;
	height: 3.06em;
	padding-left: calc(1em - 1px);
	width: 100%
}

.searchwidget .button {
	top: 0;
	right: 0;
	position: absolute;
	background-color: transparent;
	color: #b0b0b0;
	font-size: 17px;
	border: none;
	height: 100%;
	width: 15%;
	padding: 0
}

.searchwidget:hover .button {
	color: #f37434
}

.widgetlink {
	margin-bottom: 30px;
	position: relative;
	background: #fff;
	padding: 15px;
	font-family: 'poppinsregular';
}

.widgetlink h3 {
	text-transform: capitalize;
	color: #101010;
	letter-spacing: 0;
	font-size: 19px;
	margin-bottom: 1.5rem;
	font-weight: 600
}

.widgetlink ul {
	list-style: none
}

.widgetlink ul li {
	padding: 6px 0;
	font-size: 16px;
	font-size: 1rem;
	border-bottom: 1px dotted #d2d2d2;
	letter-spacing: 1px
}

.widgetlink ul li a {
	color: #555
}

.widgetlink ul li:first-child {
	padding-top: 0
}

.widgetlink ul li:last-child {
	padding-bottom: 0
}

.widgetlink ul li span {
	font-size: 14px;
	font-size: .875rem;
	color: #f37434
}

.latest-news {
	margin-bottom: 30px;
	position: relative;
	font-family: 'EB Garamond', serif;
}

.latest-news h3 {
	text-transform: capitalize;
	color: #c83c45;
	letter-spacing: 0;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 1.5rem
}

.latest-news .single-news {
	position: relative;
	padding-left: 85px;
	margin-bottom: 15px;
	min-height: 66px;
}

.latest-news .single-news:last-child {
	margin: 0
}

.latest-news .single-news img {
	width: 75px;
	height: 75px;
	position: absolute;
	left: 0;
	top: 0
}

.latest-news .single-news h4 {
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-weight: 700
}

.latest-news .single-news h4 a {
	color: #3a3a3a;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 16px
}

.latest-news .single-news p {
	padding-right: 50px;
	font-size: 14px;
	color: #6d6d6d;
	line-height: 16px
}

.tags {
	margin-bottom: 30px;
	position: relative;
	font-family: 'poppinsregular';
}

.tags h3 {
	text-transform: capitalize;
	color: #101010;
	letter-spacing: 0;
	font-size: 19px;
	margin-bottom: 1.5rem;
	font-weight: 600
}

.tags a {
	background-color: #fff;
	border: 1px solid #eaeaea;
	color: #a6a6a6;
	font-size: 12px;
	letter-spacing: 1.5px;
	padding: .7em .7em;
	margin-right: .4rem;
	margin-bottom: .7rem;
	border-radius: 0;
	display: inline-block
}

.tags a:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: #f37434 !important;
	border-color: transparent
}

.recent_post {
	margin-bottom: 30px;
	background: #e8e8e8;
	padding: 10px;
	font-family: 'poppinsregular';
}

.recent_post h3 {
	text-transform: capitalize;
	color: #101010;
	letter-spacing: 0;
	font-size: 19px;
	margin-bottom: .5rem;
	font-weight: 600
}

.recent_post li i {
	margin-right: 2px
}

.recent_post ul li {
	position: relative;
	line-height: 25px;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important
}

.recent_post ul li a {
	color: #777;
	padding: 10px 0;
	font-size: 14px;
	display: inline-block
}

.itinerary-form {
	border: none
}

.card {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	display: inherit;
	background: #fff;
	box-shadow: 0 3px 6px 3px rgba(29, 20, 20, 0.07)
}

.itinerary-form-head {
	font-size: 34px;
	text-transform: uppercase;
	font-family: 'EB Garamond', serif;
	padding: 8px 10px;
	color: #53565a;
	text-align: center;
}

.itinerary-form form {
	padding: 20px
}

.itinerary-form form .form-group {
	margin-bottom: 15px
}

.itinerary-form form.input-box {
	position: relative
}

.itinerary-form .form-control::placeholder {
	color: #323232;
	opacity: 1
}

.itinerary-form .input-box .form-control {
	padding-left: 10px
}

.itinerary-form .form-control {
	height: 45px;
	outline: 0;
	border-radius: 0px;
	border: 1px solid #ebebeb;
	padding: 6px 12px;
	color: #555;
	font-size: 14px;
	background: #fff;
	box-shadow: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.itinerary-form .form-control textarea {
	border: 1px solid #ebebeb;
}

.itinerary-form .input-icon {
	position: absolute;
	top: 10px;
	z-index: 1;
	left: 30px
}

.itinerary-form .input-icon i {
	color: #d0a43b
}

.itinerary-form .btn,
.itinerary-form .btn-lg {
	background: #d0a43b;
	color: #fff;
	outline: 0;
	box-shadow: 6px 2px 20px 0 rgba(0, 0, 0, .1);
	border-radius: 0px;
	font-size: 14px;
	letter-spacing: .05rem;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	font-weight: 400;
	border: none;
	transition: all .3s ease-in-out
}

.wait {
	background-image: url(../images/load-indicator.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 20px;
	height: 50px;
	width: 50px;
	z-index: 10
}

a.whatsapp-btn {
	background: #0e8c06;
	border-radius: 4px;
	bottom: 60px;
	color: #fff;
	font-size: 14px;
	left: 15px;
	padding: 5px 10px;
	position: fixed;
	z-index: 1111
}

a.whatsapp-btn i {
	font-size: 24px
}

a.whatsapp-btn:hover {
	background: #0ca503
}

a.call-btn {
	background: #07749e;
	border-radius: 4px;
	bottom: 55px;
	color: #fff;
	font-size: 24px;
	left: 20px;
	padding: 5px 10px;
	position: fixed;
	z-index: 1111
}

a.call-btn:hover {
	background: #097daa
}

.hCrBlock {
	margin: 0;
	padding: 40px 0 20px;
	position: relative;
	background: #fbf9f7;
	font-family: 'EB Garamond', serif;
}

.hCrBlock h2 {
	margin: 20px 0;
	padding: 0;
	font-size: 40px;
	text-align: center;
	color: #d0a43b;
	font-family: "Yeseva One", serif;
}

.hCrBlock h2 hr {
	background: #ddd;
	border: 0 none;
	height: 4px;
	margin: 4px auto 0;
	width: 100px
}

.hCrBlock p {
	font-size: 18px;
	text-align: center;
}

.hCrBlock .col-md-3 {
	padding: 0 1px 0 1px
}

.cRbox {
	margin: 15px 0;
	padding: 0;
	position: relative
}

.cRbox imgs {
	box-shadow: 0 0 15px -7px #000;
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transition: all .8s ease-in-out
}

.cRbox img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1)
}

.cRbox .tex {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 70%);
	bottom: 0;
	left: 0;
	padding: 22px 20px;
	position: absolute;
	width: 100%;
	z-index: 4
}

.cRbox .tex h3 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: "Yeseva One", serif;
}

.cRbox .tex h3 a {
	color: #fff;
}

.cRbox .tex h4 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #ffc107;
	font-weight: 400;
	font-family: "Jost", sans-serif;
}


.related-tour {
	margin: 0;
	padding: 40px 0;
	background: #fff
}

.related-tour h3 {
	text-align: center;
	font-size: 32px;
	color: #d0a43b;
	font-family: "Yeseva One", serif;
	text-transform: uppercase;
	margin-bottom: 20px
}

.related-things h2 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-family: "Yeseva One", serif;
	font-size: 32px;
	color: #d0a43b;
	position: relative
}

.related-things h2::before {
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #d0a43b;
	content: "";
	width: 50px;
	height: 2px
}

h2.pTitle {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-family: "Yeseva One", serif;
	font-size: 32px;
	color: #d0a43b;
	position: relative
}

h2.pTitle::before {
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #d0a43b;
	content: "";
	width: 50px;
	height: 2px
}


.page-title-bar {
	background-color: #000;
	position: relative;
	z-index: 3;
	border-width: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.page-title-bar .wrap {
	min-height: 400px;
	padding: 80px 0 30px 0;
}

@media (max-width: 1290px) {
	.page-title-bar .wrap {
		min-height: 200px;
	}
}

.page-title-bar .page-title-bar-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: stretch;
	flex-grow: 1;
}

.page-title-bar .page-title {
	margin: 0;
	padding: 0;
	text-align: center;
	max-width: 850px;
	color: #fff;
}

@media (max-width: 575px) {
	.page-title-bar .page-title {
		font-size: 40px;
		font-size: 1.5rem;
	}
}

.page-title-bar .breadcrumb {
	align-self: center;
	padding-top: 15px;
}


.page-header,
.page-title {
	max-width: 100%;
}

.page-title {
	line-height: 1.1;
	color: #fff;
}

.hs-unfold {
	position: relative;
	display: inline-block;
}

.hs-unfold-content {
	display: block !important;
	opacity: 0;
	pointer-events: none;
}

.hs-unfold-content-initialized {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.hs-unfold-hidden {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}

.hs-unfold-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1002;
	background-color: rgba(33, 50, 91, 0.125);
}

.hs-unfold-content.hs-unfold-reverse-y {
	top: auto;
	bottom: 100%;
	margin-top: 0;
}

.hs-unfold-has-submenu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .5rem;
}

/*------------------------------------
	Sidebar Navigation
  ------------------------------------*/
.sidebar {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
	max-width: 500px;
	height: 100%;
	background-color: #fff;
	box-shadow: -5px 0px 12px rgba(103, 119, 136, 0.1);
}

.sidebar-header,
.sidebar-body,
.sidebar-footer {
	padding: 20px 25px;
}

.sidebar-body,
.sidebar-content {
	height: 100%;
}

.sidebar-content .row {
	margin-left: -5px;
	margin-right: -5px;
}

.sidebar-content .col-3,
.sidebar-content .col-6 {
	padding-left: 5px;
	padding-right: 5px;
}

.sidebar-content h6 {
	font-size: 14px;
	line-height: 22px;
	font-family: 'barlowmedium';
	margin: 0;
}

.sidebar-content p {
	font-size: 12px;
	margin: 0;
	cursor: pointer;
}

.sidebar-content .quantity .minus,
.sidebar-content .quantity .plus {
	background-color: #eee;
	display: block;
	float: left;
	border-radius: 50px;
	cursor: pointer;
	border: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	margin: 4px;
}

.sidebar-content .quantity .minus {
	padding-left: 4px;
}

.sidebar-content .quantity .qty {
	float: left;
	width: 35px;
	height: 22px;
	border: 1px solid #ddd;
	background-color: transparent;
	text-align: center;
	padding: 0;
	margin: 3px;
}

.sidebar-left {
	right: auto;
	left: 0;
	box-shadow: 5px 0px 12px rgba(103, 119, 136, 0.1);
}

.sidebar-scroller {
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.sidebar-container {
	position: relative;
	height: 100%;
	min-height: 100%;
}

.sidebar-footer {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.sidebar-footer-offset {
	height: 100%;
	box-sizing: border-box;
}

.drawer__content--center {
	text-align: center;
	margin: 100px auto;
	padding-bottom: 0;
	min-width: 300px;
}

.drawer__content--center p {
	margin-bottom: 20px;
	font-size: 16px;
}

.drawer__content {
	overflow-x: hidden;
	overflow-y: auto;
}


.lonely-in .lbox {
	margin: 15px 0;
	padding: 0;
}

.lonely-in .lbox h3 {
	font-size: 18px;
	margin: 5px 0 10px;
	line-height: 24px;
	font-family: 'Cormorant', serif;
	color: #333;
}

.lonely-in .lbox p {
	font-size: 18px;
	margin: 5px 0;
	line-height: 20px;
	font-family: 'Cormorant', serif;
	color: #aaa;
}


.right-panel {
	position: fixed;
	right: 0px;
	top: 50%;
	width: 50px;
	z-index: 9999;
	right: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.right-panel ul li {
	height: 50px;
	background-color: #e7b962;
	line-height: 50px;
	width: 50px;
	float: left;
	margin-bottom: 2px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	list-style: none;
}

.right-panel ul li:hover a b {
	right: 50px;
}

.right-panel ul li a {
	color: #fff;
	font-weight: 500;
	display: inline-block;
	position: relative;
	z-index: 5;
}

.right-panel ul li a b {
	text-align: center;
	width: auto;
	float: left;
	position: absolute;
	right: -250px;
	font-size: 16px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #2cd46b;
	font-weight: 500;
	padding: 0 10px;
	display: block;
	color: #fff;
	z-index: -1;
	height: 50px;
	line-height: 50px;
}

.right-panel ul li a span {
	width: 50px;
	height: 50px;
	background-color: #2cd46b;
	position: relative;
	z-index: 5;
	display: inline-block;
}

.right-panel ul li a span img {
	display: block;
	margin: 12px auto 0;
}

.mainfaq {
	margin: 0;
	padding: 30px 0;
	background: #f8f8f8;
}

.mainfaq h2 {
	font-size: 30px;
	text-transform: uppercase;
	position: relative;
	color: #0f0f0f;
	font-family: 'Yeseva One', cursive;
	letter-spacing: .010em;
	margin-bottom: 15px;
}

.mainfaq .row {
	margin-left: -5px;
	margin-right: -5px
}

.mainfaq .col-md-6 {
	padding-left: 5px;
	padding-right: 5px
}

.mainfaq .faq-content {
	margin: 0;
	box-shadow: 1px 0 6px rgba(0, 0, 0, .3);
	padding: 3px
}

.mainfaq .text-content {
	text-align: left;
	padding: 0 60px 0 0;
	margin-bottom: 30px
}

.mainfaq .faq-content a {
	color: #f15d30
}

.mainfaq .text-content h2 {
	font-size: 38px;
	margin-bottom: 25px
}

.mainfaq .text-content p {
	font-size: 16px
}

.mainfaq .panel-group {
	margin: 0;
	text-align: left
}

.mainfaq .panel {
	background: #fff;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0 0 2px
}

.mainfaq .panel-heading {
	background: 0 0
}

.mainfaq .faq-title a {
	padding: 12px 15px;
	font-size: 16px;
	position: relative;
	color: #fff;
	background: #2a2a2a;
	width: 100%;
	display: block
}

.mainfaq .faq-title a::after {
	content: "\f068";
	font-family: FontAwesome;
	top: 50%;
	margin-top: -5px;
	right: 24px;
	position: absolute;
	background: 0 0;
	width: 10px;
	height: 10px;
	line-height: 10px;
	color: #fff;
	border-radius: 0;
	text-align: center;
	font-size: 12px
}

.mainfaq .panel.active .faq-title a {
	color: #fff;
	background: #2a2a2a;
	text-decoration: none
}

.mainfaq .faq-title a.collapsed::after {
	content: "\f067";
	color: #fff;
	background: 0 0
}

.mainfaq .faq-body {
	padding: 10px;
	font-size: 14px;
	box-shadow: none;
	text-shadow: none
}

.mainfaq .faq-body p {
	font-size: 16px;
	margin: 0
}

.mainfaq .panel-default {
	border: none;
	box-shadow: none;
	background: 0 0 !important;
	text-shadow: none;
	margin: 1px 0
}

.mainfaq .faq-img img {
	width: 100%
}

.popular-tours{
	padding:60px 0;
	background: #f9f3e4;
}

.popular-tours h2{
		font-size: 40px;
		color: #d0a43b;
		font-family: "Yeseva One", serif;
}

.popular-tours img{
	width: 100%;
}
.popular-tours .tours-dis{
	padding: 20px;
	border: 1px solid #d0a43b;
	border-top: 0;
}

.popular-tours .tours-dis h4{
	font-family: "Yeseva One", serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.popular-tours .tours-dis p span{
	text-transform: uppercase;
	color:#d0a43b;
}

.popular-tours .tours-dis.golden-city p span a{
	text-transform: uppercase;
	color:#d0a43b;
	text-decoration: underline;
	margin-top: 20px;
	padding-bottom: 30px;
}

.popular-tours .tours-dis.golden-city {
	border: none;
}

.popular-tours .tours-dis.golden-city h4 {
	font-size: 26px;
}
.gallery-area  {
    padding: 60px 0;
}
.gallery-area .single-gallery {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 30px;
}


.top-main-slider .carousel-caption{
    bottom: 40%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
	text-align: left;
}
.top-main-slider .carousel-caption{
    max-width: 600px;
}
.top-main-slider .carousel-caption  h2{
    font-size: 50px;
	font-family: "Yeseva One", serif;
}

.top-main-slider .carousel-caption  p{
    font-size: 18px;
	color: #fff;
	line-height: 20px;
}

/*-------modal Popup End--------*/
  #modalOverlay {
			position: fixed;
			top: 0;
			left: 0;
			background: rgba(0, 0, 0, 0.5);
			z-index: 99999;
			height: 100%;
			width: 100%;
	}
.modalPopup {
			position: absolute;
			top: 48%;
			left: 50%;
			transform: translate(-50%, -50%);
			background: #fff;
			width: 40%;
		
			-webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			-moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			padding: 20px;
			z-index: 99999;
	}


.buttonStyle {
position:absolute;
top:0;
right:0;
background:#d1a640;
color:#fff;
border:none;
font-size: 20px;
padding:10px;
}


.modalContent h2{
text-align:left;
margin-bottom:20px;
margin-left:10px;
}


.query-form input{
    width: 46%;
    float: left;
    margin-right: 10px;
	margin-left: 10px;
    padding: 8px;
    margin-bottom: 15px;
    border: solid 1px #000;
    outline: none;
    color: #000;

}

.query-form input::placeholder{
   font-size:14px;
}

.query-form textarea{
width:97%;
border: solid 1px #000;
padding: 10px;
outline: none;
margin-left: 10px;
}

.query-form textarea::placeholder{
font-size:14px;
}


.query-form button{
    display: block;
    margin: auto;
    padding: 10px 25px;
    border: none;
    background: #d1a640;
    color: #fff;
	margin-top: 15px;
}


.query-form {
padding:0;
display: contents;
}


@media only screen and (max-width: 600px) {
 .modalPopup {
    top:50%;
	width:90%;
  }
  
  .query-form input{
  width:100%;
  margin-left:0;
  }
  
  .query-form textarea{
  width:100%;
  margin-left:0;
  }
  
}

/*-------modal Popup End--------*/