html{
	overflow-x: hidden;
}
body {
	font-family: "Poppins", sans-serif;
	overflow-x:hidden;
	font-weight: 400;
	color: #29292b;
}

@font-face {
font-family: 'CasablancaNoirPersonalUse';
src: url('../fonts/CasablancaNoirPersonalUse.ttf') format('truetype');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
a {
	text-decoration:none;
	-moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
a:hover{text-decoration:none;}

.navbar-brand img{
	max-width: 412px;
}
.header .navbar-nav .nav-item{
	padding-left: 10px;
	display: flex;
	align-items: center;
}
.header .navbar-nav .nav-link{
	padding: 0;
	font-size: 16px;
	color: #29292b;
	font-weight: 600;
	text-transform: uppercase;
}
.header .navbar-nav .nav-link:hover{
	color: #856210;
}
.formbg{
	padding: 360px 150px 150px 150px;
	background: url(../images/formbg.png) no-repeat right bottom #ffc008;
	border-radius: 0px 0px 0px 100px;
}
.mar200{
	margin-top: -200px;
}
.formbg .form-group {
    margin-bottom: 30px;
}
.formbg .form-control {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: none;
    height: 65px;
    font-size: 17px;
    font-weight: 300;
    color: #000;
	padding: 0 25px;
}
.submitbtn {
	background: #29292b;
	border: none;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 17px;
	padding: 0px;
	width: 100%;
	text-align: center;
	height: 65px;
	border-radius:10px ;
	line-height: 65px;
	-webkit-border-radius:10px ;
	-moz-border-radius:10px ;
	-ms-border-radius:10px ;
	-o-border-radius:10px ;
}
.submitbtn .fa{
	padding-left: 25px;
}
.submitbtn:hover{
	background: #000;
}
.formbg .form-group label {
    margin-bottom: 10px;
    font-weight: 500;
	color: #1d1d1d;
	font-size: 16px;
}

.bannercontent{
	padding: 35px 0 0 150px;
}
.bannercontent h1{
	color: #29292b;
	font-size: 45px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.bannercontent p{
	color: #29292b;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}
.bannercontent img{
	max-width: 100%;
}

.bannerbottomrow{
	padding: 60px 0;
}
.bannerbottomrow-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.expbox{
	width: 325px;
	height: 325px;
	border: solid 4px #ffc008;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	padding: 20px;
	background: #fff;
}
.expboxinner{
	background: #fff6db;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	flex-direction: column;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.expboxinner h2{
	color: #29292b;
	font-size: 50px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.expboxinner p{
	color: #29292b;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
.mt-35{
	margin-top: -35px;
}
.bannerbottomrow-inner-mid{
	text-align: center;
}
.bannerbottomrow-inner-mid img{
	max-width: 100%;
}
.bannerbottomrow-inner-mid h2{
	color: #000;
	font-size: 60px;
	font-weight: 700;
	margin: 0;
}
.bannerbottomrow-inner-mid h1{
	color: #ffc008;
	font-size: 80px;
	line-height: 87px;
	font-weight: 700;
	margin: 0;
}
.welcomebg-img img{
	width: 100%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.headingbox h2{
	font-family: 'CasablancaNoirPersonalUse', Times, serif;
	font-size: 44px;
	color: #ffc008;
}
.headingbox h1{
	color: #222222;
	font-size: 45px;
	margin: 0 0 25px 0;
	font-weight: 500;
}
.welcomebg-content p{
	color: #29292b;
	font-size: 17px;
	line-height: 26px;
}
.welcomebg-content a{
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background: #ffc008;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 15px 30px;
}
.welcomebg-content a:hover{
	background: #000;
}
.selectVehicles{
	padding: 65px 0;
}
.selectVehicles .headingbox h2{
	font-size: 64px;
	margin: 0;
}
.vehiclebox{
	margin-top: 85px;
	background: #ffc008;
	padding: 20px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.vehiclebox-img{
	min-height: 210px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	margin-top: -100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
}
.vehiclebox-img img{
	max-width: 100%;
}
.vehiclebox-content{
	padding-top: 25px;
}
.vehiclebox-content h3{
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	text-align: center;
}
.vehiclebox-content ul{
	padding: 0;
	margin: 20px 0;
}
.vehiclebox-content ul li{
	list-style: none;
	background: url(../images/listicon.png) no-repeat left 5px;
	padding-left: 22px;
	margin: 8px 0;
	color: #fff;
	font-size: 17px;
}
.bookbtn{
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: 300;
	background: #29292b;
	padding: 15px 0;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.bookbtn:hover{
	background: #000;
}
.whychoosebg-inner{
	display: flex;
	align-items: center;
	gap: 30px;
}
.whychoosebg-left img{
	max-width: 100%;
}
.whychoosebg-right p{
	color: #29292b;
	font-size: 17px;
	line-height: 26px;
	margin: 0;
}
.whychoosebg-left{
	min-width: 665px;
}
.aboutme{
	padding-top: 60px;
}
.aboutme ul{
	padding: 0;
	margin: 0;
	display: flex;
}
.aboutme ul li{
	padding: 15px 35px;
	border-left: solid 1px #fdbe08;
	list-style: none;
}
.aboutme ul li:first-child{
	border: none;
}
.aboutme ul li h3{
	color: #f7ba08;
	font-size: 22px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 0 0 15px 0;
}
.aboutme ul li p{
	color: #29292b;
	font-size: 17px;
	line-height: 26px;
	margin: 0;
}

.packagesbg{
	padding: 50px 0;
}
.packagesbg h2 {
    font-size: 64px;
    margin: 0;
}
.packagebox{
	background: #fff6db;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	min-height:590px;
}
.packagebox img{
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.packagebox h4{
	color: #29292b;
	font-size: 24px;
	font-weight: 500;
	margin: 25px 0;
	text-align: center;
}
.packagebox p{
	color: #29292b;
	font-size: 17px;
	line-height: 26px;
	text-align: justify;
}
.booknow{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 15px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background: #f4b808;
}
.booknow:hover{
	background: #d09d06;
}

.footer{
	background: url(../images/footerbg.png) repeat-x;
	background-size: auto 100%;
	padding-top: 140px;
}
.footer-top{
	display: flex;
	justify-content: space-between;
}
.footer-top h1{
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 22px 0;
}
.footerabout p{
	color: #fff;
    font-size: 17px;
    line-height: 26px;
    text-align: justify;
	margin: 0;
}
.footerinfo p{
	color: #fff;
    font-size: 17px;
	margin-bottom: 7px;
}
.footerinfo p a{
	color: #fff;
}
.footerinfo p a:hover{
	color: #191814;
}
.footerlinksinner{

	gap: 15px;
}
.footerlinks ul{
	padding: 0;
	margin: 0;
}
.footerlinks ul li{
	list-style: none;
	padding-bottom: 5px;
}
.footerlinks ul li a{
	color: #fff;
}
.footerlinks ul li a:hover{
	color: #191814;
}
.footerabout{
	max-width: 30%;
}
.footer-bottom{
	padding: 60px 0;
	display: flex;
	align-items: center;
	gap: 30px;
}
.copyright{
	color: #fff;
	font-size: 17px;
}
.footer-social{
	display: flex;
	align-items: center;
	gap: 25px;
}
.footer-social a{
	color: #fff;
	font-size: 25px;
}
.footer-social a:hover{
	color: #191814;
}
.whychoosebg-left img{
	max-width: 100%;
}
.innerheadings{
	background: #ffc008;
	padding: 25px 0;
	text-align: center;
}
.innerheadings h1{
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	margin: 0;
}

.contactform .form-group {
    margin-bottom: 20px;
}
.contactform .form-group label {
    margin-bottom: 10px;
    font-weight: 600;
}
.contactform .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: solid 1px #000;
    height: 50px;
}
.sendbtn {
    background: #ffc008;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 10px;
}

.bookingmodal .modal-dialog{
    max-width: 800px;
}
.bookingmodal .form-group{
    margin-bottom: 20px;
}
.bookingmodal .form-group  label{
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}
.bookingmodal .form-control{
    border: solid 1px #000;
    height: 50px;
    font-size: 15px;
}
.bookingmodal .sendbtn{
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 15px 20px;
}
.bookingmodal .modal-header{
    background: #ffc008;
    color: #fff;
}

@media only screen and (min-width: 1141px) and (max-width: 1390px) {
	.header .navbar-nav .nav-link{font-size: 14px;}
	.bannercontent{padding: 30px 0 0 30px;}
	.formbg{padding: 398px 50px 50px 50px;}
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
	.navbar-brand img{max-width: 380px;}
	.header .navbar-nav .nav-item{padding-left: 10px;}
	.header .navbar-nav .nav-link{font-size: 14px;}
	.bannercontent{padding: 20px 0 0 20px;}
	.formbg{padding: 220px 50px 50px 50px;}
	.bannerbottomrow-inner-mid h2{font-size: 40px;}
	.bannerbottomrow-inner-mid h1{font-size: 40px; line-height: 47px;}
	.expbox{width: 280px; height: 280px; display: inline-block;}
	.whychoosebg-left {min-width: 420px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mar200{margin-top: 0;}
	.navbar-brand img{max-width: 200px;}
	.bannercontent{padding: 20px 15px; text-align: center;}
	.formbg{padding: 20px 15px;}
	.bannerbottomrow-inner{display: block; text-align: center;}
	.header .navbar-nav .nav-item{padding-left: 10px;}
	.header .navbar-nav .nav-link{font-size: 13px;}
	.bannerbottomrow-inner{display: block; text-align: center;}
	.expbox{width: 280px; height: 280px; display: inline-block;}
	.bannerbottomrow-inner-mid{padding: 25px 0;}
	.bannerbottomrow-inner-mid h2{font-size: 40px;}
	.bannerbottomrow-inner-mid h1{font-size: 40px; line-height: 47px;}
	.headingbox h1{font-size: 28px;}
	.whychoosebg-left{min-width: 300px;}
	.footer-top{display: block;}
	.footerabout{max-width: 100%;}
	.footer-top h1{margin-top: 40px;}
}
@media only screen and (max-width: 767px) {
	.navbar-brand img{max-width: 200px;}
	.header .navbar-nav .nav-item{padding: 10px 0; border-bottom: solid 1px #000;}
	.bannercontent{padding: 20px 15px; text-align: center;}
	.formbg{padding: 20px 15px;}
	.bannerbottomrow-inner{display: block; text-align: center;}
	.expbox{width: 280px; height: 280px; display: inline-block;}
	.bannerbottomrow-inner-mid{padding: 25px 0;}
	.bannerbottomrow-inner-mid h2{font-size: 40px;}
	.bannerbottomrow-inner-mid h1{font-size: 40px; line-height: 47px;}
	.headingbox h1{font-size: 28px;}
	.whychoosebg-inner{display: block; text-align: center;}
	.whychoosebg-left{min-width: 100%; padding-bottom: 25px;}
	.aboutme ul{display: block;}
	.aboutme ul li{padding: 20px 0; border: none; text-align: center;}
	.aboutme ul li h3{flex-direction: column;}
	.footer{background-size: 100% auto; background-color: #ff8207;}
	.footer-top{display: block;}
	.footerabout{max-width: 100%;}
	.footer-top h1{margin-top: 40px;}
	.footer-bottom{flex-direction: column; text-align: center;}
	.mar200{margin-top: 0;}
	.innerheadings h1{font-size: 30px;}
}