:root {
	--theme-color: #FFC000;
	--title-color: #1B1B1B;
	--body-color: #74787C;
	--smoke-color: #F5F5F5;
	--black-color: #000000;
	--white-color: #ffffff;
	--light-color: #B0B0B0;
	--yellow-color: #fec624;
	--success-color: #28a745;
	--error-color: #dc3545;
	--border-color: #f2f2f2;
}

html,
body {
	scroll-behavior: auto !important
}


a {
	color: var(--theme-color);
	text-decoration: none;
	outline: 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

a:hover {
	color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0
}

button {
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

img {
	border: none;
	max-width: 100%
}

ins {
	text-decoration: none
}

pre {
	background: #f5f5f5;
	color: #666;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word
}

p {
	margin: 0 0 18px 0;
	color: var(--body-color);
	line-height: 1.75
}
/* ------------hero section------------- */
.as-hero-wrapper {
	position: relative;
	padding: 104px 0 0;
	overflow: hidden;
}

.as-hero-wrapper .slick-arrow {
	--icon-size: 60px;
	--pos-x: 200px;
	font-size: 16px;
	z-index: 4;
	border-radius: 50%;
	z-index: 5;
	visibility: visible;
	opacity: 1;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.4);
	color: rgba(255, 255, 255, 0.6)
}

.as-hero-wrapper .slick-arrow:hover {
	background-color: var(--white-color);
	color: var(--title-color);
	border-color: var(--white-color)
}

.as-hero-wrapper .btn-group {
	gap: 20px
}

.as-hero-wrapper .text-bg {
	position: relative;
	display: inline-block;
	color: var(--title-color);
	padding: 0 33px 0 30px;
	z-index: 2
}

.as-hero-wrapper .text-bg::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff url("../../img/business-model-img/careem/pattern_bg_1.html") repeat;
	z-index: -1;
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	transform: skew(-20deg)
}

.as-hero-wrapper .container {
	position: relative;
	z-index: 3
}

.as-hero-slide {
	position: relative;
	background-image: url("../../img/business-model-img/careem/hero_bg_6_1.jpg");
}

.hero-slider-6 .slick-dots {
	position: absolute;
	top: 50%;
	left: 120px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}


.hero-slider-6 .slick-dots li {
	display: block;
	margin: 30px 0
}


.hero-slider-6 .slick-dots button {
	border-radius: 0
}


.hero-slider-6 .slick-dots button:before {
	border-radius: 0
}

.hero-slider-6 .as-hero-slide {
    background-color: var(--title-color);
    padding: 330px 0 255px 0;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-slider-6 .hero-img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 48%
}

.hero-slider-6 .hero-img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.hero-slider-6 .hero-shape {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}


.hero-slider-6:after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--title-color);
	mix-blend-mode: soft-light;
	opacity: 0.5
}

.hero-slider-6 .hero-img {
	top: 35px;
	height: auto;
	width: auto
}

.hero-slider-6 .hero-img img {
	max-width: 100%;
	width: auto;
	height: auto
}


.hero-img .shape-1,
.hero-img .shape-2,
.hero-img .shape-3,
.hero-img .shape-4,
.hero-img .shape-5,
.hero-img .shape-6 {
	position: absolute
}

.hero-img .shape-1 {
	top: 47%;
	left: 9.5%;
	-webkit-animation: jumpAni 7s linear infinite;
	animation: jumpAni 7s linear infinite
}

.hero-img .shape-2 {
	top: 14%;
	left: 5%;
	-webkit-animation: jumpX 7s linear infinite;
	animation: jumpX 7s linear infinite
}

.hero-img .shape-3 {
	top: 46%;
	left: 40%;
	-webkit-animation: jumpX 7s linear infinite;
	animation: jumpX 7s linear infinite
}

.hero-img .shape-4 {
	top: 0%;
	right: 22%;
	-webkit-animation: jumpXreverse 7s linear infinite;
	animation: jumpXreverse 7s linear infinite
}

.hero-img .shape-5 {
	top: 23%;
	left: 39%;
	-webkit-animation: mapPulse 5s linear infinite;
	animation: mapPulse 5s linear infinite;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	width: 10% !important
}

.hero-img .shape-6 {
	top: 23%;
	right: 13%;
	-webkit-animation: mapPulse 7s linear infinite;
	animation: mapPulse 7s linear infinite;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	width: 22% !important
}

@-webkit-keyframes jumpX {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	40% {
		-webkit-transform: translateX(-60px);
		transform: translateX(-60px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes jumpX {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	40% {
		-webkit-transform: translateX(-60px);
		transform: translateX(-60px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes jumpXreverse {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	40% {
		-webkit-transform: translateX(60px);
		transform: translateX(60px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes jumpXreverse {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	40% {
		-webkit-transform: translateX(60px);
		transform: translateX(60px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes mapPulse {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}

	40% {
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5)
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}

@keyframes mapPulse {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}

	40% {
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5)
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}

.hero-style6 {
	position: relative;
	z-index: 2
}

.hero-style6 .hero-title {
	color: var(--white-color);
	text-transform: capitalize;
	font-size: 46px;
	font-weight: 600;
	line-height: 1.32;
}

.hero-style6 .hero-title:first-of-type {
	margin-bottom: 0 !important
}

.hero-style6 .hero-text {
	max-width: 550px;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: -0.4em;
	color: #fff;
}

.hero-style6 .video-btn {
	margin-bottom: 40px
}

.hero-style6 .btn-group {
	margin-top: 40px
}


.hero-text strong {
	color: #ffc000;
	font-weight: 600;
}

.as-btn {
	position: relative;
	z-index: 2;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--title-color);
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding: 19.5px 31px;
	border-radius: 0;
	border: none
}

.as-btn:before {
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 200%;
	background-color: var(--title-color);
	-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
}

.as-btn>i {
	margin-left: 5px
}

.as-btn:hover,
.as-btn.active {
	color: var(--white-color)
}

.as-btn:hover::before,
.as-btn.active::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)
}


.as-btn.style2 {
	background-color: transparent;
	color: var(--white-color);
	border: 1px solid var(--white-color);
	padding: 17.5px 29px
}

.as-btn.style2:hover {
	color: var(--title-color)
}

.as-btn.style2:hover:before {
	background-color: var(--white-color)
}

.as-btn.style3:hover {
	color: var(--title-color)
}

.as-btn.style3:before {
	background-color: var(--white-color)
}


.btn-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px
}

.btn-group.style2 {
	gap: 20px;
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px
}

.btn-group .style-skew:first-child {
	margin-right: 0
}

.btn-group .style-skew:last-child {
	margin-left: 0
}


@media (max-width: 1700px) {
	.as-hero-wrapper .slick-arrow {
		--pos-x: 80px
	}

	.hero-slider-6 .slick-dots {
		left: 35px
	}

	.hero-slider-6 .hero-img {
		top: 95px;
		width: 55%
	}

}

@media (max-width: 1399px) {

	.hero-style6 .hero-title {
		font-size: 40px
	}
}

@media (max-width: 1199px) {
	.hero-slider-6 .as-hero-slide {
		padding: 140px 0 150px 0
	}



	.hero-style6 .hero-text {
		font-size: 18px
	}
}


@media (max-width: 991px) {
	.hero-style6 .hero-title {
		font-size: 38px
	}

	.as-hero-wrapper .btn-group {
		gap: 15px
	}

	.hero-slider-6 .as-hero-slide {
		padding: 100px 0
	}

	.hero-slider-6 .hero-img {
		position: relative;
		width: 100%;
		top: -100px
	}

	.hero-slider-6 .hero-shape {
		bottom: 0;
		right: 0;
		-webkit-transform: rotate(180deg) !important;
		-ms-transform: rotate(180deg) !important;
		transform: rotate(180deg) !important;
		--animation-name: slidebottomright
	}

	.hero-slider-6 .hero-img {
		top: -40px;
		width: 100%
	}

	.hero-img .shape-1,
	.hero-img .shape-2,
	.hero-img .shape-3,
	.hero-img .shape-4 {
		width: 13% !important
	}
}

@media (max-width: 767px) {
	.as-hero-wrapper .as-btn {
		padding: 17px 26px
	}

	.as-hero-wrapper .as-btn.style2 {
		padding: 15px 24px
	}

	.hero-style6 {
		text-align: center
	}

	.hero-style6 .hero-title {
		font-size: 32px
	}

	.hero-style6 .btn-group {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width: 575px) {
	.hero-style6 .hero-title {
		font-size: 30px
	}

	.hero-style6 .hero-text {
		font-size: 16px;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width: 375px) {
	.hero-style6 .hero-title {
		font-size: 28px
	}
}

/* ------------ pages css-----------*/

section {
	padding: 80px 0;
}

.main-title {

	font-size: 30px;
	font-weight: 700;
	position: relative;
	margin: 0px;
	padding-bottom: 25px;
	margin-bottom: 15px;
	color: #000;
	line-height: 1.5;
}

.main-title::before {
	content: "";
	width: 120px;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	bottom: 0px;
}

.main-title::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 10px;
	background-color: #f8bb00;
	left: 0px;
	bottom: -5px;
}

.cta-middle {
	padding: 70px 50px !important;
	border-radius: 20px;
}

.cta-middle p {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0px;
	color: #000;
	position: relative;
}


.yellow-color {
	background: #febf00;
}

.yellow-color.cta-middle p::before {
	background-color: #000;
}

.dark-bg-black p {
	color: #fff;
}

.dark-bg-black {
	background: linear-gradient(229deg, #3f4868 0%, #353e56 100%);
}

body a.common-btn-yelo {
	padding: 13px 0px;
	font-size: 18px;
	font-weight: 600;
	opacity: 1;
	color: #000 !important;
	position: relative;
	background-color: #f9bb00 !important;
	transition: .5s;
	padding-left: 15px;
	padding-right: 50px;
	line-height: 1.3;
	overflow: hidden;
	transition: .5s;
	cursor: pointer;
	border: 1px solid #faba00 !important;
}

.btn-black.common-btn-yelo {
	background-color: #000 !important;
	color: #fff !important
}

.btn-black.common-btn-yelo:hover {
	color: #000 !important;
}

body a.common-btn-yelo:hover {
	background-color: #fff !important
}


.btn-black.common-btn-yelo:after {
	color: #fff;
}

body a.common-btn-yelo:after {
	position: absolute;
	content: "\f178";
	top: 0px;
	bottom: 0px;
	margin: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	right: 15px;
	font-size: 18px;
	transition: .5s;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

body a.common-btn-yelo:before {
	position: absolute;
	content: "\f178";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	top: 0px;
	bottom: 0px;
	margin: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	left: -10%;
	font-size: 18px;
	transition: .5s;
	opacity: 0;
}

body a.common-btn-yelo:hover {
	padding-right: 15px;
	padding-left: 50px;
}

body a.common-btn-yelo:hover:before {
	left: 15px;
}

body a.common-btn-yelo:hover:before {
	opacity: 1;
}

body a.common-btn-yelo:hover:after {
	opacity: 0;
}

body a.common-btn-yelo:hover:after {
	right: -100%;
}

body a.common-btn-yelo.register-btn {
	padding-top: 8px;
	padding-bottom: 8px;
}
.centerlly-align h4:before {
    left: 0px;
    right: 0px;
    margin: auto;
    width: 160px;
}
.centerlly-align h4:after {
    right: 0px;
    margin: auto;
}
/* ------why prefer us------- */

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

.why_img {
	position: absolute;
	left: 0px;
	background-color: #f8bb00;
	width: 100px;
	height: 100px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: .5s;
}

.why_img::before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #f8bb00;
	position: absolute;
	right: -10px;
	top: -10px;
	border-radius: 50%;
	border: 3px solid #fff;
}

.why_prefer_wrap .content {
	padding-left: 130px;
}

.content a {
	margin: 0px;
	color: #0c1612;
	font-size: 20px;
	font-weight: 700;
}
.content a:hover{
	color: #000;
}
.content p {
	color: #0c1612;
	font-size: 16px;
	margin: 15px 0px;
	font-weight: 400;
}

.why_prefer_wrap img {
	width: 50px;
}

.why_prefer_wrap:hover .why_img img {
	filter: brightness(0) invert(1);
}

.why_prefer_wrap:hover .why_img {
    background-color: #353e56;
}
.why_prefer_wrap:hover .why_img::before {
	background-color: #353e56;
}


/* -------------Amazing Section-------------- */



.grid-images ul {
	list-style: none;
	width: 100%;
	padding: 0px 0px;
	margin: 0px;
	margin-left: 30px;
	float: left;
	position: relative;
	background-size: contain;
	background-position: left center;
	padding-left: 40px;
	background-repeat: no-repeat;
	margin-bottom: 30px
}

.grid-images ul li:nth-child(1),
.grid-images ul li:nth-child(3) {
	top: 30px;
}

.grid-images ul:before {
	content: ""
}

.grid-images ul li {
	width: calc(50% - 30px);
	float: left;
	margin: 15px;
	position: relative;
	overflow: hidden;
}

.grid-images ul li img {
	width: 100%;
	border-radius: 4px;
	position: relative;
}

.grid-images ul li h5 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	display: flex;
	align-items: center;
	padding: 10px;
	justify-content: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	transition: .5s;
	text-shadow: 0px 0px 5px #000;
}

.grid-images ul li .on-hover {
    position: absolute;
    background: linear-gradient(900deg, rgb(90 90 90 / 51%) 27%, #000000 100%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
    top: 100%;
    transition: .5s;
    padding: 15px;
    border-radius: 4px;
}

.grid-images ul li:hover h5 {
	opacity: 0
}

.grid-images ul li:hover .on-hover {
	top: 0px;
}

.grid-images ul li .on-hover h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #fff
}

.grid-images ul li .on-hover p {
	font-size: 16px;
	color: #fff;
	line-height: 1.3
}

.dark-section {
	background: linear-gradient(229deg, #0C1612 0%, #0C1612 100%);
	margin-top: 100px;
}

.dark-section .common-heading h4 {
	color: #fff
}

.dark-section .common-heading h4 span {
	color: #F8BB00
}

/* tabs */


.tab-content {
	margin-left: 14px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000 !important;
    background-color: #f8bb00 !important;
}
.nav-pills .nav-link {
    color: #000;
}
.nav-pills .nav-link:hover{
	background-color: #f8bb00;
}
.tab_card {
    height: auto;
    text-indent: inherit;
    text-align: left;
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: -8px 10px 22px -8px rgba(23,23,23,.19);
    margin-bottom: 15px;
	transition: all 0.3s ease-in-out;

}
.tab_card:hover {
	background:#f8bb00;

}

.tab_card .content{
	padding-left: 80px;
}

.img_wrap img {
    position: absolute;
    top: 20px;
    width: 70px;
}

.nav-pills .nav-link {
    padding: 16px;
    font-weight: 600;
	margin:  0 10px;
}
.taxi_img{
	text-align: center;
}

.grid-images ul li img::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #24232394;
    z-index: 2;
}
.img_wrap {
    position: relative;
}