
   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




 /* ==========================================================================
   Author's custom styles
   ========================================================================== */
















 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

 
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

 
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.item-icon img{width:40%}

.about-box-layout1{}
.about-box-layout1 p{text-align: justify;}

.why-choose-box-layout3 p{text-align: justify;}
.why-choose-box-layout3{margin-bottom:20px}


.card-img[data-v-242215ff], .card-img-top[data-v-242215ff] {
    width: 6.5rem;
    height: 6.5rem;
    margin: 1.68rem auto;
}

.container-service .card[data-v-242215ff] {
    border: 1px solid #f6d700;

    min-height: 17.8rem;
    margin: 0 auto;
    padding: 1rem 0rem;
    border-radius: 10px;
}

.container-service .card-body[data-v-242215ff] {
    padding: 0px 1.25rem;
    flex: 1 1 auto;
}

.card-title[data-v-242215ff] {
    color: #222222;
    text-align: center;
    font-weight: bold;
}

.card-text[data-v-242215ff] {
    text-align: center;
}

.certifecate{padding: 92px 0 70px;}

.client-box {
    border: 1px solid #d1d1d1; margin-bottom:30px;
    padding: 32px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

.client-box img {
    max-width: 100%;
    width: 160px;
}

.fix-footer {
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 5px 0;
    z-index: 9;
}

.fix-footer p {
    width: 33.33%;
    text-align: center;
}

.fix-footer p a {
    width: 100%;
}


.fix-footer p a span {
    float: left;
    width: 100%;
    color: #000;
}

.fix-footer p a img{width:30px;}

.fix-footer p, .fix-footer p a {
    margin: 0;
    padding: 0;
    float: left;
}

.enquireNow, .fix-footer {
    position: fixed;
    display: none;
}


.contact-wrapper {
    background: var(--color-white);
    border-radius: 10px;
    padding: 20px;
    box-shadow: var(--box-shadow);
    border: 1px solid #ddd;
}

.contact-img img {
  width: 100%;

}
.contact-form {
  padding: 20px 0;
}



.contact-form-header {
  margin-bottom: 30px;
}
.contact-form-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-dark);
}
.contact-form .form-group {
  margin-bottom: 25px;
}
.contact-form .form-group .form-control {
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: none;
    transition: var(--transition);
    border: 1px solid #8b8b8b !important;
}
.contact-form .form-group .form-control:focus {
  border-color: var(--theme-color);
}
.contact-map {
  margin-bottom: -9px;
}
.contact-map iframe {
  width: 100%;
  height: 450px;
}
.contact-content {
  margin-bottom: 50px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 25px;
  border-radius: 15px;
  background: var(--color-white);
 border:1px solid #ddd;
  transition: var(--transition);
      min-height: 215px;  
}
.contact-info:hover {
  transform: translateY(-8px);
}
.contact-info-icon i {
  font-size: 35px;
  color: #000;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  background:#f6d700;
}
.contact-info h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--color-dark);
}
.contact-info p {
     color: #41464b;
    font-weight: 500;
    font-size: 14px;
        margin-bottom: 0;
}

.theme-btn {
    font-size: 16px;
    color: #fff;
    padding: 7px 40px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 40px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #fb5f19;
    z-index: 1;
}

.item-btn {
    display: inline-flex;
    align-items: center;
    color: #000;
    background-color: #f6d700;
    border-radius: 40px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: a
        
}



.tp-lists i {
color: #be0000;
}
.tp-lists li {
color: #000;
}
.tsr4 a {
font-weight: bold;
}
.tp-lists {
width: 100%;
background: #eaf5ff;
padding: 5px;
}
.tp-lists li {
font-size: 12px;
line-height: 12px;
display: table-cell;
text-align: center;
padding: 5px;
}
.tp-lists li i {
display: block;
}
.tp-lists ul {
display: table;
width: 100%;
text-align: center;
vertical-align: middle;
}







.tsr4 a:nth-of-type(2),.tsr4 a:nth-of-type(3) {
color: #fff;
font-size: 13px;
padding: 7px 18px;
text-decoration: none;
text-align: center;
}
.tsr4 {
width: 100%;
display: block; margin-bottom:10px;
}
.tsr4 a:nth-of-type(2) {
background: #3ab929;
}
.tsr4 a:nth-of-type(3) {
background: #da251c;
}
.tsr4 a i {
color: #fff;
}
.tsr4 a {
line-height: 14px;
padding: 5px;
}
.tsr4 a {
padding: 5px !important;
font-size: 12px !important;
}
.tsr4 a {display: inline-block;}
.tsr4 a:nth-of-type(1),.tsr4 a:nth-of-type(1) img {
width: 30px;
}
.tsr4 a:nth-of-type(2),.tsr4 a:nth-of-type(3) {
width: 43%;
}
.tsr4 a:hover {
background: #000;
color: #fff !important;
}
.tsr4 a:hover i {
color: #fff;
}
span.tp-discount,span.tp-discount i {
color: #be0000;
font-size: 18px;
}
span.perP {
color: #383838;
font-size: 12px;
}
span.tp-orginal,span.tp-orginal i {
font-size: 12px;
}
.tsr4 a:nth-of-type(1):hover {
background: transparent;
color: #000 !important;
}
.tsr4 img {
width: 20px;
margin-bottom: 0;
}

.allspace{padding: 22px 30px 5px;}
        
.space-add{padding-top:20px; padding-bottom:60px}  
.space-add img{width:90%;} 


.home-taxi{}

.home-taxi .project-box-layout1 .item-content {
    border-radius: 0 0 4px 4px; text-align: center;
    background-color: #ffffff;
    padding: 22px 30px 5px;
    -webkit-box-shadow: 0px 2px 40px 0px rgba(68, 68, 68, 0.2);
    box-shadow: 0px 2px 40px 0px rgba(68, 68, 68, 0.2);
}

.home-taxi .project-box-layout1 .item-content .item-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}


    
.home-taxi .item-btn {
       font-size: 12px;
    color: #fff;
    padding: 1px 27px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 40px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #fb5f19;
    z-index: 1;    
}

.card-body{text-align: justify;}

.item-content{text-align: justify;}

.single-service-box-layout1{border:1px solid #ddd; padding:20px;}

.media-body.space-lg h2{    margin: 0px;
    margin-bottom: 0px !important;}
.media-body.space-lg h4 {
    color: #da251c;
    font-size: 17px;
    font-weight: 600;}
        
.taxi-list{} 
.taxi-list p{} 
.taxi-list strong{color:#545252;} 
.taxi-list ul{}
.taxi-list ul li{list-style: auto;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 18px;
    margin-left: 14px;}

.taxi-list h5{margin:0px; font-weight:700;} 

.bg-color{color:#da251c;}

.allspace{}
.allspace p{text-align:left;}
.greenbg{}

.greenbg ul li:after{color:#0ead0e !important;}


.redbg{}

.redbg  ul li:after{color:red !important;}