
button.btn.btn-primary.rounded {
    float: right;
    width: 6%;
    margin: -2px 0 0 0;
}

/********** Template CSS **********/
:root {
    --primary: #F77D0A;
    --secondary: #2B2E4A;
    --light: #F4F5F8;
    --dark: #1C1E32;
}


.m-0 {
    margin: 0 !important;
}
.darkHeader{
    background: #f1b962 !important;
    margin: 0 0;
    height: 98px !important;
    position: absolute;
    width: 100%;
}

.navbardark{
    background: #f1b962;
    border-radius: 0;
    margin: -9% 0 0 0 !important;
}

.navbarlogo{
    margin: 0 0 0 0 !important;
}


.bgstyle {
    background: #1c1e32 !important;
}

.logosize {
    width: 35%;
    margin: 33% 0 0 0;
}

.bgstyle p {
    text-align: justify;
}

#contact p {
    text-align: left;
}

.w-100 {
    width: 100% !important;
    height: 80vh !important;
}

.visionimg {
    width: 20%;
}

#core h1 {
    color: #fff !important;
}

#fleet h1 {
    color: #fff !important;
}

#who h1 {
    color: #fff !important;
}

.service-item:hover, .service-item.active {
    background: var(--secondary);
    color: #fff !important;
}

#ride .text-muted {
    color: #fff !important;
}
.text-success {
    color: #28a745 !important;
}

#ride .text-success {
    color: #fff !important;
}


#ride .mt-3 {
    color: #fff !important;
}

#ride .text-primary  {
    color: #fff !important;
}

#service .display-4{
    color : #fff;
}



#core p {
    color: #fff ;
}

#who p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

#who .color {
    color: #ffffff;
}

.layer {
    background: #375f87;
}

.whychoose p {
    text-align: justify;
    font-size: 13px !important;
    word-spacing: 5px;
}

.vision p {
    text-align: justify;
    font-size: 15px;
}


#core1 p {
    text-align: justify !important;
    font-size: 14px;
    color: #000;
}

#core1 .service-item:hover  p {
    text-align: justify !important;
    font-size: 14px;
    color: #000;
}

.navstyle {

    margin: 0 0;
    height: 0;
}

.section-head p,
p.awesome_line {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.item:hover {
    background: grey;
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover p {
    color: #fff;
}

.item:hover h2 {
    color: #fff;
}

.item .icon {
    font-size: 75px;
    margin-bottom: 25px;
    color: #f77d0a;
    width: 200px;
    height: 200px;
    line-height: 120px;
    /* border-radius: 50%; */
}

.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.text-grey {
    color: #b19595 !important;
}

.bggrey {
    background-color: #c2bbbb !important;
    padding: 7% 0;
    margin: 0% 0;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 101px;
    z-index: 99;
}

.nav-bar::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: var(--dark);
}

.nav-bar::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #ffffff;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
}

.iconwidth {
    width: 87%;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff !important;
}

.logo {

    width: 10% !important;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 30px 20px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #000;
    outline: none;
    margin: -4px 0 0 0px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        padding: 10px 15px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(28, 30, 50, .7); */
    z-index: 1;
}

@media (max-width: 576px) {

    bg-secondary {
        background-color: #ffffff !important;
        padding: 36% 0 50% 0 !important;
          padding-right: 0px ;
          padding-left: 0px;
        margin: 1% 0;
          margin-bottom: 1%;
      }

    .navstyle {
        margin: 0 0;
        height: 134px;
        background: #f1b962;
      }
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.page-header {
    height: 400px;
    margin-bottom: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(28, 30, 50, .9), rgba(28, 30, 50, .9)), url(../img/bg-banner.jpg);
    background-attachment: fixed;
}

@media (max-width: 400px) {

    bg-secondary {
        background-color: #ffffff !important;
        padding: 36% 0 50% 0 !important;
          padding-right: 0px ;
          padding-left: 0px;
        margin: 1% 0;
          margin-bottom: 1%;
      }
}

@media (max-width: 991.98px) {
    .page-header {
        height: 300px;
    }
}

.service-item {
    height: 320px;
    background: var(--light);
    transition: .5s;
}

.service-item:hover,
.service-item.active {
    background: grey;
}

.service-item h1,
.service-item h4 {
    transition: .5s;
}

.service-item:hover h1,
.service-item.active h1 {
    color: var(--dark) !important;
}

.service-item:hover h4,
.service-item.active h4 {
    color: var(--light);
}

.rent-item {
    padding: 30px;
    text-align: center;
    background: var(--light);
    transition: .5s;
    height: 270px;
}

.rent-item:hover,
.rent-item.active {
    background: var(--secondary);
}

.rent-item h4 {
    transition: .5s;
}

.rent-item:hover h4,
.rent-item.active h4 {
    color: var(--light);
}

.team-item {
    padding: 30px 30px 0 30px;
    text-align: center;
    background: var(--light);
    transition: .5s;
}

.team-item:hover,
.owl-item.center .team-item {
    background: var(--secondary);
}

.team-item h4 {
    transition: .5s;
}

.owl-item.center .team-item h4,
.owl-item.center .rent-item h4 {
    color: var(--light);
}

.team-item .team-social {
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    background: var(--light);
}

.owl-item.center .team-item .team-social,
.owl-item.center .rent-item {
    background: var(--secondary);
}

.team-item:hover .team-social {
    opacity: 1;
    background: var(--secondary);
}

.team-carousel .owl-nav,
.related-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 60px;
    top: calc(50% - 30px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next,
.related-carousel .owl-nav .owl-prev,
.related-carousel .owl-nav .owl-next {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover,
.related-carousel .owl-nav .owl-prev:hover,
.related-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.vendor-carousel .owl-dots,
.testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vendor-carousel .owl-dot,
.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--secondary);
    transition: .5s;
}

.vendor-carousel .owl-dot.active,
.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.bmw {
    width: 88px !important;
    height: 80px !important;
    margin: 0 0 5% 34%;
}


/* 
#fleet .testimonial-carousel1 .owl-item img {
    width: 80px;
    height: 209px !important;
} */

.testimonial-carousel .owl-item img {
    width: 80px;
    height: 80px;
}

.testimonial-carousel .owl-item .testimonial-item {
    height: 350px;
    transition: .5s;
    background: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--secondary);
}

.testimonial-carousel .owl-item .testimonial-item h1,
.testimonial-carousel .owl-item .testimonial-item h4 {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item h1 {
    color: var(--dark) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h4 {
    color: var(--light);
}



.vendor-carousel .owl-dots,
.testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vendor-carousel .owl-dot,
.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--secondary);
    transition: .5s;
}

.vendor-carousel .owl-dot.active,
.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.bmw {
    width: 88px !important;
    height: 80px !important;
    margin: 0 0 5% 34%;
}


/* 
#fleet .testimonial-carousel1 .owl-item img {
    width: 80px;
    height: 209px !important;
} */

.testimonial-carousel1 .owl-item img {
    width: 80px;
    height: 80px;
}

.testimonial-carousel1 .owl-item .testimonial-item {
    height: 350px;
    transition: .5s;
    background: var(--light);
}

.testimonial-carousel1 .owl-item.center .testimonial-item {
    background: var(--secondary);
}

.testimonial-carousel1 .owl-item .testimonial-item h1,
.testimonial-carousel1 .owl-item .testimonial-item h4 {
    transition: .5s;
}

.testimonial-carousel1 .owl-item.center .testimonial-item h1 {
    color: var(--dark) !important;
}

.testimonial-carousel1 .owl-item.center .testimonial-item h4 {
    color: var(--light);
}



.bg-banner {
    background: linear-gradient(rgba(28, 30, 50, .9), rgba(28, 30, 50, .9)), url(../img/bg-banner.jpg);
    background-attachment: fixed;
}
.color{
    color: #8d1712;
}


.kyn {
    width: 20%;
    margin: 0 0 0 40%;
}

@media (max-width: 678px) {
    .logosize {
        width: 23%;
      }

      .w-100 {
        object-fit: contain !important;
      }

      .w-100 {
        object-fit: contain !important;
        height: 19vh !important;
        margin:-3px 0 0 0;
      }

      .navbar-dark .navbar-nav .nav-link {
        padding:  8px 20px !important;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: capitalize;
        color: #000;
        outline: none;
      }
}


.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */






.fleet-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.fleet-track {
    display: flex;
    /*animation: fleetScroll 30s linear infinite;*/
    margin: 0 0 0 5%;
}

.fleet-slide {
    min-width: 300px;
    margin: 0 10px;
}

.fleet-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Auto-scrolling effect */
@keyframes fleetScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (max-width: 767px) {

.fleet-track {
	display: block;
	/* animation: fleetScroll 30s linear infinite; */
	margin: 0 0 0 15%;
}

.logosize {
	width: 35%;
	margin: 3% 0 0 0;
}
.navbar-toggler {
	position: absolute;
	right: 13px;
}
}