/*!
Theme Name: emerald-transport
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>emerald-transport</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: emerald-transport
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

emerald-transport is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
    --theme-color1: #625757;
    --theme-color2: #023222;
    --heading-color: #111111;
    --background-color1: #F5FFFD;
    --background-color2: #064D2E;
    --black:#000;
    --white:#fff;
    --heading-font:'Philosopher', sans-serif;
    --body-font:'Poppins', sans-serif;
}




body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: var(--theme-color1);
    font-size: 16px;
    line-height: 1.8;
    background-color: #fff;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
.cmn-h1,
h2,
.cmn-h2,
h3,
.cmn-h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: #000;
    font-weight: 700;
    font-family: var(--heading-font);
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}



h1 , .cmn-h1{
    font-weight: 400;
    font-size: 60px;
    line-height: 1;
}

h2 , .cmn-h2{
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
}

h3 , .cmn-h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

h4 {
    font-size: 24px;
    line-height: 1.2;
   
}

h5 {
    font-size: 20px;
    line-height: 1.2;
   
}




a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #ecb61e;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: red;
}

img {
    max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: #FFF8F8;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 0;
    color: var(--theme-color2);
    border: 1px solid transparent;
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: #FFF8F8;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 0;
    border: 1px solid transparent;
    padding: 12px 16px;
    width: 100%;
    color: var(--theme-color2);
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: var(--theme-color2);
    color: var(--white);
    height: 58px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;

    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: var(--black);
    color: var(--white);
}

 ::-webkit-input-placeholder {
    opacity: 1;
    color: var(--theme-color2);
}

 :-ms-input-placeholder {
    opacity: 1;
    color: var(--theme-color2);
}

 ::-moz-placeholder {
    opacity: 1;
    color: var(--theme-color2);
}

 :-moz-placeholder {
    opacity: 1;
    color: var(--theme-color2);
}







/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}


/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    width:55px;
    height:55px;
    background-color:#bdd653;
    display:none;
    border-radius:100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
z-index: 9;
}
#scroll:hover{
    background: #88a725;
}
#scroll i{
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i{
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
    transform: translateY(-6px);
}




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 150px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 26px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: var(--white);
    font-size: 15px;
    line-height: 1.4;
    position: relative;
    font-weight: normal;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: var(--white);
    /* opacity: 0; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--white);
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler{
    display: none;
}
#navoverlay{
       display: block;
       pointer-events: none;
       position: fixed;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       background: transparent;
       margin: 0;
       padding: 0 !important;
       z-index: 99;
       -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
}
/* for push-menu end*/


.cmn-gap{
    padding: 100px 0;
}

.main-head{
    padding: 16px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 999;
}

h1 span{
    font-size: 90px;
    font-weight: 700;
    display: block;
}

.banner-content h1{
    font-style: italic;
    color: var(--white);
    margin-bottom: 45px;
}

.banner-content p{
    max-width: 600px;
    font-size: 20px;
    color: var(--white);
    margin-bottom: 55px;
}

.cmn-btn{
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    border: 1px solid var(--white);
    background-color: transparent;
}

.cmn-btn.cmn-btn2{
    border: 1px solid var(--theme-color2);
    color: var(--theme-color2);
}

.cmn-btn.cmn-btn2:hover{
    background-color: var(--theme-color2);
    color: var(--white);
    border: 1px solid transparent;
}

.cmn-btn:hover{
    background-color: var(--white);
    color: var(--theme-color2);
    border: 1px solid transparent;
}

.banner-social{
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 3;
}

.banner-social.inner-social{
    top: 55%;
}

.banner-social li{
    margin-bottom: 20px;
    list-style: none;
}

.banner-social li:last-child{
    margin-bottom: 0;
}

.banner-social li a:hover img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}

.banner-slide{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 800px;
    position: relative;
    padding-top: 136px;
    padding-bottom: 80px;
}

.banner-content{
    position: relative;
    z-index: 3;
    max-width: 711px;
}

.banner-back{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
}

.banner{
    position: relative;
}

.banner-slide::before{
    content: "";
    height: 100%;
    width: 100%;
    background: -o-radial-gradient(71.19% 56.88%, 63.94% 63.94%, rgba(6, 77, 46, 0.1) 0%, rgba(6, 77, 46, 0.9) 100%);
    background: radial-gradient(63.94% 63.94% at 71.19% 56.88%, rgba(6, 77, 46, 0.1) 0%, rgba(6, 77, 46, 0.9) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.banner::after{
    content: "";
    width: 568px;
    height: 568px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.06);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: absolute;
    top: -210px;
    left: -210px;
}

.banner .slick-dots{
    position: absolute;
    right: 85px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.banner .slick-dots li{
    list-style: none;
    margin-bottom: 5px;
    line-height: 0;
}

.banner .slick-dots li:last-child{
    margin-bottom: 0;
}

.banner .slick-dots li button{
    background-color: transparent;
    padding: 0;
    padding-right: 5px;
    height: 15px;
    min-width: 21px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-text-stroke: 0.5px;
    -webkit-text-stroke-color: #fff;
    font-weight: 700;
    font-size: 0;
    color: transparent;
    border: none;
    border-right: 1px solid #fff;
    transition: all 0.3s ease-in-out;
    -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;
    position: relative;
}

.banner .slick-dots li.slick-active button{
    height: 30px;
    /* font-size: 15px; */
}

.banner .slick-dots{
    counter-reset: section;
}

.banner .slick-dots li button::before{
    counter-increment: section;
    content: "0"counter(section)"";
    -webkit-text-stroke: 0.5px;
    -webkit-text-stroke-color: #fff;
    font-weight: 700;
    font-size: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner .slick-dots li.slick-active button::before{
    font-size: 15px;
}

.arow-down{
    display: inline-block;
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    animation: mymove 1s infinite;
    -webkit-animation: mymove 1s infinite;
    z-index: 3;
}

@-webkit-keyframes mymove {
    0% {
        bottom: 23px;
      }

      50% {
        bottom: 15px;
      }

      100% {
        bottom: 23px;
      }
  }

@keyframes mymove {
    0% {
        bottom: 23px;
      }

      50% {
        bottom: 15px;
      }

      100% {
        bottom: 23px;
      }
  }

  .fleet-col{
    padding: 0 33px;
  }

  .fleet-row{
    margin: 0 -33px;
  }

  .fleet-left img.fleet-left-img{
    max-width: initial;
    width: 590px;
    margin-top: -30px;
  }

  

  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  .fleet-scrool {
    scrollbar-width: auto;
    scrollbar-color: #023232 #f3f3f3;
  }

  /* Chrome, Edge, and Safari */
  .fleet-scrool::-webkit-scrollbar {
    width: 4px;
  }

  .fleet-scrool::-webkit-scrollbar-track {
    background: #f3f3f3;
  }

  .fleet-scrool::-webkit-scrollbar-thumb {
    background-color: #023232;
    border-radius: 0px;
    border: 4px solid #023232;
  }

  .fleet-scrool{
    padding-left: 0;
    margin-bottom: 0;
    max-height: 393px;
    padding-right: 21px;
    overflow-y: scroll;
    position: relative;
    z-index: 1;
  }

  .fleet-scrool li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 13px;
    position: relative;
    background: var(--white);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
    font-size: 14px;
    margin-bottom: 7px;
  }

  .fleet-scrool li:last-child{
    margin-bottom: 0;
  }

  .fleet-scrool li::before{
    content: "";
    width: 4px;
    height: 44px;
    background-color: var(--background-color2);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.fleet-scrool li img{
    width: 70px;
    min-height: 70px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 18px;
}

.fleet-slide-right{
    width: calc(100% - 88px);
}

.smll-h3{
    font-size: 16px;
    margin-bottom: 5px;
}

.fleet-slide-right p{
    font-size: 14px;
    line-height: 1.4;
}

.text-center{
    text-align: center;
}

.heading{
    max-width: 606px;
    margin-bottom: 35px;
}

.heading.text-center{
    margin: 0 auto 35px;
}

.fleet .heading{
    margin-bottom: 15px;
}

.heading p:last-child{
    margin-bottom: 0;
}

.heading h2{
    text-transform: capitalize;
}

.btn-wrapper{
    margin-top: 25px;
}

.heading{
    padding-top: 50px;
    position: relative;
}

.heading::before{
    content: "";
    height: 30px;
    width: 25px;
    background-image: url(images/fleet-head.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.fleet{
    position: relative;
    overflow-x: hidden;
}

.fleet-detail{
    position: relative;
}

figure{
    margin-bottom: 0;
}

.fleet-left-back{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 332px;
    z-index: -1;
}

.fleet-right-back{
    position: absolute;
    right: -169px;
    max-width: 300px;
    bottom: -133px;
    z-index: -1;
}


.fleet-wrapper{
    position: relative;
}

.experience-left h2{
    max-width: 600px;
    text-transform: capitalize;
}

.large-text{
    display: block;
    background: url(images/experience.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 250px;
    line-height: 1;
}
.large-text-wap{
    display: inline-block;
    position: relative;
}

.experience-1{
    position: absolute;
    left: -34px;
    top: 7px;
    max-width: 99px;
}

.experience-2{
    position: absolute;
    right: -43px;
    bottom: 36px;
    max-width: 99px;
}

.experience-right{
    padding-right: 50px;
    text-align: right;
}

.fleet-border{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.fleet-border1{
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.fleet-border-img{
    min-width: 25px;
    width: 25px;
    margin: 0 7px;
}

.offer-sec .heading{
    max-width: 974px;
}

.offer-wrap{
    display: block;
    width: 100%;
    padding: 55px 35px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-align: center;
    height: 100%;
}

.offer-col{
    padding: 15px 15px;
}

.offer-row{
    margin: -15px -15px;
    position: relative;
}

.offer-wrap h3{
    color: var(--black);
    margin-bottom: 15px;
}

.offer-wrap p{
    margin-bottom: 5px;
    color: var(--theme-color1);
}

.inner-offer-sec .offer-wrap p{
    margin-bottom: 25px;
}

.inner-offer-sec .offer-wrap p span{
    color: var(--theme-color2);
}

.inner-offer-sec .offer-wrap h3{
    margin-bottom: 20px;
}

.inner-offer-sec .offer-wrap p:last-child{
    margin-bottom: 0;
}

.under-btn{
    display: inline-block;
    text-decoration: underline;
    color: var(--theme-color2);
}

.offer-wrap:hover{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    border: 1px solid transparent;
}

.offer-wrap:hover h3{
    color: var(--theme-color2);
}

.offer-back{
    position: absolute;
    left: -100px;
    bottom: -80px;
    max-width: 184px;
    z-index: -1;
}

.circle-wrapper{
    position: relative;
}

.main-circle{
    position: absolute;
    left: 0;
    top: -80px;
    z-index: -2;
    max-width: 1065px;
}

.transpotation-box{
    position: relative;
}

.transpotation-box::before{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45.72%, rgba(6, 77, 46, 0)), color-stop(92.63%, rgba(6, 77, 46, 0.83)));
    background: -o-linear-gradient(top, rgba(6, 77, 46, 0) 45.72%, rgba(6, 77, 46, 0.83) 92.63%);
    background: linear-gradient(180deg, rgba(6, 77, 46, 0) 45.72%, rgba(6, 77, 46, 0.83) 92.63%);
}

/* .transpotation-box .container{
    height: 100%;
} */

.transpotation-box-wrap{
    min-height: 641px;
}

.transpotation-box-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.transpotation-box-row{
    height: 100%;
    position: relative;
    z-index: 3;
}

.transpotation-box-wrap{
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--white);
    transition: all 0.3 ease-in-out;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3 ease-in-out;
    -ms-transition: all 0.3 ease-in-out;
    -o-transition: all 0.3 ease-in-out;
}

.transpotation-box-cont{
    padding: 35px 27px;
}

.number{
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: var(--white);
    font-weight: 700;
    font-size: 40px;
    color: transparent;
    display: block;
    margin-bottom: 15px;
    line-height: 1;
}

.transpotation-box-wrap .cmn-h2{
    display: block;
    color: var(--white);
}

.hover-box .cmn-h2{
    margin-bottom: 0;
}


.transpotation-box-wrap-inner{
    position: relative;
    overflow-y: hidden;
}

.transpotation-box-wrap.active{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.hover-box{
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -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;
}
.hover-box-full{
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    -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;
}
.transpotation-box-wrap-inner:hover .hover-box-full{
 transform: translateY(0);
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transition: all 0.3s ease-in-out;
 -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;

}
.transpotation-box-wrap-inner:hover .hover-box{
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -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;
}


/*paulomi 21/4/2023 start*/
.footersec{
    font-size: 14px;
}
.fotertoppart{
    padding: 75px 0;
}
.foterhdbox{
    margin-bottom: 20px;
}
 .foterhd{
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 0;
    line-height: 1.2;
 }
 .fotermenulinkbox ul{
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
 }
 .fotermenulinkbox{
    margin-top: 22px;
 }
 .fotermenulinkbox ul li{
    list-style: none;
    width: 50%;
    color: var(--theme-color1);
    font-size: 14px;
 }

 .fotermenulinkbox ul li a{
    color: var(--theme-color1);
 }

.fotermenulinkbox ul li a:hover{
    color: var(--theme-color2);
}

 .foterabttxt p{
    line-height: 1.4;
 }
 .deliveryhours-textbox a{
    color: #023222;
 }
 .deliveryhours-textbox a img{
    margin-left: 10px;
 }
 .deliveryhours-textbox a:hover{
    color: #000000;
 }
 .deliveryhours-textbox p{
    margin-bottom: 11px;
 }
 .contact-infobox ul{
    padding-left: 0;
    margin-bottom: 0;
 }
 .contact-infobox {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 24px;
    margin-bottom: 20px;
 }
 .contact-infobox ul li{
    list-style: none;
    color: #625757;
    font-size: 14px;
    padding-left: 24px;
    margin-bottom: 10px;
    position: relative;
 }
 .contact-infobox ul li a{
    color: #625757;
    font-size: 14px;
 }
 .contact-infobox ul li a:hover{
    color: #023222;
 }
 .contact-infoicon{
    width: 18px;
    position: absolute;
    left: 0;
    margin-right: 10px;
 }
 .ftremlployemntlink{
    color: #023222;
 }
 .ftremlployemntlink img{
    margin-left: 10px;
 }
 .ftremlployemntlink:hover{
    color: #000000;
 }
 .fotrhourscard{
    padding: 0 37px;
 }
 .foterbotmpart{
    background: #000000;
    padding: 15px 0;
 }
 .fotersociallinkbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 }
 .fotersociallinkbox p{
    margin-bottom: 0;
 }
 .foterabttxt p{
    max-width: 370px;
 }
 .fotersocial-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 10px;
 }
 .fotertoppart .row{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
 }
 .fotersocial-list ul li{
    padding: 0 10px;
 }
 .copyrightbox{
    text-align: right;
 }
 .copyrightbox p a{
    color: #625757;
 }
 .copyrightbox p a:hover{
    color: #023222;
 }
 .fotrmidcol{
    width: 27.3%;
 }
 .fotrlftcol{
    width: 36.3%;
 }
 .nedtransportcontactsec{
    padding: 68px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
 }
 .nedtransportcontactsec:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(2, 50, 34, 1);
 }
 .nedtransport-row{
    text-align:center;
    position: relative;
 }
 .nedtransport-row h2{
    color: #ffffff;
    margin-bottom: 18px;
 }
 .nedtransport-row .cmn-btn{
    margin-top: 8px;
 }
 .nedtransport-row p{
    color: #ffffff;
 }
 .chatbox{
    position: fixed;
    right: 12px;
    bottom: 70px;
    z-index: 9;
 }
 .chaticon{
    width: 68px;
    height: 68px;
    background-color: #023222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
 }
 .fotersocial-list ul li a:hover img{
    -webkit-filter: invert(86%) sepia(24%) saturate(1292%) hue-rotate(93deg) brightness(99%) contrast(98%);
            filter: invert(86%) sepia(24%) saturate(1292%) hue-rotate(93deg) brightness(99%) contrast(98%);
 }
 .chaticon:hover{
    background-color: #000000;
 }

 /*inner banner*/
 .innerbannersec{
    padding: 135px 0 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 425px;
 }
 .innerbannersec:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: -o-radial-gradient(71.19% 56.88%, 63.94% 63.94%, rgba(6, 77, 46, 0.1) 0%, rgba(6, 77, 46, 0.9) 100%);
    background: radial-gradient(63.94% 63.94% at 71.19% 56.88%, rgba(6, 77, 46, 0.1) 0%, rgba(6, 77, 46, 0.9) 100%) 
 }
 .innerbanner-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    -o-object-position: top;
       object-position: top;
 }
 .inerbnt-contentrow{
    position: relative;
 }
 .inerbnt-contentrow h1{
    color: #ffffff;
    font-style: italic;
 }
 /*about page*/
 .aboutimg{
    width: 100%;
 }
 .aboutimg img{
    width: 100%;
 }
 h3.about-contenthd{
    color: #111111;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 40px;
 }

 .about-contentbox h3.about-contenthd:first-child{
    margin-top: 0;
 }

 .about-contentbox p{
    font-size: 14px;
 }
/*paulomi 21/4/2023 end*/

.nedtransportcontactsec{
    position: relative;
}

.nedtransportcontactsec-back{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    -o-object-fit: cover;
       object-fit: cover;
}

/* service page */

.offer-sec{
    position: relative;
    overflow-x: hidden;
}

.offer-back2{
    position: absolute;
    right: -100px;
    bottom: -80px;
    max-width: 184px;
    z-index: -1;
}

.pera-wrap{
    margin-top: 55px;
    font-family: var(--heading-font);
    color: var(--heading-color);
    font-weight: 700;
}

.blog-page-sec{
    position: relative;
}

.blog-wrapr{
    padding: 25px 24px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
}

.blog-wrapr .cmn-h3{
    display: block;
    color: var(--black);
}

.blog-wrapr .cmn-h3:hover{
    color: var(--theme-color2);
}

.color-p{
    color: var(--background-color2);
    margin-bottom: 12px;
}

.blg-list{
    padding-left: 0;
    margin-bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.blg-list li{
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid var(--theme-color1);
    list-style: none;
    line-height: 1;
    font-size: 14px;
}

.blg-list li:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.blog-wrapr p span{
    color: var(--background-color2);
}

.blog-head-sec{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 45px;
}

.blog-serch{
    position: relative;
    margin-left: 25px;
    max-width: 269px;
}


.blog-serch input[type="text"]{
    height: 40px;
    padding: 5px 30px;
    padding-right: 45px;
    background: #FFF8F8;
    font-size: 14px;
    color: var(--theme-color2);
}

.blog-serch input[type="submit"]{
    height: 16px;
    width: 23px;
    padding: 0;
    background-color: transparent;
    background-image: url(images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 20px;
    font-size: 0;
    color: transparent;
}

.blog-select{
    max-width: 141px;
    width: 100%;
}

.blog-select select{
    height: 40px;
    background-color: #FFF8F8;
    padding: 0 30px;
    font-size: 14px;
    color: var(--theme-color2);
    background-image: url(images/blg-aro.svg);
    background-repeat: no-repeat;
    background-position: right 13px center;
    background-size: 10px;
}

.pagination-sec{
    text-align: center;
    margin-top: 85px;
}

.pagination img{
    display: inline-block;
}

.blog-col{
    padding: 15px 15px;
}

.blog-row{
    margin: -15px -15px;
}

.blog-back{
    position: absolute;
    right: 6px;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
}

/*paulomi 21/4/2023 4:300pm start*/
.about-content-wrap{
    margin-bottom: 40px;
 }
 .about-contentbox{
    padding-left: 80px;
 }
 .aboutimgmainbox{
    position: relative;
 }
 .about-twoimg{
    position: absolute;
    right: -50px;
    bottom: -110px;
 }
 .aboutcirclewraper{
    position: relative;
    overflow: hidden;
 }
 .about-ownersec.cmn-gap{
    padding-top: 0;
 }
 .about-ourfleetsec{
    position: relative;
 }
 .ourfleet-card{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 13px;
    position: relative;
    background: var(--white);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
    font-size: 14px;
    margin-bottom: 7px;
 }
 .ourfleet-card .fleet-slide-right p{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
 }
 .ourfleet-card img{
    width: 70px;
    min-height: 70px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 18px;
 }
 .abtourfleet-slider .slick-list{
    margin: 0 -15px;
 }
 .abtourfleet-slider .slick-slide{
    padding: 15px 15px;
 }
 .abtourfleet-slider .slick-dots li{
    list-style: none;
    padding: 0 3px;
 }
 .abtourfleet-slider .slick-dots{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
 }
 .abtourfleet-slider .slick-dots li button{
    width: 6px;
    height: 6px;
    background-color: #D9D9D9;
    font-size: 0;
    padding: 0;
    border-radius: 100%;
    border: none;
 }
 .abtourfleet-slider .slick-dots li.slick-active button{
    background-color: #064D2E;
 }
 .about-ourfleetsec.cmn-gap{
    padding-bottom: 0;
 }
 .heading.headingtxtleft::before{
    left: 5px;
    -ms-transform: translateX(0);
        transform: translateX(0);
    -webkit-transform: translateX(0);
 }
 .abt-owner-contentbox ul{
    padding-left: 0;
 }
 .abt-owner-contentbox ul{
    padding-left: 20px;
 }
 .abt-ownername{
    color: #023222;
    font-size: 16px;
    font-weight: 600;
    padding-top: 15px;
    position: relative;
 }
 .abt-ownername::before{
    content: '';
    position: absolute;
    width: 68px;
    height: 2px;
    left: 0;
    top: 0;
    background-color: #023222;
 }
 .abt-owner-contentbox{
    padding-right: 70px;
 }
 .abt-owner-contentbox ul li{
    list-style: none;
    position: relative;
    padding-left: 15px;
 }
 .abt-owner-contentbox ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #625757;
 }
 .abt-ownername{
    margin-top: 38px;
 }
 .legal-info-contentbox{
    padding-left: 140px;
    padding-right: 100px;
 }
 .legal-info-contentbox a{
    color: #023222;
    text-transform: uppercase;
    text-decoration: underline!important;
 }
 .legal-info-imgtwo{
    width: 281px;
    height: 349px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -95px;
 }
 .legal-info-imgone{
    width: 281px;
    height: 349px;
    margin-left: auto;
    z-index: 1;
    position: relative;
    margin-right: -50px;
 }
 .legal-info-imgone img,
 .legal-info-imgtwo img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
 }
 .legal-infolftcol{
    position: relative;
 }
 .legalbackimg{
    position: absolute;
    bottom: -37px;
    left: 0;
    z-index: -1;
    max-width: 1200px;
 }
 .legal-infol-imgmainwrap{
    position: relative;
 }
 .legal-leafimg{
    position: absolute;
    z-index: -1;
    right: -170px;
    top: 30px;
 }
 .abtmain-circle-two{
    position: absolute;
    right: 0;
    bottom: -80px;
    z-index: -1;
 }
 .about-legalinfomainsec{
    overflow: hidden;
 }
 .aboutfleetbackimg{
    position: absolute;
    top: 45%;
    right: -150px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
 }
 .about-legalinfosec.cmn-gap{
    padding-top: 0;
 }
 .about-legalcontainer{
    width: calc(100% - (50% - (1170px/2)));
    margin-left: auto;
    padding-left: 0;
    max-width: 100%;
 }
/*paulomi 21/4/2023 */

.abt-ownene-imgbox img{
    width:100%;
    } 

    .fotersocial-list ul li a:hover img{
        -webkit-filter: invert(86%) sepia(24%) saturate(1292%) hue-rotate(93deg) brightness(99%) contrast(98%);
    }

    .exiting{
        position: relative;
    }

    .exiting-img{
        width: auto;
    }

    .exiting-col-rigth{
        position: relative;
    }

    .exiting-back-img{
        position: absolute;
        bottom: -75px;
        right: 0;
        z-index: -1;
        max-width: 1200px;
    }

    .exiting-back-img::before{
        content: "";
        height: 100%;
        width: 100%;
        background: -o-radial-gradient(65.99% 53.66%, 67.61% 39.78%, #090606 0%, rgba(9, 6, 6, 0) 100%);
        background: radial-gradient(67.61% 39.78% at 65.99% 53.66%, #090606 0%, rgba(9, 6, 6, 0) 100%);
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .exiting-back-img img{
        width: 100%;
    }

    .exiting-col p{
        max-width: 390px;
    }

    .specials-pera{
        font-size: 20px;
        color: var(--black);
        font-family: var(--heading-font);
        font-weight: 700;
        line-height: 1.1;
    }

    .dark-g{
        display: block;
        color: var(--background-color2);
    }

    .l-g{
        color: #53CD9F;
    }

    .specials-right{
        padding-left: 75px;
    }

    .specials-left{
        padding-right: 140px;
    }

    .specials-right .legal-info-imgone{
        margin-right: 0;
    }

    .specials-right .legal-info-imgtwo{
        margin-left: 0;
    }

    .specials-right .legal-leafimg{
        right: -125px;
    }
    
    .specials{
        position: relative;
    }

    .about-content-wrap:last-child{
        margin-bottom: 0;
    }

    /* .legalbackimg-hide{
        display: none;
    } */


.circle-wrapper {
overflow: hidden;
}



/* ======== 03/05/2023 ========== */
.service-template-default.single-service .rt-reading-time,
.page-template.page-template-our-service .rt-reading-time {
    display: none !important;
}
.service-template-default.single-service .offer-sec.inner-offer-sec {
    overflow: visible;
}
#button-body {
    background-color: #023222 !important;
    border-radius: 0 !important;
}
.pagination-sec,
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pagination-sec .page-numbers,
.pagination .page-numbers {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    color: #023222;
    font-size: 16px;
    margin-right: 10px;
    font-weight: 500;
    padding: 5px;
}
.pagination-sec .page-numbers.current,
.pagination .page-numbers.current,
.pagination-sec .page-numbers:hover,
.pagination .page-numbers:hover {
    background-color: #023222;
    border: 1px solid #023222;
    color: #fff;
}
.pagination-sec .page-numbers:last-child,
.pagination .page-numbers:last-child {
    margin-right: 0;
}
.pagination-sec .page-numbers.prev,
.pagination .page-numbers.prev,
.pagination-sec .page-numbers.next,
.pagination .page-numbers.next {
    font-size: 0;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.pagination-sec .page-numbers.prev::before,
.pagination .page-numbers.prev::before,
.pagination-sec .page-numbers.next::before,
.pagination .page-numbers.next::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    font-weight: 400;
}
.pagination-sec .page-numbers.prev::before,
.pagination .page-numbers.prev::before {
    content: '<';
}
.pagination-sec .page-numbers.next::before,
.pagination .page-numbers.next::before {
    content: '>';
}
.blog-page-sec #datafetch .blog-row.serchres > p {
    text-align: center;
    font-size: 30px;
    padding: 50px 0;
    color: #023222;
}
.post-template-default.single-post .blog-page-sec .container > figure {
    text-align: center;
}
.post-template-default.single-post .blog-page-sec .container > .single-lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    padding: 0;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.post-template-default.single-post .blog-page-sec .container > .single-lst > li {
    list-style: none;
    margin-right: 20px;
    padding-left: 20px;
    position: relative;
}
.post-template-default.single-post .blog-page-sec .container > .single-lst > li:last-child {
    margin-right: 0;
}
.post-template-default.single-post .blog-page-sec .container > .single-lst > li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #023222;
}
.post-template-default.single-post .blog-page-sec .container > .blgShare_wrap {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.post-template-default.single-post .blog-page-sec .container > .blgShare_wrap > p {
    margin-bottom: 0px;
    margin-right: 5px;
}
.post-template-default.single-post .blog-page-sec .container > .blgShare_wrap .sfsi_widget {
    float: none;
}
.post-template-default.single-post .blog-page-sec .container > .blgShare_wrap .sfsi_widget .sficn {
    background-color: #023222 !important;
}
.laveBlg_wrap {
    margin-top: 20px;
}
.laveBlg_wrap .comment-reply-title {
    font-size: 22px;
    color: #023222;
}
.laveBlg_wrap form label {
    font-size: 16px;
    color: #023222;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.2;
}
.laveBlg_wrap form input[type="text"],
.laveBlg_wrap form input[type="email"],
.laveBlg_wrap form input[type="password"],
.laveBlg_wrap form input[type="tel"],
.laveBlg_wrap form select {
    font-size: 14px;
    color: #023222;
    display: block;
    font-weight: 400;
    height: 44px;
    background-color: transparent;
    border: 1px solid #023222;
    border-radius: 5px;
    padding: 0 16px;
}
.laveBlg_wrap form textarea {
    font-size: 14px;
    color: #023222;
    display: block;
    font-weight: 400;
    height: 120px;
    background-color: transparent;
    border: 1px solid #023222;
    border-radius: 5px;
    padding: 20px 16px;
}
.laveBlg_wrap form .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
}
.laveBlg_wrap form .comment-form-cookies-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.laveBlg_wrap form .form-submit input[type="submit"] {
    font-size: 20px;
    font-weight: 500;
    height: 48px;
    width: auto;
    padding: 0 20px;
}
.category-listing-sec .lfeBlg_rw + .pagination {
    margin-top: 30px;
}
.category-listing-sec .lfeBlg_rw {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.category-listing-sec .lfeBlg_rw .lfeBlg_clm {
    width: 33.33%;
}
.category-card {
    padding: 28px 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.category-card > span {
    font-size: 16px;
    font-weight: 500;
    color: #023222;
    margin-bottom: 10px;
    display: block;
}
.category-card > h2 {
    font-size: 26px;
    color: #023222;
}
.category-card > a {
    color: #023222;
}
.category-card > a:hover {
    color: #068359;
}
.archive.category h1 {
    word-break: break-all;
}
.error404 .main-head {
    background-color: #023222;
    position: relative;
}
.error404 .inner-banner-sec {
    text-align: center;
}
.error404 .charity_sec {
    text-align: center;
}
/* ======== 03/05/2023 END ========== */



/* ------------04/05/2023 dm------------ */

.post-template-default.single-post .blog-page-sec .container > .single-lst > li::before{ 
    left: auto;
    right: 0;
    width: 1px;
    height: 100%;
    background: #625757;
    top: 0;
}

.post-template-default.single-post .blog-page-sec .container > .single-lst > li{ padding-left: 0; font-size: 14px; padding-right: 10px; margin-right: 10px; }

.post-template-default.single-post .blog-page-sec .container > .single-lst > li:last-child{ 
    padding-right: 0;
    margin-right: 0;
}

.post-template-default.single-post .blog-page-sec .container > .single-lst > li:last-child::before{
    display: none;
}


.post-template-default.single-post .blog-page-sec .comments-area .comments-title{ margin-bottom: 50px; }

.post-template-default.single-post .blog-page-sec .comments-area  ol{ 
 list-style: none;
}

.post-template-default.single-post .blog-page-sec .comments-area  .comment-list{ 
    padding-left: 0;
}

.post-template-default.single-post .blog-page-sec .comments-area  .comment-list li {
    padding: 12px 13px;
    position: relative;
    background: var(--white);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
    font-size: 14px;
    margin-bottom: 30px;
}

.post-template-default.single-post .blog-page-sec .comments-area  .comment-list li .comment-author{ margin-bottom: 10px; }

.post-template-default.single-post .blog-page-sec .comments-area  .comment-list li .comment-author img{ 
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 100%;
}

.post-template-default.single-post .blog-page-sec .comments-area  .comment-list li .comment-author a{ 
 display: inline-block;
 color: #625757;
}

.post-template-default.single-post .blog-page-sec .comments-area  .comment-list li .comment-author a:hover{ 
    color: #023222;
}

.post-template-default.single-post .blog-page-sec .comments-area  .comment-list li .comment-metadata > a,
.post-template-default.single-post .blog-page-sec .comments-area  .comment-list li .comment-reply-link{ 
    color: #625757;
    font-size: 13px;
}

.post-template-default.single-post .blog-page-sec .comments-area  .comment-list li .comment-metadata > a:hover,
.post-template-default.single-post .blog-page-sec .comments-area  .comment-list li .comment-reply-link:hover{ 
    color: #023222;
}

.comment-edit-link{ 
    display: inline-block;
    padding: 5px 15px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    border: 1px solid var(--theme-color2) !important;
    color: var(--theme-color2) !important;
    background-color: transparent;
}

.comment-edit-link:hover{
    background-color: var(--theme-color2) !important;
    color: var(--white) !important;
    border: 1px solid transparent;
}

.post-template-default.single-post .blog-page-sec .comments-area  .comment-list li .comment-edit-link{ 
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}

.post-template-default.single-post .blog-page-sec .comments-area  .comment-list li .comment-content{ 
    margin: 15px 0;
}

.post-template-default.single-post .blog-page-sec .comments-area  .comment-list li .comment-body{ 
    margin-bottom: 20px;
}


.post-template-default.single-post .blog-page-sec .comment-respond .logged-in-as a{ 
    color: #023222;
}

.post-template-default.single-post .blog-page-sec .comment-respond .logged-in-as a:hover{ 
    color: #625757;
}


.post-template-default.single-post .comment-form-cookies-consent input[type="checkbox"]{
    display: none;
}

.post-template-default.single-post .comment-form-cookies-consent label{ 
    position: relative;
    padding-left: 35px;
}

.post-template-default.single-post .comment-form-cookies-consent input[type="checkbox"] + label::before{ 
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #023222;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
}

.post-template-default.single-post .comment-form-cookies-consent input[type="checkbox"] + label::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/check.svg) no-repeat center center;
    background-size: 11px;
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    opacity: 0;
    transform: scale(0);
    transition: 0.5s ease-in-out;
}

.post-template-default.single-post .comment-form-cookies-consent input[type="checkbox"]:checked + label::before{
    background: #023222;
}

.post-template-default.single-post .comment-form-cookies-consent input[type="checkbox"]:checked + label::after{ 
    opacity: 1;
    transform: scale(1);
}

.error404 .inner-banner-sec img{ 
    filter: brightness(0) saturate(100%) invert(18%) sepia(41%) saturate(626%) hue-rotate(109deg) brightness(91%) contrast(109%);
}

.error404 .charity_sec p{ 
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #000;
    font-family: var(--heading-font);
}

.error404 .charity_sec .cmn-btn{ 
 border-color: #023222;
 color: #023222;
}

.error404 .charity_sec .cmn-btn:hover{ 
    background: #023222;
    color: #fff;
}

.error404 .charity_sec{ padding-top: 40px; }

/* ------------04/05/2023 dm------------  */


/* ========== responsive css =========== */

@media(min-width:1200px) {

    .container{
        max-width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(min-width:1025px) {
    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }
    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media(max-width:1399px) {
    .fleet-right-back{
        right: -85px;
    }

}


@media(max-width:1300px) {

    .banner-social{
        left: 12px;
    }


}



@media(max-width:1199px) {

    .main-circle{
        max-width: 855px;
    }

    .banner-slide{
        min-height: 685px;
    }

    .fleet-left img.fleet-left-img{
        width: 485px;
    }

    .cmn-gap{
        padding: 85px 0;
    }

    .offer-wrap{
        padding: 35px 15px;
    }

    .transpotation-box-wrap .cmn-h2{
        font-size: 35px;
    }

    .transpotation-box-wrap{
        min-height: 545px;
    }

    .fotrhourscard{
        padding: 0;
    }

    .footersec {
        font-size: 13px;
    }

    .ftremlployemntlink img {
        margin-left: 5px;
        max-width: 15px;
    }

    .hover-box-full {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
}

.hover-box{
    display: none;
}

.legal-info-contentbox {
    padding-left: 140px;
    padding-right: 35px;
}

.innerbannersec{min-height: 355px; }

.banner-social.inner-social{
    top: 60%;
}

.about-twoimg{
    right: -35px;
}

.about-contentbox{
    padding-left: 40px;
}

.abt-owner-contentbox {
    padding-right: 35px;
}

.legal-info-contentbox{
    padding-left: 121px;
}

.fleet-left-back{
    max-width: 265px;
}

.banner::after{
    width: 445px;
    height: 445px;
}

.specials-left {
    padding-right: 115px;
}

.transpotation-box-wrap{
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}



}

@media(max-width:1024px) {
    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }
    .navbar-nav .clickD.toggled{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    }
    .sub-menu > li.menu-item-has-children .clickD{
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    }
    .sub-menu > li.menu-item-has-children .clickD.toggled{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    }

    .navbar-nav >li.menu-item-has-children {
        padding-right: 20px;
    }
    .sub-menu >li.menu-item-has-children > a{
        padding-right: 20px;
    }
    
    .sub-menu.show {
        display: block;
    }

    .navbar-nav > li{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after{
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

/* navbar end*/




}


@media (max-width: 991px) {
    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }
    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #FFFFFF;
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }
    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }
    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }
    .stick.open {
        -webkit-transform: translateX(-50px);
            -ms-transform: translateX(-50px);
                transform: translateX(-50px);
        background: transparent;
    }
    .stick.open:before {
        background-color: #000000;
        -webkit-transform: rotate(45deg) translate(42px, -28px);
            -ms-transform: rotate(45deg) translate(42px, -28px);
                transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }
    .stick.open:after {
        background-color: #000000;
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
            -ms-transform: rotate(-45deg) translate(42px, 28px);
                transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px !important;
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
            transform: rotate(0) !important;
    }
    .navbar-nav .clickD.toggled{
        -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
    }
    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }
    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }
    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }
    .navbar-nav li.menu-item-has-children > a{
        padding-right: 30px !important;
    }
    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }
    .sub-menu>li>a {
        padding-left: 40px;
    }
    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }
    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }
    
    .navbar-nav>li>a:after{
        bottom: 0;
    }
 /* navbar end*/

/* push nav */

.navbar-collapse{
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important; 
    width: 290px;
    overflow-y: auto;
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
        transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    z-index: 100;
}
.navbar-collapse.show,
.navbar-collapse.collapsing{
    display: block !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
}
.navbar-collapse .navbar-nav{
    margin: 80px 0 0 !important;
    padding: 0 0 40px 0;
}
.navbar-collapse .navbar-toggler{
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
}
#navoverlay.open{

   background-color: rgba(0,0,0,0.4);
   pointer-events: all;
   -webkit-transition: background-color 0.5s linear;
   -o-transition: background-color 0.5s linear;
   transition: background-color 0.5s linear;
}
body.open-nav,
html.open-nav{
    height: 100%;
    overflow: hidden !important;
}
/* push nav end */

.main-circle {
    max-width: 600px;
}

.fleet-left-back{
    max-width: 201px;
}

.offer-col{
    padding: 12px 12px;
}

.offer-row{
    margin: -12px -12px;
}


.fotrlftcol{
    width: 60%;
    margin-bottom: 25px;
}

.fotrmidcol {
    width: 37%;
    margin-bottom: 25px;
}

.fotertoppart {
    padding: 55px 0;
}

.navbar-nav>li.current-menu-item>a, .navbar-nav>li>a:hover, .navbar-nav>li.menu-item-has-children:hover>a{
    color: var(--theme-color2);
}

.navbar-nav>li>a{
    color: var(--black);
}

.navbar-nav>li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-nav>li:last-child{
    border-bottom: none;
}

.fleet-left img.fleet-left-img{
    width: 100%;
}

.fleet-col{
    padding: 0 12px;
}

.fleet-detail{
    margin: 0 -12px;
}

.fleet-left{
    margin-bottom: 25px;
}

.experience-right{
    padding-right: 12px;
    text-align: center;
}

.experience-left h2{
    max-width: 100%;
    text-align: center;
}

.cmn-gap{
    padding: 55px 0;
}

.offer-sec{
    overflow: inherit;
}

.offer-row{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.offer-back{
    bottom: 175px;
}

.nedtransportcontactsec{
    padding: 50px 0;
}



h1 span{
    font-size: 81px;
}

.banner .slick-dots{
    right: 51px;
}

.banner-content h1{
    margin-bottom: 15px;
}

.banner-content p{
    margin-bottom: 25px;
}

.banner-slide {
    min-height: 555px;
}

.transpotation-box-cont{
    padding: 0;
}

.transpotation-box-wrap .cmn-h2{
    font-size: 27px;
    margin-bottom: 15px;
}

.number{
    font-size: 35px;
}



.transpotation-box-col:last-child{
    margin-bottom: 0;
}

.aboutimgmainbox{
    padding-right: 95px;
    padding-bottom: 130px;
    margin-bottom: 25px;
}

.about-twoimg{
    right: 0;
    bottom: 0;
}

.about-contentbox{
    padding-left: 0;
}

.abt-ownenerrightcol{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 25px;
}

.abt-ownerlftcol{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.abt-owner-contentbox{
    padding-right: 0;
}

.about-legalcontainer {
    width: calc(100% - (50% - (720px/2)));
    padding: 0 15px;
}

.legal-info-contentbox{
    padding: 0;
}

.legal-info-imgtwo{
    margin-left: 0;
}

.legal-info-imgtwo{
    width: 55%;
    height: auto;
}

.legal-info-imgone{
    width: 55%;
    height: auto;
    margin-right: 0;
}

.legal-infolftcol{
    margin-bottom: 25px;
}

.offer-back2{
    display: none;
}

.pera-wrap{
    margin-top: 35px;
}

h2, .cmn-h2{
    font-size: 40px;
}

.specials-left{
    padding-right: 12px;
}

.specials-right{
    padding-left: 12px;
}

.legalbackimg{
    max-width: 465px;
}

.aboutfleetbackimg{
    top: 60%;
    z-index: -1;
}

.innerbanner-img.inspecialbanner-img{
    object-position: top right;
}

.foterbotm-lftpart{
    text-align: center;
    margin-bottom: 7px;
}

.fotersociallinkbox{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.copyrightbox{
    text-align: center;
}

.transpotation-box-wrap{
    padding: 25px 11px;
}
   

    /* ======== 03/05/2023 ========== */
    .category-listing-sec .lfeBlg_rw .lfeBlg_clm {
        width: 50%;
    }
    /* ======== 03/05/2023 END ========== */
}

@media (max-width: 767px) {
    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    .main-circle {
        max-width: 475px;
    }

    .offer-back{
        display: none;
    }

    .banner::after{
        display: none;
    }

    .banner-content{
        max-width: 455px;
        margin: 0 auto;
        text-align: center;
    }

    h1, .cmn-h1{
        font-size: 50px;
    }

    h1 span{
        font-size: 60px;
    }

    .banner-content p{
        font-size: 17px;
    }

    .navbar-brand{
        width: 125px;
    }

    .banner .slick-dots li button{
        min-width: 15px;
    }

    .banner .slick-dots{
        right: 21PX;
    }

    .banner-slide{
        min-height: auto;
        padding-top: 119px;
        padding-bottom: 95px;
    }

    h2, .cmn-h2{
        font-size: 35px;
    }

    .fleet-left-back {
        max-width: 135px;
    }

    h1, .cmn-h1, h2, .cmn-h2, h3, .cmn-h3, h4, h5, h6 {
        margin: 0 0 15px 0;
    }

    .heading{
        padding-top: 37px;
    }

    .fotrlftcol{
        width: 100%;
    }

    .fotrmidcol{
        width: 100%;
    }

    

    .innerbannersec {
        padding: 130px 0 75px;
        min-height: auto;
    }

    .banner-social.inner-social {
        top: 63%;
    }
    
    .abtourfleet-slider .slick-slide{
        padding: 12px 12px;
    }

    .abtourfleet-slider .slick-list{
        margin: 0 -12px;
    }

    .inerbnt-contentrow{
        max-width: 375px;
        text-align: center;
        margin: 0 auto;
    }

    .about-legalcontainer {
        width: calc(100% - (50% - (540px/2)));
    }

    .exiting-col-left{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.exiting-col-rigth{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 25px;
}

.specials-right{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 25px;
}

.specials-left{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.blog-col{
    padding: 12px 12px;
}

.blog-row{
    margin: -12px -12px;
}

.blog-wrapr{
    padding: 25px 15px;
}

.blog-head-sec{
    margin-bottom: 35px;
}

h3, .cmn-h3{
    font-size: 18px;
}

.pagination-sec{
    margin-top: 55px;
}

.chaticon{
    height: 50px;
    width: 50px;
}

.exiting-back-img{
    max-width: 369px;
    bottom: -40px;
}

.legalbackimg{
    max-width: 369px;
}

.legal-info-imgtwo{
    margin-top: -37%;
}

.aboutfleetbackimg{
    max-width: 200px;
}

h3.about-contenthd{
    margin-top: 30px;
}

.transpotation-box-col{
    margin-bottom: 25px;
}

.transpotation-box-wrap{
    min-height: auto;
}

.transpotation-box{
    padding: 55px 0;
}


    /* ======== 03/05/2023 ========== */
    .category-card > h2 {
        font-size: 20px;
        line-height: 1.2;
    }
    .category-card > span {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .category-card {
        padding: 24px 18px;
        font-size: 14px;
    }
    /* ======== 03/05/2023 END ========== */

    /* 04/05/2023 dm */

    .error404 .charity_sec p{  
        font-size: 30px;
        margin-bottom: 15px;
    }

        /* 04/05/2023 dm */
  
}

@media (max-width: 575px) {

    .banner-content{
        max-width: 355px;
    }

    h1, .cmn-h1{
        font-size: 41px;
    }

    h1 span {
        font-size: 52px;
    }

    .fleet-right-back{
        display: none;
    }

    .fleet-left-back{
        display: none;
    }

    .large-text{
        font-size: 205px;
    }

    h2, .cmn-h2 {
        font-size: 30px;
    }

    .aboutfleetbackimg{
        display: none;
    }

    .about-content-wrap{
        margin-bottom: 26px;
    }

    .about-legalcontainer{
        width: 100%;
    }

    .abtmain-circle-two{
        display: none;
    }

    .heading{
        margin-bottom: 25px;
    }


    /* ======== 03/05/2023 ========== */
    .category-listing-sec .lfeBlg_rw .lfeBlg_clm {
        width: 100%;
    }
    /* ======== 03/05/2023 END ========== */
    
}

@media (max-width: 479px) {

    body{
        font-size: 15px;
    }

    .main-circle{
        display: none;
    }

    .banner-content {
        max-width: 300px;
    }

    h1, .cmn-h1 {
        font-size: 35px;
    }

    h1 span {
        font-size: 43px;
    }

    .banner-content p{
        font-size: 16px;
        line-height: 1.5;
    }

    .navbar-brand {
        width: 100px;
    }

    .banner-slide{
        padding-top: 105px;
    }

    .cmn-gap{
        padding: 35px 0;
    }

    .banner-social li{
        margin-bottom: 7px;
    }

    .fleet-slide-right p{
        font-size: 13px;
    }

    .fotermenulinkbox{
        margin-top: 12px;
    }

    .fotermenulinkbox ul li{
        width: 100%;
    }

    .foterhdbox{
        margin-bottom: 12px;
    }

    .fotertoppart{
        padding: 35px 0;
    }

    .chaticon {
        width: 35px;
        height: 35px;    
    }

    .chaticon img{
        max-width: 21px;
    }

    .legal-info-imgone{
        width: 100%;
        margin-bottom: 15px;
    }

    .legal-info-imgtwo{
        width: 100%;
        margin-top: 0;
    }

    .aboutimgmainbox{
        padding-right: 19px;
        padding-bottom: 55px;
    }

    .about-twoimg{
        max-width: 230px;
    }

    .heading.text-center {
        margin: 0 auto 25px;
    }

    .heading{
        margin-bottom: 15px;
    }

    .pera-wrap{
        margin-top: 15px;
    }

    .exiting-back-img {
        max-width: 220px;
    }

    .legalbackimg{
        max-width: 220px;
    }

    .blog-head-sec{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .blog-serch{
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-top: 7px;
    }

    .blog-select{
        max-width: 100%;
    }

    h3.about-contenthd{
        margin-top: 20px;
    }

    
}


@media (max-width: 374px) {

    body{
        font-size: 14px;
    }

    .banner .slick-dots {
        right: 12PX;
    }

    .fleet-scrool{
        padding-right: 9px;
    }

    .large-text{
        font-size: 165px;
    }

    .banner-content {
        max-width: 250px;
    }

    h1, .cmn-h1 {
        font-size: 30px;
    }

    h1 span {
        font-size: 35px;
    }

    .banner-content p{
        font-size: 15px;
    }

    .banner-social{
        top: 45%;
    }

    .contact-infobox ul li a{
        font-size: 13px;
    }

    .transpotation-box-wrap .cmn-h2{
        font-size: 27px;
    }

    h2, .cmn-h2 {
        font-size: 27px;
    }

    .fleet-scrool li img{
        margin-right: 5px;
    }

    .fleet-scrool li img {
        width: 60px;
        min-height: 61px;
    }

    .smll-h3 {
        font-size: 14px;
    }
}











