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

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

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

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

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

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

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	border-bottom: 1px solid #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header{
	background:#000;
	top: 0;
	border-bottom: none;
	animation: smoothScroll 1s;
	z-index: 999;
}
.menu-part {
	padding: 15px 0;
}
.logo img{
	width: 220px;
}
.header-right{
	text-align: right;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;
	margin-right:25px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: none;
	padding: 5px 0;
	position: relative;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color: #d7b65d;
}
.menu ul li a:before{
	width: 0;
	height: 2px;
	background:#d7b65d;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	transition: ease 0.5s all 0s;
}
.menu ul li li a:before{
	display:none;
}
.menu ul li a.active:before, .menu ul li a:hover:before{
	width: 100%;
}
.get-btn{
	display: inline-block;
	vertical-align: middle;
	background: #d7b65d;
	color: #000;
	font-size: 17px;
	font-weight: 500;
	padding: 9px 25px;
	margin-left:35px;
	transition: ease 0.5s all 0s;
}
.get-btn:hover {
	box-shadow: inset 153px 0px 10px 0px #fff;
}
.banner{
	position: relative;
	overflow: hidden;
}
.banner img{
	width: 100%;
}
.banner:before{
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.93) 22%, rgba(0, 0, 0, 0.2) 100%);
/* 	background: linear-gradient(90deg,rgba(0, 0, 0, 0.85) 22%, rgba(0, 0, 0, 0.42) 100%); */
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.banner-content{
	position: absolute;
	width: 100%;
	top: 56%;
	transform: translateY(-50%);
}
.banner-part{
	max-width: 615px;
}
.banner-title{
	font-family: 'Gotu';
	font-size: 54px;
	line-height: 54px;
	color: #fff;
}
.banner-title strong{
	font-weight: normal;
	color: #d7b65d;
}
.banner-text{
	font-size: 17px;
	color: #fff;
	margin-top: 20px;
	line-height: 1.4;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	color: #000;
	padding: 8px 44px 10px;
	font-size: 17px;
	font-weight: 500;
	margin: 24px 7px 0 0;
	transition: ease 0.5s all 0s !important;
}
.banner-btn a:hover{
	box-shadow: inset 153px 0px 10px 0px #d7b65d;
}
.banner-btn a:last-child{
	background: #d7b65d;
	padding: 8px 35px 10px;
}
.banner-btn a:last-child:hover{
	box-shadow: inset 210px 0px 10px 0px #fff;
}
.banner-bottom-sec{
	background: #000;
	padding: 30px 0;
}
.box1{
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	color: #d7b65d;
	font-weight: 500;
	line-height: 1.2;
	border-right:1px solid #fff;
}
.box1 img{
	max-height: 60px;
}
.box1-top:last-child .box1{
	border-right:none;
}
.about-sec{
	padding: 50px 0;
}
.small-title{
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	background: #d7b65d;
	color: #000;
	text-transform: uppercase;
	padding: 3px 12px;
	line-height: 1.1;
	margin-bottom: 8px;
}
.about-title{
	font-family: 'Gotu';
	font-size: 36px;
	line-height: 38px;
	color: #020204;
}
.about-txt{
	font-size: 16px;
	color: #020204;
	margin-top: 8px;
	line-height: 1.4;
}
.about-txt ul{
	margin: 18px 0 0;
	padding: 0;
}
.about-txt ul li{
	list-style: none;
	background: url(../images/tick.png) no-repeat;
	padding-left: 30px;
	background-size: 22px;
	margin-top: 6px;
	background-position: 0 1px;
}
.learn-btn{
	display: inline-block;
	background: #010101;
	color: #fff;
	padding: 8px 28px 10px;
	font-size: 17px;
	font-weight: 500;
	margin-top: 24px;
	transition: ease 0.5s all 0s;
}
.learn-btn:hover{
	box-shadow: inset 153px 0px 10px 0px #d7b65d;
	color: #000;
}
.about-right2{
	position: relative;
}
.help-part{
	background: #d7b65d;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: -110px;
	font-weight: 500;
	color: #000;
	width: 230px;
	padding: 20px 15px 15px;
}
.help-part img{
	display: inline-block;
	width: auto !important;
	margin-bottom: 6px;
	animation: ring 1.5s infinite ease-in-out;
}
@keyframes ring {
	0% { transform: rotate(0deg); }
	10% { transform: rotate(15deg); }
	20% { transform: rotate(-15deg); }
	30% { transform: rotate(10deg); }
	40% { transform: rotate(-10deg); }
	50% { transform: rotate(5deg); }
	60% { transform: rotate(-5deg); }
	70% { transform: rotate(0deg); }
	100% { transform: rotate(0deg); }
}
.help-part strong{
	display: block;
	font-size: 26px;
	font-weight: 600;
	line-height: 26px;
	margin-top: 3px;
}
.help-part strong a{
	color: #000;
	transition: ease 0.5s all 0s;
}
.help-part strong a:hover {
	color: #fff;
}
.service-sec{
	background: #0e151b;
	padding: 50px 0;
}
#service-slider{
	margin-top: 24px;
}
#service-slider .item{
	margin: 10px;
	padding: 10px;
	background: #fff;
	border-radius:10px;
	min-height: 100%;
	transition: ease 0.5s all 0s;
	overflow: hidden;
}
#service-slider .owl-stage-outer {
	padding-bottom: 16px;
}
#service-slider .owl-stage{
	display: flex;
}
#service-slider .owl-prev, #service-slider .owl-next{
	display: none;
}
#service-slider .owl-dots{
	text-align: center;
	margin-top: 30px;
}
#service-slider  .owl-dot{
	border: none;
	background: transparent;
	padding: 0;
}
#service-slider  .owl-dot span{
	background:transparent;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	border-radius: 50%;
	border: 2px solid #fff;
}
#service-slider  .owl-dot.active span{
	background: #d7b65d;
	border: 2px solid #d7b65d;
}
.service-img{
	border-radius:7px;
	overflow: hidden;
}
.service-img img{    
	width: 100%;
	transition: ease 0.5s all 0s;
}
#service-slider .item:hover .service-img img{
	transform: scale(1.1);
}
.serv-content {
	padding: 0 10px;
}
.s-title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 20px 0 14px;
	border-bottom: 1px solid #919090;
	line-height: 24px;
}
.s-text{
	color: #020204;
	font-size: 15px;
	margin-top: 10px;
}
#service-slider .item a{
	display: inline-block;
	font-weight: 600;
	color: #000;
	margin-top: 7px;
	font-size: 17px;
	transition: ease 0.3s all 0s;
}
#service-slider .item a:hover {
	color: #b3933d;
	letter-spacing: 2px;
}
.book-car-sec{
	padding: 50px 0 0;
}
.cont-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #000;
	color: #fff;
	padding: 13px 26px;
	font-size: 17px;
	font-weight: 500;
	margin: 24px 7px 0;
	line-height: 1.2;
	transition: ease 0.5s all 0s;
}
.cont-btn a:last-child {
	background: #d7b65d;
	color: #000;
	padding: 13px 45px;
}
.cont-btn a:hover{
	box-shadow: inset 200px 0px 10px 0px #d7b65d;
	color: #000;
}
.cont-btn a:last-child:hover{
	box-shadow: inset 250px 0px 10px 0px #000;
	color: #fff;
}
.cars{
	margin-top: 30px;
	margin-bottom: -80px;
}
.choose-us-sec{
	background: #0e151b;
	padding: 120px 0 50px;
}
.box2-top{
	margin-top: 25px;
}
.box2{
	display: flex;
	align-items: center;
	gap: 25px;
	color: #fff;
	line-height: 1.4;
}
.box2 strong{
	font-family: 'Gotu';
	display: block;
	font-size: 20px;
	margin-bottom: 3px;
	line-height: 1.3;
}
.box2 img{
	background: #fff;
	border-radius: 5px;
	width: 88px;
}
.title{
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	border: 2px solid #d7b65d;
	line-height: 1.3;
	padding: 10px 24px 13px;
	margin-top: 38px;
}
.fleet-sec{
	padding: 50px 0;
}
.box4-top{
	margin-top:10px
}
.box4{
	text-align: center;
	padding: 0 10px;
}
.box4 img{
	max-width:312px;
}
.box4-title{
	font-size: 22px;
	font-weight: 600;
	color: #3c3636;
	line-height: 1.3;
	margin-top: 5px;
}
.book-fleet-sec{
	position: relative;
	z-index: 9;
}
.book-fleet-part{
	background: #000;
	border-radius: 15px;
	overflow: hidden;
}
.fleet-left{
	display: flex;
	align-items: center;
	padding: 0 5%;
}
.fleet-left .cont-btn a, .ride-luxury .cont-btn a{
	background: #fcfcfc;
	color: #000;
	padding: 12px 34px;
}
.fleet-left .cont-btn a:last-child, .ride-luxury .cont-btn a:last-child{
	padding: 12px 16px;
	background: #d7b65d;
	color: #000;
}
.fleet-left .cont-btn a:last-child{
	padding: 12px 32px;
}
.fleet-left .cont-btn a:last-child:hover, .ride-luxury .cont-btn a:last-child:hover{
	box-shadow: inset 250px 0px 10px 0px #fff;
	color: #000;
}
.fleet-right {
	margin: 0 0 -28px;
}
.fleet-right img{
	width: 100%;
	object-fit: cover;
}
.review-sec{
	background: #e5e5e5;
	margin-top: -150px;
	padding: 200px 0 50px;
}
.review-part{
	margin-top:30px;
}
.faq-left {
	padding-right: 15px;
}
.sp-testimonial-free{
	background: #fff !important;
	padding: 102px 20px 20px !important;
	margin: 6px;
	border-radius: 15px !important;
	position:relative;
}
.sp-testimonial-client-testimonial p{
	text-align: left !important;
	font-size: 16px !important;
	color: #3a3a3a !important;
	padding: 0 !important;
	line-height: 23px !important;
	margin-bottom: 0 !important;
}
.sp-testimonial-client-name{
	text-align: left !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #060606 !important;
	margin-bottom: 0 !important;
	margin-top: 20px !important;
}
.sp-testimonial-client-designation{
	text-align: left !important;
	font-size: 16px !important;
	color: #3a3a3a !important;
	font-style: italic !important;
}
.sp-testimonial-client-image{
	position: absolute;
	top: 20px;
	margin-bottom: 0 !important;
}
.sp-testimonial-client-rating{
	position: absolute;
	top: 45px;
	right: 20px;
}
.sp-testimonial-free-section .testimonial-nav-arrow{
	font-size: 58px !important;
	top: 66% !important;
}
.faq-sec{
	padding: 50px 0 0;
}
.faq-part{
	margin-top:30px;
}
.sp-ea-single{
	border-radius: 7px !important;
	overflow: hidden;
}
.sp-ea-single .ea-header a{
	font-size: 18px !important;
	line-height: 20px !important;
	padding: 13px 15px !important;
	background: #e8e8e8;
	color:#2a2a2a !important;
}
.ea-expand.sp-ea-single .ea-header a{
	background:#d7b65d !important;
	color:#000 !important;
}
.sp-ea-single .ea-body{
	background:#e8e8e8 !important;
}
.form-right{
	background: #0e151b;
	padding: 30px 25px;
	border-radius:10px 10px 0px 0;
}
.form-right .about-title{
	font-size: 30px;
	line-height: 33px;
}
.form-part{
	margin-top:15px;
}
.frm_fld input {
	width: 100%;
	padding:15px 15px 15px 35px;
	border: none !important;
	border-bottom:1px solid #d7b65d !important;
	border-radius: 0;
	color: #fff;
	background:transparent;
}
.frm_fld select {
	background:transparent;
	width:100%;
	border: none !important;
	border-bottom:1px solid #d7b65d !important;
	border-radius:0;
	font-size:15px;
	color:#fff;
	padding:15px 30px 15px 35px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none;
}
.frm_fld select option{
	color:#000;
	background:#fff;
}
.frm_fld textarea {
	width: 100%;
	height: 84px;
	padding: 15px 15px 15px 35px;
	background:transparent;
	color: #fff;
	border-radius: 0;
	border: none !important;
	border-bottom:1px solid #d7b65d !important;
	resize: none;
}
.send_btn input {
	border: none !important;
	display: block;
	width: 100%;
	border-radius: 2px !important;
	padding: 12px 30px !important;
	background: #d7b65d !important;
	color: #000 !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	margin-top: 25px;
	text-align: center;
	text-transform: none !important;
}
.frm_fld p, .send_btn p{
	margin-bottom:0 !important;
}
.f-call.frm_fld input, .f-mail.frm_fld input, .f-ph.frm_fld input, .f-message.frm_fld textarea{
	background-repeat: no-repeat;
	background-position: center left;
}
.f-call.frm_fld input{
	background-image:url(../images/fm1.png) !important;
}
.f-mail.frm_fld input{
	background-image:url(../images/fm2.png) !important;
}
.f-ph.frm_fld input{
	background-image:url(../images/fm3.png) !important;
}
.f-serv.frm_fld select{
	background-image: url(../images/fm4.png), url(../images/dropdown.png) !important;
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right 15px center;
}
.f-message.frm_fld textarea{
	background-image:url(../images/fm5.png) !important;
	background-position: top 12px left;
}
.ride-luxury-sec{
	background: url(../images/ride-luxury-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 60px 0;
}
.ride-luxury{
	background: #0101015c;
	border: 1px solid #676153;
	text-align: center;
	max-width: 78%;
	margin: 0 auto;
	padding: 50px 25px;
	border-radius: 7px;
}
.ride-luxury .about-title span{
	color: #d7b65d;
}
.ride-luxury .cont-btn a:last-child{
	padding: 12px 34px;
}
.footer{
	background: url(../images/footer-bg.jpg) #1b1b1b no-repeat center top;
	background-size: cover;
	padding: 50px 0 30px
}
.foot_logo img{
	width: 205px;
}
.foot_text {
	color: #fff;
	font-size: 15px;
}
.foot_title{
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 22px;
	position: relative;
}
.foot_title:after{
	width: 100px;
	height: 2px;
	background: #d7b65d;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	background: url(../images/shape1.png) no-repeat;
	list-style: none;
	font-size: 16px;
	color: #fff;
	margin-bottom: 12px;
	padding-left: 30px;
	line-height: 1.3;
	background-position: 0 2px;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover {
	color: #d3a939;
}
.foot1.second li{
	background-image: none;
	display: flex;
	align-items: start;
	gap: 10px;
	margin-bottom: 15px;
	padding-left: 0;
	font-size: 17px;
}
.foot1.second li img{
	margin-top: 5px;
}
.foot_left{
	padding-left: 40px;
}
.foot_right{
	padding-left: 30px;
}
.copyright{
	padding: 15px 0;
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
}
.copyright a{
	color: #d7b65d;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: 1%;
	color: #fff;
	background: #0a0a0a;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 240px 0 145px !important;
	margin: 0 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.55);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.breadcrumb-container {
	text-align: center;
	color: #fff !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color: #fff !important;
}
.abt-title {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	margin-bottom: 12px;
	line-height: 1.2;
}
.abt-title strong{
	font-weight: bold;
	color:#c6a240;
}
.abt-title.dup{
	font-size: 22px;
	font-weight: bold;
	color:#29292a;
	margin-top: 16px;
}
.ab-inner-text {
	color: #020204;
	font-size: 17px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/check3.png) no-repeat;
	background-position: top 4px left;
	list-style: none;
	padding-left: 30px;
	font-size: 17px;
	margin-bottom: 5px;
	color: #020204;
	background-size: 21px;
}
.inner-sec {
	background:#0e151b0f;
	margin-top: 50px;
	padding: 50px 0;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#b29545;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#000;
} 
.content-box {
	background: #fff;
	padding: 40px 50px;
	border-radius: 18px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
}
.contact_top_number {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
	filter: brightness(0) saturate(100%) invert(66%) sepia(16%) saturate(1673%) hue-rotate(6deg) brightness(90%) contrast(89%);
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background:#0e151b;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.contact-right .frm_fld input, .contact-right .frm_fld textarea {
	padding: 15px 0;
}
.contact-right .frm_fld select{
	background:url(../images/dropdown.png) no-repeat center right 15px !important;
	padding: 14px 15px 13px 0;
}
.contact-right.two{
	margin-top:35px;
	border-radius:10px;
	padding: 35px 30px 0;
}
.contact-right.book-now-sec{
	border-radius:8px;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#d7b65d;
	color: #000 !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.back-btn a {
	background: #212120;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 3px;
	padding: 12px 22px 9px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 10px 0 50px;
	text-align: center;
}


/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 567px) {
	.banner img{
		height:300px;
		object-fit:cover;
	}
}

@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		background:#000;
		border-bottom: none;
	}
	.menu-part {
		padding: 12px 0;
	}
	.get-btn, .menu{
		display:none;
	}
	.logo img {
		width: 132px;
	}	
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 2px;
		padding: 5px 25px !important;
	}
	.banner {
		margin-top: 69px;
	}
	.banner-content {
		top: 50%;
	}
	.banner-part {
		max-width: 100%;
	}
	.banner-title {
		font-size: 28px;
		line-height: 30px;
	}
	.banner-text {
		font-size: 15px;
		margin-top: 6px;
	}
	.banner-btn{
		display:none;
	}
	.banner-bottom-sec {
		padding: 15px 0 25px;
	}
	.box1-top{
		margin-top:10px;
	}
	.box1 {
		font-size: 17px;
		border-right: none;
	}
	.box1 img {
		max-height: 50px;
	}
	.box1 br{
		display:none;
	}
	.about-sec {
		padding: 35px 0;
	}
	.small-title {
		font-size: 14px;
		padding: 8px 9px 6px;
		margin-bottom: 10px;
	}
	.about-title {
		font-size: 24px;
		line-height: 25px;
	}
	.about-right{
		margin-top:20px;
	}
	.about-right img{
		width:100%;
	}
	.about-right2{
		margin-top:20px;
	}
	.about-right2 img{
		width:100%;
	}
	.help-part {
		bottom: 0;
		left: 0;
		width: 202px;
		padding: 20px 15px 15px;
		font-size: 15px;
	}
	.help-part img {
		width: 50px !important;
	}
	.help-part strong {
		font-size: 20px;
		line-height: 20px;
		margin-top: 4px;
	}
	.about-left2{
		margin-top:20px;
	}
	.about-txt{
		font-size: 15px;
	}
	.learn-btn {
		padding: 8px 25px 10px;
		font-size: 15px;
		margin-top: 20px;
	}
	.service-sec {
		padding: 35px 0;
	}
	#service-slider {
		margin-top: 15px;
	}
	.s-title {
		font-size: 18px;
		padding: 16px 0 13px;
		line-height: 22px;
	}
	.book-car-sec {
		padding: 30px 0 0;
	}
	.cont-btn a {
		padding: 11px 20px;
		font-size: 16px;
		margin: 20px 3px 0;
	}
	.cont-btn a:last-child {
		padding: 11px 30px;
	}
	.cars {
		margin-bottom: -54px;
	}
	.cars img{
		width:100%;
	}
	.choose-us-sec {
		padding: 85px 0 35px;
	}
	.box2-top {
		margin-top: 20px;
	}
	.box2 {
		gap: 10px;
		font-size: 15px;
	}
	.box2 img {
		width: 72px;
	}
	.box2 strong {
		font-size: 17px;
		margin-bottom: 2px;
	}
	.title {
		font-size: 18px;
		margin-top: 25px;
	}
	.fleet-sec {
		padding: 35px 0;
	}
	.box4-top {
		margin-top: 10px;
		width: 50%;
	}
	.box4 {
		padding: 0;
	}
	.box4 img {
		max-width: 100%;
	}
	.box4-title {
		font-size: 16px;
	}
	.fleet-left {
		padding: 35px 5% 0;
	}
	.fleet-left .cont-btn a, .ride-luxury .cont-btn a{
		padding: 11px 20px;
		font-size: 15px;
	}
	.fleet-left .cont-btn a:last-child, .ride-luxury .cont-btn a:last-child{
		padding: 11px 16px;
	}
	.fleet-right {
		margin: 30px 0 -10px;
	}
	.review-sec {
		padding: 180px 0 35px;
	}
	.review-part {
		margin-top: 20px;
	}
	.faq-sec {
		padding: 35px 0 20px;
	}
	.faq-part {
		margin-top: 20px;
	}
	.faq-left {
		padding-right: 0;
	}
	.sp-ea-single .ea-header a{
		font-size: 16px !important;
		padding: 13px 10px !important;
	}
	.form-right {
		padding: 34px 20px 0;
		margin-top: 20px;
	}
	.form-right .about-title {
		font-size: 24px;
		line-height: 25px;
	}
	.send_btn input {
		padding: 10px 30px !important;
		font-size: 16px !important;
		margin-top: 20px;
	}
	.ride-luxury-sec {
		padding: 45px 0;
	}
	.ride-luxury {
		max-width: 100%;
		padding: 32px 20px;
	}
	.footer {
		padding: 30px 0 25px;
	}
	.foot_logo img {
		width: 160px;
	}
	.foot_left, .foot_right{
		padding-left: 12px;
	}
	.foot_title {
		font-size: 18px;
		margin-bottom: 20px;
		margin-top: 15px;
	}
	.foot1.second li{
		font-size: 16px;
	}
	.copyright {
		padding: 15px 0 60px;
		font-size: 14px;
	}
	.page .entry-header, .blog_page_header{
		padding: 125px 0 82px !important;
		margin: 0 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 23px;
	}
	.abt-title {
		font-size: 21px;
		margin-bottom: 10px;
	}
	.abt-title.dup {
		font-size: 19px;
		margin-top: 15px;
	}
	.ab-inner-text {
		font-size: 16px;
	}
	.ab-inner ul li{
		font-size: 16px;
	}
	.content-box {
		padding: 25px 10px;
	}
	.inner-sec {
		margin-top: 35px;
		padding: 35px 0;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.bottom-sec {
		padding: 35px 10px;
		margin-top: 30px;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text {
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 17px;
	}
	.contact-right {
		padding: 20px 15px 0;
	}
	.contact-right.two {
		margin-top: 30px;
		padding: 30px 20px 0;
	}	
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-part {
		max-width: 100% !important;
	}
	.box1-top {
		width: 50% !important;
	}
	.serv-content {
		padding: 0 5px !important;
	}
	.s-title {
		font-size: 17px !important;
		line-height: 20px !important;
	}
	.about-title {
		line-height: 27px !important;
	}
	.box4-top{
		width: 50% !important;
	}
	.fleet-right {
		margin: 20px 0 5px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.get-btn{
		display: inline-block;
		position: fixed;
		top: 15px;
		right: 80px;
		font-size: 16px;
		padding: 8px 18px;
	}
	.banner-part {
		max-width: 415px;
	}
	.banner-title {
		font-size: 34px;
		line-height: 34px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		padding: 8px 44px 9px;
		font-size: 16px;
		margin: 20px 7px 0 0;
	}
	.banner-btn a:last-child {
		padding: 8px 26px 9px;
	}
	.box1 img {
		max-height: 44px;
	}
	#service-slider {
		margin-top: 20px;
	}
	.box4-top {
		width: 33%;
	}
	.title {
		font-size: 17px;
		padding: 10px 10px 13px;
	}
	.fleet-right {
		margin: 35px 0 0;
	}
	.fleet-left {
		padding: 26px 4%;
	}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.get-btn {
		font-size: 16px;
		padding: 9px 22px;
		margin-left: 20px;
	}
	.banner-part {
		max-width: 530px;
	}
	.banner-title {
		font-size: 44px;
		line-height: 46px;
	}
	.small-title{
		font-size: 17px;
	}
	.about-title {
		font-size: 30px;
		line-height: 31px;
	}
	.form-right .about-title {
		font-size: 27px;
		line-height: 30px;
	}
	.box4 img {
		max-width: 100%;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot_right {
		padding-left:12px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.get-btn{
		display: inline-block;
		position: fixed;
		top: 15px;
		right: 80px;
		font-size: 16px;
		padding: 8px 18px;
	}
	.banner-part {
		max-width: 415px;
	}
	.banner-title {
		font-size: 34px;
		line-height: 34px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		padding: 8px 44px 9px;
		font-size: 16px;
		margin: 20px 7px 0 0;
	}
	.banner-btn a:last-child {
		padding: 8px 26px 9px;
	}
	.box1 img {
		max-height: 44px;
	}
	.small-title {
		font-size: 14px;
	}
	.about-title {
		font-size: 24px;
		line-height: 25px;
	}
	#service-slider {
		margin-top: 20px;
	}
	.box4-top {
		width: 33%;
	}
	.title {
		font-size: 17px;
		padding: 10px 10px 13px;
	}
	.fleet-right {
		margin: 35px 0 0;
	}
	.fleet-left {
		padding: 26px 4%;
	}
	.foot_left {
		padding-left: 12px;
	}
}

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

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.get-btn {
		font-size: 16px;
		padding: 9px 22px;
		margin-left: 20px;
	}
	.banner-part {
		max-width: 530px;
	}
	.banner-title {
		font-size: 44px;
		line-height: 46px;
	}
	.banner-btn a {
		font-size: 17px;
		margin: 25px 7px 0 0;
	}
	.small-title{
		font-size: 17px;
	}
	.about-title {
		font-size: 30px;
		line-height: 31px;
	}
	.form-right .about-title {
		font-size: 27px;
		line-height: 30px;
	}
	.box4 img {
		max-width: 100%;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot_right {
		padding-left:12px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.get-btn {
		position: relative;
		top: 0;
		right: 0;
		font-size: 16px;
		padding: 9px 22px;
		margin-left: 20px;
	}
	.banner-part {
		max-width: 530px;
	}
	.banner-title {
		font-size: 44px;
		line-height: 46px;
	}
	.banner-btn a {
		font-size: 17px;
		margin: 25px 7px 0 0;
	}
	.small-title{
		font-size: 17px;
	}
	.about-title {
		font-size: 30px;
		line-height: 31px;
	}
	.form-right .about-title {
		font-size: 27px;
		line-height: 30px;
	}
	.box4 img {
		max-width: 100%;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot_right {
		padding-left:12px;
	}
}

@media screen and (min-width: 1424px) {
	.foot_text {
		padding-right: 23%;
	}
	.page .entry-header, .blog_page_header{
		padding: 250px 0 160px !important;
	}
}

@media screen and (min-width: 1624px) {
	.foot_text {
		padding-right: 0;
	}
	.page .entry-header, .blog_page_header{
		padding: 294px 0 185px !important;
	}
}

@media screen and (min-width: 1920px) {
	.page .entry-header, .blog_page_header{
		padding: 358px 0 220px !important;
	}
}

@media screen and (min-width: 2048px) {
	.page .entry-header, .blog_page_header{
		padding: 380px 0 240px !important;
	}
}

@media screen and (min-width: 2550px) {
	.page .entry-header, .blog_page_header{
		padding: 480px 0 310px !important;
	}
}    
