body{font-family: 'Federo', sans-serif !important;font-size: 16px;}
p{font-size: 16px;}
header {
	background: rgba(0, 0, 0, 0.6);
}
header .navbar {
	height: auto;
	margin-bottom: 0;
}

@media screen and (max-width:767px) {
	.navbar-fixed-top {
	    background: rgb(0 0 0 / 50%);
	}
}

.is-sticky #navigation {
	background: #fff;
	z-index: 1000;
	transition: 0.3s;
	width: 100%;
	padding: 0;
}
.navbar-brand {
	padding: 0;
	height: auto;
}
.navbar-toggle {
	transition: 0.3s;
	background: #1470af;
	margin-bottom: 3px!important;
	float: left !important;
	margin-top: 2px!important;
	margin-left: 10px;
}
.navbar-toggle .icon-bar {
	background: #fff;
	transition: 0.3s;
}

.menu a {
	color: #fff;
	transition: 0.3s;
	position: relative;
	font-size: 19px;
	font-weight: 500;
	padding-top: 20px;
}
.menu a:before {
	content: "";
	position: absolute;
	left: 16px;
	bottom: 12px;
	width: 0;
	height: 1px;
	background: #1470af;
	transition: 0.3s;
}

.menu .active a {
	color: #1470af;
	font-weight: 500;
}

.menu .active a:before{
	width: 25px;
}

.menu a:hover:before {
	width: 25px;
}


  nav ul ul {
		display: none;
		position: absolute; 
		top: 50px; 
		right: -50px;
	}


	

/*new css*/
.nav>li>a:hover,.nav>li>a:focus{
	background: none!important;
}

#return-to-top {
	position: fixed;
	bottom: 6px;
	right: 20px;
	background: #1470af ;
	width: 39px;
	height: 39px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 11px;
	top: 9px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top:hover {
	background: #0C3458;
}
#return-to-top:hover i {
	color: #fff;
	top: 5px;
}
.transportImg{
	border-radius: 20px;
}

.news-form {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    background: var(--white); /* Assuming --white is a defined variable for white color */
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: 15px; 
    flex-wrap: wrap;
}


.news-form input {
    width: 100%;
    max-width: 400px; 
    height: 50px;
    padding: 0px 20px;
    line-height: 50px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
}

.news-form input:focus {
    border-color: #1470AF;
    box-shadow: 0 0 5px rgba(20, 112, 175, 0.5);
}


.news-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #ff6600; 
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    height: 50px;
    min-width: 180px;
}

.news-form button:hover {
    background-color: #e65c00;
    transform: translateY(-2px);
}


.news-form button span {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.news-form button span i {
    margin-right: 8px;
}


@media (max-width: 767px) {
    .news-form {
        flex-direction: column;
        padding: 15px;
    }

    .news-form input {
        width: 100%;
        margin-bottom: 15px;
    }

    .news-form button {
        width: 100%;
        margin-top: 10px;
    }

    .fleetsImg{
	  height: auto;
   }


}


@media only screen and (max-width: 767px) {
  .dropdown-menu li a {
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 15px;
    padding-left: 10px;
    padding: 0px;
}


.dropdown-menu {
    padding: 5px!important;
    width: 250px!important;
    left: -160px!important;
}





}

/* Dropdown menu styles */
.dropdown-menu {
    display: none; /* Hide by default */
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px; /* Adjust width as needed */
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Show dropdown when hovering over the parent li */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Style the dropdown items */
.dropdown-menu li a {
   
    color: #333;
    text-decoration: none;
    display: block;
}



/* Optional: For a more polished look */
.navbar-nav li a, .dropdown-menu li a {
    border-radius: 4px; /* Rounded corners */
}

.navbar-nav li a:hover, .dropdown-menu li a:hover {
    transition: all 0.3s ease;
}


/*common banner*/
.centeredall {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.3);
    padding: 5px;
}
.centeredall2 {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.3);
    padding: 5px;
    margin-bottom: -1px;

}





.opening-hours {
    padding: 20px;
    background-color: #f0f0f0;
}



.opening-hours p {
    margin-bottom: 15px;
}

.opening-hours ul {
    list-style-type: none;
    padding: 0;
}

.opening-hours li {
    margin-bottom: 10px;
}

.opening-hours .contact-method {
    font-weight: bold;
    margin-right: 5px;
}

.opening-hours a {
    color: #007bff;
    text-decoration: none;
}

.opening-hours .hours-table {
    border-collapse: collapse;
    width: 100%;
}

.opening-hours .hours-table th,
.opening-hours .hours-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.opening-hours .hours-table th {
    background-color: #f2f2f2;
}
.h-100{height:100%!important}
.fleetsImg{
	height: 250px;
    margin-top: 12px;
}