@charset "UTF-8";

/*
Theme Name: Henderson Taxi
Theme URI: https://webmaniacs.co.nz/
Author: Subhash Soren
Author URI: https://webmaniacs.co.nz/
Description: Henderson Taxi is a custom theme developed by Web Maniacs for Henderson Taxi.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Space+Grotesk:wght@300..700&display=swap');

/*-----------------------------------
   Universal Styling
------------------------------------*/
:root{
    --primary-color: #222;
    --text-white: #fff;
    --text-color: #666;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
	overflow-x: hidden;
}
a{
    text-decoration: none;
}
.section-subheading{
    text-transform: uppercase;
    font-family: "Space Grotesk", sans-serif;
    display: inline;
    font-size: 16px;
    font-weight: 600;
    margin-left: 40px;
}
.section-subheading,
.custom-border{
    position: relative;
}
.section-subheading .custom-border{
    background-color: var(--text-color);
    width: 4px !important;
    height: 100% !important;
    right: 8px;
    top: 0;
    opacity: 0.8;
    position: absolute;
    transform: skew(-20deg, 0deg);
    left: -20px;
   
}
.section-subheading .custom-border:before{
    background-color: var(--text-color);
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    /* right: 8px; */
    top: 0;
    opacity: 0.8;
    transform: skew(0deg, 0deg);
    left: -20px;
   
}
.section-subheading .custom-border:after{
    background-color: var(--text-color);
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    /* right: 8px; */
    top: 0;
    opacity: 0.8;
    transform: skew(0deg, 0deg);
    left: -10px;
   
}
.section-heading{
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: -1.5px;
    color: #81F89E !important;
}
@media screen and (min-width:991px){
    .section-heading{
        font-size: 42px;
    }
}
.section-para{
    font-size: 17px;
    font-family: "DM Sans", sans-serif;
    color: var(--text-color);
}
@media screen and (min-width:991px){
    .section-para{
        width: 545px;
        margin: 0 auto;
    }
}
/*-----------------------------------
  Header Section
------------------------------------*/
.modal{
	--bs-modal-width: 1366px !important;
}
header .header-top .header-top-contacts .header-top-contacts-icon svg
{
    width: 30px;
    height: 30px;
    color: #fff;
}
.header-socials svg{
	width: 30px;
    height: 30px;
    color: var(--primary-color);
}

.header-socials1 svg{
	width: 30px;
    height: 30px;
    color: #fff;
}
header .header-top .header-top-contacts h3{
    color: var(--text-color);
    font-size: 14px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    text-transform: capitalize;

}
header .header-top .header-top-contacts p a{
    color: #fff;
    font-size: 18px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
}
@media screen and (max-width:768px){
	header{
		background: var(--primary-color);
	}
}
/* Humburger */

.nav-icon {
    width: 25px;
    height: 25px;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--text-white) !important;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 8px;
}

.nav-icon span:nth-child(4) {
    top: 16px;
}

.nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

header .navbar button {
    outline: none;
    box-shadow: none !important;
}

header .navbar .navbar-toggler {
    border: none !important;
}

/* end of Humburger */

/*-----------------------------------
  Navbar
------------------------------------*/
header .header-top-logo img{
	    height: 180px !important;
	
    position: absolute;
/*     transform: translateY(45px); */
    z-index: 999 !important;
	top: 0;
	background: #000;
	padding: 10px 10px 40px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
@media screen and (max-width:768px){
	header .navbar-brand img{
		 height: 180px;
        position: absolute;
/*         transform: translateY(30px); */
        z-index: 99;
		top: -20px;
		background: #000;
	padding: 10px 10px 40px;
		box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	}
}
header .navbar .nav-item .nav-link{
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #222 !important;
}
header .navbar .navbar-nav{
    background: #fff;
	position: relative;
	z-index: 9999;
	
}
@media screen and (min-width:991px){
    header .navbar .navbar-nav{
        height: 50px;
        line-height: 35px;
    }
    header .navbar .nav-item .nav-link{
        padding: 10px 20px !important;
    }
	header .navbar .navbar-nav{
/* 		clip-path:polygon(0 0, 100% 0, 100% 100%, 1% 100%); */
		position: relative;
		transition: all .5s ease-in-out;
	}
	header .navbar .navbar-nav:before{
		content:'';
		position: absolute;
			width: 30px;
		height: 100%;
		left: -28px;
		background: #fff;
		clip-path:polygon(0 0, 100% 0, 100% 100%, 30% 100%);
	}
}
header .navbar{
    --bs-navbar-padding-y: 0rem;
}
@media screen and (min-width:991px){
    header .navbar{
        position: relative;
        transform: translateY(30px);
        z-index: 999 !important;
        margin-top: -30px;
    }
	header .navbar .dropdown:hover .dropdown-menu{
		display: block !important;
/* 		position: relative; */
		z-index: 9999999 !important;
	}
}
header .navbar .dropdown-menu{
	background: var(--primary-color);
	
}
header .navbar .dropdown .dropdown-item{
	text-transform: capitalize;
	 font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-white) !important;
}
header .navbar .dropdown{
/* 	position: relative !important; */
}
header .navbar .dropdown .dropdown-item:hover{
	color: var(--primary-color) !important;
}
@media screen and (min-width:991px){
/* 	.dropdown-toggle::after{
		display: none !important;
	} */
}
/* Button */
header .header-btn .button1{
    background: #4c4c4c;
    color: var(--text-white);
    padding: 10px 30px;
    text-transform: capitalize;
    text-align: center;
    height: 45px;
    position: relative;
    z-index: 10 !important;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    height: 50px;
 
}
header .header-btn .button1:before{
    content: '';
    position: absolute;
    width: 0;
    height: 50%;
    background: #ccc;
    top: 0;
    left: 0;
    transition: all .5s ease-in-out;
    overflow: hidden;
    z-index: 9 !important;
}
header .header-btn:hover .button1:before{
    width: 100%;
    color: var(--primary-color);
    z-index: 1 !important;
 
   
}
header .header-btn .button1:after{
    content: '';
    position: absolute;
    width: 0%;
    height: 50%;
    background: #ccc;
    top: 50%;
    left: 100%;
    transition: all .5s ease-in-out;
    z-index: 9;
  
}
header .header-btn:hover .button1:after{
    width: 100%;
    left: 0;
  
}
header .header-btn:hover span{
    position: relative;
    z-index: 999 !important;
    color: var(--primary-color);
    font-family: "DM Sans", sans-serif;
}
/*-----------------------------------
  Hero Section
------------------------------------*/
.hero-section{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(assets/images/page-header.webp)no-repeat center/cover;
/*     height: calc(100vh - 142px); */
/* 	 height: calc(100vh - 50px); */
    position: relative;
}
@media screen and (min-width:991px){
	.hero-section{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(assets/images/page-header.webp)no-repeat center/cover;
/*     height: calc(100vh - 142px); */
	 height: calc(100vh - 50px);
    position: relative;
}
}
@media screen and (max-width: 768px){
	.hero-section{
  
/*     height: 100vh; */
   
}
}
.hero-section .hero-shape{
    position: absolute;
    right: 120px;
    top: 0;
    height: 100%;
    width: 450px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    transform: skew(-20deg, 0deg);
    overflow: hidden;
}
@media screen and (max-width:768px){
	.hero-section .hero-shape{
		right: -390px;
	}	
}
.hero-section .hero-shape .hero-shape-1,
.hero-section .hero-shape .hero-shape-3{
    width: 100px;
    height: 80%;
    background: var(--primary-color);
}
.hero-section .hero-shape .hero-shape-3{
    margin-bottom: 30%;
}
.hero-section .hero-shape .hero-shape-2{
    width: 200px;
    height: 100%;
    background: var(--text-white);
}
.hero-section .hero-section-content h5,
.hero-section .hero-section-content h1,
.hero-section .hero-section-content p
    {
    color: var(--text-white);
    font-family: "Space Grotesk", sans-serif;
		 -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
    
}
@media screen and (min-width:1365px){
    .hero-section .hero-section-content h5{
        font-size: 18px;
    }
    .hero-section .hero-section-content h1{
        font-size: 40px;
        font-weight: 700;
    }
}
@media screen and (min-width:1600px){
    .hero-section .hero-section-content h5{
        font-size: 18px;
    }
    .hero-section .hero-section-content h1{
        font-size: 56px;
        font-weight: 700;
    }
}
.hero-section .hero-section-img {
    position: relative;
    z-index: 10;
}

/* Button */
.hero-section .hero-section-btn .button1{
    background: #81F89E;
    color: var(--text-white);
    padding: 10px 30px;
    text-transform: capitalize;
    text-align: center;
    height: 45px;
    position: relative;
    z-index: 10 !important;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
	line-height: 45px;
 
}
.hero-section .hero-section-btn .button1:before{
    content: '';
    position: absolute;
    width: 0;
    height: 50%;
    background: #ccc;
    top: 0;
    left: 0;
    transition: all .5s ease-in-out;
    overflow: hidden;
    z-index: 9 !important;
}
.hero-section .hero-section-btn:hover .button1:before{
    width: 100%;
    color: var(--primary-color);
    z-index: 1 !important;
 
   
}
.hero-section .hero-section-btn .button1:after{
    content: '';
    position: absolute;
    width: 0%;
    height: 50%;
    background: #ccc;
    top: 50%;
    left: 100%;
    transition: all .5s ease-in-out;
    z-index: 9;
  
}
.hero-section .hero-section-btn:hover .button1:after{
    width: 100%;
    left: 0;
  
}
.hero-section .hero-section-btn:hover span{
    position: relative;
    z-index: 999 !important;
    color: var(--primary-color);
    font-family: "DM Sans", sans-serif;
	
}

.hero-section .contact-us-form{
	background: #4c4c4c;
	padding: 30px;
	border-radius: 12px;
}
.hero-section .contact-us-form .contact-btn{
	background: #81F89E !important;
}
.hero-section .contact-us-form .contact-btn:hover{
	background: #000;
}
/*-----------------------------------
   About Section
------------------------------------*/
.about .about-img-wrapper{
    position: relative;
}
.about .about-img-wrapper:before{
    content: '';
    position: absolute;
/*     width: 200px; */
    height: calc(100% + 70px);
    transform: skew(-20deg, 0deg);
    left: auto;
    right: 200px;
    top: -20px;
    z-index: -1;
    background: #e3e3e3;
}
.about .about-img-wrapper .about-img-1{
/* 	width: 301.68px; */
    height: 380px;
	object-fit: cover;
}
@media screen and (max-width:768px){
	.about .about-img-wrapper .about-img-1{
		width: 100%;
		object-fit: cover;
	}
}
.about .about-img-wrapper .about-img-2{
    position: absolute;
    bottom: 20px;
    left: 55%;
    transform: translateX(-55%);
    height: 219px;
	width: 250px;
	object-fit: cover;
	display: none !important;
}
.about .about-content p{
    color: var(--text-color);
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
}
.about .about-content .about-profile img{
    width: 80px;
    height: 80px;
    border-radius: 50px;
    object-fit: cover;
}
.about .about-content .about-profile h3,
.about .about-content .about-contacts h3{
    font-family: "Space Grotesk", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;

}
.about .about-content .about-contacts a{
    font-size: 32px;
    font-family: "Space Grotesk", sans-serif;
    color: var(--primary-color);
    font-weight: 700;
}

/*-----------------------------------
    Services Section
------------------------------------*/
.services{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('assets/images/page-header.webp')no-repeat center/cover;
}
@media screen and (min-width:991px){
    .services{
        height: 50vh;
        margin-bottom: 50vh;
    }
	@media screen and (min-width:1366px){
		 .services{
        height: 80vh;
        margin-bottom: 40vh;
    }
	}
	.inner-services-page{
		height: unset !important;
		margin-bottom: unset;
	}
}
.services .services-wrapper{
    position: relative;
    z-index: 10;
   
 
}
.services .services-content {
    padding-bottom: 30px;
}
.services .services-content .card{
    border: 0;
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    
}
.services .services-content img{
    height: 264px;
	object-fit: cover;
}
.services .services-content h5 a {
    color:var(--primary-color);
    text-transform: capitalize;
    font-size: 22px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;

}
.services .services-content p{
    color: var(--text-color);
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
}
.button3{
    background-color: #81F89E;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    border-radius: 1px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: inline;
    padding: 5px 25px 5px 20px;
    position: relative;
    text-transform: capitalize;
    font-family: "DM Sans", sans-serif;
    transition: all .5s ease-in-out;
    display: inline-block;
    overflow-x: hidden;
    z-index: 1;
}
.button3 span{
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.button3:before{
   
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    transition: all 300ms cubic-bezier(.165, .85, .45, 1);
    z-index: -1;
    color: var(--primary-color);
}
.services-btn:hover .button3:before{
    width: 100%;
    color: var(--primary-color) !important;
    

}
.services-btn:hover .button3 span{
    color: var(--primary-color);
}
.services .services-wrapper .slick-dots li button:before{
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    font-size: 0;
}
/*-----------------------------------
    Online Booking Section
------------------------------------*/
.online-booking{
    background-color: var(--primary-color);
    background-image: url(assets/images/texture.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.online-booking:before{
    content: '';
    position: absolute;
    width: 400px;
    height: 80px;
    background: var(--text-white);
    top: -1px;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}
.online-booking .adv-bg{
    background: #ccc;
    width: 20%;
    height: 100%;
    top: 0;
    left: 0;
}
.online-booking .adv-overlay-bg{
  background: url(assets/images/line-pattern.png);
  opacity: 0.5;
  height: 100%;
}
.online-booking .online-booking-car-img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left: -10%;
}
@media screen and (max-width:768px){
	.online-booking .online-booking-car-img{
		top: 20px;
		 transform: translateY(0);
		left: unset;
		
	}
	.online-booking .col-md-7{
		margin-top: 200px;
	}
	.request-quote-book{
		margin-top: unset !important;
	}
	.online-booking:before{
		display: none;
	}
}
.online-booking .online-booking-form input,
.online-booking .online-booking-form select,
.online-booking .online-booking-form textarea,{
  font-family: "Space Grotesk", sans-serif;
}
.online-booking .online-booking-form input[type="radio"]{
	color: blue !important;
}
.online-booking .online-booking-form select,
.online-booking .online-booking-form input,
.online-booking .online-booking-form radio,
.online-booking .online-booking-form textarea{
    background: #333333;
    border: none;
    color: var(--text-white) !important;
    border-radius: 2px;
}
.online-booking .online-booking-form input::placeholder,
.online-booking .online-booking-form textarea::placeholder{
    color: var(--text-white);
}
.online-booking .online-booking-form select:focus,
.online-booking .online-booking-form input:focus,
.online-booking .online-booking-form textarea:focus{
    color: var(--text-white);
    border: 1px solid var(--text-white);
    box-shadow: none;
    
}
.online-booking .online-booking-form h3{
    font-size: 28px;
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 0;
}
.online-booking .online-booking-form .oneline-booking-btn{
    display: inline;
    background: var(--text-white) !important;
    color: var(--primary-color) !important;
    font-weight: 700;
    padding: 10px 30px !important;
}
.online-booking-form .oneline-booking-btn{
	padding: 10px 30px;
	
}
/*-----------------------------------
    Ride  Section
------------------------------------*/
.ride-section .ride-section-content-img-wrapper{
    position: relative;
    height: 249.59px;
}
.ride-section .ride-section-content-img-wrapper:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 276px;
     clip-path: polygon(0 0, 100% 0, 100% 80%, 0 40%);
     background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
     z-index: 10;
     left: 0;
     top: 0;
}
.ride-section .ride-section-content-img-wrapper .ride-section-content-bg{
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 40%);
}
.ride-section .ride-section-content-img-wrapper .ride-section-content-car{
    position: relative;
    z-index: 20;
    width: 301.33px;
    height: 169.59px;

    display: flex;
    justify-content: center;
    align-items: center;
   vertical-align: middle;
   margin: 0 auto;
    margin-top: 60px;
}
.ride-section .ride-section-content-img-wrapper .ride-section-content-img-wrapper-price{
    position: absolute;
    top: 55px;
   right: 20px;
    background: var(--primary-color);
    color: var(--text-white);
    z-index: 30;
    clip-path: polygon(85% 0%, 100% 30%, 100% 100%, 0 100%, 0 0);
    padding: 10px 15px;
}
.ride-section .ride-section-content-img-wrapper .ride-section-content-img-wrapper-price p{
    font-size: 20px;
}
.ride-section .ride-section-content .card .card-title a{
    color: var(--primary-color);
    font-family: "Space Grotesk", sans-serif;
}
@media screen and (min-width:991px){
    .ride-section .ride-section-content .card .card-title a{
        font-size: 22px;
        font-weight: 700;
    }
}
.ride-section .ride-section-content .card .card-text{
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Space Grotesk", sans-serif;
}
.ride-section .ride-section-content .ride-section-details-list ul{
    list-style: none;
    padding-left: 0;
    line-height: 32px;
 
}
.ride-section .ride-section-content .ride-section-details-list ul li{
    display: flex;
    justify-content: space-between;
    color: var(--text-color);
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.ride-section .ride-section-content .ride-section-content-btn .button1{
    background: var(--primary-color);
    color: var(--text-white);
    padding: 10px 30px;
    text-transform: capitalize;
    text-align: center;
    height: 45px;
    position: relative;
    z-index: 10 !important;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
 
}
.ride-section .ride-section-content .ride-section-content-btn .button1:before{
    content: '';
    position: absolute;
    width: 0;
    height: 50%;
    background: #ccc;
    top: 0;
    left: 0;
    transition: all .5s ease-in-out;
    overflow: hidden;
    z-index: 9 !important;
}
.ride-section .ride-section-content .ride-section-content-btn:hover .button1:before{
    width: 100%;
    color: var(--primary-color);
    z-index: 1 !important;
 
   
}
.ride-section .ride-section-content .ride-section-content-btn .button1:after{
    content: '';
    position: absolute;
    width: 0%;
    height: 50%;
    background: #ccc;
    top: 50%;
    left: 100%;
    transition: all .5s ease-in-out;
    z-index: 9;
  
}
.ride-section .ride-section-content .ride-section-content-btn:hover .button1:after{
    width: 100%;
    left: 0;
  
}
.ride-section .ride-section-content .ride-section-content-btn:hover span{
    position: relative;
    z-index: 999 !important;
    color: var(--primary-color);
    font-family: "DM Sans", sans-serif;
}
/*-----------------------------------
    Testimonials Section
------------------------------------*/
.testimonials{
    background-color: #F4F5F8;
    background-image: url('assets/images/map.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonials .testimonials-para{
    font-size: 17px;
    font-family: "DM Sans", sans-serif;
    color: var(--text-color);
}
.testimonials .testimonials-content{
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.testimonials .testimonials-content-wrapper{
    background: var(--text-white);
    padding: 25px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all .5s ease-in-out;
    position: relative;
}
.testimonials .testimonials-content-wrapper:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.testimonials .testimonials-content .testimonials-content-icon{
    position: absolute;
    background: #dfdfdf;
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    right: 100px;
    top: -25px;
    
}
.testimonials .testimonials-content .testimonials-content-icon svg{
    color: var(--primary-color);
    width: 29.81px;
    height: 30px;

}
.testimonials .testimonials-content .testimonials-content-text p{
    color: var(--text-color);
    font-family: "DM Sans", sans-serif;
}
@media screen and (min-width:991px){
    .testimonials .testimonials-content .testimonials-content-text p{
        font-size: 20px;
    }
}
.testimonials .testimonials-content .testimonials-content-profile img{
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.testimonials .testimonials-content .testimonials-content-profile h3{
 
    font-family: "Space Grotesk", sans-serif;
    color: var(--primary-color);
}
@media screen and (min-width:991px){
    .testimonials .testimonials-content .testimonials-content-profile h3{
        font-size: 22px;
    }
}
.testimonials .testimonials-content .testimonials-content-profile p{
    color: var(--text-color);
    font-family: "DM Sans", sans-serif;
}
.testimonials .testimonials-wrapper .slick-dots li button:before{
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    font-size: 0;
}
.testimonials .testimonials-wrapper .slick-dots  li.slick-active button:before{
    box-shadow: 0px 0px 0px 3px rgba(255, 101, 50, 0.5);
}
/*-----------------------------------
    why choose us Section
------------------------------------*/
.why-choose-us{
    background: var(--primary-color);
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,.5)),url('assets/images/line-pattern.png');
    
    
}
.why-choose-us{
	padding: 20px;
}
@media screen and (min-width:991px){
    .why-choose-us {
/*         padding: 50px 40px 115px 40px; */
		 padding: 50px 40px 50px 40px;
    }
}
.why-choose-us .custom-border,
.why-choose-us .custom-border:before,
.why-choose-us .custom-border:after{
    background: #fff;
} 
.testimonials .why-choose-us .why-choose-us-featured .why-choose-us-featured-icon svg{
    width: 50px;
    height: 50px;
	min-width: 50px;
	min-height: 50px;
    color: #fff;
}
.testimonials .why-choose-us .why-choose-us-featured .why-choose-us-featured-icon img{
    width: 40px;
    height: 40px;
	min-width: 40px;
	min-height: 40px;
/*     color: #fff; */
}
.testimonials .why-choose-us .why-choose-us-featured .why-choose-us-featured-text h3,
.testimonials .why-choose-us .why-choose-us-featured .why-choose-us-featured-text p{
    color: var(--text-white);
}
.testimonials .why-choose-us .why-choose-us-featured .why-choose-us-featured-text h3{
    font-family: "Space Grotesk", sans-serif;
    text-transform: capitalize;
}
.testimonials .why-choose-us .why-choose-us-featured .why-choose-us-featured-text p{
    font-family: "DM Sans", sans-serif;
}
 .testimonials .why-choose-us .why-choose-us-featured .why-choose-us-featured-text h3{
        font-size: 16px;
    }
@media screen and (min-width:991px){
    .testimonials .why-choose-us .why-choose-us-featured .why-choose-us-featured-text h3{
        font-size: 18px;
    }
}
/*-----------------------------------
    Filler Section
------------------------------------*/
.filler-section{
    position: relative;
/*     height: 465px; */

}
@media screen and (max-width:768px){
	.filler-section{

    height: unset;

}
}
.filler-section .filler-shape{
	content'';
	position: absolute;
	width:100px;
	height: 200px;
	 background: var(--text-white);
	right: 0;
	bottom: -1px;
	z-index: 10 !important;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	z-index: 3 !important;
}
@media screen and (max-width:768px){
	.filler-section{
    position: relative;
/*     height: 60vh; */
}
	.filler-section .filler-shape{
		display: none;
	}
}
.filler-section .adv-bg{
    position: absolute;
    background-color: var(--primary-color);
    background-image: url(assets/images/texture.png);
    background-blend-mode: inherit;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    
}
.filler-section .filler-section-content p{
    color: #ccc;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
}
.filler-section .filler-section-content svg{
    width: 40px;
    height: 40px;
    color: var(--text-white);
}
.filler-section .filler-section-content .filler-section-call h5{
    color: var(--text-white);
    text-transform: capitalize;
    font-size: 18px;
}
.filler-section .filler-section-content .filler-section-icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #FF990014;
}
.filler-section .filler-section-content .filler-section-call a{
    color: var(--text-white);
}
.filler-section .filler-section-img{
	z-index: 5;
}
@media screen and (min-width:991px){
    .filler-section .filler-section-content .filler-section-call a{
        font-size: 20px;
    }
}

@media screen and (min-width:991px){
    .filler-section .filler-section-img {
        position: relative;
        transform: translateY(-140px);
    }
}
@media screen and (min-width:1365px){
	 .filler-section .filler-section-img {
        position: relative;
        transform: translateY(-60px);
    }
}
@media screen and (min-width:1600px){
	 .filler-section .filler-section-img {
        position: relative;
        transform: translateY(-140px);
    }
}
/*-----------------------------------
     Blog Section
------------------------------------*/
.blog .blog-img-wrapper{
    position: relative;
    overflow: hidden;
}
.blog .blog-content .card img{
    transition: all .5s ease-in-out;
}
.blog .blog-content .card:hover img{
    transform: scale(1.1);

}
.blog .blog-img-wrapper .blog-category{
    position: absolute;
    background: #c5c5c5;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    clip-path: polygon(calc(100% - 15px) 0%, 100% 15px, 100% 100%, 0 100%, 0 0);
}
.blog .blog-img-wrapper .blog-category a{
    text-transform: capitalize;
    font-weight: 600;
    color: var(--primary-color);
}
.blog .blog-date a,
.blog .blog-date svg{
    color: var(--text-color);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.blog .blog-content h5 a{
    color: var(--primary-color);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    background-image: linear-gradient(var(--primary-color, "#ff9900") 0%, var(--primary-color, "#ff9900") 98%);
    background-size: 0 3px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all .5s ease-in-out;
}
@media screen and (min-width:991px){
    .blog .blog-content h5 a{
        font-size: 24px;
    }
}
.blog .blog-content h5 a:hover{
    background-size: 100% 3px;
}
.blog .blog-content p{
    color: var(--text-color);
    line-height: 27px;
    font-family: "DM Sans", sans-serif;
}
.button {
    align-items: center;
    background-color: transparent;
    color: var(--primary-color);
    cursor: pointer;
    display: flex;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    text-transform: capitalize;
    outline: 0;
    border: 0;
    padding: 1rem;
  }
  
  .button:before {
    background-color: var(--primary-color);
    content: "";
    display: inline-block;
    height: 1px;
    margin-right: 10px;
    transition: all .42s cubic-bezier(.25,.8,.25,1);
    width: 0;
  }
  
  .button:hover:before {
    background-color: var(--primary-color);
    width: 3rem;
  }
/*-----------------------------------
     Footer
------------------------------------*/
footer {
    background: linear-gradient(rgba(0,0,0,0.85),rgba(0,0,0,0.85)),url('assets/images/footer-bg.png')no-repeat center/cover;
	position: relative;
   
 
}

footer .footer-logo-text p{
    border-left: 1px solid #444;
    padding-left: 20px;
    color: #ccc;
    font-family: "DM Sans", sans-serif;
	position: relative;
    z-index: 9999999 !important;
}
.footer-call svg{
    color: #fff;
    width: 40px;
    height: 40px;
}
@media screen and (max-width:768px){
	.footer-call svg{
		  width: 60px;
    height: 60px;
	}
}
.footer-call h5{
    color: var(--text-white);
    font-family: "Space Grotesk", sans-serif;
    text-transform: capitalize;
}
.footer-call a{
    font-size: 20px;
    color: var(--text-white);
    font-family: "Space Grotesk", sans-serif;
}

.footer-call{
    position: relative;
    z-index: 1;
}
.footer-call{
	position: relative;
	z-index: 9999 !important;
}
.footer:before{
    background-color: #252525;
    background-image: repeating-linear-gradient(45deg, #222 0, rgba(255, 255, 255, 0.2) 2px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    content: "";
    width: 500px;
    height: 114.16px;
	line-height: 114.16px;
    position: absolute;
/*     left: -50px; */
/*     bottom: 0; */
	top: 0;
	right: 0;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%) !important;
	display: none;

}
@media screen and (min-width:1365px){
	.footer:before{
		width: 560px;
	}
}
@media screen and (max-width:768px){
	.footer:before,
	.footer:after{
		display: none;
	}
	.footer .col-md-4{
/* 		background: var(--text-white); */
	}
	.footer .col-md-4 svg, .footer .col-md-4 .footer-call h5,.footer .col-md-4 .footer-call a
	{
		color: var(--primary-color);
	}
}
.footer:after{
	content:'';
		position: absolute;
	width: 60%;
	height: 30px;
	top: -29px;
	left: 0;
	background: var(--primary-color);
	z-index: 1;
	clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width:1365px){
	.footer:after{
		width: 61%;
	}
}
.footer-logo-wrapper{
    position: relative;
}

.footer .footer-bottom h3{
	color: var(--text-white);
	font-size: 20px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
}
.footer .footer-bottom h3:before{
	content:'';
	position: absolute;
	width: 15px;
	height: 4px;
	left: 0;
	bottom: 5px;
	background: var(--text-color);
}
.footer .footer-bottom h3:after{
	content:'';
	position: absolute;
	width: 35px;
	height: 4px;
	left: 20px;
	bottom: 5px;
	background: var(--text-color);
}
.footer .footer-bottom .footer-bottom-time h4{
	color: var(--text-white);
	font-size: 18px;
	font-family: "Space Grotesk", sans-serif;
}
.footer .footer-bottom .footer-bottom-time p{
	color: #ccc;
		font-size: 17px;
	font-family: "Space Grotesk", sans-serif;
}

.footer .footer-bottom ul{
	list-style: none;
	padding-left: 0;
	line-height: 2;
}

.footer .footer-bottom ul li a{
	color: var(--text-white);
	text-transform: capitalize;
	 font-family: "DM Sans", sans-serif;
	font-size: 17px;
}
.footer .footer-bottom .newsletter-input{
	border-radius: 0;
	    clip-path: polygon(0% 0%, 90% 0, 100% 30%, 100% 100%, 0 100%);
}
.footer .footer-bottom .subscribe-btn{
	    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0 100%);
    font-family: "Space Grotesk", sans-serif;
    line-height: 45px;
    color: var(--primary-color);
    letter-spacing: -0.2px;
    font-weight: 700;
    font-size: 16px;
    min-height: 45px;
	min-width: 160px;
    padding: 0 35px 0 30px;
    border-radius: 0;
    transition: all 500ms ease;
    position: relative;
    z-index: 1;
	
}
.footer .footer-bottom .newsletter-text p{
	color: var(--text-white);
	   font-family: "DM Sans", sans-serif;
}

.footer .footer-line{
	border-top: 1px solid #ccc;
}
.footer .footer-copyrights p{
	color: var(--text-white);
	  font-family: "DM Sans", sans-serif;
	font-size: 17px;
	color:#b8b8b8;
	text-transform: capitalize;
}
.footer .footer-copyrights p a{
	color: #ccc;
}

/*-----------------------------------
     Page Banner
------------------------------------*/
.page-banner{
	position: relative;
}
@media screen and (min-width:991px){
	.page-banner{
	height: 60vh !important;
}
}
.page-banner .page-banner-shape:before{
	    background-color: #ccc;
    background-image: repeating-linear-gradient(45deg, #ccc) 0, rgba(255, 255, 255, 0.2) 2px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    width: 636px;
    height: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
	z-index: 2;
	
}
@media screen and (max-width:768px){
	.page-banner .page-banner-shape:before{
		width: 200px;
	}
	.page-banner .page-banner-shape:after{
		 width: 100px;
		left: 20%;
	}
}
.page-banner .page-banner-shape:after{
	background-color: #222;
    background-image: url(assets/images/texture.png);
    background-repeat: repeat;
    background-size: cover;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    width: 500px;
    height: 80px;
    position: absolute;
    left: 40%;
    bottom: 0;
	z-index:1;
   
}
.page-banner .page-banner-content h4{
	background-color: #fff;;
    clip-path: polygon(93% 0%, 100% 30%, 100% 100%, 0 100%, 0 0);
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 7px 15px;
    margin: 0 0 10px;
}

.page-banner .page-banner-content h1{
	color: var(--text-white);
	text-transform: capitalize;
	 font-family: "Space Grotesk", sans-serif;
}
.page-banner .page-banner-content p{
	color: var(--text-white);
	     font-family: "DM Sans", sans-serif;
}
@media screen and (min-width:991px){
	.page-banner .page-banner-content h1{
		width: 550px;
		font-size: 40px;
		color: #ccc;
	}
	.page-banner .page-banner-content p{
		width: 368.97px;
	}
}

 /*------------------------------------*
	INNER SINGLE Blog Page
*------------------------------------*/

.single-blog .single-blog-details span {
    vertical-align: middle;
    font-weight: 600;
}

.single-blog h1 {
    color: var(--secondary-color)
}

.single-blog h3 {
    color: #1C1C27;
}

.single-blog ol {
    line-height: 2;
}

.single-blog .single-blog-content-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.single-blog .single-blog-content-text p {
    line-height: 2;
    color: #757575;
}
 /*------------------------------------*
	INNER service Page
*------------------------------------*/
.single-services .single-service-content p{
	color: var(--text-color);
	line-height: 2;
	  font-family: "DM Sans", sans-serif;
}
@media screen and (min-width:991px){
	.single-services .single-services-img img{
	height: 300px;
		object-fit: cover;
}
}

 /*------------------------------------*
	Contact Us Page
*------------------------------------*/
.contact-us .contact-us-content h3,
.contact-us .contact-us-form h3{
	color: var(--primary-color);
	 font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
}
@media screen and (min-width:991px){
	.contact-us .contact-us-content h3,
	.contact-us .contact-us-form h3{
		font-size: 36px;
	}
}
.contact-us .contact-us-content p{
	font-size: 17px;
	 font-family: "DM Sans", sans-serif;
	color: var(--text-color);
	
}
.contact-us .contact-us-content .contact-us-info-icon{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: var(--primary-color);
}
.contact-us .contact-us-content .contact-us-info-icon svg{
	width: 29.81px;
	height: 30px;
	color: var(--text-white);
}
.contact-us .contact-us-content .contact-us-info a{
	color: var(--primary-color);
	font-size: 17px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
}

.contact-us .contact-us-form input:focus{
	box-shadow: none;
	border: 1px solid var(--primary-color);
	
}
.contact-us .contact-us-form input,
.contact-us .contact-us-form input::placeholder,
.contact-us .contact-us-form textarea{
	font-family: "Space Grotesk", sans-serif;
}

.contact-us .contact-us-form .contact-btn{
	background: var(--primary-color);
	padding: 10px 45px;
	border: none;
	color: var(--text-white);
	clip-path: polygon(0 1%, 100% 1%, 92% 100%, 0% 100%);
}

/* Cursor */
.cursor {
  width: 30px;
  height: 30px;
  border: 1px solid #f7f7f7;
  border-radius: 50%;
  position: absolute;
  transition-duration: 100ms;
  transition-timing-function: ease-out;
  animation: cursorAnim .8s infinite alternate;
  pointer-events: none;
}

.cursor::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border: 4px solid gray;
  border-radius: 50%;
  opacity: .8;
  top: -4px;
  left: -4px;
  transition-duration: 100ms;
  transition-timing-function: ease-out;
  animation: cursorAnim2 .8s infinite alternate;
}

.cursor::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border: 8px solid gray;
  border-radius: 50%;
  opacity: .4;
  top: -8px;
  left: -8px;
  transition-duration: 100ms;
  transition-timing-function: ease-out;
  animation: cursorAnim2 .8s infinite alternate;
}

@keyframes cursorAnim {
  from {
    transform: scale(1.2);
  }
  
  to {
    transform: scale(.7);
  }
}

@keyframes cursorAnim2 {
  from {
    transform: scale(1);
  }
  
  to {
    transform: scale(.4);
  }
}

@keyframes cursorAnim3 {
  0 {
    transform: scale(1);
  }
  
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.expand {
  animation: cursorAnim3 .5s forwards;
  border: 1px solid #00FFFF;
}

/* Step Form */
.steps-form .steps-row .steps-step p {
    font-size: 25px;
    color: #fff !important;
}
.steps-form .steps-row .steps-step .btn-circle {

    line-height: 40px !important;
    color: #ffffff !important;
    font-size: 20px;
}

.uacf7-step.step-content.step-start button.uacf7-next
{
 
	float: right !important;
    padding: 5px 30px;
    border: none;
    font-weight: 700;
	clip-path: polygon(0% 0%, 90% 0, 100% 30%, 100% 100%, 0 100%);
}
.uacf7-step.step-content button.uacf7-prev,
.uacf7-step.step-content button.uacf7-next{
	    padding: 5px 30px;
    border: none;
    font-weight: 700;
	clip-path: polygon(0% 0%, 90% 0, 100% 30%, 100% 100%, 0 100%);
}

@media screen and (max-width: 576px){
.steps-form .steps-row {
    display: flex !important ;
    justify-content: space-between !important;
}
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #222;
    background-color: #ffffff;
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    color: #fff;
    border: 1px solid #fff;
    margin-left: 10px;
}

.single-service-filler-section h2,
.single-service-filler-section h4{
	 font-family: "Space Grotesk", sans-serif !important;
position: relative;
	padding-left: 15px;
	margin-left: 15px;
}
@media screen and (max-width:768px){
	.single-service-filler-section h2,
.single-service-filler-section h4{
	 font-family: "Space Grotesk", sans-serif !important;
position: relative;
	padding-left: 0;
	margin-left: 15px;
}
}
.single-service-filler-section h2,
.single-service-filler-section h3{
	 font-family: "Space Grotesk", sans-serif !important;
}

@media screen and (min-width:991px){
	.single-service-filler-section h2{
	display: inline;
/* 	left: 30%;
	transform: translateX(-50%); */
}
}
.single-service-filler-section h2:before{
	content:'';
	background-color: var(--text-color);
    width: 4px !important;
    height: 60% !important;
    right: 8px;
    top: 8px;
    opacity: 0.8;
    position: absolute;
    transform: skew(-20deg, 0deg);
    left: -20px;
}
.single-service-filler-section h2:after{
	content:'';
	background-color: var(--text-color);
    width: 4px !important;
    height: 60% !important;
    right: 8px;
    top: 8px;
    opacity: 0.8;
    position: absolute;
    transform: skew(-20deg, 0deg);
    left: -10px;
}
.single-service-filler-section span:after{
	content:'';
	background-color: var(--text-color);
    width: 4px !important;
    height: 100% !important;
    right: 8px;
    top: 0;
    opacity: 0.8;
    position: absolute;
    transform: skew(-20deg, 0deg);
    left: -30px;
}
.single-service-filler-section p{
	    font-family: "DM Sans", sans-serif !important;
	color: var(--text-color);
}
.single-service-filler-section ul {
	line-height: 2;
/* 	padding-left: 0; */
	   
}
.single-service-filler-section ul li{
	 font-family: "DM Sans", sans-serif !important;
	color: #222;
}
.single-service-filler-section p strong{
	color: #222;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff !important;
}


.single-service-section .services-content h5 a{
	font-size: 18px !important;
}
.single-service-section .services-content .card{
	padding: 15px;
}
@media screen and (min-width:991px){
	.single-service-section .services-content .card{
		min-height: 207px;
	}
}
.single-service-section .services-content img{
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.single-service-section .services-content .card .card-body{
	text-align: center;
}
.online-booking-car-img img{
	width: 738px;
	height: 350px;
	object-fit: contain;
}
@media screen and (max-width:768px){
	.online-booking-car-img img{
	width: 450px;
	height: unset;
	object-fit: contain;
}
}