@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


/*  
	font-family: 'Baskervville', serif;
    font-family: "Urbanist", sans-serif;
    font-family: "Urbanist", sans-serif;
    font-family: "Urbanist", sans-serif;
    font-family: 'Urbanist', sans-serif;
*/
html {
	scroll-behavior: smooth;
}

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

p {
	color: #2a2a2a;
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
	padding: 0
}

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

.img-fullwidth {
	width: 100%
}

.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: .1;
	background: #000;
	content: "";
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .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: .1
}

.home-slider .single-slider .slider-text {
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: center
}

.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 .4s ease;
	-moz-transition: all .4s ease;
	transition: all .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: 0 0
}

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

.home-slider .owl-carousel .owl-nav div {
	height: 55px;
	width: 55px;
	line-height: 55px;
	top: 50%;
	background: rgba(0, 0, 0, .3);
	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: -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
}

.about-real {
	padding: 30px 0;
	background: #fff
}

.about-real h1 {
	color: #b58f29;
	font-size: 52px;
	font-family: Baskervville, serif;
	margin: 0 0 15px 0;
	padding: 0
}

.about-real h1 small {
	font-size: 30px;
	color: #101010
}

.about-real p {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: "Urbanist", sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.about-real .button {
	margin: 10px 0;
	font-family: "Urbanist", sans-serif;
}

.about-real .btn {
	color: #fff;
	padding: 10px 25px;
	border: #b58f29 1px solid;
	background: #b58f29;
	font-size: 16px
}

.about-real .btn:hover {
	color: #b58f29
}

.top-rated {
	margin: 0;
	padding: 15px;
	background: url(../images/toprated-bg.jpg);
	background-size: cover
}

.about-list-rep {
margin: 25px 0;
}

.about-list-rep:hover .about-icon span {

}

.about-list-rep:hover .about-list-txt h4:after {
	width: 100%
}

.about-icon {
	width: 124px;
	display: inline-block;
	vertical-align: top
}

.about-icon span {
	display: block;
	width: 70px;
	height: 70px;
	background: #b58f29;
	color: #fff;
	text-align: center;
	margin: 21px;
	transition: all .4s;
	-webkit-transition: all .4s
}

.about-icon span i {
	font-size: 33px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.about-list-txt {
	width: 72%;
	display: inline-block;
	vertical-align: top;
	transition: all .4s;
	-webkit-transition: all .4s
}

.about-list-txt h2 {
	margin-top: 0;
	padding-top: 0;
	color: #fbfbfb;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 10px;
	font-family: "Urbanist", sans-serif;
}

.about-list-txt h2::after {
	content: "";
	width: 20px;
	height: 2px;
	background: #b58f29;
	display: block;
	margin-top: 8px;
	transition: all .4s;
	-webkit-transition: all .4s
}

.about-list-txt p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
}

.luxury-getaway {
	margin: 0;
	padding: 30px 0;
	background: #f9eed8
}

.luxury-getaway h2 {
	text-align: center;
	font-size: 36px;
	color: #003123;
	font-family: "Urbanist", sans-serif;;
	margin-bottom: 20px
}

.expactivities {
	margin: 25px 0;
	padding: 0;
	position: relative;
	background: rgb(255 255 255 / 50%);
	box-shadow: 0px 0px 20px 5px rgba(198, 198, 198, 0.25);
	border-radius: 10px;
}

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

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

.eatext h2 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-family: 'Baskervville', serif;
	font-size: 32px;
	color: #b58f29;
	position: relative
}

.eatext h2 a {
	color: #b58f29;
}

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

.eatext p {
	text-align: justify;
	font-size: 17px;
	    line-height: 26px;
}

.eatext .button {
	margin: 10px 0
}

.eatext .btn {
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	background: #b58f29;
	padding: 10px 10px;
	font-size: 14px
}

.eatext .btn:before {
	background: #f47a20
}

.eatext .whatsapp {
	background: #093;
	color: #fff !important;
}

.trHighlight {
	margin: 0;
	padding: 0
}

.trHighlight ul {
	margin: 10px 0;
	padding: 0 0 0 10px
}

.trHighlight ul li {
	margin: 0;
	padding: 0 0 0 5px;
	background: 0 0 !important;
	line-height: 30px
}

.trHighlight ul li::before {
	content: "\f058";
	font-family: FontAwesome;
	padding: 0 10px 0 0;
	color: #093
}

.clear {
	clear: both;
}

.luximg .badge {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 9px 12px;
	color: #bf0a30;
	line-height: 1;
	border-radius: 3px;
	background-color: #f8d7da
}

.luxPrice {
	margin: 0;
	padding: 10px 0;
}

.luxPrice-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #757575;
}

.luxPrice-text span {
	text-decoration-line: line-through;
}

.luxPrice-Amt {
	font-weight: 700;
	font-size: 30px !important;
	line-height: 32px;
	color: #b58f29;
}

.luxPrice-Amt span {
	font-size: 14px;
	color: #000;
}


.safari-tour {
	margin: 0;
	padding: 30px 0;
	background: url(../images/safari-bg.jpg)
}

.safari-tour h2 {
	text-align: center;
	font-size: 36px;
	color: #b58f29;
	font-family: "Urbanist", sans-serif;;
	margin-bottom: 20px
}

.safari-tour h6 {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #393939;
	line-height: 24px
}

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

.serv-img-box {
	position: relative;
	background: #000
}

.serv-img-box img {
	width: 100%;
	opacity: .7
}

.stbox:hover .serv-img-box img {
	opacity: 1
}

.serv-img-box h3 {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 9999;
	margin-bottom: 0;
	padding: 15px;
	color: #fff;
	font-family: "Urbanist", sans-serif;;
	font-size: 18px;
	background: rgba(0, 0, 0, .5)
}

.serv-img-box h3 a {
	color: #fff
}

.serv-img-box h3::after {
	content: "";
	display: block;
	width: 100%;
	background: #b58f29;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s
}

.stbox:hover .serv-img-box h3 {
	color: #fff
}

.stbox:hover .serv-img-box h3:after {
	height: 100%
}

.stbox i.sev-icon-main {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 8px;
	background: #fff;
	bottom: 130px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	padding-top: 8px;
	z-index: 99999;
	border: 2px solid #b58f29;
	color: #b58f29
}

.serv-txt-box {
	padding: 25px 20px 20px;
	background: #fff;
	border-bottom: 2px solid #fff
}

.serv-txt-box p {
	font-size: 18px;
	line-height: 24px;
	color: #212529;
	font-family: Urbanist, sans-serif;
	margin-bottom: 10px
}

.serv-txt-box p span {
	text-decoration: line-through;
}

.stbox:hover .serv-txt-box {
	border-bottom: 2px solid #b58f29
}

.serv-txt-box .knowmore {
	color: #b58f29;
	font-family: Urbanist, sans-serif;
	font-size: 17px;
	font-weight: 600;
}

.serv-txt-box .whatsapp {
    color: #009933;
    font-family: Urbanist, sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.safari-tour .button {
	margin: 10px 0;
	font-family: "Urbanist", sans-serif;
}

.safari-tour .btn {
	color: #fff;
	padding: 10px 25px;
	border: #b58f29 1px solid;
	background: #b58f29;
	font-size: 16px
}

.safari-tour .btn:hover {
	color: #b58f29
}

.business {
	background: url(../images/experiences-bg.webp) no-repeat fixed;
	background-size: cover;
	padding: 30px 0 0;
	position: relative
}

.business h2 {
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-family: "Urbanist", sans-serif;;
	margin-bottom: 10px
}

.business h3 {
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-family: "Urbanist", sans-serif;;
	margin-bottom: 10px
}

.business h3 a {
	color: #fff
}

.business h6 {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	line-height: 24px
}

.business p {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	line-height: 24px
}

.gl-wrap {
	position: relative;
	margin: 0 auto
}

@-o-keyframes fxRotateMinute {
	from {
		-o-transform: rotate(0)
	}

	to {
		-o-transform: rotate(1turn)
	}
}

@-moz-keyframes fxRotateMinute {
	from {
		-moz-transform: rotate(0)
	}

	to {
		-moz-transform: rotate(1turn)
	}
}

@-webkit-keyframes fxRotateMinute {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(1turn)
	}
}

@keyframes fxRotateMinute {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

@-o-keyframes fxRotateHour {
	from {
		-o-transform: rotate(.25turn)
	}

	to {
		-o-transform: rotate(1.25turn)
	}
}

@-moz-keyframes fxRotateHour {
	from {
		-moz-transform: rotate(.25turn)
	}

	to {
		-moz-transform: rotate(1.25turn)
	}
}

@-webkit-keyframes fxRotateHour {
	from {
		-webkit-transform: rotate(.25turn)
	}

	to {
		-webkit-transform: rotate(1.25turn)
	}
}

@keyframes fxRotateHour {
	from {
		transform: rotate(.25turn)
	}

	to {
		transform: rotate(1.25turn)
	}
}

.b-index-bnn {
	position: relative;
	z-index: 0;
	color: #fff;
	text-align: center;
	overflow: hidden
}

.b-index-bnn .gl-wrap {
	height: 492px;
	padding: 31px 0 0
}

.b-index-bnn.m-transition .b-carousel>li,
.b-index-bnn.m-transition .b-carousel>li i {
	-o-transition: background-image .5s;
	-moz-transition: background-image .5s;
	-webkit-transition: background-image .5s;
	transition: background-image .5s
}

.b-load-gap {
	width: 973px;
	height: 453px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -487px;
	z-index: 10
}

.b-loader {
	width: 29px;
	height: 29px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 60;
	top: 274px;
	left: 50%
}

.b-loader>span {
	position: absolute;
	font-size: 20px;
	color: #fff;
	white-space: nowrap;
	left: 46px;
	top: 2px
}

.b-loader:after,
.b-loader:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	z-index: 100
}

.b-loader:before {
	-o-animation: fxRotateMinute .5s linear infinite;
	-moz-animation: fxRotateMinute .5s linear infinite;
	-webkit-animation: fxRotateMinute .5s linear infinite;
	animation: fxRotateMinute .5s linear infinite
}

.b-loader:after {
	-o-animation: fxRotateHour 3s linear infinite;
	-moz-animation: fxRotateHour 3s linear infinite;
	-webkit-animation: fxRotateHour 3s linear infinite;
	animation: fxRotateHour 3s linear infinite
}

.b-index-bnn .r-menu {
	position: relative;
	z-index: 101;
	margin: 0 auto;
	display: none
}

.b-index-bnn .r-menu:after {
	display: block;
	clear: both
}

.b-index-bnn .r-menu li {
	font-size: 14px;
	line-height: 16px;
	color: #00518f;
	font-weight: 700;
	float: left
}

.b-index-bnn .r-menu li+li {
	margin-left: 10px
}

.b-index-bnn .r-menu li a {
	border-radius: 50%;
	background: #3b3943;
	width: 9px;
	height: 9px;
	text-indent: -9999px;
	display: block
}

.b-index-bnn .r-menu li a:hover {
	color: #0c7cae
}

.b-index-bnn .r-menu li.is-active a {
	background: #777580
}

.b-index-bnn .r-text {
	position: absolute;
	z-index: 60;
	top: 254px;
	left: 50%;
	width: 500px;
	height: 10px;
	margin-left: -250px;
	text-align: center
}

.b-index-bnn .r-text>li {
	font-size: 19px;
	line-height: 27px;
	font-family: ProximaLight, Helvetica, Roboto, Arial, sans-serif;
	color: #fff;
	position: relative;
	width: 500px;
	height: 90px;
	vertical-align: middle;
	display: none
}

.b-index-bnn .r-text>li p {
	color: #fff;
	text-align: center
}

.b-index-bnn .r-text>li a.button {
	padding: 8px 20px;
	background: rgba(255, 255, 255, .17);
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 3px !important;
	margin-top: 10px
}

.b-carousel {
	display: block;
	list-style-type: none
}

.b-carousel {
	position: absolute;
	bottom: -27px;
	left: 50%;
	z-index: 9
}

.b-carousel::before {
	content: '';
	background: url(../images/path.png) no-repeat;
	width: 843px;
	height: 398px;
	position: absolute;
	z-index: 0;
	bottom: 24px;
	left: -422px
}

.b-carousel>li {
	border-radius: 50%;
	border: 10px solid rgba(255, 255, 255, .21);
	position: absolute;
	top: 100px;
	left: 0;
	margin: -51px 0 0 -51px;
	z-index: 100
}

.b-carousel>li a {
	background: #333;
	width: 102px;
	height: 102px;
	display: block;
	top: 6px;
	left: 6px;
	z-index: 100;
	color: #fff;
	border-radius: 50%;
	padding-top: 13px
}

.b-bnn-list,
.b-bnn-list>li {
	position: absolute;
	bottom: 0;
	left: 50%
}

.b-carousel>li i {
	font-size: 53px;
	margin-top: 10px
}

.b-carousel>li.is-active {
	transform: scale(1.3);
	-webkit-transform: scale(1.3)
}

.b-carousel>li.is-active a {
	background: #d92727
}

.b-bnn-list {
	z-index: 7;
	list-style-type: none
}

.b-bnn-list>li {
	-ms-transform-origin: 50% -127.36px;
	-o-transform-origin: 50% -127.36px;
	-moz-transform-origin: 50% -127.36px;
	-webkit-transform-origin: 50% -127.36px;
	transform-origin: 50% -127.36px;
	z-index: 0
}

.b-loader {
	margin-left: -81px
}

.jaisalmer-tour {
	padding: 30px 0;
	margin: 0;
	position: relative;
	background: url(../images/jaisal-bg.jpg)
}

.jaisalmer-tour h2 {
	text-align: center;
	font-size: 36px;
	color: #b58f29;
	font-family: "Urbanist", sans-serif;;
	margin-bottom: 10px
}

.jaisalmer-tour h6 {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #393939;
	line-height: 24px
}

.initiatives-list {
	margin: 15px 0;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s
}

.initiatives-list .init-items .init-main-img,
.initiatives-list .init-items .init-text {
	vertical-align: top
}

.initiatives-list .init-items .init-main-img {
	width: 100%;
	height: 115px;
	border-radius: 50%;
	position: relative;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .23);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .23);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .23)
}

.initiatives-list .init-items .init-main-img a {
	width: 36px;
	height: 36px;
	background: #b58f29;
	text-align: center;
	padding-top: 5px;
	border-radius: 50%;
	color: #fff;
	top: 95px;
	left: 21px;
	position: absolute;
	border: 3px solid #fff
}

.initiatives-list .init-items .init-text {
	width: 240px;
	padding-top: 10px
}

.initiatives-list .init-items .init-text a {
	color: #191919;
	text-decoration: none;
	font-size: 18px;
	margin-bottom: 5px;
	font-family: "Urbanist", sans-serif;
}

.initiatives-list .init-items .init-text p {
	color: #565656;
	text-align: left;
	font-size: 14px;
	font-family: Urbanist, sans-serif
}

.initiatives-list:hover .init-items>a,
section.initiatives .initiatives-list:hover .init-main-img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.initiatives-list:hover .init-main-img {
	border: 5px solid #b58f29
}

.initiatives-list:hover .init-items>a {
	background: #fff;
	border: 3px solid #b58f29;
	color: #b58f29
}

.initiatives-list:hover .init-text a {
	color: #b58f29
}

.our-blog {
	padding: 30px 0;
	margin: 0;
	position: relative;
	background: #fff
}

.our-blog h2 {
	text-align: center;
	font-size: 36px;
	color: #b58f29;
	font-family: "Urbanist", sans-serif;;
	margin-bottom: 10px
}

.our-blog h6 {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #393939;
	line-height: 24px
}

.our-blog .button {
	margin: 10px 0;
	font-family: "Urbanist", sans-serif;
}

.our-blog .btn {
	color: #fff;
	padding: 10px 25px;
	border: #b58f29 1px solid;
	background: #b58f29;
	font-size: 16px
}

.our-blog .btn:hover {
	color: #b58f29
}

.post-thumb {
	margin: 15px 0;
	transition: all .3s;
	cursor: pointer;
	text-decoration: none
}

.post-thumb:hover {
	text-decoration: none
}

.post-overlay {
	background: rgba(0, 0, 0, .5);
	padding: 15px;
	min-height: 350px;
	max-height: 400px
}

.post-overlay:hover {
	text-decoration: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.post-caegory {
	    font-size: 20px;
	color: #fff;
	font-family: "Urbanist", sans-serif;
}

.post-caegory::before {
	background: #f1b93f;
	content: "";
	position: absolute;
	right: 50%;
	width: 62px;
	height: 3px;
	top: 36px;
	margin-right: -32px
}

p.post-title {
	    font-size: 17px;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 15px 0;
	color: #fff;
	font-weight: 300;
	text-decoration: none
}

.post-caption {
	text-align: center;
	color: #fff;
	position: relative;
	top: 80px
}

.post-date {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	line-height: 16px
}

.our-clients {
	padding: 30px 0;
	margin: 0;
	position: relative;
	background: #fff
}

.our-clients h2 {
	text-align: center;
	font-size: 36px;
	color: #b58f29;
	font-family: "Urbanist", sans-serif;;
	margin-bottom: 10px
}

.footer {
	padding: 0;
	background: #000;
	position: relative;
	font-family: Urbanist, sans-serif
}

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

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

.footer .flogo {
	text-align: center;
	margin: 10px 0
}

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

.footer .single-widget h2 {
    font-size: 25px;
	margin-bottom: 15px;
	color: #fff;
	font-family: "Urbanist", sans-serif;;
	position: relative;
	letter-spacing: 1px
}

.footer .list {
	margin-bottom: 15px
}

.footer .list li {
	line-height: 30px;
	color: #fff;
	    font-size: 18px;
	list-style: none
}

.footer .list li a {
	color: #fff
}

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

.footer .useful-links ul li {
	position: relative;
	line-height: 30px;
	list-style: none;
	width: 49%;
	margin-right: 1%;
	float: left
}

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

.footer .useful-links ul li i {
	margin-right: 5px
}

.footer .footer-bottom {
	background: #000
}

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

.footer .copyright {
	text-align: center !important
}

.footer .copyright p {
	color: #fff;
	line-height: 34px;
	text-transform: capitalize;
	text-align: center !important
}

.footer .copyright a {
	color: #707070
}

.footer .copyright a:hover {
	color: #707070
}

.footer .social {
	margin: 10px 0
}

.footer .social li {
	display: inline-block;
	margin-right: 3px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	color: #fff;
	padding: 0;
	background-color: #fff
}

.footer .social li i {
	margin: 0 !important
}

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

.events {
	padding: 40px 0;
	position: relative;
}

.events h2 {
	margin: 10px 0;
	font-size: 50px;
	color: #214B8D;
	text-align: center;
	font-family: "Rozha One", serif;
	padding: 0;
	font-weight: 300;
}

.events h3 {
	margin: 15px 0;
	font-size: 35px;
	color: #214B8D;
	font-weight: 300;
	text-align: center;
	font-family: "Rozha One", serif;
	padding: 0;
}

.events h6 {
	color: #000;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	line-height: 22px;
	padding: 0;
	font-family: 'BaselNeue ☞';
}

.events h6 a {
	color: #000;
	text-decoration: underline;
}

.events .single-event {
	margin: 15px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 5px;

}

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

.events .videobox {
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	position: relative;
	margin: 15px 0;
}

.events .videobox video {
	width: 100% !important;
	height: auto !important;
}

.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 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.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: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	transition: ;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 35;
	background: #fa6980;
}

.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: 0.5;
	visibility: visible;
}

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

.events .event-content h4 {
	font-size: 18px;
	margin: 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
}

.morepk-btn {
	text-align: center;
	position: relative;
	z-index: 000;
	background: rgba(0, 0, 0, 0.8);
	padding: 10px 0;
	color: #FFF;
}

.morepk-btn a {
	color: #FFF;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.innerbanner {
	margin: 0;
	padding: 0
}

.bread {
	background: #e9e9e9;
	color: #000;
	margin: 0;
	padding: 10px 0;
	font-family: Baskervville, serif
}

.bread ul {
	margin: 0;
	padding: 0;
	text-align: left
}

.bread ul li {
	color: #000;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}

.bread ul li a {
	color: #000
}

.bread ul li a:hover {
	color: #000
}

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

.abt-txt h2 {
	font-size: 36px;
	line-height: 50px;
	color: #181818;
	margin-bottom: 10px;
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 10px;
	font-family: Baskervville, serif
}

.abt-txt h2:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #b58f29;
	content: "";
	width: 35px;
	height: 2px
}

.abt-txt h2 span {
	color: #b58f29
}

.abt-txt p {
	margin-bottom: 15px;
	font-size: 16px;
	color: #2e2e2e;
	text-align: justify;
	line-height: 28px;
	font-family: "Urbanist", sans-serif;
	;
	font-weight: 300
}

.abt-txt ul {
	margin: 10px 0 10px 20px;
	padding: 0
}

.abt-txt ul li {
	font-size: 14px;
	line-height: 26px;
	color: #333;
	font-weight: 400;
	list-style: disc
}

.about-owner {
	margin: 0;
	padding: 30px 0;
	background: #f2f2f2
}

.servs {
	margin: 0;
	padding: 20px 0 20px 0;
	background: #fff
}

.taBox {
	margin: 20px 0;
	padding: 0;
	position: relative
}

.taBox .ttrans {
	margin: 0;
	padding: 20px 25px;
	top: 0;
	position: absolute;
	background: rgba(0, 0, 0, .3);
	height: 100%;
	width: 100%
}

.taBox .ttrans h1 {
	font-size: 16px;
	margin: 10px 0;
	padding: 0;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	font-family: Baskervville, serif
}

.taBox .ttrans h1 a {
	color: #fff
}

.taBox .ttrans h1 a:hover {
	color: #fff
}

.taBox .ttrans h2 {
	font-size: 14px;
	margin: 10px 0;
	position: relative;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff
}

.taBox .ttrans p {
	color: #fff;
	font-size: 14px
}

.taBox .but-wrap {
	margin-top: 10px
}

.taBox .a-btn {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2px;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 25px;
	background-color: transparent;
	border: #fff 1px solid;
	color: #fff;
	-webkit-transition: color .3s ease-in, background-color .3s ease-in;
	transition: color .3s ease-in, background-color .3s ease-in
}

.taBox .a-btn:before,
.taBox. a-btn:after {
	content: '';
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.taBox .a-btn:after {
	top: 0;
	left: 0
}

.taBox .a-btn:before {
	bottom: 0;
	right: 0
}

.taBox .a-btn .a-btn-line {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20
}

.taBox .a-btn .a-btn-line:after,
.taBox .a-btn .a-btn-line:before {
	content: '';
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 50%;
	height: 1px;
	background-color: #fff
}

.taBox .a-btn .a-btn-line:before {
	left: -11px
}

.taBox .a-btn .a-btn-line:after {
	right: -11px
}

.taBox .a-btn.creative:after,
.taBox .a-btn.creative:before {
	/*! border:1px solid transparent; */
	width: 0;
	height: 0
}

.taBox .a-btn.creative:after {
	-webkit-transition: border-color 0s ease-in 1.5s, width .3s ease-in 1.2s, height .3s ease-in .9s;
	transition: border-color 0s ease-in 1.5s, width .3s ease-in 1.2s, height .3s ease-in .9s
}

.taBox .a-btn.creative:before {
	-webkit-transition: border-color 0s ease-in .9s, width .3s ease-in .6s, height .3s ease-in .3s
		/*! transition:border-color 0s ease-in .9s,width .3s ease-in .6s,height .3s ease-in .3s */
}

.taBox .a-btn.creative .a-btn-line:after,
.taBox .a-btn.creative .a-btn-line:before {
	width: 0;
	-webkit-transition: width .3s ease-in 0s, background-color .3s ease-in;
	transition: width .3s ease-in 0s, background-color .3s ease-in
}

.taBox .a-btn.creative.anima:after,
.taBox .a-btn.creative.anima:before {
	width: 100%;
	height: 100%
}

.taBox .a-btn.creative.anima:after {
	border-top-color: #fff;
	border-right-color: #fff;
	-webkit-transition: width .3s ease-out, height .3s ease-out .3s;
	transition: width .3s ease-out, height .3s ease-out .3s
}

.taBox .a-btn.creative.anima:before {
	border-bottom-color: #fff;
	border-left-color: #fff
		/*! -webkit-transition:border-color 0s ease-out .4s,width .3s ease-out .6s,height .3s ease-out .9s; */
		/*! transition:border-color 0s ease-out .4s,width .3s ease-out .6s,height .3s ease-out .9s */
}

.taBox .a-btn.creative.anima .a-btn-line:after,
.taBox .a-btn.creative.anima .a-btn-line:before {
	width: 22px;
	-webkit-transition: width .3s ease-out 1.2s, background-color .3s ease-in;
	transition: width .3s ease-out 1.2s, background-color .3s ease-in
}

.taBox .a-btn:focus,
.taBox .a-btn:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none
}

.taBox .a-btn:focus .a-btn-line:after,
.taBox .a-btn:focus .a-btn-line:before,
.taBox .a-btn:hover .a-btn-line:after,
.taBox .a-btn:hover .a-btn-line:before {
	background-color: #111
}

.carBlock {
	background: #fff;
	padding: 1rem;
	margin: 30px 0px;
	box-shadow: 0 3px 6px 3px rgba(29, 20, 20, 0.07);
}

.carrent {
	margin: 25px 0;
	padding: 0;
	position: relative;
	background: #f9f9f9
}

.carrent .col-md-6,
.carrent .row {
	margin: 0;
	padding: 0
}

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

.cartext h2 {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-size: 24px;
	color: #181818;
	position: relative;
	font-family: Baskervville, serif
}

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

.cartext p {
	text-align: justify;
	font-size: 14px;
	font-family: "Urbanist", sans-serif;
	;
	font-weight: 300;
	line-height: 28px;
	margin: 0px 0px 20px 0px;
}

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

.cartext .btn {
	color: #b58f29;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 20px;
	border-radius: 30px;
	text-transform: uppercase;
	background: 0 0;
	border: #b58f29 1px solid
}

.single-hirecab {
	margin: 15px 0;
	padding: 10px;
	-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)
}

.single-hirecab: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)
}

.single-hirecab .head {
	position: relative
}

.single-hirecab .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: #b58f29
}

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

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

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

.single-hirecab:hover .head.overlay:before {
	opacity: .8;
	visibility: visible;
	background: #056bb6
}

.cab-content {
	padding: 0;
	margin: 0
}

.cab-content h3 {
	margin: 10px 0;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	font-family: Baskervville, serif
}

.cab-content h3 a {
	color: #3f3f3f
}

.cab-content ul {
	display: block;
	list-style: outside none none;
	margin: 10px 0;
	padding: 0 6px;
	text-align: center;
	vertical-align: top;
	width: 100%
}

.cab-content ul li {
	background: #ededed url(../images/bg_car_black.html) no-repeat scroll 2px 0;
	display: inline-block;
	margin: 0 1% 3px 0 !important;
	padding: 2px 2px 2px 26px !important;
	text-align: left;
	width: 48%;
	color: #000
}

.cab-content ul li:nth-child(2n) {
	background-position: 2px -40px
}

.cab-content ul li:nth-child(3n) {
	background-position: 2px -80px
}

.cab-content ul li:nth-child(4n) {
	background-position: 2px -120px
}

.cab-content .button {
	margin-top: 10px;
	text-align: center
}

.cab-content .btn {
	color: #fff;
	background: #b58f29;
	border-radius: 30px
}

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

.rent-btn {
	background-color: #b58f29;
	color: #fff !important;
	display: inline-block;
	font-weight: 600;
	margin-top: 5px;
	padding: 8px 30px;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.rent-btn:hover {
	background-color: #000;
	color: #fff
}

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

.form_wrapper h2 {
	text-align: center;
	font-size: 41px;
	font-family: Baskervville, serif
}

.form_wrapper p {
	text-align: center;
	color: #747474;
	font-size: 16px;
	font-weight: 300;
	font-family: "Urbanist", sans-serif;
	;
	line-height: 27px;
	margin-bottom: 20px
}

.form_wrapper .form-control {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	outline: 0;
	font-size: 15px;
	color: grey;
	margin: 0 0 16px 0;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #f2f2f2;
	border: 1px solid #dbdbdb;
	font-weight: 400;
	opacity: 1;
	border-radius: 0
}

.form_wrapper textarea {
	padding: 15px 15px;
	outline: 0;
	font-size: 15px;
	color: grey;
	margin: 0 0 16px 0;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #f2f2f2;
	border: 1px solid #dbdbdb;
	font-weight: 400;
	opacity: 1;
	border-radius: 0;
	height: 150px
}

.form_wrapper .wpcf7-submit {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 40px;
	display: inline-block;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: #000;
	border: none;
	letter-spacing: 2px;
	color: #fff
}

.contact_info {
	padding: 20px 0;
	background: #b58f29
}

.phone_details {
	margin: 15px 0;
	padding: 0;
	text-align: center;
}

.phone_details i {
	font-size: 24px;
	background: #fff;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	line-height: 0;
	margin: auto 0 auto 0;
	text-align: center;
	line-height: 60px;
}

.fa-solid {
	font-weight: 700
}

.phone_details h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	margin: 2rem 0;
	font-family: Baskervville, serif
}

.phone_details p {
	color: #fff;
	font-size: 16px;
	line-height: 27px;
	font-weight: 300;
	font-family: "Urbanist", sans-serif;
}

.phone_details p a {
	color: #fff;
}

.wtf {
	margin: 0;
	padding: 25px 0;
	background: #f6f5f2;
	position: relative
}

.enroll {
	position: relative;
	padding: 0 0 30px;
	font-family: Baskervville, serif
}

.enroll h2 {
	margin-bottom: 15px;
	padding: 0;
	font-size: 30px;
	line-height: 28px
}

.enroll h2 small {
	font-size: 15px
}

.enroll .enroll-form {
	margin-top: 30px;
	text-align: left;
	border-radius: 5px
}

.enroll .form-group {
	margin-bottom: 30px
}

.enroll .form-group label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px
}

.enroll .form-group input,
.enroll .form-group select {
	width: 100%;
	height: 40px;
	color: #2f2f2f;
	box-shadow: none;
	text-shadow: none;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	padding-left: 10px
}

.enroll .form-group input:hover,
.enroll .form-group textarea:hover {
	padding-left: 15px
}

.enroll .form-group textarea {
	height: 120px;
	color: #999;
	box-shadow: none;
	text-shadow: none;
	resize: none;
	border: 1px solid #e2e2e2;
	font-weight: 400;
	margin-bottom: 0;
	padding: 10px;
	border-radius: 0
}

.enroll .form-group .btn {
	background: #252525;
	color: #fff;
	text-align: center;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	display: block;
	padding: 18px 30px;
	border-radius: 3px;
	border: 0
}

.enroll .form-group .btn:before {
	display: none
}

.service-block-nine {
	position: relative;
	margin: 15px 0
}

.service-block-nine .inner-box {
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	border: 1px solid transparent;
	padding: 15px 15px 40px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(5, 5, 5, .15);
	overflow: hidden
}

.service-block-nine .inner-box:hover {
	border-color: #b58f29
}

.service-block-nine .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.service-block-nine .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.service-block-nine .image-box {
	position: relative
}

.service-block-nine .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px
}

.service-block-nine .image-box figure {
	margin: 0 0
}

.service-block-nine .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.service-block-nine .image-box .image a:after {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.service-block-nine .content-box {
	position: relative;
	padding: 10px 15px 0;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-nine .content-box h3 {
	margin-bottom: 15px
}

.service-block-nine .content-box h3 a {
	color: #000 !important;
	font-size: 16px;
	line-height: 26px
}

.service-block-nine .content-box h3:hover {
	color: #b58f29
}

.service-block-nine .content-box p {
	margin: 0;
	padding: 0;
	color: #adadad;
	font-size: 14px
}

.service-block-nine .read-more {
	width: 85px;
	height: 85px;
	font-size: 20px;
	font-weight: 300;
	color: #000;
	background: #f7f7f7;
	position: absolute;
	bottom: -30px;
	right: -30px;
	padding: 18px 0 0 21px
}

.service-block-nine .tran3s {
	transition: .3s ease-in-out
}

.service-block-nine .rounded-circle {
	border-radius: 50% !important
}

.service-block-nine .text-start {
	text-align: left !important
}

.service-block-nine:hover .read-more {
	color: #fff;
	background: #b58f29
}

.core-widget-list {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #f5f5f5;
	color: #949494
}

.core-widget-list h3 {
	font-size: 18px;
	font-weight: 600;
	padding: 35px 27px 0;
	margin-bottom: 13px;
	color: #252525;
	font-family: Baskervville, serif
}

.core-widget-list ul {
	list-style: none;
	margin-left: 0;
	padding: 0 0 5px 0
}

.core-widget-list ul li {
	padding: 13px 27px;
	border-top: #e1e1e1 1px solid;
	font-family: "Urbanist", sans-serif;
}

.core-widget-list ul li i {
	font-size: 15px;
	color: #b58f29;
	margin-right: 13px
}

.core-widget-list ul li:first-child {
	border-top: none
}

.tr-single-box {
	background: #fff;
	display: block;
	border-radius: 10px;
	border: 1px solid #f0f3f7;
	margin-bottom: 30px;
	box-shadow: 0 0 20px 0 rgba(62, 28, 131, .1)
}

.tr-single-header {
	width: 100%;
	border-bottom: 1px solid #f3f4f7;
	padding: 12px 25px
}

.tr-single-header h4 {
	margin: 0;
	font-size: 18px;
	color: #252525;
	font-weight: 600;
	font-family: Baskervville, serif
}

.tr-single-header h4>i {
	margin-right: 7px
}

.tr-single-body {
	width: 100%;
	padding: 15px 25px 25px
}

.icon-box-icon-block {
	width: 100%
}

.icon-box-round {
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-right: 7px;
	color: #778494;
	font-size: 14px;
	border-radius: 50%;
	background-color: #f0f3f7
}

.icon-box-round img {
	margin-top: -15px
}

.icon-box-round,
.icon-box-text {
	display: inline-block
}

.icon-box-text h4 {
	font-size: 18px;
	font-family: Baskervville, serif;
	font-weight: 300
}

.icon-box-text h4 a {
	color: #000;
	font-family: Baskervville, serif
}

.extra-service {
	margin: 10px 0 0;
	display: table;
	width: 100%
}

.extra-service li {
	list-style: none;
	padding: 7px 0
}

.widget {
	margin-bottom: 10px
}

.accordion-group {
	margin-bottom: 9px;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0
}

.accordion-heading {
	border-bottom: 0
}

.accordion-heading .accordion-toggle {
	text-decoration: none;
	display: block;
	padding: 8px 12px 8px 30px;
	cursor: pointer;
	font-size: 16px;
	line-height: 28px;
	font-family: Baskervville, serif;
	color: #fff;
	background: url(../images/accordion1_over.png) 10px 17px no-repeat #b58f29
}

.accordion-heading .accordion-toggle:hover {
	text-decoration: none;
	color: #f9f8f1;
	background: url(../images/accordion1_over.png) 10px 17px no-repeat #000
}

.accordion-inner {
	background: #f2f2e3;
	border-top: none;
	padding: 10px 15px
}

.accordion-inner ul {
	margin-bottom: 14px;
	list-style: none;
	padding-left: 0;
	font-family: "Urbanist", sans-serif;
}

.accordion-inner li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0
}

.accordion-inner li a {
	display: block;
	margin: 0;
	background-image: url(../images/n1.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	border-bottom: solid 1px #fff;
	padding: 10px 20px 10px 32px;
	text-decoration: none;
	color: #344125;
	font-family: Baskervville, serif
}

.section_title {
	margin-bottom: 20px;
	position: relative
}

.section_title>h2 {
	color: #b58f29;
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 30px;
	position: relative;
	font-family: Baskervville, serif
}

.section_title>h6 {
	font-size: 16px;
	margin: 10px 0
}

.section_title>h6 span {
	color: #f89406
}

.section_title>p {
	text-align: justify
}

.section_title>h2:after {
	background: #b58f29;
	bottom: -20px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 50px
}

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

.duration {
	background: #b58f29;
	padding: 8px 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: top;
	font-family: Baskervville, serif
}

.duration h4 {
	text-transform: capitalize;
	font-size: 14px;
	color: #fff;
	line-height: 114%;
	margin: 3px 0
}

.tourtype {
	display: inline-block;
	vertical-align: top
}

.tourtype ul {
	list-style: none;
	padding: 0 0;
	width: 100%;
	text-align: center;
	display: block;
	margin: 0 0;
	vertical-align: top
}

.tourtype ul li {
	padding: 35px 0 6px 0;
	list-style: none;
	font-size: 10px;
	background: #f5f5f5 url(../images/bg_interest.gif) no-repeat center 0;
	text-align: center;
	margin: 0 2px;
	line-height: 100%;
	display: inline-block;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 64px;
	width: 64px;
	overflow: hidden;
	position: relative;
	border: solid 1px #ededed
}

.tourtype ul li.leisure {
	background-position: center -176px
}

.tourtype ul li.food_lover {
	background-position: center -297px
}

.tourtype ul li.traveler {
	background-position: center 3px
}

.tourtype ul li.religious {
	background-position: center -116px
}

.tourtype ul li.cultural {
	background-position: center -412px
}

.tourtype ul li.heritage {
	background-position: center -235px
}

.tourtype ul li.taj_mahal {
	background-position: center -57px
}

.tourtype ul li.wildlife {
	background-position: center -354px
}

.tourtype ul li.air_conditioner {
	background-position: center -660px
}

.tourtype ul li.heater {
	background-position: center -720px
}

.tourtype ul li.air_bags {
	background-position: center -780px
}

.tourtype ul li.power_windows {
	background-position: center -840px
}

.tourtype ul li span {
	font-family: "Urbanist", sans-serif;
	;
	vertical-align: bottom;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 3px
}

.tour-overview {
	border: solid 1px #dedede;
	padding: 20px 20px;
	margin-bottom: 20px
}

.tour-overview h4 {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: .5rem;
	font-family: Baskervville, serif
}

.tour-overview h5 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: .5rem;
	font-family: Baskervville, serif
}

.tour-overview p {
	font-size: 14px;
	line-height: 26px;
	color: #333;
	font-weight: 400;
	text-align: justify;
	margin: 0px 0px 10px 0px;
}

.tour-overview ul {
	margin: 10px 0 10px 20px;
	padding: 0
}

.tour-overview ul li {
	font-size: 14px;
	line-height: 26px;
	color: #333;
	font-weight: 400;
	list-style: disc
}

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

.itinerary h4 {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 1rem;
	font-family: Baskervville, serif
}

.itinerary>div {
	position: relative;
	display: table;
	width: 100%;
	border-top: solid 1px #dedede;
	padding: 10px 0
}

.itinerary>div>div {
	display: table-cell;
	vertical-align: top
}

.itinerary>div>div:first-child {
	width: 86px
}

.itinerary>div>div:first-child span {
	background: #b58f29;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 8px 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	height: 66px;
	color: #fff;
	width: 66px;
	text-transform: uppercase
}

.itinerary>div>div:first-child small {
	line-height: 100%;
	font-size: 12px
}

.itinerary>div>div h4 {
	text-transform: uppercase;
	font-size: 16px;
	color: #262626;
	font-weight: 700;
	margin: 8px 0;
	font-family: Baskervville, serif
}

.itinerary>div>div li,
.itinerary>div>div p {
	font-size: 14px
}

.itinerary>div>div ol {
	margin: 0 0 20px 0;
	list-style: none;
	padding: 0 0
}

.itinerary>div>div ol li {
	display: inline-block;
	margin: 0 10px 0 0;
	border: solid 1px #b2b2b2;
	padding: 4px 12px;
	font-size: 11px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	line-height: 100%;
	vertical-align: top
}

.itinerary h6 {
	font-weight: 700;
	color: #777;
	font-size: 86%;
	line-height: 100%;
	margin: 7px 0
}

.page-subtitle h2 {
	margin: 20px 0;
	padding: 0;
	font-size: 24px;
	text-align: center;
	color: #2b2c2b;
	font-family: Baskervville, serif
}

.page-subtitle h2 span {
	text-transform: uppercase;
	color: #2b2c2b;
}

.page-subtitle h2 hr {
	background: #b58f29;
	border: 0 none;
	height: 4px;
	margin: 10px auto 0;
	width: 100px
}

.reqQuote {
	margin: 0;
	padding: 30px 0
}

.reqQuote a {
	color: #000;
	text-decoration: underline
}

.reqQuote .inner-content {
	margin: 0;
	padding: 0
}

.reqQuote label {
	display: inline-block;
	margin-bottom: .5rem !important;
	font-size: 14px
}

.reqQuote .title-box {
	margin-bottom: 25px
}

.reqQuote .title-box .form-title h2 {
	position: relative;
	margin-bottom: 2px;
	font-size: 28px;
	color: #444464
}

.reqQuote .form-content {
	padding: 25px;
	font-family: Baskervville, serif;
	box-shadow: 0 3px 6px 3px rgba(29, 20, 20, 0.07)
}

.reqQuote .form-content .form-group {
	margin-bottom: 1rem
}

.reqQuote .form-content .form-group textarea {
	height: 120px !important;
	resize: none
}

.reqQuote .form-content .form-group input[type=date],
.reqQuote .form-content .form-group input[type=email],
.reqQuote .form-content .form-group input[type=number],
.reqQuote .form-content .form-group input[type=text],
.reqQuote .form-content .form-group select,
.reqQuote .form-content .form-group textarea {
	width: 100%;
	height: 40px;
	background: #fff;
	color: #4f4f4f;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #d7d1cc;
	border-radius: 0;
	transition: .5s
}

.attraction {
	padding: 20px 0;
	margin: 0;
	position: relative
}

.attraction .flex {
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	display: flex
}

.attraction .heading {
	font-weight: 400;
	margin: 0;
	color: #b58f29;
	text-transform: uppercase;
	font-family: Baskervville, serif;
	font-size: 24px
}

.attraction .img-box {
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 10px
}

.attraction .img-box img {
	width: 100%
}

.attraction p {
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-family: "Urbanist", sans-serif;
	;
	font-weight: 300
}

.dSafari-list {
	position: relative;
	margin-bottom: 60px
}

.dSafari-list .col-md-4,
.dSafari-list .col-md-8,
.dSafari-list .row {
	margin: 0;
	padding: 0
}

.dSafari-list .loop_img {
	position: relative
}

.dSafari-list .loop_data {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 5px 0;
	background: #f4f4f4;
	padding: 50px;
	margin-left: -100px;
	z-index: 111
}

.dSafari-list .loop_data h2 {
	margin: 10px 0;
	font-family: Baskervville, serif;
	font-weight: 300
}

.dSafari-list .loop_data p {
	margin-bottom: 20px;
	font-family: "Urbanist", sans-serif;
	;
	font-weight: 300;
	font-size: 14px
}

.dSafari-list .loop_data01 {
	padding: 50px;
	z-index: 111;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 5px 0;
	background: #fefefe;
	box-shadow: 0 3px 6px 3px rgba(29, 20, 20, 0.07);
}

.dSafari-list .loop_data01 h2 {
	margin: 10px 0;
	font-family: Baskervville, serif;
	font-weight: 300;
	color: #b58f29
}

.dSafari-list .loop_data01 h2 a {
	color: #b58f29
}

.dSafari-list .loop_data01 p {
	margin-bottom: 20px;
	font-family: "Urbanist", sans-serif;
	;
	font-size: 14px;
	text-align: justify
}

.dSafari-list .loop_data01 h4 {
	margin-bottom: 05px;
	font-family: "Urbanist", sans-serif;
	;
	font-size: 16px;
	line-height: 1.8;
}

.dSafari-list .loop_data01 h5 {
	margin-bottom: 05px;
	font-family: "Urbanist", sans-serif;
	;
	font-size: 14px;
	line-height: 1.6;
}

.dSafari-list .loop_data01 h3 a {
	color: #fff
}

.dSafari-list .loop_data01 h3 {
	color: #fff;
	padding: 10px 15px;
	background-color: #28a745;
	border-color: #28a745;
	font-size: 16px;
	border-radius: 3px;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.dSafari-list button {
	background: 0 0;
	border: 0;
	outline: 0;
	padding: 0;
	cursor: pointer
}

.dSafari-list .btn {
	font-family: "Urbanist", sans-serif;
	;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	color: #b32945;
	padding-bottom: 4px;
	letter-spacing: 1px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0
}

.dSafari-list .btn svg {
	width: 60px;
	height: 60px;
	fill: none;
	stroke: rgba(140, 140, 140, 0.1);
	stroke-dashoffset: 180;
	stroke-width: .3px;
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}

.dSafari-list .btn span {
	padding-bottom: 0;
	left: -20px;
	position: relative;
	transition: all ease-in-out .3s
}

.dSafari-list .btn b.upcom {
	width: 40px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -50px;
	background: #3e3e3e;
	font-weight: 400;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.dSafari-list .btn:hover svg {
	stroke: #b58f29;
	stroke-dashoffset: 0;
	stroke-dasharray: 180;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	stroke-width: 1px;
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}

.dSafari-list .btn:hover b.upcom {
	right: -60px
}

.dSafari-list:last-child {
	margin-bottom: 30px
}

.project-list {
	position: relative;
	margin-bottom: 60px
}

.project-list .col-md-4,
.project-list .col-md-8,
.project-list .row {
	margin: 0;
	padding: 0
}

.project-list .loop_img {
	position: relative
}

.project-list .loop_data {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 5px 0;
	background: #f4f4f4;
	padding: 50px;
	margin-left: -100px;
	z-index: 111
}

.project-list .loop_data h2 {
	margin: 10px 0;
	font-family: Baskervville, serif;
	font-weight: 300
}

.project-list .loop_data p {
	margin-bottom: 20px;
	font-family: "Urbanist", sans-serif;
	;
	font-weight: 300;
	font-size: 14px
}

.project-list .loop_data01 {
	padding: 50px;
	z-index: 111;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 5px 0;
	background: #f4f4f4;
	box-shadow: 0 3px 6px 3px rgba(29, 20, 20, 0.07);
}

.project-list .loop_data01 h2 {
	margin: 10px 0;
	font-family: Baskervville, serif;
	font-weight: 300;
	color: #b58f29
}

.project-list .loop_data01 p {
	margin-bottom: 20px;
	font-family: "Urbanist", sans-serif;
	;
	font-weight: 300;
	    font-size: 18px;
	text-align: justify
}

.project-list button {
	background: 0 0;
	border: 0;
	outline: 0;
	padding: 0;
	cursor: pointer
}

.project-list .btn {
	font-family: "Urbanist", sans-serif;
	;
	text-transform: uppercase;
	font-size: .9rem;
	color: #3e3e3e;
	padding-bottom: 4px;
	letter-spacing: 1px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0
}

.project-list .btn svg {
	width: 60px;
	height: 60px;
	fill: none;
	stroke: rgba(140, 140, 140, 0.1);
	stroke-dashoffset: 180;
	stroke-width: .3px;
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}

.project-list .btn span {
	padding-bottom: 0;
	left: -20px;
	position: relative;
	transition: all ease-in-out .3s
}

.project-list .btn b.upcom {
	width: 40px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -50px;
	background: #3e3e3e;
	font-weight: 400;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.project-list .btn:hover svg {
	stroke: #9e8061;
	stroke-dashoffset: 0;
	stroke-dasharray: 180;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	stroke-width: 1px;
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}

.project-list .btn:hover b.upcom {
	right: -60px
}

.project-list:last-child {
	margin-bottom: 30px
}

.gallery-thumb {
	overflow: hidden;
	position: relative;
	margin: 10px 0
}

.gallery-thumb div {
	overflow: hidden
}

.gallery-thumb img {
	width: 100%;
	transition: .5s;
	cursor: pointer;
	display: block
}

.gallery-thumb:hover img {
	transform: scale(1.1)
}

.gallery-thumb .title {
	padding: 20px;
	background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0, rgb(230 230 230 / 0) 1%, rgb(4 4 4 / 61%) 39%, rgb(21 21 21 / 76%) 64%, rgb(36 36 36 / 84%) 100%);
	position: absolute;
	bottom: 0;
	width: 100%
}

.gallery-thumb .title h5 {
	transition: .5s ease-in-out;
	font-family: "Urbanist", sans-serif;
	;
	color: #fff;
	font-size: 18px;
	padding: 0;
	margin: 0;
	font-weight: 300;
	letter-spacing: 1px
}

.gallery-thumb:hover .title h5 {
	padding-bottom: 10px
}

.gallery__thumb {
	margin: 0
}

.board-thumb {
	margin: 15px 0;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	position: relative
}

.board-thumb>div {
	overflow: hidden;
	position: relative
}

.board-thumb img {
	-webkit-transition: all ease-in-out 2s;
	-o-transition: all ease-in-out 2s;
	transition: all ease-in-out 2s;
	display: block
}

.board-thumb:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

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

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

.iBox02 h3 a {
	color: #000
}

.iBox02 p {
	margin: 0 10px;
	padding: 0;
	line-height: 24px;
	text-align: justify;
	font-size: 14px;
	color: #5f5f5f
}

.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 30px 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: "Urbanist", sans-serif;
}

.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: "Urbanist", sans-serif;
}

.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
}

.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
}

.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: "Urbanist", sans-serif;
}

.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: "Urbanist", sans-serif;
}

.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
}

.testimonial {
	background: #fff;
	text-align: center;
	margin: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, .07);
}

.testimonial .description {
	padding: 15px 10px;
	margin-bottom: 50px;
	font-size: 15px;
	color: #887e7f;
	line-height: 30px;
	text-align: left;
	position: relative
}

.testimonial .testimonial-content {
	position: relative
}

.testimonial .pic img {
	width: 100%;
	height: auto;
	border-radius: 5%
}

.testimonial .title {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #b58f29;
	letter-spacing: 1px;
	text-transform: capitalize
}

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

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

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

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

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


.inner-tour {
	margin: 0;
	padding: 30px 0;
	position: relative;
	background: #f6f8fb;
}

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

.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;
}


.tour__content-wrap {
	position: relative;
	background-color: #fff;
	padding: 30px 20px 20px 24px;
	margin-bottom: 30px;
}

.tour__content {
	position: relative;
	color: #707070;
}

.tour__content::before {
	position: absolute;
	width: 4px;
	content: "";
	background-color: #b58f29;
	top: 0;
	height: 40px;
	left: -24px;
}

.tour__title {
	font-size: 30px;
	letter-spacing: -0.64px;
	color: #b58f29;
	margin: 0;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 1px;
	font-family: "DM Sans", sans-serif;
}

.tour__subtitle {
	font-size: 20px;
	letter-spacing: -0.64px;
	color: #3a3a3a;
	margin: 0;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.3px;
	margin-bottom: 10px;
	font-family: "DM Sans", sans-serif;
}

.tour__info {
	margin-top: 11px;
	display: flex;
	font-size: 14px;
	justify-content: flex-start;
	align-items: center;
	font-family: "DM Sans", sans-serif;
}

.tour__avg-rating {
	font-size: 19px;
	font-weight: 600;
	padding: 7px 15px;
	background-color: #129b0d;
	border-radius: 4px;
	line-height: 1.2;
	margin-right: 20px;
	color: #fff;
}

.tour-info-item {
	display: flex;
	align-items: center;
	margin-left: 10px;

}

.tour-info-item i {
	margin-right: 5px;
}

.alert--info {
	color: #048ee2;
	border: 1px solid #048ee2;
	background-color: #e8f5fd;
	border-radius: 4px;
	padding: 7px 10px;
	margin: 15px 0;
}

.alert--info p {
	font-size: 14px;
	color: #048ee2;
}

.alert--info p a {
	text-decoration: underline;
	color: #fd5b0a;
	font-weight: 600;
}

.tour__heighlights {
	margin: 0;
	padding: 0;
	font-family: "DM Sans", sans-serif;
}

.tour__heighlights ul {
	margin: 0;
	padding: 0;
}

.tour__heighlights ul li {
	margin: 8px 0;
	padding: 0 0 0 25px;
	background: url(../images/high-dot.png) center left no-repeat;
	font-size: 16px;
	width: 49%;
	color: #3d3d3d;
	margin-right: 1%;
	float: left;
}

.tour__overviews {
	margin: 0;
	padding: 0;
	font-family: "DM Sans", sans-serif;
}

.tour__overviews h3 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 14px;
	text-decoration: underline;
	font-weight: 600;
	color: #3d3d3d;
}

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

.tour__overviews .tour__inclusion ul {
	margin: 0;
	padding: 0;
}

.tour__overviews .tour__inclusion ul li {
	margin: 8px 0;
	padding: 0 0 0 35px;
	background: url(../images/right-icon.png) center left no-repeat;
	font-size: 15px;
	color: #3d3d3d;
}

.tour__overviews .tour__exclusion ul {
	margin: 0;
	padding: 0;
}

.tour__overviews .tour__exclusion ul li {
	margin: 8px 0;
	padding: 0 0 0 30px;
	background: url(../images/wrong-icon.png) center left no-repeat;
	font-size: 15px;
	color: #3d3d3d;
}

.tour__itinerary {
	margin: 0 padding: 0;
	font-family: "DM Sans", sans-serif;
}


.tour__itinerary .faq-content {
	margin-top: 10px
}

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

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

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

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

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

.tour__itinerary .panel-heading {
	background: 0
}


.tour__itinerary .faq-title a {
	padding: 10px 10px;
	font-size: 18px;
	position: relative;
	color: #3a3a3a;
	background: #fff;
	width: 100%;
	font-weight: 600;
	display: block;
}

.tour__itinerary .faq-title a span {
	line-height: 55px;
	background: #fff;
	padding: 12px 15px;
	border-radius: 5px;
	font-size: 18px;
	margin-right: 10px;
	border: #eaeaea 1px solid;
	color: #3a3a3a;
}

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

.tour__itinerary .panel.active .faq-title a {
	color: #3a3a3a;
	text-decoration: none
}

.tour__itinerary .faq-title a.collapsed::after {
	content: "\f103";
	color: #b58f29;
	background: 0 0
}

.tour__itinerary .faq-body {
	padding: 10px 20px;
	font-size: 15px;
	box-shadow: none;
	text-shadow: none
}

.tour__itinerary .faq-body p {
	font-size: 15px;
	color: #3a3a3a;
	margin-bottom: 20px;
}

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


.price__wrap {
	margin: 0 0 30px 0;
	padding: 12px 20px;
	background: #fff;
	box-shadow: 0px 0px 20px 5px rgba(198, 198, 198, 0.25);
	border-radius: 10px;
	font-family: "DM Sans", sans-serif;
}

.pricing-wrap__strikethrough-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #757575;
}

.pricing-wrap__strikethrough-price {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: #8e8e8e;
	margin-left: 2.5px;
}

.pricing-wrap__current-price {
	display: flex;
	align-items: center;
	margin-top: 10px;
	font-family: "DM Sans", sans-serif;
}

.pricing-wrap__current-price span {
	padding-left: 5px;
}

.pricing-wrap__current-price #total {
	padding-left: 0px;
}

.pricing-wrap__current-price {
	font-weight: bold;
	font-family: "DM Sans", sans-serif;
	font-size: 30px;
	line-height: 45px;
	color: #bf0a30;
	line-height: 1;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	flex-direction: row;
	margin-right: 15px;
	margin-bottom: 10px;
}

.pricing-wrap__inventory-name {
	font-weight: 500;
	font-size: 14px;
	margin-top: 6px;
	color: #000000;
}

.pricing-wrap__tp-discount-sale-box {
	display: flex;
	flex-direction: row;
	grid-gap: 10px;
	gap: 10px;
	width: 100%;
	margin-left: -8px;
	align-items: center;
}

.pricing-percent-difference {
	padding: 5px 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #bf0a30;
	background: #f8d7da;
	border-radius: 5px;
	margin: 0 5px;
	margin-right: 0px;
}

.booking__details {
	margin: 0;
	padding: 0;
}

.booking__details span {
	cursor: pointer;
}

.booking__details .minus,
.booking__details .plus {
	background: #f2f2f2;
	padding: .69rem .8rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0;
	cursor: pointer;
}

.booking__details .cminus,
.booking__details .cplus {
	width: 20px;
	height: 20px;
	background: #f2f2f2;
	border-radius: 4px;
	padding: 8px 5px;
	border: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.jt__title {
	margin: 15px 0;
	padding: 0;
	font-size: 14px;
	color: #181818;
	line-height: 24px;
	font-family: "DM Sans", sans-serif;
}

.jt__title strong {
	font-size: 16px;
}

.jt__title i {
	color: #925460;
	margin-right: 5px;
}

.booking__details .linebreak {
	border-top: #999 1px dashed;
	margin-top: 30px;
}


.booking__details .form-content {
	padding: 0;
	margin: 0
}

.booking__details .form-content .form-group {
	position: relative;
	margin-bottom: 15px
}

.booking__details .form-content .form-group label {
	font-size: 16px;
	font-weight: 600;
	color: #181818;
	line-height: 24px;
	font-family: "DM Sans", sans-serif;
	margin: 5px 0;
}

.booking__details .form-content .form-group label i {
	color: #925460;
	margin-right: 5px;
}

.booking__details .form-content .form-group input[type=date],
.booking__details .form-content .form-group input[type=email],
.booking__details .form-content .form-group input[type=text],
.booking__details .form-content .form-group input[type=time],
.booking__details .form-content .form-group select,
.booking__details .form-content .form-group textarea,
.form-content .form-group [type=number] {
	width: 100%;
	height: 45px;
	background: #fff;
	color: #181818;
	padding: 10px 10px;
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 0;
	transition: all .5s ease;
	text-align: left;
}


.booking-details__row {
	display: flex;
	align-items: center;
	margin-top: 10px;
	font-family: "DM Sans", sans-serif;
}

.booking-details__item-title {
	flex: 0 0 100px;
	font-size: 14px;
	font-weight: 600;
	color: #181818;
}

.booking-details__item-content {
	font-size: 14px;
}

.booking-details__row .booking-details__item-content:last-child {
	margin-left: auto;
}

.booking-details__section--pricing-bottom {
	flex-flow: row wrap;
	display: flex;
	font-family: "DM Sans", sans-serif;
}

.booking-details__item-title--lg {
	font-size: 16px;
	flex: 0 0 50%;
	padding: 5px 0;
	color: #181818;
	font-weight: bold;
}

.booking-details__total {
	color: #ff5e00;
	font-weight: bold;
	font-size: 22px;
	flex: 0 0 50%;
	text-align: right;
}


.fillthe__details {
	margin: 0;
	padding: 0;
	font-family: "DM Sans", sans-serif;
}

.fillthe__details .tour__box {
	margin: 15px 0;
	display: flex;
	font-size: 14px;
	color: #3d3d3d;
	font-weight: 600;
	justify-content: flex-start;
	align-items: center;
}

.fillthe__details .tour__box .tour__boximg {
	margin-right: 10px;
	width: 50px;
}

.fillthe__details .form-content {
	padding: 0;
}

.fillthe__details .form-content label {
	font-size: 14px;
	color: #5d5d5d;
}

.fillthe__details .form-content .form-group {
	margin-bottom: 1rem
}

.fillthe__details .form-content .form-group textarea {
	height: 120px !important;
	resize: none
}

.fillthe__details .form-content .form-group input[type=date],
.fillthe__details .form-content .form-group input[type=email],
.fillthe__details .form-content .form-group input[type=number],
.fillthe__details .form-content .form-group input[type=text],
.fillthe__details .form-content .form-group select,
.fillthe__details .form-content .form-group textarea {
	width: 100%;
	height: 40px;
	background: #fff;
	color: #4f4f4f;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #d7d1cc;
	border-radius: 0;
	transition: .5s
}

.fillthe__details .tour__inclusion ul {
	margin: 0;
	padding: 0;
}

.fillthe__details .tour__inclusion ul li {
	margin: 8px 0;
	padding: 0 0 0 35px;
	background: url(../images/right-icon.png) center left no-repeat;
	font-size: 15px;
	color: #3d3d3d;
}


.section__getQuestion {
	padding: 20px 30px;
	background-color: #fff;
	font-family: "DM Sans", sans-serif;
	margin: 0 0 30px 0;
}

.section__getQuestion h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	color: #b58f29;
	font-weight: 600;
	border-bottom: 1px solid #ededed;
}

.section__getQuestion p {
	font-size: 14px;
	margin: 10px 0;
}

.section__getQuestion h6 {
	font-size: 16px;
	margin: 10px 0;
	padding: 0 0 0 25px;
	background: url(../images/call-icon.png) left 10px no-repeat;
}

.section__getQuestion h6 a {
	color: #3d3d3d;
	font-weight: 600;
	line-height: 30px;
}

.section__getQuestion h6 small {
	font-weight: 400;
	font-size: 14px;
}

.get__acallback {
	padding: 10px;
	background-color: #fff;
	font-family: "DM Sans", sans-serif;
	margin: 0 0 30px 0;
	border: #f16f29 1px solid;
	border-radius: 5px;
}

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

.get__acallback .col-4,
.get__acallback .col-8 {
	padding-left: 5px;
	padding-right: 5px;
}

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

.get__acallback .button {
	margin-top: 10px;
	font-family: "DM Sans", sans-serif;
}

.get__acallback .btn {
	color: #fff;
	width: 100%;
	padding: 15px 25px;
	border: none;
	background-color: #f27028;
	background-image: linear-gradient(to right, #feb72a, #f27028);
	font-size: 16px;
}

.get__acallback .btn:hover {
	color: #fff;
	background-color: #f27028;
	background-image: linear-gradient(to right, #f27028, #feb72a);
}

.get__acallback .btn::before {
	color: #fff;
	background-color: #f27028;
	background-image: linear-gradient(to right, #f27028, #feb72a);
}


.pkg_box {
	padding: 10px;
	background-color: #fff;
	font-family: "DM Sans", sans-serif;
	margin: 0 0 30px 0;
	border: #f16f29 1px solid;
	border-radius: 5px;
}

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

.pkg_box .col-4,
.pkg_box .col-8 {
	padding-left: 5px;
	padding-right: 5px;
}

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

.pkg_box .button {
	margin-top: 10px;
	font-family: "DM Sans", sans-serif;
}

.pkg_box .btn {
	color: #fff !important;
}


.why__choose {
	padding: 0px;
	background-color: #fff;
	font-family: "DM Sans", sans-serif;
	margin: 0 0 30px 0;
}

.why__choose h3 {
	background: #b58f29;
	text-align: center;
	font-size: 18px;
	margin: 0;
	color: #FFF;
	padding: 16px 0;
}

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

.why__choose ul li {
	margin: 10px 0;
	padding: 0 0 0 35px;
	font-size: 14px;
	line-height: 28px;
	background: url(../images/right-icon.png) left 8px no-repeat;
}

.tour__policies {
	margin: 0;
	padding: 0;
	font-family: "DM Sans", sans-serif;
}

.tour__policies h3 {
	margin: 20px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #3d3d3d;
}

.tour__policies ul {
	margin: 0 0 0 15px;
	padding: 0;
	color: #b58f29 !important;
	list-style: disc !important;
}

.tour__policies ul li {
	margin: 8px 0;
	padding: 0;
	font-size: 14px;
	list-style: disc !important;
	color: #3d3d3d;
}

.number span {
	cursor: pointer;
}

.quantity .row,
.quantity .col-1,
.quantity .col-10 {
	margin: 0;
	padding: 0;
}

.quantity .btn-group-sm>.btn,
.btn-sm {
	padding: .69rem .8rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0;
}

.quantity span {
	margin: 0;
	padding: 0;
}

.bookdate .row,
.bookdate .col-1,
.bookdate .col-11 {
	margin: 0;
	padding: 0;
}

.bookdate .btn-group-sm>.btn,
.btn-sm {
	padding: .69rem .8rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0;
}


.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: "Urbanist", sans-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;
}

.logo img {
	width: 100px;
}

.owl-carousel {
	max-height: 97vh;
}

.abt-txt img{
	width:100%;
	max-width:500px;
	float:right;
	padding:15px;
}

.booking-form {
     
    }
    .package-img {
      border-radius: 10px;
      margin-bottom: 20px;
      width: 100%;
      height: auto;
    }
    .other-packages a {
      display: block;
    text-decoration: none;
    color: #000000;
    line-height: 40px;
    padding-left: 15px;
    font-size: 17px;
	    border: solid 1px #000;
    border-bottom: none;
    }
	
	.border-bottom  {
  border-bottom: solid 1px #000 !important;
}
    .other-packages a:hover {
      text-decoration: none;
    }
	
	
	.form-control:focus {
		box-shadow:none;
		    border-color:none;
	}
	
	.card {
		padding: 25px 30px;
		box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	}
	
	.form-group input{
		padding:5px;
		font-family: "Urbanist", sans-serif;
	}
	
	
.booking-form .btn {
	    color: #fff;
    padding: 10px 25px;
    border: #b58f29 1px solid;
    background: #b58f29;
    font-size: 16px;
	width:100%;
}

.other-packages {
	margin-top:20px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	    padding: 25px 20px;
}

.desert-camps {
 box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;   
 margin-bottom:20px;
}

.camp-content {
    padding:10px;
}

.package-camel-safari ul{
    padding-left:20px;
    margin-bottom:15px;
}


.package-camel-safari li{
    font-size:18px;
    line-height:30px;
    list-style: disc;
}

.package-camel-safari {
    padding:40px 0;
}



.package-camel-safari p{
    font-size:18px;
}









