/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');


:root {
    --primary: #FF6400;
    --secondary: #51CFED;
    --light: #F8F2F0;
    --dark: #060315;
    --black: #272B3D;
    --yellow: #FF6400;
    --golden: #FF6400;
}

body {
    font-family: 'Inter', sans-serif;
}


@font-face {
  font-family: Eboldd;
  src: url(../../public/fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
  font-family: boldd;
  src: url(../../public/fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: mediam;
  src: url(../../public/fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: Regular;
  src: url(../../public/fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: blackk;
  src: url(../../public/fonts/Montserrat-Black.ttf);
}
@font-face {
  font-family: semiBold;
  src: url(../../public/fonts/Montserrat-SemiBold.ttf);
}

.fw-medium {
    font-weight: 600 !important;
    overflow-x: hidden !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 30px;
    padding: 25px 5px;
    color: #FFFFFF;
    font-size: 15px;
    /* text-transform: uppercase; */
    outline: none;
}


.navbar-light .navbar-nav .nav-link.active {
    color: var(--golden);
    font-family: Inter;

    font-style: normal;
    font-weight: 700;

    /*text-transform: uppercase;*/
}

.navbar-light .navbar-nav .nav-link:hover{
     color: var(--golden);
}

@media (max-width: 991.98px) {
    
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 50px;
        overflow: hidden;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    /* .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        top: -6px;
        left: 50%;
        background: #FFFFFF;
        transition: .5s;
    } */

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    border-radius: 20px !important;  
        background: #ffffffd9 !important;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/contact-banner.jpg) center center no-repeat;
    background-size: cover;
}
.page-headeruns{
        background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/uns.jpg) center center no-repeat;
            background-size: cover;
}
.page-headerWIR{
        background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/wir-sind.jpg) center center no-repeat;
            background-size: cover;
}
.page-headerkurierpartner{
        background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/kurierpartner.jpg) center center no-repeat;
}

.page-neueKunde{
        background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/ss.jpg) center center no-repeat;
            background-size: cover;
}
.page-Fahrer{
        background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/Fahrer.jpg) center center no-repeat;
            background-size: cover;
}

.page-Kontakt{
        background: linear-gradient(rgba(6, 3, 21, .12), rgba(6, 3, 21, .21)), url(../img/contact-us.png) center center no-repeat;
            background-size: cover;
}
.page-jetzt{
        background: linear-gradient(rgba(6, 3, 21, .12), rgba(6, 3, 21, .21)), url(../img/jetzt.jpg) center center no-repeat;
            background-size: cover;
}
.page-login{
        background: linear-gradient(rgba(6, 3, 21, .12), rgba(6, 3, 21, .21)), url(../img/0b0.jpg) center center no-repeat;
            background-size: cover;
}
.page-boking{
        background: linear-gradient(rgba(6, 3, 21, .12), rgba(6, 3, 21, .21)), url(../img/bokking.jpg) center center no-repeat;
            background-size: cover;
}






.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service, Price & Team ***/
.service-item,
.price-item,
.team-item {
    background: #FFF;
    box-shadow: 0px 3.19px 3.19px 0px rgba(0, 0, 0, 0.25);
        min-height: 335px !important;

}

.service-item img,
.team-item img {
    transition: .5s;
    /*width:25px ;*/
}

.service-item .list-unstyled img {
    transition: .5s;
    width:25px ;
}







.service-item:hover img,
.team-item:hover img {
    transform: scale(1.1);
}

.service-item a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}

.team-item div.btn-slide span a i {
    padding: 0 10px;
}

.team-item div.btn-slide span a:hover i {
    background: var(--secondary);
}

.service-item a.btn-slide span,
.price-item a.btn-slide span,
.team-item div.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}

.service-item:hover a.btn-slide i,
.price-item:hover a.btn-slide i,
.team-item:hover div.btn-slide i {
    border-radius: 0;
}

.service-item:hover a.btn-slide span,
.price-item:hover a.btn-slide span,
.team-item:hover div.btn-slide span {
    left: 0;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span,
.price-item a.btn-slide:hover i,
.price-item a.btn-slide:hover span {
    background: var(--golden);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    animation: pulse 1s ease-out .5s;
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--golden);
    border: 5px solid var(--light);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--golden);
    border-color: var(--yellow);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact-page {
        max-width: 100% !important;
    }

    .contact-page .contact-form {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-page .contact-form {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-page .contact-form {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}
.navbar {
    height: 55px;
}
@media (max-width: 1000px) {
   .navbar {
       height: auto !important;
   }
}


/*** Footer ***/
.footer {
/*background: linear-gradient(rgb(6 3 21 / 0%), rgb(6 3 21 / 0%)), url(../img/map.png) center center no-repeat;*/
background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 0;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #ff6400;
}

.footer i{
    color: #fff;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

/* farhan css mhdraws */

.moverspackers-bgcolor {
    /*background-color: #1e252a;*/
    background-color: black;
}

.moverspackers-top-strip {
    /* float: left; */
    width: 100%;
    /* padding: 10px 0px 12px; */
    padding: 5px;
}

/* .moverspackers-strip-info {
    float: left;
} */

.moverspackers-strip-info li:first-child {
    padding-left: 0px;
}

.moverspackers-strip-info li {
    list-style: none;
    float: left;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    color: #ffffff;
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Inter', sans-serif;
    padding: 0px 10px;
      z-index: 8888;
}

.moverspackers-strip-info li:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 9px;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
}

.moverspackers-strip-info li i {
    margin: 7px 10px 0px 0px;
    /* float: left; */
}


.main_heading_gold {
    color: var(--golden, #FF6400);
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.main_heading_gold_dark {
    color: #0C0C0C;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.navbar img {
    width: 160px;
    flex-shrink: 0;
}

.golden_btn {
    background: var(--golden, #FF6400);
    color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid var(--golden, #FF6400);
}

.yellow_heading {
    color: var(--yellow, #FFC000);
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}


.btn-primary:hover {
    background-color: #272b3d;
    border-color: #fe6400;
}

.btn-primary_1:after {
    position: absolute;
    display: none;
    content: '';
    background: url(../img/mhdrawas-img/preisrechner-icon.png);
    height: 52px;
    width: 72px;
    right: -50px;
    top: -1px;
}


.bg_dark_img {
    background-image: url(../img/map.png);
    background-color:black;
}

.box_sahdow {
    border-radius: 10px;
    background: #F5F5F5;
    box-shadow: 0px 4px 20px 0px #FF6400;
    padding: 30px 35px;
    text-align: center;
}

.btn-primary {
    color: #000;
    background-color: #FF6400;
    border-color: #FF6400;
}

.tick_yellow img {
    width: 20px !important;
    position: relative !important;
}


.moverspackers-bgcolor ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-primary:active:focus{
    box-shadow: 0 0 0 0.25rem rgb(255 192 0);
}

.border_red_btn{
    color: #FF6400!important;
    background-color: transparent ;
    border-color: #FF6400;
}

.border_red_btn:hover{
    color: #ffffff!important;
    background-color: #FF6400 ;
    border-color: #ffffff;
}
.border_red_btn:hover {
    color: #ffffff !important;
    background-color: #FF6400;
    border-color: #ffffff;
}

.btn-outline-secondary {
    color: #ff6400;
    border-color: #ff6400;
}


.btn-outline-secondary:hover {
    color: #000;
    background-color: #ff6400;
    border-color: #ff6400;
}


/* custom cards box */
:root {
    --card-line-height: 1.2em;
    --card-padding: 1em;
    --card-radius: 0.5em;
    /* --golden: #558309; */
    --color-gray: #e2ebf6;
    --color-dark-gray: #c4d1e1;
    --radio-border-width: 2px;
    --radio-size: 1.5em;
}

.grid {
    display: grid;
    grid-gap: var(--card-padding);
    margin: 0 auto;
    max-width: 60em;
    padding: 0;
}

@media (min-width: 42em) {
    /* .grid {
        grid-template-columns: repeat(3, 1fr);
   } */
}
.card {
    background-color: #fff;
    border-radius: var(--card-radius);
    position: relative;
}

.card:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.radio {
    font-size: inherit;
    margin: 0;
    position: absolute;
    right: calc(var(--card-padding) + var(--radio-border-width));
    top: calc(var(--card-padding) + var(--radio-border-width));
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .radio {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff;
        border: var(--radio-border-width) solid var(--color-gray);
        border-radius: 50%;
        cursor: pointer;
        height: var(--radio-size);
        outline: none;
        transition: background 0.2s ease-out, border-color 0.2s ease-out;
        width: var(--radio-size);
    }

    .radio::after {
        border: var(--radio-border-width) solid #fff;
        border-top: 0;
        border-left: 0;
        content: '';
        display: block;
        height: 0.75rem;
        left: 25%;
        position: absolute;
        top: 50%;
        transform: rotate(45deg) translate(-50%, -50%);
        width: 0.375rem;
    }

    .radio:checked {
        background: var(--golden);
        border-color: var(--golden);
    }

    .card:hover .radio {
        border-color: var(--color-dark-gray);
    }

    .card:hover .radio:checked {
        border-color: var(--golden);
    }
}

.plan-details {
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: var(--card-radius);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: var(--card-padding);
    transition: border-color 0.2s ease-out;
}

.card:hover .plan-details {
    border-color: var(--color-dark-gray);
}

.radio:checked~.plan-details {
    border-color: var(--golden);
}

.radio:focus~.plan-details {
    box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.radio:disabled~.plan-details {
    color: var(--color-dark-gray);
    cursor: default;
}

.radio:disabled~.plan-details .plan-type {
    color: var(--color-dark-gray);
}

.card:hover .radio:disabled~.plan-details {
    border-color: var(--color-gray);
    box-shadow: none;
}

.card:hover .radio:disabled {
    border-color: var(--color-gray);
}

.plan-type {
    color: var(--golden);
    font-size: 15px;
    font-weight: bold;
    line-height: 1em;
}

.plan-cost {
    font-size: 15px;
    font-weight: bold;
    padding: 0.5rem 0;
}

.slash {
    font-weight: normal;
}

.plan-cycle {
    font-size: 2rem;
    font-variant: none;
    border-bottom: none;
    cursor: inherit;
    text-decoration: none;
}

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


.list_text li {
    font-size: 14px;
}

/* multistep form css */

#container {
    /* max-width: 550px; */
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #272b3d;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    /* Added cursor pointer */
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
    background: #f6f6f6;
    padding: 10px 30px;
    box-shadow: 0px 3.19px 3.19px 0px rgba(0, 0, 0, 0.25);

}


.last_step_none , .payment_show {
    background: #f6f6f6;
    padding: 10px 30px;
    box-shadow: 0px 3.19px 3.19px 0px rgba(0, 0, 0, 0.25);
}
.success_page
{
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}



/* media query  devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
input:placeholder{
    font-size :16px !important;
}
label{
    font-size :12px !important;
}
.first_li
{
	display: none;
}
.mobile-justify-center
{
	    justify-content: center !important;
}

.moverspackers-strip-info .offset-5 {
    margin-left: 0;
}

.moverspackers-strip-info li:before{
    background-color: transparent;
}


.moverspackers-strip-info li{
    padding: 3px 10px;
}

.golden_btn {
    padding: 15px;
}

.main_heading_gold , .main_heading_gold_dark {
    font-size: 20px;
}

.Kurierdienst_sec {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

}
.form-section-home
{
	background: #fff;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid var(--golden, #FF6400);
}
.form-section-home label
{
	color: #000;
	font-family: Inter;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-section-home button
{
	width: 100%;
    padding: 12px;
    border-radius: 10px;
    margin-top: 13px;
    padding-left: 44px;
}
.form-section-home .form-control
{
	border: 0px;
    background: transparent;
}
.btn-primary:disabled, .btn-primary.disabled
{
	    background-color: var(--golden, #FF6400);
    	border-color: var(--golden, #FF6400);
}

#map
{
	height : 400px;
	margin-top: 20px;
}
.error
{
	color: red;
}
.calculator_btn
{
	position : relative;
}
.calculator_btn::after
{
	position: absolute;
    content: '';
    background: url(../img/mhdrawas-img/preisrechner-icon-right.png);
    height: 52px;
    width: 70px;
    left: -13px;
    top: -2px;
}


.add_shipment_item .clone_shipment
{
	position: relative;
	border-top: 1px solid #000;
    padding-bottom: 20px;
    padding-top: 30px;
}
.add_shipment_item .clone_shipment .removelement 
{
	position: absolute;
    top: 0;
    right: 0;
}
.booking_details
{
	overflow-x: hidden;
    background: #f6f6f6;
    padding: 10px 30px;
    box-shadow: 0px 3.19px 3.19px 0px rgb(0 0 0 / 25%);
}

 #multi-step-form input.invalid {
    border: 1px solid #ffaba5;
    box-shadow: 0 0 0 0.25rem rgb(255 62 65 / 25%);
}
.form-control:focus
{
	    border-color: #fff;
	    box-shadow: 0 0 0 0.25rem rgb(216 210 211 / 25%);
}
.bg-section-driver
{
	background: #f6f6f6;
    padding: 10px 30px;
    box-shadow: 0px 3.19px 3.19px 0px rgb(0 0 0 / 25%);
}

.bg-section-driver .upload_dropZone {
  color: #000;
  background-color: #fff;
  outline: 2px dashed #FF6400;
  outline-offset: -12px;
  transition:
    outline-offset 0.2s ease-out,
    outline-color 0.3s ease-in-out,
    background-color 0.2s ease-out;
}
.bg-section-driver .upload_dropZone.highlight {
  outline-offset: -4px;
  outline-color: var(--colorPrimaryNormal, #0576bd);
  background-color: var(--colorPrimaryEighth, #c8dadf);
}
.bg-section-driver .upload_svg {
  fill: var(--colorPrimaryNormal, #0576bd);
}
.bg-section-driver .btn-upload {
  color: #fff;
  background-color: var(--colorPrimaryNormal);
}
.bg-section-driver .btn-upload:hover,
.bg-section-driver .btn-upload:focus {
  color: #fff;
  background-color: var(--colorPrimaryGlare);
}
.bg-section-driver .upload_img {
  width: calc(33.333% - (2rem / 3));
  object-fit: contain;
}


.bg-smoke[data-v-6e4842b6] {
    background-color: #f4f4f4;
    padding: 14px;
    position: relative;
}

.transport_list
{
	list-style : none;
	padding-left: 0px;
}
.transport_list li
{
	float: left;
	margin-right: 30px;
}

.transport_list li a
{
	color:  #000;
}

.transport_list li a.active
{
	color:  #FF3E41;
	border-bottom: 1px solid #FF3E41
}
.border_box
{
	border: 1px solid #9c9c9c;
    padding: 20px;
}
/* start new update */
.moveY {
animation: translateY 4s ease-in-out infinite;
  
}

.mainswiperimg{
      width: 770px !important;
    margin-bottom: -85px;
    margin-left: -104px;
    animation: rotateOnly 4s ease-in-out infinite;

}

@keyframes rotateOnly {
  0%,
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  50% {
    transform: rotate(-4.1538deg);
    
  }
}


.nav-item:hover {
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
}
#pattertn {
  background-image: url(../img/patern.png);
  background-size: cover;
  background-repeat: repeat;
  overflow: hidden;
  background-color: var(--main-color);
  animation: moving 30s linear infinite;
}
@keyframes moving {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 2000px;
  }
}


.btn1 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 13rem !important;
  overflow: hidden !important;
  height: 3rem !important;
  background-size: 300% 300% !important;
  backdrop-filter: blur(1rem) !important;
  border-radius: 1rem !important;
  transition: 0.5s !important;
  animation: gradient_301 5s ease infinite !important;
  border: double 4px transparent !important;
 background-image: linear-gradient(#212121, #212121), linear-gradient(137.48deg, #ff6400 10%, #ff6400 45%, #ff6400 87%) !important;
  background-origin: border-box !important;
  background-clip: content-box, border-box !important;
}

#container-stars {
  position: absolute !important;
  z-index: -1 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  transition: 0.5s !important;
  backdrop-filter: blur(1rem) !important;
  border-radius: 1rem !important;
}

strong {

  font-size: 18px !important;
  letter-spacing: 5px !important;
  color: #ffffff !important;
  text-shadow: 0 0 4px white !important;
}
.book-title {
    font-size: 15px !important;
    text-shadow: 0 0 4px white !important;
    color: #000;
  
}

#glow {
  position: absolute !important;
  display: flex !important;
  width: 12rem !important;
}

.circle1 {
  width: 100% !important;
  height: 30px !important;
  filter: blur(2rem) !important;
  animation: pulse_3011 4s infinite !important;
  z-index: -1 !important;
}

.circle1:nth-of-type(1) {
  background: rgba(254, 83, 186, 0.636) !important;
}

.circle1:nth-of-type(2) {
  background: rgba(142, 81, 234, 0.704) !important;
}

.btn1:hover #container-stars {
  z-index: 1 !important;
  background-color: #212121 !important;
}

.btn1:hover {
  transform: scale(1.1);
}

.btn1:active {
  border: double 4px #fe53bb !important;
  background-origin: border-box !important;
  background-clip: content-box, border-box !important;
  animation: none !important;
}

.btn1:active .circle {
  background: #fe53bb !important;
}

#stars {
  position: relative !important;
  background: transparent !important;
  width: 200rem !important;
  height: 200rem !important;
}

#stars::after {
  content: "" !important;
  position: absolute !important;
  top: -10rem !important;
  left: -100rem !important;
  width: 100% !important;
  height: 100% !important;
  animation: animStarRotate 90s linear infinite !important;
}

#stars::after {
  background-image: radial-gradient(#ff6400 1px, transparent 1%);
  background-size: 50px 50px;
}

#stars::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -50% !important;
  width: 170% !important;
  height: 500% !important;
  animation: animStar 60s linear infinite !important;
}

#stars::before {
  background-image: radial-gradient(#ffffff 1px, transparent 1%) !important;
  background-size: 50px 50px !important;
  opacity: 0.5;
}

@keyframes animStar {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-135rem);
  }
}

@keyframes animStarRotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes gradient_301 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulse_3011 {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.fixfont {
  font-size: 25px !important;
}

#pattertn {
  background-image: url(../img/patern.png);
  background-size: cover;
  background-repeat: repeat;
  overflow: hidden;
  background-color: black;
  animation: moving 30s linear infinite;
}
@keyframes moving {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 2000px;
  }
}

/* ends */
.fixfont {
  font-size: 25px !important;
}



#pattertn2 {
 
  animation: moving2 30s linear infinite;
}
@keyframes moving2 {
  0% {
    background-position-y: 0px;
  }
  100% {
    background-position-y: 2000px;
  }
}



.box_sahdow2 {
    border-radius: 10px;
    background: #F5F5F5;
    box-shadow: 0px 3px 4px 0px #FF6400;
    padding: 60px 35px;
    text-align: center;
}



.who {

  background-image: url('../img/patternwho.png');
  background-repeat: repeat-y;
   background-position: center;
 background-size: cover;
  animation: movingy 30s linear infinite;
}
.whomap{
      /*background-image: url('../img/map.png');*/
      background-color:black;
  background-repeat: repeat-y;
   background-position: center;
 background-size: cover;
  animation: movingy 30s linear infinite;
}
}
.who h3 {
  font-size: 30px;
  color: orange;
  font-family: boldd;
}
.who p {
  font-size: 20px;
  font-family: mediam;
}
.who .Advantge-txt {
  color: var(--main-color);
  font-family: boldd;
  font-size: 25px;
}
.who .txt-content {
  display: flex;
  align-items: center;
}
.who .txt-content img {
  width: 25px;
  height: 25px;
}
@media (max-width: 890px) {
  .who .logo {
    display: none;
  }
}
.who .ourSee {
  /*margin-top: 15px;*/
}
.who .ourSee .seen {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.who .ourSee .seen h2 {
  font-size: 22px;
  color: orange;
  font-family: boldd;
  margin: 0 !important;
}
.who .ourSee .seen img {
  width: 40px;
  height: 40px;
  animation: 8s bounce-in-top infinite;
}
.who .ourSee .center {

  text-align: center;
  margin: auto;
}
.who .ourSee .info {
  font-size: 20px;
  font-family: mediam;
  font-weight: 600;
}
.who .ourSee .info span {
  font-family: boldd;
  color: #000;
}

@keyframes bounce-in-top {
  0% {
    transform: translateY(-25px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-20px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-15px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}
@keyframes moving {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 2000px;
  }
}

@keyframes movingy {
  0% {
    background-position-y: 0px;
  }
  100% {
    background-position-y: 2000px;
  }
}


  .title22{

      color:#898686 !important;
  }
  

@media (max-width:967px) {
  .who .ourSee .center{
        max-width: 80%;
  }
  
  .title22{
      font-size:16px !important;
      color:#898686 !important;
  }
 
  
}







@media (max-width:1200px) {
    
     .h4btn{
      font-size: 13px !important;
  }
  .navbar-light .navbar-nav .nav-link{
          margin-right: 0px !important;
  }
  .navbar img {
      width: 105px !important;
  }
  
    
}













.card2 {

  height: 254px;
 
  position: relative;
  display: flex;
  place-content: center;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
}


.card2::before {
  content: '';
  position: absolute;
  width: 100px;
background-image: linear-gradient(180deg, rgb(252 130 44), rgb(251 140 11));
height: 130%;
  animation: rotBGimg 3s linear infinite;
  transition: all 0.2s linear;
}

@keyframes rotBGimg {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.card2::after {
  content: '';
  position: absolute;

  
  inset: 5px;
  border-radius: 15px;
}  

.fixLI{
    font-size:15px;
}





.card3 {
  position: relative;

 

  ;
}

.blob {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ff00000f;
  opacity: 1;
  filter: blur(12px);
  animation: blob-bounce 5s infinite ease;
}

@keyframes blob-bounce {
  0% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }

  25% {
    transform: translate(-100%, -100%) translate3d(100%, 0, 0);
  }

  50% {
    transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
  }

  75% {
    transform: translate(-100%, -100%) translate3d(0, 100%, 0);
  }

  100% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }
}

.fixbord{
    border-radius: 10px;
}
 .title{
         font-weight: bold;
    font-size: 22px;
      font-size: 22px;
    color: #ff6400;
}

.showhidden{
      animation: showhiden 5s infinite ease;
}
@keyframes showhiden{
    0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
}
50% {
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0.5;
}
100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
}

.mcolor{
    color:#ff6400 !important;
}
/*labtop */
/* From Uiverse.io by Pranali9922 */ 
.cardn {
  width:100%;
height:350px;
  transition: all 0.2s;
  position: relative;
  cursor: pointer;
}

.cardn-inner {
  width: inherit;
  height: inherit;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding:20px;
}
.cardn-inner span{
font-size: 20px;
    color: #c16e00;
    font-wight: bold !important;
    margin-bottom: 15px;
   
}
.cardn-inner p{
    margin-top:10px;
}
.cardn:hover {
  transform: scale(1.04) rotate(1deg);
}

.circlen {
  width: 100px;
  height: 100px;
  background: repeating-linear-gradient(48deg, orange 0%, #ff6400 100%);
  border-radius: 35% 30% 75% 30% / 49% 30% 70% 51%;
  position: absolute;
  animation: move-up6 2s ease-in infinite alternate-reverse;
}

.circlen:nth-child(1) {
  top: -25px;
  left: -25px;
}

.circlen:nth-child(2) {
  bottom: -25px;
  right: -25px;
  animation-name: move-down1;
}

@keyframes move-up6 {
  to {
    transform: translateY(-10px);
  }
}

@keyframes move-down1 {
  to {
    transform: translateY(10px);
  }
}
.titlet{
    font-size: 20px;
    color: #ff6400;
    font-weight: 700;
    padding:15px 0;
}

.prag{
        color: black !important;
    font-weight: 600 !important;
}

.mclr{
    color:#ff6400 !important;
}


.liner {
  padding: 50px 0;
  background: linear-gradient(to left, rgba(6, 3, 21, 0.21), rgb(6, 3, 21)), url(../img/bg2.jpg) center no-repeat;
  background-position: center;
  background-attachment: fixed;
}



.liner2{
  padding: 50px 0;
  background: linear-gradient(to left, rgba(6, 3, 21, 0.21), rgb(6, 3, 21)), url(../img/b_g.jpg) center no-repeat;
  background-position: center;
  background-attachment: fixed;
      background-size: cover;
}

.liner4{
  padding: 50px 0;
  background:linear-gradient(to left, rgb(6 3 21 / 31%), rgb(6 3 21 / 57%)), url(../img/bg-2.jpg) center no-repeat;
  background-position: center;
  background-attachment: fixed;
      background-size: cover;
}

.liner3{
  padding: 50px 0;
  background: linear-gradient(to left, rgba(6, 3, 21, 0.21), rgb(6, 3, 21)), url(../img/bg-3.jpg) center no-repeat;
  background-position: center;
  background-attachment: fixed;
      background-size: cover;
}




.root h2,
.root h1 {
  font-size: 20px;
  color: var(--primary);
  font-family: sans-serif;
  font-weight: 600;
}
.root h1 {
  font-size: 24px;
  width: 100% !important;
}
.root p {
  font-weight: 600;
  text-align: start;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8784313725) !important;
  font-family: sans-serif;
  margin: 12px 0;
  max-width: 90%;
}
.root .moveY {
  animation: translateY 4s ease-in-out infinite;
  -webkit-animation: translateY 4s ease-in-out infinite;
}



@keyframes translateY {
  0%,
  100% {

    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
   
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
}
.movX{
     animation: translatex 4s ease-in-out infinite;
}

@keyframes translatex {
  0%,
  100% {

    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
   
  }

  50% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
}





@keyframes routatee {
  0%, 100% {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
  }
}
.root .golden_btn {
  background: var(--golden, #ff6400);
  color: #fff;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid var(--golden, #ff6400);
}


body::-webkit-scrollbar {
  width: 5px;
  height:100px;
}
body::-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background: #1f65f0;
}



table thead{
  background-color: black !important;
  color: white !important;
}
  tbody tr td {
    max-width: 100px;
    height: 40px;
    text-align: left !important;
    vertical-align: middle !important;
    background-color: #fff;
    /*overflow-x: scroll !important;*/

    /*white-space: nowrap !important;*/
    color: #000;
    font-size: 0.8em;
    border-bottom: 1px solid #eef6ff;
    padding-left: 5px;
    padding-right: 5px;
}

  tbody tr td::-webkit-scrollbar {
  height: 5px;
}
  tbody tr td::-webkit-scrollbar-track {
  background: #fff;
}
  tbody tr td::-webkit-scrollbar-thumb {
  background: #1f65f0;
  border-radius: 3px;
}

.table{
        box-shadow: -3px -4px 8px 0px #000 !important;
}
.table>thead {
     vertical-align: middle !important;
}



#example1 thead tr td{
   text-align: center !important;
    vertical-align: middle;
  
}

 #example1 tr a{
         border-radius: 5px;
 }

@media (max-width: 900px) {
    
    #example1 tr a{
  padding :1px !important;
      height: 15px;
        font-size: 9px;
        border-radius: 3px !important;
}

 thead, tbody, tfoot, tr, td, th{
        font-size: 7px;
   }
   
  .table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
}
.table>:not(caption)>*>* {
        padding: 1px;
}
}




/*new tables */

p{
       font-family: Regular !important;
}

.nav-item{
    font-family: inherit !important;
}

.main_heading_gold {
           font-family: Eboldd;

}

h2,h5,h6,label{
      font-family: Eboldd !important;
}

.form-section-home label{
    font-weight:400 !important;
}

h5,h3,.titlet{
        font-family: Regular;
        font-weight: bold;
}


input{
        border-radius: 10px !important;
}
.btn{
    border-radius: 5px !important;
}


.flex-box{
    display: flex;
    flex-direction: column;
}


.modal-title{
  color: #ff6400 !important;
}
.form-select{
      border: 2px solid #ff6400;
    border-radius: 5px;
}

.modal-content input,
.modal-content textarea
{
     border: 2px solid #ff6400;
     border-radius: 10px !important;
}



select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(https://img.icons8.com/color/48/chevron-down.png) no-repeat right center !important;
  left:10px;
  background-size: 18px !important;
  padding-left: 20px !important;
      font-size: 11px !important;
        font-family: Regular !important;

}

.nav-item{
     /*font-family: f !important;*/
       font-weight: bold !important;
}

input::placeholder{
    font-size:14px !important;
}

.navbar {
    z-index:9999 !important;
}

 .show{
    /*z-index:999999999999999999999999999999999999999999999999999999999 !important;*/
}

.form-floating>label.error {
    position: absolute !important;
    top: 18px !important;
    font-size: 12px !important;
    color: red !important;
}

.footer svg{
    height:15px !important;
}
.sorting_1{
        background-color: transparent !important;
}


.greyColor{
    color:#898686 !important;
}


.form-floating label{
        font-size: 14px !important;
            font-family: inherit !important;
}


.profile_text {
    font-size: 11px !important;
      display: inline-block !important;
  white-space: nowrap !important;
  margin-top: 8px !important;
}

/* Search Filter */
#searchInput{
        background-color: #ff6400;
        padding: 7px;
        font-family: "Roboto Mono", monospace;
        color: #ffffff;
        font-size: 14px;
        border: none;
        outline: none;
        border-radius: 5px;
        margin-bottom: 15px;
    }
    ::-webkit-calendar-picker-indicator{
        background-color: #ffffff;
        padding: 5px;
        cursor: pointer;
        border-radius: 3px;
    }
    
    
    .cardcarLI li{
        font-size:12px !important;
    }
    
    
    .ber22{
        margin: 0 10px !important;
    }
    
    .ber22{
        margin-right: 14px !important;
    }
    
    
    
    
    
    @media (min-width: 1400px) {
        .container{
                    max-width: 1650px !important;

        }
    }
    
    
    
    
    
    
    
    
    
/*#searchInput {*/
/*  display:block;*/
/*  position:relative;*/
/*  padding:.5rem 3.5rem .5rem 0.75rem;*/
  
/*  font-size:1rem;*/
/*  font-family:monospace;*/
  
/*  border:1px solid #ff6400;*/
/*  border-radius:0.25rem;*/
/*  background:*/
/*    white*/
/*    url("https://img.icons8.com/ios-filled/25/FD7E14/calendar--v1.png")*/
/*    right 1rem*/
/*    center*/
/*    no-repeat;*/
  
/*  cursor:pointer;*/
/*  margin-bottom: 1.5em;*/
/*}*/
/*#searchInput:focus {*/
/*  outline:none;*/
/*  border-color:#3acfff;*/
/*  box-shadow:0 0 0 0.25rem #ff6400;*/
/*}*/

/*::-webkit-datetime-edit {}*/
/*::-webkit-datetime-edit-fields-wrapper {}*/
/*::-webkit-datetime-edit-month-field:hover,*/
/*::-webkit-datetime-edit-day-field:hover,*/
/*::-webkit-datetime-edit-year-field:hover {*/
/*  background:#ff6400;*/
/*}*/
/*::-webkit-datetime-edit-text {*/
/*  opacity:0;*/
/*}*/
/*::-webkit-clear-button,*/
/*::-webkit-inner-spin-button {*/
/*  display:none;*/
/*}*/
/*::-webkit-calendar-picker-indicator {*/
/*  position:absolute;*/
/*  width:2.5rem;*/
/*  height:100%;*/
/*  top:0;*/
/*  right:0;*/
/*  bottom:0;*/
  
/*  opacity:0;*/
/*  cursor:pointer;*/
  
/*  color:#ff6400;*/
/*  background:#ff6400;*/
 
/*}*/
/*#searchInput:hover::-webkit-calendar-picker-indicator { opacity:0.05; }*/
/*#searchInput:hover::-webkit-calendar-picker-indicator:hover { opacity:0.15; }*/


/*.sidebar2{*/
/*    z-index:9999 !important; */
    
/*}*/


/*.offcanvas{*/
/*       z-index:9999 !important; */
/*}*/

/*#offcanvasBooking32{*/
/*     z-index:9999999999999999999999999999 !important; */
/*}*/


/*.modal {*/
/*  z-index:999999999999999999999999999999 !important;*/
/*   transform: translateZ(0) !important;*/
/*    will-change: transform !important;*/
/*    will-change: transform;*/
/*         will-change: transform !important ;*/
    
/*}*/



/*.offcanvas-body{*/
/*         z-index:999999999999999999999999999999999999999999999999999 !important; */
      
/*  }*/

/*@media (max-width: 767px) {*/
/*    .offcanvas-body{*/
/*         z-index:999999999999999999999999999999999999999999999999999 !important; */
      
/*  }*/
/*  .navbar {*/
 
/*    z-index: 1050 !important;*/
/*      will-change: transform;*/
/*         will-change: transform !important ;*/
    
/*  }*/

/*  .sidebar2 {*/
/*      will-change: transform;*/
/*         will-change: transform !important ;*/
    

/*    z-index: 11040 !important;*/
/*      will-change: transform !important;*/

   
/*  }*/
/*  .offcanvas-body{*/
/*         z-index:999999999999999999999999999999999999999999999999999 !important; */
      
/*  }*/
/*}*/




/* ends */