/*@font-face {
  font-family: 'latobold';
  src: url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoregular';
  src: url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latolight';
  src: url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.h-100-vh {
  height: 100vh;
}*/
@font-face {
    font-family: 'Glyphicons Halflings';
          src: url('../webfonts/glyphicons-halflings-regular.eot');
          src: url('../webfonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/glyphicons-halflings-regular.woff') format('woff'), url('../webfonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../webfonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
  }
  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section * {
    transition: 0.4s;
}
*:focus, *:active {
    outline: none;
}
a:focus, button:focus, .form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    color: #181c2f;
    padding: 0;
    font-size: 14px;
    overflow-x: hidden;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
h1, h2, h3, h4, h5 {
    font-family: "Roboto-bold", sans-serif;
}
p {
    font-family: "Roboto", sans-serif;
}
.main-container {}
.header-container {
    padding-top: 20px;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    width: 100%;
}
.logo {
    width: 100%;
}
.social-icon {
    align-self: flex-end;
    padding-bottom: 3px;
    padding-right: 20px;
}
.social-icon a {
    color: #000;
    font-size: 20px;
    padding: 0 10px;
    border-right: solid 1px #ccc;
}
.right-header-container {
    display: flex;
    justify-content: flex-end;
}
.social-icon a:last-child {
    border-right: none;
}
.email-head {
    padding-right: 20px;
    align-self: flex-end;
    padding-bottom: 7px;
}
.email-head a {
    color: #000;
    font-size: 14px;
}
.email-head a img {
    padding-right: 10px;
    vertical-align: sub;
}
.contact-top {
    padding-bottom: 10px;
}
.contact-top img {
    padding-right: 10px;
    vertical-align: super;
}
.context {
    display: inline-block;
    text-transform: uppercase;
    color: #49494b;
    text-align: center;
}
.contact-top span a {
    color: #000;
    display: block;
}
.contact-top span a:hover {
    color: #000;
    text-decoration: none;
}
.reqdemo {
    padding: 0 10px 0 10px;
    background: #fff;
    margin-bottom: -6px;
}
.reqdemo1 {
    padding-right: 10px;
    background: #fff;
    margin-bottom: -6px;
}
.req-btn a {
    width: 200px;
    padding: 10px 0;
    background-color: #000;
    color: #ffcd2c;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
}
.req-btn a:hover {
    background-color: #ffcd2c;
    color: #000;
    text-decoration: none;
    transition: 0.6s;
}
.req-btn button {
    width: 200px;
    padding: 10px 0;
    background-color: #000;
    color: #ffcd2c;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    outline: none;
    border: none;
}
.req-btn button:hover {
    background-color: #ffcd2c;
    color: #000;
    text-decoration: none;
    transition: 0.6s;
}
.req-btn-yellow a {
    background-color: #ffcd2c;
    color: #000;
}
.req-btn-yellow a:hover {
    color: #ffcd2c;
    background-color: #000;
    text-decoration: none;
    transition: 0.6s;
}
.top-border {
    border-top: 6px solid #ffcd2c;
}
.main-nav .navbar {
    background-color: #000;
    margin-top: 5px;
}
.main-nav .navbar-nav > li > a {
    color: #ffcd2c;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 38px;
}
.nav .open>a {
    background: #ffcd2c;
    color: #000 !important;
}
.home-first {
    padding-left: 0 !important;
}
.main-nav .navbar-nav .dropdown-menu {
    background-color: #000;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
    color: #fff;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #ffcd2c;
    color: #000;
}
.main-nav .nav > li > a:focus, .main-nav .nav > li > a:hover {
    background-color: #ffcd2c;
    color: #000;
}
.main-nav .navbar {
    border-radius: 0;
    margin-bottom: 0;
}
.main-nav .navbar-nav {
    position: relative;
    z-index: 10;
}
.banner-container {
    background: url("../img/banner.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 100px;
}
.banner-car {
    margin-top: 44px;
}
.banner-heading {
    position: relative;
    width: 100%;
    height: 600px;
}
.banner-heading h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
    position: absolute;
    top: 50%;
}
.banner-heading h1 span {
    color: #ffcd2c;
    display: block;
}
.panindia-container {
    padding: 50px 0;
}
.pan-right {}
.pan-right h2 {
    font-size: 40px;
    line-height: 50px;
    color: #1f365c;
    font-weight: bold;
    border-left: 13px solid #ffcd2c;
    padding-left: 50px;
}
.pan-state ul {
    list-style: none;
    padding-top: 50px;
}
.pan-state ul li {
    background-color: #1f365c;
    padding: 15px 20px;
    text-align: left;
    border-radius: 10px;
    display: inline-block;
    width: 29%;
    margin: 0 20px 10px 0;
    color: #ffcd2c;
    font-size: 15px;
    font-weight: bold;
}
.pan-state ul li:nth-child(3) {
    margin-right: 0;
}
.pan-state ul li img {
    padding-right: 7px;
}
.bdtp {
    border-top: solid 2px #1b3f67;
}
.bdlft {
    border-left: solid 2px #1b3f67;
}
.bdrgt {
    border-right: solid 2px #1b3f67;
}
.growth-statistics-sec .growth-statistics-ctn .statistics-counter-bx {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 2% 0%;
    box-sizing: border-box;
    text-align: center;
}
.growth-count-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 2% 0%;
    box-sizing: border-box;
    background-color: #1f365c;
    text-align: center;
}
.growth-statistics-sec .growth-statistics-ctn .statistics-counter-bx .counter-bx-ctn .counter-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 50px;
}
.growth-statistics-sec .growth-statistics-ctn .statistics-counter-bx .counter-bx-ctn .counter-icon img {
    height: 100%;
}
.growth-statistics-sec .growth-statistics-ctn .statistics-counter-bx .counter-bx-ctn span {
    font-size: 50px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}
.growth-statistics-sec .growth-statistics-ctn .statistics-counter-bx .counter-bx-ctn p {
    color: #000;
    font-size: 20px;
}
.growth-statistics-sec .growth-statistics-ctn .statistics-graph-bx {
    background-color: #fff;
}
.growth-statistics-sec .growth-statistics-ctn .statistics-graph-bx .line-chart-bx .canvas-bx {
    width: 100%;
    height: 600px;
}
.growth-statistics-sec .growth-statistics-ctn .statistics-graph-bx .line-chart-bx canvas {
    width: 90%;
    height: 100%;
}
.growth-statistics-sec .graph-legend {
    float: right;
    margin-right: -190px;
    top: -300px;
    position: relative;
}
.growth-statistics-sec .graph-legend .legend-color {
    background: #1f365c;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 5px;
}
.counter-bx-ctn {
    text-align: left;
}
.counter-bx-ctn small {
    font-size: 50px;
    color: #000;
    font-weight: 600;
}
.counter-bx-ctn h3 {
    font-size: 53px;
    color: #000;
    font-weight: 900;
}
.counter-bx-ctn h4 {
    font-size: 90px;
    color: #f3ba04;
    line-height: 92px;
}
.what-we-offer {
    background: url("../img/what-we-offer-bg.jpg") no-repeat top center;
    background-size: 100%;
    padding-top: 50px;
}
.what-we-offer h4 {
    font-size: 41px;
    color: #f3ba04;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 90px;
}
.wwo-box {
    background-color: #fff;
    box-shadow: 6px 0 26px rgb(0 0 0 / 0.2);
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
    min-height: 430px;
}
.wwo-heading {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    padding-top: 20px;
}
.wwo-heading a {
    color: #000;
    text-decoration: none;
}
.wwo-box p {
    font-size: 15px;
    color: #000;
    text-align: center;
    padding-top: 30px;
}
.electric-vehicles {
    background-color: #1e1e1e;
    margin-top: 100px;
}
.elec-bg {
    background: url("../img/trans-logo.png") no-repeat left center;
    background-size: auto 100%;
    padding-top: 15px;
}
.electric-vhbox {
    padding: 30px 0;
    width: 50%;
    float: right;
}
.electric-vhbox h4 {
    font-size: 24px;
    color: #f3ba04;
    font-weight: 600;
}
.electric-vhbox p {
    font-size: 15px;
    color: #fff;
    text-align: left;
    padding-top: 20px;
}
.electric-vhbox a {
    font-size: 12px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background-color: #f3ba04;
    display: inline-block;
    padding: 10px 20px;
    line-height: normal;
    text-decoration: none;
}
.electric-vhbox a:hover {
    background-color: #fff;
    color: #000;
}
.schedule-a-demo {
    background: url("../img/app-bg.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 100px;
}
.sch-head1 {
    font-size: 27px;
    color: #1b3f67;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.sch-head2 {
    font-size: 35px;
    line-height: 40px;
    color: #1e1e1e;
    font-weight: 700;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    padding-top: 10px;
}
.sch-demo-btn {
    margin: 30px auto 30px;
    width: 100%;
    text-align: center;
}
.sch-demo-btn a {
    font-size: 20px;
    color: #000;
    text-align: center;
    background-color: #f3ba04;
    display: inline-block;
    padding: 10px 20px;
    line-height: normal;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.sch-demo-btn a:hover {
    background-color: #000;
    color: #f3ba04;
}
.sch-demo-btn button {
    font-size: 20px;
    color: #000;
    text-align: center;
    background-color: #f3ba04;
    display: inline-block;
    padding: 10px 20px;
    line-height: normal;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border: none;
    outline: none;
}
.sch-demo-btn button:hover {
    background-color: #000;
    color: #f3ba04;
}
.our-awesome-fleet {
    background-color: #1b3f67;
    text-align: center;
    padding: 70px 0;
}
.our-awesome-fleet h4 {
    font-size: 41px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 50px;
}
.our-awesome-fleet img {
    width: 90%;
}
.sch-app {
    font-size: 30px;
    color: #1e1e1e;
    font-weight: 500;
    text-align: center;
    padding-bottom: 20px;
}
/*carsouel slider*/
.carousel {
    margin-bottom: 50px;
    padding: 50px 40px 30px 40px;
}
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #428bca;
}
.top-companies-wrapper {
    padding: 80px 0;
}
.top-companies-wrapper h4 {
    font-size: 25px;
    color: #1b3f67;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
}
/*.carousel-inner .thumbnail img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
   /* filter: gray; /* IE5+ */
 /*   -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
   /* -webkit-transition: all .8s ease-in-out;
}*/
/*.carousel-inner .thumbnail img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}*/
/*contact with us*/
.contact-with-us {
    background: url("../img/contact-with-us-bg.jpg") no-repeat center top;
    background-size: cover;
}
.contact-with-right {
    text-align: right;
}
.contact-with-right img {
    margin-top: -50px;
    width: 100%;
}
.contact-with-left {
    padding: 50px 0;
}
.contact-with-left h4 {
    font-size: 41px;
    color: #f3ba04;
    font-weight: 600;
    padding-bottom: 20px;
}
.contact-with-left span {
    font-size: 15px;
    color: #fff;
}
.contdtl {
    padding: 10px 0 0 0;
    display: flex;
}
.contdtlinr {
    padding-left: 10px;
}
.contdtlinr a {
    display: block;
}
.contdtlinr a.cab-mob {
    font-size: 24px;
    color: #f3ba04;
    font-weight: 600;
}
.contdtlinr a.cab-email {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
}
.contdtlinr a:hover.cab-mob {
    text-decoration: none;
    color: #fff;
}
.contdtlinr a:hover.cab-email {
    text-decoration: none;
}
.enquiry-btn {
    width: 100%;
    text-align: left;
    padding-top: 30px;
}
.enquiry-btn a {
    font-size: 20px;
    color: #000;
    text-align: center;
    background-color: #f3ba04;
    display: inline-block;
    padding: 10px 20px;
    line-height: normal;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.enquiry-btn a:hover {
    background-color: #fff;
    color: #000;
}
.cwubox {
    position: relative;
}
.contact-with-person {
    position: absolute;
    top: -70px;
    right: 0;
    bottom: 0;
}
.latest-posts {
    padding: 50px 0;
    text-align: center;
}
.latest-posts h4 {
    font-size: 19px;
    color: #000;
    font-weight: normal;
}
.latest-posts h5 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    padding-bottom: 50px;
}
.post-box {
    background-color: #fff;
    box-shadow: 6px 0 26px rgb(0 0 0 / 0.2);
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
    min-height: 430px;
}
.post-box img {
    width: 100%;
}
.post-box-inner {
    padding: 20px;
}
.post-date {
    font-size: 17px;
    color: #1b3f67;
    font-weight: 600;
}
.post-heading {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    line-height: normal;
    padding: 20px 0;
}
.post-box-inner p {
    font-size: 15px;
    color: #000;
    font-weight: normal;
}
.post-box-inner a {
    font-size: 20px;
    color: #1b3f67;
    font-weight: 600;
}
.post-box-inner a:hover {
    text-decoration: none;
    color: #000;
}
/*footer style*/
.bottom-section {
    padding: 50px 0 250px 0;
    background: #1e1e1e url("../img/bottom-with-car.png") no-repeat bottom center;
    background-size: 100%;
    position: relative;
}
.social-strip {}
.bottom-logo {
    background-color: #fff;
    padding: 20px 0;
    min-height: 141px;
    text-align: right;
    padding-right: 22%;
}
.strip-one {
    background-color: #1e1e1e;
    min-height: 74px;
    padding-left: 50px;
}
.strip-two {
    background-color: #f3ba04;
    min-height: 28px;
}
.strip-three {
    background-color: #fff;
    min-height: 11px;
}
.strip-four {
    background-color: #1e1e1e;
    min-height: 28px;
}
.nopd {
    padding-left: 0;
    padding-right: 0;
}
.corner {
    background: url("../img/bottom-cornor.jpg") no-repeat right bottom;
}
.social-bottom {
    padding: 20px 0 0 0;
}
.social-bottom span {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    padding-right: 20px;
}
.social-bottom i {
    color: #f3ba04;
    font-size: 30px;
    padding: 0 12px
}
.social-bottom i:hover {
    color: #fff;
}
.footer-heading {
    font-size: 26px;
    color: #f3ba04;
    font-weight: 400;
}
.foot-menu {
    padding-top: 10px;
}
.foot-menu ul {
    list-style: none;
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
}
.foot-menu ul li {
    padding: 10px 0;
}
.foot-menu ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}
.address-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.address-block ul li {
    padding: 0 15px 40px 15px;
    width: 25%;
}
.address-block ul li span {
    font-size: 21px;
    color: #f3ba04;
}
.address-block ul li p {
    font-size: 12px;
    color: #fff;
}
.copyright-wrapper {
    background-color: #1e1e1e;
    padding: 20px 0;
}
.copyright-box small {
    text-align: left;
    color: #fff;
    font-size: 11px;
}
#btn-back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
}
.tpbtm button {
    background-color: #D3A514;
}
.tpbtm button:hover {
    background-color: #d5a200;
}
/*car animation style*/
.running-taxi {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.running-taxi .taxi {
    background-image: url("../img/car_1.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 200px;
    height: 90px;
    right: 0;
    bottom: 0;
    animation: running-anim 20s linear infinite;
}
.running-taxi .taxi-2 {
    background-image: url("../img/car_2.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 200px;
    height: 90px;
    right: 30%;
    bottom: 0;
    animation: running-anim 30s linear infinite;
}
.running-taxi .taxi-3 {
    background-image: url(../img/bus.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 250px;
    height: 100px;
    right: 70%;
    bottom: 0;
    animation: running-anim-left 35s linear infinite;
}
/* Running Animation Keyframe */
@-moz-keyframes running-anim {
    0% {
        right: -30%
    }
    100% {
        right: 100%
    }
}
@-webkit-keyframes running-anim {
    0% {
        right: -30%
    }
    100% {
        right: 100%
    }
}
@keyframes running-anim {
    0% {
        right: -30%
    }
    100% {
        right: 100%
    }
}
@-moz-keyframes running-anim-left {
    0% {
        left: -30%
    }
    100% {
        left: 100%
    }
}
@-webkit-keyframes running-anim-left {
    0% {
        left: -30%
    }
    100% {
        left: 100%
    }
}
@keyframes running-anim-left {
    0% {
        left: -30%
    }
    100% {
        left: 100%
    }
}
/*Request A Demo Popup Style Start*/
#requestdemo .modal-header {
    background-color: #000;
    position: relative;
}
#requestdemo .modal-header .close {
    position: absolute;
    right: 5px;
    top: 3px;
    text-shadow: none;
    color: #fff;
    opacity: unset;
}
#requestdemo h5 {
    font-size: 30px;
    color: #ffcd2c;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
#requestdemo p {
    font-size: 15px;
    color: #fff;
    text-align: center;
}
#requestdemo .modal-footer {
    text-align: center;
}
#requestdemo .modal-footer button {
    width: 150px;
    padding: 10px 0;
    background-color: #000;
    color: #ffcd2c;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    outline: none;
    border: none;
}
#requestdemo .modal-footer button:hover {
    background-color: #ffcd2c;
    color: #000;
    text-decoration: none;
    transition: 0.6s;
}
/*Attach your Car*/
.attachcar {
    background: url("../img/attach-car.jpg") no-repeat center top;
    padding-top: 0;
    background-size:cover;
}
.attachbnr {
    position: relative;
    width: 100%;
    height: 404px;
}
.attachbnr h1 {
    top: 60%;
    right: 0;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    position: absolute;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
	text-transform: uppercase;
}
.attachbnr h1 span {
    display: inline;
    color: #ffcd2c;
}
.spacer {
    width: 100%;
    height: 160px;
}
.attach-wrapper-first {
    padding: 50px 0 30px 0;
}
.attach-first-text {
    padding:10px;
}
.atf1 h2{
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    padding-left: 45px;
    font-family: "Roboto", sans-serif;
}
.attach-wrapper-first .atf-head {
    font-size: 30px;
    color: #1b3f67;
    font-weight: normal;
    line-height: normal;
    font-family: "Roboto", sans-serif;
    
}
.attach-wrapper-first .atf-head h2 {
    font-weight: bold;
    font-size: 28px;
}
.attach-first-text p {
    font-size: 18px;
    color: #000;
    font-family: "Roboto", sans-serif;
    padding-top:10px;
}
.atf1 h2:after {
    content: " ";
    width: 31px;
    height: 19px;
    background: url("../img/double-slash.png") no-repeat top left;
    top: 3px;
    left: 0;
    position: absolute;
    display: inline-block;
}
.attchimg1 {
    padding-right:40px;
}
.car-attach-benefits {
    background: none;
    padding: 0;
}
.car-attach-benefits h2 {
    padding-bottom: 20px;
}
.car-attach-benefits .wwo-box {
    min-height: 350px;
}
.car-attach-benefits .wwo-box img {
    padding-top: 30px;
}
.car-attach-benefits h2 {
    font-size: 28px;
    color: #1b3f67;
    text-transform: capitalize;
    text-align:center;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}
.car-attach-option {
    background-color: #1e1e1e;
    padding: 50px 0;
}
.car-attach-option h2 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: relative;
    display: table;
    margin: auto;
    font-family: "Roboto", sans-serif;
}
.car-attach-option h2:after {
    content: " ";
    width: 31px;
    height: 19px;
    background: url("../img/double-slash.png") no-repeat top left;
    top: -3px;
    left: -40px;
    position: absolute;
    display: inline-block;
}
.car-attach-option .carousel {
    padding: 0;
}
.car-attach-option .carousel-control {
    border: none;
    background: none;
    margin-top: 150px;
}
.car-attach-option .left.carousel-control {
    left: -60px;
}
.car-attach-option .right.carousel-control {
    right: -60px;
}
/* entire container, keeps perspective */
.flip-container {
    perspective: 1000;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}
.flip-container, .front, .back {
    width: 300px;
    height: 380px;
    margin: 1em auto;
}
.pen-india-vehicle .flip-container, .pen-india-vehicle .front, .pen-india-vehicle .back {
    width: 300px;
    height: 450px !important;
    margin: 1em auto;
}
.pen-india-vehicle

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
/* hide back of pane during swap */
.flipper .front, .flipper .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    font-family: "Roboto", sans-serif;
    padding: 50px 0;
}
/* front pane, placed above back */
.flipper .front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
    background: #f2c32a;
}
/* back, initially hidden pane */
.flipper .back {
    transform: rotateY(180deg);
    background: #fff;
    border: solid 2px #f2c32a;
    padding:80px 20px 20px 20px;
}
.pen-india-vehicle {
    padding: 50px 0 10px 0;
}
.pen-india-vehicle .pen-heading h2 {
    text-align: center;
    color: #1b3f67;
    font-size: 28px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding:0;
    margin:0;
}
.pen-india-vehicle p {
    text-align: center;
    font-size: 16px;
    color: #000;
    padding-top: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}
.flipper .front img {
    width: 50%;
    margin: 0 auto;
    display: block;
}
.flipper .front h3 {
    padding: 20px 0 0 0;
    display: block;
    margin:0;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}
.flipper .back .pen-back-heading h3{
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin:0;
    padding:0;
}
.flipper .back .pen-back-heading span{
    color:#f2c32a;
}
.pdtp50 {
    padding-top: 50px;
}
.documents-container {
    padding: 30px 0;
}
.documents-wrapper h2 {
    color: #1b3f67;
    font-size: 34px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}
.documents-wrapper h3 {
    font-size: 21px;
    color: #000;
    font-family: "Roboto", sans-serif;
    margin:0;
}
.documents-wrapper .container {
    border: solid 1px #a4a2a2;
    text-align: left;
    padding: 0 20px;
}
.documents-wrapper {
    text-align: center;
    width: 1170px;
    margin: 0 auto;
}
.doc-head {
    font-size: 17px;
    color: #1b3f67;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    border-bottom: solid 1px #a4a2a2;
    padding: 15px 0;
    margin-bottom: 20px;
}
.documents-wrapper .container ol li {
    padding-bottom: 10px;
    font-size: 13px;
    color: #000;
    font-family: "Roboto", sans-serif;
}
.rgtbdr {
    border-right: solid 1px #a4a2a2;
}
.documents-wrapper .rgtbdr {
    min-height: 240px;
}
.note {
    font-size: 12px;
    color: #1b3f67;
    font-family: "Roboto", sans-serif;
    text-align: left;
    padding: 10px 0 0 20px;
}
.faq-wrapper {
    background-color: #f2c32a;
    padding: 50px 0;
}
.faq-heading h2{
    font-size: 25px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding:0 0 20px 0;
    margin:0;
}


/* accordian style */
.faq-container .panel-default>.panel-heading {
    background:none;
    border:none;
    border-radius:0;
    padding:10px 0 15px 0;
}
.faq-container .panel-default {
    background:none;
    border:none;
    border-bottom:solid 1px #000;
    border-radius:0;
}
.faq-container .panel-default .panel-title {font-size:17px;color:#000;font-family: "Roboto", sans-serif;font-weight:600;}
.faq-container .panel-default .panel-title a {text-decoration: none;}
.faq-container .panel-group .panel-heading+.panel-collapse>.panel-body {border:none !important;}
.faq-container .panel-heading .accordion-plus-toggle:before {
    font-family: FontAwesome;
    content: "\f068";
    float: right;
    color: #000;
    font-weight: normal;
}
.faq-container .panel-heading .accordion-plus-toggle.collapsed:before {
    content: "\f067";
    color: #000;
}
.faq-container .panel-body {padding:0 0 15px 0;}
.faq-container .panel-body a {color:#000;font-weight: bold;}
/* arrow glyph for showing collapsible panels */
.faq-container .panel-heading .accordion-arrow-toggle:before {
    font-family: FontAwesome;
    content: "\f078";
    float: right;
    color: #000;
}
.faq-container .panel-heading .accordion-arrow-toggle.collapsed:before {
    content: "\f054";
    color: #000;
}
/* sets the link to the width of the entire panel title */
.faq-container .panel-title > a {
    display: block;
}
.partner-wrapper{
    text-align: center;  
    padding-bottom:50px;
}
.partner-container {
    padding: 30px 0;
}
.partner-heading h2{
    color: #1b3f67;
    font-size: 34px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin:0;
    padding:0;
}
.partner-container h3 {
    font-size: 21px;
    color: #000;
    font-family: "Roboto", sans-serif;
    margin:0;
    padding:10px 0 20px 0;
}
.partner-container .form-control {
    background-color:#e4e8ee;
    border-radius:0;
    color:#000;
    font-size:14px;
    border:none;
    box-shadow: none;
    font-family: "Roboto", sans-serif;
}
.partner-container .form-control::placeholder{
    color:#000;
    font-family: "Roboto", sans-serif;
}
.partner-container button.send-button{
    font-size: 14px;
    color: #000;
    text-align: center;
    background-color: #f3ba04;
    display: inline-block;
    line-height: normal;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border: none;
    outline: none;
    text-transform: uppercase;
}
.partner-container button.send-button:hover {
    background-color: #000;
    color: #f3ba04;
}
.mobile-header-container{display:none;}

 .navbar-toggle {
        border-color: #fff;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

/*employee transportation services*/

.employee-transport    
{
    background: url("../img/employee-transportation-services/employee-transport.jpg") no-repeat center top;
	background-size:cover;
}
.contact-emp .form-control{
	height:48px;
}
.contact-emp .form-control#message-text{
	height:112px;
}
.contact-emp .submit-emp-btn button{
	/*width:400px;*/
	height:48px;
	text-transform: uppercase;
	font-weight: bold;
}
.clients-wrapper{
	padding:50px 0;
}
.clients-wrapper h2 {
	color: #1b3f67;
    font-size: 34px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
	text-align: center;
}
.client-logo ul {
	display: flex;
	padding:50px 0;
	list-style: none;
    justify-content: space-evenly;
}

.client-logo ul li {
width:100%;
margin:0 20px;
}

.contact-emp {
	padding:100px 0;
}
.emp-car{padding-top:90px;}
.client-banner {
	background: url("../img/clients-banner.jpg") no-repeat center top;
	background-size:cover;
}
.client-box ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding:80px 0;
}
.client-box ul li{
	width: 20%;
	padding:40px 30px;
	
}
.gallery-banner{
	background: url("../img/gallery-banner.jpg") no-repeat center top;
	background-size:cover;
}
.gallery-box {padding:100px 0; display: inline-block;}
.gallery-inner {position:relative;padding:15px 0;}
.gallery-inner .gal-link {position:absolute;text-align: center;
  top: 50%;
  left:0;
  right:0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gal-link button {
	border:solid 1px #ffcd2c !important;
	border-radius:15px;
	padding:20px !important;
	color:#fff;
	font-size:20px !important;
	display: inline-block;
	text-decoration: none;
	background:none;
}
.gal-link button span {
	color:#ffcd2c;
}
.gal-link button:hover{
	background:rgba(000,000,000, 0.2) !important;
}
.cont .carousel-control {
	top:30%;
}
.team-model .modal-header {
	display: flex;
}
.team-model .modal-header h5 {
	width:100%;
	font-size:28px;
}
.team-model .glyphicon-chevron-left:before, .team-model .glyphicon-chevron-right:before {
	font-size:18px;
}
.team-model .carousel-control .glyphicon-chevron-left{
	        margin-left: -15px !important;
	margin-top:-20px;
}
.team-model .carousel-control .glyphicon-chevron-right{
	        margin-right: -15px !important;
	margin-top:-20px;
}
.contact-banner{
	background: url("../img/contact-banner.jpg") no-repeat center top;
	background-size:cover;
}
.contact-wrapper {
	padding:100px 0;
}
.office1 span {
	font-size:19px;
	color:#00142a;
	display: block;
	font-weight: bold;
}
.office1 {
	font-size:19px;
	color:#020202;
	padding-bottom:30px;
	position: relative;
}
.office1:before {
	content:"";
	width:52px;
	height:52px;
	display:block;
	background: url("../img/office1-icon.png") no-repeat left top;
	position: absolute;
	left:-80px;
	top:0;
}
.office2{
	font-size:19px;
	color:#020202;
	padding-bottom:30px;
	padding-right:30px;
	position: relative;
}
.office2:before {
	content:"";
	width:52px;
	height:52px;
	display:block;
	background: url("../img/office2-icon.png") no-repeat left top;
	position: absolute;
	left:-80px;
	top:0;
}
.office3 {
	font-size:19px;
	color:#020202;
	padding-bottom:30px;
	padding-right:30px;
	position: relative;
}
.office3:before {
	content:"";
	width:52px;
	height:52px;
	display:block;
	background: url("../img/office3-icon.png") no-repeat left top;
	position: absolute;
	left:-80px;
	top:0;
}
.office2 span, .office3 span {
	font-size:19px;
	color:#00142a;
	display: flex;
    justify-content: space-between;
	font-weight: bold;
}
.office2 span a, .office3 span a {
	color:#020202;
	font-weight: normal;
}
.office-map iframe {
	height: 320px;
	border:solid 3px #ffd550 !important;
	border-radius:5px;
}
.yellow-box {
	background-color:#ffcd2c;
	height:400px;
}
.contact-form-wrapper {position:relative;padding-top:70px;}
.contact-form-inner {
	width:1170px;
	margin:-300px auto 0;
	background-color:#fff;
	padding:70px 80px 50px 80px;
	display:table;
	box-shadow: 0px 10px 10px #e9e9e9;
}
.contact-heading {
	font-size:26px;
	color:#122a49;
	font-weight: bold;
	text-align: center;
	padding-bottom:50px;
}
.contact-form-inner small {
	color:#142434;
	font-size:16px;
	padding-left:15px;
	margin-bottom: 10px;
	display:block;
}
.contact-form-inner form input, .contact-form-inner form select {
	height:70px;
}
.contact-form-inner form textarea {
	height:240px;
}
.contact-form-inner form .btn {
	height:70px;
	background-color:#ffcd2c;
	border:none;
	color:#0a0a0a;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	font-size:16px;
}
.contact-form-inner form input:focus, .contact-form-inner form textarea:focus {
  border: 1px solid #ffcd2c;
}
/******************************************************************************************/
.corporate-car-rental{
    background: url("../img/corporate-car-rental.jpg") no-repeat center top / cover; 
}
.why-choose-section-head{
    margin-bottom: 40px;
}
.why-choose-section-head h2{  
    line-height: normal; 
    padding: 0; 
    font-size: 28px;
    color: #1b3f67;
    text-transform: capitalize;
    text-align:center;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}
.why-choose-section-head p{
    font-size: 18px;
    color: #000;
    font-family: "Roboto", sans-serif; 
    margin-top: 25px;
    text-align: center;
}
.why-choose-section-btm p{
    font-size: 18px;
    color: #000;
    font-family: "Roboto", sans-serif;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 35px;
}
.pen-heading p{
    font-size: 18px;
    color: #000;
    font-family: "Roboto", sans-serif;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 5px;
}
section.our-corporate-fleets-section {
    padding: 40px 0 50px;
    background: #1d1d1d;
}
.our-corporate-fleets-head h4 {
    color: #fff;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
.our-corporate-fleets-head h4:after {
    content: " ";
    width: 31px;
    height: 19px;
    background: url(../img/double-slash.png) no-repeat top left;
    top: 1px;
    left: -40px;
    position: absolute;
    display: inline-block;
}
.our-corporate-fleets-head {
    text-align: center;
}
.safety-banner {
    background: url(../img/safety-banner.jpg) no-repeat center top / cover; 
} 
.safety-list {
    margin: 100px 0 100px;
    border: 1px solid #ffcd2c;
}
.safety-list-item {
    border-bottom: 1px solid #ffcd2c;
    display: flex;
    align-items: stretch;
}
.safety-list-item:last-child {
    border-bottom: 0;
}
.safety-list-item-col:first-child {
    background: #ffcd2c;
    min-width: 450px;
    max-width: 450px;
}
.safety-list-item:nth-child(even) .safety-list-item-col:first-child {
    order: 2;
}
.safety-item-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    text-align: center;
    height: 100%;
}
.safety-item-img-text {
    margin-top: 30px;
}
.safety-item-img-text h4 {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: #000;
    font-weight: 600;
}
.safety-list-item-col-inner {
    display: flex;
    height: 100%;
    padding: 40px 40px;
    flex-direction: column;
    justify-content: center;
}
.safety-list-item-col-inner>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.safety-list-item-col-inner>ul>li {
    position: relative;
    margin: 0 0 15px;
    font-size: 16px;
    color: #000000;
    padding-left: 25px;
}
.safety-list-item-col-inner>ul>li:before{
    content: '';
    position: absolute;
    top: 4px;
    bottom: auto;
    left: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background: url(../img/safety-item-list-icon.png) no-repeat center center;
}
.safety-list-item-col-inner>ul>li:last-child { 
    margin: 0 0 0;
}
.safety-list-item-col-inner> p{ 
    margin: 0 0 15px;
    font-size: 16px;
    color: #000000; 
    padding-left: 25px;
}
.safety-list-item-col-inner>ul>li ul {
    padding-left: 18px;
    list-style: disc;
    margin-top: 10px;
}
.mb-3 {
    margin-bottom: 15px !important;
}
.technology-banner{
    background: url(../img/technology-banner.jpg) no-repeat top center / cover;
}
.technology-first-top {
    margin-bottom: 50px;
}
.technology-first-top p {
    font-size: 16px;
    color: #000;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin: 0;
    line-height: 30px;
}
.technology-automation p {
    font-size: 16px;
    color: #000;
    font-family: "Roboto", sans-serif;
    padding-top: 10px;
    line-height: 30px;
} 
.technology-automation {
    margin: 50px 0 0;
}
.tech-key-features{
    background: none;
    padding: 50px 0 15px;
}
.tech-key-features h2 {
    margin-bottom: 20px;
}
.tech-key-features .wwo-box p {
    font-size: 20px;
    color: #000;
    text-align: center;
    padding-top: 10px;
    min-height: 90px;
}
.tech-key-features-cil-img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 190px;
}
.tech-key-features-cil-img img{
    max-width: 140px;
}
.gps-data-user-friendly-section {
    padding: 50px 0;
}
.row.gps-data-user-friendly-row {
    display: flex;
    align-items: center;
}
.gps-data-user-friendly-col-text h2 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #1f365c;
    font-weight: 600;
}
.gps-data-user-friendly-col-text p {
    font-size: 16px;
    color: #000000;
    margin: 0 0 0;
    line-height: 30px;
}
.gps-data-user-friendly-col-text {
    max-width: 470px;
}
.row.gps-data-user-friendly-row:nth-child(even) .gps-data-user-friendly-col:last-child .gps-data-user-friendly-col-text {
    margin-left: 50px;
}
.control-room-section {
    padding: 60px 0 60px;
    background: url(../img/technology-car-img.png) no-repeat center center / 365px;
    margin-bottom: 50px;
}
.control-room-col:nth-child(even) .control-room-col-inner .control-room-col-img {
    order: 2;
}
.control-room-col-inner {
    display: flex;
    gap: 15px;
    max-width: 400px;
}
.control-room-col-text h3 {
    margin: 0 0 5px;
    font-size: 24px;
    color: #1f365c;
    font-weight: 600;
}
.control-room-col-text p {
    font-size: 16px;
    color: #000000;
    margin: 0 0 0;
    line-height: 30px;
}
.control-room-col-img {
    min-width: 75px;
}
.control-room-col-text {
    width: auto;
}
.row.control-room-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 150px;
}
.control-room-col:nth-child(even) {
    display: flex;
    justify-content: flex-end;
}
.luxury-car-rental-banner{
    background: url(../img/luxury-car-rental-banner.jpg) no-repeat top center / cover;
}
.luxury-car-rental-first-text p{
    font-size: 16px;
}
.our-luxury-fleet-banner{
    background: url(../img/luxury-car-rental-img2.png) no-repeat top center / cover;
    min-height: 565px;
}
.our-luxury-fleet-banner h2{
    color: #000;
}
.fleet-management-banner{
    background: url(../img/corporate-fleet-banner.jpg) no-repeat top center / cover;
}

/***************************************************************************/

.franchise-banner{
    background: url("../img/franchise-banner.jpg") no-repeat center top / cover; 
}
.franchise-wrapper {
    padding:100px 0;
}

.franchise-left {
    padding-top:20px;
}
.franchise-left p {
    font-size:17px;
    color:#020202;
}
.franchise-wrapper h2 {
    text-align: center;
    padding-bottom: 50px;
    font-weight: bold;
}
.why-box ul{
list-style: none;
color:#000;
font-size:20px;
padding: 0;
margin:0;
}
.why-box ul li {
    padding-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.why-box ul li span {
    color:#122a49;
    font-weight:bold;
}
.why-box ul li:after {
    content:" ";
    position: absolute;
    width:22px;
    height:22px;
    top:4px;
    left:0;
    background: url("../img/tick-icon.png") no-repeat left top;
}
.ready {
    text-align: center;
}
.ready h3 {
    font-size:20px;
    color:#000;
    font-weight: bold;
}
.ready p {
    font-size:18px;
    color:#000;
    font-weight: normal;
}


.careers-banner{
    background: url("../img/careers-banner.jpg") no-repeat center top / cover; 
}

.careers-left span{
    font-size:26px;
    color:#020202;
}

.we-grow {
    padding-top:50px;
}

.grow {
    text-align: center;
}

.grow h3 {
    font-size 18px;
    color:#040404;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding-top:30px;
}
.we-grow h3 {
    font-size:26px;
    color:#122a49;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding-bottom:30px;
}

.we-grow {
    padding-bottom: 100px;
}

.careers-box {
    margin-top: 0;
    box-shadow: 0px 10px 15px #cbcbcb;
}

.structure-bnr {
    background: url("../img/structure-banner.jpg") no-repeat center top / cover; 
}

.structure-text p {
    font-size: 18px;
    color: #040404;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin: 0;
    line-height: 30px;
}
.reporting-wrapper {
    padding-bottom: 50px;
}
.reporting-wrapper {
    text-align: center;
}
.reporting-wrapper h4 {
    font-size:26px;
    color:#122a49;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.reporting-wrapper p {
    font-size: 18px;
    color: #000;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin: 0;
    line-height: 30px;
}
.structure-list {
    padding-top:50px;
}
.structure-list ul {
    display:flex;
    list-style: none;
    margin:0;
    padding:0;
}

.structure-list ul li {
    padding:0 10px;
    width:15%;
    position: relative;
}
.structure-list ul li:after {
    content: "\f061";
color: #ffcd2c;
font-family: FontAwesome;
position: absolute;
top: 40%;
right: 0;
bottom: 0;
font-size: 22px;
}
.structure-list ul li:last-child:after {
    display: none;
}

.structure-list ul li p {
    font-size:20px;
    color:#000;
}

.our-structure .wwo-box {
    min-height: 560px;
}


.electric-fleet-for-corporates-banner {
    background: url("../img/electric-fleet-for-corporates-banner.jpg") no-repeat center top / cover; 
}

.contact-us-btn {
    margin: 10px auto 30px;
    width: 100%;
    text-align: left;
}
.contact-us-btn a {
    font-size: 20px;
    color: #000;
    text-align: center;
    background-color: #f3ba04;
    display: inline-block;
    padding: 10px 20px;
    line-height: normal;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.contact-us-btn a:hover {
    background-color: #000;
    color: #f3ba04;
}
.future-box {
    padding-right:50px;
}
.future-box h2 {
    text-align: left;
    font-size:20px;
}
.future-box p {
    padding-bottom: 20px;
    color:#000;
}
.our-electric-fleet-banner {
    background: url("../img/our-electric-fleet.jpg") no-repeat center top / cover; 
    min-height: 565px;
    text-align: center;
}

.our-vismiss-text .our-head
.our-electric-fleet-banner p {
    font-size:16px;
    color:#fff;
}
.our-electric-fleet-banner .container {
    display: flex;
  align-items: center; /* Vertically center */
  justify-content: center; /* Horizontally center (optional) */
  height:50vh; /* Full viewport height */
}

/*About us style*/


.why-choose {
    padding-top:20px;
}
.about-bnr {
    background: url("../img/about-banner.jpg") no-repeat center top / cover; 
}

.about-heading {
	font-size:30px;
	color:#122a49;
	font-weight: bold;
	text-align: center;
    padding-bottom:20px;
    text-transform: uppercase;
}
.revolution {
    text-align: center;
}
.revolution p {
    text-align:center;
    font-size:18px;
    color:#040404;
    padding-bottom: 20px;
}

.revolution a  {
    font-size: 20px;
    color: #000;
    text-align: center;
    background-color: #f3ba04;
    display: inline-block;
    padding: 10px 20px;
    line-height: normal;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.revolution a :hover {
    background-color: #000;
    color: #f3ba04;
}
.our-vismiss {
    padding-top:50px;
}
.our-vismiss-text .our-head{
font-size:20px;
color:#000000;
padding-bottom:30px;
font-weight: bold;
}
.our-vismiss-text p {
    font-size:18px;
}

.value-list ul{
    list-style: none;
    color:#000;
    font-size:18px;
    padding: 0;
    margin:0;
    }
.value-list ul li {
        padding-bottom: 20px;
        position: relative;
        padding-left: 40px;
    }

.value-list ul li:after {
        content:" ";
        position: absolute;
        width:22px;
        height:22px;
        top:4px;
        left:0;
        background: url("../img/tick-icon.png") no-repeat left top;
    }

.our-head{
 position: relative;
 padding-left: 40px;
}    
.our-head:after {
    content:" ";
    position: absolute;
    width:31px;
    height:19px;
    top:4px;
    left:0;
    background: url("../img/double-slash.png") no-repeat left top;
}

.sets-section {
    padding: 60px 0 60px;
    background: url(../img/about-us/apart.jpg) no-repeat center center / 500px;
    margin-bottom: 50px;
}
.sets-section-col:nth-child(even) .sets-section-col-inner .sets-section-col-img {
    order: 2;
}
.sets-section-col-inner {
    display: flex;
    gap: 5px;
    max-width: 300px;
}
.sets-section-col-text h3 {
    margin: 0 0 5px;
    font-size: 24px;
    color: #1f365c;
    font-weight: 600;
}
.sets-section-col-text p {
    font-size: 16px;
    color: #000000;
    margin: 0 0 0;
    line-height: 30px;
}
.sets-section-col-text {
    width: auto;
}
.row.sets-section-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 60px;
}
.sets-section-col:nth-child(even) {
    display: flex;
    justify-content: flex-end;
}
.control-heading{
    font-size: 28px;
    color: #1b3f67;
    text-transform: uppercase;
    text-align:center;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    padding:50px 0 30px 0;
}
.our-values .wwo-box {
    background-color:#f2c32a;
    box-shadow: none;
}

.our-values .wwo-heading {
color:#1f365c;
font-size:18px;
}
.our-values .wwo-box {
    min-height: 300px;
}

.get-touch-wrapper {
    padding-bottom: 100px;
}
.vis {
    padding-top:50px;
}

.form-group .error {
color:red;
font-weight: normal;
}
.form-group {
    text-align: left;
}
.site {
    color:#ffcd2c;
}
.site:hover {
    color:#ffcd2c;
}
.about-wrapper {
    display: flex;
    align-items: center;
}
.sets-image {display:none;}
.fleet-wrapper p  {
    color:#fff;
    font-size:14px;
    padding-top:20px;
}





/* Main container background */
.areas-we-serve {
  width: 100%;
  background-color: #f3f3f3;
  padding: 40px 0;
}

.areas-we-serve .container {
  margin: 0 auto;
}
.areas-header h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px; /* updated size */
  font-weight: 700;
  color: #1b3f67; /* updated color */
  margin-bottom: 10px;
}

.areas-header p {
  font-family: 'Roboto', sans-serif;
  font-size: 17px; /* updated size */
  color: #000; /* updated color */
  max-width: 1200px;
  margin: 0 auto 30px;
  line-height: 1.5;
}
.equal-height {
  display: flex;
  flex-wrap: wrap;
}

.equal-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.area-thumbnail {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  background-color: #fff;
  padding: 18px;
  margin-bottom: 30px;
}

.area-thumbnail img {
  width: 100%;
  height: auto;
}

.caption {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Heading Styles */
.caption h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #1b3f67;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Paragraph Styles */
.caption p {
  flex: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.area-thumbnail:hover {
  transform: translateY(-5px);
}
.attach-wrapper-first h3 {
    text-align: center;
    padding-top: 50px;
    font-size:30px;
    color: #1b3f67;
    font-weight: bold;
}

.service-section {
    background-color: #f3f3f3;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 50px;
  }
  .service-section h2 {
    font-size: 30px;
    color: #1b3f67;
    margin-bottom: 40px;
    font-weight: bold;
  }
  .service-section p {
    font-size: 17px;
    color: #000;
    margin-bottom: 30px;
  }
  .service-box {
    background-color: #1b3f67;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
  }
  .service-box img {
    width: 18px;
    margin-right: 8px;
  }

  .area-heading {padding-top: 100px;;}

  .area-heading h4 {
    font-size:30px;
  }

   .area-heading P {
    font-size:20px;
  } 

  .employee-heading h1{
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    padding-left: 45px;
    font-family: "Roboto", sans-serif;
}

.employee-heading h1:after {
    content: " ";
    width: 31px;
    height: 19px;
    background: url(../img/double-slash.png) no-repeat top left;
    top: 3px;
    left: 0;
    position: absolute;
    display: inline-block;
}

/* base thumbnail style */
.carnew .thumbnail {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-decoration: none;
  transition: transform .25s ease, background-color .25s ease, color .25s ease;
  background-image: none !important; /* clear any bg-image from CSS */
}

/* classes that JS will add */
.carnew .thumbnail.alt-odd {
  background-color: #f4c430; /* yellow */
  color: #000 !important;
}

.carnew .thumbnail.alt-even {
  background-color: #000;    /* black */
  color: #f4c430 !important;
}

/* if there are <img> inside thumbnail, hide them */
.carnew .thumbnail img {
  display: none !important;
}

/* hover */
.carnew .thumbnail:hover {
  transform: scale(1.05);
}


.client-box li {
  flex: 1 1 calc(15% - 20px); /* 4 boxes per row */
  min-width: 140px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  color: #000; /* text black */
  background: #f1c40f;              /* yellow background */
  border: 8px solid #fff;           /* internal white border */
  box-shadow: 3px 6px 12px rgba(0,0,0,0.8); /* outside shadow */
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s; /* smooth hover effect */
  margin: 10px;
}

/* Odd and even styles */
.client-box li:nth-child(odd) {
  background-color: #f1c40f; /* yellow */
  color: #000;
}

.client-box li:nth-child(even) {
  background-color: #000; /* black */
  color: #f1c40f;
}

