/*!
Theme Name: B&T Vehicle Hire
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bt-vehicle-hire
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
@font-face{
font-family: 'Montserrat-Regular';
src: url(assets/fonts/Montserrat-Regular.ttf);
} 
@font-face{
font-family: 'Montserrat-Mediumr';
src: url(assets/fonts/Montserrat-Medium.ttf);
} 
@font-face{
font-family: 'Montserrat-SemiBold';
src: url(assets/fonts/Montserrat-SemiBold.ttf);
} 
@font-face{
font-family: 'Montserrat-Bold';
src: url(assets/fonts/Montserrat-Bold.ttf);
}

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #232628;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
/* 	margin: 0 0 1.5em 3em; */
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
/* 	color: #800080; */
}

a:hover,
a:focus,
a:active {
/* 	color: #191970; */
}

a:focus {
/* 	outline: thin dotted; */
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
:root {
  --blue: #0119a1;
  --red: #b92e28;
  --white: #fff;
  --green:#273F44;
}
/* Header CSS start */
.col-1 {width: 8.33%;}
.col-2 {width: 20%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.container-fluid{
    width:100%;
    height:auto;
    position:relative;
}
.container{
    width: 100%;
    max-width: 1140px !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
}
html {
  scroll-behavior: smooth;
}
.vc_row[data-vc-full-width],.vc_section[data-vc-full-width]{
	margin-left:0 !important;
	margin-right:0 !important;
}
a{
	transition:all 0.4s ease-in-out;
	text-decoration:none;
	color:#5A5A5A;
}
a:hover{
	color:#E1005C;
}
.page .post-thumbnail{
	display:none;
}
.header-topbar{
	background:var(--blue);
	color:var(--white);
	padding:10px 15px;
}
.header-topbar p{
	margin:0;
	color:var(--white);
}
.header-topbar a{
	color:var(--white);
}
.header-topbar .row{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.topbar-social-icon{
	text-align:right;
}
.topbar-social-icon a{
	font-size:22px;
}
.header-topbar .container,.main-header .container{
	max-width: 1440px !important;
}
.header-topbar .list a:hover{
	color:#000;
}
.main-header{
/* 	border-bottom:1px solid #edeff1; */
}
.main-header-inner .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:15px 0;
}
.main-header-inner .header-logo{
	width:300px;
}
.main-header-inner .header-logo a{
	display:flex;
}
.main-header-inner .navbar ul#primary-menu{
	display:flex;
	justify-content:end;
	align-items:center;
	margin:0;
	padding:0;
	list-style:none;
}
.main-header-inner .navbar ul#primary-menu>li a{
	padding: 20px 18px;
    line-height: 23px;
    font-style: normal;
    font-size: 16px;
    color: var(--green);
	position:relative;
	font-size:13px;
	text-transform:uppercase;
}
.main-header-inner .navbar ul#primary-menu>li a:hover{
	color: var(--red);
}
.main-header-inner .row ul>li{
	position:relative;
}
.main-header-inner .sub-menu{
	position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
/*     padding: 15px 0; */
    background-color: #fff;
    border-radius: 0px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -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;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
	margin:0;
	padding:0;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
}
.main-header-inner .sub-menu li a{
    padding: 10px 18px 10px 18px !important;
    display: block;
    line-height: 1.7rem !important;
    color: #393939;
	border-bottom:1px solid #edeff1;
}

.main-header-inner .sub-menu li a:hover{
	background: var(--red);
	color:var(--white) !important;
}
.main-header-inner li.menu-item-has-children .sub-menu{
/* 	display:none; */
	list-style:none;
}
.main-header-inner li.menu-item-has-children:hover .sub-menu{
	opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.main-header-inner .apply-now-btn {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}
.btn-style a{
	font-size: 16px !important;
    letter-spacing: 2px;
    display: inline-block !important;
    text-align: center !important;
    font-weight: 500 !important;
    padding: 0.57em 2em !important;
    border: 2px solid #003866 !important;
    border-radius: 4px !important;
    position: relative !important;
/*     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1) !important; */
    color: #003866 !important;
    text-decoration: none !important;
    transition: 0.3s ease all !important;
    font-family: 'Satoshi-Medium' !important;
    background: transparent !important;
}
.btn-style a:hover{
	background:#028002 !important;
	color:#fff !important;
	transform:scale(1.1);
	border: 2px solid #028002 !important;
}
.btn-green a{
	background:#028002 !important;
	border-color:#028002 !important;
	color:#fff !important;
}
.btn-green a:hover{
	background:#003866 !important;
	border-color:#003866 !important;
}
.btn-blue a{
	background:#003866 !important;
	border-color:#003866 !important;
	color:#fff !important;
}
.btn-blue a:hover{
	background:#028002 !important;
	border-color:#028002 !important;
}
.mobile-header{
	display:none;
}
#responsive_menu{
	display:none;
}
.mobile-header .site-logo img{
    width:230px;
}
.mobile-header .row{
    display:flex;
    justify-content:space-between;
    align-items:center;
	padding:15px 20px;
/* 	background: #F7F7F7; */
}
.mobile-header .toggle-menu{
    position:relative;
}
.mobile-header .responsive_menu_button{
    cursor: pointer;
    width: 27px;
    height: 22px;
    position: absolute;
    top: 50% !important;
    right: 0;
    margin: 0;
    -webkit-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    -o-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}
.mobile-header .responsive_menu_button span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: var(--red);
    border-radius: 2px !important;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.mobile-header .responsive_menu_button span:first-child{
    top:0px;
}
.mobile-header .responsive_menu_button span:nth-child(2){
    top:9px;
}
.mobile-header .responsive_menu_button span:last-child{
    top:18px;
}
.mobile-header .header-right{
    display:flex;
    align-items:center;
}
.mobile-header .header-right .mobile-search,
.mobile-header .header-right .toggle-menu{
    width:40px;
}
.mobile-header .header-right .mobile-search .serach-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-header .header-right .mobile-search .serach-icon a{
    display: flex;
}
.mobile-header .site-logo a,.site-header .header-logo1 a,.site-header .header-logo2 a{
    display:flex;
}
.sticky-header{
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15) !important;
    animation: header_sticky .5s;
    background: white;
    display: block;
}
@keyframes header_sticky{
	0%{
		top:-250px;
	}
	100%{
		top:0;
	}
}
#responsive_menu{
    display:none;
}
#responsive_menu .row{
	width: 100%;
    max-width: 100%;
    border-radius: 0;
    background-color: var(--blue);
    width: 100%;
    max-width: 300px;
    position: fixed;
    top: 80px;
    right: -110%;
    height: 100% !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
	box-shadow:-1px 3px 5px rgba(0, 0, 0, 0.2);
    flex-direction: column;
/*     padding: 40px 20px 50px 20px; */
    -moz-transition: right .5s cubic-bezier(.6, .1, .68, .53), width .3s;
    -webkit-transition: right .5s cubic-bezier(.6,.1,.68,.53), width .3s;
    -o-transition: right .5s cubic-bezier(.6, .1, .68, .53), width .3s;
    -ms-transition: right .5s cubic-bezier(.6, .1, .68, .53), width .3s;
    transition: right .2s cubic-bezier(.6,.1,.68,.53), width .3s;
    z-index: 999999;
}
#responsive_menu .row-2{
	display: block;
}
#responsive_menu .row .burger-logo-area{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0px 0px 25px 0px;
/* 	border-bottom: 1px solid #FFFFFF4D; */
	margin-bottom:20px;
}
#responsive_menu .row .burger-logo-area img{
    width:235.19px;
}
#responsive_menu .row .burger-logo-area .site-logo a{
    display:flex;
}
#responsive_menu .row .burger-logo-area .cross-btn{
/* 	background-image: linear-gradient(135deg, #EC9A19, #EC9A19); */
    padding: 0px 8px;
    color: #fff;
	font-size:30px;
	position: absolute;
    top: 10px;
    right: 12px;
}
#responsive_menu .row nav ul{
    margin:0;
    padding:0;
    list-style:none;
}
#responsive_menu .row nav ul li a{
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color: #fff;
/*     border-bottom: 1px solid #222222; */
    font-size: 22px;
	line-height:24px;
    margin-top: 10px;
	font-family: 'Montserrat-Bold';
}

#responsive_menu .row nav li .sub-menu li a{
	font-size:18px;
	position:relative;
	padding-left:35px;
}
#responsive_menu .row nav li .sub-menu li a:before{
/* 	content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 25px;
    color: #535353;
    font-size: 18px; */
}
#responsive_menu .row nav li .sub-menu li.current-menu-item a:before{
	color:var(--red);
}
#responsive_menu .row nav ul li.current_page_item  a{
    color:var(--white);
/*     background: #fff; */
    border-radius: 6px;
/*     font-family: 'Satoshi-Bold'; */
	font-size: 24px;
}
#responsive_menu .row nav ul li.current_page_item  a:hover{
    color: var(--white);
/*     background: #fff; */
    border-radius: 6px;
/*     font-family: 'Satoshi-Bold'; */
}
#responsive_menu.toggle-open .row{
    right:0;
}
#responsive_menu .row nav ul li{
	position:relative;
}
#responsive_menu .row nav ul li.menu-item-has-children:after{
/*     content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    top: 20px;
    line-height: 25px;
    color: #ffffff6b;
    font-size: 16px; */
}
#responsive_menu .row nav ul li.menu-item-has-children .toggle-icon{
    position: absolute;
    right: 10px;
    top: 22px;
    color: #fff;
}
#responsive_menu .row nav ul li.menu-item-has-children .sub-menu{
	display:none;
	background: #fff;
}
#responsive_menu .row nav ul li.menu-item-has-children .sub-menu li a{
    color: #003866 !important;
    margin-top: 0;
    border-bottom: 1px solid #f0f0f0;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
}
#responsive_menu .topbar-social-icon {
	text-align: left;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 20px 10px 30px;
    margin-top: 20px;
}
#responsive_menu .topbar-social-icon a{
	color:#fff;
}
body.scroll-none {
    overflow: hidden;
}
.mobile-header .responsive_menu_button.open span:first-child{
	top: 10px;
	transform: rotate(135deg);
	transition: top 0.3s 0s, transform 0.3s 0.3s;
}
.mobile-header .responsive_menu_button.open span:nth-child(2){
	opacity: 0;
}
.mobile-header .responsive_menu_button.open span:last-child{
	top: 10px;
	transform: rotate(-135deg);
	transition: top 0.3s 0s, transform 0.3s 0.3s;
}
.mobile-topbar{
	background: #E1005C;
    padding: 12px 5px;
}
.mobile-topbar .container{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0;
}
.mobile-topbar a{
	color:#fff;
}
.mobile-topbar a:hover{
	color:#fff;
}
.mobile-topbar .topbar-social-icon{
	text-align:right;
}
.mobile-topbar .topbar-social-icon a{
	margin-left:12px;
}
.mobile-topbar .book-btn{
	text-align: right;
    display: flex;
    justify-content: end;
}
.login-btn{
	padding-left:10px;
}
.login-btn>div,
.login-btn>div>a{
	display: flex;
    align-items: center;
    padding: 8px 0px 10px 0px;
    font-size: 16px;
	color:#fff;
	font-size:24px;
	gap:10px;
}
.login-btn .topbar-social-icon {
	margin-top:5px;
	gap:30px;
}
.login-btn .topbar-social-icon a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
/*     background: #50B849; */
    display: flex;
    justify-content: space-between;
    color: #fff;
	font-size:30px;
    border-radius: 50%;
}
.login-btn .apply-now-btn{
	justify-content:center;
	margin-top:30px;
	margin-right:10px;
}
.login-btn .apply-now-btn a{
    border: 2px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
    width: 100%;
}
.login-btn .apply-now-btn a:hover{
	background-color:#028002 !important;
	color:#fff !important;
	border: 2px solid #028002 !important;
}
.home-slider iframe {
    width: 100%;
    height: 100%;
    box-shadow: 0 9px 0 0 #fff, 0 -9px 0 0 #fff, 7px 0 15px -4px rgba(0, 0, 0, .3), -7px 0 15px -4px rgba(0, 0, 0, .3);
}
/* Header CSS End */

/* Footer CSS start */
.main-footer{
	background:var(--blue);
	padding-top:80px;
	padding-bottom:0px;
	color:var(--white);
}
.main-footer p{
	margin:10px 0;
}
.main-footer .row{
	display:flex;
	justify-content:space-between;
	gap:40px;
}
.main-footer h4{
	margin-top:0;
	font-size:16px;
	line-height:18px;
	text-transform:uppercase;
	color:var(--white);
	margin-bottom:20px;
}
.main-footer .list{
    margin: 5px 0;
}
.main-footer .list a{
	display: flex;
    gap: 10px;
	color:var(--white);
    align-items: center;
}
.main-footer .list .icon{
	text-align:center;
	color:#fff;
	transition:all 0.4s ease-in-out;
}
.main-footer .list:hover .icon{
	color:var(--red);
}
.main-footer .list:hover .icon i{
	color:var(--red);
}
.footer-address p{
	margin-bottom:0;
}
.footer-address a{
	 color: #fff;
}
.footer-address a:hover,.main-footer .list a:hover,.main-footer .not-text a:hover{
	color:var(--red);
}
.main-footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
.main-footer ul li{
	margin-bottom:10px;
}
.main-footer a:hover{
	color:#028002;
}
.main-footer ul li a{
	display:inline-block;
	color:var(--white);
}
.main-footer ul li a:hover{
	color:var(--red);
	transform:translatex(5px);
}
.footer-social-icon{
	display: flex;
    gap: 10px;
	margin-top:10px;
}
.footer-social-icon a{
    text-align: center;
	color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size:22px;
}
.footer-social-icon a:hover{
	color:var(--red);
/* 	transform:rotate(360deg); */
}
.footer-credit{
	background:var(--blue);
	padding:15px;
}
.footer-credit .container{
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-top:1px solid rgba(255, 255, 255, 0.2);
	padding: 0 !important;
    padding-top: 15px !important;
}
.footer-credit p{
    margin: 0;
    color:var(--white);
    font-size: 13px;
}
.footer-credit p a{
    color:var(--white);
    font-family: 'Montserrat-SemiBold';
}
.footer-credit p a:hover{
	color:var(--red);
}
.credit-text{
	width: 57%;
}
/* Footer CSS End */

/* Pages CSS start */
.home-img-box i{
	color:var(--white);
	background:var(--red);
	width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
	top: 40px;
}
.home-img-box.vc_color-white.vc_message_box{
	border:none !important;
	padding-left: 5em;
}
.home-img-box h2{
	font-size:18px;
	color:var(--green);
	margin:0;
}
.container.contract-page{
	padding-top:80px !important;
	padding-bottom:50px !important;
}
.home-img-box p{
	margin-top:5px;
	color:var(--green);
}
.home-vehichles-sec-inner .wpb_wrapper{
    position: relative;
    z-index: 20;
}
.home-vehichles-sec-inner>.vc_column-inner{
    overflow:hidden;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.home-vehichles-sec-inner>.vc_column-inner>.wpb_wrapper:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #B92E28;
    transform: scale(0.8);
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 15;
}
.home-vehichles-sec-inner>.vc_column-inner:hover>.wpb_wrapper:before{
    transform: scale(1.5);
    opacity: 1;
}
.home-vehichles-sec-inner h3,.home-vehichles-sec-inner .colored-separator{
    position: relative;
    z-index: 20;
    text-transform: uppercase;
}
.home-vehichles-sec-inner:hover h3{
    color:#fff !important;
}
.home-vehichles-sec-inner:hover .colored-separator div{
   background-color: #0119a1 !important;
}
.home-vehichles-sec.container{
	padding-left:30px !important;
	padding-right:30px !important;
}
.home-vehichles-sec {
    padding: 0 30px;
	gap:30px;
	flex-wrap:nowrap !important;
}
.home-vehichles-sec-inner>.vc_column-inner:hover .btn-color a,.home-vehichles-sec-inner>.vc_column-inner:hover .btn-color button{
    background-color: #141aa1 !important;
    box-shadow: 0 2px 0 #1e2395;
}
.btn-color a,.btn-color button{
    z-index: 99;
    position: relative;
}
.sgpb-popup-close-button-3{
    top: 15px !important;
    right: 15px !important;
    width: 22px !important;
}
.home-vehichles-sec-inner{
    cursor:pointer;
}
#sgpb-popup-dialog-main-div{
    padding: 20px;
    border-color:#141aa1 !important;
}
.about-vehichles-sec-inner>.vc_column-inner{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.hire-info-inner>.vc_column-inner{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 30px !important;
/*     margin-bottom:30px; */
}
.btn-style a{
   background-color: #B92E28 !important;
    color: #fff !important;
    border: none !important;
    font-weight: 700;
}
.btn-style a:hover{
     background-color: #141aa1 !important;
}
.read-more-toggle{
    color:#B92E28;
    cursor:pointer;
    font-weight: 600;
}
.read-more-toggle:hover{
    color:#141aa1;
}
.hover-heading a:hover {
    color: #B92E28 !important;
}
.contact-page-inf{
	font-family: 'Montserrat-Regular';
}
.contact-page-info ul{
	list-style:none;
	padding-left:0;
}
.contact-page-info  p{
	margin-left:44px;
}
.contact-page-info ul li{
	display:flex;
	gap:20px;
	margin-bottom:30px;
	color:#2A4045;
	font-family: 'Montserrat-Regular';
}

.contact-page-info ul i{
	width: 10%;
    max-width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    border: 2px solid var(--red);
    border-radius: 50%;
    color: var(--red);
    font-size: 10px;
}
.contact-page-info ul li:nth-child(2) i,.contact-page-info ul li:last-child i{
	border:none;
	font-size:20px;
}
.contact-page-info ul code{
	width:90%;
	font-family: 'Montserrat-Regular';
}
h1,h2,h3,h4{
	font-family: 'Montserrat-Bold';
}
p {
    margin: 0 0 14px;
}
.privacy-policy h3{
	margin: 0 0 15px;
    line-height: 1.2;
    font-size: 26px;
    font-weight: 700;
	color:var(--green);
}
strong{
	font-weight: 400;
    font-family: 'Montserrat-Bold';
    color: #2a4045;
}
.colored-seperator{
    text-align: center;
    vertical-align: top;
    font-size: 0;
    line-height: 1;
    display: block !important;
    border: none;
	position: relative;
    z-index: 99;
}
.colored-seperator>span:first-child,.colored-seperator>span:last-child{
	display: inline-block;
    vertical-align: top;
    width: 33px !important;
	min-width:33px !important;
    height: 5px;
    transform: skew(-40deg, 0deg);
    border-radius: 2px;
    background-color: #b92e28;
}
.home-vehichles-sec-inner>.vc_column-inner:hover .colored-seperator>span:first-child,.home-vehichles-sec-inner>.vc_column-inner:hover .colored-seperator>span:last-child{
	background-color:var(--blue) !important;
}

.colored-seperator>span:first-child{
	margin-right: 3px;
}
.colored-seperator>span>span{
	display:none !important;
}
.colored-seperator>span:last-child{
	width: 16px !important;
	min-width: 16px !important;
	display:inline-block !important;
}
.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r{
	display:inline-block !important
}
.our-team-sec .meta{
	background:var(--white);
	color:#888;
	padding: 21px 10px 23px 10px;
}
.our-team-inner:hover .meta{
	background-color:#232628;
	color:#fff;
}
.our-team-inner:hover img{
	background: rgba(0, 0, 0, 0.2);
}
.our-team-sec p:first-child{
	font-family: 'Montserrat-SemiBold';
}
.about-sec-1{
	margin:60px auto 51px !important;
}
.about-sec-2{
	margin-bottom:83px !important;
}
.btn-style2 button,.btn-style2 a{
	background-color: #B92E28 !important;
    color: #fff !important;
    border: none !important;
	font-family: 'Montserrat-Bold';
}
.btn-style2 button:hover,.btn-style2 a:hover{
	background-color:var(--blue) !important;
}
/* Pages CSS End */

/* Contact Form CSS start */
.col-6{width:50%;}
.col-4{width:33.33%;}
.Hoddesdon-us-form{
/* 	padding:0 15px; */
}
.Hoddesdon-us-form .display-flex{
	display:flex;
	justify-content:space-between;
}
.Hoddesdon-us-form .contact-us-label p{
    margin-bottom: 13px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2a4045;
    margin-top: 0;
    font-family: 'Montserrat-Bold';	
}
.Hoddesdon-us-form .display-flex input,.Hoddesdon-us-form textarea{
	display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 21px;
    font-weight: 400;
    color: #888888;
    border: 2px solid #eceff3;
    font-size: 14px;
	border-radius:0 !important;
    outline: none !important;
    background-color: #eceff3;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.Hoddesdon-us-form textarea{
	padding: 10px 10px 10px 17px;
    text-transform: none;
    min-height: 246px;
}
.Hoddesdon-us-form .display-flex .col-6:first-child{
	padding-right:20px;
}
.Hoddesdon-us-form .display-flex .col-6:last-child{
	padding-left:20px;
}
.Hoddesdon-us-form .display-flex .col-4:first-child{
	padding-right:20px;
}
.Hoddesdon-us-form .display-flex .col-4:nth-child(2){
	padding:0px 20px;
}
.Hoddesdon-us-form .display-flex .col-4:last-child{
	padding-left:20px;
}
.contact-page-info>.vc_column-inner{
	padding:30px !important;
}
.Hoddesdon-us-form input[type="submit"]{
	padding:17px 28px 15px;
	background:var(--red);
	text-transform:uppercase;
	color:#fff;
	font-family: 'Montserrat-Bold';
	cursor:pointer;
	border:none;
}
.Hoddesdon-us-form input[type="submit"]:hover{
	background:var(--blue);
}
.Hoddesdon-us-form .display-flex input:focus,.Hoddesdon-us-form textarea:focus{
	border-color:var(--red) !important;
	background:#fff !important;
}
.contract-hire-form input[type="submit"]{
	width:100%;
}
/* Contact form End */

/* Single Post CSS start */
.single-post-page{
	padding:0px 0 70px;
}
.single-post-page .row{
	display:flex;
	gap:30px;
}
.single-post-page .row .col-3{
	width:30%;
}
.single-post-page .row .col-9{
	width:70%;
}
.category-post-aside{
	background:#000;
	padding:20px 20px 10px;;
	margin-bottom:30px;
}
.category-post-aside h3{
    color: #fff;
    margin: 0;
    padding: 0px 0 15px;
    font-size: 30px;
    line-height: 38px;
    font-family: 'FFNort-Regular';
    text-transform: capitalize;
    font-weight: 400;
    border-bottom: 1px solid var(--mainColor);
    margin-bottom: 20px;
}
.category-post-aside h3 a,.category-post-aside .post-item h4 a{
	color:#fff;
}
.category-post-aside .post-item{
	display:flex;
	gap:15px;
	margin-bottom:10px;
}
.category-post-aside .post-item h4{
	color: #fff;
    margin: 0;
    font-size: 19px;
    line-height: 21px;
    font-family: 'FFNort-Regular';
    text-transform: capitalize;
	font-weight:400;
	margin-bottom:5px;
}
.category-post-aside .post-item p{
	font-size: 10px;
    margin: 0;
    line-height: 14px;
    color: #fff;
    text-align: justify;
}
.category-post-aside .post-item .post-date{
	color:#8C8C8C;
	font-size:12px;
	margin-top:5px;
}
.category-post-aside .post-item .post-thumbnail{
	width:40%;
	overflow:hidden;
}
.category-post-aside .post-item .post-thumbnail img{
	aspect-ratio: 109 / 109;
    width: 109px;
    object-fit: cover;
	transition:all 0.2s ease;
}
.category-post-aside .post-item:hover .post-thumbnail img{
	transform:scale(1.1);
	filter:brightness(0.5);
}
.category-post-aside .post-item .post-info{
	width:60%;
}
.category-post-aside .post-item:hover .post-info h4 a{
	color:var(--mainColor);
}
.single-post-content .single-post-title{
    font-size: 35px;
    line-height: 41px;
    color: var(--green);
    margin: 0 0 20px;
}
.single-post-content .post-thumbnail{
	position:relative;
}
.single-post-content .post-thumbnail .post-category{
	position:absolute;
	top:0;
	left:0;
}
.single-post-content .post-thumbnail .post-category p{
	margin:0;
}
.single-post-page .col-3 ul li a:hover{
	color:var(--red);
}
.single-post-content .post-thumbnail .post-category a{
	display: inline-block;
    padding: 10px 40px;
    background: var(--red);
    color: #fff;
}
.single-post-content .post-thumbnail .post-category a:hover{
	background:var(--blue);
}
.single-post-content .post-thumbnail img{
	width:100%;
	height:420px;
	object-fit:cover;
}
.single-post-page .col-3 h2{
	margin-top:0;
	color:var(--green);
}
.single-post-page .col-3 ul li{
	margin-bottom:10px;
	color:#888888;
	font-size:13px;
}
.single-post-page .single-share{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.single-post-page .single-share .post-time p{
	font-size:12px;
	line-height:20px;
	color:#9B9A9A;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:20px 0;
}
.single-post-page .single-share .social-share{
	display:flex;
	color:#9B9A9A;
	gap:10px;
}
.single-post-page .single-share .social-share a{
    width: 27.07px;
    height: 27.07px;
    line-height: 27.07px;
    text-align: center;
    border: 1px solid rgb(237 28 36 / 75%);
    display: inline-block;
    border-radius: 50%;
    font-size: 13px;
    color: rgb(237 28 36 / 75%);
}
.single-post-page .single-share .social-share a:hover{
	background:rgb(237 28 36 / 75%);
	color:#fff;
}
.single-post-page .post-content p{
	margin:10px 0;
	text-align:justify;
}
.single-post-page .post-content img{
	margin:10px 0;
}
.single-post-page .post-content h2,.single-post-page .post-content h1,.single-post-page .post-content h3,.single-post-page .post-content h4,.single-post-page .post-content h5,.single-post-page .post-content h6{
	margin:20px 0 10px;
/* 	font-family: 'FFNort-Medium'; */
    font-weight: 400;
}
.single-post-page .post-content h2{
	font-size:32px;
}
.single-post-page .post-content h3{
	font-size:24px;
}
.single-post-page .post-content h4{
	font-size:20px;
}
.single-post-page .post-content h5{
	font-size:20px;
}
.single-post-page .post-navigation{
	display: flex;
    justify-content: space-between;
    margin-top: 40px !important;
}
.single-post-page .post-navigation a{
	padding: 10px 20px;
    border: 1px solid #4b4b4b;
    color: #4b4b4b;
}
.single-post-page .post-navigation a:hover{
	background:#4b4b4b;
	color:#fff;
}
.archive-page article{
	display: flex;
/*     background: #FBFBFB; */
    margin-bottom: 30px;
	flex-direction: column;
	width: 33.33%;
}
.archive-page article .post-thumbnail{
	width:100%;
	position:relative;
}
.archive-container>.posts-wrapper{
	display:flex;
	gap:20px;
}
.archive-page article .post-thumbnail img{
	width: 100%;
    height: 185px;
    object-fit: cover;
}
.archive-page article .post-thumbnail a{
	display:flex;
}
.archive-page article .post-content{
	width:100%;
	padding:30px;
	margin-top:20px;
	border-radius: 1px;
    transition: all 0.5s ease;
    transform: translateZ(0);
    padding: 25px 40px 14px 40px;
    border: 1px solid #ddd;
}
.archive-container .post-time{
    display: flex;
    margin-top: 22px;
    padding-top: 12px;
    border-top: 1px solid #ddd;
    align-items: center;
    gap: 10px;
	font-size: 12px;
    color: #888;
}
.archive-page article:hover .post-content{
	border-color: transparent;
    box-shadow: 0 1px 6px rgba(35, 38, 40, 0.4);
}
.archive-container .post-time i{
    color: #6c98e1;
    font-size: 15px;
}
.archive-page article .post-content h2{
	margin-top:0;
	font-size:16px;
	line-height:22px;
	font-family: 'Montserrat-Regular';
	min-height: 66px;
}
.archive-page article .post-content h2 a{
	color:#2A4045;
}
.archive-page article .post-content h2 a:hover{
	color:var(--mainColor);
}
.archive-page .pagination{
	text-align:center;
}
.archive-page .pagination .nav-links span{
	width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: var(--secondaryColor);
    color: #fff;
}
.archive-page .pagination .nav-links a{
	color:var(--secondaryColor);
	width: 30px;
    height: 30px;
    line-height: 30px;
	 display: inline-block;
}
.archive-page .pagination .nav-links a:hover{
	background:#FBFBFB;
}
.single-post-page .breadcrumb{
	padding: 15px 0 8px 4px;
    margin-bottom: 80px;
    color: #888;
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: 1px solid #dddddd;
}
.single-post-page .breadcrumb a:hover{
	color:var(--blue);
}
/* Single Post CSS End */
/* Banner CSS start */
.banner_bide,.banner-404{
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	height:222px;
	box-shadow:inset 0 0 0 2000px rgba(0,0,0,.5)!important;
}
.bide_banner_one{
/* 	margin-top:-100px; */
}
.bide_banner_title{
	width:100%;
	max-width:1024px;
	margin:auto;
}
.banner_bide h1{
    margin: 0;
    color: #fff;
    font-size: 36px;
    line-height: 56px;
    font-weight: 400;
    text-align: center;
    position: relative;
    display: inline-block;
	text-transform:uppercase;
	z-index:2;
}
.bide_banner_title p{
	color: #fff;
    font-size: 23px;
    line-height: 32px;
    margin-top: 35px;
    font-family: 'Inter-Light';
}
.banner-tittle{
	position: relative;
    width: 500px;
    margin: auto;
}
.page-id-730 .banner-tittle,.page-id-725 .banner-tittle,.page-id-968 .banner-tittle{
	width:800px;
}
.banner-tittle img{
	position: absolute;
    bottom: -17px;
    right: 7%;
    z-index: 1;
	width:314.64px;
}
.banner-page-divider{
	position:relative;
	margin-bottom:-110px;
}
.error-404{
	text-align:center;
	padding:50px 0 50px;
}
.banner-404{
	height:222px;
}
.banner-404 h1{
	margin: 0;
    color: #fff;
    font-size: 36px;
    line-height: 56px;
    font-weight: 400;
    text-align: center;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    z-index: 2;
}
.error-404 .entry-content p:first-child{
    font-size: 2em;
    line-height: 1em;
    margin: 20px 0 0;
    color: var(--green);
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    margin-bottom: 50px;
}
.error-404 .entry-content p:nth-child(2){
    font-size: 24px;
    margin: 20px 0;
}
.error-404 a{
	padding: 15px 40px;
	border-radius:4px;
	text-transform:uppercase;
}
/* Banner CSS End */
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
/* 	margin: 0 0 1.5em; */
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
/* 	margin: 1.5em 0 0; */
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
@media screen and (max-width: 1440px){
    .home-vehichles-sec-inner{
        width:31% !important;
    }
	.home-vehichles-sec{
		flex-wrap:wrap !important;
	}
}
@media screen and (max-width: 991px) {
	.main-header{
		display:none;
	}
	#responsive_menu{
		display:block;
	}
	.mobile-header{
        display:block;
/*         border-bottom: 1px solid #e1e1e1; */
    }
    .mobile-header .site-logo img{
        width:201px;
    }
	
}
@media screen and (max-width: 768px) {
	.home-vehichles-sec-inner{
        width:100% !important;
    }
	.main-footer .row{
		flex-wrap:wrap;
		gap:20px;
	}
	.main-footer .row .col-3{
		width:100%;
	}
	.Hoddesdon-us-form{
		padding-bottom:50px;
	}
	.Hoddesdon-us-form.contract-hire-form{
		padding-bottom:0px;
	}
	.Hoddesdon-us-form .display-flex{
	flex-wrap:wrap;
	}
	.Hoddesdon-us-form .display-flex .col-6,.Hoddesdon-us-form .display-flex .col-4{
		width:100%;
	}
	.Hoddesdon-us-form .display-flex .col-6:first-child,.Hoddesdon-us-form .display-flex .col-6:last-child{
	padding-right:0px;
		padding-left:0;
	}
	.contact-page-info>.vc_column-inner {
    padding: 0px 10px !important;
	}
	.Hoddesdon-us-form .display-flex .col-4:first-child{
	padding-right:0px;
	}
	.Hoddesdon-us-form .display-flex .col-4:nth-child(2){
		padding:0px;
	}
	.Hoddesdon-us-form .display-flex .col-4:last-child{
		padding-left:0px;
	}
	.about-sec-1{
		margin-bottom:0 !important;
	}
	.about-sec-1 h2{
		text-align:center !important;
		margin-top:30px;
	}
	.about-sec-1 p,.about-sec-2 p{
		text-align:center !important;
	}
	.about-sec-2{
		display:flex;
		flex-direction:column-reverse;
	}
	.contact-page-info{
		max-width:95%;
		margin:auto;
	}
	.archive-container>.posts-wrapper{
		flex-wrap:wrap;
		gap:0;
	}
	.archive-page article{
		width:100%;
	}
	.single-post-page .row{
		flex-wrap:wrap;
	}
	.single-post-page .row .col-9,.single-post-page .row .col-3{
		width:100%;
	}
}
@media screen and (max-width: 480px) {
	.main-footer{
		padding:40px 0 20px;
	}
	.footer-credit .container{
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.credit-text{
		width:100%;
	}
	.footer-credit p{
		font-size:14px;
	}
	.home-vehichles-sec{
       padding:0 20px;
    }
    .home-vehichles-sec-inner{
        width:100% !important;
    }
	.home-vehichles-sec{
       padding:0 20px;
    }
	.home-vehichles-sec.container{
		padding-left: 20px !important;
   		padding-right: 20px !important;
		padding-bottom:0 !important;
	}
	.home-vehichles-sec{
		gap:10px;
	}
    .hire-info-inner h2{
        font-size:22px !important;
    }
    #sgpb-popup-dialog-main-div{ 
		width:80%!important; 
		max-width:360px !important;
		margin: auto; 
	}
	.sgpb-popup-dialog-main-div-theme-wrapper-3{ 
		left: 50% !important; 
		top: 50% !important; 
		transform: translate(-50%, -50%) !important; 
		width: 90%; 
	}
	.about-sec-1 h2{
		font-size:24px !important;
		text-align:center !important;
		margin-top:30px;
	}
	.about-sec-1{
		margin-bottom:0 !important;
	}
	.about-sec-2{
		margin-bottom:40px !important;
	}
	.about-sec-1 p{
		text-align:center !important;
	}
	.our-team-sec .vc_column-inner{
		padding:0 !important;
	}
	.banner_bide, .banner-404{
		height:150px;
	}
	#sgpb-popup-dialog-main-div{
		width: 85% !important;
	}
	.container.contract-page{
		padding-top:40px !important;
		padding-bottom:40px !important;
	}
	.single-post-page .breadcrumb{
		margin-bottom:50px;
	}
	.single-post-content .single-post-title{
		font-size: 24px;
    	line-height: 35px;
	}
	.banner_bide h1{
		font-size: 24px;
    	line-height: 35px;
	}
}