@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap');

body {
	font-family: 'Winky Sans", sans-serif';
	font-size: 15px;
	color: #3c3c3c;
	line-height: 25px;
	font-weight: 400;
	top: 0 !important;
	
	
}
.cantora-one-regular {
  font-family: "Merienda", cursive;
	font-weight: 400;
	font-style: normal;
  }
  
  
  



.google_translate_element {
    display: none !important;
}

figure {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
  font-family: "Merienda", cursive;
	color: #3c3c3c;
	font-weight: 400;
}

h1 {
	font-size: 72px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	padding: 0px;
	margin: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #3c3c3c;
	font-weight: 400;
	font-size: 15px;
}

ol,
ul {
	margin-bottom: 0px;
}

a {
	text-decoration: none !important;
	outline: none;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

img {
	max-width: 100%;
}

label {
	font-weight: normal;
}

::-webkit-input-placeholder {
	opacity: 1;
}

:-moz-placeholder {
	/* Firefox 18- */
	opacity: 1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 1;
}

:-ms-input-placeholder {
	opacity: 1;
}

input,
select,
textarea {
	font-size: 14px;
	line-height: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #128bcb;
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

textarea {
	overflow: auto;
	resize: none;
}

select::-ms-expand {
	display: none;
}

img {
	border: 0;
	display: inline-block;
	max-width: 100%;
}

:focus {
	outline: none;
}

a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	color: #3c3c3c;
}

a:hover {
	text-decoration: none;
}

ul,
li
 {
	padding: 0;
	margin-left: 0;
	list-style: none;

}

.btn.focus,
.btn:focus {
	outline: none;
	box-shadow: none;
}


/* ================================================== */


/* 02. Header */


/* ================================================== */

header {
	background: transparent;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
}

header.header-small {
	box-shadow: 0px 0px 5px #c1c1c1;
	z-index: 9;
	transition: all 0.3s ease 0s;
	opacity: 0.9;
	background: #18196e;
}

header.header-small .header-top {
	display: none;
	transition: all 0.3s ease 0s;
}

.header-top {
	padding: 10px 0;
}
.header-bottom .bottom-right ul li {
    display: inline-block;
	
}
.top-left {
	display: inline-block;
}

.top-right {
	display: inline-block;
	float: right;
}

.top-right .left {
	display: inline-block;
}

.top-right .right {
	display: inline-block;
}

.top-right .left ul li {
	display: inline-block;
	border-right: 2px solid #fff;

	margin-top: 15px;
}

.top-right .left ul li:last-child {
	border-right: none;
}

.top-right .left ul li a {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
}

.top-right .left ul li a:hover {
	color: #fdb531;
	text-decoration: underline !important;
}

.navbar {
	padding: 0;
}

.header-bottom{
	background-color: #ff7b2c;
	padding: 10px;

}

.header-bottom .bottom-left {
	display: inline-block;
}

.header-bottom .bottom-right {
	display: inline-block;
	
	
}

.header-bottom .bottom-left ul.navbar-nav li {
	display: inline-block;
	padding: 0 10px;
}

.header-bottom .bottom-left ul.navbar-nav li a {
	padding: 0 10px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
	color: #fff;
	padding-bottom: 16px;
}

.header-bottom .bottom-left ul.navbar-nav li a:hover {
	color: #fdb531;
	border-color: #fdb531;
}

.header-bottom .bottom-left ul.navbar-nav li.nav-item.active a {
	/*color: #fdb531;
	border-color: #fdb531;*/
}

.header-bottom .bottom-right ul li {
	display: inline-block;
}

.text-right{
	text-align: right;
}

.header-bottom .bottom-right ul li a {
	display: inline-block;
	background: #fff;
	color: #090a62;
	border-radius: 50%;
	font-size: 18px;
	line-height: 25px;
	padding: 5px;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	margin-left: 15px;
}

.header-bottom .bottom-right ul li a:hover {
	background: #fdb531;
}

.btn.book-ride {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: #dd7d25;
	padding: 12px 24px;
	border-radius: 8px;
	border: 0;
}

.btn.book-ride:hover {
	opacity: 0.9;
	transition: all 0.3s ease 0s;
}


/* ================================================== */


/* 03. Navigation */


/* ================================================== */


/* ================================================== */


/* 04. Home Page */


/* ================================================== */


/*-----------------------
	Banner
	-----------------------*/

.content {
	float: left;
	width: 100%;
}

.banner-home {
	background: linear-gradient(to left,rgba(12, 14, 102, 0.0),rgba(12, 14, 102, 0.0)), url('../images/home-banner-12.jpg') center center no-repeat;
	background-size: cover;
}

.banner-box {
	padding: 190px 0 250px;
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
}

.banner-home .banner-box h1 {
	font-size: 55px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1;
}

.banner-home .banner-box h1 span {
	color: #f7931d;
	display: block;
}

.banner-home .banner-box p {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}


/*-----------------------
	Search Section
	-----------------------*/

.search-section .tab-sec {
	width: 100%;
}

.search-section .tab-sec {
	/*background: linear-gradient(to left,rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url('../images/banner132.jpg');
	background-size: cover;
	background-position: center; */
	background-color: #efa316;
	text-align: center;
	position: relative;
}


.search-section .tab-sec .nav-tabs .nav-link {
	display: inline-block;
	border-radius: 15px;
	background: #efa316;
	border: 2px solid#ffea93;
	width: 22%;
	margin: 0 1%;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.search-section .tab-sec .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.search-section .tab-sec .nav-tabs .nav-link:focus,
.search-section .tab-sec .nav-tabs .nav-link:hover {
	background: #dd7d25;
	border-color: #dd7d25;
	color: #fff;
}

.search-section .tab-sec .nav {
	display: inline-block;
	margin: 0 auto;
}

.search-section .tab-sec .nav-tabs {
	border: none;
	padding: 15px 0
}

.search-section .tab-sec .nav-tabs .nav-link p {
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
}

.search-section .tab-sec .tab-details figure img {
	margin-top: -180px;
}

.search-section .tab-sec .form-inline .form-control {
	font-size: 18px;
	line-height: 24px;
	color: #9f9f9f;
	border-radius: 7px;
	height: 50px;
	width: 275px;
}

.search-section .tab-sec .form-inline .form-group {
	margin: 0 10px;
	display: inline-block;
}

.search-section .tab-sec .form-control:focus {
	box-shadow: none;
	border-color: transparent;
}

.search-section .tab-sec .form-inline {
	display: inline-block;
	padding: 0 0 30px;
}


/*-----------------------
	We Offer Section
	-----------------------*/



.section-title {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.section-title h3 {
	color: #fdb531;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
}

.section-title h2 {
	font-weight: 700;
	line-height: 55px;
	text-transform: uppercase;
}

.section-title p {
	color: #8a8a8a;
	font-size: 22px;
	line-height: 28px;
}

.we-offer ul {
	display: inline-block
}

.we-offer ul li {
	width: 24.5%;
	display: inline-block;
}

.we-offer ul li:last-child .offer-colm {
	border: none;
}

.offer-colm h3 {
	font-size: 25px;
	line-height: 28px;
	padding: 20px 0 10px;
}

.offer-colm p {
	font-size: 17px;
	line-height: 24px;
}

.offer-colm {
	text-align: center;
	border-right: 1px solid #d3d3d3;
	padding: 15px;
}


/*-----------------------
	Download App Section
	-----------------------*/

.download-app {
	background: linear-gradient(to left,rgba(20, 0, 73, 0.6),rgba(0, 0, 0, 0.6)), url('../images/Luxury-Travel-in-Colombo-Sri-Lanka.jpg') center center no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-bg{
	background: linear-gradient(to left,rgba(0, 6, 88, 0.6),rgba(0, 0, 0, 0.6)), url('../images/home-banner-12.jpg') center center no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.download-app .section-title {
	padding: 180px 0 200px;
	text-align: left;
}

.download-app .section-title h2 {
	color: #fff;
}

.download-app .section-title p {
	font-size: 20px;
	color: #fff;
	padding: 15px 0 35px;
}

.download-app .section-title ul li {
	display: inline-block;
}

.download-app .section-title ul li:first-child {
	margin-right: 20px;
}

.download-app-right {
	padding-top: 60px;
}


/*-----------------------
	Contact Us Section
	-----------------------*/

.contact-us .section-title {
	text-align: left;
	padding-bottom: 0;
}

.contact-us .section-title p {
	font-size: 17px;
	line-height: 26px;
	padding: 10px 0 25px;
	color: #3c3c3c;
}

.contact-us .section-title h2 {
	font-size: 48px;
}

.video-colm iframe {
	width: 100%;
}

.contact-us.inner-pg .section-title h2 {
	line-height: 47px;
}


/*-----------------------
	Car Classes & Rates Section
	-----------------------*/

.car-category {
	background: #ececec;
}

.category-colm {
	text-align: center;
	border: 2px solid #f5f5f5;
	border-radius: 8px;
	background: #fff;
	margin-top: auto;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.category-colm h3 {
	font-size: 25px;
	line-height: 28px;
	padding-top: 15px;
}

.category-colm p {
	font-size: 17px;
	line-height: 24px;

}

.category-colm h4 {
	font-size: 22px;
	line-height: 24px;
	color: #ffffff;
}
.category-colm img {
    transition: transform 0.3s ease-in-out;
	
}

.category-colm:hover img {
    transform: scale(1.1); /* Increase the scale of the image on hover */
}


/*-----------------------
	Latest News Section Section
	-----------------------*/

.news-blk {
	display: flex;
	border: 1px solid#bcbcbc;
	margin-bottom: 30px;
}

.news-blk:hover {
	box-shadow: 0 0 5px #bcbcbc;
}

.news-blk .img-ar {
	flex-shrink: 0;
	border-right: 1px solid#bcbcbc;
}

.news-blk .txt-ar {
	padding: 25px 25px;
}

.news-blk .txt-ar h3 {
	line-height: 28px;
	font-weight: 600;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.news-blk .txt-ar h5 {
	font-size: 15px;
	line-height: 23px;
	color: #dd7d25;
	font-weight: 600;
	text-transform: uppercase;
}

.news-blk .txt-ar h5 .svg-inline--fa {
	color: #5f5f5f;
}

.news-blk .txt-ar p {
	font-size: 17px;
	line-height: 23px;
	padding: 10px 0;
}

.news-blk .txt-ar a {
	font-size: 15px;
	line-height: 23px;
	color: #dd7d25;
	font-weight: 600;
	text-transform: uppercase;
}

.news-blk .txt-ar a .svg-inline--fa {
	margin-left: 10px;
}

.news-blk .txt-ar a:hover .svg-inline--fa {
	margin-left: 15px;
	transition: all 0.3s ease 0s;
}

.news-blk .txt-ar h5 .svg-inline--fa {
	margin-right: 10px;
}

.veiw-all-news {
	text-align: center;
	margin-top: 20px;
}


/*-----------------------
	Our Benefits Section 
	-----------------------*/

.our-benefits {
	background: linear-gradient(to left,rgba(12, 14, 102, 0.7),rgba(12, 14, 102, 0.7)), url('../images/Architecture.jpeg') center center no-repeat;
	background-size: cover;
	padding-bottom: 40px;
}

.our-benefits .section-title h2 {
	color: #fff;
}

.benefits-colm {
	text-align: center;
	margin-bottom: 40px;
	padding: 0 40px;
}

.benefits-colm h3 {
	color: #fff;
	padding: 15px 0 10px;
	font-size: 25px;
}

.benefits-colm p {
	color: #fff;
}


/*-----------------------
	Earn with us Section 
	-----------------------*/

.earn-with-us .section-title {
	text-align: left;
	padding-bottom: 0;
}

.earn-with-us .section-title p {
	color: #3c3c3c;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0 25px 0px;
}

.earn-with-us ul {
	display: inline-block;
	padding-right: 100px;
	margin-bottom: 50px;
}

.earn-with-us ul li {
	font-size: 17px;
	padding-bottom: 15px;
}

.earn-with-us ul li:last-child {
	padding-bottom: 0;
}

.earn-with-us ul li .svg-inline--fa {
	margin-right: 15px;
}


/*-----------------------
	Testimonials Section 
	-----------------------*/

.testimonials-sec {
	background: #ececec;
}

.item {
	margin: 0 20px;
}

.testimonial {
	border: 1px solid #3c3c3c;
	padding: 30px;
	position: relative;
}

.testimonial .pic {
	float: left;
	padding-right: 30px;
}

.testimonial .pic img {
	width: 146px;
	display: inline-block;
}

.testimonial .review p {
	font-size: 18px;
	line-height: 25px;
	font-style: italic;
}

.testimonial .review {
	position: relative;
}

.testimonial .review:before {
	position: absolute;
	display: inline-block;
	content: "";
	height: 30px;
	width: 40px;
	background: url(../images/testimonial-qoute.png) no-repeat center center;
	left: 135px;
	top: -20px;
}

.item .author {
	padding-left: 85px;
	padding-top: 7px;
}

.item .author h3 {
	font-weight: 600;
	line-height: 25px;
}

.item .author p {
	font-size: 14px;
	line-height: 25px;
	font-style: italic;
}

.testimonial:after {
	position: absolute;
	display: inline-block;
	content: "";
	height: 60px;
	width: 35px;
	background: #ececec url(../images/testimonial-icon.png) no-repeat center center;
	left: 40px;
	bottom: -48px;
}

.testimonials-sec .owl-dots {
	text-align: center;
	margin-top: 20px;
}

.testimonials-sec button.owl-dot span {
	height: 20px;
	width: 20px;
	background: #dbdbdb;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.testimonials-sec button.owl-dot.active span {
	background: #b5b5b5;
}

.testimonials-sec button.owl-dot:focus {
	outline: none;
}


/*-----------------------
	Newsletter Subscribe Section 
	-----------------------*/

.email-subscribe-sec {
	background: #dd7d25;
	padding: 10px 0;
}

.email-subscribe-sec .left-text {
	text-align: right;
}

.left-text h2 {
	color: #ffffff;
	font-size: 28px;
	line-height: 58px;
}

.email-subscribe-sec .form-control {
	border: none;
	background-color: #fff;
	height: 60px;
	text-transform: capitalize;
	font-size: 18px;
	border-radius: 10px;
	color: #9a9a9a;
	background: #fff url(../images/mail-icon.png) left center no-repeat;
	background-position: 20px;
	padding: 0 20px 0 60px;
}

.email-subscribe-sec .form-control:focus {
	border: none;
}

.email-subscribe-sec .input-group-text {
	background: #ffffff;
	color: #dd7d25 !important;
	font-weight: 300;
	font-size: 30px;
	border: 0 !important;
	border-radius: 0 10px 10px 0;
	padding-right: 20px;
}


/* ================================================== */


/* 05.Footer */


/* ================================================== */

footer {
	background: #333333;
	padding: 45px 0 0;
}

footer .logo-sec p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 25px 0;
}
@media screen and (max-width: 1279px) {
	footer .logo-sec p {
		color: #fff;
		font-size: 16px;
		line-height: 24px;
		padding: 25px 0;
		text-align: center;
	}

  }

.footer-socio li {
	display: inline-block;
}


.footer-socio li a {
	display: inline-block;
	background: #fff;
	color: #333333;
	border-radius: 50%;
	font-size: 18px;
	line-height: 25px;
	padding: 5px;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	margin-right: 15px;
}


.footer-socio li a:hover {
	background: #fdb531;
	color: #fff;
}

footer h3 {
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	text-transform: capitalize;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

footer .services ul {
	display: inline-block;
	padding-right: 130px;
}

footer .services ul:last-child {
	padding: 0;
}

footer .services ul li {
	padding-bottom: 20px;
}

footer .services li a {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
}

footer .get-in-touch p {
	color: #fff;
	padding-bottom: 20px;
	font-size: 16px;
}


footer .get-in-touch ul li {
	display: block;
	padding-bottom: 20px;
}

footer .get-in-touch ul li a {
	color: #fff;
	display: inline-block;
	font-size: 16px;
}

footer .get-in-touch .svg-inline--fa.fa-w-16,
footer .get-in-touch .svg-inline--fa.fa-w-12,
footer .get-in-touch .svg-inline--fa.fa-w-16 {
	margin-right: 15px;
	vertical-align: middle;
	width: 20px;
	font-size: 20px;
}

footer .get-in-touch {
	padding-left: 50px;
}

.footer-bottom {
	background: #f7931d;
	display: flex;
}

.footer-bottom-2{

	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-bottom p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
@media(max-width: 768px) {
	.footer-bottom p {
		color: #fff;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
		display: block;
		padding: 5px 0;
		
	}
	.footer-bottom {
		color: #fff;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
		display: block;
		
	}


  }

footer ul li a:hover {
	color: #fdb531;
}

footer .services ul li:last-child {
	padding-bottom: 0;
}



/* ================================================== */


/* 06. About Us Page */


/* ================================================== */

.banner-about-us {
	background: url(../images/about-us-banner.jpg) top center no-repeat;
	background-size: cover;
}

.inner-banner .banner-box {
	padding: 250px 0 120px;
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
}

.inner-banner .banner-box h1 {
	font-size: 64px;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.inner-banner .banner-box h1 span {
	color: #fdb531;
	display: inline;
}

.inner-banner .banner-box p {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}


/*-----------------------
	Breadcrumb Section 
	-----------------------*/

.breadcrumb {
	display: block;
	background: #fff;
	padding: 0;
	margin: 0;
	border-radius: 0;
	padding-top: 10px;
}

.breadcrumb ol {
	list-style: none;
}

.breadcrumb ol li {
	display: inline-block;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 24px;
	color: #b8b8b8;
}

.breadcrumb ol li a {
	text-decoration: none;
	color: #3c3c3c;
}

.breadcrumb ol li a:after {
	content: "/";
	padding-left: 10px;
	color: #b8b8b8;
	font-size: 16px;
	line-height: 24px;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: none;
}

.breadcrumb-item+.breadcrumb-item {
	padding: 0;
	color: #b8b8b8;
	padding-left: 10px;
}

.breadcrumb-item.active {
	padding-left: 10px;
}


/*-----------------------
	About Us Section 
	-----------------------*/

.inner-pd {
	padding-top: 40px;
}

.about-us .section-title {
	text-align: left;
	padding-bottom: 0;
}

.about-us .section-title p {
	font-size: 17px;
	line-height: 24px;
	padding: 10px 0 25px;
	color: #3c3c3c
}
@media screen and (max-width: 1279px) {
	.about-us .section-title p {
		font-size: 17px;
		line-height: 24px;
		padding: 10px 0 25px;
		color: #3c3c3c;
		text-align: center;
		
	}

}


.right-block .text-ar h3 {
	color: #fdb531;
	font-weight: 600;
	padding-bottom: 10px;
}

.right-block ul li {
	display: flex;
	margin-bottom: 30px;
}

.right-block ul li:last-child {
	margin-bottom: 0;
}

.icon-ar {
	flex-shrink: 0;
	padding-right: 15px;
}

.icon-ar .svg-inline--fa {
	vertical-align: middle;
	font-size: 35px;
	color: #fdb531;
}
@media(max-width: 768px) {
	.icon-ar .svg-inline--fa {
		vertical-align: middle;
		font-size: 35px;
		color: #fdb531;
		text-align: center;
	}
	.about-us .section-title{
		text-align: center;
	}
	.section-title.left{
		text-align: center !important;
	}
	.earn-with-us .section-title {
		text-align: center;
	
	}
	.footer-socio{
		text-align: center;
	}
	footer .get-in-touch ul li{
		text-align: center;
	}
	footer .get-in-touch p{
		text-align: center;
	}
	footer h3{
		text-align: center;
	}
	img{
		text-align: center;
	}



}


/* ================================================== */


/* 07. Services Page */


/* ================================================== */

.banner-services {
	background: url(../images/services-banner.jpg) top center no-repeat;
	background-size: cover;
}


/*-----------------------
	Services Section 
	-----------------------*/

.car-services {
	padding-bottom: 50px;
}

.service-colm {
	text-align: center;
	border: 1px solid #d8d8d8;
	padding: 30px 30px;
	margin-bottom: 30px;
	height: 300px;
	margin-top: auto;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	
}

.service-colm h3 {
	font-size: 25px;
	line-height: 28px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.service-colm:hover {
	box-shadow: 0 0 5px #bcbcbc;
	transition: all 0.3s ease 0s;
}

.service-colm:hover h3 {
	color: #f1a315;
	transition: all 0.3s ease 0s;
}


/*-----------------------
	Earn with us Section 
	-----------------------*/

.earn-with-us.abt {
	background: #f1f1f1;
}


/* ================================================== */


/* 08. News Page */


/* ================================================== */

.news-banner {
	background: url(../images/news-banner.jpg) top center no-repeat;
	background-size: cover;
}


/* ================================================== */


/* 08-1. News Details Page */


/* ================================================== */


/*-----------------------
	News Left Column 
	-----------------------*/

.news-details h2 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 600;
	padding-bottom: 20px;
}

.list-head {
	display: flex;
}

.left-list {
	/* float:left; */
}

.left-list ul li {
	display: inline-block;
	padding-right: 20px;
	color: #757575;
	font-size: 15px;
	line-height: 24px;
}

.left-list ul li .svg-inline--fa {
	color: #fdb531;
	margin-right: 10px;
}

.right-lists {
	/* float:right;  */
	justify-content: flex-end;
	margin-left: auto;
}

.right-lists ul li {
	display: inline-block;
	padding-left: 10px;
}

.news-details .right-lists ul li a {
	display: inline-block;
	background: #f00;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	line-height: 16px;
	padding: 5px;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

.news-details .right-lists ul li a:hover {
	opacity: 0.7;
}

.news-details .right-lists ul li a.fb {
	background: #506bb1;
}

.news-details .right-lists ul li a.twitter {
	background: #60aade;
}

.news-details .right-lists ul li a.pinterest {
	background: #bd081c;
}

.news-details .right-lists ul li a.linkedin {
	background: #1b93ce;
}

.news-details p.news-qoute {
	font-size: 21px;
	font-weight: 600;
	font-style: italic;
	line-height: 30px;
	padding: 20px 0;
}

.news-details p.news-qoute a {
	color: #ed5623 !important;
}

.news-details p.news-qoute a:hover {
	color: #fdb531!important;
}

.news-details .news p {
	padding-bottom: 20px;
}

.news-details .news p:last-child {
	padding-bottom: 0;
}

.news-details .news {
	padding: 30px 0;
}

img.center {
	text-align: center !important;
	padding: 0 30px
}


/* Comment section  */

.comment-outer {
	display: block;
	border-bottom: 1px solid#e8e8e8;
	border-top: 1px solid#e8e8e8;
	padding-bottom: 20px;
}

.comment-outer h3 {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 40px 0 30px;
}

.comment-wrap {
	display: flex;
	margin-bottom: 20px;
}

.comment-wrap .comment-img {
	flex-shrink: 0;
}

.comment-dtl {
	border: 1px solid #d0d0d0;
	padding: 20px;
	margin-left: 30px;
	position: relative;
	background: #fcfcfc;
}

.comment-dtl .name {
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	padding-right: 5px;
	text-transform: capitalize;
}

.comment-dtl .country {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
}

.comment-dtl .date {
	display: inline-block;
	color: #757575;
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	padding-left: 25px;
}

.comment-dtl p {
	font-size: 17px;
	line-height: 24px;
	padding: 10px 0;
}

.comment-dtl a {
	font-size: 16px;
	line-height: 24px;
	color: #3c3c3c;
	display: inline-block;
	text-transform: capitalize;
}

.comment-dtl .fa-reply-all {
	margin-right: 10px;
}

.comment-dtl a:hover {
	color: #fdb531;
}

.comment-dtl:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 15px;
	background: #fcfcfc;
	text-indent: -9999px;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	text-decoration: none;
	color: transparent;
	transform: rotate(-45deg);
	left: -8px;
	top: 20px;
}


/* Leave Comment/Form section  */

.leave-comment h3 {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 40px 0 30px;
}

.leave-comment .form-group input {
	display: inline-block;
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #c3c3c3 !important;
	padding: 20px 15px;
}

.leave-comment .form-control:focus {
	box-shadow: none;
	outline: 0;
}

.leave-comment .form-group textarea.form-control {
	border-bottom: 1px solid #c3c3c3!important;
	border: none;
	border-radius: 0;
	resize: none;
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 20px 15px 20px 15px;
	margin-bottom: 50px;
}

.name-block {
	display: flex;
}

.name-block .form-group .form-group {
	display: inline-block;
	width: 50%;
}

.name-block .form-group.fname {
	padding-right: 2%;
	width: 50%;
}

.name-block .form-group.lname {
	padding-left: 2%;
	width: 50%;
}


/*-----------------------
	News Right Column 
	-----------------------*/

.news-right {
	padding-left: 30px;
}


/* Search */

.news-right .search-block {
	background: #fafafa;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	height: 50px;
	display: flex;
	margin-bottom: 30px;
}

.news-right .search-block input {
	border: none;
	background: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #a8a8a8;
	padding: 12px 10px;
	width: calc(100% - 50px);
}

.news-right .search-block .search-button {
	color: #fff;
	background: #ed5623;
	border: none;
	width: 50px;
	height: 48px;
	font-size: 20px;
	border-radius: 0 5px 5px 0;
}

.news-right .search-block .search-button:focus {
	box-shadow: none;
	outline: none;
}


/* Category */

.news-right h3 {
	font-size: 24px;
	line-height: 24px;
	color: #3c3c3c;
	border-top: 1px solid #c6c6c6;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.news-right .category ul li {
	display: block;
	padding-bottom: 20px;
}

.news-right .category ul li:last-child {
	padding-bottom: 0;
}

.news-right .category ul li .svg-inline--fa {
	vertical-align: middle;
	margin-right: 15px;
}

.news-right .category ul li a {
	font-size: 17px;
	line-height: 24px;
	color: #3c3c3c;
}

.news-right .category ul li a:hover {
	color: #fdb531;
}


/* Popular News */

.popular-news .news {
	display: flex;
	margin-bottom: 30px;
}

.popular-news .news .img-ar {
	flex-shrink: 0;
	padding-right: 15px;
}

.popular-news .news .text-ar p {
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 6px;
}

.popular-news .news .text-ar h6 {
	font-size: 15px;
	line-height: 24px;
}

.popular-news .news:hover p {
	color: #fdb531;
	transition: all 0.3s ease 0s;
}


/* Archive */

.news-right .archives ul li {
	display: block;
	padding-bottom: 20px;
}

.news-right .archives ul li:last-child {
	padding-bottom: 0;
}

.news-right .archives ul li .svg-inline--fa {
	vertical-align: middle;
	margin-right: 15px;
}

.news-right .archives ul li a {
	font-size: 17px;
	line-height: 24px;
	color: #3c3c3c;
	text-transform: capitalize;
}

.news-right .archives ul li a:hover {
	color: #fdb531;
}


/* ================================================== */


/* 09. Gallery Page */


/* ================================================== */

.gallery-banner {
	background: url(../images/gallery-banner.jpg) top center no-repeat;
	background-size: cover;
}

.gallery-item {
	position: relative;
	margin-bottom: 30px;
}

.gallery-item .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	z-index: 2;
	visibility: hidden;
	transition: 0.3s;
}

.gallery-item .overlay img {
	max-width: 100%;
}
@media screen and (max-width: 1023px) {
	.gallery-item .overlay img {
		max-width: 100%;
	}

}


.gallery-item:hover .overlay {
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
	border: 1px solid #fff !important;
	padding: 15px 20px;
}


/* ================================================== */


/* 10. Testimoinial Page */


/* ================================================== */

.testimonial-banner {
	background: url(../images/testimonial-banner.jpg) top center no-repeat;
	background-size: cover;
}

.earn-with-us.tst {
	background: #f1f1f1;
}

.testimonial-page .testimonial {
	padding: 20px 20px;
	position: relative;
}

.testimonial-page .testimonial:after {
	position: absolute;
	display: inline-block;
	content: "";
	height: 60px;
	width: 35px;
	background: #fff url(../images/testimonial-icon.png) no-repeat center center;
	left: 40px;
	bottom: -48px;
}

.testimonial-page .item {
	margin: 0 0 30px 0;
}

.testimonial-page .testimonial .pic {
	padding-right: 40px;
}

.testimonial-page .testimonial .pic img {
	width: 100%;
}

.testimonial-page .testimonial .review:before {
	left: 80px;
	top: -10px;
}


/* ================================================== */


/* 11. Contact Us Page */


/* ================================================== */

.contact-us-banner {
	background: url(../images/contact-us-banner.jpg) top center no-repeat;
	background-size: cover;
}

.form-section p {
	font-weight: 600;
	padding-bottom: 10px;
	
	
}
.form-section{
	background-color: #ccc;
	padding: 40px;
	justify-content: center;
	border-radius: 30px;

}

.form-section .form-control {
	text-transform: capitalize;
	font-size: 18px;
	line-height: 24px;
	color: #b8b8b8;
	height: 50px;
	border: 1px solid #b8b8b8;
	padding: 15px 20px;
	border-radius: 8px;
}

.form-control:focus {
	box-shadow: none;
}

textarea.form-control {
	height: auto !important;
}

.form-group {
	margin-bottom: 30px;
}

.section-title.left ol li {
	font-size: 17px;
	line-height: 24px;
	padding: 0px 0 20px;
	color: #3c3c3c;
	list-style: disc;
}

.section-title.left ol li:last-child {
	padding-bottom: 0;
}

.btn.book-ride.submit {
	width: 100%;
}

.section-title.left {
	text-align: left;
	padding-bottom: 0;
}

.section-title.left p {
	font-size: 17px;
	line-height: 24px;
	padding: 0px 0 20px;
	color: #3c3c3c;
}

.call-support {
	position: relative;
	background: linear-gradient(to left,rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0.3)), url('../images/call-support-banner-half.jpg') center center no-repeat;
	background-size: cover;
	background-position: center center;

}

.support-image {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;

}

.car-category.wbg {
	background: #fff;
}

.category-colm a {
	color: #fdb531;
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
}


/* ================================================== */


/* 12. Drive With Us Page */


/* ================================================== */

.we-offer.why-us {
	background: #f1f1f1;
}

.section-title.drive-with-us h2 {
	line-height: 47px;
}


/* ================================================== */


/* 13. Book A Ride Page */


/* ================================================== */

.book-ride-banner {
	background: url(../images/book-a-ride-banner.jpg) top center no-repeat;
	background-size: cover;
}

.book-ride-inner .tab-sec {
	background: #fff;
	margin-top: 0;
	position: static;
	padding: 20px 0 40px;
}

.book-ride-inner .tab-sec .nav-tabs .nav-link p {
	color: #3c3c3c;
}

.book-ride-inner .tab-sec .nav-tabs .nav-link {
	background: #ececec;
	border-color: #d2d2d2;
}

.book-ride-inner .tab-sec .nav-tabs .nav-link:focus,
.book-ride-inner .tab-sec .nav-tabs .nav-link:hover {
	border-color: #dd7d25;
	background: #dd7d25;
}

.book-ride-inner .tab-sec .nav-tabs .nav-item.show .nav-link,
.book-ride-inner .tab-sec .nav-tabs .nav-link.active {
	background: #dd7d25;
	border-color: #dd7d25;
	color: #fff!important;
}

.book-ride-inner .tab-sec .nav-tabs .nav-link:focus,
.book-ride-inner .tab-sec .nav-tabs .nav-link:hover p {
	color: #fff;
}

.book-ride-inner .tab-sec .nav-tabs .nav-item.show .nav-link,
.book-ride-inner .tab-sec .nav-tabs .nav-link.active p {
	color: #fff;
}

.book-ride-inner .tab-sec .nav-tabs .nav-item.show .nav-link,
.book-ride-inner .tab-sec .nav-tabs .nav-link.active img.hover {
	display: inline-block;
}

.book-ride-inner .tab-sec .nav-tabs .nav-item.show .nav-link,
.book-ride-inner .tab-sec .nav-tabs .nav-link.active img.first {
	display: none;
}

.book-ride-inner .tab-sec .nav-tabs .nav-link:hover img.hover {
	display: inline-block;
}

.book-ride-inner .tab-sec .nav-tabs .nav-link:hover img.first {
	display: none;
}

.book-ride-inner .tab-sec .nav-tabs .nav-link img.hover {
	display: none;
}

.book-ride-inner .tab-sec .form-control:focus {
	border-color: #c6c6c6;
}

.book-ride-inner .tab-sec:before {
	display: none;
}

.book-ride-inner .tab-sec:after {
	display: none;
}


/* ================================================== */


/* 14. Error Page */


/* ================================================== */

.error .header-top {
	background: #010834;
}

.error .header-bottom {
	background: #05055f;
}

.error .content {
	padding-top: 152px;
}

.error-section {
	background: #fff;
	padding: 100px 0;
}

.page-not-found {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.page-not-found h3 {
	font-size: 36px;
	line-height: 53px;
	font-weight: 600;
	padding: 30px 0 0 0;
}

.page-not-found p {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 40px;
}


/* ================================================== */


/* 15. Login/Register Form  */


/* ================================================== */

.login-sign-up-popup {
	width: 560px;
	padding: 50px;
	border-radius: 10px;
	display: none;
}

.top-sec {
	text-align: center;
}

.top-sec h3 {
	font-weight: 600;
	font-size: 36px;
	line-height: 24px;
	padding-top: 40px;
}

.top-sec p {
	font-size: 18px;
	line-height: 24px;
	padding: 20px 0;
}

.bottom-sec {
	text-align: center;
}

.bottom-sec p {
	font-size: 16px;
	line-height: 24px;
	padding-top: 20px;
}

.bottom-sec p a {
	color: #dd7d25;
}

.top-sec p.frgot-pwd {
	text-align: right;
	padding-top: 0;
	margin-top: -20px;
	font-size: 15px;
}

.top-sec p.frgot-pwd a:hover {
	color: #dd7d25 !important;
}

.bottom-sec p.log-with {
	padding-top: 0;
	color: #696969;
}

.log-with {
	position: relative;
	margin: 30px 0;
}

.log-with span {
	background: #fff;
	padding: 0 20px;
	position: relative;
}

.log-with:before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #aaaaaa;
}

.login-socio {}

.login-socio li {
	display: inline-block;
	width: 49%;
}

.login-socio li a {
	display: inline-block;
	background: #3b5998;
	padding: 10px 10px;
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	border-radius: 5px;
	width: 210px;
}

.login-socio li a.twitter {
	background: #60aade;
}

.login-socio li a:hover {
	opacity: 0.7;
}

.login-socio li .svg-inline--fa {
	margin-right: 15px;
}


/* ================================================== */


/* 16. Responsive Style  */


/* ================================================== */

@media screen and (max-width: 1279px) {
	.header-bottom .bottom-left ul.navbar-nav li {
		padding: 0 12px;
	}
	.header-bottom .bottom-left ul.navbar-nav li a {
		padding: 0 0 16px 0;
	}
	.header-bottom .bottom-right ul li a {
		margin-left: 5px;
	}
	.banner-home .banner-box h1 {
		font-size: 50px;
	}
	.banner-home .banner-box p {
		font-size: 20px;
	}
	.search-section .tab-sec .tab-details figure img {
		
	}
	.search-section .tab-sec .nav-tabs {
		padding: 15px 0;
	}
	.search-section .tab-sec .form-inline .form-control {
		width: 220px;
	}
	.sec-pd {

		padding-bottom: 60px;
	}
	.section-title h3 {
		font-size: 20px;
		text-align: center;
	}
	.section-title h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.section-title p {
		font-size: 18px;
	}
	.download-app-right {
		padding-top: 40px;
	}
	.download-app-right img {
		width: 80%;
	}
	.download-app .section-title {
		padding: 80px 0 0 0;
	}
	.download-app .section-title p {
		font-size: 18px;
	}
	.contact-us .section-title h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.contact-us .section-title p {
		font-size: 16px;
		line-height: 24px;
	}
	.news-blk .txt-ar {
		padding: 15px 15px;
	}
	.news-blk .txt-ar h3 {
		font-size: 20px;
		line-height: 26px;
	}
	.news-blk .txt-ar p {
		font-size: 16px;
	}
	.our-benefits {
		padding-bottom: 30px;
	}
	.benefits-colm {
		margin-bottom: 30px;
	}
	.earn-with-us ul {
		padding-right: 50px;
		margin-bottom: 30px;
	}
	.earn-with-us ul li {
		font-size: 16px;
	}
	.left-text h2 {
		font-size: 25px;
		line-height: 50px;
	}
	.email-subscribe-sec .form-control {
		font-size: 16px;
		height: 50px;
	}
	.email-subscribe-sec .input-group-text {
		font-size: 25px;
	}
	.testimonial .review p {
		font-size: 17px;
	}
	footer .get-in-touch {
		padding-left: 0;
	}
	.inner-banner .banner-box h1 {
		font-size: 50px;
	}
	.inner-banner .banner-box p {
		font-size: 18px;
	}
	.right-block .text-ar h3 {
		font-size: 20px;
		text-align: center;
	}
	.right-block ul li {
		margin-bottom: 15px;
	}
	.icon-ar .svg-inline--fa {
		font-size: 25px;
		text-align: center;
	}
	.inner-pd {
		padding-top: 30px;
	}
	.car-services {
		padding-bottom: 30px;
	}
	.news-details h2 {
		font-size: 28px;
	}
	.section-title {
		padding-bottom: 35px;
	}
}

@media screen and (max-width: 1023px) {
	.top-left img {
		max-width: 200px;
	}
	.top-right .left ul li {
		padding-right: 10px;
		margin-right: 10px;
	}
	.top-right .left ul li a {
		font-size: 14px;
	}
	.btn.book-ride {
		font-size: 16px;
		line-height: 22px;
		padding: 10px 20px;
	}
	.header-bottom .bottom-left ul.navbar-nav li {
		padding: 0 5px;
	}
	.header-bottom .bottom-right ul li a {
		font-size: 15px;
		line-height: 15px;
		padding: 5px;
		width: 25px;
		height: 25px;
		margin-left: 5px;
	}
	.header-bottom .bottom-left ul.navbar-nav li a {
		padding: 0 0 12px 0;
		font-size: 14px;
	}
	.banner-home .banner-box {
		max-width: 600px;
	}
	.search-section .tab-sec .form-inline .form-control {
		width: 200px;
		margin-bottom: 20px;
	}
	.offer-colm h3 {
		font-size: 20px;
	}
	.offer-colm p {
		font-size: 16px;
	}
	.download-app-right {
		display: none;
	}
	.download-app .section-title {
		text-align: center;
		padding: 60px 0 60px 0;
	}
	.category-colm {
		padding: 15px 15px;
	}
	.news-blk {
		display: block;
	}
	.news-blk .img-ar {
		border-bottom: 1px solid#bcbcbc;
		border-right: none;
	}
	.news-blk .img-ar img {
		width: 100%;
	}
	.benefits-colm {
		padding: 0 0;
	}
	.earn-with-us ul {
		padding-right: 15px;
	}
	footer .get-in-touch {
		margin-top: 30px;
	}
	.inner-banner .banner-box {
		max-width: 600px;
		padding: 220px 0 100px;
	}
	.service-colm {
		padding: 25px 15px;
	}
	.service-colm h3 {
		font-size: 23px;
	}
	.veiw-all-news {
		margin-top: 0;
	}
	.list-head {
		display: block;
	}
	.right-lists {
		margin-top: 15px;
	}
	.right-lists ul li {
		padding-left: 0;
		padding-right: 10px;
	}
	.category-colm a {
		font-size: 18px;
	}
	.section-title h2 {
		font-size: 38px;
	}
	.contact-us .section-title h2 {
		font-size: 38px;
	}
	.section-title.left p {
		padding: 0 0 15px;
		text-align: center;
	}
	.section-title.left p {
		padding: 0 0 15px;
	}
	.search-section .tab-sec .tab-details figure img {
		margin-top: -150px;
	}
	.book-ride-inner .tab-sec {
		padding: 20px 0 20px;
	}
	.video-colm {
		margin-bottom: 20px;
	}
	.header-bottom {
		background: #070045;
	}
}

@media screen and (max-width: 767px) {
	.header-bottom .bottom-right {
		display: none;
	}
	/* header{background:#18196e;} */
	.navbar-toggler-icon {
		background-image: url(../images/menubar.png);
		height: 25px;
		width: 35px;
		background-size: contain;
	}
	.navbar-brand img {
		max-width: 185px;
	}
	.navbar-toggler {
		border-radius: 0;
		padding: 0;
		border: 0;
		display: block;
	}
	.header-bottom .bottom-left {
		width: 100%;
	}
	.navbar-toggler:focus,
	.navbar-toggler:hover {
		outline: none;
		text-decoration: none;
		border: 0;
		border-radius: 0;
	}
	.header-top {
		display: none;
	}
	.header-bottom .bottom-left ul.navbar-nav li {
		padding: 10px 0;
		display: block;
		border-bottom: #fff 1px solid;
	}
	.header-bottom .bottom-left ul.navbar-nav li:last-child a {
		padding-bottom: 0;
	}
	.header-bottom .bottom-left ul.navbar-nav li a {
		padding: 0 10px;
		display: block;
		border-bottom: 0;
	}
	.banner-home .banner-box {
		padding: 130px 25px 150px;
		max-width: 100%;
	}
	.banner-home .banner-box h1 {
		font-size: 42px;
		line-height: 50px;
	}
	.inner-banner .banner-box {
		padding: 130px 25px 60px;
		max-width: 100%;
	}
	.banner-home .banner-box p {
		font-size: 20px;
		line-height: 22px;
	}
	.inner-banner .banner-box h1 {
		font-size: 30px;
	}
	.inner-banner .banner-box p {
		font-size: 18px;
		line-height: 22px;
	}
	.email-subscribe-sec .left-text {
		text-align: center;
	}
	.email-subscribe-sec {
		padding: 10px 0 25px;
	}
	.search-section .tab-sec .tab-details figure img {
		margin-top: -80px;
	}
	.search-section .tab-sec .form-inline .form-control {
		width: 100%;
	}
	.search-section .tab-sec .nav-tabs .nav-link {}
	.search-section .tab-sec .form-inline .form-group {
		display: block;
	}
	.search-section .tab-sec::before,
	.search-section .tab-sec::after {
		width: 100%;
	}
	.search-section .tab-sec .nav-tabs .nav-link p {
		font-size: 13px;
	}
	.section-title h2 {
		font-size: 30px;
		line-height: 40px;
		text-align: center;
	}
	.section-title p {
		font-size: 16px;
		text-align: center;
	}
	.download-app .section-title ul li:first-child {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.contact-us .section-title h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.category-colm {
		margin-bottom: 30px;
	}
	.car-category {
		padding-bottom: 30px;
	}
	.offer-colm {
		border-right: 0;
		border-bottom: 1px solid #d3d3d3;
	}
	.we-offer ul li {
		width: 100%;
	}
	.download-app-right {
		display: none;
	}
	.testimonials-sec .testimonial {
		width: 100%;
		float: left;
	}
	.testimonials-sec .testimonial .pic {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.testimonials-sec .testimonial .review {
		float: left;
		width: 100%;
		margin-top: 40px;
	}
	.testimonials-sec .testimonial .review:before {
		left: 0;
		top: -30px;
	}
	.about-us .right-block {
		margin-top: 30px;
	}
	.earn-with-us .right-colm {
		margin-top: 30px;
	}
	.news-right {
		margin-top: 30px;
		padding-left: 0;
	}
	.name-block {
		display: block;
	}
	.name-block .form-group.fname {
		width: 100%;
		padding-right: 0;
	}
	.name-block .form-group.lname {
		width: 100%;
		padding-left: 0;
	}
	.get-in-touch .form-section {
		margin-top: 30px;
	}
	.support-image {
		display: none;
	}
	.login-socio li {
		margin-top: 15px;
		width: 100%
	}
	.login-socio li a {
		width: 210px;
	}
	.log-with {
		margin: 10px 0;
	}
	footer .services {
		margin-top: 30px;
		text-align: center;
	}
	.footer h3{
		text-align: center !important;
	}
	.search-section .tab-sec .form-inline {
		display: inline-block;
	}
	.search-section .tab-sec .form-inline .form-group {
		display: inline-block;
		width: 85%;
	}
	.owl-nav .owl-prev {
		left: 0px !important; /* Adjust this value as needed */
	}
	.owl-nav .owl-next {
		right: 0px !important; /* Adjust this value as needed */
	}

	
}
:root {
    --orange: #fd9940;
    --darkorange: #dd7d25;
    --platinum: #e5e5e5;
    --black: #2b2d42;
    --white: #fff;
    --thumb: #edf2f4;
}

.cards {
    display: grid;
    grid-auto-columns: 100%;
    grid-column-gap: 10px;
    grid-auto-flow: column;
    padding: 25px 0px;
    list-style: none;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.card {
    display: flex;
    flex-direction: column;
	

    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 15%);
    scroll-snap-align: start;
    transition: all 0.2s;
}

.card:hover {
    color: #010834;
    background: #ff792c21;
}

.card .card-title {
    font-size: 20px;
}

.card .card-content {
    margin: 20px 0;
    max-width: 85%;
}

.card .card-link-wrapper {
    margin-top: auto;
}

.card .card-link {
    display: inline-block;
    text-decoration: none;
    color: white;
    background-color: #18196e;
    padding: 6px 12px;
    border-radius: 8px;
    transition: 0.2s;
}

.card:hover .card-link {
    background-color: #18196e;
}

.cards::-webkit-scrollbar {
    height: 10px;
}

.cards::-webkit-scrollbar-thumb,
.cards::-webkit-scrollbar-track {
    border-radius: 92px;
}

.cards::-webkit-scrollbar-thumb {
    background: #18196e;
}

.cards::-webkit-scrollbar-track {
    background: var(--thumb);
}

@media (min-width: 500px) {
    .cards {
        grid-auto-columns: calc(50% - 10px);
        grid-column-gap: 20px;
    }
}

@media (min-width: 700px) {
    .cards {
        grid-auto-columns: calc(calc(100% / 3) - 20px);
        grid-column-gap: 30px;
    }
}

@media (min-width: 1100px) {
    .cards {
        grid-auto-columns: calc(25% - 30px);
        grid-column-gap: 40px;
    }
}



.number-box{
	background-color: #fdb531;
	font-size: 35px;
}

.contact{
	color: rgb(44, 44, 44);
	font-weight: 600;
	text-align: center;
	font-size: 40px;
}

.mt-5{
	margin-top: 5px;

}

.header-txt{
	font-weight: 600;
	font-size: 40px;	
}

@media (max-width: 768px) {
  .header-txt {
    font-size: 20px; /* mobile size */
  }
}
.footer-no{
	font-size: 40px;
	color: white;
	font-weight: 600;
}

.follow-footer{
	color: white;
	margin: 10px;
}


.footer-columns {
    display: flex;
    justify-content: space-between;
}

.footer-column {
    width: calc(100% / 3 - 20px); /* Adjust width of columns */
    padding: 0 10px;
}

.footer-column h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.footer-column p {
    font-size: 0.9rem;
    line-height: 1.6;
}

.owl-carousel .owl-item {
	margin: 10px;
}
.destination .owl-carousel .owl-item {
	margin: 0px;
}
.destination .owl-carousel .owl-item .card {
	box-shadow: none;
}
.owl-carousel  {
	padding: 30px 0;
}
.owl-carousel .item {
	
	padding: 10px 0;
	height: 300px;
}


.destination .card {
    position: relative;
 height: 300px;
    overflow: hidden;
    border-radius: 0;
   border: none;
    transition: transform 0.3s ease;
}

.content-text{
	bottom:0;
	position: absolute;
	padding: 15px;
}

/* Image inside the card */
.card img {
    height: 100%;
    vertical-align: middle;
    border-style: none;
    display: block;
object-fit: cover;
}
.card:hover img {
   border: none;
}

/* Overlay text */
.destination .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); /* Transparent black */
    color: white;
    
    transition: 0.5s ease;
    opacity: 1;
    text-align: center;
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.content-text h5{
	color: #fff;
	font-size: 25px;
	font-weight: 500;
}
.content-text p{
	color: #fff;
	line-height: 1.2;
}



.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;


	
	

}


.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	z-index: 1000; /* Ensure the buttons are above other elements */
}
.owl-nav .owl-prev {
	left: -25px; /* Adjust this value as needed */
}
.owl-nav .owl-next {
	right: -25px; /* Adjust this value as needed */
}
.owl-nav .owl-prev span ,
.owl-nav .owl-next span {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #000;
	font-size: 30px;
	color: #000;
	line-height: 35px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	box-sizing: border-box;
	font-weight: 400;
}


.home-icons{
position: fixed;
right: 0;
bottom: 20%;
display: flex;
flex-direction: column;
z-index: 9999;
}


.home-icons a{
font-size: 35px;
color: #fff;

width: 55px;
height: 55px;
line-height: 55px;
text-align: center;

}

.home-icons a.tele{
background-color:  #0088cc;
}

.home-icons a.whats{
	background-color: #075e54;
	margin-top: 2px;
}

.box-btn{
	background-color: red;
}

/* Booking Section Styles */
.booking-section {
    padding: 60px 0;
    background: #f8f9fa; /* Light grey background */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.booking-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.booking-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.booking-card label {
    font-weight: 600;
    color: #333;
}

.booking-card .form-control,
.booking-card .form-select {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px 12px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.booking-card .form-control:focus,
.booking-card .form-select:focus {
    border-color: #007bff;
    box-shadow: none;
}

.booking-card .btn-submit {
    background-color: #28a745;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.booking-card .btn-submit:hover {
    background-color: #218838;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .booking-card {
        padding: 20px;
    }
    .booking-card .form-label {
        font-size: 14px;
    }
    .booking-card .btn-submit {
        font-size: 14px;
        padding: 10px;
    }
}

.price-txt{
	background-color: red;
	border-radius: 100px;
	padding: 15px 25px 15px 25px;
}

.price-txt2{
	background-color: red;
	border-radius: 100px;
	padding: 5px 25px 5px 25px;
}


.header-txt{
	font-size: 45px;
color: #05055f;
}

    /* Consistent field design */
    .form-control,
    .form-select {
      border-radius: 2rem;
      height: 48px;
      padding-left: 18px;
      font-size: 15px;
    }

    .form-select {
      background-position: right 1rem center;
      background-size: 16px 16px;
    }

    /* Custom Orange Button */
    .btn-orange {
      background-color: #ff7a1a; /* Orange */
      color: #fff;
      font-weight: 600;
      border-radius: 2rem;
      padding: 12px;
      width: 100%;
      font-size: 16px;
      border: none;
      transition: 0.3s ease;
    }

    .btn-orange:hover {
      background-color: #e06c15; /* Darker orange */
      color: #fff;
    }

    /* Booking box */
    .booking-card {
      background: #fff;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }
.formbooking {
    margin-top: -80px;   /* moves form upward */
    position: relative;  /* required for z-index to work */


	

}

.custom-img {
  width: 100%; /* or px, like 300px */
  height: auto; /* maintain aspect ratio */
}

.license{
background: ;
background: #05055f;
padding: 25px;
}

.pickup-section {

  color: #fff;
}
.location-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #06073127;
  padding: 8px 15px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #05055f;
  transition: 0.3s ease;
}
.location-badge i {
  color: #f44336; /* red map pin */
}
.location-badge:hover {
  background-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.footer-txt{

	margin-top: 0;
	/* margin-bottom: 1rem; */

}

html {
  scroll-behavior: smooth;
}
