@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@200;300;400;500;600;700;800;900&family=Public+Sans:wght@200;400;500;600;700;900&display=swap');

body {
	font-family: Poppins;
	font-size: 15px;
	color: #151515;
}
.blogh2{
	font-size:25px!important;
	font-weight: 700;
}
.blogpara{
	margin-top: 0px!important;
}
.blogh3{
	font-size:20px!important;
	font-weight: 600;
}
.section-padding{padding: 85px 0}
.bannerhome {
	background: url(../img/banner.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 80px 0;
	min-height: 100vh;
}
.contacts-default .unit-body {
	font-size: 20px;
}
.big {
	font-size: 16px;
}
.section-title h2 {
	font-size: 35px;
	font-weight: 700;
}
.box-modern {
	cursor: pointer;
	perspective: 1000px;
	position: relative;
}

.frontCard, .backCard {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	background-position: center;
	background-size: cover;
	text-align: center;
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: ease-in-out 600ms;
	left: 0;
	top: 0;
	padding: 15px;
	justify-content: center;
}
.backCard {
	position: absolute;
}
.backCard {
	background: #000;
	padding: 15px;
	color: white;
	transform: rotateY(-180deg);
}
.backCard p {
	color: #FFF
}
.frontCard {
	overflow: hidden;
}
.box-modern:hover .frontCard {
	transform: rotateY(180deg);
}
.box-modern:hover .backCard {
	transform: rotateY(0deg);
}
.card-zoom-hover {
	pointer-events: auto;
	transform: scale(1);
	transition: all 150ms ease-in-out;
}
.card-zoom-hover:hover {
	transform: scale(1.10);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	background: #000;
	position: relative;
	z-index: 1;
	color: #FFF;
}
.card-zoom-hover:hover .vehicles-box-title, .card-zoom-hover:hover h5 {
	color: #FFF;
}
.box-modern-circle-1 {
	left: -36px;
	bottom: 0;
	width: 90px;
	height: 90px;
	background: rgba(48, 97, 255, 0.1);
}
.box-modern-circle-1, .box-modern-circle-2 {
	position: absolute;
	border-radius: 50%;
}
.box-modern-media {
	position: relative;
}

.box-modern-title {
	padding-top: 15px;
	font-weight: 700;
	font-size: 20px;
}

.box-modern{
	min-height:200px;
}


.electric-taxi{margin-top:-120px}

.backCard p {
	color: #FFF;
	font-size:14px;
}

.form-fild {
	padding: 8px 0;
}
.form-fild label {
	display: none;
}
.form-select, .form-control {
	min-height: 42px;
	font-size: 15px;
	border-radius: 2px;
	border-color: #00000040;
}

#pills-tab .nav-link {
	background: #000;
	margin-right: 15px;
	border-radius: 2px !important;
	color: #FFF;
	font-weight: 500;
}

#pills-tab .nav-link.active {
	background: #0ef1e6 !important;
	color: #000;
}

.section-heading {
	font-size: 36px;
	font-weight: 600;
}
.section-title h2 {
	font-size: 38px;
}
.form-right {
	background: #FFF;
	padding: 25px;
}
.book-now-btn {
	border: 0;
	width: 100%;
}

/* BTN */
.theme-btn {
	position:relative;
	z-index:2;
	overflow:hidden;
	vertical-align:middle;
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
	background-color:#0ef1e6;
	color:#000;
	font-size:14px;
	font-weight:600;
	line-height:1;
	padding:16px 31px;
	border-radius:5px;
	border:none;
	text-decoration: none;
	transition: 0.5s all ease-in-out;
  }
  .theme-btn:hover{border:1px solid #FFF;}
  .theme-btn:before {
	content:"";
	position:absolute;
	height:100%;
	left:0;
	top:0;
	width:200%;
	background-color:#000;
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform:scale(1, 0);
	-ms-transform:scale(1, 0);
	transform:scale(1, 0);
	z-index:-1;
	-webkit-transition:0.5s ease;
	transition:0.5s ease
  }


  .btn-blue {
	background-color:#0bd2cd;
  }
  .btn-green:before {
	background-color:#2db742;
  }
  .btn-blue:before {
	background-color:#000;
  }
  .btn-green:before {
	background-color:#000;
  }


  .theme-btn:hover  {
	color:#fff
  }
  .theme-btn:hover::before {
	-webkit-transform-origin:center center;
	-ms-transform-origin:center center;
	transform-origin:center center;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
  } 
  .book-now-btn {
	background: #000;
	color: #fff;
	padding: 15px;
	border-radius: 0;
	border: none;
}
/* Cab Service Section */
.cab-tabs-panels {
	border-top: 1px solid #a2a1a1;
}
.service-tabs {
	width: 100%;
	border-bottom: 1px solid #a2a1a1;
	padding: 10px 0;
}
.service-tabs .nav-link {
	font-size: 18px;
	color: #151515;
	font-weight: 500;
	position: relative;
}
.service-tabs .nav-link.active {
	background: transparent;
	color: #0bd2cd;
}
.service-tabs .nav-link.active::after {
	content: "";
	position: absolute;
	background: #0bd2cd;
	width: 100%;
	height: 3px;
	bottom: -12px;
	left: 0;
	right: 0;
}
.single-inner li img {
	width: 40px;
	margin-right: 5px;
	float: left;
}
.single-inner {
	padding: 15px 10px;
}
.single-inner {
	padding: 15px 10px;
}
.tabs-text {
	font-size: 16px;
}
.single-inner li {
	list-style: none;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.cab-service-image img {
	background: #f2f2f2;
	margin-top: 0px;
}
.type-title {
	overflow: hidden;
}


/* Price Table Section */
.prices-section {
	background-image: url(../img/carbanner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.prices-section::before {
	content: "";
	position: absolute;
	background: #052730;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0.7;
}
.prices-section .container{
	z-index: 1;
}
.prices-section .price-tables-wrapper {
	background: #ffffff21;
	transition: 0.5s all ease-in-out;
	box-shadow: 1px 1px 10px 4px rgba(55, 55, 55, 0.02);
	border-radius: 5px;
	backdrop-filter: blur(5px);
 
}
.rupee-icon {
	width: 8px;
}
.price-table th, .price-table td {
	text-align: center;
}
.table-head th {
	background: #0bd2cd;
	color: #000;
	font-weight: 500;
	font-size: 18px;
}
.table-row th, .table-row td {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background: rgba(255, 255, 255, 0.26);
}
.table-row:hover {
	background: #fff;
}
.table-row:hover th, .table-row:hover td {
	color: #fff;
	background: #000;
}
.rupee-icon {
	width: 8px;
	filter: brightness(0) invert(1);
}
.price-heading {
	font-weight: 600;
	font-size: 22px;
	text-align: center;
}
.price-heading::after {
	background: #d5dadf;
	width: 90%;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	margin: 0 auto;
}
.table-content p {
	font-size: 16px;
}

 
  
/* Download Section 
======================*/
.work-section::after {
	background: url(../img/work_bg-1.png);
	content: "";
	width: 100%;
	height: 460px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	background-size: cover;
	background-position: 50%;
}
.work-section .section-heading {
	font-weight: 500;
}
.carousel-caption {
	color: #000; 
} 
.mobile-freme {
	text-align: center;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	width: 270px;
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
	overflow: hidden;
	margin: 0 auto;
}
.slid-img {
	width: 272px;
}
.work-carousel-contrnt {
	position: relative;
}
.steps-title {
	font-weight: 500;
	font-size: 28px;
	color: #24282d;
}
.work-carousel-contrnt p {
	color: #24282d;
	font-weight: 400;
	font-size: 16px;
}

.work-crousel-bullets button {
	background-color: #000 !important;
	width: 15px !important;
	height: 15px !important;
	border-radius: 50%;
	margin: 0 5px !important;
}
.work-coursel-prev, .work-coursel-next {
	height: 47px;
	top: 50%;
	background: #000;
	width: 48px;
	border-radius: 50%;
  }

  .work-coursel-next {
	right: 0;
}
/*--------------------------------------------------------------
   download section  
----------------------------------------------------------------*/
.download-section {
background: #000;
  }
     
.store-icon {
    width: 148px;
    margin-right: 20px;
  }
.store-icon:last-child {
    margin-right: 0;
  }
.download-image {
    z-index: 1;
  }
  .download-image .pattern-overlay {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
	background-image: url(../img/round_shape.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
 
  .chat-btns-group li {
	display: inline-block;
}
  .single-btn {
	padding: 10px 10px;
	border-radius: 5px;
	width: 173px;
	text-align: center;
}
.single-btn {
	padding: 15px 10px;
	border-radius: 5px;
	width: 173px;
	text-align: center;
}
.single-btn.chat-call-btn {
	background: #0ef1e6;
	margin-right: 10px;
	border: 1px solid #0ef1e6;
}
.chat-number-btn {
	background: #2db742;
	border: 1px solid #2db742;
}
.chat-number-btn:hover, .chat-call-btn:hover {
	border: 1px solid #fff;
	border-radius: 0;
}
  .chat-number-btn .chat-number {
	color: #fff;
}
.chat-call-btn path {
	fill: #000;
}
.chat-call-btn:hover path{
	fill: #fff;
}
  .app-store-image a {
	display: block;
	border-radius: 5px;
}
  .app-store-image a img {
    filter: brightness(0) invert(1);
    transition: 0.5s all ease-in-out;
  }
  .app-store-image a:hover {
    background: #0ef1e6;
  }
  .app-store-image a:hover img {
    filter: brightness(0) invert(0);
  }
/* Offer Section 
======================*/
.offer-area {
	display: block;
	overflow: hidden;
  }
  
  .offer-item {
	padding: 20px;
	margin-bottom: 25px;
	transition: 0.5s all ease-in-out;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	border-radius: 20px;
}
  .offer-item:hover {
	transform: translateY(-10px);
  }
  .offer-img {
	overflow: hidden;
	transition: 0.5s all ease-in-out;
	border-radius: 20px;
}
.offer-img img {
	transition: 0.5s all ease-out;
}
.offer-item:hover img {
	transform: scale(1.1);
}
  .offer-title {
	font-size: 18px;
	color: #24282d;
	font-weight: 500;
	transition: 0.5s all ease-out;
}
.offer-item:hover .offer-title {
	color: #0bd2cd;
}
.offer-code {
	color: #24282d;
	text-decoration: none;
	font-weight: 500;
	border-top: 1px solid #ccc;
	display: block;
}
.coupon-code {
	color: #0bd2cd;
	transition: 0.5s all ease-in-out;
}
.coupon-code:hover {
	color: #24282d;
}
/* Choose section 
==========================*/
.choose-box {
	border: 1px solid #E9EBF1;
	border-radius: 20px;
	padding: 20px;
	transition: 0.3s;
	height: 100%;
}
.choose-box:hover {
	box-shadow: 0px 8px 16px -2px rgba(32, 33, 36, 0.06), 0px 16px 32px -2px rgba(32, 33, 36, 0.1);
	transform: translateY(-10px);
}
.choose-head {
	border-bottom: 1px solid #e9ebf1;
	padding-bottom: 14px;
}
.choose-title {
	font-weight: 600;
	font-size: 18px;
	transition: 0.5s all ease-in-out;
}
.choose-box:hover .choose-title {
	color: #0bd2cd;
}
.choose-title span {
	font-size: 13px;
	border: 1px solid rgba(32, 33, 36, 0.1);
	border-radius: 100px;
	height: 26px;
	line-height: 24px;
	padding: 0px 15px;
	font-weight: 400;
}
.why-choose-icon {
	width: 60px;
}
.choose-box:hover .why-choose-icon {
	animation: icon-bounce 0.8s 1;
}
.why-choose-content {
	transition: 0.3s;
}
.why-choose-content p {
	font-size: 15px;
}
@keyframes icon-bounce {
	0%, 100%, 20%, 50%, 80% {
	  -webkit-transform: translateY(0);
	  -moz-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -o-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-10px);
	  -moz-transform: translateY(-10px);
	  -ms-transform: translateY(-10px);
	  -o-transform: translateY(-10px);
	  transform: translateY(-10px);
	}
	60% {
	  -webkit-transform: translateY(-5px);
	  -moz-transform: translateY(-5px);
	  -ms-transform: translateY(-5px);
	  -o-transform: translateY(-5px);
	  transform: translateY(-5px);
	}
  }
/* Facility Section
========================== */
.facilities-heading {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 17px;
  }
  .facilities-area .text-pera {
	font-size: 16px;
	color: #808080;
	border-top: 1px solid #b5b5b5;
	padding-top: 12px;
}
  .facillity-type span {
	display: block;
	margin-top: 10px;
	font-size: 16px;
  }
/**  Our Happy Clients  
==================**/
.testimonials-slider .carousel-inner {
	text-align: center;
}
.customer-title {
	margin-bottom: 25px;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #2db742;
}
 
.carousel-indicators.testi-bullets {
	bottom: -50px !important;

}
.carousel-indicators.testi-bullets button {
	background: #000;
	width: 10px;
	height: 10px !important;
	border-radius: 50%;
	border: none;
}
.review-image img {
	width: 60px;
	border-radius: 50%;
  }

  .rating-star img {
	width: 20px;
	margin: 0 5px;
}
  .review-title {
	font-weight: 600;
	font-size: 16px;
  }
  .rating {
	color: #fa9125;
	font-weight: 600;
  }
  .total-reviews {
	margin: 10px 0;
  }
  .review-content .theme-btn {
	padding: 16px 25px;
	border-radius: 52px;
}
.designation-title {
	font-size: 13px;
}
.testi-items .text-muted {
	font-size: 16px;
}
/* Faqs Section
=============================*/
.faq-items .accordion-button {
	padding: 5px 10px 5px 5px;
	margin-top: 10px;
	border-radius: 10px;
}
.faq-items .accordion-button:focus {
	box-shadow: none;
	background: #0bd2cd;
	color: #000;
}
.accordion-item.faq-items {
	border: none;
	border-radius: 5px;
}
.count-faqs {
	padding: 9px 15px;
}
.faq-items .accordion-button:focus {
	color: #000;
}
/* Blogs Section 
==========================*/

.blog-item {
	background: #fff;
	padding: 10px;
	box-shadow: 0px 6px 15px rgba(0,0,0,0.08);
}
  .blog-item:hover .blog-img img {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
  }
  .blog-item .blog-meta {
	padding-top: 15px;
	margin-bottom: 10px;
	border-bottom: none;
}
  .blog-item .blog-meta span:before,
  .blog-item .blog-meta a:before {
	content:"";
	background-color:#000
  }
  .blog-item .blog-img {
	overflow:visible
  }
.blog-date {
	font-size: 14px;
	background-color: #fff;
	color: #000;
	padding: 9px 16px;
	position: absolute;
	width: 110px;
	bottom: 0px;
	right: 0;
	text-decoration: none;
	border-top-right-radius: 68px;
	border-top-left-radius: 73px;
}
.blog-img .month {
	display: block;
	font-weight: 700;
	font-size: 21px;
	color: #0bd2cd;
	margin: -4px auto 0;
}
  .blog-item_title {
	font-weight:700;
	font-size:24px;
	line-height:34px;
	border-bottom:1px solid #E7E7E7;
	margin-bottom:25px;
	padding-bottom:25px
  }
  .blog-box a{text-decoration: none;}
  .admin-name-letter {
	background: #0bd2cd;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 30px;
}
.blog-admin-title {
	color: #484848;
	font-size: 16px;
}
.blog-item_title a {
	font-size: 15px;
	color: #484848;
	font-weight: 500;
	line-height: normal;
	transition: 0.5s all ease-in-out;
}
.blog-item:hover .blog-item_title a {
	color: #0bd2cd;
}
.blog-text {
	font-weight: 300;
}
.blog-footer {
	border-top: 1px solid #E7E7E7;
	padding-top: 10px;
}
/* Footer section 
===========================*/
.footer-section {
	background:#000;
}
.footer-logo img {
	width: 190px;
}
  .widget li{list-style: none;}
  .widget a{text-decoration: none;
	transition: 0.5s all ease-in-out;}
	.footer-section .widget p, .footer-section .widget a {
	color: #ffffffba;
	font-size: 14px;
}
	.widget-title {
		font-size: 18px;
		font-weight: 600;
		color: #fff;
	}
  .widget-links a {
	color: #484848;
	padding-top: 10px;
	display: block;
}
.widget-links a:hover {
	color: #0bd2cd;
	padding-left: 5px;
}
.social-img {
	width: 35px;
	transition: 0.5s all ease-in-out;
}
  .social-img:hover {
	transform: rotateY(360deg);
}
  .footer-social-links li {
	margin-right: 7px;
  }
  .footer-contact a {
	color: #484848;
	margin-bottom: 10px;
	display: block;
  }
  .footer-contact a:hover {
	color: #0bd2cd;
}
  .footer-btns img {
	width: 130px;
}
.footer-copyright {
	padding: 25px 0 17px;
	border-top: 1px solid #131313;
}
.text-center {
	font-size: 16px;
}

@media (max-width: 500px) {
	.blogh2{
		font-size:20px!important;
		font-weight: 700;
	}
	.blogpara{
		margin-top: 0px!important;
	}
	.blogh3{
		font-size:18px!important;
		font-weight: 600;
	}

}


@media (max-width: 767px) {
	.mobile-freme {
		margin: 0 auto;
	}
	.slid-img {
		margin: 0 auto;
	}
	.work-carousel-contrnt {
		left: 0;
		right: 0;
	}
.price-tables-wrapper {
	width: auto;
	overflow: scroll;
	display: block;
}
.table-row th, .table-row td {
	min-width: 150px;
}
.single-inner li {
	margin-bottom: 16px;
}
.review-area {
	margin: 0 auto;
	text-align: center;
	display: block;
	margin-top: 50px;
}

 .bannerhome {
    background: #000 url(../img/mobilebanner.jpg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 100%;
    background-position: bottom;
    min-height: auto;
    padding-bottom: 150px;
  }
}
@media (max-width:991px){
.work-section .section-heading {
	font-size: 36px;
	color:#fff;
	text-align: center;
}
}
@media (min-width:768px){
.download-image .mobile-img {
    margin: -50px auto;
  }
  .single-inner li {
	width: 32%;
}
.work-carousel-contrnt {
	position: absolute;
	right: 0;
	text-align: left;
	left: auto;
}
.work-coursel-prev {
	left: auto;
	right: 53px;
}
.work-carousel-contrnt {
	width: 422px;
}
.work-crousel-bullets {
	bottom: 0;
	margin-bottom: -36px;
}
.review-area {
	display: flex;
	float: right;
	align-items: center;
  }
}
@media (min-width:992px){
	.service-tabs {
		width: 57%;
	}
	.work-section::after {
		height: 420px;
	}
	.work-section .section-heading {
		position: absolute;
		bottom: 96px;
		font-size: 28px;
	}
	.work-carousel-contrnt {
		width: 340px;
	}
	.mobile-freme {
		width: 250px;
		margin: 0 auto;
	}
	.slid-img {
		width: 252px;
	}
	.work-coursel-prev {
	
		left: 21%;
	  }
	  .work-coursel-next {
		right: 21%;
	  }
}
@media (min-width:1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1240px;
	  }
	
	  #pills-tab .nav-item {
		width: 32%;
	}
	.work-section::after {
		height: 460px;
	}
.work-carousel-contrnt {
	width: 422px;
}
.mobile-freme {
	width: 270px;
}
.slid-img {
	width: 272px;
}
.h1, h1 {
	font-size: 42px;
}
}

